@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@font-face {
  font-family: "BDScript-Bold";
  src: url("../fonts/BDScript-Bold.eot");
  src: url("../fonts/BDScript-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BDScript-Bold.otf") format("otf"), url("../fonts/BDScript-Bold.ttf") format("truetype"), url("../fonts/BDScript-Bold.woff") format("woff"), url("../fonts/BDScript-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "BeautifullyDelicious";
  src: url("../fonts/BeautifullyDelicious.eot");
  src: url("../fonts/BeautifullyDelicious.eot?#iefix") format("embedded-opentype"), url("../fonts/BeautifullyDelicious.otf") format("otf"), url("../fonts/BeautifullyDelicious.ttf") format("truetype"), url("../fonts/BeautifullyDelicious.woff") format("woff"), url("../fonts/BeautifullyDelicious.woff2") format("woff2");
}
body {
  margin: 0;
}

section {
  box-sizing: border-box;
}

.main-page-AB {
  text-align: center;
  overflow: hidden;
  background: #FFFAF4;
  color: #644F44;
  box-sizing: border-box;
  font-family: "Cormorant Garamond", sans-serif;
  max-width: 1920px;
  margin: 0 auto;
}

.main-page-AB * {
  line-height: normal;
}

.main-page-AB img {
  width: 100%;
  margin: 0 auto;
}

.main-page-AB p {
  margin: 0;
}

.br-mob {
  display: block;
}
@media (min-width: 960px) {
  .br-mob {
    display: none;
  }
}

.br-desk {
  display: none;
}
@media (min-width: 960px) {
  .br-desk {
    display: block;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none !important;
}

.swiper-button-next,
.swiper-button-prev {
  background: none !important;
  width: 40px;
  height: 40px;
  top: 25% !important;
}
@media (min-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 50px;
    height: 50px;
    top: 50% !important;
  }
}
.swiper-button-next > img,
.swiper-button-prev > img {
  display: block;
  width: 15px;
}
@media (min-width: 768px) {
  .swiper-button-next > img,
  .swiper-button-prev > img {
    width: 22px;
  }
}

.topnav {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #B3C8DB;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-family: "Cormorant Garamond";
}
@media (min-width: 960px) {
  .topnav {
    padding: 0 50px;
  }
}

#home_link {
  flex-grow: 1;
}
#home_link > p {
  color: white;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 25px;
  line-height: 20px;
  margin: 0;
}
#home_link > p > span {
  color: #644F44;
  font-family: "BDScript-Bold";
  font-size: 45px;
  line-height: 20px;
  margin: 0 9px 0 3px;
  position: relative;
  top: -2px;
}

@media (min-width: 768px) {
  #links {
    display: flex;
  }
}

#topnav_menu .searchForm,
.topnav_main_link {
  display: block;
  padding: 16px;
}

.topnav_main_link {
  color: white;
  text-decoration: none !important;
}

.topnav_main_link:hover {
  color: #644F44;
  text-decoration: none;
}

.topnav_main_link:active {
  color: white;
}

.topnav_menu_link {
  font-size: 1.3em;
}

#topnav_menu {
  display: none;
}

#root {
  position: relative;
  overflow-x: hidden;
}

#topnav_responsive_menu {
  display: block;
  position: absolute;
  margin: 0;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  transform-origin: 0% 0%;
  transform: translate(200%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#topnav_responsive_menu ul {
  display: flex;
  flex-direction: column;
  position: absolute;
  margin: 0;
  right: 0;
  top: 0;
  min-width: 50vw;
  padding: 60px 0 17px;
  text-align: center;
  background: #95ADC2;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
}

#topnav_responsive_menu li {
  padding: 12px 18px 12px 21px;
}

#topnav_responsive_menu .searchForm,
#topnav_responsive_menu a {
  white-space: nowrap;
  color: white;
  text-decoration: none;
  font-size: 18px;
}

#topnav_responsive_menu.open {
  transform: none;
  position: fixed;
}

#topnav_hamburger_icon {
  display: block;
  position: relative;
  margin: 16px;
  width: 33px;
  height: 28px;
  z-index: 100;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  cursor: pointer;
  transform: scale(0.85);
}

#topnav_hamburger_icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  margin-bottom: 5px;
  background: white;
  border-radius: 3px;
  z-index: 100;
  opacity: 1;
  left: 0;
  transform: rotate(0);
  transition: 0.25s ease-in-out;
}

#topnav_hamburger_icon span:nth-child(1) {
  top: 0;
  transform-origin: left top;
}

#topnav_hamburger_icon span:nth-child(2) {
  top: 12px;
  transform-origin: left center;
}

#topnav_hamburger_icon span:nth-child(3) {
  top: 24px;
  transform-origin: left bottom;
}

#topnav_hamburger_icon.open span {
  background: white;
}

#topnav_hamburger_icon.open span:nth-child(1) {
  width: 110%;
  transform: rotate(45deg);
}

#topnav_hamburger_icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#topnav_hamburger_icon.open span:nth-child(3) {
  width: 110%;
  transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .topnav {
    margin: auto;
    height: 57px;
  }
  #topnav_menu {
    display: block;
  }
  #topnav_hamburger_icon,
  #topnav_responsive_menu {
    display: none;
  }
}
.AB-bloc-header {
  height: 100vh;
  padding-top: 15%;
}
@media (min-width: 960px) {
  .AB-bloc-header {
    padding-top: 5%;
  }
}
@media (min-width: 1850px) {
  .AB-bloc-header {
    padding-top: 2.5%;
  }
}
.AB-bloc-header > .AB-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 960px) {
  .AB-bloc-header > .AB-container {
    flex-direction: row;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1280px) {
  .AB-bloc-header > .AB-container {
    width: 90%;
  }
}
@media (min-width: 1850px) {
  .AB-bloc-header > .AB-container {
    width: 80%;
  }
}
.AB-bloc-header > .AB-container > div:first-child {
  width: 80%;
  max-width: 350px;
  margin: -35px auto 20px auto;
}
@media (min-width: 768px) {
  .AB-bloc-header > .AB-container > div:first-child {
    max-width: 500px;
  }
}
@media (min-width: 960px) {
  .AB-bloc-header > .AB-container > div:first-child {
    margin: 0;
    width: 40%;
    max-width: unset;
  }
}
@media (min-width: 1280px) {
  .AB-bloc-header > .AB-container > div:first-child {
    width: 45%;
  }
}
@media (min-width: 1850px) {
  .AB-bloc-header > .AB-container > div:first-child {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .AB-bloc-header > .AB-container > div:nth-child(2) {
    width: 50%;
    margin-left: -5%;
    margin-right: 5%;
  }
}
.AB-bloc-header > .AB-container > div:nth-child(2) > p:first-child {
  font-size: 55px;
  font-weight: 700;
  color: #95ADC2;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .AB-bloc-header > .AB-container > div:nth-child(2) > p:first-child {
    font-size: 95px;
  }
}
@media (min-width: 960px) {
  .AB-bloc-header > .AB-container > div:nth-child(2) > p:first-child {
    font-size: 85px;
  }
}
@media (min-width: 1280px) {
  .AB-bloc-header > .AB-container > div:nth-child(2) > p:first-child {
    font-size: 95px;
  }
}
@media (min-width: 1850px) {
  .AB-bloc-header > .AB-container > div:nth-child(2) > p:first-child {
    font-size: 125px;
  }
}
.AB-bloc-header > .AB-container > div:nth-child(2) > p:first-child > span {
  font-family: "BDScript-Bold";
  color: #644F44;
  font-weight: 100;
  position: relative;
  top: -5px;
  margin-right: 3px;
}
.AB-bloc-header > .AB-container > div:nth-child(2) > p:nth-child(2) {
  font-size: 30px;
  font-weight: 500;
  color: #644F44;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .AB-bloc-header > .AB-container > div:nth-child(2) > p:nth-child(2) {
    font-size: 45px;
  }
}
@media (min-width: 960px) {
  .AB-bloc-header > .AB-container > div:nth-child(2) > p:nth-child(2) {
    font-size: 40px;
  }
}
@media (min-width: 1280px) {
  .AB-bloc-header > .AB-container > div:nth-child(2) > p:nth-child(2) {
    font-size: 50px;
  }
}
@media (min-width: 1850px) {
  .AB-bloc-header > .AB-container > div:nth-child(2) > p:nth-child(2) {
    font-size: 55px;
  }
}

.AB-bloc-notre-histoire > .AB-container {
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .AB-bloc-notre-histoire > .AB-container {
    max-width: 650px;
  }
}
@media (min-width: 960px) {
  .AB-bloc-notre-histoire > .AB-container {
    max-width: unset;
    display: flex;
    width: 90%;
    max-width: 1600px;
    padding-top: 50px;
    align-items: center;
  }
}
@media (min-width: 960px) {
  .AB-bloc-notre-histoire > .AB-container > div:first-child {
    width: 60%;
  }
}
.AB-bloc-notre-histoire > .AB-container > div:first-child > p:first-child {
  font-weight: 700;
  font-size: 45px;
  color: #95ADC2;
  line-height: 100%;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .AB-bloc-notre-histoire > .AB-container > div:first-child > p:first-child {
    font-size: 65px;
  }
}
@media (min-width: 960px) {
  .AB-bloc-notre-histoire > .AB-container > div:first-child > p:first-child {
    text-align: left;
    font-size: 60px;
    margin-left: 15px;
  }
}
@media (min-width: 1850px) {
  .AB-bloc-notre-histoire > .AB-container > div:first-child > p:first-child {
    font-size: 75px;
  }
}
.AB-bloc-notre-histoire > .AB-container > div:first-child > ul {
  margin-bottom: 20px;
}
.AB-bloc-notre-histoire > .AB-container > div:first-child > ul > li {
  text-align: left;
  font-size: 17px;
  padding-right: 25px;
}
@media (min-width: 768px) {
  .AB-bloc-notre-histoire > .AB-container > div:first-child > ul > li {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  .AB-bloc-notre-histoire > .AB-container > div:first-child > ul > li {
    font-size: 17px;
  }
}
@media (min-width: 1280px) {
  .AB-bloc-notre-histoire > .AB-container > div:first-child > ul > li {
    font-size: 19px;
  }
}
@media (min-width: 1850px) {
  .AB-bloc-notre-histoire > .AB-container > div:first-child > ul > li {
    font-size: 22px;
  }
}
.AB-bloc-notre-histoire > .AB-container > div:first-child > ul > li:not(:last-of-type) {
  margin-bottom: 7px;
}
.AB-bloc-notre-histoire > .AB-container > div:first-child > ul > li > span {
  font-weight: 700;
}
.AB-bloc-notre-histoire > .AB-container > div:first-child > div:nth-child(3) {
  width: 75%;
  margin: 0 auto 15px auto;
}
.AB-bloc-notre-histoire > .AB-container > div:first-child > div:nth-child(3) > img {
  display: block;
}
.AB-bloc-notre-histoire > .AB-container > div:first-child > p:nth-child(4) {
  font-size: 20px;
  padding: 0 25px;
}
@media (min-width: 768px) {
  .AB-bloc-notre-histoire > .AB-container > div:first-child > p:nth-child(4) {
    font-size: 24px;
  }
}
@media (min-width: 960px) {
  .AB-bloc-notre-histoire > .AB-container > div:first-child > p:nth-child(4) {
    margin-left: -5px;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .AB-bloc-notre-histoire > .AB-container > div:first-child > p:nth-child(4) {
    font-size: 21px;
  }
}
@media (min-width: 1850px) {
  .AB-bloc-notre-histoire > .AB-container > div:first-child > p:nth-child(4) {
    font-size: 25px;
  }
}
.AB-bloc-notre-histoire > .AB-container > div:first-child > p:nth-child(4) > span {
  font-weight: 700;
}
@media (min-width: 960px) {
  .AB-bloc-notre-histoire > .AB-container > div:nth-child(2) {
    width: 40%;
    margin-bottom: -8%;
  }
}
@media (min-width: 1280px) {
  .AB-bloc-notre-histoire > .AB-container > div:nth-child(2) {
    margin-bottom: -5%;
  }
}

.AB-bloc-love {
  padding-top: 60px;
}
@media (min-width: 960px) {
  .AB-bloc-love {
    padding-top: 100px;
  }
}
@media (min-width: 1850px) {
  .AB-bloc-love {
    padding-top: 150px;
  }
}
.AB-bloc-love > .AB-container > hr {
  width: 250px;
  height: 3px;
  margin: 0 auto 60px auto;
  background-color: #95ADC2;
  border-radius: 50px;
  border: none;
}
@media (min-width: 768px) {
  .AB-bloc-love > .AB-container > hr {
    background-color: transparent;
  }
}
.AB-bloc-love > .AB-container > img {
  display: block;
  width: 80%;
  margin: 0 auto;
  border-radius: 35%;
}
@media (min-width: 768px) {
  .AB-bloc-love > .AB-container > img {
    width: 70%;
  }
}
@media (min-width: 960px) {
  .AB-bloc-love > .AB-container > img {
    width: 45%;
    border-radius: 100%;
    max-width: 600px;
  }
}

.AB-bloc-timer {
  padding-top: 50px;
}
.AB-bloc-timer > .AB-container > p:first-child {
  font-size: 45px;
  font-weight: 700;
  color: #95ADC2;
  line-height: 100%;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .AB-bloc-timer > .AB-container > p:first-child {
    font-size: 65px;
  }
}
@media (min-width: 960px) {
  .AB-bloc-timer > .AB-container > p:first-child {
    font-size: 60px;
    margin-bottom: 45px;
  }
}
@media (min-width: 1850px) {
  .AB-bloc-timer > .AB-container > p:first-child {
    font-size: 75px;
  }
}
@media (min-width: 768px) {
  .AB-bloc-timer > .AB-container > p:first-child > br {
    display: none;
  }
}
.AB-bloc-timer > .AB-container > #time {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .AB-bloc-timer > .AB-container > #time {
    gap: 30px;
  }
}
@media (min-width: 1280px) {
  .AB-bloc-timer > .AB-container > #time {
    gap: 65px;
  }
}
.AB-bloc-timer > .AB-container > #time > .circle {
  position: relative;
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .AB-bloc-timer > .AB-container > #time > .circle {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 1280px) {
  .AB-bloc-timer > .AB-container > #time > .circle {
    width: 200px;
    height: 200px;
  }
}
.AB-bloc-timer > .AB-container > #time > .circle > .dots {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 10;
}
.AB-bloc-timer > .AB-container > #time > .circle > .dots::before {
  content: "";
  position: absolute;
  top: 1px;
  width: 10px;
  height: 10px;
  background: #95ADC2;
  border-radius: 50%;
  box-shadow: 0 0 20px #95ADC2, 0 0 60px #95ADC2;
}
@media (min-width: 768px) {
  .AB-bloc-timer > .AB-container > #time > .circle > .dots::before {
    top: -2px;
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 1280px) {
  .AB-bloc-timer > .AB-container > #time > .circle > .dots::before {
    top: -3px;
  }
}
.AB-bloc-timer > .AB-container > #time > .circle > svg {
  position: relative;
  width: 75px;
  height: 75px;
  transform: rotate(270deg);
}
@media (min-width: 768px) {
  .AB-bloc-timer > .AB-container > #time > .circle > svg {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 1280px) {
  .AB-bloc-timer > .AB-container > #time > .circle > svg {
    width: 200px;
    height: 200px;
  }
}
.AB-bloc-timer > .AB-container > #time > .circle > svg > circle {
  width: 100%;
  height: 100%;
  fill: transparent;
  stroke-width: 3;
  stroke: rgba(149, 173, 194, 0.2);
  stroke-linecap: round;
  transform: translate(5px, 5px);
  cx: 32px;
  cy: 32px;
  r: 32px;
}
.AB-bloc-timer > .AB-container > #time > .circle > svg > circle:nth-child(2) {
  stroke: #95ADC2;
  stroke-dasharray: 205;
  stroke-dashoffset: 205;
}
@media (min-width: 768px) {
  .AB-bloc-timer > .AB-container > #time > .circle > svg > circle:nth-child(2) {
    stroke-dasharray: 440;
    stroke-dashoffset: 440;
  }
}
@media (min-width: 1280px) {
  .AB-bloc-timer > .AB-container > #time > .circle > svg > circle:nth-child(2) {
    stroke-dasharray: 605;
    stroke-dashoffset: 605;
  }
}
@media (min-width: 768px) {
  .AB-bloc-timer > .AB-container > #time > .circle > svg > circle {
    cx: 70px;
    cy: 70px;
    r: 70px;
  }
}
@media (min-width: 1280px) {
  .AB-bloc-timer > .AB-container > #time > .circle > svg > circle {
    cx: 94px;
    cy: 94px;
    r: 96px;
  }
}
.AB-bloc-timer > .AB-container > #time > .circle > div:nth-child(3) {
  position: absolute;
  text-align: center;
  font-weight: 500;
  color: #95ADC2;
  font-size: 25px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .AB-bloc-timer > .AB-container > #time > .circle > div:nth-child(3) {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (min-width: 1280px) {
  .AB-bloc-timer > .AB-container > #time > .circle > div:nth-child(3) {
    font-size: 40px;
    line-height: 40px;
    margin-top: -8px;
  }
}
.AB-bloc-timer > .AB-container > #time > .circle > div:nth-child(3) > span {
  font-size: 13px;
  line-height: 25px;
}
@media (min-width: 768px) {
  .AB-bloc-timer > .AB-container > #time > .circle > div:nth-child(3) > span {
    font-size: 22px;
  }
}
@media (min-width: 1280px) {
  .AB-bloc-timer > .AB-container > #time > .circle > div:nth-child(3) > span {
    font-size: 25px;
  }
}

.AB-bloc-invitation-questionnaire {
  padding: 50px 0 30px 0;
}
@media (min-width: 960px) {
  .AB-bloc-invitation-questionnaire {
    padding: 120px 0 40px 0;
  }
}
.AB-bloc-invitation-questionnaire > p {
  font-size: 25px;
}
@media (min-width: 960px) {
  .AB-bloc-invitation-questionnaire > p {
    font-size: 35px;
  }
}
.AB-bloc-invitation-questionnaire > p > a {
  font-weight: 700;
  text-decoration: underline;
  color: #644F44 !important;
}

.AB-bloc-equipe {
  padding-top: 60px;
  padding-bottom: 45px;
}
.AB-bloc-equipe > .AB-container > hr {
  width: 250px;
  height: 3px;
  margin: 0 auto 50px auto;
  background-color: #95ADC2;
  border-radius: 50px;
  border: none;
}
@media (min-width: 768px) {
  .AB-bloc-equipe > .AB-container > hr {
    background-color: transparent;
  }
}
.AB-bloc-equipe > .AB-container > p:nth-child(2) {
  font-size: 45px;
  font-weight: 700;
  color: #95ADC2;
  line-height: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .AB-bloc-equipe > .AB-container > p:nth-child(2) {
    font-size: 65px;
    margin-bottom: 50px;
  }
}
@media (min-width: 960px) {
  .AB-bloc-equipe > .AB-container > p:nth-child(2) {
    font-size: 60px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1850px) {
  .AB-bloc-equipe > .AB-container > p:nth-child(2) {
    font-size: 75px;
  }
}
@media (min-width: 768px) {
  .AB-bloc-equipe > .AB-container > p:nth-child(2) > br {
    display: none;
  }
}
.AB-bloc-equipe > .AB-container > .swiper {
  width: 90%;
  margin: 0 auto;
  background-color: #F2EDE5;
  border-radius: 30px;
}
@media (min-width: 768px) {
  .AB-bloc-equipe > .AB-container > .swiper {
    width: 75%;
  }
}
@media (min-width: 960px) {
  .AB-bloc-equipe > .AB-container > .swiper {
    width: 90%;
  }
}
@media (min-width: 1280px) {
  .AB-bloc-equipe > .AB-container > .swiper {
    width: 80%;
  }
}
@media (min-width: 1850px) {
  .AB-bloc-equipe > .AB-container > .swiper {
    width: 65%;
  }
}
.AB-bloc-equipe > .AB-container > .swiper > .swiper-wrapper > .swiper-slide {
  visibility: hidden;
  opacity: 0;
  padding: 30px 0;
}
@media (min-width: 960px) {
  .AB-bloc-equipe > .AB-container > .swiper > .swiper-wrapper > .swiper-slide {
    display: flex;
    width: -moz-fit-content !important;
    width: fit-content !important;
    padding: 45px 90px 45px 95px;
    align-items: center;
    justify-content: center;
  }
}
.AB-bloc-equipe > .AB-container > .swiper > .swiper-wrapper > .swiper-slide > div:first-child, .AB-bloc-equipe > .AB-container > .swiper > .swiper-wrapper > .swiper-slide > div:nth-child(2) {
  transition-duration: 0.75s;
  visibility: hidden;
  opacity: 0;
}
.AB-bloc-equipe > .AB-container > .swiper > .swiper-wrapper > .swiper-slide > div:first-child {
  width: 60%;
  margin: 0 auto 20px auto;
}
@media (min-width: 768px) {
  .AB-bloc-equipe > .AB-container > .swiper > .swiper-wrapper > .swiper-slide > div:first-child {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .AB-bloc-equipe > .AB-container > .swiper > .swiper-wrapper > .swiper-slide > div:first-child {
    width: 35%;
    margin: 0;
  }
}
.AB-bloc-equipe > .AB-container > .swiper > .swiper-wrapper > .swiper-slide > div:first-child > img {
  display: block;
  border-radius: 20vw;
}
@media (min-width: 960px) {
  .AB-bloc-equipe > .AB-container > .swiper > .swiper-wrapper > .swiper-slide > div:nth-child(2) {
    width: 65%;
    text-align: left;
    padding-left: 35px;
    margin-top: -20px;
  }
}
.AB-bloc-equipe > .AB-container > .swiper > .swiper-wrapper > .swiper-slide > div:nth-child(2) > p:first-child {
  font-weight: 700;
  font-size: 40px;
  color: #95ADC2;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .AB-bloc-equipe > .AB-container > .swiper > .swiper-wrapper > .swiper-slide > div:nth-child(2) > p:first-child {
    font-size: 50px;
  }
}
@media (min-width: 960px) {
  .AB-bloc-equipe > .AB-container > .swiper > .swiper-wrapper > .swiper-slide > div:nth-child(2) > p:first-child {
    font-size: 40px;
  }
}
@media (min-width: 1280px) {
  .AB-bloc-equipe > .AB-container > .swiper > .swiper-wrapper > .swiper-slide > div:nth-child(2) > p:first-child {
    font-size: 50px;
  }
}
@media (min-width: 1850px) {
  .AB-bloc-equipe > .AB-container > .swiper > .swiper-wrapper > .swiper-slide > div:nth-child(2) > p:first-child {
    font-size: 60px;
  }
}
.AB-bloc-equipe > .AB-container > .swiper > .swiper-wrapper > .swiper-slide > div:nth-child(2) > p:nth-child(2) {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .AB-bloc-equipe > .AB-container > .swiper > .swiper-wrapper > .swiper-slide > div:nth-child(2) > p:nth-child(2) {
    font-size: 32px;
  }
}
@media (min-width: 960px) {
  .AB-bloc-equipe > .AB-container > .swiper > .swiper-wrapper > .swiper-slide > div:nth-child(2) > p:nth-child(2) {
    font-size: 25px;
  }
}
@media (min-width: 1280px) {
  .AB-bloc-equipe > .AB-container > .swiper > .swiper-wrapper > .swiper-slide > div:nth-child(2) > p:nth-child(2) {
    font-size: 30px;
  }
}
@media (min-width: 1850px) {
  .AB-bloc-equipe > .AB-container > .swiper > .swiper-wrapper > .swiper-slide > div:nth-child(2) > p:nth-child(2) {
    font-size: 35px;
  }
}
.AB-bloc-equipe > .AB-container > .swiper > .swiper-wrapper > .swiper-slide > div:nth-child(2) > p:nth-child(3) {
  font-size: 18px;
  padding: 0 25px;
}
@media (min-width: 768px) {
  .AB-bloc-equipe > .AB-container > .swiper > .swiper-wrapper > .swiper-slide > div:nth-child(2) > p:nth-child(3) {
    font-size: 22px;
    padding: 0 30px;
  }
}
@media (min-width: 960px) {
  .AB-bloc-equipe > .AB-container > .swiper > .swiper-wrapper > .swiper-slide > div:nth-child(2) > p:nth-child(3) {
    font-size: 18px;
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .AB-bloc-equipe > .AB-container > .swiper > .swiper-wrapper > .swiper-slide > div:nth-child(2) > p:nth-child(3) {
    font-size: 20px;
  }
}
@media (min-width: 1850px) {
  .AB-bloc-equipe > .AB-container > .swiper > .swiper-wrapper > .swiper-slide > div:nth-child(2) > p:nth-child(3) {
    font-size: 22px;
  }
}
.AB-bloc-equipe > .AB-container > .swiper > .swiper-wrapper > .swiper-slide-active > div:first-child, .AB-bloc-equipe > .AB-container > .swiper > .swiper-wrapper > .swiper-slide-active > div:nth-child(2) {
  visibility: visible;
  opacity: 1;
}
.AB-bloc-equipe > .AB-container > .swiper > .swiper-button-prev {
  left: 0 !important;
}
@media (min-width: 960px) {
  .AB-bloc-equipe > .AB-container > .swiper > .swiper-button-prev {
    left: 10px !important;
  }
}
.AB-bloc-equipe > .AB-container > .swiper > .swiper-button-next {
  right: 0 !important;
}
@media (min-width: 960px) {
  .AB-bloc-equipe > .AB-container > .swiper > .swiper-button-next {
    right: 10px !important;
  }
}

.AB-bloc-header-programme {
  padding-top: 15%;
}
@media (min-width: 960px) {
  .AB-bloc-header-programme {
    padding-top: 5%;
  }
}
.AB-bloc-header-programme > .AB-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 960px) {
  .AB-bloc-header-programme > .AB-container {
    flex-direction: row;
    width: 100%;
    margin: 0 auto;
    padding-top: 90px;
  }
}
@media (min-width: 1280px) {
  .AB-bloc-header-programme > .AB-container {
    width: 90%;
  }
}
@media (min-width: 1850px) {
  .AB-bloc-header-programme > .AB-container {
    width: 80%;
  }
}
.AB-bloc-header-programme > .AB-container > div:first-child {
  width: 200px;
  margin: 60px auto 20px auto;
}
@media (min-width: 768px) {
  .AB-bloc-header-programme > .AB-container > div:first-child {
    max-width: 500px;
  }
}
@media (min-width: 960px) {
  .AB-bloc-header-programme > .AB-container > div:first-child {
    margin: 0;
    width: 300px;
  }
}
@media (min-width: 1280px) {
  .AB-bloc-header-programme > .AB-container > div:first-child {
    width: 400px;
  }
}
@media (min-width: 960px) {
  .AB-bloc-header-programme > .AB-container > div:nth-child(2) {
    width: 50%;
    margin-left: -5%;
    margin-right: 5%;
  }
}
.AB-bloc-header-programme > .AB-container > div:nth-child(2) > p:first-child {
  font-size: 40px;
  font-weight: 700;
  color: #95ADC2;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .AB-bloc-header-programme > .AB-container > div:nth-child(2) > p:first-child {
    font-size: 55px;
  }
}
@media (min-width: 960px) {
  .AB-bloc-header-programme > .AB-container > div:nth-child(2) > p:first-child {
    font-size: 65px;
  }
}
@media (min-width: 1280px) {
  .AB-bloc-header-programme > .AB-container > div:nth-child(2) > p:first-child {
    font-size: 65px;
  }
}
@media (min-width: 1850px) {
  .AB-bloc-header-programme > .AB-container > div:nth-child(2) > p:first-child {
    font-size: 75px;
  }
}

.AB-bloc-programme > .AB-container {
  padding-top: 100px;
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .AB-bloc-programme > .AB-container {
    max-width: 900px;
  }
}
@media (min-width: 1850px) {
  .AB-bloc-programme > .AB-container {
    max-width: 1000px;
  }
}
.AB-bloc-programme > .AB-container > .first-day, .AB-bloc-programme > .AB-container > .second-day {
  font-size: 35px;
  line-height: 38px;
  font-weight: 700;
}
@media (min-width: 960px) {
  .AB-bloc-programme > .AB-container > .first-day, .AB-bloc-programme > .AB-container > .second-day {
    font-size: 60px;
    line-height: 68px;
  }
}
.AB-bloc-programme > .AB-container > .second-day {
  margin-top: 100px;
}
.AB-bloc-programme > .AB-container > .bloc-first-day, .AB-bloc-programme > .AB-container > .bloc-second-day {
  position: relative;
  z-index: 1;
  padding-top: 45px;
  margin-top: 10px;
}
@media (min-width: 960px) {
  .AB-bloc-programme > .AB-container > .bloc-first-day, .AB-bloc-programme > .AB-container > .bloc-second-day {
    margin-top: 25px;
  }
}
.AB-bloc-programme > .AB-container > .bloc-first-day::before, .AB-bloc-programme > .AB-container > .bloc-second-day::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  margin: 0 auto;
  background-color: #644F44;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (min-width: 960px) {
  .AB-bloc-programme > .AB-container > .bloc-first-day::before, .AB-bloc-programme > .AB-container > .bloc-second-day::before {
    width: 3px;
  }
}
.AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-left, .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-right, .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-left, .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 55px;
  position: relative;
  background-color: #FFFAF4;
  padding-top: 15px;
}
@media (min-width: 960px) {
  .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-left, .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-right, .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-left, .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-right {
    width: 50%;
    padding-top: 0;
    margin-bottom: 0;
    margin-top: -45px;
    background-color: unset;
  }
}
.AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-left > div:first-child, .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-right > div:first-child, .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-left > div:first-child, .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-right > div:first-child {
  width: 60px;
}
@media (max-width: 374px) {
  .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-left > div:first-child, .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-right > div:first-child, .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-left > div:first-child, .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-right > div:first-child {
    width: 55px;
  }
}
@media (min-width: 960px) {
  .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-left > div:first-child, .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-right > div:first-child, .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-left > div:first-child, .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-right > div:first-child {
    width: 75px;
  }
}
.AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-left > span:nth-child(2), .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-right > span:nth-child(2), .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-left > span:nth-child(2), .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-right > span:nth-child(2) {
  position: absolute;
  top: 0;
  width: 6%;
  height: 2px;
  background: black;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-left > span:nth-child(2), .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-right > span:nth-child(2), .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-left > span:nth-child(2), .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-right > span:nth-child(2) {
    width: 50px;
    top: 93px;
    height: 3px;
  }
}
.AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-left > div:nth-child(3), .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-right > div:nth-child(3), .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-left > div:nth-child(3), .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-right > div:nth-child(3) {
  width: 80%;
  text-align: center;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-left > div:nth-child(3), .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-right > div:nth-child(3), .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-left > div:nth-child(3), .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-right > div:nth-child(3) {
    width: 100%;
  }
}
.AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-left > div:nth-child(3) > p:first-child, .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-right > div:nth-child(3) > p:first-child, .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-left > div:nth-child(3) > p:first-child, .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-right > div:nth-child(3) > p:first-child {
  font-family: "circe", sans-serif;
  font-weight: 700;
  color: #95ADC2;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: -6px;
}
@media (min-width: 960px) {
  .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-left > div:nth-child(3) > p:first-child, .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-right > div:nth-child(3) > p:first-child, .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-left > div:nth-child(3) > p:first-child, .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-right > div:nth-child(3) > p:first-child {
    font-size: 23px;
    line-height: 23px;
    letter-spacing: 3px;
  }
}
@media (min-width: 1850px) {
  .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-left > div:nth-child(3) > p:first-child, .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-right > div:nth-child(3) > p:first-child, .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-left > div:nth-child(3) > p:first-child, .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-right > div:nth-child(3) > p:first-child {
    font-size: 25px;
    line-height: 25px;
  }
}
.AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-left > div:nth-child(3) > p:nth-child(2), .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-right > div:nth-child(3) > p:nth-child(2), .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-left > div:nth-child(3) > p:nth-child(2), .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-right > div:nth-child(3) > p:nth-child(2) {
  font-family: "circe", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  padding: 12px 0 7px 0;
  background-color: #FFFAF4;
}
@media (min-width: 960px) {
  .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-left > div:nth-child(3) > p:nth-child(2), .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-right > div:nth-child(3) > p:nth-child(2), .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-left > div:nth-child(3) > p:nth-child(2), .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-right > div:nth-child(3) > p:nth-child(2) {
    font-size: 21px;
    line-height: 21px;
    background-color: unset;
  }
}
@media (min-width: 1850px) {
  .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-left > div:nth-child(3) > p:nth-child(2), .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-right > div:nth-child(3) > p:nth-child(2), .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-left > div:nth-child(3) > p:nth-child(2), .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-right > div:nth-child(3) > p:nth-child(2) {
    font-size: 23px;
    line-height: 23px;
  }
}
.AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-left > div:nth-child(3) > p:nth-child(3), .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-right > div:nth-child(3) > p:nth-child(3), .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-left > div:nth-child(3) > p:nth-child(3), .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-right > div:nth-child(3) > p:nth-child(3) {
  font-size: 19px;
  font-weight: 500;
  background-color: #FFFAF4;
  padding-bottom: 12px;
}
@media (max-width: 374px) {
  .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-left > div:nth-child(3) > p:nth-child(3), .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-right > div:nth-child(3) > p:nth-child(3), .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-left > div:nth-child(3) > p:nth-child(3), .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-right > div:nth-child(3) > p:nth-child(3) {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-left > div:nth-child(3) > p:nth-child(3), .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-right > div:nth-child(3) > p:nth-child(3), .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-left > div:nth-child(3) > p:nth-child(3), .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-right > div:nth-child(3) > p:nth-child(3) {
    font-size: 20px;
    background-color: unset;
  }
}
@media (min-width: 1850px) {
  .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-left > div:nth-child(3) > p:nth-child(3), .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-right > div:nth-child(3) > p:nth-child(3), .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-left > div:nth-child(3) > p:nth-child(3), .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-right > div:nth-child(3) > p:nth-child(3) {
    font-size: 23px;
  }
}
.AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-left > div:nth-child(3) > p:nth-child(3) > .txt-underlined, .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-right > div:nth-child(3) > p:nth-child(3) > .txt-underlined, .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-left > div:nth-child(3) > p:nth-child(3) > .txt-underlined, .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-right > div:nth-child(3) > p:nth-child(3) > .txt-underlined {
  text-decoration: underline;
}
.AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-left > div:nth-child(3) > p:nth-child(3) > .txt-bold, .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-right > div:nth-child(3) > p:nth-child(3) > .txt-bold, .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-left > div:nth-child(3) > p:nth-child(3) > .txt-bold, .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-right > div:nth-child(3) > p:nth-child(3) > .txt-bold {
  font-weight: 700;
}
.AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-left, .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-left {
  flex-direction: column;
  justify-content: left;
}
@media (min-width: 960px) {
  .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-left, .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-left {
    justify-content: center;
    align-items: end;
    margin-left: -65px;
  }
}
.AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-left > span:nth-child(2), .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-left > span:nth-child(2) {
  left: 6%;
}
@media (min-width: 960px) {
  .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-left > span:nth-child(2), .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-left > span:nth-child(2) {
    left: unset;
    right: -65px;
  }
}
@media (min-width: 960px) {
  .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-left > div:nth-child(3), .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-left > div:nth-child(3) {
    text-align: right;
    padding-top: 5px;
  }
}
@media (min-width: 960px) {
  .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-left:first-child, .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-left:first-child {
    margin-top: 0;
  }
}
.AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-right, .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-right {
  justify-content: right;
}
@media (min-width: 960px) {
  .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-right, .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-right {
    justify-content: center;
    align-items: start;
    margin-left: calc(50% + 65px);
  }
}
.AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-right > span:nth-child(2), .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-right > span:nth-child(2) {
  left: -6%;
}
@media (min-width: 960px) {
  .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-right > span:nth-child(2), .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-right > span:nth-child(2) {
    left: -65px;
    right: unset;
  }
}
@media (min-width: 960px) {
  .AB-bloc-programme > .AB-container > .bloc-first-day > .bloc-right > div:nth-child(3), .AB-bloc-programme > .AB-container > .bloc-second-day > .bloc-right > div:nth-child(3) {
    text-align: left;
    padding-top: 5px;
  }
}
.AB-bloc-programme > .AB-container > .bloc-second-day {
  margin-bottom: 100px;
}

.AB-bloc-header-formulaire {
  padding-top: 15%;
}
@media (min-width: 960px) {
  .AB-bloc-header-formulaire {
    padding-top: 5%;
  }
}
.AB-bloc-header-formulaire > .AB-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 960px) {
  .AB-bloc-header-formulaire > .AB-container {
    flex-direction: row;
    width: 100%;
    margin: 0 auto;
    padding-top: 90px;
  }
}
@media (min-width: 1280px) {
  .AB-bloc-header-formulaire > .AB-container {
    width: 90%;
  }
}
@media (min-width: 1850px) {
  .AB-bloc-header-formulaire > .AB-container {
    width: 80%;
  }
}
.AB-bloc-header-formulaire > .AB-container > div:first-child {
  width: 200px;
  margin: 60px auto 20px auto;
}
@media (min-width: 768px) {
  .AB-bloc-header-formulaire > .AB-container > div:first-child {
    max-width: 500px;
  }
}
@media (min-width: 960px) {
  .AB-bloc-header-formulaire > .AB-container > div:first-child {
    margin: 0;
    width: 300px;
  }
}
@media (min-width: 1280px) {
  .AB-bloc-header-formulaire > .AB-container > div:first-child {
    width: 400px;
  }
}
@media (min-width: 960px) {
  .AB-bloc-header-formulaire > .AB-container > div:nth-child(2) {
    width: 50%;
    margin-left: -5%;
    margin-right: 5%;
  }
}
.AB-bloc-header-formulaire > .AB-container > div:nth-child(2) > p:first-child {
  font-size: 40px;
  font-weight: 700;
  color: #95ADC2;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media (max-width: 374px) {
  .AB-bloc-header-formulaire > .AB-container > div:nth-child(2) > p:first-child {
    font-size: 38px;
  }
}
@media (min-width: 768px) {
  .AB-bloc-header-formulaire > .AB-container > div:nth-child(2) > p:first-child {
    font-size: 55px;
  }
}
@media (min-width: 960px) {
  .AB-bloc-header-formulaire > .AB-container > div:nth-child(2) > p:first-child {
    font-size: 65px;
  }
}
@media (min-width: 1280px) {
  .AB-bloc-header-formulaire > .AB-container > div:nth-child(2) > p:first-child {
    font-size: 65px;
  }
}
@media (min-width: 1850px) {
  .AB-bloc-header-formulaire > .AB-container > div:nth-child(2) > p:first-child {
    font-size: 75px;
  }
}

.AB-form {
  padding-top: 100px;
  padding: 100px 20px;
  text-align: left;
  max-width: 450px;
}
@media (max-width: 374px) {
  .AB-form {
    padding: 100px 15px;
  }
}
@media (min-width: 960px) {
  .AB-form {
    max-width: 960px;
    padding-left: 40px;
  }
}
@media (min-width: 1850px) {
  .AB-form {
    max-width: 1500px;
    padding-left: 130px;
  }
}
.AB-form h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  margin-top: 40px;
}
@media (min-width: 960px) {
  .AB-form h3 {
    font-size: 28px;
    line-height: 32px;
    margin-top: 45px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1850px) {
  .AB-form h3 {
    font-size: 32px;
    line-height: 36px;
  }
}
.AB-form input {
  margin-right: 5px;
}
.AB-form input.hebergement-button {
  position: relative;
  top: -18px;
}
@media (min-width: 960px) {
  .AB-form input.hebergement-button {
    margin-right: 5px;
    top: unset;
  }
}
.AB-form input[type=text], .AB-form input[type=email], .AB-form input[type=tel] {
  background-color: #B3C8DB;
  border: none;
  border-radius: 5px;
  padding: 3px 8px 5px 8px;
  margin-bottom: 7px;
  width: 250px;
}
.AB-form input[type=text]:focus-visible, .AB-form input[type=email]:focus-visible, .AB-form input[type=tel]:focus-visible {
  outline-color: #95ADC2 !important;
}
@media (min-width: 960px) {
  .AB-form input[type=text], .AB-form input[type=email], .AB-form input[type=tel] {
    margin-bottom: 15px;
    font-size: 21px;
    width: 300px;
    margin-left: 5px;
    margin-right: 0;
  }
}
.AB-form input[type=submit] {
  background-color: #B3C8DB;
  border: none !important;
  border-radius: 5px;
  padding: 15px 20px;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  font-size: 18px;
  margin-top: 25px;
}
@media (min-width: 960px) {
  .AB-form input[type=submit] {
    font-size: 21px;
  }
}
.AB-form textarea {
  background-color: #B3C8DB;
  border: none;
  border-radius: 5px;
  padding: 3px 8px 5px 8px;
  margin-bottom: 7px;
  width: 250px;
  height: 75px;
}
.AB-form textarea:focus-visible {
  outline-color: #95ADC2 !important;
}
@media (min-width: 960px) {
  .AB-form textarea {
    margin-bottom: 15px;
    font-size: 21px;
    width: 300px;
    margin-left: 5px;
    margin-right: 0;
  }
}
.AB-form label {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 6px;
}
@media (max-width: 374px) {
  .AB-form label {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 960px) {
  .AB-form label {
    font-size: 21px;
    line-height: 24px;
  }
}
@media (min-width: 1850px) {
  .AB-form label {
    font-size: 23px;
    line-height: 26px;
  }
}
.AB-form label.hebergement-txt {
  width: 85%;
}
@media (min-width: 960px) {
  .AB-form label.hebergement-txt {
    width: unset;
  }
}
.AB-form label.hebergement-txt > span {
  font-weight: 700;
}
.AB-form label.AB-big-margin {
  margin-bottom: 10px;
}
.AB-form label > span {
  font-size: 20px;
  line-height: 20px;
}
.AB-form .AB-disclaimer {
  font-style: italic;
  margin-bottom: 10px;
  font-size: 18px;
}
@media (min-width: 960px) {
  .AB-form .AB-disclaimer {
    font-size: 21px;
  }
}
@media (min-width: 1850px) {
  .AB-form .AB-disclaimer {
    font-size: 23px;
  }
}
.AB-form .AB-disclaimer > span {
  font-weight: 700;
  font-size: 125%;
  line-height: 90%;
}

.foucher-footer {
  padding: 30px 0;
  background-color: #B3C8DB;
  color: white;
}
.foucher-footer > p:first-child {
  font-size: 20px;
  font-family: "Cormorant Garamond";
  text-align: center;
  margin-bottom: 0;
}/*# sourceMappingURL=main.css.map */