@charset "UTF-8";
@import url("https://use.typekit.net/trx7nfv.css");
:root {
  --bs-bg-opacity: 1;
}

/*@mixin respond-to($breakpoint) {
  @if $breakpoint == xs {
    @media (max-width: 575.98px) { @content; }
  }
  @if $breakpoint == sm {
    @media (min-width: 576px) and (max-width: 767.98px) { @content; }
  }
  @if $breakpoint == md {
    @media (min-width: 768px) and (max-width: 991.98px) { @content; }
  }
  @if $breakpoint == lg {
    @media (min-width: 992px) and (max-width: 1199.98px) { @content; }
  }
  @if $breakpoint == xl {
    @media (min-width: 1200px) { @content; }
  }
  @if $breakpoint == xxl {
    @media (min-width: 1400px) { @content; }
  }
}*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: interstate, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #1F1F1F;
}

a {
  color: unset;
  text-decoration: none;
}
a:hover {
  color: unset;
  text-decoration: none;
}

a.text-decoration {
  color: unset;
  text-decoration: underline;
}

.btn {
  text-transform: initial;
}

.navbar-transparent {
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.navbar-hover-container.scrolled {
  background-color: #1A2537 !important;
  border-bottom: 1px solid #fff;
}
.navbar-hover-container.navbar-white-bg {
  background-color: white !important;
  border-bottom: 1px solid #1A2537;
}
.navbar-hover-container.navbar-white-bg .nav-link {
  color: #333 !important;
}
.navbar-hover-container.navbar-white-bg .separator {
  color: #333 !important;
}
.navbar-hover-container.navbar-white-bg .btn-icon svg {
  stroke: #333 !important;
}
.navbar-hover-container.navbar-white-bg .btn-icon svg path {
  stroke: #333 !important;
}
.navbar-hover-container.navbar-white-bg .text-white {
  color: #333 !important;
}
.navbar-hover-container.navbar-white-bg .navbar-bg-white {
  display: block !important;
}
.navbar-hover-container.navbar-white-bg .logo-h:not(.navbar-bg-white) {
  display: none !important;
}
.navbar-hover-container.navbar-white-bg .btn-outline-light {
  color: #333 !important;
  border-color: #333 !important;
}
.navbar-hover-container.navbar-white-bg .btn-outline-light:hover {
  background-color: #333 !important;
  color: white !important;
}

.header-shadow-top {
  opacity: 0.8;
  background: linear-gradient(180deg, #000 0%, rgba(102, 102, 102, 0) 100%);
}

.header-shadow-bottom {
  background: linear-gradient(0, rgba(0, 0, 0, 0.5) 0%, rgba(102, 102, 102, 0) 100%);
}

.fw-bold-hover:hover {
  font-weight: bold !important;
}

.bg-dark-blue {
  background-color: rgba(26, 37, 55, var(--bs-bg-opacity)) !important;
}

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

.bg-green {
  background-color: #95BDA5 !important;
}

.bg-promo {
  background-color: #EEC100 !important;
}

.bg-red-hover:hover {
  background-color: #AC3B1F;
}

.bg-dark-blue-hover:hover {
  background-color: rgba(26, 37, 55, var(--bs-bg-opacity));
}

.bg-green-hover:hover {
  background-color: rgba(149, 189, 165, var(--bs-bg-opacity));
}

.text-dark-blue {
  color: #1A2537 !important;
}

.text-red {
  color: #F75535 !important;
}

.text-green {
  color: #95BDA5 !important;
}

.text-dark-blue-hover:hover {
  color: #1A2537 !important;
}

.text-red-hover:hover {
  color: #F75535 !important;
}
.text-red-hover:hover .text-red-hover {
  color: #F75535 !important;
}

.text-green-hover:hover {
  color: #95BDA5 !important;
}

.text-white-hover:hover {
  color: #fff !important;
}

.text-green-hover {
  transition: color 0.3s ease;
}
.text-green-hover:hover {
  color: #95BDA5 !important;
}

.border-red-hover:hover {
  border: 1px solid #F75535 !important;
}

.border-green-hover:hover {
  border: 1px solid #95BDA5 !important;
}

.border-dark-blue-hover:hover {
  border: 1px solid #1A2537 !important;
}

.border-black-hover:hover {
  border: 1px solid #000 !important;
}

.border-white-hover:hover {
  border: 1px solid #fff !important;
}

.text-white-parent:hover .text-white-hover {
  color: #fff !important;
}

.border-white-parent:hover .border-white-hover {
  border: 1px solid #fff !important;
}

.svg-white-parent:hover .svg-white-hover path {
  stroke: #fff !important;
}

.rounded-bottom-left {
  border-bottom-left-radius: 1rem;
}

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

.svg-hover-black:hover {
  stroke: black !important;
}
.svg-hover-black:hover path {
  stroke: black !important;
}

.svg-hover-green:hover {
  stroke: #95BDA5 !important;
}
.svg-hover-green:hover path {
  stroke: #95BDA5 !important;
}

.full-bg {
  width: 100%;
  background-size: cover;
  background-position: center;
}

.language-switcher .dropdown-toggle::after {
  display: none;
}
.language-switcher .language-dropdown-btn {
  background: transparent !important;
  border: none !important;
  color: white !important;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.language-switcher .language-dropdown-btn:hover {
  color: #95BDA5 !important;
}
.language-switcher .language-dropdown-btn:focus {
  box-shadow: none !important;
  background: transparent !important;
}
.language-switcher .language-dropdown-btn .current-lang {
  color: inherit;
}
.language-switcher .language-dropdown-btn i {
  font-size: 0.7rem;
  transition: transform 0.3s ease;
}
.language-switcher .language-dropdown-btn.show i {
  transform: rotate(180deg);
}
.language-switcher .dropdown-menu {
  background-color: #1A2537;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  padding: 8px 0;
  margin-top: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.language-switcher .dropdown-menu .dropdown-item {
  color: rgba(255, 255, 255, 0.8);
  padding: 8px 16px;
  font-size: 0.9rem;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.language-switcher .dropdown-menu .dropdown-item:hover {
  background-color: rgba(149, 189, 165, 0.1);
  color: #95BDA5;
}
.language-switcher .dropdown-menu .dropdown-item .lang-code {
  color: inherit;
}

.border-color-grey-dark {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

footer .list-group-item {
  background-color: #1A2537;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-quadro {
  background-color: #1A2537;
  color: white;
  font-family: interstate, sans-serif;
}
.footer-quadro .footer-brand {
  margin-bottom: 25px;
}
.footer-quadro .footer-brand .footer-logo {
  color: white;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer-quadro .footer-brand .footer-tagline {
  color: #95BDA5;
  font-size: 0.9rem;
  margin-bottom: 0;
  font-weight: 500;
}
.footer-quadro .footer-description {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 25px;
  max-width: 280px;
}
.footer-quadro .footer-social {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}
.footer-quadro .footer-social .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-quadro .footer-social .social-link:hover {
  border-color: #95BDA5;
  color: #95BDA5;
  background-color: rgba(149, 189, 165, 0.1);
}
.footer-quadro .footer-social .social-link i {
  font-size: 1.1rem;
}
.footer-quadro .footer-copyright {
  font-size: 0.85rem;
  margin-bottom: 0;
}
.footer-quadro .footer-section {
  margin-bottom: 30px;
}
.footer-quadro .footer-section:last-child {
  margin-bottom: 0;
}
.footer-quadro .footer-title {
  color: white;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.footer-quadro .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-quadro .footer-links li a {
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.3s ease;
}
.footer-quadro .footer-links li a:hover {
  color: #95BDA5;
}
.footer-quadro .footer-text {
  font-size: 0.85rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
.footer-quadro .footer-btn {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border-radius: 3px;
}
.footer-quadro .footer-btn:hover {
  background-color: #95BDA5;
  border-color: #95BDA5;
  color: white;
}
.footer-quadro .footer-bottom .footer-legal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-quadro .footer-bottom .footer-legal a {
  text-decoration: none;
  font-size: 0.8rem;
  transition: color 0.3s ease;
}
.footer-quadro .footer-bottom .footer-legal a:hover {
  color: #95BDA5;
}
.footer-quadro .footer-bottom .footer-legal .separator {
  font-size: 0.8rem;
}
@media (max-width: 576px) {
  .footer-quadro .footer-bottom .footer-legal .separator {
    display: none;
  }
}
@media (max-width: 991px) {
  .footer-quadro {
    padding: 50px 0 25px;
  }
}
@media (max-width: 767px) {
  .footer-quadro {
    padding: 40px 0 20px;
  }
  .footer-quadro .footer-brand .footer-logo {
    font-size: 1.8rem;
  }
  .footer-quadro .footer-description {
    max-width: 100%;
  }
}

.mobMenuOffcanvas {
  background-color: #1A2537 !important;
  opacity: 0.95;
  transition: opacity 0.1s ease-in-out !important;
}
.mobMenuOffcanvas.offcanvas-starting, .mobMenuOffcanvas.offcanvas-ending {
  opacity: 0 !important;
}
.mobMenuOffcanvas.offcanvas-starting, .mobMenuOffcanvas.offcanvas-ending, .mobMenuOffcanvas.offcanvas-start {
  opacity: 0 !important;
}
.mobMenuOffcanvas.offcanvas-show {
  opacity: 1 !important;
}
.mobMenuOffcanvas.offcanvas-end, .mobMenuOffcanvas.offcanvas-start {
  transform: none !important;
}

.offcanvas#offcanvasDemandeDevis {
  width: 700px !important;
}

.bg-overlay:hover .bg-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.text-underline-hover:hover .text-underline-hover {
  text-decoration-line: underline;
}

.display-hover:hover .display-hover {
  display: block !important;
}

.display-flex-hover:hover .display-flex-hover {
  display: flex !important;
}

.text-decoration-thickness {
  text-decoration-thickness: 1px;
}

.fadeIn {
  display: block;
  animation: fadeIn 2s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeOut {
  animation: fadeOut 2s forwards;
}

@keyframes fadeOut {
  100% {
    opacity: 0;
  }
}
/* Nouveau container supérieur à container-xxl */
.container-xxxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1668px) {
  .container-xxxl {
    max-width: 1600px; /* ou 1720, selon ton design */
  }
}
/* Conteneur principal */
.container-exp {
  margin-top: 7%;
  margin-bottom: 3%;
  width: 100%;
  line-height: 1.8;
  font-size: 1em;
}

/* Trait sous le titre */
.trait {
  width: 2.2rem;
  height: 0.2rem;
  background-color: #b1c5ba;
  margin: 0 auto;
  margin-top: 2%;
}

.reverse-trait {
  width: 0.2rem;
  height: 2.2rem;
  background-color: #b1c5ba;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* Cartes expérience */
.bloc {
  width: 100%;
  aspect-ratio: 2/3;
  position: relative;
  transition: all 0.5s ease;
}
.bloc img {
  height: 100%;
}

.bloc-video {
  width: 100%;
  aspect-ratio: 2/3;
  position: relative;
  transition: all 0.5s ease;
}
.bloc-video video {
  height: 100%;
  width: 100%;
}

.exp-overlay-video {
  position: absolute;
  inset: 0;
  background-color: transparent;
  opacity: 1;
  z-index: 5;
  text-align: center;
  color: white;
  pointer-events: none;
  transition: background-color 0.5s;
}
.exp-overlay-video .play-button {
  position: absolute;
  display: block;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.exp-overlay-video .play-button svg {
  width: 80%;
}
.exp-overlay-video .voir-video {
  position: absolute;
  font-size: 0.93em;
  font-weight: 420;
  color: transparent;
  top: calc(50% + 2.5rem);
  left: 50%;
  transform: translateX(-50%);
  transition: color 0.5s ease;
}

.bloc-video:hover .exp-overlay-video {
  background-color: rgba(0, 0, 0, 0.65);
}

.bloc-video:hover .voir-video {
  color: white;
}

.bloc-video:hover .play-button svg path {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.bloc-video.playing .exp-overlay-video {
  opacity: 0;
}

/* Overlay */
.exp-overlay {
  position: absolute;
  inset: 0;
  background-color: transparent;
  opacity: 1;
  z-index: 5;
  text-align: center;
  color: white;
  pointer-events: none;
  transition: background-color 0.5s;
}
.exp-overlay .play-button {
  position: absolute;
  display: block;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.exp-overlay .play-button svg {
  width: 80%;
}
.exp-overlay .voir-video {
  position: absolute;
  font-size: 0.93em;
  font-weight: 420;
  color: transparent;
  top: calc(50% + 2.5rem);
  left: 50%;
  transform: translateX(-50%);
  transition: color 0.5s ease;
}

.bloc:hover .exp-overlay {
  background-color: rgba(0, 0, 0, 0.65);
}

.bloc:hover .play-button svg path {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.bloc:hover .voir-video {
  color: white;
}

.bloc-rdv {
  width: 100%;
  aspect-ratio: 2/3;
  position: relative;
}
.bloc-rdv img {
  height: 100%;
}
.bloc-rdv .btn {
  position: absolute;
  bottom: 7%;
  left: 50%;
  width: 70%;
  text-align: center;
  transform: translateX(-50%);
  font-size: 0.93em;
  background-color: #f75535;
  color: white;
  border: 0px;
  font-weight: 420;
  border-radius: 3.1em;
  padding: 1em 2em;
  transition: background-color 0.8s ease;
}
.bloc-rdv .btn:active {
  background-color: #d13718;
  color: white;
}

.bloc-rdv:hover .btn {
  background-color: #d13718;
  color: white;
}

/* Conteneur des flèches */
.exp-nav {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 0.8em;
  padding-right: 1.1rem;
}

/* Boutons de navigation Swiper */
.swiper-button-prev,
.swiper-button-next {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  height: 50px;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  transition: all 0.5s ease;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 1.25rem;
}

/* Hover effet */
.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #FFFFFF;
  background-color: #000000;
}

/* Supprime la position par défaut de Swiper pour les placer dans ton bloc */
.swiper-button-prev,
.swiper-button-next {
  position: static;
  margin: 0 0.4rem;
}

/* Pagination sous le slider */
.mySwiper .swiper-pagination {
  position: static;
  margin-top: 2.5rem;
  text-align: center;
}

/* Style des bullets */
.mySwiper .swiper-pagination-bullet {
  width: 0.75em;
  height: 0.75em;
  background: #fff;
  border: 1px solid #000;
  opacity: 1;
  margin: 0 0.37rem;
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* Bullet actif */
.mySwiper .swiper-pagination-bullet-active {
  background: #000;
}

.voir-avis {
  font-weight: 420;
  background-color: white;
  border-radius: 35px;
  padding: 0.9em 1.8em;
  border: 1px solid;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.voir-avis:hover {
  background-color: #13171f;
  color: white;
  border: 1px solid;
}

/* =========================
   SWIPER GLOBAL
========================= */
.swiper-accompagnement {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* =========================
   SLIDES
========================= */
.swiper-accompagnement .swiper-slide {
  flex-shrink: 0;
  width: 31% !important;
  height: 40rem;
  transition: width 0.3s ease;
  display: flex;
  align-items: center;
}

/* Quand une vidéo est active */
.swiper-accompagnement.has-active-video .swiper-slide {
  width: 23% !important;
}

/* Slide active (double largeur) */
.swiper-accompagnement.has-active-video .swiper-slide.video-active {
  width: 48.8% !important;
}

/* =========================
   BLOC VIDÉO
========================= */
.bloc-video-active {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  display: flex;
}

/* =========================
   MEDIA – SWITCH INSTANTANÉ
========================= */
/* Vidéo : toujours dans le DOM, jamais en display:none */
.bloc-video-active video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  opacity: 0;
}

.swiper-slide.video-active .acc-overlay {
  box-shadow: inset 0px -13rem 5rem -5rem rgba(0, 0, 0, 0.6);
}

/* Poster visible par défaut */
.bloc-video-active .video-poster {
  width: 100%;
  height: 100%;
  opacity: 1;
}

/* Quand la slide devient active */
.swiper-slide.video-active .bloc-video-active video {
  opacity: 1;
}

.swiper-slide.video-active .bloc-video-active .video-poster {
  opacity: 0;
}

.swiper-slide:hover .acc-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.swiper-slide.video-active:hover .acc-overlay {
  background-color: rgba(0, 0, 0, 0);
}

.acc-overlay {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: background-color 0.4s ease;
}
.acc-overlay .text-overlay {
  width: 100%;
  height: 20%;
}
.acc-overlay .text-overlay .titre {
  font-size: 1.7rem;
  font-weight: 520;
}
.acc-overlay .text-overlay .description {
  padding-top: 1rem;
}

/*# sourceMappingURL=main.css.map */
