@import './components/_reviews.css';
@import './components/_card-prom-banner.css';
@import './components/_docolib-iframe.css';

.ad {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}

/* .ad img {width: 100%} */
.ad img {
  width: auto;
  margin: 0 auto;
  display: block;
}

.ad.interne {
  max-height: 540px;
}

.ad_fullHeight {
  max-height: 945px;
}

.ad.carre {
  height: 250px;
}

.ad.h945 {
  height: 945px;
}

.ad.h555 {
  height: 555px;
}

.ad.h80 {
  height: 80px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* ratio 16/9 */
  height: 0;
  overflow: hidden;
  clear: both;
  border-radius: 10px;
  margin: 20px 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 100%;
}

.parking {
  background-image: url(/assets/img/svg/parking.svg);
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: 0 3px;
  font-size: 15px;
  background-size: 13px;
  margin: 0 0 10px 0;
  line-height: 1.2rem;
}

.bus_stop {
  background-image: url(/assets/img/svg/school-bus.svg);
  background-repeat: no-repeat;
  font-size: 15px;
  background-size: 18px;
  padding-left: 25px;
  margin: 0 0 10px 0;
  line-height: 1.2rem;
}

.subway {
  background-image: url(/assets/img/svg/train.svg);
  background-repeat: no-repeat;
  background-position: -2px 0px;
  font-size: 15px;
  background-size: 23px;
  padding-left: 25px;
  margin: 0 0 10px 0;
  line-height: 1.5rem;
}

@media only screen and (max-width: 1024px) {
  .ad.interne {
    max-height: 400px;
  }

  .ad.carre {
    height: 325px;
  }
}

.interstitiel {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1201;
  display: none;
  background: #fff;
}

.interstitiel .wrapper {
  height: 100%;
  display: flex;
  align-items: center
}

.interstitiel a.close {
  position: absolute;
  top: 10%;
  right: 10%;
  display: none
}

.actusParagraph-text p {
  font-size: inherit;
  line-height: 1.4
}

.avatar.avatar_audio {
  height: 115px;
  width: 115px
}

#scrollTop {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 25px;
  /* Place the button at the bottom of the page */
  right: 100px;
  /* Place the button 30px from the right */
  z-index: 999;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: #4d9bfb;
  /* Set a background color */
  border: 1px solid #fff;
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 15px;
  /* Some padding */
  border-radius: 20px;
  /* Rounded corners */
  font-size: 18px;
  /* Increase font size */
}

#scrollTop:hover {
  background-color: #555;
  /* Add a dark-grey background on hover */
}

.actuHomeFirst .cardsActus {
  height: 400px
}

.select_au_services.select_au .select2-container--default {
  max-width: 275px
}

.map_medium {
  margin: 30px 0 0;
  height: 303px;
}

.contactForm {
  font-family: 'quicksand_regular', Arial, sans-serif;
  margin-bottom: 30px
}

.contactForm .choicesContact {
  margin-top: 10px
}

/* .cardsLogos-image {background-size: contain} */

.mapContainer.bottomPos .map {
  margin-top: 30px;
}

p.rgpd-popup {
  font-size: 9px;
  line-height: 1.1;
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 10px;
}

.faqs .faq {
  background: #ffffff;
  box-shadow: 0 10px 66px 0 rgb(0 0 0 / 6%);
  -webkit-box-shadow: 0 10px 66px 0 rgb(0 0 0 / 6%);
  border-radius: 15px;
  padding: 25px;
  margin: 8px 0;
  transition: box-shadow .4s;
  color: #525c66;
  display: block;
  float: left;
  width: 100%;
  cursor: pointer;
}

.faq:hover,
.faq.open {
  box-shadow: 0 10px 66px 0 rgb(0 0 0 / 10%);
  -webkit-box-shadow: 0 10px 66px 0 rgb(0 0 0 / 10%);
}

.faqs .faq h3.question {
  color: #525c66;
  font-size: 16px;
  font-weight: 700;
  font-family: quicksand_regular, Arial, sans-serif;
  margin: 0;
  position: relative;
}

.faqs .faq h3.question::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  width: 14px;
  height: 9px;
  background: transparent url(/assets/img/svg/arrow-down.svg) left top no-repeat;
  background-size: contain;
  top: 40%;
  transition: all 0.3s ease-in-out;
}

.faqs .faq.open h3.question::after {
  transform: rotate(180deg);
}

.faqs .faq .answer,
.faqs .faq .answer * {
  color: #525c66;
  font-size: 15px;
  font-weight: 400;
  font-family: worksans_regular, Arial, sans-serif;
}

.faqs .faq .answer a {
  text-decoration: underline;
}

.faqs .faq .answer div[itemprop="text"] {
  margin-top: 15px;
}

.faqs .faq .answer {
  height: 0;
  overflow: hidden;
}

.faqs .faq.open .answer {
  height: auto;
  overflow: auto;
}

.tag {
  background-color: #4d9bfb;
  color: #ffffff;
  font-size: 12px;
  padding: 0px 4px;
  border-radius: 4px;
  width: fit-content;
  position: absolute;
  right: 5px;
  top: 5px;
  font-family: 'quicksand_medium', Arial, sans-serif;
}

.contact-phone-obfuscated {
  border-radius: 26px;
  padding: 8px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  background-color: #000;
  color: #fff;
  box-shadow: none;
  border: 2px solid #000;
  cursor: pointer;
  margin-top: -8px;
  transition: all 0.3s ease-in-out;
  max-width: fit-content;
  font-size: 14px;
}

.contact-phone-obfuscated:hover {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
}

.contact-phone-obfuscated::before {
  background: none;
}

.contact-phone-obfuscated .afficher_num {
  position: relative;
  display: block;
  min-width: max-content;
}

.btn-search-sm {
  padding: 23px;
  background-image: url(../images/svg/magnifyingGlass_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  position: absolute;
  top: 0px;
  z-index: 203;
  right: 0;
}

.relative {
  position: relative;
}

.mxw-full {
  max-width: 100%;
}

.mb-15 {
  margin-bottom: 15px;
}

.auditiontv-select-filter-container .select2 {
  max-width: 100%;
  margin-left: 0;
}

.auditiontv-filters,
.select2-container {
  z-index: 1200;
}

.auditiontv-filters form {
  z-index: 1201;
}

.auditiontv-search {
  border: 2px solid #4d9bfb;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  background-color: #4d9bfb;
  color: white;
  padding: 0.35em 0.65em;
  border-radius: 0.5em;
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0.25em;
  font-family: quicksand_bold, Arial, sans-serif;
  text-transform: uppercase;
}

.badge .close-btn {
  background: transparent;
  border: none;
  color: white;
  font-weight: bold;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  padding: 0;
}

.badge .close-btn:hover {
  color: #ffdddd;
}

.flex-column {
  flex-direction: column;
}

@media screen and (max-width: 1023px) {
  .btn.btn-search-sm {
    top: 20px;
  }

  .select_au .select2-container--default {
    max-width: 100%;
  }
}