@charset "UTF-8";
/*
Theme Name: Harbor vidéo Theme
Author: harbor video team
*/
.grid {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  width: 100%;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  justify-content: space-between;
}

.navGrid {
  max-width: 1620px;
  justify-content: space-between;
  height: 100%;
  padding: 0.9375rem;
}

.col-1 {
  flex: 0 0 calc(8.3333333333% - 15px);
  min-width: 0;
  margin: auto 0;
}

.col-2 {
  flex: 0 0 calc(16.6666666667% - 15px);
  min-width: 0;
  margin: auto 0;
}

.col-3 {
  flex: 0 0 calc(25% - 15px);
  min-width: 0;
  margin: auto 0;
}

.col-4 {
  flex: 0 0 calc(33.3333333333% - 15px);
  min-width: 0;
  margin: auto 0;
}

.col-5 {
  flex: 0 0 calc(41.6666666667% - 15px);
  min-width: 0;
  margin: auto 0;
}

.col-6 {
  flex: 0 0 calc(50% - 15px);
  min-width: 0;
  margin: auto 0;
}

.col-7 {
  flex: 0 0 calc(58.3333333333% - 15px);
  min-width: 0;
  margin: auto 0;
}

.col-8 {
  flex: 0 0 calc(66.6666666667% - 15px);
  min-width: 0;
  margin: auto 0;
}

.col-9 {
  flex: 0 0 calc(75% - 15px);
  min-width: 0;
  margin: auto 0;
}

.col-10 {
  flex: 0 0 calc(83.3333333333% - 15px);
  min-width: 0;
  margin: auto 0;
}

.col-11 {
  flex: 0 0 calc(91.6666666667% - 15px);
  min-width: 0;
  margin: auto 0;
}

.col-12 {
  flex: 0 0 calc(100% - 15px);
  min-width: 0;
  margin: auto 0;
}

.col-left {
  text-align: left;
}

.col-center {
  text-align: center;
}

.col-right {
  text-align: right;
}

.col-justify {
  text-align: justify;
}

@media (max-width: 960px) {
  .col-1 {
    flex: 0 0 100%;
  }
  .col-2 {
    flex: 0 0 100%;
  }
  .col-3 {
    flex: 0 0 100%;
  }
  .col-4 {
    flex: 0 0 100%;
  }
  .col-5 {
    flex: 0 0 100%;
  }
  .col-6 {
    flex: 0 0 100%;
  }
  .col-7 {
    flex: 0 0 100%;
  }
  .col-8 {
    flex: 0 0 100%;
  }
  .col-9 {
    flex: 0 0 100%;
  }
  .col-10 {
    flex: 0 0 100%;
  }
  .col-11 {
    flex: 0 0 100%;
  }
  .col-1:empty {
    display: none;
  }
}
/*
Theme Name: Harbor vidéo Theme
Author: harbor video team
*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
}

a {
  color: inherit;
}

body {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 350;
  font-style: normal;
  font-size: 1rem;
  background-color: #fffefa;
}

h1 {
  font-family: "Playfair Display SC", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.5rem;
}

h2 {
  font-family: "Playfair Display SC", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  margin: 1rem;
  margin-left: 0;
}

h3 {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 2.5rem;
}

h4 {
  font-family: "Playfair Display SC", serif;
  font-weight: 200;
  font-style: normal;
  font-size: 0.875rem;
  margin: 0.875rem;
}

p {
  font-size: 1.125rem;
  text-align: left;
}

strong {
  font-family: "Playfair Display SC", serif;
  font-weight: 100;
  font-style: normal;
  padding: 1% 2%;
  border: 1px #1D3138 solid;
  border-radius: 16px;
}

em {
  font-family: "Oleo Script", system-ui;
  font-weight: 100;
  font-style: normal;
}

video {
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.module__img {
  aspect-ratio: 16/9;
  border-radius: 16px;
  overflow: hidden;
}
.module__img img {
  width: 100%;
  border-radius: 16px;
}

/*
Theme Name: Harbor vidéo Theme
Author: harbor video team
*/
.HV__headerContainer {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000;
}
.HV__header {
  background-color: #fffefa;
  height: 6.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 0 0 16px 16px;
  transition: background-color 0.5s ease, box-shadow 0.5s ease;
}
.HV__header path, .HV__header svg {
  width: 100%;
  height: 100%;
  color: #1D3138 !important;
  fill: #1D3138 !important;
}
.HV__header .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.HV__logo {
  display: inline-block;
  height: 100%;
}
.HV__logoContainer {
  height: 100%;
  padding: 0 1rem;
}
.HV__subMenu {
  height: 100%;
}

.nav__list {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2rem;
  height: 100%;
}
.nav__menu {
  height: 100%;
}
.nav__burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 1.75rem;
  height: 1.25rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}
.nav__burger-bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1D3138;
  border-radius: 2px;
  transform-origin: center;
  transition: transform 0.3s ease, opacity 0.25s ease, background-color 0.3s ease;
}
.nav__burger.is-active .nav__burger-bar:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
  background-color: #fffefa;
}
.nav__burger.is-active .nav__burger-bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.nav__burger.is-active .nav__burger-bar:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
  background-color: #fffefa;
}

.subNav {
  padding: 15px;
  z-index: 3000;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 8px 2px;
  border-radius: 0 0 16px 16px;
  background-color: #fffefa;
  overflow: hidden;
  visibility: hidden;
  max-height: 0;
  transition: 0.5s ease-in-out;
  gap: 15px;
}
.subNav--active {
  visibility: visible;
  max-height: 1000px;
  transition: 0.5s ease-in-out;
}
.subNav__item {
  width: 100%;
  height: 33%;
  overflow: hidden;
  border-radius: 16px;
  transition: background-color 0.3s ease;
}
.subNav__item:hover {
  background-color: #FFFF00;
}
.subNav__item:hover img {
  transform: scale(1);
}
.subNav__title {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
}
.subNav__excerpt {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
}
.subNav__list {
  background-color: #D9D9D9;
  border-radius: 16px;
  height: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.subNav__content {
  text-align: left;
  margin: 0 2rem;
  height: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.subNav__thumb {
  height: 100%;
  aspect-ratio: 1;
  transform: scale(0.8);
}
.subNav__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  transition: box-shadow 1s ease-in-out, transform 0.5s ease-in-out;
}
.subNav__link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  height: 100%;
}
.subNav__preview {
  background-color: #D9D9D9;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.75rem;
  padding: 0;
  opacity: 0;
  align-self: stretch;
  transition: opacity 0.3s ease;
}
.subNav__preview--active {
  opacity: 1;
}
.subNav__preview-img {
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  transition: transform 0.5s ease;
}
.subNav__preview-img:hover {
  transform: scale(1.03);
}
.subNav__preview-title {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 0.875rem;
  text-align: center;
  color: #1D3138;
}

.menu-item {
  height: 6.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.menu-item a {
  position: relative;
  z-index: 2;
  padding: 1.125rem;
  transition: all 0.3s ease-in-out;
}
.menu-item a::after {
  content: "";
  display: inline-block;
  left: 0;
  background-color: #D9D9D9;
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 16px;
  z-index: -1;
  padding: 2rem;
  transition: all 0.3s ease-in-out;
  width: 0%;
  opacity: 0;
}
.menu-item a:hover::after {
  width: 100%;
  top: 0;
  opacity: 1;
}

@media (max-height: 700px) {
  .subNav {
    padding: 8px 15px;
  }
  .subNav__preview-img {
    width: 100%;
    height: auto;
  }
  .subNav__list {
    height: 20vh;
    justify-content: space-around;
  }
  .subNav__excerpt {
    display: none;
  }
  .subNav__content {
    height: auto;
    margin: 0 1rem;
    gap: 0.25rem;
  }
  .subNav__thumb {
    display: none;
  }
}
@media (max-height: 560px) {
  .subNav {
    padding: 6px 15px;
  }
  .subNav__link {
    padding: 0.25rem 0;
  }
  .subNav__title {
    font-size: 0.8125rem;
  }
}
.mobileMenu {
  position: fixed;
  inset: 0;
  z-index: 3000;
  background: #1D3138;
  overflow-y: auto;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.mobileMenu::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 50% at 0% 100%, rgba(255, 255, 0, 0.05) 0%, transparent 65%);
  pointer-events: none;
}
.mobileMenu.is-open {
  clip-path: inset(0 0 0% 0);
}
.mobileMenu__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  min-height: 100dvh;
  padding: 7.5rem 2.25rem 3.5rem;
  gap: 3rem;
  position: relative;
}
.mobileMenu__logo {
  display: block;
  width: 8.125rem;
}
.mobileMenu__logo svg, .mobileMenu__logo path {
  fill: #fffefa !important;
  color: #fffefa !important;
}
.mobileMenu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  counter-reset: nav-counter;
}
.mobileMenu__list > .menu-item {
  counter-increment: nav-counter;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  border-bottom: 1px solid rgba(255, 254, 250, 0.08);
  overflow: hidden;
  opacity: 0;
  transform: translateX(-28px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.mobileMenu__list > .menu-item:first-child {
  border-top: 1px solid rgba(255, 254, 250, 0.08);
}
.mobileMenu__list > .menu-item > a {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 1.25rem;
  padding: 1.375rem 0;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.125rem;
  color: #fffefa;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobileMenu__list > .menu-item > a:hover {
  transform: translateX(-50vh);
}
.mobileMenu__list > .menu-item:nth-child(1) {
  transition-delay: 0.15s;
}
.mobileMenu__list > .menu-item:nth-child(2) {
  transition-delay: 0.22s;
}
.mobileMenu__list > .menu-item:nth-child(3) {
  transition-delay: 0.29s;
}
.mobileMenu__list > .menu-item:nth-child(4) {
  transition-delay: 0.36s;
}
.mobileMenu__list > .menu-item:nth-child(5) {
  transition-delay: 0.43s;
}
.mobileMenu__list > .menu-item:nth-child(6) {
  transition-delay: 0.5s;
}
.mobileMenu__list > .menu-item:nth-child(7) {
  transition-delay: 0.57s;
}
.mobileMenu__list > .menu-item:nth-child(8) {
  transition-delay: 0.64s;
}
.mobileMenu__list > .menu-item:nth-child(9) {
  transition-delay: 0.71s;
}
.mobileMenu__list > .menu-item:nth-child(10) {
  transition-delay: 0.78s;
}
.mobileMenu.is-open .mobileMenu__list > .menu-item {
  opacity: 1;
  transform: translateX(0);
}
.mobileMenu__footer {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.5s ease 0.65s, transform 0.5s ease 0.65s;
}
.mobileMenu.is-open .mobileMenu__footer {
  opacity: 1;
  transform: translateY(0);
}
.mobileMenu__cta {
  display: inline-flex;
  align-items: center;
  padding: 0.875rem 2.375rem;
  border: 1px solid rgba(255, 254, 250, 0.3);
  border-radius: 6.25rem;
  color: #fffefa;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobileMenu__cta:hover {
  background-color: rgba(255, 254, 250, 0.07);
  border-color: rgba(255, 254, 250, 0.65);
  box-shadow: 0 0 28px rgba(255, 254, 250, 0.06), inset 0 0 20px rgba(255, 254, 250, 0.02);
}
.mobileMenu .menu-item-object-custom > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobileMenu .menu-item-object-custom > a:hover {
  transform: translate(0);
}
.mobileMenu .menu-item-object-custom > a::after, .mobileMenu .menu-item-object-custom > a:hover::after {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  border-right: 2px solid rgba(255, 254, 250, 0.6);
  border-bottom: 2px solid rgba(255, 254, 250, 0.6);
  background: none;
  transform: rotate(45deg);
  transition: transform 0.3s ease, border-color 0.3s ease;
  flex-shrink: 0;
  position: static;
  padding: 0;
  margin: 0;
  border-radius: 0;
  opacity: 1;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
}
.mobileMenu .menu-item-object-custom > a[aria-expanded=true]::after {
  transform: rotate(-135deg);
  border-color: #FFFF00;
}
.mobileMenu__subNav {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.mobileMenu__subNav.is-open {
  max-height: 600px;
}
.mobileMenu__subNav-list {
  list-style: none;
  padding: 0.5rem 0 1rem;
  margin: 0;
  border-bottom: 1px solid rgba(255, 254, 250, 0.08);
}
.mobileMenu__subNav-item {
  opacity: 0;
  transform: translateX(-16px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.mobileMenu__subNav-item:nth-child(1) {
  transition-delay: 0.05s;
}
.mobileMenu__subNav-item:nth-child(2) {
  transition-delay: 0.1s;
}
.mobileMenu__subNav-item:nth-child(3) {
  transition-delay: 0.15s;
}
.mobileMenu__subNav-item:nth-child(4) {
  transition-delay: 0.2s;
}
.mobileMenu__subNav-item:nth-child(5) {
  transition-delay: 0.25s;
}
.mobileMenu__subNav-item:nth-child(6) {
  transition-delay: 0.3s;
}
.mobileMenu__subNav.is-open .mobileMenu__subNav-item {
  opacity: 1;
  transform: translateX(0);
}
.mobileMenu__subNav-link {
  display: block;
  padding: 0.75rem 0.5rem;
  color: rgba(255, 254, 250, 0.65);
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: color 0.25s ease, padding-left 0.25s ease;
}
.mobileMenu__subNav-link:hover {
  color: #FFFF00;
  padding-left: 1rem;
}

body.menu-open {
  overflow: hidden;
}
body.menu-open .HV__headerContainer {
  z-index: 3001;
}
body.menu-open .HV__header {
  background-color: #1D3138;
  box-shadow: none;
}
body.menu-open .HV__header path, body.menu-open .HV__header svg {
  fill: #fffefa !important;
  color: #fffefa !important;
}

/*
Theme Name: Harbor vidéo Theme
Author: harbor video team
*/
.main {
  padding-top: 15vh;
}
.main__single {
  position: relative;
  padding-top: 15vh;
  overflow: hidden;
  color: #1D3138;
}

.main__single .home__body--blue {
  padding-top: 3rem;
}

.home__body {
  position: relative;
}
.home__body--blue {
  background-color: #1D3138;
  color: #fffefa;
}
.home__body--white {
  background-color: #fffefa;
  color: #1D3138;
}
.home__plainVid {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}
.home__plainVid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home__plainVid iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100%;
  min-width: 177.78vh;
  transform: translate(-50%, -50%);
  border: none;
  pointer-events: none;
}

.col__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
}

.section {
  margin: 0 auto;
  max-width: 1200px;
  padding: 4rem 0;
}
.section p {
  margin: 2rem;
  margin-right: 0;
}
.section__faq {
  max-width: 800px;
}
.section__header {
  margin-bottom: 3rem;
}
.section__header--center {
  text-align: center;
}
.section__header .faq__main-title {
  color: #1D3138;
  margin: 0;
}
.section__module .section__header {
  margin-bottom: 0;
}
.section__title {
  display: inline-block;
  border: 1px solid #1D3138;
  border-radius: 16px;
  padding: 2px 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "Playfair Display SC", serif;
  font-weight: 200;
  font-style: normal;
}
.section__title--invert {
  border-color: #fffefa;
  color: #fffefa;
}
.section__subtitle--center {
  width: 100%;
}
.section__masterTitle {
  text-align: center;
  margin-bottom: 0;
  padding: 0;
}
.section__masterTitle h1 {
  font-weight: 800;
}
.section__masterTitle p {
  margin: auto;
  text-align: center;
}
.section__module {
  margin: 0 auto;
}
.section__tabs {
  position: relative;
}
.section__mobile {
  display: none;
  padding: 0 !important;
  position: relative;
}

.gridCenter {
  width: 100%;
}
.gridCenter--right {
  text-align: right;
}
.gridCenter--left {
  text-align: left;
}

.will-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.75s cubic-bezier(0.4, 0, 0.2, 1), transform 0.75s cubic-bezier(0.4, 0, 0.2, 1);
}
.will-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/*
Theme Name: Harbor vidéo Theme
Author: harbor video team
*/
.triptique {
  display: flex;
  justify-content: space-between;
  margin: 2rem 4rem;
  gap: 1rem;
}
.triptique__item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background-color: #D9D9D9;
  height: 300px;
}
.triptique__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease-in-out;
}
.triptique__item:hover img {
  transform: scale(1.05);
}
.triptique__item--wide {
  aspect-ratio: 16/9;
}
.triptique__item--square {
  aspect-ratio: 1/1;
}
.triptique__item--tall {
  aspect-ratio: 9/16;
}
.triptique__item--wide::after, .triptique__item--square::after, .triptique__item--tall::after {
  position: absolute;
  bottom: 0.625rem;
  right: 0.625rem;
  padding: 0.25rem 0.5625rem;
  border-radius: 0.375rem;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: rgba(255, 254, 250, 0.8);
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.625rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  pointer-events: none;
}
.triptique__item--wide::after {
  content: "16 : 9";
}
.triptique__item--square::after {
  content: "1 : 1";
}
.triptique__item--tall::after {
  content: "9 : 16";
}
.triptique__card {
  width: 25%;
  position: relative;
  padding: 2rem;
  color: #fffefa;
  background-color: #1D3138;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.triptique__card:hover {
  box-shadow: yellow 0px -5px 20px -10px;
  transform: scale(1.1);
}
.triptique__card p {
  margin: 0;
  font-weight: 200;
}
.triptique__card h4 {
  font-size: 1.3125rem;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}
.triptique__card img {
  height: 25%;
  width: auto;
}
@media (max-width: 960px) {
  .triptique {
    flex-wrap: wrap;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    margin: 0;
    padding: 0;
    gap: 0.875rem;
    align-items: flex-start;
  }
  .triptique::-webkit-scrollbar {
    display: none;
  }
  .triptique .triptique__item {
    flex-shrink: 0;
    height: 40vw;
    width: auto;
    scroll-snap-align: start;
    border-radius: 0.75rem;
  }
  .triptique .triptique__item--wide {
    width: 100%;
  }
  .triptique .triptique__item--square {
    width: 60%;
    height: auto;
  }
  .triptique .triptique__item--tall {
    width: 34%;
    height: auto;
  }
  .triptique .triptique__card {
    flex-shrink: 0;
    width: 60vw;
    min-height: 60vw;
    scroll-snap-align: start;
    border-radius: 0.75rem;
  }
}

/*
Theme Name: Harbor vidéo Theme
Author: harbor video team
*/
.section__tabs--home {
  padding: 0;
  height: auto;
  margin-bottom: -10vh;
}
.section__tabs--home .tabModul {
  transform: translateY(-20vh);
}

.tabModul {
  background-color: #fffefa;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 8px 2px;
  width: 100%;
  overflow: hidden;
}
.tabModul__header {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.25rem;
  width: fit-content;
  background-color: rgba(217, 217, 217, 0.75);
  padding: 0.25rem;
  border-radius: 16px;
  max-width: 75%;
}
.tabModul__item {
  border-radius: 16px;
  transition: background-color 0.3s ease-in-out;
  padding: 1rem;
  font-size: 0.9rem;
  max-width: 75%;
}
.tabModul__item:hover {
  background-color: rgba(255, 254, 250, 0.5);
  cursor: pointer;
}
.tabModul__item--active, .tabModul__item--active:hover {
  background-color: #fffefa;
  font-weight: 600;
}
.tabModul__container {
  padding: 5rem 0;
  text-align: center;
  display: flex;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.tabModul__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0 10%;
}
.tabModul__content--horizontal {
  flex-direction: row;
}
.tabModul__pane {
  min-width: 100%;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}
.tabModul__pane--active {
  display: inline-block;
  opacity: 1;
  height: 100%;
}

.stepModule {
  position: relative;
  top: 0;
}
.stepModule__left {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 16px;
}
.stepModule__tabs {
  position: relative;
}
.stepModule__half {
  overflow: hidden;
  text-align: left;
}
.stepModule__half img {
  height: 100%;
}

.carding {
  overflow-x: scroll;
  touch-action: pan-x;
  position: absolute;
  width: 100vw;
  top: -10vh;
  padding-left: 1rem;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.carding::-webkit-scrollbar {
  display: none;
}
.carding::-webkit-scrollbar-thumb {
  display: none;
}
.carding::-webkit-scrollbar-track {
  display: none;
}
.carding__scroll {
  display: flex;
  width: max-content;
  flex-direction: row;
  gap: 2rem;
}
.carding__item {
  width: 60vw;
  display: inline-block;
  padding: 2rem;
  background: #1D3138;
  border-radius: 16px;
  color: #fffefa;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  scroll-snap-align: start;
  flex-shrink: 0;
}
.carding__item p {
  font-size: 0.9rem;
}
.carding .global__CTA {
  text-align: center;
}
.carding .global__CTA a {
  padding: 0.625rem;
}

/*
Theme Name: Harbor vidéo Theme
Author: harbor video team
*/
.faq__container {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.faq__item {
  background: #D9D9D9;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 8px 2px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq__item .faq__question {
  width: 100%;
  padding: 30px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  color: #1D3138;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}
.faq__item .faq__question .chevron {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq__item .faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.faq__item .faq__answer .faq__content {
  padding: 40px;
  color: rgba(29, 49, 56, 0.9);
}
.faq__item .faq__answer .faq__content p {
  margin: 0;
}
.faq__item.is-open .faq__question {
  background: rgba(255, 254, 250, 0.25);
  border-radius: 16px 16px 0 0;
}
.faq__item.is-open .faq__question .chevron {
  transform: rotate(180deg);
}

/*
Theme Name: Harbor vidéo Theme
Author: harbor video team
*/
.global__h4title {
  font-size: 2rem;
}
.global__CTA a {
  display: inline-block;
  padding: 0.625rem 3.125rem;
  border: #1D3138 solid 2px;
  border-radius: 16px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: color 0.5s ease-in-out;
}
.global__CTA a::after {
  content: "";
  transform: translateX(-100%) scale(1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1D3138;
  z-index: -1;
  transition: transform 0.5s ease-in-out;
}
.global__CTA a:hover {
  color: #fffefa;
}
.global__CTA a:hover::after {
  transform: scale(1.5);
}
.global__CTA--blue a {
  background-color: #1D3138;
  color: #fffefa;
}
.global__CTA--blue a::after {
  background-color: #fffefa;
}
.global__CTA--white a {
  background-color: #fffefa;
  color: #1D3138;
}
.global__CTA--white a::after {
  background-color: #FFFF00;
}
.global__CTA--white a:hover {
  color: #1D3138;
}
.global__CTA--fill a {
  background-color: #1D3138;
  color: #fffefa;
}
.global__CTA--fill a::after {
  background-color: #FFFF00;
}
.global__CTA--fill a:hover {
  color: #1D3138;
}
.global__CTA--right {
  text-align: right;
}

.mobileMenu .global__CTA a {
  border: 0;
}

/*
Theme Name: Harbor vidéo Theme
Author: harbor video team
*/
.HV__footer {
  background-color: #FFFF00;
  color: #1D3138;
  font-family: "Playfair Display SC", serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  box-shadow: rgba(0, 0, 0, 0.24) 0px -3px 8px;
  position: relative;
  padding-top: 6.25rem;
}
.HV__footer p {
  font-size: 0.875rem;
  margin-top: 1.25rem;
}

.footerContainer {
  margin: auto;
  max-width: 1200px;
}

.main__split .footerContact {
  box-shadow: rgba(255, 255, 255, 0.24) 0px -5px 20px -10px;
}

.footerNav__list .menu-item a {
  cursor: text;
}
.footerNav__list .menu-item a::after {
  content: none;
}

.footerContact {
  border-radius: 16px;
  background-color: #1D3138;
  color: #fffefa;
  text-align: left;
  transform: translateY(25%);
  z-index: 100;
  padding: 6.25rem;
}
.footerContact--light {
  background-color: #fffefa;
  color: #1D3138;
}
.footerContact__text {
  width: 75%;
  height: 50%;
}
.footerContact__infos {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0;
}
.footerContact__pict {
  height: 250px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.footerNav {
  overflow: hidden;
  width: 100%;
  font-size: 6.25rem;
}
.footerNav__list {
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: max-content;
  will-change: transform;
  animation: marquee-left-to-right 20s linear infinite;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footerNav__menu {
  margin: 6.25rem 0;
}
.footerNav li {
  margin: 0 6.25rem;
}

@keyframes marquee-left-to-right {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
/*
Theme Name: Harbor vidéo Theme
Author: harbor video team
*/
.agence__location {
  position: absolute;
  z-index: 2000;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  vertical-align: middle;
}
.agence__location .point {
  width: 25px;
  height: 25px;
  background-color: #FFFF00;
  border-radius: 16px;
  margin-top: 0;
  margin-bottom: auto;
}
.agence__location svg {
  margin: 30px 20px;
}
.agence__location a {
  margin-bottom: 0;
  margin-top: auto;
  font-family: "Oleo Script", system-ui;
  font-weight: 600;
  font-style: normal;
}
.agence figure {
  border-radius: 16px;
  width: 75%;
  margin: auto;
  overflow: hidden;
}
.agence__map svg {
  position: absolute;
  width: 50vw;
  top: 0;
}
.agence p {
  margin: 5%;
}

/*
Theme Name: Harbor vidéo Theme
Author: harbor video team
*/
.partner__subtitle {
  text-align: center;
}

.section__partner .section__header {
  margin-bottom: 1rem;
}

.partner__carousel {
  width: 100%;
  overflow: hidden;
  padding: 2rem 0;
  background: #D9D9D9;
  position: relative;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 8px 2px;
}
.partner__carousel .partner__track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: scroll 40s linear infinite;
}
.partner__carousel .partner__track:hover {
  animation-play-state: paused;
}
.partner__carousel .partner__slide {
  padding: 0 50px;
  display: flex;
  align-items: center;
}
.partner__carousel .partner__slide img {
  height: 60px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%);
  transition: all 0.4s ease;
}
.partner__carousel .partner__slide img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    /* On déplace de la moitié de la largeur totale du track 
       (en supposant que tu as doublé les logos en PHP) */
    transform: translateX(-50%);
  }
}
/*
Theme Name: Harbor vidéo Theme
Author: harbor video team
*/
.contact__info {
  margin-top: 0;
}
.contact__infos {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: nowrap;
  height: min-content;
}
.contact__map {
  position: relative;
}
.contact__map svg {
  z-index: -10;
  position: absolute;
  width: 50vw;
  height: auto;
  right: -2%;
  top: 20vh;
}
.contact p {
  margin: 0.875rem;
}

g {
  fill: #1D3138;
}

g:nth-of-type(1) {
  fill: #1D3138;
  opacity: 35%;
}

g:nth-of-type(2) {
  fill: black;
}

form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
form label {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  overflow: hidden;
}
form strong {
  font-size: 0.75rem;
  border: 0;
}
form p {
  padding: 0.5%;
  margin: 2%;
  width: fit-content;
  text-align: left;
}
form p:nth-of-type(1) {
  margin-right: 5%;
}
form p:nth-of-type(4) {
  width: 100%;
}
form p:nth-of-type(1), form p:nth-of-type(2), form p:nth-of-type(3) {
  width: 45%;
}
form p:nth-of-type(4) label {
  flex-direction: column;
  align-items: flex-start;
}
form p:nth-of-type(5) {
  display: flex;
  background-color: #1D3138;
  margin-right: 0;
  margin-left: auto;
  border-radius: 16px;
  padding: 0.5rem 2rem;
}
form p:nth-of-type(5) span {
  position: absolute;
}
form p:nth-of-type(5) input {
  color: white;
  font-family: "Oleo Script", system-ui;
  font-weight: 350;
  font-style: normal;
  font-size: 1.125rem;
}
form p:nth-of-type(5) input:hover {
  cursor: pointer;
}
form p span {
  width: 100%;
  background-color: #fffefa;
  border-radius: 16px;
  border: thin solid rgba(217, 217, 217, 0.5);
  box-shadow: inset 0px 0px 8px -5px rgba(0, 0, 0, 0.25);
}
form .wpcf7-not-valid-tip {
  font-size: 0.875rem;
}
form input, form textarea {
  background: none;
  border: none;
  font-weight: 350;
  padding: 2%;
  font-size: 1rem;
}
form input:focus, form input:focus-visible, form textarea:focus, form textarea:focus-visible {
  outline: none;
}
form textarea {
  width: 100%;
}

.wpcf7-response-output {
  width: 100%;
  text-align: center;
  border: black solid 1px !important;
  padding: 2% 1% !important;
  border-radius: 16px;
}

/*
Theme Name: Harbor vidéo Theme
Author: harbor video team
*/
.horizontalGallery .wp-block-gallery {
  display: flex;
  gap: 3.125rem !important;
  margin: 1.875rem 0;
  overflow-x: visible;
  flex-wrap: nowrap;
  width: max-content;
  will-change: transform;
  animation: ping-pong-scroll 50s ease-in-out infinite alternate;
}
.horizontalGallery .wp-block-image {
  background-color: #fffefa;
  border-radius: 16px;
  flex-shrink: 0;
  aspect-ratio: 16/9;
  height: 15vh;
}
.horizontalGallery--reverse .wp-block-gallery {
  animation-direction: alternate-reverse;
}
.horizontalGallery img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}

@keyframes ping-pong-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% + 100vw));
  }
}
/*
Theme Name: Harbor vidéo Theme
Author: harbor video team
*/
.chatbot-widget {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  font-family: "Josefin Sans", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.chatbot-toggle {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  border: none;
  background: #FFFF00;
  color: #1D3138;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 8px 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.2s ease;
}
.chatbot-toggle svg {
  transition: transform 0.3s ease, opacity 0.2s ease;
}
.chatbot-toggle::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 999px;
  border: 2px solid rgba(29, 49, 56, 0.25);
  animation: chatbot-pulse 2.8s ease-out infinite;
}
.chatbot-toggle:hover {
  transform: scale(1.1);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 8px 2px;
}
.chatbot-toggle:focus-visible {
  outline: 3px solid rgba(255, 221, 0, 0.7);
  outline-offset: 3px;
}
.chatbot-widget.open .chatbot-toggle::before {
  animation: none;
  opacity: 0;
}
.chatbot-panel {
  display: flex;
  flex-direction: column;
  width: 0;
  background: #fffefa;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 8px 2px;
  border: 1px solid rgba(29, 49, 56, 0.07);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform-origin: bottom right;
  height: 0;
  transition: opacity 0.22s ease, height 0.28s cubic-bezier(0.34, 1.3, 0.64, 1);
}
.chatbot-widget.open .chatbot-panel {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: all;
  height: initial;
  width: initial;
  margin-bottom: 14px;
}
.chatbot-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #1D3138;
  color: #fffefa;
}
.chatbot-avatar {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  border: 1.5px solid rgba(255, 255, 255, 0.15);
}
.chatbot-avatar svg {
  display: block;
}
.chatbot-avatar::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #2ecc71;
  border: 2px solid #1D3138;
}
.chatbot-info {
  flex: 1;
  min-width: 0;
}
.chatbot-title {
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
.chatbot-subtitle {
  font-size: 0.75rem;
  opacity: 0.65;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chatbot-close {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fffefa;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.18s ease;
}
.chatbot-close svg {
  display: block;
}
.chatbot-close:hover {
  background: rgba(255, 255, 255, 0.2);
}
.chatbot-messages {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 14px 12px;
  background: #F4F6FA;
  max-height: 300px;
  overflow-y: auto;
}
.chatbot-messages::-webkit-scrollbar {
  width: 4px;
}
.chatbot-messages::-webkit-scrollbar-track {
  background: transparent;
}
.chatbot-messages::-webkit-scrollbar-thumb {
  background: rgba(29, 49, 56, 0.18);
  border-radius: 4px;
}
.chatbot-message {
  max-width: 85%;
  padding: 11px 15px;
  border-radius: 16px;
  line-height: 1.55;
  font-size: 0.875rem;
  word-break: break-word;
  animation: chatbot-msg-in 0.28s ease forwards;
}
.chatbot-message--bot {
  background: #FFFF00;
  color: #1D3138;
  border-radius: 4px 16px 16px 16px;
  align-self: flex-start;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 8px 2px;
}
.chatbot-message--user {
  display: none;
}
.chatbot-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 14px 14px;
  background: #fffefa;
  border-top: 1px solid rgba(29, 49, 56, 0.07);
}
.chatbot-action {
  border: 1.5px solid rgba(29, 49, 56, 0.09);
  border-radius: 12px;
  padding: 10px 14px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #1D3138;
  cursor: pointer;
  background: #fffefa;
  display: flex;
  align-items: center;
  gap: 11px;
  text-align: left;
  letter-spacing: 0.01em;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.chatbot-action .action-icon {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  transition: transform 0.18s ease;
}
.chatbot-action:hover {
  transform: translateX(4px);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 8px 2px;
}
.chatbot-action:hover .action-icon {
  transform: scale(1.1);
}
.chatbot-action[data-action=email] .action-icon {
  background: #eff6ff;
}
.chatbot-action[data-action=email]:hover {
  background: #f0f7ff;
  border-color: #93c5fd;
}
.chatbot-action[data-action=phone] .action-icon {
  background: #f0fdf4;
}
.chatbot-action[data-action=phone]:hover {
  background: #f0fdf4;
  border-color: #86efac;
}
.chatbot-action[data-action=location] .action-icon {
  background: #fffefa;
}
.chatbot-action[data-action=location]:hover {
  background: #fffefa;
  border-color: #fcd34d;
}
@keyframes chatbot-pulse {
  0% {
    transform: scale(1);
    opacity: 0.55;
  }
  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}
@keyframes chatbot-msg-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 680px) {
  .chatbot-widget {
    bottom: 1rem;
    right: 1rem;
  }
  .chatbot-panel {
    border-radius: 16px;
    margin-right: 0;
    width: 0;
  }
  .chatbot-widget.open .chatbot-panel {
    width: calc(100vw - 3rem);
  }
  .chatbot-messages {
    max-height: 220px;
  }
}

/*
Theme Name: Harbor vidéo Theme
Author: harbor video team
*/
@media (max-width: 1200px) {
  .section {
    padding-left: 0;
    padding-right: 0;
  }
  .nav__list {
    gap: initial;
  }
  .footerContainer {
    padding: 0 2rem;
  }
  .footerContact {
    padding: 3.75rem;
  }
  .footerNav {
    font-size: 4.375rem;
  }
  .footerNav li {
    margin: 0 4.375rem;
  }
  .section__subtitle {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  main {
    padding-top: 5vh;
  }
  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .section p {
    margin: 1.5rem 2rem;
  }
  .section__subtitle {
    width: 100%;
  }
  .section__masterTitle {
    max-width: 80%;
  }
  .section__tabs--home {
    height: 15vh;
    padding: 0;
    margin: 0;
  }
  .section__tabs--home .tabModul {
    top: -15vh;
    width: 96vw;
  }
  .home__plainVid {
    height: 60vh;
  }
  .footerNav {
    font-size: 3.4375rem;
  }
  .footerNav li {
    margin: 0 3.125rem;
  }
  .footerContact {
    margin: auto;
    max-width: 800px;
  }
  .footerContact__infos {
    gap: 2rem;
  }
  .footerContact__text {
    width: 100%;
  }
  .footerContact__pict img {
    height: 100%;
  }
  .HV__footer {
    height: auto;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .agence figure {
    width: 90%;
  }
  .faq__item .faq__question {
    padding: 20px 25px;
  }
  .embed__wrapper, iframe {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 960px) {
  h1 {
    font-size: 1.625rem;
  }
  h3 {
    font-size: 1.375rem;
  }
  g {
    fill: #1D3138;
  }
  g:nth-of-type(1) {
    stroke: #1D3138;
    stroke-width: 15;
  }
  g:nth-of-type(2) {
    stroke: #fffefa;
    stroke-width: 13;
  }
  .main__single {
    padding-top: 5.625rem;
  }
  .main__split::before {
    display: none;
  }
  .content {
    padding: 0;
  }
  .agence__content .agence__map svg {
    top: -50%;
    z-index: -10;
    right: 0;
    width: 100vw;
  }
  .contact__info .contact__map svg {
    width: 100vw;
    top: 0;
  }
  .section {
    padding: 2rem 1rem;
    text-align: center;
  }
  .section p {
    margin: 1rem 0;
  }
  .section__masterTitle {
    max-width: 100%;
  }
  .section__subtitle {
    width: 100%;
  }
  .section .global__CTA {
    margin-bottom: 2rem;
  }
  .section.section__mobile .carding .global__CTA {
    margin: 0;
  }
  .main__single section::after {
    content: "";
    background-color: #D9D9D9;
    width: 50%;
    height: 2px;
    display: inline-block;
    margin: 4rem auto 0 auto;
  }
  .search {
    display: none;
  }
  .nav__menu {
    display: none !important;
  }
  .nav__burger {
    display: flex;
  }
  .HV__header {
    height: 4.375rem;
  }
  .HV__header .nav.grid {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .HV__header .nav.grid > * {
    flex: 0 0 auto;
  }
  .partner__slide {
    padding: 0 25px !important;
  }
  .tabModul {
    position: initial;
    top: 0;
    margin: 0 auto;
  }
  .tabModul__header {
    width: 100%;
    flex-wrap: wrap;
  }
  .tabModul__container {
    padding: 2rem 0;
  }
  .section__tabs--home {
    display: none;
  }
  .section__mobile {
    display: block;
    height: 30vh;
  }
  .tabModul__content--horizontal {
    flex-direction: column;
  }
  .section__module--reverse .grid {
    flex-direction: column-reverse;
  }
  .home__plainVid {
    height: 40vh;
  }
  .footerNav {
    font-size: 2.5rem;
  }
  .footerNav__menu {
    margin: 3.75rem 0;
  }
  .footerNav li {
    margin: 0 1.875rem;
  }
  .footerContact {
    display: none;
    padding: 1.5rem 1.25rem;
    transform: translateY(0);
  }
  .footerContact__text {
    width: 100%;
  }
  .footerContact__pict {
    height: 130px;
  }
  .HV__footer {
    height: auto;
  }
  .contact__info {
    color: #1D3138;
  }
  .contact__grid > div {
    padding-left: 2rem;
  }
  .contact__infos {
    height: auto;
  }
  .horizontalGallery .wp-block-image {
    min-width: 50vw;
  }
  .stepModule__half {
    width: 80%;
  }
  .faq__item .faq__question {
    padding: 16px 20px;
  }
  .module__container--reverse {
    flex-direction: column-reverse;
  }
  .module__container--reverse .global__CTA {
    display: none;
  }
  .mobileFullWidth {
    width: 100vw;
    margin: 0 -1rem;
    aspect-ratio: 1;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
  }
  .mobileFullWidth img {
    border-radius: 0;
    height: 100%;
    width: auto;
  }
  .triptique.triptique--scroll {
    flex-wrap: nowrap;
  }
  .wpcf7-form {
    flex-direction: column;
    padding: 1rem;
    padding-right: 3rem;
  }
  .wpcf7-form p {
    margin: 0.875rem 0 !important;
    width: 100% !important;
  }
  .wpcf7-form p:nth-of-type(5) {
    flex-direction: row;
    justify-content: center;
  }
}

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