/*!
Theme Name: Teambreak
Theme URI: http://underscores.me/
Author: Reix Nathan
Author URI: https://nathanreix.com/
Description: Custom theme for TeamBreak created by Nathan Reix
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: teambreak
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Team Break is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
     ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Boogaloo&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700ii&display=swap');
@import url('https://fonts.googleapis.com/css?family=Asul:400,400i,500,500i,600,600i,700,700ii&display=swap');
@import url('https://fonts.googleapis.com/css?family=Knewave:400,400i,500,500i,600,600i,700,700ii&display=swap');

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  font-family: Poppins, sans-serif;
  margin: 0;
}

.main-font {
  font-family: 'Poppins', sans-serif !important;
}

h2 {
  font-size: 24px;
}

/*h3{font-size: 20px;}*/

p {
  font-size: 16px;
  font-weight: 500;
}

body .site-content {
  hyphens: auto;
}

/*.row{
  margin-right: 0 !important;
  margin-left: 0 !important;
}
*/

a {
  color: black;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
}

a:hover {
  color: black;
  text-decoration: none !important;
  cursor: pointer;
}

button {
  border: none;
}

.f-400 {
  font-weight: 400 !important;
}

.f-500 {
  font-weight: 500 !important;
}

.f-600 {
  font-weight: 600 !important;
}

.f-700,
.bold {
  font-weight: 700 !important;
}

.dropdown>.dropdown-menu {
  /*transition: all 1s ease 0s;*/
  visibility: hidden;
  opacity: 0;
}

.dropdown:hover>.dropdown-menu {
  transition: visibility 0s, opacity 0.5s ease;
  position: absolute;
  visibility: visible;
  opacity: 1;
}

.dropdown:hover>.citiesvalues {
  /* display: flex !important; */
  position: absolute;
}

.dropdown:hover>.citiesvalues-page {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.dropdown:hover>.citiesvalues-page a {
  font-weight: 600;
}

.dropdown-menu {
  border: none;
  margin: 0;
}

/*.nav-cities .dropdown-menu{
      min-width: 210px;
}*/

.nav-cities:hover .nav-link {
  color: #e84031;
}

/*hide EN translate during development*/

#menu-item-wpml-ls-4-en {
  display: none;
}

.wpml-ls-slot-4.wpml-ls-current-language a:hover {
  color: #e84031 !important;
}

/*------*/

#menu-item-wpml-ls-4-fr,
#menu-item-wpml-ls-4-en {
  width: 30%;
}

#menu-item-wpml-ls-4-fr #menu-item-wpml-ls-4-en,
#menu-item-wpml-ls-4-en #menu-item-wpml-ls-4-fr {
  width: 100% !important;
}

#menu-item-wpml-ls-4-fr:hover,
#menu-item-wpml-ls-4-en:hover {
  position: relative;
}

#menu-item-wpml-ls-4-fr:hover .dropdown-custom-class,
#menu-item-wpml-ls-4-en:hover .dropdown-custom-class {
  display: block;
  width: 100%;
  background-color: none !important;
}

.single-cities .nav-cities:hover .nav-link {
  color: #ffffff;
}

#citiesDropdown {
  padding: 0rem 1rem;
}

#citiesDropdown:after {
  display: none;
}

.main-nav {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  height: 100px;
  background-color: #1c171d;
}

.navbar-brand {
  margin-right: 0rem;
}

.nav-link:focus {
  color: #e84031;
}

.nav-mobile {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #1c171d;
}

.nav-mobile .navbar-collapse {
  background-color: #1c171d;
  z-index: 999;
}

.nav-mobile .nav-item {
  line-height: 30px;
  padding: 0 15px;
}

.nav-lang,
.nav-book {
  font-weight: 600;
}

.nav-cities {
  font-weight: 600;
}

.nav-logo {
  vertical-align: top;
}

.nav-item {
  /*line-height: 100px;
    width: 100%;
    */
  margin: 0 10px;
}

.wpml-ls-display {
  display: none;
}

.navbar-collapse .sub-menu {
  display: none;
}

.menu-item:hover>.sub-menu {
  display: block !important;
}

.navbar-collapse .sub-menu {
  position: absolute;
  background-color: #1c171e;
  text-decoration: none;
  list-style-type: none;
  padding: 0;
  width: auto;
  z-index: 999;
}

.sub-menu .nav-item {
  margin: 30px 0;
}

.nav-item a {
  padding: 0rem 1rem;
  color: #ffffff;
  display: block;
  text-align: left;
}

.navbar {
  padding: 0px;
}

.nav-item a:hover {
  color: #e84031;
  text-decoration: none;
}

.nav-item:hover {
  /*   background: #f6e05b;*/
  color: #e84031;
}

.nav-book {
  margin: 0 !important;
  /*  height: 100%;*/
  align-items: center;
  display: flex;
  /*padding: 0 50px;*/
  /*  width: 100%;*/
}

.nav-book .nav-link {
  border-radius: 25px;
  background: #e84031;
  padding: 8px;
}

.menu-item-24 {
  border-radius: 25px;
  background-color: #e84031 !important;
  background-color: #8f8f8f !important;
  padding: 8px;
}

#menu-item-24:hover,
#menu-item-24:hover a {
  color: white !important;
}

.nav-book:hover {
  color: #e84031;
  background: #e84031 !important;
  border-radius: 25px;
}

.nav-book a:hover,
.nav-book .nav-link:focus {
  color: #fff !important;
  text-decoration: none;
}

.nav-book a div {
  padding: 0 50px;
}

.nav-lang {
  background: #ffffff;
}

.nav-lang a {
  color: #e84031;
  display: block;
  text-align: center;
}

.nav-cities {
  background: #1c171d;
}

.nav-cities a {
  color: #ffffff;
  display: block;
  text-align: center;
}

.citieshref {
  height: 40px;
  line-height: 40px;
}

.citiesvalues:last-child {
  padding-bottom: 14px;
  /*background: #f6e05b;*/
  background: #1c171d;
}

.citieshref:hover {
  background-color: #e84031 !important;
  /*color: #e84031 !important;*/
}

.langs {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #212529;
  list-style: none;
  background-color: #f6e05b;
  border: none;
  border-radius: 0;
  padding-bottom: 10px;
}

button,
.shows-contact-send,
.show-card {
  /* transition: all 0.1s ease 0s;*/
}

button:hover,
.shows-contact-send:hover {
  transition: all 0.01s ease 0s;
  transform: scale(1.02);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.show-card:hover {
  opacity: 0.8;
}

.single-missions .show-card:hover {
  opacity: 1 !important;
}

.single-missions .control:hover {
  cursor: pointer;
}

.book-nav {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  /*display: none;*/
  float: left;
  min-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  color: white;
  list-style: none;
  background-color: #e74031;
  border: none;
  border-radius: 0;
  padding-bottom: 10px;
}

.dropdown-menu {
  display: unset;
}

.langs .dropdown-item,
.book-nav .dropdown-item {
  padding: 0rem 1rem;
}

.langs .dropdown-item:active {
  color: #e84031;
  text-decoration: none;
  background-color: #fff;
}

.book-nav .dropdown-item:active {
  color: #e84031;
  text-decoration: none;
  background-color: #fff;
}

.langs a,
.langs a:hover {
  color: #000000;
}

#bookDropdown {
  padding-right: 44px;
  padding-left: 44px;
}

.langs a,
.langs a:hover {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #f6e05b;
  display: block;
  text-align: center;
}

.book-nav a,
.book-nav a:hover {
  color: white;
}

.book-nav a,
.book-nav a:hover {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #e74031;
  display: block;
  text-align: center;
}

.mission-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.citiesvalues {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  /*display: none;*/
  /*  display: flex;*/
  flex-wrap: wrap;
  /* width: 750px; */
  float: left;
  /*  min-width: auto !important;*/
  min-width: 100%;
  /* width: 100%;*/
  padding: 0;
  margin: 0;
  color: #212529;
  list-style: none;
  background-color: #fff;
  border: none;
  border-radius: 0;
  padding-top: 14px;
  max-height: calc(100vh - 114px);
  overflow: scroll;
}

.citiesvalues .dropdown-item {
  /* padding: 0rem 2rem;*/
  /* width: 33.33% !important; */
}

.citiesvalues .dropdown-item:active {
  color: #e84031;
  text-decoration: none;
  background-color: #fff;
}

.citiesvalues a {
  color: #ffffff;
}

.citiesvalues a:hover {
  color: #e84031;
}

.citiesvalues a,
.citiesvalues a:hover {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  background: #1c171d;
  display: block;
  text-align: left;
}

/*.nav-mobile {
    display: none;
}*/

button:focus,
img:focus,
div:focus,
a:focus {
  outline: none;
}

.navbar-toggler {
  width: 47px;
  height: 34px;
  border: none;
  position: absolute;
  right: 20px;
  bottom: 30px;
}

.navbar-toggler .line {
  width: 100%;
  float: left;
  height: 2px;
  background-color: #ffffff;
  /*background-color: #e84031;*/
  margin-bottom: 5px;
}

.seperator {
  height: 10px;
  background: repeating-linear-gradient(45deg,
      #000000 30px,
      #000000 50px,
      #f6e05b 0px,
      #f6e05b 70px);
}

.agency-section,
.theme-section {
  height: auto !important;
  background-repeat: no-repeat no-repeat !important;
  /*background-size: 100% 100%;*/
  /*padding: 30px 0px;*/
  text-align: center;
  background-size: cover !important;
  background-position: center !important;
  background-color: black !important;
}

.bg-section {
  height: auto !important;
  background-repeat: no-repeat no-repeat !important;
  /*background-size: 100% 100%;*/
  /*padding: 30px 0px;*/
  background-size: cover !important;
  background-position: center !important;
  background-color: black !important;
}

.company-section {
  height: auto;
  /*background: url("images/company.jpg");*/
  background-repeat: no-repeat !important;
  /*    background-size: 100% 100%;*/
  padding: 30px 0px;
  text-align: center;
  background-size: cover !important;
  background-position: center !important;
}

#breadcrumbs {
  margin: 0 auto;
}

#breadcrumbs a {
  color: #535353;
  font-size: 12px;
}

#breadcrumbs span {
  font-family: 'Poppins', sans-serif;
  color: #535353;
  font-size: 12px;
}

.present-section {
  height: auto;
  /*background: url("images/present.jpg");*/
  background-repeat: no-repeat !important;
  /* background-size: 100% 100%;*/
  /*  padding: 200px 0px;*/
  text-align: center;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 434px;
  padding-bottom: 50px;
}

.wpml-ls-current-language {
  display: none;
}

.media-section {
  height: auto;
  background: #4c6847;
  padding: 30px 0px;
  text-align: center;
  position: relative;
}

.media-title {
  color: #ffffff;
  font-size: 40px;
  font-family: 'Boogaloo', cursive;
  text-transform: uppercase;
}

.shows-section {
  height: auto;
  padding: 30px 0px;
  text-align: center;
}

.faq-section {
  height: auto;
  text-align: center;
}

.shows-book-red {
  background: #e84031;
}

.footer-section {
  /*height: auto;
    padding: 2% 10% 2% 10%;*/
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #000000;
  text-align: justify;
  /*text-align-last: center;*/
}

.footer-section h2 {
  font-size: 18px;
}

.footer-section p {
  font-size: 14px;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

.testimonials-section {
  height: auto;
  /*background: url("images/testimonials.jpg");*/
  background-repeat: no-repeat !important;
  /*    background-size: 100% 100%;*/
  padding: 20px 0px 50px 0px;
  text-align: center;
  background-size: cover !important;
  background-position: center !important;
}

.faq-title {
  color: #e84031;
  font-size: 40px;
  font-family: 'Boogaloo', cursive;
  text-transform: uppercase;
}

.shows-first-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #000000;
  margin: 0 auto;
  text-align: justify;
  text-align-last: center;
}

.shows-second-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  width: 60%;
  margin: 0 auto;
  margin-top: 20px;
  text-align: justify;
  text-align-last: center;
}

.shows-book {
  background: #e84031;
  color: #ffffff;
  border: none;
  /* padding: 0px 15px;*/
  padding: 10px 15px;
  /*height: 70px;*/
  height: 50px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  /*width: 280px;*/
  min-width: 200px;
  margin-bottom: 30px;
}

.shows-contact-send {
  margin: 0 0 60px 0px;
  margin-top: 0 !important;
  background: #e84031;
  color: #ffffff;
  border: none;
  /* padding: 0px 15px;*/
  padding: 10px 15px;
  /*height: 70px;*/
  height: 50px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  /*width: 280px;*/
  min-width: 200px;
}

.assistance-discover {
  background: #e84031;
  color: #ffffff;
  border: none;
  /* padding: 0px 15px;*/
  padding: 10px 15px;
  /*height: 70px;*/
  height: 50px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  /*width: 280px;*/
  min-width: 200px;
}

.city-missions-discover {
  background: #e84031;
  color: #ffffff;
  border: none;
  /* padding: 0px 15px;*/
  padding: 10px 15px;
  /*height: 70px;*/
  height: 50px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  /*width: 280px;*/
  min-width: 200px;
}

.city-companies-footer-button {
  background: #e84031;
  color: #ffffff;
  border: none;
  /* padding: 0px 15px;*/
  padding: 10px 15px;
  /*height: 70px;*/
  height: 50px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  /*width: 280px;*/
  min-width: 200px;
}

.city-shows-book {
  background: #e84031;
  color: #ffffff;
  border: none;
  /* padding: 0px 15px;*/
  padding: 10px 15px;
  /*height: 70px;*/
  height: 50px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  /*width: 280px;*/
  min-width: 200px;
}

.city-companies-book {
  background: #e84031;
  color: #ffffff;
  border: none;
  /* padding: 0px 15px;*/
  padding: 10px 15px;
  /*height: 70px;*/
  height: 50px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  /*width: 280px;*/
  min-width: 200px;
}

.agency-discover,
.shows-discover,
.company-discover,
.present-offer,
.faqs-show,
.expertise-more,
.shows-contact-send {
  margin-top: 40px;
  background: #e84031;
  color: #ffffff;
  border: none;
  /* padding: 0px 15px;*/
  padding: 10px 15px;
  /*height: 70px;*/
  min-height: 46px;
  height: auto;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  /*width: 280px;*/
  /* min-width: 200px; */
  min-width: 236px;
  border-radius: 25px;
}

.mission-cta-container {
  left: 65%;
  /*bottom: 10%;*/
  position: absolute;
}

.book-btn-container {
  left: 50%;
  bottom: 10%;
  position: absolute;
}

.book-btn {
  background: #e84031;
  color: #ffffff;
  border: none;
  padding: 10px 15px;
  height: 50px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 22px;
  /*width: 280px;*/
  min-width: 200px;
  border-radius: 25px;
  position: relative;
  bottom: -10%;
  left: -50%;
}

.book-devis-btn {
  background: #e84031;
  color: #ffffff;
  border: none;
  padding: 10px 50px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 22px;
  /*width: 280px;*/
  min-width: 200px;
  border-radius: 25px;
  position: relative;
  bottom: -10%;
  left: -50%;
}

.book-cta {
  background: #e84031;
  color: #ffffff;
  border: none;
  padding: 10px 50px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 22px;
  min-width: 200px;
  border-radius: 25px;
}

.expertise-more {
  margin: 0 25px;
}

.present-offer {
  position: relative;
  /*left: 50%;
    transform: translateX(-50%);*/
  bottom: 10%;
}

.home-shows {
  overflow: hidden;
  position: relative;
  max-height: 300px;
}

.home-shows {
  background: #161d25;
}

.one-slide,
.home-show,
.message {
  border: none !important;
  outline: none !important;
}

.icon-overlay {
  position: absolute;
  opacity: 0.3;
  right: 10%;
  top: 0;
  height: auto;
  width: 100%;
  max-width: 400px;
}

.carousel-controls .control {
  position: absolute;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  z-index: 1;
}

.carousel-controls {
  position: relative;
}

.prev {
  left: 5%;
  top: 50%;
  font-size: 30px;
}

.next {
  right: 5%;
  top: 50%;
  font-size: 30px;
}

.slick-dots {
  display: none !important;
}

.circle-container {
  margin: 15px;
}

.banner-video-container {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  position: fixed;
  /* top: 100px; */
  right: 0;
  /*  z-index: -100;
*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-banner {
  display: block;
  position: relative;
  width: auto;
  min-width: 100%;
  height: auto;
  /*background: transparent url(video-bg.jpg) no-repeat;*/
  background-size: cover;
  background-position: center;
  /* height: 100%;*/
}

.bg-fond {
  background-size: cover !important;
  background-position: center !important;
}

.mission-cta-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.img-video-banner {
  max-width: 240px;
  height: auto;
  object-fit: cover;
}

.image-dir {
  max-width: 300px;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

@media (min-width: 769px) {
  .d-only-mobile {
    display: none !important;
  }

  .result-filters .filter-single {
    margin: 0 30px !important;
  }
}

@media screen and (max-width: 768px) {
  .d-only-desktop {
    display: none !important;
  }

  .franchise-intro .circle-container {
    width: 280px !important;
  }

  .tag-card .tag-name {
    font-size: 9px !important;
  }

  .dropdown:hover>.citiesvalues-page {
    width: unset !important;
    text-align: left !important;
  }

  .navbar-brand {
    width: 82px !important;
    margin: 0 !important;
    padding-left: 10px !important;
  }

  .navbar-toggler {
    position: unset !important;
  }

  .carousel-resp-city .carousel-item {
    min-height: 300px !important;
  }

  .banner-bg {
    padding-top: 37% !important;
    min-height: 300px !important;
  }

  .title-section,
  .text-center-mobile {
    text-align: center !important;
  }

  .card-city-offer-img {
    margin: 10px auto !important;
  }

  .circle-container {
    max-width: 136px;
  }

  .franch-circle .circle-container {
    max-width: 100%;
  }

  .justify-content-center-mobile {
    justify-content: center !important;
  }

  .card-escape {
    width: 140px !important;
    height: 196px !important;
  }

  .card-slider.card-escape {
    width: 220px !important;
    height: 300px !important;
  }

  .d-none-mobile {
    display: none !important;
  }

  .circle-img {
    width: 130px !important;
    height: 130px !important;
  }

  .franch-circle .circle-img {
    width: 220px !important;
    height: 220px !important;
  }

  .home-shows {
    max-height: 700px;
  }

  .icon-overlay {
    height: 300px;
    top: calc(50% - 150px);
  }

  .carousel-controls .control {
    width: 25px;
    height: 25px;
    top: inherit;
  }

  .prev {
    left: 0;
  }

  .next {
    right: 0;
  }

  .control i {
    font-size: 0.7rem;
  }

  .home-shows .message {
    font-size: 1rem;
  }

  .home-shows h2 {
    font-size: 1.5rem;
  }
}

/*.shows-carousel {
    margin: 0 10%;
}*/

.media-carousel {
  margin: 0 10%;
}

.testimonials-carousel {
  margin: 0 10%;
}

.home-show {
  width: 100%;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  margin: 20px 30px;
}

.shows-container {
  margin-top: 50px;
}

.media-container {
  margin-top: 30px;
}

.testimonials-container {
  margin-top: 50px;
  /* padding: 0px 50px;*/
}

.show-image {
  height: 250px;
  display: flex;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

.media-image {
  display: flex;
  justify-content: center;
}

.media-image img {
  height: 60px;
}

.footer-section a {
  color: white !important;
  text-decoration: underline;
}

.underline {
  text-decoration: underline;
}

.testimonial-item {
  display: flex;
  justify-content: center;
  background: url('images/testimonial-bg.png');
  height: auto;
  padding: 40px;
  width: 100%;
  background-repeat: no-repeat;
  /*  background-size: 100% 100%;*/
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin: 0px 20px;
  background-size: cover;
  background-position: center;
  align-items: center;
}

.show-plus {
  width: 100%;
  height: 50px;
  background: #e84031;
  align-self: flex-end;
  text-transform: uppercase;
  line-height: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  border: none;
  transition: none;
  transform: none;
  box-shadow: none;
}

.show-plus:hover {
  transition: none;
  transform: none;
  box-shadow: none;
}

.show-title {
  color: black;
  font-family: 'Boogaloo', cursive;
  font-size: 30px;
  margin-bottom: 0px;
}

.company-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
  text-align: justify;
  text-align-last: center;
}

/*.company-content {
    padding: 0 30px;
}*/

.faq-header {
  background: #e84031;
  padding: 8px;
  text-align: left;
  border-radius: 0px !important;
  border: none;
}

.faq-header:hover {
  background: #ffffff;
  color: black;
}

.faq-header-link,
.faq-header-link .faq-question {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.faq-header-link {
  color: #ffffff;
}

.faq-card:hover .faq-header-link,
.faq-card:hover .faq-card-body {
  text-decoration: none;
  color: black;
}

.faq-question {
  display: inline-block;
  width: 79%;
  text-align: left;
}

.faq-sign {
  display: inline-block;
  width: 19%;
  text-align: right;
}

.faq-card {
  border: none;
  margin-bottom: 8px;
}

.faq-card .collapse {
  color: white;
}

.faq-card-body {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  text-align: left;
}

#footer--toolbar {
  display: none !important;
}

.details-escape p {
  margin-bottom: 4px !important;
  font-size: 12px;
  font-weight: 600;
}

.agency-first-content {
  background-color: #000000;
  text-align: left;
}

.agency-first-content p,
.agency-second-content p {
  text-align: justify;
}

.agency-second-content {
  background-color: #000000;
  text-align: right;
}

.agency-first-image {
  height: auto;
  background-color: #000000;
  background: url('images/agency-first.jpg');
  background-repeat: no-repeat;
  /*background-size: 100% 100%;*/
  background-size: cover !important;
  background-position: center !important;
  box-shadow: inset 50px 0 120px 0px #000000;
}

.agency-second-image {
  height: auto;
  background-color: #000000;
  background: url('images/agency-second.jpg');
  background-repeat: no-repeat;
  /*background-size: 100% 100%;*/
  background-size: cover !important;
  background-position: center !important;
  box-shadow: inset 0 0 80px 60px #000000;
}

.agency-agency-section {
  height: auto;
  padding: 30px 0px;
  text-align: center;
}

.agency-first-content-first {
  color: #f6e05b;
  font-size: 40px;
  font-family: 'Boogaloo', cursive;
  padding: 50px 30px 0 30px;
}

.agency-second-content-first {
  color: #f6e05b;
  font-size: 40px;
  font-family: 'Boogaloo', cursive;
  padding: 30px 30px 0 20px;

  line-height: 50px;
}

.agency-first-content-second {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  padding: 0 20px 0 30px;
  font-size: 18px;
}

.agency-second-content-second {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;

  padding: 0 30px 0 20px;
  font-size: 18px;
}

.agency-first-content-third {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  padding: 0 20px 0 30px;
  font-size: 18px;
}

.agency-second-content-third {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;

  padding: 0 30px 30px 20px;
  font-size: 18px;
}

.agency-first-content-fourth {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;

  padding: 0 20px 50px 30px;
  font-size: 18px;
}

.yellow,
.menu-outstand a {
  color: #f6e05b !important;
}

.black {
  color: #2a2a2a !important;
}

.red {
  color: #e84031 !important;
}

.gray {
  color: #978b87 !important;
}

.green {
  color: #4c6847 !important;
}

.white {
  color: white !important;
}

.pedroolga-section {
  padding: 30px 0px;
  text-align: center;
  max-width: 1300px;
  margin: 0 auto;
}

.pedroolga-image {
  height: 400px;
  background: url('images/pedroolga.png');
  background-repeat: no-repeat;
  /*background-size: 100% 100%;*/
  background-size: cover !important;
  background-position: center !important;
}

.pedroolga-title {
  color: #e84031;
  font-size: 40px;
  font-family: 'Boogaloo', cursive;
  text-transform: uppercase;
}

.pedroolga-first-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  width: 60%;
  margin: 20px auto;
  text-align: justify;
}

.agency-expertise-section {
  height: auto;
  padding: 30px 0px;
  text-align: center;
}

.expertise-title {
  color: #e84031;
  font-size: 40px;
  font-family: 'Boogaloo', cursive;
  text-transform: uppercase;
}

.expertise-first-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 24px;
  width: 60%;
  margin: 0 auto;
  text-align: justify;
  text-align-last: center;
}

.expertise-second-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  width: 60%;
  margin: 0 auto;
  margin-top: 20px;
}

.expertise-first-content,
.expertise-second-content {
  background-color: #000000;
}

.expertise-first-content,
.expertise-second-content {
  text-align: justify;
}

.expertise-first-image {
  height: auto;
  background-color: #574545;
  background: url('images/expertise-first.jpg');
  background-repeat: no-repeat;
  /*background-size: 100% 100%;*/
  background-size: cover !important;
  background-position: center !important;
}

.expertise-second-image {
  height: auto;
  background-color: #574545;
  background: url('images/expertise-second.jpg');
  background-repeat: no-repeat;
  /*background-size: 100% 100%;*/
  background-size: cover !important;
  background-position: center !important;
}

.expertise-first-content-first {
  color: #ffffff;
  font-size: 40px;
  font-family: 'Boogaloo', cursive;
  padding: 50px 30px 0 30px;
}

.expertise-first-content-second {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  padding: 0 20px 0 30px;
  font-size: 18px;
}

.expertise-first-content-third {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  padding: 0 20px 0 30px;
  font-size: 18px;
}

.expertise-first-content-fourth {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  padding: 0 20px 50px 30px;
  font-size: 18px;
}

.expertise-second-content-first {
  color: #ffffff;
  font-size: 40px;
  font-family: 'Boogaloo', cursive;
  padding: 30px 30px 0 20px;
  line-height: 50px;
}

.expertise-second-content-second {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  padding: 0 30px 0 20px;
  font-size: 18px;
}

.expertise-second-content-third {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  padding: 0 30px 30px 20px;
  font-size: 18px;
}

.shows-shows-section {
  height: auto;
  padding: 30px 15px;
  text-align: center;
}

.bgimage-choix-ville {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat;
  height: 55vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shows-item-image {
  height: auto;
  background-color: #dadada;
  /*background: url("images/spectacle-placeholder.jpg");
    background-repeat: no-repeat;*/
  /*background-size: 100% 100%;*/
  background-size: cover !important;
  background-position: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shows-content {
  background-color: #dadada;
  text-align: right;
  text-align: justify;
  padding: 30px 30px 0 30px;
}

.shows-content-title {
  color: #000000;
  font-size: 40px;
  font-family: 'Boogaloo', cursive;

  line-height: 50px;
}

.shows-content-text {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  font-size: 16px;
}

/*.shows-book {
    background: #e84031;
    color: #FFFFFF;
    border: none;
    padding: 0px 50px;
    height: 70px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
}*/

.download-btn {
  background: #e84031;
  color: #ffffff;
  border: none;
  padding: 0px 20px;
  height: 50px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.shows-book-div {
  width: 100%;
}

/*.shows-book:hover {
    background: #f6e05b;
    color: #000000;
}*/

.shows-testimonials-section {
  height: auto;
  background: url('images/testimonials.jpg');
  background-repeat: no-repeat;
  /* background-size: 100% 100%;*/
  background-size: cover !important;
  background-position: center !important;
  padding: 20px 0px 50px 0px;
  text-align: center;
}

.shows-testimonials-title {
  color: #f6e05b;
  font-size: 40px;
  font-family: 'Boogaloo', cursive;
  text-transform: uppercase;
}

.shows-testimonials-container {
  margin: 100px 0px;
  padding: 0px 50px;
}

.shows-contact {
  /* background-color: #f6e05b;*/
  padding-top: 30px;
  text-align: center;
}

.shows-contact-title {
  color: #000000;
  font-size: 40px;
  font-family: 'Boogaloo', cursive;
  text-transform: uppercase;
  text-align: center;
}

.shows-contact-field {
  background-color: #ffffff;
  height: 50px;
  margin: 15px 0px;
  padding: 0 0 0 10px;
}

.shows-contact-textarea {
  background-color: #ffffff;
  height: 100%;
  margin: 0px 15px;
  /*padding: 30px 0;*/
  width: 100%;
}

.shows-contact-form {
  padding: 10px 0;
}

.shows-contact-label {
  font-family: 'Poppins', sans-serif;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  text-align: left;
  display: inline;
  float: left;
  padding-right: 10px;
}

#part-c7 {
  display: block;
  margin: 40px auto;
}

/*.shows-contact-send:hover {
    background: #000000;
    color: #f6e05b;
}*/

.shows-contact-icon {
  /*display: inline;*/
  width: auto;
  /*float: right;*/
  /*padding: 0 10px 0 0;*/
  position: absolute;
  right: 10px;
  top: 3px;
}

.shows-contact-tf {
  display: inline;
  width: auto;
  float: left;
}

.shows-contact-tf input {
  height: 50px;
  width: 100%;
  border: none;
}

.shows-contact-tf textarea {
  width: 100%;
  height: 200px;
  border: none;
}

.companies-offers-section,
.entreprises-offers-section {
  height: auto;
  padding: 30px;
  text-align: center;
}

.cta-entreprise {
  margin-right: 10px;
}

/*.companies-offers-section p{
    text-align: justify;
}*/

.offers-title {
  color: #e84031;
  font-size: 44px;
  font-family: 'Boogaloo', cursive;
  text-transform: uppercase;
}

.offers-first-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 20px;
  width: 100%;
  margin: 0 auto;
  text-align: justify;
  text-align-last: center;
}

.offers-second-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  text-align: justify;
  text-align-last: center;
}

.offers-first-image {
  height: auto;
  background-color: #dddada;
  /* background: url("images/offers-first.jpg");*/
  background-repeat: no-repeat !important;
  /*background-size: 100% 100%;*/
  background-size: cover !important;
  background-position: center !important;
}

.offers-tb-image {
  height: auto;
  background-color: #dddada;
  /*background: url("images/offers-first.jpg");*/
  background-repeat: no-repeat;
  /*background-size: 100% 100%;*/
  background-size: cover !important;
  background-position: center !important;
}

.offers-first-content {
  background-color: #dddada;
  text-align: right;
  text-align: justify;
}

.offers-first-content-first {
  color: #000000;
  font-size: 40px;
  font-family: 'Boogaloo', cursive;
  padding: 30px 30px 0 30px;
  line-height: 50px;
}

.offers-first-content-second {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  padding: 0 30px 0 30px;
  font-size: 18px;
}

.offers-second-content {
  background-color: #dddada;
  text-align: justify;
}

.offers-second-content-first {
  color: #000000;
  font-size: 40px;
  font-family: 'Boogaloo', cursive;
  padding: 50px 30px 0 30px;
}

.offers-second-content-second {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  padding: 0 20px 0 30px;
  font-size: 18px;
}

.offers-second-image {
  height: auto;
  background-color: #dddada;
  /* background: url("images/offers-second.jpg");*/
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.offers-third-image {
  height: auto;
  background-color: #dddada;
  /*background: url("images/offers-third.jpg");*/
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.offers-third-content {
  background-color: #dddada;
  text-align: justify;
}

.offers-third-content-first {
  color: #000000;
  font-size: 40px;
  font-family: 'Boogaloo', cursive;
  padding: 30px 30px 0 30px;
  line-height: 50px;
}

.offers-third-content-second {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  padding: 0 30px 0 30px;
  font-size: 18px;
}

.offers-first-action-div {
  width: 100%;
  padding: 0px 30px;
}

/*.offers-first-action:hover {
    background: #f6e05b;
    color: #000000;
}*/

.offers-second-action-div {
  width: 100%;
  padding: 0px 30px;
}

/*.offers-second-action:hover {
    background: #f6e05b;
    color: #000000;
}*/

.offers-third-action-div {
  width: 100%;
  padding: 0px 30px;
}

.franchise-network-section {
  height: auto;
  text-align: center;
}

.network-title {
  color: #e84031;
  font-size: 44px;
  font-family: 'Boogaloo', cursive;
  text-transform: uppercase;
}

.network-first-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 18px;
  width: 100%;
  margin: 0 auto;
  text-align: justify;
  text-align-last: center;
}

.network-second-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  text-align: justify;
  text-align-last: center;
}

.network-image-div {
  padding: 0 10%;
}

.network-image {
  height: 100%;
  background-color: #dddada;
  background: url('images/CarteFrance.png');
  background-repeat: no-repeat;
  background-size: contain !important;
  background-position: center !important;
  width: 100%;
}

.network-content {
  background-color: #ffffff;
  text-align: right;
  text-align: justify !important;
}

.network-content-first {
  color: #e84031;
  font-size: 30px;
  font-family: 'Boogaloo', cursive;
  /*  padding: 30px 30px 0 30px;*/
  line-height: 37px;
}

.network-content-second {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  /* padding: 0 30px 0 30px;*/
  font-size: 16px;
}

.franchise-licence-section {
  height: auto;
  text-align: center;
}

.licence-title {
  color: #e84031;
  font-size: 40px;
  font-family: 'Boogaloo', cursive;
  text-transform: uppercase;
}

.licence-item-row {
  margin: 0px;
  position: relative;
}

.licence-content {
  background-color: #ffffff;
  /* padding: 0 0px 0px 5%;*/
  /*text-align: justify;
    text-align-last: center;*/
  text-align: left;
}

.licence-content-first {
  color: #000000;
  font-size: 30px;
  font-family: 'Boogaloo', cursive;
  /*    padding: 30px 30px 0 30px;*/
  line-height: 37px;
  margin-left: 50px;
}

.licence-content-second {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  /*    padding: 0 30px 0 30px;*/
  font-size: 16px;
  margin-bottom: 50px;
  margin-left: 50px;
}

.licence-image {
  padding: 0px;
}

.licence-image img {
  float: right;
  height: 300px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.franchise-advantages-section {
  height: auto;
  padding: 30px 0px;
  text-align: center;
}

.advantages-title {
  color: #e84031;
  font-size: 40px;
  font-family: 'Boogaloo', cursive;
  text-transform: uppercase;
}

.advantages-first-content {
  background-color: #4f6a4a;
  text-align: justify;
}

.advantages-first-content-first {
  color: #ffffff;
  font-size: 30px;
  font-family: 'Boogaloo', cursive;
  padding: 50px 30px 0 30px;
  line-height: 35px;
}

.advantages-first-content-second {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  padding: 0 30px 50px 30px;
  font-size: 16px;
}

.advantages-first-image {
  height: auto;
  background-color: #4f6a4a;
  /*background: url("images/offers-second.jpg");*/
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center !important;
}

.advantages-second-content {
  background-color: #e84031;
  text-align: justify;
}

.advantages-second-content-first {
  color: #ffffff;
  font-size: 40px;
  font-family: 'Boogaloo', cursive;
  padding: 50px 30px 0 30px;
}

.advantages-second-content-second {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  padding: 0 30px 50px 30px;
  font-size: 18px;
}

.advantages-second-image {
  height: auto;
  background-color: #e84031;
  /* background: url("images/offers-second.jpg");*/
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center !important;
}

.advantages-third-content {
  background-color: #4f6a4a;
  text-align: justify;
}

.advantages-third-content-first {
  color: #ffffff;
  font-size: 40px;
  font-family: 'Boogaloo', cursive;
  padding: 50px 30px 0 30px;
}

.advantages-third-content-second {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  padding: 0 30px 50px 30px;
  font-size: 18px;
}

.advantages-third-image {
  height: auto;
  background-color: #4f6a4a;
  /*   background: url("images/offers-second.jpg");*/
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center !important;
}

.advantages-fourth-content {
  background-color: #e84031;
  text-align: justify;
}

.advantages-fourth-content-first {
  color: #ffffff;
  font-size: 40px;
  font-family: 'Boogaloo', cursive;
  padding: 50px 30px 0 30px;
}

.advantages-fourth-content-second {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  padding: 0 30px 50px 30px;
  font-size: 18px;
}

.advantages-fourth-image {
  height: auto;
  background-color: #e84031;
  /* background: url("images/offers-second.jpg");*/
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center !important;
}

.advantages-fifth-content {
  background-color: #4f6a4a;
  text-align: justify;
}

.advantages-fifth-content-first {
  color: #ffffff;
  font-size: 40px;
  font-family: 'Boogaloo', cursive;
  padding: 50px 30px 0 30px;
}

.advantages-fifth-content-second {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  padding: 0 30px 50px 30px;
  font-size: 18px;
}

.advantages-fifth-image {
  height: auto;
  background-color: #4f6a4a;
  /*   background: url("images/offers-second.jpg");*/
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center !important;
}

.franchise-assistance-section {
  height: auto;
  padding: 30px 0px 0 0;
  text-align: center;
}

.assistance-title {
  color: #e84031;
  font-size: 40px;
  font-family: 'Boogaloo', cursive;
  text-transform: uppercase;
}

.assistance-item {}

.assistance-item-row {
  margin: 0px;
}

.assistance-image {
  padding: 0px;
  display: flex;
  align-items: flex-end;
}

.assistance-image img {
  float: left;
  height: 300px;
}

.assistance-content {
  background-color: #ffffff;
  /* padding: 0 5% 0px 0;*/
  text-align: right;
  padding: 30px 100px;
}

.assistance-content-first {
  color: #000000;
  font-size: 40px;
  font-family: 'Boogaloo', cursive;
  /*  padding: 30px 30px 0 20px;*/
  line-height: 50px;
}

.assistance-content-second {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  /* padding: 0 30px 0 20px;*/
  font-size: 18px;
}

.teams-section {
  height: auto;
  padding: 20px 0px 0px 0px;
  text-align: center;
}

.teams-title {
  color: #e84031;
  font-size: 40px;
  font-family: 'Boogaloo', cursive;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.teams-container {
  padding: 0px 50px;
}

.teams-item {
  height: auto;
  padding: 10% 20%;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin: 0px 20px;
}

.teams-item img {
  width: 180px;
  height: 200px;
  margin: 0 auto;
}

.teams-item-name {
  margin: 20px 0;
  color: #e84031;
  font-family: 'Boogaloo', cursive;
  font-size: 25px;
}

.teams-item-role {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

.teams-contact {
  /*background-color: #f6e05b;*/
  padding-top: 30px;
  text-align: center;
}

.teams-contact-title {
  color: #000000;
  font-size: 40px;
  font-family: 'Boogaloo', cursive;
  text-transform: uppercase;
  text-align: center;
}

.teams-contact-form {
  padding: 10px 100px 10px 100px;
  margin: 0;
}

.teams-contact-field {
  background-color: #ffffff;
  height: 50px;
  margin: 15px 0px;
  padding: 0 0 0 10px;
  width: 100%;
}

.teams-contact-label {
  font-family: 'Poppins', sans-serif;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  text-align: left;
  display: inline;
  float: left;
  padding-right: 10px;
}

.teams-contact-tf {
  display: inline;
  width: auto;
  float: left;
}

.teams-contact-tf input {
  height: 50px;
  width: 100%;
  border: none;
}

.teams-contact-tf textarea {
  width: 100%;
  height: 200px;
  border: none;
}

.teams-contact-send {
  margin: 20px 0 60px 0px;
  background: #e84031;
  color: #ffffff;
  border: none;
  padding: 0px 50px;
  height: 70px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.teams-contact-send:hover {
  background: #000000;
  color: #f6e05b;
}

.teams-contact-field-q {
  width: 100%;
  margin: 0 15px 15px 15px;
  background-color: #ffffff;
  height: 50px;
  padding: 0 0 0 10px;
  width: 100%;
}

.teams-contact-textarea {
  background-color: #ffffff;
  height: 100%;
  margin: 0px 15px;
  padding: 10px;
  width: 100%;
}

.teams-contact-avatar {
  text-align: right;
}

.teams-contact-avatar img {
  width: 180px;
  height: 220px;
}

.teams-contact-infos {
  text-align: left;
}

.teams-contact-name {
  font-family: 'Boogaloo', cursive;
  font-size: 25px;
  color: #e84031;
}

.teams-contact-role {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.teams-contact-details {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.teams-contact-notice {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 500;
  padding: 30px;
}

.teams-contact-infos-container {
  margin-top: 50px;
}

.tabbed-ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  border: none;
  padding: 20px 0px;
}

.tabbed-ul li {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 12px 20px;
}

.tabbed-ul li a {
  color: #000000;
}

.tabbed-ul li a:hover {
  text-decoration: none;
  border-bottom: solid 4px #e84031;
  color: #e84031;
}

.tabbed-ul li a.active {
  text-decoration: none;
  border-bottom: solid 4px #e84031;
  color: #e84031;
}

.city-discover-section {
  height: auto;
  padding: 30px 0px;
  text-align: center;
}

.city-discover-first-part {
  padding: 0 100px;
  margin: 60px 0 30px 0px;
}

.city-discover-first-image {
  height: auto;
  background-color: #f6e05b;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.city-discover-first-content {
  background-color: #f6e05b;
  text-align: justify;
}

.city-discover-first-content-first {
  color: #e04031;
  font-size: 40px;
  font-family: 'Boogaloo', cursive;
  padding: 50px 30px 0 30px;
}

.city-discover-first-content-second {
  font-family: 'Poppins', sans-serif;
  color: #000000;

  padding: 0 30px 0 30px;
  font-size: 18px;
  font-weight: 600;
}

.city-discover-first-content-third {
  font-family: 'Poppins', sans-serif;
  color: #000000;

  padding: 0 30px 40px 30px;
  font-size: 14px;
}

.city-discover-second-part {
  padding: 0 100px;
  margin: 30px 0 30px 0px;
}

.city-discover-second-content {
  background-color: #f6e05b;
  text-align: justify;
}

.city-discover-second-content-first {
  color: #e04031;
  font-size: 40px;
  font-family: 'Boogaloo', cursive;
  padding: 30px 30px 0 20px;
  line-height: 50px;
}

.city-discover-second-content-second {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  padding: 0 30px 0 20px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
}

.city-discover-second-content-third {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  padding: 0 30px 30px 20px;
  font-size: 14px;
}

.city-discover-second-image {
  height: auto;
  background-color: #f6e05b;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.city-discover-coords-section {
  height: auto;
  padding: 30px 0px 0 0;
  text-align: center;
}

.city-discover-coords-title {
  color: #e84031;
  font-size: 40px;
  font-family: 'Boogaloo', cursive;
  text-transform: uppercase;
}

.city-discover-coords-row {
  margin: 0px;
}

.city-discover-coords-content-first {
  color: #e84031;
  font-size: 26px;
  font-family: 'Boogaloo', cursive;
  padding: 5px 30px 5px 30px;
  text-align: center;
  line-height: 30px;
}

.city-discover-coords-content-second {
  color: #000000;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  padding: 0px 30px 0 30px;
  text-align: center;
  /*  line-height: 5px;*/
}

.city-discover-second-content-wi {
  width: 70%;
  float: left;
  height: 110px;
  line-height: 100px;
}

.city-discover-second-content-i {
  float: right;
  height: 130px;
  width: 110px;
  margin-right: 5%;
}

.city-discover-coords-content-share {
  padding: 20px 0 0 0;
}

.city-discover-coords-content-share img {
  height: 50px;
}

.city-discover-coords-content-tag {
  font-family: 'Poppins', sans-serif;
  padding: 0 0 30px 0;
}

.city-missions-section {
  /* background-color: #DADADA;*/
}

.city-missions-section iframe {
  height: 100%;
  width: 100%;
}

.video-spectacle iframe {
  height: 350px;
  width: 560px;
}

.video-agence {
  display: flex;
  justify-content: center;
  margin: 30px 15px;
}

.city-missions-section-div {
  height: auto;
  /*padding: 5px 0px;*/
  text-align: center;
}

.city-missions-item {
  /*padding: 0 15px;*/
  margin: 0 0 50px 0px;
}

.city-missions-item-image {
  height: auto;
  background-color: #ffffff;
  background: url('images/haunted_room.jpg');
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.city-missions-item-content {
  background-color: #ffffff;
  background: url('images/zoom_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center !important;
}

.city-missions-item-icon {
  margin: 50px 0 0 0;
}

.city-missions-item-icon img {
  width: 100px;
}

.city-missions-item-title {
  color: #e84031;
  font-size: 40px;
  font-family: 'Boogaloo', cursive;
  padding: 10px 0px 0 20px;
  text-align: center;
  line-height: 50px;
}

.city-missions-item-text {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  padding: 0 50px 0 50px;
  font-size: 16px;
  line-height: 18px;
  text-align-last: center;
  text-align: justify;
}

.city-missions-item-infos {
  width: 100%;
  text-align: center;
  padding: 0px 60px;
}

.city-missions-item-infos-first {
  display: table;
  width: 100%;
  padding: 30px 0 30px 0;
}

.city-missions-item-infos-first-left {
  display: table-cell;
  width: 50%;
  font-family: 'Boogaloo', cursive;
  vertical-align: middle;
}

.city-missions-item-infos-first-left-0 {
  font-size: 30px;
}

.city-missions-item-infos-first-left-1 {
  font-size: 20px;
}

.city-missions-item-infos-first-right {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.city-missions-item-infos-first-right img {
  height: 50%;
}

.city-missions-item-infos-difficulty {
  display: table;
  width: 100%;
}

.city-missions-item-infos-difficulty-text {
  display: table-cell;
  width: 40%;
}

.city-missions-item-infos-difficulty-stars {
  display: table-cell;
  width: 60%;
  font-size: 26px;
  letter-spacing: -4px;
}

.city-missions-item-infos-second {
  display: table;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  width: 100%;
  color: #ffffff;
  text-align: left;
}

.city-missions-item-infos-second-0 {
  display: table-cell;
  background-color: #0e0d0d;
  padding-left: 10px;
  border-right: 4px solid #ffffff;
}

.city-missions-item-infos-second-1 {
  display: table-cell;
  background-color: #676666;
  padding-left: 10px;
  border-right: 4px solid #ffffff;
}

.city-missions-item-infos-second-2 {
  display: table-cell;
  background-color: #c0bfbf;
  padding-left: 10px;
}

.city-missions-item-infos-third {
  display: table;
  width: 100%;
  margin: 20px 0 50px 0;
}

.city-missions-item-infos-third-0 {
  display: table-cell;
  width: 49%;
  vertical-align: middle;
  background: #4c6847;
  color: #ffffff;
  border: none;
  padding: 0px 20px;
  height: 70px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 30px;
  margin-right: 1%;
}

.city-missions-item-infos-third-0:hover {
  background: #f6e05b;
  color: #000000;
}

.city-missions-item-infos-third-1 {
  display: table-cell;
  width: 49%;
  vertical-align: middle;
  background: #e84031;
  color: #ffffff;
  border: none;
  padding: 0px 20px;
  height: 70px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 30px;
  margin-left: 1%;
}

.city-missions-item-infos-third-1:hover {
  background: #f6e05b;
  color: #000000;
}

.child-mode img {
  height: 80px;
}

.info-mission {
  /*padding-left: 10px;*/
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #fff;
  border-right: 4px solid #ffffff;
  padding: 10px;
}

.cta-mission button {
  color: #fff;
  /*  margin: 20px 0 50px 0;*/
  padding: 0px 20px;
  height: 50px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 30px;
  width: 100%;
}

.cta-mission-km {
  background: #4c6847;
}

.cta-mission-book {
  background: #e84031;
}

/*.cta-mission-km:hover,
.cta-mission-book:hover {
    background: #f6e05b;
    color: #000000;
}*/

#info-reflexion {
  border-right: none;
}

.city-missions-discover-div {
  text-align: center;
}

.city-shows-section {
  height: auto;
  /*padding: 30px 0px;*/
  text-align: center;
}

.city-shows-item {
  margin-bottom: 50px;
}

.city-shows-item-image-first {
  height: auto;
  background-color: #dadada !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.city-shows-content-first {
  background-color: #f0e6e3;
  padding: 30px;
  text-align: justify;
}

.city-shows-content-title-first,
.city-shows-content-title-first a {
  color: #e84031;
  font-size: 40px;
  font-family: 'Boogaloo', cursive;
  line-height: 50px;
}

.city-shows-content-text-0 {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}

.city-shows-content-text-1 {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  font-size: 16px;
}

.city-shows-book-div {
  width: 100%;
}

.city-shows-item-checks-container {}

.city-shows-item-checks-table {
  margin: 0 0 20px 0;
}

.city-shows-item-checks-row {}

.city-shows-item-check-cell {
  font-family: 'Boogaloo', cursive;
  font-size: 24px;
  text-align: left;
  padding: 0 5px;
}

.city-shows-item-check-cell img {
  height: 26px;
  position: relative;
  top: -4px;
}

.is-iframe footer {
  background-color: #393946 !important;
}

.city-companies-section {
  height: auto;
  /* padding: 30px 0px;*/
  text-align: center;
  margin-bottom: 50px;
}

.city-companies-item {
  margin-bottom: 50px;
}

.city-companies-item-image-first {
  height: auto;
  background-color: #dadada !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

.city-companies-content-first {
  background-color: #eae8e7;
  padding: 30px;
  text-align: justify;
}

.city-companies-content-title-first {
  color: #e84031;
  font-size: 40px;
  font-family: 'Boogaloo', cursive;
  line-height: 50px;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.city-companies-content-text-0 {
  font-family: 'Poppins', sans-serif;
  color: #000000;

  font-size: 16px;
  font-weight: 500;
}

.city-companies-content-text-1 {
  font-family: 'Poppins', sans-serif;
  color: #000000;

  font-size: 16px;
}

.city-companies-item-checks-container {}

.city-companies-item-checks-table {
  margin: 0 0 20px 0;
}

.city-companies-item-checks-row {}

.city-companies-item-check-cell {
  display: table-cell;
  font-family: 'Boogaloo', cursive;
  font-size: 24px;

  padding: 0 5px;
}

.city-companies-item-check-cell img {
  height: 24px;
  position: relative;
  top: -4px;
}

.city-companies-contact-div {
  width: 100%;
}

.city-companies-contact-pricing {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
  /* padding: 0px 30px;*/
  /*  position: relative;
    bottom: 6px;*/
}

.row-right {
  justify-content: flex-end;
}

.zoom-overlay {
  background: url('images/zoom-bg-transparent.png');
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  height: 100%;
}

.city-companies-footer {
  text-align: center;
}

.city-companies-footer-0 {
  font-family: 'Boogaloo', cursive;
  font-size: 40px;
}

.city-companies-footer-1 {
  font-family: 'Poppins', sans-serif;
  padding: 20px 15%;
}

.city-gifts-section {
  background-color: #ffffff;
}

.city-gifts-section-div {
  height: auto;
  padding: 30px 0px;
  text-align: center;
}

.city-gifts-section-title {
  color: #e84031;
  font-size: 48px;
  font-family: 'Boogaloo', cursive;
  text-transform: uppercase;
}

/*.current-menu-item {
    background-color: #f6e05b;
}*/

/*.current-menu-item a {
    color: #e84031;
}*/

.nav-city,
.nav-city:hover {
  /*   background-color: #e84031 !important;*/
  text-align: center !important;
  color: #ffffff !important;
}

.nav-city .citiesvalues a:hover {
  color: #e84031 !important;
}

.slider-div {
  position: relative;
}

.single-cities .site-main {
  position: relative;
}

.availabilities {
  background-color: #f6e05b;
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  z-index: 99;
  padding: 10px;
  border: 6px solid #ffffff;
  -webkit-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.4);
  width: 270px;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.availabilities-text {
  text-align: center;
  font-family: 'Boogaloo', cursive;
  font-size: 30px;
  color: #000000;
  margin-bottom: 10px;
}

.availabilities-show {
  margin-top: 20px;
  background: #e84031;
  color: #ffffff;
  border: none;
  height: 50px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  width: 100%;
}

.availabilities-show:hover {
  /* opacity: 0.9;*/
}

.availabilities-dropdown {
  font-family: 'Poppins', sans-serif;
}

.availabilities-dropdown-field {
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  border: 2px solid #000000;
  border-radius: 0px;
}

.availabilities-dropdown-field:hover,
.availabilities-dropdown:hover .availabilities-dropdown-field {
  background-color: #ffffff !important;
  color: #000000 !important;
  border: 2px solid #ffffff !important;
  transform: scale(1);
}

.show .availabilities-dropdown-field {
  background-color: #e84031 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}

.availabilities-options {
  width: 100%;
  font-family: 'Poppins', sans-serif;
  color: #000000;
  /*border: 2px solid #000000;*/
  border-radius: 0px;
  /*  top: -4px;*/
}

.availabilities-option:hover {
  background-color: #f6e05b !important;
}

.site-footer {
  background-color: #e84031;
}

.site-footer-div {
  /*  height: 400px;*/
  /* background-color: #1C171D;*/
  text-align: center;
  padding: 50px 15px;
}

.site-footer-menu a {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.site-footer-cities {
  padding: 10px 0;
}

.site-footer-cities a {
  color: black;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.site-footer-social-networks {
  padding: 10px 0;
}

.site-footer-social-networks img {
  width: 50px;
}

.sep-footer {
  line-height: 1.9;
}

.site-footer-copyrights {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  margin-top: 14px;
}

.shows-container .slick-slide {
  /* width: 360px !important;*/
}

.mailjet_widget_form_message {
  color: white !important;
  text-align: left !important;
  display: block !important;
}

.testimonials-section .slick-slide {
  /* width: 400px !important;*/
}

.img-caroussel {
  width: 300px;
  height: auto;
}

.img-agence-job-offer {
  background-size: cover !important;
  background-position: center !important;
  height: auto;
  min-height: 200px;
  border-radius: 50px;
}

.form-control {
  border-radius: 0;
  border: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25) !important;
}

.form-control:focus,
.form-group:focus,
textarea:focus,
input:focus {
  outline: none !important;
}

.form-control:focus {
  border: none;
}

.availabilities-dropdown-field:focus {
  border: none;
  box-shadow: none !important;
}

form p {
  margin-bottom: 0 !important;
}

.testimonial-tb,
.show-card {
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-tb p {
  font-size: 18px;
}

.show-card {
  position: relative;
  background: white;
  padding: 12px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  margin-top: 15px;
}

.show-img {
  width: 250px;
  height: 252px;
}

/*.show-img{
     width: 250px !important;
  }*/

.show-button {
  position: absolute;
  width: 252px;
  bottom: 12px;
}

.carousel-home .carousel-item {
  height: unset !important;
  min-height: unset !important;
}

.carousel-home .bg-slider-banner {
  position: relative;
  height: 0 !important;
  min-height: unset !important;
  padding-top: 35% !important;
}

.carousel-responsive .carousel-item {
  position: relative;
  height: 0 !important;
  min-height: unset !important;
  padding-top: 27% !important;
}

.carousel-resp-city .carousel-item {
  position: relative;
  height: 0 !important;
  min-height: unset;
  padding-top: 27% !important;
}

.carousel-item {
  /*background: url("images/company.jpg");*/
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 60vh;
  /* height: 50vh; */
  min-height: 350px;
  width: 100%;
  background-position: center center !important;
}

.carousel-home .carousel-item {
  height: 75vh;
}

.bg-slider-banner {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100%;
  width: 100%;
  background-position: center center !important;
}

#mjForm {
  display: flex;
  align-items: center;
  font-family: 'Poppins';
}

#mjForm .form-group {
  margin-top: 10px !important;
}

#mailjet_widget_email {
  border: none !important;
  padding: 2px;
  width: 260px;
}

#mjForm input[type='submit'] {
  background-color: black !important;
  color: white !important;
  border: none !important;
  height: 28px;
  font-family: 'Poppins' !important;
  line-height: 1px;
  padding: 14px 10px;
}

.dropdown-custom-class {
  position: absolute;
  z-index: 999;
  list-style: none;
  padding: 0px;
  background-color: #f6e05b;
  display: none;
  width: 100%;
  /*background-color: white;*/
}

.menu-item {
  position: relative;
}

.dropdown-custom-class>li>a {
  /*color: #16181b;*/
  line-height: 50px;
  color: black;
}

/*.dropdown-custom-class>li>a:hover {
    background-color: #f6e05b;
}*/

.companies-item:hover>a {
  color: #e84031;
}

.companies-item:hover .dropdown-custom-class {
  display: block !important;
}

.sub-nav-item {
  line-height: 40px !important;
}

.sub-nav-item a {
  text-align: left;
  padding-left: 20px !important;
}

.nav-item-mobile a {
  padding: 0rem 1rem;
  color: #ffffff;
  display: block;
  text-align: left;
}

.mobile-current-city {
  background-color: #e84031 !important;
  text-align: center !important;
  color: #ffffff !important;
}

.mobile-current-city a:hover {
  color: #ffffff !important;
}

#filter_gallery_756 {
  /*display: block;*/
  justify-content: center;
}

#filter_gallery_756 .thumbnail_756 {
  width: 300px !important;
  height: 300px !important;
}

.filtr-item {
  max-width: 100% !important;
  width: 100% !important;
}

.vp-filter__item-count {
  display: none;
}

.vp-filter__style-default .vp-filter__item>* {
  background-color: #e84031 !important;
  border: 1px solid #e84031 !important;
  color: white !important;
}

.vp-filter__style-default .vp-filter__item.vp-filter__item-active>* {
  background-color: black !important;
  border: 1px solid black !important;
}

.vp-filter__style-default {
  margin-bottom: 50px !important;
}

#mailjet_widget_email::placeholder::before {
  content: 'email' !important;
}

.section-city-choice .availabilities {
  position: relative !important;
  top: unset !important;
  left: unset !important;
  transform: unset !important;
}

.container-city-choice .row {
  justify-content: center !important;
}

.h1-tb,
.title-section {
  font-family: 'Boogaloo', cursive;
  text-transform: uppercase;
  font-size: 36px;
  /*  line-height: 50px;*/
}

.title-section-main-font {
  font-family: 'Poppins', cursive;
  font-size: 30px;
}

.title-section-big {
  font-family: 'Poppins', cursive;
  font-size: 40px !important;
  font-weight: 700;
}

.h2-tb {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  /* color: #000000;*/
  margin: 0 auto;
  text-align: justify;
  text-align-last: center;
  font-size: 24px;
  /*line-height: 25px;*/
}

.h3-tb {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  /*    color: #000000;*/
  margin: 0 auto;
  margin-top: 20px;
  /*text-align: justify;
    text-align-last: center;*/
  font-size: 20px;
  /* line-height: 24px;*/
}

.home-show {
  margin: 20px 0 !important;
  width: 270px !important;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.75) !important;
}

.show-card {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.75) !important;
}

.past-shows .slick-slide .testimonial {
  flex-direction: column !important;
}

.c7-cities {
  -webkit-appearance: none !important;
  width: 100%;
  padding: 0 10px;
  border-radius: 0;
  border: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25) !important;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: white;
}

.c7-cities:focus {
  outline: none;
}

.wpcf7-date {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25) !important;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
}

.c7-cities:hover {
  cursor: pointer;
}

.table-resa td,
.table-resa th {
  color: white;
  font-size: 20px;
  font-family: 'Boogaloo', cursive;
  background-color: #e84031;
  border: 1px solid white;
  padding: 16px 6px;
  text-align: center;
  font-weight: 400;
}

.table-resa {
  width: 90%;
  margin: 0 auto;
}

#booking-section {
  width: 100%;
}

.companies-offers-section {
  /*background-color: #554843;*/
  background-color: #2a2a2a !important;
}

/* contact page .wpcf7-form, .wpcf7-form a{color: white !important;}*/
.wpcf7-form a {
  text-decoration: underline !important;
}

.booking-section-banana .col-day h2 {
  color: white !important;
}

.booking-section .col-room .room-title {
  color: #e84031 !important;
}

#forescape .shop-section {
  background-color: #554843 !important;
}

#forescape .items .row {
  display: flex !important;
  justify-content: center !important;
}

.hideContent {
  overflow: hidden;
  /* line-height: 1em;*/
  /*height: 2em;*/
  max-height: 220px;
  transition: 0.25s ease;
}

.showContent {
  /* line-height: 1em;*/
  height: auto;
  transition: 0.25s ease;
}

.container-job-single ul {
  padding: 0 16px !important;
}

.single-job-cta {
  padding: 10px 14px;
  background-color: #e74031;
  color: white;
  text-align: center;
}

.hideDropdowntb {
  visibility: hidden !important;
}

#content-footer h2 {
  font-size: 20px !important;
}

.btn-cookies-tb {
  background-color: #e84031 !important;
  padding: 4px 6px;
  border-radius: 0px;
  color: white;
}

.btn-cookies-tb:hover {
  color: white;
}

.mailjet-widget-form-group {
  margin-bottom: 0 !important;
}

.center-elements-absolute {
  left: 50% !important;
}

.center-elements-absolute img,
.center-elements-absolute .row {
  position: relative;
  left: -50% !important;
}

.city-choice-container {
  position: absolute;
  left: 50%;
  top: 44%;
}

.city-choice-container .city-choice-btn {
  position: relative;
  left: -50%;
  top: -50%;
  background: #e84031;
  border-radius: 25px;
  padding: 6px 14px;
}

.city-choice-container-bloc .city-choice-btn {
  background: #e84031;
  border-radius: 25px;
  padding: 6px 14px;
  width: fit-content;
}

/*.city-choice-btn-menu{
    background: #E84031;
    border-radius: 25px;
    padding: 6px;
}*/

.city-choice-btn .nav-link {
  color: white;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
}

.city-choice-btn-2 .nav-link {
  font-size: 20px !important;
}

.city-choice-btn-menu {
  margin: 0 auto;
}

.container-button-menu {
  padding-right: 10px;
}

/*.wpml-ls-legacy-dropdown {
  width: 100% !important;
  height: 100%;
  display: flex;
  align-items: center;
}

.wpml-ls-legacy-dropdown a {
  border: none !important;
  }

.wpml-ls-legacy-dropdown a:hover, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
  background: white !important;
  }

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{
  display: flex;
  align-items: center;
  height: 100%;
}

.wpml-ls-legacy-dropdown ul{
  height: 100%;
  width: 100%;
}

.wpml-ls-legacy-dropdown .wpml-ls-item {
  height: 100%;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
  border-top: none !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a{
  height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.75) !important;
}*/

.nav-logo-trad {
  /* height: 100px; */
  width: 20px;
  height: auto;
  position: relative;
  bottom: 1px;
}

/*----------Responsive design*/

@media (max-width: 992px) {
  .testimonial .circle-container:hover>.to-show {
    max-width: 310px;
  }

  .city-choice-catalogue {
    margin: 0 auto !important;
  }

  .listing-jeux {
    justify-content: center !important;
  }
}

@media (max-width: 1090px) {
  .lire-video-div {
    z-index: 99;
    bottom: 30px;
  }

  .citiesvalues-page.mobile-marker {
    max-height: calc(100vh - 114px);
    overflow-y: scroll;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 2%);
  }

  .main-nav .navbar-collapse {
    display: none !important;
  }

  /*.nav-mobile #navbarCollapse{
    display: block ;
    }*/

  .nav-mobile .navbar-nav {
    flex-direction: column;
  }

  #tb-collapse {
    display: none !important;
  }

  .navbar-brand {
    /*padding: 0px;
        margin: 0 auto;*/
    margin: 0 20px;
  }

  #tb-toggler {
    display: block !important;
  }

  /* .navbar-collapse.show {
        left: 0;
        position: fixed;
    } */
  /* reduce max-height if not working */
  .nav-mobile {
    /* position: fixed !important; */
    max-height: 100vh;
    overflow-y: scroll;
  }

  .navbar-collapse {
    /*position: absolute;
        left: 100%;*/
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 100%;
    transition: all 0.3s ease;
    display: block;
    /* top: 100px; */
    /* position: absolute; */
    /* position: fixed; */
    z-index: 999;
  }

  /* .navbar-collapse.collapsing {
        height: auto !important;
        margin-right: 50%;
        transition: all 0.3s ease;
        display: block;
    } */
  /*.nav-mobile {
        display: block;
    }*/
}

@media (min-width: 1091px) {
  .cloud-section .c-content-theme {
    padding: 170px 0;
    background-color: none;
    border-radius: 0;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background: no-repeat url("https://team-break.fr/wp-content/uploads/2023/07/nuage-transparent.png");
  }

  .lire-video-div {
    z-index: 99;
    bottom: 38px;
    left: 80%;
  }

  /* .banner-video-container, .banner-bg{
   top: 128px !important;
} */
  .city-choice-btn-menu {
    display: none !important;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  #tb-toggler {
    display: none !important;
  }

  .nav-logo {
    /* height: 100px; */
    height: 56px;
    margin: 0 10px;
    /*top: 13px;*/
    position: relative;
  }

  /*.navbar-expand-lg .navbar-nav {
    align-items: flex-end !important;
    height: 50% !important;
}*/
  #reserver-desktop {
    height: 100% !important;
    align-items: center !important;
    width: 225px;
  }

  /*#reserver-desktop .nav-book{
    position:relative;
    top:5px;
  }*/
}

@media (max-width: 1090px) {
  .menu-secondaire {
    display: none;
  }
}

@media (min-width: 1491px) {
  .nav-item {
    /*margin: 0 60px;*/
    margin: 0 15px;
  }

  .nav-city {
    margin: 0 15px !important;
  }
}

@media (max-width: 1199px) {
  .video-banner {
    min-height: 500px !important;
    width: auto !important;
    min-width: unset !important;
  }

  .mission-cta-container {
    max-width: 340px;
    left: 50% !important;
  }

  .mission-cta-container img,
  .mission-cta-container .row,
  .mission-cta-container p {
    left: -50% !important;
    position: relative;
  }

  .city-companies-book {
    margin-left: 0 !important;
    margin-top: 10px;
  }
}

@media (max-width: 1299px) {
  .nav-item .nav-link {
    padding: 4px 8px !important;
  }

  .nav-item a {
    padding: 0 0.3rem !important;
  }
}

@media (max-width: 522px) {
  .city-companies-contact-div {
    justify-content: center !important;
  }
}

@media (min-width: 991px) {

  .page-template-heroes .img-video-banner,
  .page-template-donut .img-video-banner {
    width: 390px;
    max-width: 390px;
  }

  .single-mission_ha .img-video-banner,
  .single-mission_donut .img-video-banner {
    width: 390px;
    max-width: 390px;
  }

  #accordionFlushExample {
    display: none;
  }

  .cities-form .availabilities {
    transform: translateY(-50%);
    top: 50%;
  }

  .display-only-m {
    display: none !important;
  }
}

@media (max-width: 990px) {

  .page-template-heroes .img-video-banner,
  .page-template-donut .img-video-banner {
    width: 290px;
    max-width: 290px;
  }

  .single-mission_ha .img-video-banner,
  .single-mission_donut .img-video-banner {
    width: 290px;
    max-width: 290px;
  }

  .escape-item .know-more {
    font-size: 10px;
    width: 100%;
    margin: 0 auto !important;
  }

  #desktop-filters {
    display: none;
  }

  .display-only-md {
    display: none !important;
  }

  #carouselExampleIndicators {
    display: none !important;
  }

  .carousel-home#carouselExampleIndicators,
  .carousel-resp-city#carouselExampleIndicators {
    display: block !important;
  }

  .page-template-home-page .availabilities,
  .single-cities .availabilities {
    margin: 50px auto !important;
  }

  .carousel-resp-city .carousel-item {
    padding-top: 47% !important;
  }

  .availabilities {
    position: relative;
    top: unset;
    left: unset;
    /* display: block;*/
    margin: 150px auto;
    transform: translateY(0%);
  }

  .company-section {
    background: black;
  }

  .present-section {
    height: 267px;
    padding: 0;
  }

  .present-offer {
    position: relative;
    bottom: 20px;
  }

  .city-shows-item-image-first,
  .city-companies-item-image-first {
    height: 480px;
  }

  .pedroolga-image {
    height: 300px;
  }

  .img-template {
    /* height: auto !important;*/
    min-height: 80vh !important;
    object-fit: cover;
  }

  .nav-logo {
    height: 50px;
  }

  /* .agency-section {
    background: url("images/agency_m.jpg");
  }*/
  .city-discover-first-image,
  .offers-first-image,
  .offers-second-image,
  .offers-third-image {
    height: 400px !important;
  }

  .city-discover-second-content {
    order: 1;
  }

  .city-discover-second-image,
  .shows-item-image,
  .network-image {
    height: 400px !important;
  }

  .city-discover-second-image,
  .shows-item-image,
  .network-image {
    height: 400px !important;
  }
}

@media (max-width: 767px) {
  .synopsis-mobile {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 10px !important;
  }

  .escape-item {
    font-size: 10px !important;
  }

  .escape-item h5 {
    margin-bottom: 0;
    font-size: 10px !important;
  }

  /*.city-choice-container{
        top: 32% !important;
    }*/
  .wpml-ls-legacy-dropdown a {
    padding: 5px 15px !important;
  }

  #mobile-ls-link {
    justify-content: flex-start !important;
  }

  .info-mission {
    border-right: none;
  }

  .col-km {
    padding-right: 0 !important;
  }

  .col-book {
    padding-left: 0 !important;
  }

  .licence-content-second,
  .licence-content-first {
    margin-left: 0;
  }

  .licence-image img {
    display: none;
  }

  .advantages-first-content-first {
    padding: 50px 0 0 0;
  }

  .advantages-first-content-second {
    padding: 0 0 50px 0;
  }

  .home-show {
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.75) !important;
    width: 250px !important;
  }

  .show-image {
    height: 240px !important;
  }

  .cta-mission button {
    margin: 0 0 30px 0;
  }

  .city-missions-item,
  .city-shows-item,
  .city-companies-item,
  /*.show-item {
        padding: 0 30px;
    }*/
  .city-companies-book {
    margin-left: 0 !important;
  }

  .city-companies-contact-pricing {
    margin-right: 0 !important;
  }

  .pedroolga-image {
    height: 160px;
  }

  .assistance-content {
    text-align: center !important;
  }

  .col-order {
    order: 1 !important;
  }

  .video-spectacle iframe {
    height: 220px;
    width: 320px;
  }

  #mailjet_widget_email {
    width: 196px;
  }

  .offers-title {
    font-size: 46px;
  }

  .single-post .offers-title {
    font-size: 14px;
    color: #8b8b8b;
    text-transform: none;
    font-family: 'Poppins';
  }

  .t-center-mb {
    text-align: center !important;
  }

  .t-justify-mb {
    text-align: justify !important;
    text-align-last: center !important;
  }

  .tabbed-ul li {
    width: 100%;
    text-align: center;
  }

  .row-mission {
    margin: 10px 0;
  }

  .row-entreprise {
    justify-content: center;
  }

  .cta-entreprise {
    margin-right: 0;
  }

  .show-img {
    width: 238px !important;
    height: 242px !important;
  }

  iframe {
    width: 100% !important;
  }
}

.mobile-lang-chosen {
  background: #ffffff !important;
}

.mobile-lang-chosen a {
  color: #e84031 !important;
}

.mobile-lang-other {
  background: #f6e05b !important;
}

.mobile-lang-other a {
  color: #000000 !important;
}

.mobile-book {
  background: #e84031 !important;
}

.mobile-book a:hover {
  color: #ffffff !important;
}

/*//new modifs */

.boogaloo {
  font-family: 'Boogaloo', cursive !important;
}

.poppins {
  font-family: 'Poppins', sans-serif !important;
}

.uppercase {
  text-transform: uppercase;
}

.sous-titre-h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 18px;
  width: 100%;
  text-align: center;
}

.sous-titre-h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  width: 100%;
  text-align: center;
}

.bg-light-red {
  background-color: #ffd8d6;
}

.enveloppe {
  width: 175px;
  height: auto;
}

/*// menu new*/
.navbar-expand-lg .navbar-collapse {
  justify-content: flex-end !important;
  height: 100% !important;
  align-items: center !important;
}

.navbar-expand-lg .navbar-nav {
  height: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.navbar-text {
  height: 100%;
  padding: 0;
}

.menu-secondaire {
  /*position: absolute;
    top: 0;*/
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  z-index: 9;
}

.bg-grey {
  background-color: #c2c2c2;
}

.bg-dark-grey {
  background-color: #393946;
}

.bg-red {
  background-color: #e84031 !important;
}

.menu-secondaire a {
  margin: 2px 20px;
}

.menu-secondaire a:hover {
  color: #e84031;
}

.menu-secondaire p {
  margin: 0;
  font-size: 14px;
}

.btn-mission {
  padding: 4px 0 2px 0;
  font-size: 14px;
  font-weight: 500;
}

.bg-black {
  background-color: #2a2a2a !important;
}

.bg-dark-black {
  background-color: black !important;
}

.square {
  width: 256px !important;
  height: 256px !important;
}

.small-circle {
  width: 130px !important;
  height: 130px !important;
}

#booking-tabs .tabbed-ul {
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  border: none;
  padding: 0;
  /* flex-direction: row; */
  /* margin: 10px 0; */
  position: absolute;
  top: 0;
  width: 100%;
}

#booking-tabs .tabbed-ul li {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  width: 129px;
  height: 40px;
}

#booking-tabs {
  height: 300px;
  padding: 0;
}

#booking-tabs .panel-body {
  padding: 10px;
}

#book-tab {
  margin-top: 35px;
}

.show .availabilities-dropdown-field {
  background-color: white !important;
  color: black !important;
  border: 2px solid black !important;
}

#booking-tabs .tabbed-ul li a {
  color: #ffffff;
  background-color: #e84031;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

#booking-tabs .tabbed-ul li a:hover {
  border-bottom: none;
}

#booking-tabs .tabbed-ul li a.active {
  text-decoration: none;
  border-bottom: none;
  color: #000000;
  background-color: #f6e05b;
}

.boutons-event {
  margin-top: 40px;
}

.boutons-event a {
  width: 100%;
}

.boutons-event button {
  width: 100%;
  margin: 4px 0;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
}

.circle-img {
  width: 200px;
  height: 200px;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 50%;
  margin: 15px auto;
}

.circle-img-franchise {
  width: 250px;
  height: 250px;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 50%;
  margin: 0 auto;
}

.home-offer-img {
  width: 230px;
  height: 330px;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 25px;
  margin: 10px;
}

.title-city {
  color: white;
  background-color: #e84031;
  border-radius: 25px;
  width: 100%;
  padding: 10px;
  font-weight: 500;
}

.offer-city-section {
  background-color: #e84031;
}

.card-city-offer-img {
  border-radius: 35px;
  width: 256px;
  height: 340px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  margin: 10px;
  padding: 15px;
  font-weight: 500;
  background-size: cover !important;
  background-position: center !important;
}

.card-city-offer-img-square {
  width: 190px;
  height: 190px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  margin: 15px;
  padding: 15px;
  font-weight: 500;
  background-size: cover !important;
  background-position: center !important;
}

.title-offer,
.title-offer a {
  font-size: 18px;
  font-weight: 500;
  color: white;
}

.card-city-offer-img {
  position: relative;
}

.details-offer-container,
.details-escape-container {
  position: absolute;
  background: #222222a3;
  width: 100%;
  height: 100%;
  top: 0;
  color: white;
  border-radius: 35px;
  padding: 15px;
  display: none;
}

.details-offer {
  position: relative;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  padding: 20px;
}

.details-escape {
  position: relative;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #ffffff;
  font-size: 12px;
  padding: 0;
}

.f-small {
  font-size: 12px !important;
}

.f-body {
  font-size: 16px;
  font-weight: 400;
}

.details-escape h5 {
  font-size: 12px;
  font-weight: 600;
}

.details-escape-home h5 {
  font-size: 20px !important;
}

.details-offer a {
  color: #ffffff;
}

.card-offer-item:hover .details-offer-container,
.card-escape:hover .details-escape-container {
  display: block;
}

.card-escape:hover .tag-card {
  display: none;
}

.card-escape:hover {
  cursor: pointer;
}

.all-offers {
  text-align: center;
  background-color: black;
  padding: 10px 14px;
  border-radius: 25px;
  margin: 30px 0;
  color: white;
  /*   min-width: 250px;*/
  font-weight: 700;
  font-size: 18px;
}

.title-coord {
  font-size: 20px;
}

.tag-card {
  top: 0;
  width: auto;
  right: 0;
  background: white;
  border-radius: 0 0px 0 25px;
  padding: 10px;
  min-width: 100px;
}

.tag-card h5 {
  font-size: 12px;
  margin-bottom: 0;
  text-align: center;
}

.escape-item {
  margin: 30px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.city-filter:hover {
  cursor: pointer !important;
}

.city-filter {
  font-weight: 600;
}

.city-choice-catalogue {
  background-color: #e84031;
  border-radius: 25px;
  padding: 8px 14px;
  max-width: 300px;
}

.card-escape {
  border-radius: 35px;
  width: 220px;
  height: 300px;
  color: white;
  display: flex;
  justify-content: center;
  padding: 15px;
  text-align: left;
  background-position: center !important;
  background-size: cover !important;
  font-size: 12px;
}

.card-escape-spectacle {
  width: 290px !important;
  height: 400px !important;
}

.card-escape-spectacle h5 {
  font-size: 24px !important;
}

.card-escape-spectacle p {
  font-size: 16px !important;
}

.img-mission {
  border-radius: 35px;
  width: 240px;
  height: 340px;
  color: white;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 15px;
  text-align: left;
  background-position: center !important;
  background-size: cover !important;
  font-size: 12px;
  margin: 0 auto;
}

.show-img-mission {
  border-radius: 35px;
  width: 320px;
  height: 180px;
  color: white;
  margin: 10px;
  object-fit: cover;
}

.know-more {
  background: #e84031;
  color: #ffffff;
  border: none;
  padding: 8px 12px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  border-radius: 25px;
}

.agency-second-text {
  color: white;
  font-size: 18px;
}

.bg-section-img {
  background-size: cover !important;
  background-position: center !important;
}

.img-format-event {
  width: 300px;
  height: 300px;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 25px;
  margin: 0px auto;
}

.img-format-event-company {
  width: 300px;
  height: 210px;
  background-size: cover !important;
  background-position: center !important;
  margin: 0 auto;
}

.franchise-name {
  font-weight: 500;
  background-color: white;
  padding: 10px 16px;
  width: fit-content;
  margin-bottom: 30px;
}

.skill-mission {
  background-color: #e84031;
  padding: 10px 20px 10px 10px;
  color: white;
  width: 170px;
}

.perc-skill {
  background-color: white;
  padding: 10px;
  color: black;
  width: 70px;
}

.image-map {
  width: 80%;
  min-width: 310px;
  height: auto;
  margin: 0 auto;
  display: block;
}

/* .banner-bg, .banner-video-container{
    top: 100px;
} */
.banner-bg {
  position: relative;
  height: 0 !important;
  min-height: unset;
  padding-top: 27%;
  background-position: center !important;
  background-size: cover !important;
  /* top: 100px; */
}

.form-entreprise form,
.form-entreprise form a {
  color: white !important;
}

.title-filter {
  color: #e84031;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 700;
  text-align: left;
}

.options-filter {
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: 16px;
  /* margin-bottom: 15px;*/
  font-weight: 500;
}

.result-filters a {
  margin: 0 10px;
}

#accordionFlushExample {
  margin-top: 30px;
}

#accordionFlushExample .filters {
  padding: 0 15px;
}

.accordion-header {
  background: white;
  margin-bottom: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-header h4 {
  background: white;
  width: 100%;
  padding: 15px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  position: relative;
  top: 2px;
}

.accordion-body {
  margin-top: 15px;
}

.accordion-header .fa-chevron-right,
.accordion-header .fa-chevron-down {
  position: absolute;
  right: 10px;
  top: 18px;
}

[type='button'] {
  -webkit-appearance: none !important;
}

.single-spectacle .agency-second-text {
  color: #212529 !important;
}

.image-step-port {
  width: 190px;
  height: auto;
  margin: 30px 15px;
}

.f-h5 {
  font-size: 1.25rem;
}

.div-filter h3 {
  display: inline-block;
}

.city-choice-container-bloc {
  margin-top: 30px;
}

.row-business .card-offer-item {
  width: 300px;
  margin: 15px 30px;
}

.row-business .card-city-offer-img {
  margin: 10px auto !important;
}

.site-branding {
  /* position: fixed; */
  width: 100%;
  z-index: 99999;
}

.navbarfixed {
  position: fixed;
}

.tableau-chiffres img {
  width: 80px;
  height: auto;
  margin: 10px 0;
}

.tableau-chiffres p,
.tableau-chiffres .col-9 {
  color: white;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
}

.tableau-chiffres .img-invert {
  filter: invert(1);
}

.tableau-chiffres div.col-3,
.tableau-chiffres div.col-9 {
  padding: 10px 15px;
}

.tableau-chiffres .row {
  position: relative;
}

.tableau-chiffres .row:hover>.to-show {
  display: block;
  background-color: #e84031;
  color: white;
  position: absolute;
  padding: 15px;
  top: 120px;
  z-index: 999;
}

/* .testimonial .circle-container:hover > .to-show {
    display: block;
    background-color: rgb(243 243 243 / 91%);
    color: black;
    position:absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    top:15px;
    z-index: 999;
    text-align: center;
    width: 100%;
    max-width: 366px;
    border-radius: 10px;
} */

.testimonial-carousel .slick-slide:hover .to-show {
  display: block;
  background-color: rgb(243 243 243 / 91%);
  color: black;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  /* top:15px; */
  z-index: 999;
  text-align: center;
  width: 100%;
  max-width: 366px;
  border-radius: 10px;
  /* right: -50%; */
}

.testimonial-carousel .slick-list {
  padding: 0 0 30px 0;
}

/* .tableau-chiffres .row:hover ~ .row, .tableau-chiffres .row:hover + .row{
    filter: contrast(0.2);
} */

/* .tableau-chiffres .row{
    min-width: 300px;
    width: 360px;
    margin: 0 !important;
}
     */

.to-show {
  display: none;
  z-index: 999;
}

.to-show p {
  font-weight: 400;
  font-size: 18px;
}

.bg-briques {
  background-size: cover !important;
  background-position: center !important;
}

.filter-chiffres {
  filter: contrast(0.2);
}

.col-formules .bg-black {
  border-radius: 50px 50px 0 0;
}

.col-formules .bg-red {
  border-radius: 0 0 50px 50px;
}

.img-offre-franchise img {
  width: 100%;
  height: auto;
}

.franchise-intro-red img {
  width: 160px;
  height: auto;
}

.infographie img {
  width: 100%;
  height: auto;
  margin: 30px 0;
}

.franch-details-tem {
  border-radius: 10px;
  background-color: white;
  padding: 15px;
  text-align: center;
}

.col-formules img {
  height: 100px !important;
  object-fit: contain;
}

.div-title-offre-franchise {
  border-radius: 10px;
  color: black;
  background-color: white;
  padding: 15px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
}

.img-offre-franchise-bis img {
  border-radius: 8px;
  object-fit: contain;
  height: 300px;
  margin: 0 auto;
  display: block;
}

.faq-franchise {
  border-radius: 30px;
  color: black;
  background-color: white;
  padding: 15px;
}

.faq-franchise .faq-header {
  background: none !important;
  color: black;
}

.faq-franchise .faq-header h3 {
  color: black;
}

.faq-franchise .faq-header i,
.faq-franchise .faq-header .fa-sign {
  color: #e84031;
}

.faq-franchise .faq-card-body,
.faq-franchise .faq-card:hover .faq-card-body {
  border-radius: 30px !important;
  color: white;
  background-color: rgb(54, 54, 54);
  padding: 15px;
}

.h1-franch {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins';
}

.franchise-intro .circle-container {
  width: 185px !important;
}

.testimonial-carousel .to-show p,
.testimonial-carousel .to-show {
  font-weight: 400;
  font-size: 13px;
  font-family: 'Poppins', sans-serif !important;
}

.faq-franchise .faq-header-link h3 {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.franch-circle .circle-container {
  min-height: 400px;
}

.wp-block-image img {
  object-fit: contain;
}

* {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}

.single-post .offers-title {
  font-size: 14px;
  color: #8b8b8b;
  text-transform: none;
  font-family: 'Poppins';
  font-weight: 400;
}

.div-hidden-height {
  height: 100px;
}

/* donut quiz */
.page-template-donut .main-nav,
.single-mission_donut .main-nav {
  /* background-color: #30aadd; */
  background-color: #4aa3bc;
}

.page-template-donut .title-section h2,
.single-mission_donut .title-section h2 {
  /* font-size: 46px;*/
  font-size: 2.5rem;
}

.page-template-donut .nav-book .nav-link,
.page-template-donut .book-btn,
.page-template-donut .agency-discover,
.page-template-donut .faqs-show,
.page-template-donut .shows-discover,
.page-template-donut .site-footer {
  background-color: #fd9ca2;
}

.single-mission_donut .nav-book .nav-link,
.single-mission_donut .book-btn,
.single-mission_donut .agency-discover,
.single-mission_donut .faqs-show,
.single-mission_donut .shows-discover,
.single-mission_donut .site-footer {
  background-color: #fd9ca2;
}

.page-template-donut .red,
.single-mission_donut .red {
  color: #fd9ca2 !important;
}

.page-template-donut .et_pb_top_inside_divider,
.single-mission_donut .et_pb_top_inside_divider {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIyOXB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iIzRhYTNiYyI+PHBhdGggZD0iTTAgMHYxMDBjMjAgMTcuMyA0MCAyOS41MSA4MCAyOS41MSA1MS43OSAwIDc0LjY5LTQ4LjU3IDE1MS43NS00OC41NyA3My43MiAwIDkxIDU0Ljg4IDE5MS41NiA1NC44OEM1NDMuOTUgMTM1LjggNTU0IDE0IDY2NS42OSAxNGMxMDkuNDYgMCA5OC44NSA4NyAxODguMiA4NyA3MC4zNyAwIDY5LjgxLTMzLjczIDExNS42LTMzLjczIDU1Ljg1IDAgNjIgMzkuNjIgMTE1LjYgMzkuNjIgNTguMDggMCA1Ny41Mi00Ni41OSAxMTUtNDYuNTkgMzkuOCAwIDYwIDIyLjQ4IDc5Ljg5IDM5LjY5VjB6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 100% 29px;
  top: 0;
  height: 29px;
  z-index: 1;
}

.et_pb_top_inside_divider {
  margin-top: -1px;
}

.et_pb_bottom_inside_divider,
.et_pb_top_inside_divider {
  display: block;
  position: absolute;
  pointer-events: none;
  background-repeat-y: no-repeat;
  width: 100%;
  left: 0;
  right: 0;
}

.page-template-donut .et_pb_bottom_inside_divider,
.single-mission_donut .et_pb_bottom_inside_divider {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIydnciIHZpZXdCb3g9IjAgMCAxMjgwIDE0MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjNGVhNGJhIj48cGF0aCBkPSJNMTI4MCA4NmMtMTkuOS0xNy4yMS00MC4wOC0zOS42OS03OS44OS0zOS42OS01Ny40OSAwLTU2LjkzIDQ2LjU5LTExNSA0Ni41OS01My42MSAwLTU5Ljc2LTM5LjYyLTExNS42LTM5LjYyQzkyMy43IDUzLjI3IDkyNC4yNiA4NyA4NTMuODkgODdjLTg5LjM1IDAtNzguNzQtODctMTg4LjItODdDNTU0IDAgNTQzLjk1IDEyMS44IDQyMy4zMiAxMjEuOGMtMTAwLjUyIDAtMTE3Ljg0LTU0Ljg4LTE5MS41Ni01NC44OC03Ny4wNiAwLTEwMCA0OC41Ny0xNTEuNzUgNDguNTctNDAgMC02MC0xMi4yMS04MC0yOS41MXY1NEgxMjgweiIvPjwvZz48L3N2Zz4=);
  background-size: 100% 2vw;
  bottom: 0;
  height: 2vw;
  z-index: 10;
}

.et_pb_bottom_inside_divider {
  margin-bottom: -1px;
}

.c-body {
  font-size: 16px !important;
}

.c-blue {
  color: #30aadd;
}

.c-div-title {
  border-radius: 5px;
  background-color: rgb(239 239 239 / 59%);
  min-height: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
}

.c-div-title p,
.c-div-title h5 {
  margin-bottom: 0;
}

.page-template-donut #breadcrumbs span a,
.page-template-donut #breadcrumbs span {
  color: black !important;
}

.single-mission_donut #breadcrumbs span a,
.single-mission_donut #breadcrumbs span {
  color: black !important;
}

.page-template-donut .img-format-event,
.single-mission_donut .img-format-event {
  width: 210px;
  height: 300px;
  border-radius: 20px;
}

.page-template-donut .escape-item,
.single-mission_donut .escape-item {
  display: flex !important;
  margin: 0 10px 0 0;
  flex-direction: column;
  align-items: center;
}

.page-template-donut .card-escape,
.single-mission_donut .card-escape {
  height: 170px;
  width: 300px;
  border-radius: 20px;
}

.page-template-donut .c-img-theme,
.single-mission_donut .c-img-theme {
  width: 100%;
  margin-bottom: 30px;
  max-width: 200px;
  height: 200px;
  margin: 0 auto;
  /* margin-bottom: 10px; */
}

.page-template-donut p,
.single-mission_donut p {
  font-family: 'Montserrat', sans-serif !important;
}

.img-tampon {
  width: 100%;
  max-width: 220px;
  height: auto;
}

.c-bg-img {
  background-size: cover !important;
  background-position: center !important;
  border-radius: 25px;
}

.c-img-theme {
  height: 140px;
  width: 100%;
  margin-bottom: 30px;
}

.c-desc-theme {
  border-radius: 20px;
  background-color: rgb(239 239 239 / 59%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  max-width: 246px;
  margin: 0 auto;
}

.c-desc-theme p {
  margin-bottom: 0;
}

.images_ville_slider {
  margin: 15px 30px;
  border-radius: 25px;
  width: 164px;
  height: 100px;
  object-fit: contain;
}

.title-section h2 {
  font-size: 36px;
}

.images_like {
  height: 300px;
  object-fit: contain;
  border-radius: 50px;
  max-width: 213px;
}

.page-template-donut .agency-discover,
.single-mission_donut .agency-discover {
  font-size: 22px !important;
  min-width: 250px !important;
  border-radius: 50px !important;
  padding: 10px !important;
  max-width: 100% !important;
  font-family: 'Montserrat';
}

.page-template-donut #booking-section .agency-discover {
  border: none;
  /* padding: 0px 15px; */
  padding: 10px 15px;
  /* height: 70px; */
  min-height: 46px;
  height: auto;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  /* width: 280px; */
  /* min-width: 200px; */
  min-width: 236px;
  border-radius: 25px;
}

.title-section p,
.title-section p span {
  text-transform: initial;
}

.card-offre {
  background-repeat: no-repeat no-repeat !important;
  text-align: center;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 25px;
  width: 200px;
  margin: 15px;
  padding: 15px;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card-offre img {
  width: 100%;
  height: 100px;
  object-fit: contain;
  margin-bottom: 15px;
}

.card-offre .c-text-card {
  max-width: 100%;
  height: 50px;
  width: 100%;
  margin: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.c-text-card p {
  margin-bottom: 0;
}

.btn-offre {
  background: #fd9ca2;
  color: #ffffff;
  border: none;
  padding: 10px 15px;
  min-height: 46px;
  height: auto;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  border-radius: 25px;
}

.img-gift {
  height: auto;
  transform: rotate(-15deg);
  width: 80%;
}

.page-template-donut .faq-card,
.single-mission_donut .faq-card {
  border-radius: 15px !important;
  background-color: #ffffffb5 !important;
}

.page-template-donut .faq-header,
.single-mission_donut .faq-header {
  background: rgb(239 239 239 / 59%) !important;
  border-radius: 15px !important;
  padding: 20px;
}

/* .page-template-donut .faq-header:hover .faq-question, .page-template-donut .faq-header:hover .faq-header-link {
     color: white !important;
} */
.page-template-donut .faq-header:hover .faq-header-link,
.single-mission_donut .faq-header:hover .faq-header-link {
  color: #30aadd !important;
}

.page-template-donut .faq-question,
.single-mission_donut .faq-question {
  color: #30aadd !important;
  margin-bottom: 0 !important;
}

.page-template-donut .change-color .faq-question,
.single-mission_donut .change-color .faq-question {
  color: #ffffff !important;
}

.page-template-donut .faq-header-link,
.single-mission_donut .faq-header-link {
  color: #fd9ca2 !important;
  margin-bottom: 0 !important;
  font-size: 18px !important;
}

.page-template-donut .change-color,
.page-template-donut .faq-header:hover,
.page-template-donut .change-color .faq-question,
.page-template-donut .change-color .faq-header-link {
  background: #fd9ca2 !important;
  /* color: white !important; */
}

.page-template-donut .change-color .faq-header-link {
  color: #30aadd !important;
}

.page-template-donut .faq-card:hover .faq-card-body {
  color: #fd9ca2 !important;
}

.single-mission_donut .change-color,
.single-mission_donut .faq-header:hover,
.single-mission_donut .change-color .faq-question,
.single-mission_donut .change-color .faq-header-link {
  background: #fd9ca2 !important;
  /* color: white !important; */
}

.single-mission_donut .change-color .faq-header-link {
  color: #30aadd !important;
}

.single-mission_donut .faq-card:hover .faq-card-body {
  color: #fd9ca2 !important;
}

.page-template-donut .faq-header .collapse,
.single-mission_donut .faq-header .collapse {
  /* background-color: #e9a6aa; */
  background-color: white;
  border-radius: 15px;
  color: #fd9ca2 !important;
}

.page-template-donut .title-section,
.single-mission_donut .title-section {
  font-family: 'Knewave', cursive;
  text-transform: uppercase;
  font-size: 2.5rem;
  /* font-size: 46px; */
  /* line-height: 50px; */
}

.page-template-donut h2,
.page-template-donut h3,
.single-mission_donut h2,
.single-mission_donut h3 {
  font-family: 'Knewave', cursive;
}


.page-template-donut h2,
.single-mission_donut h2 {
  font-size: 2rem;
}

/* .page-template-donut .title-section, .single-mission_donut .title-section{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
} */

/* heroes academy style */
.page-template-heroes .faq-header .collapse,
.single-mission_ha .faq-header .collapse {
  background-color: #581717;
  border-radius: 15px;
}



.page-template-heroes .main-nav,
.single-mission_ha .main-nav {
  /* background-color: #30aadd; */
  background-color: #85150e;
}

.page-template-heroes .book-btn,
.page-template-heroes .agency-discover,
.page-template-heroes .faqs-show,
.page-template-heroes .shows-discover,
.page-template-heroes .site-footer {
  background-color: #85150e;
  color: #e7c88c !important;
}

.page-template-heroes .nav-book .nav-link,
.single-mission_ha .nav-book .nav-link {
  background-color: #e7c88c !important;
  color: #85150e !important;
}

.single-mission_ha .book-btn,
.single-mission_ha .agency-discover,
.single-mission_ha .faqs-show,
.single-mission_ha .shows-discover,
.single-mission_ha .site-footer {
  background-color: #85150e;
  color: #e7c88c !important;
}

.page-template-heroes .red,
.single-mission_ha .red {
  color: #85150e !important;
}

.page-template-heroes .et_pb_top_inside_divider,
.single-mission_ha .et_pb_top_inside_divider {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIyOXB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iIzRhYTNiYyI+PHBhdGggZD0iTTAgMHYxMDBjMjAgMTcuMyA0MCAyOS41MSA4MCAyOS41MSA1MS43OSAwIDc0LjY5LTQ4LjU3IDE1MS43NS00OC41NyA3My43MiAwIDkxIDU0Ljg4IDE5MS41NiA1NC44OEM1NDMuOTUgMTM1LjggNTU0IDE0IDY2NS42OSAxNGMxMDkuNDYgMCA5OC44NSA4NyAxODguMiA4NyA3MC4zNyAwIDY5LjgxLTMzLjczIDExNS42LTMzLjczIDU1Ljg1IDAgNjIgMzkuNjIgMTE1LjYgMzkuNjIgNTguMDggMCA1Ny41Mi00Ni41OSAxMTUtNDYuNTkgMzkuOCAwIDYwIDIyLjQ4IDc5Ljg5IDM5LjY5VjB6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 100% 29px;
  top: 0;
  height: 29px;
  z-index: 1;
}

.et_pb_top_inside_divider {
  margin-top: -1px;
}

.et_pb_bottom_inside_divider,
.et_pb_top_inside_divider {
  display: block;
  position: absolute;
  pointer-events: none;
  background-repeat-y: no-repeat;
  width: 100%;
  left: 0;
  right: 0;
}

.page-template-heroes .et_pb_bottom_inside_divider,
.single-mission_ha .et_pb_bottom_inside_divider {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIydnciIHZpZXdCb3g9IjAgMCAxMjgwIDE0MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjNGVhNGJhIj48cGF0aCBkPSJNMTI4MCA4NmMtMTkuOS0xNy4yMS00MC4wOC0zOS42OS03OS44OS0zOS42OS01Ny40OSAwLTU2LjkzIDQ2LjU5LTExNSA0Ni41OS01My42MSAwLTU5Ljc2LTM5LjYyLTExNS42LTM5LjYyQzkyMy43IDUzLjI3IDkyNC4yNiA4NyA4NTMuODkgODdjLTg5LjM1IDAtNzguNzQtODctMTg4LjItODdDNTU0IDAgNTQzLjk1IDEyMS44IDQyMy4zMiAxMjEuOGMtMTAwLjUyIDAtMTE3Ljg0LTU0Ljg4LTE5MS41Ni01NC44OC03Ny4wNiAwLTEwMCA0OC41Ny0xNTEuNzUgNDguNTctNDAgMC02MC0xMi4yMS04MC0yOS41MXY1NEgxMjgweiIvPjwvZz48L3N2Zz4=);
  background-size: 100% 2vw;
  bottom: 0;
  height: 2vw;
  z-index: 10;
}

.et_pb_bottom_inside_divider {
  margin-bottom: -1px;
}

.c-body {
  font-size: 16px !important;
}

.c-body-ha {
  font-size: 16px !important;
  color: #e7c88c !important;
}

.c-blue {
  color: #30aadd;
}

.c-div-title {
  border-radius: 5px;
  background-color: rgb(239 239 239 / 59%);
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
}

.single-mission_ha .c-div-title {
  border-radius: 5px;
  background-color: #cbb9818f;
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
}

.c-div-title p,
.c-div-title h5 {
  margin-bottom: 0;
}

.page-template-heroes #breadcrumbs span a,
.page-template-heroes #breadcrumbs span {
  color: black !important;
}

.single-mission_ha #breadcrumbs span a,
.single-mission_ha #breadcrumbs span {
  color: #e7c88c !important;
}

.page-template-heroes .img-format-event,
.single-mission_ha .img-format-event {
  width: 210px;
  height: 300px;
  border-radius: 20px;
}

.page-template-heroes .escape-item,
.single-mission_ha .escape-item {
  display: flex !important;
  margin: 0 10px 0 0;
  flex-direction: column;
  align-items: center;
}

.page-template-heroes p,
.single-mission_ha p {
  font-size: 18px;
}

.page-template-donut p,
.single-mission_donut p {
  font-size: 20px;
}

.faq-card-body p {
  font-size: 16px;
}

.page-template-heroes .card-escape,
.single-mission_ha .card-escape {
  height: 170px;
  width: 300px;
  border-radius: 20px;
}

.page-template-heroes p,
.single-mission_ha p {
  font-family: 'Asul', sans-serif !important;
}

.img-tampon {
  width: 100%;
  max-width: 220px;
  height: auto;
}

.c-bg-img {
  background-size: cover !important;
  background-position: center !important;
  border-radius: 25px;
}

.c-img-theme {
  height: 140px;
  width: 100%;
  margin-bottom: 30px;
}

.c-content-theme {
  padding: 15px;
  background-color: rgb(239 239 239 / 59%);
  border-radius: 50px;
}

.images_ville_slider {
  margin: 15px 30px;
  border-radius: 25px;
  width: 164px;
  height: 100px;
  object-fit: contain;
}

.title-section h2 {
  font-size: 36px;
}


.page-template-heroes .agency-discover,
.single-mission_ha .agency-discover {
  font-size: 22px !important;
  min-width: 280px !important;
  border-radius: 50px !important;
  padding: 15px 25px !important;
  max-width: 100% !important;
  font-family: 'Montserrat';
}

.card-offre {
  background-repeat: no-repeat no-repeat !important;
  text-align: center;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 25px;
  width: 200px;
  margin: 15px auto;
  padding: 15px;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card-offre img {
  width: 100%;
  height: 100px;
  object-fit: contain;
  margin-bottom: 15px;
}

.card-offre .c-text-card {
  max-width: 100%;
  height: 50px;
  width: 100%;
  margin: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.c-text-card p {
  margin-bottom: 0;
}

.ha-btn-offre {
  background: #85150e;
  color: #e7c88c;
  border: none;
  padding: 10px 15px;
  min-height: 46px;
  height: auto;
  text-transform: uppercase;
  font-family: 'Asul', sans-serif;
  font-weight: 700;
  font-size: 16px;
  border-radius: 25px;
}

.img-gift {
  height: auto;
}

.page-template-heroes .faq-card,
.single-mission_ha .faq-card {
  border-radius: 15px !important;
  background-color: #e7c88c !important;
}

.page-template-heroes .faq-header,
.single-mission_ha .faq-header {
  background: #e7c88c;
  border-radius: 15px !important;
  padding: 20px;
}

.page-template-heroes .faq-header:hover .faq-question,
.page-template-heroes .faq-header:hover .faq-header-link,
.single-mission_ha .faq-header:hover .faq-question,
.single-mission_ha .faq-header:hover .faq-header-link {
  color: #e7c88c !important;
}

.page-template-heroes .faq-header:hover .faq-header-link,
.page-template-heroes .faq-card-body,
.single-mission_ha .faq-header:hover .faq-header-link,
.single-mission_ha .faq-card-body {
  color: #e7c88c !important;
}

.page-template-heroes .faq-question,
.single-mission_ha .faq-question {
  color: #85150e !important;
  margin-bottom: 0 !important;
}

.page-template-heroes .c-div-title {
  border-radius: 5px;
  background-color: rgb(255 220 161 / 44%);
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
}

.single-mission_donut .c-div-title {
  border-radius: 5px;
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
}

.page-template-donut .c-div-title {
  border-radius: 5px;
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
}

.content-occasion .text-occasion {
  height: 50px;
}

.page-template-heroes .faq-header-link,
.single-mission_ha .faq-header-link {
  color: #85150e !important;
  margin-bottom: 0 !important;
  font-size: 18px !important;
}

.page-template-heroes .change-color,
.page-template-heroes .faq-header:hover,
.page-template-heroes .change-color .faq-question,
.page-template-heroes .change-color .faq-header-link {
  background: #85150e !important;
  color: #e7c88c !important;
}

.page-template-heroes .change-color .faq-header-link {
  color: #e7c88c !important;
}

.page-template-heroes .faq-card:hover .faq-card-body {
  color: #e7c88c !important;
}

.single-mission_ha .change-color,
.single-mission_ha .faq-header:hover,
.single-mission_ha .change-color .faq-question,
.single-mission_ha .change-color .faq-header-link {
  background: #85150e !important;
  /* color: white !important; */
}

.single-mission_ha .change-color .faq-header-link {
  color: #30aadd !important;
}

.single-mission_ha .faq-card:hover .faq-card-body {
  color: #e7c88c !important;
}

.ha-seperator {
  height: 20px;
  background: #e7c88c;
}

.ha-seperator-red {
  height: 20px;
  background: #85150e;
}

.page-template-heroes .title-section,
.single-mission_ha .title-section {
  /* font-family: 'Poppins', sans-serif; */
  font-family: 'Asul', sans-serif;
  font-weight: 600;
}

.div-desc-perc {
  width: 100%;
  font-size: 20px;
}

.name-desc {
  width: 75%;
  background: #85150e;
  color: white;
  text-transform: uppercase;
  padding: 10px;
}

.perc-desc {
  width: 25%;
  background: #e7c88c;
  color: black;
  font-weight: 600;
  padding: 10px;
  text-align: center;
}

.page-template-heroes .images_desc {
  width: 200px !important;
  margin: 30px;
}

.text-conseil {
  text-align: center;
}

.img-conseil {
  width: 100%;
  max-width: 120px;
  height: 120px;
  object-fit: contain;
}

.conseils .col-md-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.div-ville-slider .images_ville_slider {
  border-radius: 0;
  width: 190px;
  height: 110px;
  margin: 15px;
}

.asul {
  font-family: 'Asul' !important;
}

.ha-card-offre,
.ha-card-offre-last {
  width: 100%;
  /* height: 140px; */
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ha-card-offre-last .offre-last {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.c-text-card,
.text-offre-last {
  height: 55px;
}

.ha-card-offre-last .ha-btn-offre {
  width: 100% !important;
}

.ha-card-offre-last a {
  width: 80%;
}

.images_offre {
  width: 110px;
  height: 140px;
  object-fit: contain;
}

.offre-last {
  margin: 0 15px;
}

.content-occasion {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.content-occasion .images_desc {
  width: 110px;
  height: 130px;
  object-fit: contain;
}

.img-blason-resa {
  width: 110px;
  height: 130px;
  object-fit: contain;
  position: absolute;
  z-index: -1;
}

.img-man-resa {
  width: 200px;
  height: 200px;
  object-fit: contain;
  position: absolute;
  z-index: -1;
}

#man-1 {
  left: -140px;
  top: 50px;
}

#man-2 {
  right: -140px;
  top: 30px;
}

#man-3 {
  left: -140px;
  bottom: 30px;
}

#man-4 {
  right: -140px;
  bottom: 50px;
}

#blason-1 {
  left: -80px;
  top: 5%;
}

#blason-2 {
  right: -80px;
  top: 13%;
}

#blason-3 {
  left: -80px;
  top: 21%;
}

#blason-4 {
  right: -80px;
  top: 29%;
}

#blason-5 {
  left: -80px;
  top: 37%;
}

#blason-6 {
  right: -80px;
  top: 45%;
}

#blason-7 {
  left: -80px;
  top: 51%;
}

#blason-8 {
  left: -80px;
  top: 57%;
}

#blason-9 {
  right: -80px;
  top: 63%;
}

#blason-10 {
  left: -80px;
  top: 70%;
}

#blason-11 {
  right: -80px;
  top: 77%;
}

#blason-12 {
  left: -80px;
  top: 83%;
}

#blason-13 {
  right: -80px;
  top: 89%;
}

#blason-14 {
  left: -80px;
  top: 96%;
}

.single-mission_ha .forescape {
  z-index: 999999;
}

.sub-menu .nav-item a {
  text-wrap: nowrap;
}

.max-width-80 {
  max-width: 80%;
}

.img-slider-tampon {
  width: 160px;
  height: 136px;
  background-repeat: no-repeat no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  margin: 15px 40px;
}

.donut-text-shadow {
  text-shadow: 1px 1px 2px pink;
}