@font-face {
  font-family: Optibodoni Antiqua;
  src: url('../fonts/OPTIBodoni-Antiqua.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Optibodoniantiqua;
  src: url('../fonts/OPTIBodoniAntiqua-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Optibodoniantiqua Medita;
  src: url('../fonts/OPTIBodoniAntiqua-MedIta.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Optibodoniantiqua;
  src: url('../fonts/OPTIBodoniAntiqua-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Optiflemish Script;
  src: url('../fonts/OPTIFlemish-Script.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bordeau: #591e29;
  --blanc: white;
  --noir-ish: #343d42;
  --bordeau-clair: #ded2d4;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  color: #343d42;
  background-color: #fffbf6;
  flex-flow: column;
  font-family: Optibodoni Antiqua, Times New Roman, sans-serif;
  font-weight: 400;
  display: flex;
}

.ancre_top {
  min-height: 0;
  max-height: 0;
}

.page_wrapper {
  position: relative;
  inset: auto 0% 0%;
}

.primary-button {
  background-color: var(--bordeau);
  border-radius: 8px;
  align-self: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.primary-button:hover {
  box-shadow: 0 5px 6px 1px #41406780;
}

.primary-button.bis {
  border: 2px solid var(--bordeau);
  color: var(--bordeau);
  background-color: #fffbf6;
}

.primary-button.form {
  text-align: center;
}

.navbar {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar.shadow-three {
  width: 100%;
  max-width: none;
}

.container-2 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #343d42;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--bordeau);
  text-shadow: none;
  text-underline-offset: 5px;
  text-decoration: underline overline;
  -webkit-text-decoration-color: var(--bordeau);
  text-decoration-color: var(--bordeau);
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: under;
  font-weight: 400;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.padding-global {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.heading-style-h1 {
  color: var(--bordeau);
  text-align: center;
  white-space: nowrap;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Optiflemish Script, Palatino Linotype, sans-serif;
  font-size: 9vw;
  font-weight: 400;
  line-height: 150px;
  position: static;
}

.heading-wrapper {
  object-fit: fill;
  width: 100%;
  position: relative;
}

.hero_image_wrapper {
  justify-content: center;
  align-items: center;
  max-width: 50%;
  display: flex;
  position: relative;
}

.background-hero-img {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex: 1;
  display: block;
  position: static;
}

.overlay-hero-content {
  justify-content: space-between;
  align-self: center;
  max-width: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-hero {
  color: var(--blanc);
  font-size: 30px;
  line-height: 20px;
}

.secondary-button {
  border: 3px none var(--blanc);
  background-color: var(--blanc);
  color: var(--bordeau);
  border-radius: 8px;
  align-self: center;
  padding: 15px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  box-shadow: 0 2px 12px #0003;
}

.secondary-button:hover {
  box-shadow: 0 4px 11px #41406780, 0 2px 12px #0003;
}

.overlay-button {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 13%;
}

.image {
  text-align: center;
  max-width: 95%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.history-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  margin-top: 0;
  padding-top: 30px;
  display: flex;
}

.image-2 {
  align-self: center;
  max-width: 200px;
  padding-bottom: 17px;
}

.heading-style-h2 {
  color: var(--bordeau);
  font-family: Optibodoniantiqua, Times New Roman, sans-serif;
  font-size: 55px;
  font-weight: 500;
}

.heading-style-h2.center {
  text-align: center;
  align-self: center;
}

.heading-style-h2.all-caps {
  text-align: center;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  max-width: 90%;
  margin-top: 88px;
  margin-left: 5%;
  font-family: Optibodoniantiqua, Times New Roman, sans-serif;
  font-weight: 400;
}

.text-style {
  font-family: Optibodoni Antiqua, Times New Roman, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.text-style.history-block {
  color: var(--noir-ish);
  text-align: center;
  align-self: center;
  max-width: 60%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 0;
  font-weight: 400;
  line-height: 40px;
}

.hedaing-style-h3 {
  color: var(--bordeau);
  font-family: Optibodoni Antiqua, Times New Roman, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 60px;
}

.hedaing-style-h3.center {
  text-align: center;
  align-self: center;
}

.hedaing-style-h3.prog {
  margin-bottom: 0;
  font-size: 50px;
  line-height: 50px;
}

.footer {
  background-color: #343d42;
  flex-flow: column;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.programme-wrapper {
  grid-column-gap: 86px;
  grid-row-gap: 86px;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  max-width: 90%;
  display: flex;
  position: relative;
}

.texte-wrapper {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  display: flex;
}

.text-legend {
  font-family: Optibodoni Antiqua, Times New Roman, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
}

.text-legend.form {
  color: #677279;
  margin-top: -12px;
  padding-top: 0;
  padding-bottom: 13px;
  font-size: 14px;
}

.content-prog-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 15px;
  display: flex;
}

.icon {
  align-self: center;
}

.carrousel-wrapper {
  flex: 0 auto;
  align-self: stretch;
  align-items: stretch;
  min-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  left: auto;
}

.text-block {
  align-self: center;
  font-family: Open Sans, sans-serif;
}

.image-3 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  max-width: 100%;
  overflow: visible;
}

.rsvp-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 40px;
  display: flex;
}

.logo {
  flex: 1;
  align-self: center;
  width: 160px;
  max-width: none;
}

.maps-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: 90%;
  padding-top: 42px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.info-adress {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.tel-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  order: 0;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.text-block-2 {
  color: var(--blanc);
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.icon-tel {
  width: 33px;
  max-width: none;
}

.text-block-num {
  color: var(--blanc);
  font-size: 20px;
  font-weight: 400;
}

.text-block-3 {
  color: var(--blanc);
  font-family: Optiflemish Script, Palatino Linotype, sans-serif;
  font-size: 25px;
}

.footer-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-self: center;
  display: flex;
}

.image-4 {
  align-self: center;
  width: 130px;
  max-width: none;
}

.h2-footer {
  color: var(--blanc);
  text-transform: uppercase;
  align-self: center;
  margin-bottom: 0;
  font-weight: 400;
}

.team-slider {
  background-color: #0000;
  border-bottom: 1px #e4ebf3;
  padding: 40px 30px 65px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 0;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: var(--bordeau);
  border-radius: 8px;
  padding-bottom: 24px;
}

.team-member-image-two {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.h3-hebergement {
  color: var(--blanc);
  margin-bottom: 12px;
  font-family: Optibodoniantiqua, Times New Roman, sans-serif;
  font-weight: 500;
}

.text-hebergement {
  color: var(--blanc);
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  color: var(--blanc);
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  display: none;
  position: static;
  bottom: -60px;
}

.text-block-4, .text-block-5, .text-block-6 {
  color: var(--blanc);
}

.image-5 {
  width: 60%;
}

.nom-place {
  color: var(--bordeau);
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 28px;
  line-height: 30px;
}

.text-adress {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.gallery-photo {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 25%;
  position: relative;
  overflow: clip;
}

.img-carousel {
  width: 100%;
  overflow: visible;
}

.img-carousel.down {
  margin-top: 80px;
}

.mask-2 {
  width: 100%;
  height: auto;
}

.carrousel {
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-gauche {
  flex: 0 auto;
  display: flex;
}

.heading-container {
  max-width: 90%;
  margin-bottom: 20px;
}

.link--tel {
  text-decoration: none;
}

.text-full-width-wrapper {
  object-fit: fill;
  align-self: stretch;
  width: 100%;
  position: relative;
}

.full-width-text {
  color: #e2e8d9;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 12.8vw;
  overflow: visible;
}

.full-width-text.services {
  color: var(--bordeau);
  text-transform: none;
  margin-top: 33px;
  margin-bottom: 40px;
  font-family: Optiflemish Script, Palatino Linotype, sans-serif;
  font-weight: 400;
}

.form_wrapper {
  background-color: var(--blanc);
  border: 5px #000;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 45%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: 15% 0% auto;
}

.form-block {
  flex-flow: column;
  align-self: stretch;
  display: flex;
  position: relative;
}

.text-block-7 {
  text-align: center;
  align-self: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Optibodoniantiqua Medita, Times New Roman, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.heading {
  color: var(--bordeau);
  align-self: center;
  font-size: 40px;
  line-height: 45px;
}

.label_form {
  color: var(--bordeau);
  justify-content: flex-start;
  margin-top: 5px;
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

.form {
  text-align: left;
  flex: 1;
  order: 0;
  align-self: auto;
  margin-top: 20px;
}

.text_field, .textarea {
  border: 1px solid var(--bordeau);
  background-color: var(--bordeau-clair);
  color: #343d42;
  border-radius: 8px;
  font-family: Open Sans, sans-serif;
}

.submit_wrapper {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.logo-form {
  align-self: center;
  width: 58px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.text-block-8 {
  color: var(--bordeau);
}

.success-message {
  color: var(--bordeau);
  background-color: #0000;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 20px;
}

.text-block-9 {
  font-size: 16px;
}

.error-message {
  border-radius: 8px;
}

.overlay-cross {
  position: absolute;
  inset: 0% 0% auto auto;
}

.cross-close {
  margin-left: 0;
  padding-left: 0;
}

.popup-form {
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.background-popup {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #591e2980;
  width: 100%;
  height: 100%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.icon-2, .icon-3 {
  display: none;
}

.checkbox-label {
  color: var(--bordeau);
  font-size: 19px;
}

.checkbox-field {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 20px;
}

.checkbox {
  color: var(--bordeau);
}

.image-6 {
  object-fit: cover;
  flex: 1;
  align-self: stretch;
  max-width: 50%;
}

.div-block-2 {
  object-fit: contain;
  flex-flow: column;
  justify-content: space-around;
  align-self: stretch;
  max-width: 40%;
  display: flex;
}

.image-7 {
  flex: 1;
  align-self: center;
  margin-top: 20px;
}

.countdown_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: var(--bordeau);
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  font-size: 25px;
  display: grid;
}

.countdown_number {
  font-size: 4.25em;
  line-height: 1.2;
}

.countdown_label {
  letter-spacing: .05rem;
  text-transform: uppercase;
  font-size: .875em;
}

.hide {
  display: none;
}

.countdown-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 128px;
  margin-bottom: 100px;
  display: flex;
}

.text-countdown {
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  display: flex;
}

.to-the-top {
  border-radius: 10px;
  display: block;
  position: fixed;
  bottom: 4%;
  right: 2%;
}

.link-top_page {
  aspect-ratio: 1;
  background-color: var(--bordeau);
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.picto-top-of-the-world {
  padding: 5px;
}

.deux_point {
  font-size: 6rem;
}

@media screen and (max-width: 991px) {
  .navbar.shadow-three {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-2 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .padding-global {
    margin-top: .5rem;
  }

  .heading-style-h1 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: contain;
    margin-top: 0;
    padding-top: 0;
    font-size: 12vw;
    line-height: 100px;
  }

  .hero_image_wrapper {
    max-width: 60%;
  }

  .text-hero {
    font-size: 25px;
  }

  .secondary-button {
    border-width: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .image {
    max-width: 70%;
  }

  .history-wrapper {
    padding-top: 15px;
  }

  .image-2 {
    max-width: 15%;
    padding-bottom: 0;
  }

  .heading-style-h2.center {
    margin-top: 15px;
    font-size: 45px;
    line-height: 40px;
  }

  .heading-style-h2.all-caps {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    font-size: 45px;
    display: flex;
  }

  .text-style.history-block {
    max-width: 50%;
    font-size: 20px;
  }

  .hedaing-style-h3.center {
    font-size: 40px;
    line-height: 40px;
  }

  .footer {
    background-color: #343d42;
  }

  .programme-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .texte-wrapper {
    padding-left: 40px;
  }

  .carrousel-wrapper {
    order: 9999;
    min-width: 200%;
    left: auto;
  }

  .image-3 {
    flex: 1;
    order: 9999;
    align-self: auto;
    max-width: 100%;
  }

  .rsvp-wrapper {
    padding-top: 20px;
  }

  .map {
    order: -9999;
  }

  .tel-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    display: flex;
  }

  .text-block-2 {
    color: var(--blanc);
    text-align: center;
    font-family: Open Sans, sans-serif;
    font-size: 30px;
  }

  .icon-tel {
    width: 30px;
    max-width: none;
  }

  .text-block-num {
    color: var(--blanc);
    align-self: center;
    font-family: Open Sans, sans-serif;
  }

  .text-block-3 {
    color: var(--blanc);
    font-family: Optiflemish Script, Palatino Linotype, sans-serif;
    font-size: 30px;
    font-weight: 400;
  }

  .container {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .image-5 {
    width: 70%;
  }

  .heading-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .full-width-text.services {
    aspect-ratio: auto;
    margin-top: -17px;
  }

  .text-block-7 {
    font-size: 16px;
    line-height: 18px;
  }

  .label_form {
    font-size: 18px;
  }

  .popup-form {
    display: none;
  }

  .checkbox-label {
    font-size: 18px;
  }

  .image-6 {
    align-self: center;
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .navbar.shadow-three {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-brand-three {
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .heading-style-h1 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 12vw;
    line-height: 80px;
  }

  .secondary-button {
    padding: 8px 12px;
    font-size: 14px;
  }

  .overlay-button {
    bottom: 25%;
  }

  .history-wrapper {
    padding-top: 10px;
  }

  .image-2 {
    max-width: 20%;
    padding-bottom: 0;
  }

  .heading-style-h2.center {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 40px;
  }

  .heading-style-h2.all-caps {
    font-size: 40px;
  }

  .hedaing-style-h3.center {
    margin-top: 10px;
    font-size: 35px;
  }

  .hedaing-style-h3.prog {
    font-size: 35px;
  }

  .text-legend {
    font-size: 18px;
  }

  .carrousel-wrapper {
    justify-content: center;
    align-self: center;
    align-items: stretch;
  }

  .image-3 {
    flex: 1;
    align-self: center;
    max-width: 80%;
  }

  .logo {
    width: 140px;
  }

  .maps-wrapper {
    flex-flow: column;
  }

  .info-adress {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
    justify-content: flex-start;
    align-self: center;
    align-items: stretch;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .image-5 {
    flex: 1;
    width: 40%;
  }

  .nom-place {
    font-size: 25px;
  }

  .text-adress {
    font-size: 16px;
  }

  .text-adress-weapper {
    align-self: center;
  }

  .full-width-text.services {
    margin-top: -25px;
    margin-bottom: 0;
  }

  .form_wrapper {
    width: 80%;
    top: 2%;
  }

  .countdown_number {
    font-size: 3em;
  }
}

@media screen and (max-width: 479px) {
  .container-2 {
    max-width: none;
  }

  .navbar-wrapper-three {
    align-items: center;
  }

  .navbar-brand-three {
    flex-flow: row;
    flex: 1;
    order: 2;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .menu-button {
    order: 3;
  }

  .heading-style-h1 {
    margin-bottom: 5px;
    font-size: 14vw;
    line-height: 60px;
  }

  .hero_image_wrapper {
    max-width: 90%;
  }

  .overlay-hero-content {
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-hero {
    font-size: 16px;
  }

  .secondary-button {
    padding: 6px 10px;
    font-size: 12px;
    display: block;
  }

  .overlay-button {
    bottom: 15%;
  }

  .image {
    max-width: 25%;
  }

  .history-wrapper {
    padding-top: 10px;
  }

  .image-2 {
    max-width: 40%;
  }

  .heading-style-h2.center {
    text-align: center;
    margin-top: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .heading-style-h2.all-caps {
    margin-top: 40px;
  }

  .text-style.history-block {
    max-width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }

  .hedaing-style-h3.center {
    font-size: 30px;
    line-height: 30px;
  }

  .hedaing-style-h3.prog {
    margin-top: 24px;
    line-height: 40px;
  }

  .programme-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .texte-wrapper {
    padding-left: 0;
  }

  .text-legend.form {
    padding-bottom: 5px;
  }

  .carrousel-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-3 {
    max-width: 100%;
    margin-top: 12px;
  }

  .logo {
    width: 130px;
  }

  .info-adress {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: stretch;
  }

  .text-block-2 {
    font-size: 18px;
  }

  .text-block-num {
    font-size: 16px;
  }

  .footer-wrapper {
    align-self: stretch;
  }

  .image-4 {
    width: 110px;
  }

  .h2-footer {
    text-align: center;
    font-size: 20px;
  }

  .team-slider {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container {
    max-width: none;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .image-5 {
    align-self: center;
    max-width: 60%;
  }

  .nom-place {
    padding-left: 0;
    font-size: 20px;
  }

  .text-adress {
    font-size: 14px;
    line-height: 18px;
  }

  .image-gauche {
    order: 9999;
  }

  .heading-container {
    margin-bottom: 0;
  }

  .full-width-text.services {
    margin-top: -29px;
  }

  .form_wrapper {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-7 {
    padding-bottom: 0;
    font-size: 14px;
  }

  .label_form {
    margin-bottom: 0;
    font-size: 16px;
  }

  .form {
    margin-top: 10px;
  }

  .text_field {
    margin-bottom: 0;
  }

  .logo-form {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .popup-form {
    display: none;
  }

  .checkbox-label {
    font-size: 16px;
  }

  .checkbox-field {
    margin-top: 10px;
  }

  .image-6 {
    max-width: 80%;
  }

  .countdown_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    object-fit: fill;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .countdown_number {
    font-size: 2.5em;
  }

  .countdown_label {
    font-size: .75em;
  }

  .countdown-div {
    margin-top: 80px;
    margin-bottom: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-countdown {
    font-size: 25px;
    line-height: 30px;
  }
}


@font-face {
  font-family: 'Optibodoni Antiqua';
  src: url('../fonts/OPTIBodoni-Antiqua.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Optibodoniantiqua';
  src: url('../fonts/OPTIBodoniAntiqua-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Optibodoniantiqua Medita';
  src: url('../fonts/OPTIBodoniAntiqua-MedIta.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Optibodoniantiqua';
  src: url('../fonts/OPTIBodoniAntiqua-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Optiflemish Script';
  src: url('../fonts/OPTIFlemish-Script.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}