:root {
  --black-2: #231f20;
  --brown: #cfb68a;
  --dark-slate-grey: #405965;
  --white: white;
  --steel-blue: #008bab;
  --maroon: #7e1619;
  --white-smoke: #f6f6f6;
  --light-pink: #ffadb4;
  --black: black;
  --teal: #007e8f;
  --brown-2: #9f1b1fcc;
  --teal-2: #007e8fcc;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
}

.section-hero {
  z-index: 2000;
  border-width: 20px 20px 0;
  border-color: #fff;
  border-radius: 20px;
  flex-wrap: wrap;
  place-content: center;
  align-items: flex-end;
  height: 85vh;
  max-height: 95vh;
  margin: 1rem 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-hero.temporaire {
  flex-flow: column;
  height: 100vh;
  max-height: 100vh;
  padding: 0%;
}

.section-hero.dual {
  z-index: 30000;
  flex-flow: wrap;
  height: 100vh;
  max-height: none;
  position: fixed;
}

.hero-text {
  z-index: 2001;
  text-shadow: none;
  flex-flow: column;
  place-content: flex-start center;
  align-items: center;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 60px;
  display: flex;
  position: absolute;
}

.hero-text.temp {
  width: 100%;
}

.hero-text.dual {
  flex: 0 auto;
  width: 30%;
  height: auto;
  padding-left: 4%;
  padding-right: 4%;
  position: relative;
  left: 0;
}

.hero-text.dual.right {
  position: relative;
  left: auto;
  right: 0;
}

.hero-text.dual-2 {
  width: 50%;
  margin-left: auto;
  margin-right: 0;
  padding-left: 4%;
  padding-right: 4%;
  right: 0;
}

.image-2 {
  filter: none;
  width: 100%;
  position: relative;
  bottom: 0%;
  overflow: visible;
}

.image-2.temporaire {
  filter: none;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
  inset: 0%;
}

.hero-logo {
  object-fit: contain;
  flex: none;
  max-width: 50%;
  min-height: 350px;
  margin-bottom: 30px;
  position: static;
  overflow: visible;
}

.hero-logo.new {
  max-width: 100%;
  min-height: auto;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: color .15s;
}

.nav-link:hover {
  color: var(--black-2);
  font-weight: 500;
}

.nav-link:active {
  color: #231f20;
}

.nav-link.w--current {
  color: #fff;
  text-decoration: none;
}

.nav-link.w--current:hover {
  color: var(--black-2);
}

.nav-link.dropdown {
  padding-right: 44px;
}

.nav-link.dropdown:hover {
  color: var(--black-2);
}

.hero-menu {
  z-index: 9999;
  box-shadow: none;
  background-color: #0000;
  border-radius: 0 0 20px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.hero-menu.inside {
  z-index: 9999;
  opacity: 1;
  display: flex;
}

.section-apropos {
  z-index: 1;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-apropos-info {
  color: #fff;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  max-width: 1080px;
  padding-top: 50px;
  display: flex;
}

.div-50 {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  place-content: flex-start center;
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.hero-info {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.titre {
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-3 {
  text-align: center;
  font-size: 16px;
  font-weight: 200;
}

.bold-text-4 {
  color: #231f20;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.section-exposant {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-download {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff0 50%, #0003), linear-gradient(to bottom, var(--brown) 5%, #9f1b1fe6 50%, var(--brown) 95%), url('../images/photo2-be88543b.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.button-blanc {
  background-color: #0000;
  border: 3px solid #fff;
  border-radius: 30px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 700;
  transition: background-color .2s, box-shadow .2s;
  box-shadow: 0 -1px 5px #4b4b4b;
}

.button-blanc:hover {
  color: var(--brown);
  background-color: #fff;
  font-weight: 700;
  box-shadow: 0 -1px 10px #333;
}

.button-blanc.w--current {
  text-align: center;
  background-color: #0000;
  border: 3px solid #fff;
  border-radius: 30px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 3%;
  padding: 15px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .3s, box-shadow .25s;
  display: block;
  box-shadow: 0 -1px 5px #4b4b4b;
}

.button-blanc.w--current:hover {
  color: #aa1e22;
  background-color: #fff;
  box-shadow: 0 -1px 10px 1px #333;
}

.div-exposant {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 50px 5% 80px;
  display: flex;
}

.div-separator {
  background-color: var(--dark-slate-grey);
  color: #0000;
  text-align: left;
  width: 50px;
  height: 3px;
  margin-top: 35px;
  margin-bottom: 25px;
}

.heading-4 {
  color: var(--dark-slate-grey);
  text-align: center;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
}

.section-plan {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-plan {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 80px 5%;
  display: flex;
}

.heading-6 {
  text-align: left;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  line-height: 28px;
}

.hero-slogan-text {
  color: #fff;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
}

.hero-slogan-text.lac {
  color: var(--steel-blue);
}

.hero-slogan {
  color: var(--brown);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.hero-slogan.lac {
  color: var(--steel-blue);
}

.section-contact {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff0 50%, #0003), radial-gradient(circle farthest-side at 50% 50%, #231f20e6, #212121bf 0%, var(--black-2));
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 1rem 2rem;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  overflow: hidden;
}

.section-footer {
  z-index: 999;
  background-color: #333;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-top: 5%;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  position: relative;
}

.div-footer {
  color: var(--black-2);
  background-color: #231f20;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 14px 5%;
  display: flex;
}

.footer-droits {
  color: #fff;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.footer-bauhem {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.link {
  color: var(--brown);
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: var(--maroon);
}

.link.lac {
  color: var(--steel-blue);
}

.div-contact-25 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.div-contact-50 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.div-contact {
  width: 50%;
}

.div-contain-contact {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.text-contact {
  color: #fff;
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.text-contact-bold {
  color: #fff;
  font-size: 18px;
}

.div-infolettre {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.text-field-2 {
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.submit-button-2 {
  background-color: var(--brown);
  height: 50px;
  font-family: Montserrat, sans-serif;
  transition: background-color .2s;
}

.submit-button-2:hover {
  background-color: var(--maroon);
}

.form-block {
  border-radius: 6px;
  width: 100%;
  margin-top: 5%;
  overflow: hidden;
}

.div-admission {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.text-heures {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.text-admission {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 35px;
}

.image-6 {
  margin-top: 10px;
}

.paragraph-4 {
  color: var(--black-2);
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.plan-note {
  color: var(--black-2);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.button {
  background-color: var(--brown);
  box-shadow: none;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 20px;
  padding: 10px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .3s, box-shadow .3s;
}

.button:hover {
  background-color: var(--maroon);
  box-shadow: none;
}

.button.w--current {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
}

.button.w--current:hover {
  box-shadow: none;
  background-color: #7e1619;
}

.button.lac {
  background-color: var(--steel-blue);
}

.menu-button {
  opacity: 0;
}

.div-narrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-narrow.full-flex {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}

.argument {
  border-radius: 5px;
}

.titre2 {
  color: var(--dark-slate-grey);
  text-align: left;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.text-span-3 {
  font-weight: 500;
}

.div-form-contact {
  box-shadow: none;
  color: var(--brown);
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-top: 3%;
  padding-bottom: 3%;
  display: flex;
}

.div-contenu-footer {
  color: #333;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.bold-text-10 {
  color: #fff;
}

.form-field {
  color: var(--black-2);
  background-color: #f3f3f3;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #c5c5c5;
  max-width: 100%;
  height: 50px;
  margin-bottom: 30px;
  font-weight: 300;
}

.form-field:focus {
  border-bottom-color: var(--brown);
}

.form-field::placeholder {
  color: #c5c5c5;
}

.div-block-7 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.form-block-2 {
  width: 80%;
}

.heading-9 {
  text-align: center;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  font-size: 24px;
}

.form-label {
  align-self: flex-start;
  font-weight: 500;
}

.form-label.lac {
  color: var(--steel-blue);
}

.section-partenaires {
  background-color: #303030;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1rem 2rem;
  padding: 10px 6%;
  display: flex;
  overflow: hidden;
}

.section-video {
  background-color: #0000;
  background-image: linear-gradient(to bottom, #fff0 50%, #0003), radial-gradient(circle farthest-corner at 50% 50%, #231f20e6, var(--black-2));
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1rem 2rem;
  padding: 60px 10%;
  display: flex;
  overflow: hidden;
}

.div-galerie {
  text-align: left;
  column-count: 3;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 30px;
  display: block;
}

.galerie-lightbox {
  box-shadow: none;
  margin-bottom: 15px;
  display: inline-block;
  overflow: visible;
}

.image-galerie {
  transition: opacity .2s;
}

.image-galerie:hover {
  opacity: .5;
}

.heading-11 {
  color: #fff;
  margin-bottom: 59px;
}

.paragraph-5 {
  color: #fff;
  text-align: justify;
}

.div-separator2 {
  color: #0000;
  text-align: left;
  background-color: #fff;
  width: 50px;
  height: 3px;
  margin-top: 35px;
  margin-bottom: 25px;
}

.text-block-12 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.div-apchq {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-map {
  border-radius: 20px;
  height: 450px;
  margin: 1rem 2rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.div-map {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.div-overlay {
  z-index: 1;
  background-color: #0000;
  background-image: linear-gradient(#405965e6, #405965e6), radial-gradient(circle, #fff0 50%, #0003);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px 5%;
  display: flex;
  position: absolute;
  overflow: visible;
}

.div-overlay.lac {
  background-image: linear-gradient(#008babb3, #008babb3), radial-gradient(circle, #fff0 50%, #0003);
}

.text-block-13 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.footer-h3 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 5%;
  font-family: Montserrat, sans-serif;
}

.link-email {
  color: #fff;
  text-decoration: none;
  transition: color .2s;
}

.link-email:hover {
  color: var(--brown);
}

.details-h3 {
  color: var(--black-2);
  text-align: left;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
}

.div-buttons {
  display: block;
}

.slide {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-field-message {
  color: var(--black-2);
  background-color: #f3f3f3;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #c5c5c5;
  max-width: 100%;
  min-height: 100px;
  max-height: 500px;
  margin-bottom: 50px;
  font-weight: 300;
}

.form-field-message:focus {
  border-bottom-color: var(--brown);
}

.form-field-message::placeholder {
  color: #c5c5c5;
}

.map {
  height: 100%;
}

.map.map-2 {
  width: 35%;
}

.map-2 {
  width: 40%;
  height: 100%;
}

.image-8 {
  display: block;
  position: relative;
}

.div-photo {
  width: 100%;
  height: 40%;
  position: static;
  overflow: hidden;
}

.div-photo.new-row {
  flex-wrap: wrap;
  height: auto;
  display: none;
}

.section-guide {
  flex-wrap: nowrap;
  display: flex;
  overflow: hidden;
}

.titre3 {
  color: var(--black-2);
  text-align: left;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 48px;
}

.titre3.blanc {
  color: #fff;
}

.paragraph-6 {
  color: var(--black-2);
  text-align: justify;
  margin-bottom: 50px;
}

.div-guide {
  max-width: 600px;
  margin-bottom: -90px;
  transform: scale(1.3);
}

.section-partenaire {
  text-align: center;
  background-image: radial-gradient(circle, #fff0 75%, #0000000d);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 100px 5%;
  display: flex;
  overflow: hidden;
}

.div-temoignagnes {
  width: 100%;
}

.slider-3 {
  background-color: #0000;
  height: auto;
}

.mask {
  height: 100%;
}

.slide-nav {
  display: none;
}

.div-sponsor {
  text-align: center;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 200px;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.div-sponsor.flex {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
}

.slider-logo {
  background-color: #0000;
  width: 100%;
}

.slidez {
  height: auto;
}

.text-span-4 {
  text-transform: uppercase;
  font-size: 18px;
}

.text-span-6, .text-span-7 {
  font-weight: 500;
}

.text-span-8 {
  font-weight: 300;
}

.div-jour {
  text-align: left;
  border-bottom: 1px solid #231f2033;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.text-block-14 {
  margin-top: 30px;
  font-size: 16px;
  line-height: 20px;
}

.div-heures {
  color: var(--black-2);
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 30px 50px;
  display: flex;
}

.div-heures.lac {
  filter: hue-rotate(191deg);
  padding-bottom: 60px;
}

.div-info {
  background-color: var(--white);
  color: var(--black-2);
  text-align: left;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding: 30px 50px 40px;
  display: flex;
  transform: scale(.96);
}

.div-info.gris {
  opacity: 1;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-9 {
  filter: brightness(200%);
  margin-left: 15px;
  margin-right: 15px;
  transition: all .2s;
}

.image-9:hover {
  filter: brightness(0%);
  color: #0000;
}

.div-guide-plan {
  background-color: #fff;
  flex-flow: column;
  flex: 1;
  place-content: flex-start flex-end;
  align-items: center;
  padding-left: 0%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.div-menu {
  background-color: var(--brown);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.div-menu.lac {
  background-color: var(--steel-blue);
}

.div-menu-edition {
  background-color: var(--black-2);
  justify-content: flex-end;
  width: 100%;
  height: 30px;
  display: flex;
  position: static;
}

.div-lien-edition-sag {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.div-lien-edition-sag:hover {
  background-color: #464243;
}

.div-lien-edition-sag.w--current {
  background-color: var(--brown);
}

.div-lien-edition-sag.lac.w--current {
  background-color: var(--steel-blue);
}

.text-edition {
  direction: ltr;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}

.div-lien-edition-lsj {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.div-lien-edition-lsj:hover {
  background-color: #008bab;
}

.section-photos {
  border-radius: 20px;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
  overflow: hidden;
}

.div-container {
  flex: 1;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-container.new {
  justify-content: space-between;
  align-items: stretch;
  padding: 20px;
}

.div-container.new.lac {
  background-color: #fff;
  align-items: stretch;
}

.div-block-8 {
  width: 100%;
}

.div-block-photo {
  flex-flow: row;
  flex: 1;
  place-content: center;
  align-items: flex-start;
  display: flex;
  position: static;
  overflow: visible;
}

.div-block-photo.new {
  flex: 50%;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.image-light {
  flex-flow: column wrap;
  place-content: stretch center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.image-light.new {
  align-self: center;
  width: 100%;
  height: 100%;
}

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

.div-image {
  background-color: var(--black-2);
}

.div-image.new {
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.dropdown-list {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  top: 63px;
  overflow: hidden;
}

.dropdown-list.w--open {
  top: 62px;
}

.menu-dropdown {
  background-color: var(--black-2);
  color: var(--white-smoke);
}

.menu-dropdown:hover {
  color: var(--white-smoke);
  background-color: #000;
}

.menu-dropdown.w--current {
  color: var(--light-pink);
}

.heading-12 {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 300;
  line-height: 45px;
}

.div-clock {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.sections-photos-new {
  display: flex;
}

.slide-exposant {
  width: 25%;
}

.new-exposant {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.block-exposant {
  color: #5f5f5f;
  flex-direction: column;
  flex: 0 0 12.5%;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: 29px;
  margin-right: 29px;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.div-lieux {
  z-index: 1000;
  background-color: var(--black-2);
  color: #fff;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.div-adresse-lieu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 57px;
  padding-right: 57px;
  display: flex;
}

.t {
  color: var(--light-pink);
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
}

.div-sponsor-float {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 125px;
  margin: 102px 60px 54px 33px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.sponsor-white {
  margin-right: 19px;
  padding-top: 5%;
}

.merci {
  color: #fff;
  text-align: center;
  margin-top: 50px;
  font-weight: 300;
}

.logo-merci {
  max-width: 200px;
  margin-top: 20px;
}

.logos-container {
  align-items: center;
  width: 70%;
  margin-bottom: 30px;
  display: flex;
}

.logos-container.vertical {
  color: #fff;
  text-align: center;
  flex-direction: column;
  width: 60vw;
}

.logo {
  width: 60%;
  margin-left: 2%;
  margin-right: 2%;
}

.popup-container {
  z-index: 1000;
  background-color: #000000bf;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
  transform: translate(0, 100%);
}

.popup-container.cookies_consent_banner {
  z-index: 10000;
  background-color: #161616db;
  display: flex;
  transform: none;
}

.popup-container.hide {
  z-index: -1000;
}

.popup-subtitle {
  color: #000;
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 125%;
}

.popup-header {
  color: #000;
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
  font-size: 38px;
  font-weight: 700;
  line-height: 125%;
}

.popup-button {
  border: 3px solid var(--brown);
  color: var(--brown);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 15px 30px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
}

.popup-button:hover {
  background-color: var(--brown);
  color: #fff;
}

.popup-button.lsj {
  border-color: var(--dark-slate-grey);
  color: var(--dark-slate-grey);
}

.popup-button.lsj:hover {
  background-color: var(--dark-slate-grey);
  color: #fff;
}

.div-50-popup {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  line-height: 125%;
  display: flex;
}

.div-50-popup.first {
  border-right: 1px solid #0d2140;
}

.popup-heading {
  color: var(--brown);
  margin-bottom: 15px;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.4em;
}

.popup-heading.lsj {
  color: var(--dark-slate-grey);
}

.close-black {
  float: right;
}

.close-black.close {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: invert(30%);
  flex-direction: row;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-right: 0;
  padding: 20px;
  text-decoration: underline;
  transition: color .2s;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.div-popup {
  background-color: #fff;
  border-radius: 4px;
  flex-flow: wrap;
  align-items: flex-start;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 30px;
  display: flex;
  box-shadow: 0 0 100px #00000069;
}

.section-blogue {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 60px 2rem;
  display: flex;
  position: relative;
}

.blogue-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blogue-article-info {
  background-color: var(--white-smoke);
  text-align: left;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
}

.blogue-heading {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
  transition: color .2s;
}

.blogue-heading:hover {
  color: var(--brown);
}

.blogue-heading.lac:hover {
  color: var(--steel-blue);
}

.blogue-date {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}

.blogue-excerpt {
  font-weight: 300;
  line-height: 23px;
}

.blogue-article-container {
  color: var(--black-2);
  border-radius: 20px;
  flex-direction: column;
  width: 32%;
  margin-bottom: 30px;
  margin-right: 15px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.div-article-photo {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  overflow: hidden;
}

.section-blogue-listing {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 129px 2rem 60px;
  display: flex;
}

.heading-article {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
}

.article-container {
  text-align: left;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
}

.div-presentation {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-presentation-container {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 100px 6% 50px;
  display: flex;
}

.div-presentation-logo {
  width: 40%;
}

.div-apropos-container {
  color: var(--black-2);
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.div-apropos-container.full-flex {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}

.div-apropos-container.new {
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
}

.div-partenaire-container {
  background-color: #fff;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 50px;
  padding-top: 100px;
  padding-bottom: 50px;
  display: flex;
}

.div-partenaire-container.vertical {
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.div-partenaire-container.logo {
  padding-top: 0;
  padding-bottom: 0;
}

.link-partenaire {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 14%;
  margin: 20px 20px 30px;
  transition: opacity .3s;
  display: flex;
}

.link-partenaire:hover {
  opacity: .75;
}

.link-partenaire.full {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.blogue-header {
  flex-direction: column;
  width: 60%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blogue-header-photo {
  border-radius: 5px;
  overflow: hidden;
}

.blogue-header-title {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  padding-left: 0;
  display: flex;
}

.link-retour {
  color: var(--black-2);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 700;
  text-decoration: underline;
}

.apropos {
  border-radius: 20px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0%;
}

.popup-lieu {
  margin-bottom: 15px;
}

.link-presentation {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  transition: opacity .3s;
  display: flex;
}

.link-presentation:hover {
  opacity: .75;
}

.section-nouveau {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.nouveau-container {
  grid-column-gap: 2rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nouveau-block {
  border-radius: 20px;
  flex: 1;
  width: 33.3333%;
  position: relative;
  overflow: hidden;
}

.div-nouveau-overlay {
  background-color: #231f20bf;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0;
}

.div-nouveau-overlay.hidden {
  opacity: 0;
}

.div-nouveau-contenu {
  color: #fff;
  text-align: left;
  max-height: 90%;
  padding-right: 15px;
  font-size: 16px;
  overflow: auto;
}

.div-nouveau-contenu.hidden {
  opacity: 0;
  transform: translate(0, 100px);
}

.nouveau-image {
  width: 100%;
}

.hero-date {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  max-width: 400px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.hero-date.top {
  max-width: none;
  margin-top: 40px;
  margin-bottom: 40px;
}

.hero-date.bottom {
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.hero-date.bottom a {
  color: #fff;
}

.hero-date.full {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.heading-nouveau {
  font-size: 30px;
  line-height: 125%;
}

.merci-heading {
  margin-bottom: 15px;
  font-size: 50px;
  line-height: 125%;
}

.div-new {
  text-align: center;
}

.bot-field {
  display: none;
}

.div-overlay-dark {
  z-index: 1;
  opacity: .59;
  background-color: #00000080;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px 5%;
  display: flex;
  position: absolute;
  overflow: visible;
}

.div-overlay-dark.lac {
  background-image: linear-gradient(#008babb3, #008babb3), radial-gradient(circle, #fff0 50%, #0003);
}

.link-youtube {
  color: #fff;
  flex: 0 auto;
  width: 23%;
  margin-bottom: 30px;
  margin-left: 11px;
  margin-right: 11px;
  font-size: 16px;
  text-decoration: none;
}

.div-temoignagnes-new {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.titre-video {
  margin-top: 10px;
}

.demi-photo {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 40%;
  display: flex;
}

.preloader {
  display: none;
}

.text-16px {
  color: var(--black-2);
  flex: none;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 500;
}

.text-16px.sponsor {
  flex: 0 auto;
  width: 100%;
}

.intro {
  margin-bottom: 40px;
  font-size: 3vmin;
  font-style: italic;
  line-height: 1.5;
}

.heading-13 {
  margin-bottom: 40px;
  font-size: 4.25vmin;
  font-weight: 400;
  line-height: 1.3;
}

.text-intro {
  z-index: 2002;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.text-intro.bottom {
  width: 70vw;
}

.image-background {
  filter: none;
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 0%;
  overflow: visible;
}

.image-background.temporaire {
  filter: none;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
  inset: 0%;
}

.logo-partenaire {
  object-fit: contain;
  width: 300px;
  height: 100%;
  max-height: 170px;
  margin-top: auto;
}

.logo-partenaire.smaller {
  width: auto;
  min-width: 140px;
  max-width: 240px;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  overflow: hidden;
}

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

.slide-gallery {
  height: 100%;
}

.slider-gallery {
  height: 100%;
  max-height: 800px;
}

.div-slider-gallery {
  color: #fff;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  max-width: 1080px;
  height: 800px;
  display: flex;
}

.slider-logo {
  width: 90vw;
  height: auto;
}

.mask-logo {
  grid-column-gap: 20px;
  flex-flow: row;
  height: auto;
  display: flex;
  overflow: visible;
}

.slide-logo {
  flex: 1;
  min-width: 250px;
}

.hide {
  display: none;
}

.logo_component-slider {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 2200px;
  display: flex;
}

.logo-slider-img {
  object-fit: contain;
  max-width: 150px;
}

.full-image {
  width: 100%;
}

.trusted-by-swiper {
  width: 100%;
  display: flex;
  overflow: visible;
}

.swiper-wrapper {
  flex: none;
  display: block;
}

.swiper-wrapper.trusted-by-list {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.swiper-slide {
  flex: none;
}

.swiper-slide.trusted-by-item {
  flex: none;
  justify-content: center;
  align-items: center;
  height: 60px;
  display: flex;
  overflow: visible;
}

.trusted-by-item-content {
  justify-content: center;
  align-items: stretch;
  max-height: 100px;
  padding: 0;
  display: flex;
}

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

.cw-cookieforwebflow {
  z-index: 3000;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding: 1vw;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.cw-cookieforwebflow.cookie-wrapper {
  color: #fff;
  padding: 0;
  font-size: 85%;
  line-height: 1.5;
  display: flex;
  position: fixed;
}

.card-cookie {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  text-align: left;
  background-color: #ffffffb5;
  border-top: 1px solid #ffffffde;
  border-left: 1px solid #00000040;
  border-right: 1px solid #0000003d;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 98vw;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 19px 2vw 1.5vw;
  display: flex;
  box-shadow: 0 2px 10px #0003;
}

.txt-cookie {
  flex: 1;
}

._w-btn-goole {
  border-radius: 3px;
  justify-content: flex-end;
  padding-left: 28px;
  padding-right: 28px;
  display: flex;
}

.btn-google {
  color: var(--black);
  background-color: #cfb68a;
  border-radius: 3px;
  height: 36px;
  margin-left: 8px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
}

.btn-google:hover {
  background-color: var(--black);
  color: #fff;
}

.video {
  filter: none;
  width: 100%;
  height: 87vh;
  position: relative;
  bottom: 0%;
  overflow: visible;
}

.video.temporaire {
  filter: none;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
  inset: 0%;
}

.video-hero {
  filter: none;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0%;
  overflow: visible;
}

.video-hero.temporaire {
  filter: none;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
  inset: 0%;
}

.video-overlay {
  background-color: #007e8fcc;
  width: 100%;
  height: 100%;
}

html.w-mod-js [data-ix="popup-appear"] {
  transform: translate(0, 100%);
}

@media screen and (max-width: 991px) {
  .section-hero {
    flex-wrap: wrap;
  }

  .hero-text {
    padding-bottom: 40px;
  }

  .hero-text.temp {
    justify-content: center;
    margin-top: 0;
    padding-top: 0;
    inset: 0% 0% auto;
  }

  .hero-text.dual {
    width: 50%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-logo {
    max-width: 450px;
    margin-bottom: 10px;
  }

  .hero-logo.new {
    width: 100%;
    max-width: none;
  }

  .nav-link {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 16px;
  }

  .nav-link:hover, .nav-link.w--current, .nav-link.w--current:hover, .nav-link.dropdown:hover {
    color: var(--brown);
  }

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

  .div-apropos-info {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .hero-info {
    text-align: left;
    font-size: 20px;
  }

  .bold-text-4 {
    font-size: 14px;
  }

  .section-plan {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-plan {
    width: 100%;
  }

  .hero-slogan-text {
    margin-bottom: 10px;
  }

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

  .section-footer {
    align-items: center;
  }

  .div-contact-25 {
    width: 50%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .div-contact-25.infolettre {
    width: 75%;
  }

  .div-contact-50 {
    width: 100%;
  }

  .div-contain-contact {
    align-items: flex-start;
    margin-bottom: 30px;
  }

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

  .div-admission {
    width: 100%;
  }

  .button {
    margin-bottom: 40px;
    font-size: 14px;
  }

  .icon {
    z-index: 10000001;
    font-size: 40px;
    position: relative;
  }

  .menu-button {
    opacity: 1;
    color: #fff;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    position: relative;
  }

  .menu-button.w--open {
    background-color: var(--maroon);
    color: #fff;
  }

  .div-form-contact {
    width: 80%;
  }

  .div-contenu-footer {
    flex-direction: column;
    align-items: center;
  }

  .text-block-13 {
    text-align: left;
    font-size: 25px;
  }

  .div-adresse {
    width: 40%;
  }

  .footer-h3 {
    margin-left: 0%;
  }

  .map.map-2 {
    width: 60%;
  }

  .section-guide {
    flex-direction: column-reverse;
  }

  .paragraph-6 {
    font-size: 16px;
    line-height: 24px;
  }

  .div-guide {
    transform-origin: 50% 0;
    margin-bottom: 0;
    padding-top: 20px;
  }

  .div-heures {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .div-info {
    flex-wrap: nowrap;
    flex: 1;
    align-items: center;
    height: auto;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .nav-menu {
    background-color: var(--black-2);
    display: flex;
  }

  .div-guide-plan {
    padding-bottom: 129px;
  }

  .div-menu {
    padding-right: 0%;
  }

  .div-menu.lac {
    padding-right: 0%;
    position: relative;
  }

  .link-block {
    margin-bottom: 1px;
    margin-left: auto;
    margin-right: 13px;
  }

  .section-photos {
    flex-flow: wrap;
  }

  .div-container {
    flex-flow: wrap;
    align-items: stretch;
  }

  .div-block-photo {
    flex-shrink: 0;
    flex-basis: 25%;
  }

  .div-block-photo.new {
    flex-basis: 33%;
  }

  .menu-dropdown {
    background-color: #000;
    transition: color .2s;
  }

  .menu-dropdown:hover {
    color: var(--brown);
  }

  .sections-photos-new {
    flex-wrap: wrap;
  }

  .block-exposant {
    flex-basis: 48%;
    margin-left: 4px;
    margin-right: 4px;
  }

  .div-adresse-lieu {
    width: 40%;
    padding-left: 31px;
    padding-right: 31px;
    line-height: 23px;
  }

  .t {
    text-align: left;
    font-size: 20px;
  }

  .div-sponsor-float {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 125px;
    height: auto;
    margin-left: 20px;
  }

  .sponsor-white {
    flex: none;
    margin-top: 5px;
    margin-right: 6px;
    padding-top: 0%;
  }

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

  .logos-container.vertical {
    justify-content: space-between;
    width: 80vw;
    height: 100%;
    padding-top: 43px;
  }

  .logo {
    width: 40%;
    margin-bottom: 30px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .popup-container {
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    inset: 0;
  }

  .close-black {
    cursor: pointer;
  }

  .div-popup {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blogue-article-container {
    width: 47%;
  }

  .section-blogue-listing {
    padding-left: 10%;
    padding-right: 10%;
  }

  .heading-article {
    font-size: 40px;
  }

  .article-container {
    width: 100%;
  }

  .div-apropos-container {
    flex-direction: column;
  }

  .div-partenaire-container.logo {
    order: 0;
  }

  .link-partenaire {
    width: 23%;
  }

  .blogue-header {
    width: 100%;
  }

  .link-retour {
    margin-top: 0;
  }

  .nouveau-block {
    width: 100%;
  }

  .div-nouveau-overlay.hidden {
    opacity: 1;
  }

  .link-youtube {
    width: 30%;
    margin-left: 9px;
    margin-right: 9px;
  }

  .demi-photo {
    width: auto;
  }

  .intro {
    margin-bottom: 16px;
    font-size: 4vmin;
  }

  .heading-13 {
    margin-bottom: 25px;
    font-size: 4.5vmin;
    line-height: 1.3;
  }

  .text-intro {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .logo-partenaire {
    width: auto;
  }

  .div-slider-gallery {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .logo-slider-img {
    width: 174px;
  }

  .card-cookie {
    flex-direction: column;
    max-width: 80vw;
  }

  .txt-cookie {
    margin-bottom: 11px;
  }
}

@media screen and (max-width: 767px) {
  .section-hero.dual {
    align-content: flex-start;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

  .hero-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-text.dual {
    border-bottom: 1px solid #fff3;
    flex-flow: column wrap;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .image-2.temporaire {
    object-fit: cover;
    object-position: 100% 0%;
  }

  .hero-logo.new {
    width: 40%;
  }

  .div-plan {
    padding-top: 50px;
  }

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

  .icon {
    color: #fff;
    font-size: 30px;
  }

  .menu-button.w--open {
    height: 100%;
    padding-top: 15px;
  }

  .argument {
    width: 100%;
  }

  .div-galerie {
    column-count: 2;
  }

  .section-partenaire {
    padding-top: 50px;
  }

  .div-sponsor {
    align-items: center;
    width: 50%;
    height: auto;
    margin-top: 30px;
    padding-left: 0;
  }

  .div-heures, .div-info {
    width: 100%;
  }

  .div-menu {
    align-items: center;
  }

  .link-block {
    margin-right: 8px;
  }

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

  .body {
    font-size: 14px;
  }

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

  .div-adresse-lieu {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-size: 16px;
  }

  .logos-container.vertical {
    width: 80vw;
    padding-top: 30px;
  }

  .logo {
    width: 40%;
  }

  .popup-subtitle {
    font-size: 18px;
  }

  .popup-header {
    font-size: 30px;
  }

  .div-50-popup {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .popup-heading {
    font-size: 24px;
  }

  .section-blogue {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .blogue-heading {
    font-size: 24px;
  }

  .blogue-excerpt {
    line-height: 140%;
  }

  .blogue-article-container {
    width: 100%;
    margin-right: 0;
  }

  .section-blogue-listing {
    padding-left: 6%;
    padding-right: 6%;
  }

  .article-container {
    padding-top: 0;
  }

  .div-presentation-container {
    flex-flow: wrap;
    padding-top: 50px;
  }

  .div-presentation-logo {
    width: 60%;
  }

  .div-partenaire-container {
    justify-content: space-around;
  }

  .div-partenaire-container.vertical {
    flex-direction: column;
  }

  .link-partenaire {
    width: 31%;
  }

  .blogue-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .blogue-header-photo {
    width: 100%;
    margin-bottom: 30px;
  }

  .blogue-header-title {
    width: 100%;
    padding-left: 0;
  }

  .apropos {
    width: 100%;
  }

  .link-presentation {
    margin-bottom: 20px;
  }

  .section-nouveau {
    padding-top: 50px;
  }

  .hero-date {
    width: 60%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .hero-date.bottom {
    width: auto;
  }

  .div-new {
    flex: none;
    width: 100%;
  }

  .link-youtube {
    width: 48%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-temoignagnes-new {
    justify-content: space-between;
  }

  .intro {
    margin-bottom: 10px;
    font-size: 5vmin;
  }

  .heading-13 {
    font-size: 6vmin;
  }

  .text-intro {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-intro.bottom {
    width: 90vw;
  }

  .image-background {
    height: 110%;
    inset: 0%;
  }

  .image-background.temporaire {
    object-fit: cover;
    object-position: 100% 0%;
  }

  .logo-partenaire {
    width: auto;
  }

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

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-slider-img {
    width: 125px;
  }

  .swiper-slide.trusted-by-item {
    width: 120px;
    height: 35px;
  }

  .trusted-by-item-content {
    padding: 9px 18px;
  }

  ._w-btn-goole {
    margin-top: 10px;
  }

  .video.temporaire {
    object-fit: cover;
    object-position: 100% 0%;
  }

  .video-hero {
    height: 110%;
    inset: 0%;
  }

  .video-hero.temporaire {
    object-fit: cover;
    object-position: 100% 0%;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .section-hero.dual {
    align-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 20px;
    padding-right: 0;
    position: fixed;
  }

  .section-hero.hide {
    display: none;
  }

  .hero-text {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    transform: scale(.91);
  }

  .hero-text.temp {
    text-align: center;
  }

  .hero-text.dual {
    border-bottom: 1px solid #fff3;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .image-2 {
    object-fit: cover;
    min-height: 600px;
  }

  .image-2.temporaire {
    object-position: 80% 0%;
  }

  .hero-logo {
    width: 100%;
  }

  .hero-logo.new {
    width: 90%;
  }

  .hero-menu {
    flex-wrap: nowrap;
    place-content: flex-start center;
    align-items: center;
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
  }

  .section-apropos {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .div-apropos-info {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-slogan-text {
    margin-bottom: 50px;
  }

  .hero-slogan {
    letter-spacing: 10px;
    font-size: 20px;
    line-height: 20px;
  }

  .section-contact {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-footer {
    align-items: center;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 50px;
  }

  .footer-droits, .footer-bauhem {
    font-size: 14px;
  }

  .div-contact-25.infolettre {
    width: 100%;
  }

  .div-contact {
    width: 100%;
    margin-bottom: 30px;
  }

  .div-contain-contact {
    flex-direction: column;
    align-items: center;
  }

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

  .button {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon {
    color: #fff;
    font-size: 30px;
  }

  .menu-button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-form-contact, .form-block-2 {
    width: 90%;
  }

  .heading-9 {
    text-align: center;
  }

  .section-partenaires, .section-video {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .div-galerie {
    column-count: 1;
  }

  .details-h3 {
    font-size: 26px;
    line-height: 30px;
  }

  .section-guide {
    flex-direction: column-reverse;
    padding-top: 60px;
    overflow: hidden;
  }

  .titre3 {
    font-size: 30px;
    line-height: 36px;
  }

  .paragraph-6 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-guide {
    transform-origin: 50% 0;
    margin-bottom: 30px;
    transform: scale(1.3);
  }

  .paragraph-7 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-temoignagnes, .div-sponsor {
    width: 100%;
  }

  .div-heures {
    padding: 50px 20px;
    display: block;
  }

  .div-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-guide-plan {
    justify-content: flex-start;
    padding-bottom: 50px;
  }

  .div-menu-edition {
    justify-content: center;
    height: auto;
  }

  .div-lien-edition-sag {
    text-align: center;
    width: 50%;
    padding: 10px;
  }

  .div-lien-edition-sag.w--current {
    padding-left: 14px;
    padding-right: 14px;
  }

  .text-edition {
    font-size: 12px;
    line-height: 150%;
  }

  .link-block {
    margin-right: 1px;
  }

  .div-container.new.lac {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-photo {
    flex-basis: 50%;
  }

  .heading-12 {
    text-align: center;
    font-size: 26px;
    line-height: 30px;
  }

  .block-exposant {
    flex-basis: 100%;
  }

  .div-adresse-lieu {
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 16px;
  }

  .logos-container.vertical {
    justify-content: space-around;
    width: 98%;
    padding-top: 9px;
  }

  .logo {
    order: -1;
    width: 100%;
    margin-bottom: 0;
  }

  .popup-container {
    padding-left: 10px;
    padding-right: 10px;
    overflow: auto;
  }

  .popup-container.cookies_consent_banner {
    display: none;
    transform: translate(0, 100%);
  }

  .popup-subtitle {
    width: 90%;
    margin-bottom: 30px;
    display: none;
  }

  .popup-header {
    width: 90%;
    display: none;
  }

  .popup-button {
    margin-top: 10px;
    padding: 5px 10px;
  }

  .div-50-popup {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-50-popup.first {
    border-bottom: 1px solid #0d2140;
    border-right-style: none;
    padding-bottom: 15px;
  }

  .popup-heading {
    margin-bottom: 10px;
  }

  .div-popup {
    flex-direction: column;
    align-items: center;
    padding: 39px 15px 15px;
    position: relative;
  }

  .section-blogue {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .blogue-article-info {
    padding: 20px;
  }

  .div-article-photo {
    flex-direction: column;
    align-self: stretch;
    display: flex;
  }

  .section-blogue-listing {
    padding-top: 125px;
  }

  .div-presentation-logo {
    width: 100%;
  }

  .link-partenaire {
    width: 48%;
  }

  .hero-date {
    width: 100%;
    max-width: 300px;
    font-size: 16px;
    line-height: 21px;
  }

  .hero-date.top {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .hero-date.bottom {
    font-size: 12px;
    line-height: 17px;
  }

  .hero-date.bottom h3 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .link-youtube, .div-temoignagnes-new {
    width: 100%;
  }

  .intro {
    margin-bottom: 49px;
    font-size: 6vmin;
  }

  .heading-13 {
    margin-bottom: 20px;
    font-size: 7vmin;
  }

  .text-intro {
    flex: 0 auto;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .text-intro.bottom {
    margin-top: 0;
  }

  .image-background {
    height: 115%;
    position: fixed;
    inset: 0%;
  }

  .image-background.temporaire {
    object-position: 80% 0%;
  }

  .div-slider-gallery {
    height: 500px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: none;
  }

  .logo-slider-img {
    width: auto;
    min-width: 150px;
  }

  .full-image {
    width: 100%;
  }

  .swiper-wrapper.trusted-by-list {
    grid-column-gap: 20px;
  }

  .swiper-slide.trusted-by-item {
    width: auto;
    height: 100px;
  }

  .trusted-by-item-content {
    height: 100%;
    max-height: none;
  }

  .cw-cookieforwebflow.cookie-wrapper {
    z-index: 20000;
  }

  .card-cookie {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 96vw;
    padding: 4vw 3vw 4vw 5vw;
  }

  .txt-cookie {
    margin-bottom: 0;
  }

  ._w-btn-goole {
    flex: 1;
    margin-top: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .video {
    object-fit: cover;
    min-height: 600px;
  }

  .video.temporaire {
    object-position: 80% 0%;
  }

  .video-hero {
    height: 115%;
    position: fixed;
    inset: 0%;
  }

  .video-hero.temporaire {
    object-position: 80% 0%;
  }
}

#w-node-a81aa39a-aa66-74bd-7a0d-aeac1acf9d19-b76617f7 {
  grid-area: 1 / 1 / 2 / 2;
}


