@import "reset.css";
.fontInterReg {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.fontInterBold {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.fontInterEBold {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
.fontCGReg {
  font-family: "century-gothic-std", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.fontCGBold {
  font-family: "century-gothic-std", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.fontReg {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.fontBold {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
:root {
  --doc-height: 100%;
  --vh: 1vh;
}
html {
  height: -webkit-fill-available;
}
body {
  height: var(--doc-height);
  min-height: 100vh;
  min-height: 100dvh;
  min-height: calc(var(--vh, 1vh) * 100);
  color: #4a4a4a;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  position: relative;
  margin: 0;
  padding: 0;
}
.noScroll {
  overflow: hidden;
}
section {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
}
a {
  outline: none !important;
}
p,
button {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
b,
strong {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}
nowrap {
  white-space: nowrap;
}
/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    min-height: -webkit-fill-available;
  }
}
@media screen and (max-width: 1279px) {
  .mobHide {
    display: none !important;
  }
}
.mobShow {
  display: none !important;
}
@media screen and (max-width: 1279px) {
  .mobShow {
    display: flex !important;
  }
}
html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
.top {
  padding: 0;
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 1279px) {
  .top {
    flex-direction: column;
  }
}
.top .top-visuel-desk {
  z-index: 1;
  min-height: 600px;
  position: relative;
  width: calc(100% - 360px);
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../images/visuel01.webp');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1279px) {
  .top .top-visuel-desk {
    display: none;
  }
}
.top .top-visuel-desk .pack {
  position: absolute;
  z-index: 5;
  top: 50px;
  left: 80px;
}
@media screen and (max-width: 1439px) {
  .top .top-visuel-desk .pack {
    left: 40px;
  }
}
.top .top-visuel-desk .pack p {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  color: #000;
  font-size: 50px;
}
.top .top-visuel-desk .pack img {
  position: absolute;
  z-index: 2;
  top: 110px;
  left: 80px;
  filter: drop-shadow(0px 4px 11px rgba(0, 0, 0, 0.25));
}
.top .top-visuel-desk .avantages {
  position: absolute;
  z-index: 5;
  left: 80px;
  bottom: 145px;
}
@media screen and (max-width: 1439px) {
  .top .top-visuel-desk .avantages {
    left: 40px;
  }
}
.top .top-visuel-desk .avantages li {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  background-color: #000;
  font-size: 28px;
  padding: 8px 10px;
  text-transform: uppercase;
  width: fit-content;
  margin-bottom: 20px;
  position: relative;
  margin-left: 50px;
}
.top .top-visuel-desk .avantages li:last-child {
  margin-bottom: 0;
}
.top .top-visuel-desk .avantages li::before {
  content: url("../images/pf_plus.svg");
  position: absolute;
  left: -50px;
  top: 4px;
}
.top .top-visuel-desk .accroche {
  position: absolute;
  z-index: 5;
  right: 200px;
  bottom: 710px;
}
@media screen and (max-width: 1439px) {
  .top .top-visuel-desk .accroche {
    bottom: 630px;
    right: 178px;
  }
}
.top .top-visuel-desk .accroche p {
  text-align: right;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 120%;
  font-size: 26px;
  color: #000;
  text-transform: uppercase;
}
.top .top-visuel-desk .couple {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 678px;
  height: auto;
  z-index: 2;
}
@media screen and (max-width: 1439px) {
  .top .top-visuel-desk .couple {
    width: 600px;
  }
}
.top .top-visuel-desk .bande {
  position: absolute;
  z-index: 1;
  background-color: #E7E0CE;
  height: 100%;
  width: 80px;
  right: 0;
}
@media screen and (max-width: 1439px) {
  .top .top-visuel-desk .bande {
    width: 40px;
  }
}
.top .top-visuel-mob {
  display: none;
}
@media screen and (max-width: 1279px) {
  .top .top-visuel-mob {
    display: block;
  }
}
.top .top-visuel-mob .header {
  background-color: #E7E0CE;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: visible;
  z-index: 2;
}
.top .top-visuel-mob .header .pack {
  width: 278px;
  height: 220px;
  padding-top: 20px;
  position: relative;
}
.top .top-visuel-mob .header .pack p {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  color: #000;
  font-size: 34px;
}
.top .top-visuel-mob .header .pack img {
  position: absolute;
  z-index: 2;
  width: 130px;
  top: 95px;
  left: 60px;
  filter: drop-shadow(0px 4px 11px rgba(0, 0, 0, 0.25));
}
.top .top-visuel-mob .header .accroche p {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  color: #000;
  text-transform: uppercase;
  margin: 0 40px;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .top .top-visuel-mob .header .accroche p {
    font-size: 22px;
  }
}
.top .top-visuel-mob .header:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background: #E7E0CE;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.top .top-visuel-mob .visuel {
  height: 640px;
  background: url('../images/visuel01.webp');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top .top-visuel-mob .visuel {
    height: 440px;
  }
}
.top .top-visuel-mob .visuel .couple {
  position: absolute;
  bottom: 0;
  right: 110px;
  width: 560px;
  height: auto;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .top .top-visuel-mob .visuel .couple {
    right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top .top-visuel-mob .visuel .couple {
    right: -66px;
    width: 380px;
  }
}
.top .top-visuel-mob .visuel .avantages {
  position: absolute;
  z-index: 5;
  left: 40px;
  bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .top .top-visuel-mob .visuel .avantages {
    left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top .top-visuel-mob .visuel .avantages {
    left: 20px;
    bottom: 20px;
  }
}
.top .top-visuel-mob .visuel .avantages li {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  background-color: #000;
  font-size: 28px;
  padding: 8px 10px;
  text-transform: uppercase;
  width: fit-content;
  margin-bottom: 20px;
  position: relative;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .top .top-visuel-mob .visuel .avantages li {
    font-size: 20px;
    margin-bottom: 10px;
    margin-left: 30px;
  }
}
.top .top-visuel-mob .visuel .avantages li:last-child {
  margin-bottom: 0;
}
.top .top-visuel-mob .visuel .avantages li::before {
  content: url("../images/pf_plus.svg");
  position: absolute;
  left: -50px;
  top: 4px;
}
@media screen and (max-width: 767px) {
  .top .top-visuel-mob .visuel .avantages li::before {
    content: url("../images/pf_plus_mob.svg");
    left: -30px;
  }
}
.top .top-content {
  position: relative;
  margin: 0 auto;
  z-index: 2;
  width: 360px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1279px) {
  .top .top-content {
    width: 100%;
    background-color: #E7E0CE;
    justify-content: center;
  }
}
.top .top-content form {
  margin: 0;
  background-color: #E7E0CE;
}
@media screen and (max-width: 1279px) {
  .top .top-content form {
    margin-top: 0;
    width: 100%;
    max-width: 640px;
    padding-bottom: 30px;
  }
}
.programmes {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  position: relative;
}
.programmes .logo {
  position: sticky;
  top: 20px;
  padding-left: 90px;
  z-index: 10;
  transition: all 0.125s ease-in-out;
  width: 160px;
}
.programmes .logo.scroll {
  transform-origin: top center;
  transform: scale(0.7) translateX(-90px);
}
@media screen and (max-width: 1439px) {
  .programmes .logo {
    padding-left: 80px;
  }
}
@media screen and (max-width: 1279px) {
  .programmes .logo {
    display: none;
  }
}
.programmes .header {
  background-color: #E7E0CE;
  height: 190px;
  position: relative;
  z-index: 1;
  margin-top: -168px;
}
@media screen and (max-width: 1279px) {
  .programmes .header {
    margin-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .programmes .header {
    height: 170px;
  }
}
@media screen and (max-width: 767px) {
  .programmes .header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
  }
}
.programmes .header:after {
  content: "";
  position: absolute;
  bottom: -130px;
  /* collé en bas */
  left: 0;
  width: 100%;
  height: 130px;
  /* hauteur du triangle */
  background: inherit;
  /* même couleur que la div */
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
@media screen and (max-width: 1023px) {
  .programmes .header:after {
    bottom: -60px;
    height: 60px;
  }
}
.programmes .header .logo-mob {
  display: none;
}
@media screen and (max-width: 1279px) {
  .programmes .header .logo-mob {
    display: block;
    position: absolute;
    left: 80px;
    bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .programmes .header .logo-mob {
    width: 120px;
    bottom: auto;
    top: 40px;
    left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .programmes .header .logo-mob {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
    padding: 20px 0;
    width: 90px;
  }
}
.programmes .header .dates {
  position: absolute;
  right: 150px;
  top: 80px;
  transform-origin: top right;
  transform: rotate(3deg);
}
@media screen and (max-width: 1439px) {
  .programmes .header .dates {
    right: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .programmes .header .dates {
    right: 40px;
    top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .programmes .header .dates {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto;
    width: 215px;
  }
}
.programmes .header .dates p {
  font-family: "century-gothic-std", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  color: #000;
  background-color: #F3BE56;
  text-transform: uppercase;
  width: fit-content;
  padding: 10px;
}
@media screen and (max-width: 1023px) {
  .programmes .header .dates p {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .programmes .header .dates p {
    text-align: center;
    font-size: 20px;
  }
}
.programmes .header .accroche {
  position: absolute;
  right: 150px;
  bottom: -18px;
  z-index: 2;
}
@media screen and (max-width: 1439px) {
  .programmes .header .accroche {
    right: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .programmes .header .accroche {
    right: 40px;
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .programmes .header .accroche {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 20px;
    padding: 10px 0;
    bottom: 0;
  }
}
.programmes .header .accroche p {
  text-align: right;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 35px;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .programmes .header .accroche p {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .programmes .header .accroche p {
    text-align: center;
    font-size: 24px;
  }
}
.programmes .content {
  z-index: 2;
  padding-top: 40px;
  display: flex;
  position: relative;
  justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .programmes .content {
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 80px;
  }
}
.programmes .content img {
  width: auto;
  height: 880px;
  padding-right: 74px;
}
@media screen and (max-width: 1439px) {
  .programmes .content img {
    padding-right: 5px;
  }
}
@media screen and (max-width: 1279px) {
  .programmes .content img {
    padding-right: 23px;
    height: 670px;
  }
}
@media screen and (max-width: 1023px) {
  .programmes .content img {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .programmes .content img {
    height: auto;
    max-width: 400px;
    width: 80%;
  }
}
.programmes .content .collapse {
  position: absolute;
  left: 260px;
  top: 90px;
}
@media screen and (max-width: 1439px) {
  .programmes .content .collapse {
    left: 200px;
  }
}
@media screen and (max-width: 1279px) {
  .programmes .content .collapse {
    left: 80px;
    top: 120px;
  }
}
@media screen and (max-width: 1023px) {
  .programmes .content .collapse {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto;
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .programmes .content .collapse {
    margin: 0 20px;
  }
}
.programmes .content .collapse .title {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-size: 30px;
  padding: 8px 10px;
  text-transform: uppercase;
  width: fit-content;
  position: relative;
  margin-left: 70px;
  user-select: none;
}
@media screen and (max-width: 767px) {
  .programmes .content .collapse .title {
    font-size: 22px;
    margin-left: 60px;
  }
}
.programmes .content .collapse .title:hover {
  cursor: pointer;
}
.programmes .content .collapse .title::before {
  position: absolute;
  left: -70px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .programmes .content .collapse .title::before {
    top: -5px;
    transform: scale(0.85);
    left: -60px;
  }
}
.programmes .content .collapse .col1 {
  background-color: #F3BE56;
}
.programmes .content .collapse .col1::before {
  content: url("../images/pf_plus1.svg");
}
.programmes .content .collapse .col2 {
  background-color: #81D0C1;
}
.programmes .content .collapse .col2::before {
  content: url("../images/pf_plus2.svg");
}
.programmes .content .collapse .col3 {
  background-color: #E48366;
}
.programmes .content .collapse .col3::before {
  content: url("../images/pf_plus3.svg");
}
.programmes .content .collapse .collapse-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}
.programmes .content .collapse .collapse-content li {
  padding: 5px 10px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  position: relative;
  margin-left: 70px;
  padding-left: 30px;
  width: 400px;
  line-height: 140%;
  color: #000;
}
.programmes .content .collapse .collapse-content li sup {
  vertical-align: 5px;
  line-height: 0;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .programmes .content .collapse .collapse-content li {
    width: auto;
  }
}
.programmes .content .collapse .collapse-content li::before {
  content: url("../images/pf_plus_sm.svg");
  position: absolute;
  left: 0;
  top: 6px;
}
.programmes .content .btn-esp {
  position: absolute;
  color: #000;
  font-family: "century-gothic-std", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 120%;
  font-size: 24px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  background: #F3BE56;
  box-shadow: 3px 4px 0px #000000;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
  padding: 14px 30px;
  margin: 0 auto;
  top: 560px;
  left: 0;
  right: 0;
  width: fit-content;
}
@media screen and (max-width: 1279px) {
  .programmes .content .btn-esp {
    display: none;
  }
}
.programmes .content .btn-esp:hover {
  transform: translateY(2px);
  box-shadow: 0px 0px 0px #00000000;
}
.programmes .liste {
  background-color: #E7E0CE;
  position: relative;
  z-index: 5;
  padding-top: 90px;
  padding-bottom: 90px;
}
.programmes .liste #dep-form {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  top: -88px;
  position: absolute;
}
@media screen and (max-width: 1023px) {
  .programmes .liste #dep-form {
    top: -53px;
  }
}
.programmes .liste .custom-select {
  position: relative;
  width: 350px;
}
@media screen and (max-width: 1023px) {
  .programmes .liste .custom-select {
    width: 320px;
  }
}
.programmes .liste .custom-select select.native-select {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}
.programmes .liste .custom-select .select-trigger {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  width: 100%;
  background: #000;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #000;
  padding: 15px 44px 15px 12px;
  text-align: left;
  cursor: pointer;
  border-radius: 0;
  appearance: none;
  position: relative;
}
.programmes .liste .custom-select .select-trigger:focus-visible {
  outline: 2px solid #EFA920;
  outline-offset: 2px;
}
.programmes .liste .custom-select .select-trigger::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 10px;
  height: 6px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6"><path d="M1 1l4 4 4-4" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.programmes .liste .custom-select .options {
  position: absolute;
  left: 0;
  right: 0;
  padding: 4px 0;
  list-style: none;
  background: #F3BE56;
  color: #000;
  display: none;
  z-index: 10;
  max-height: 240px;
  overflow: auto;
}
.programmes .liste .custom-select .options[aria-hidden="false"] {
  display: block;
}
.programmes .liste .custom-select .options li {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  padding: 12px 12px;
  margin: 5px 10px;
  cursor: pointer;
  outline: none;
  background-color: #EFA920;
  text-transform: uppercase;
}
.programmes .liste .custom-select .options li:hover,
.programmes .liste .custom-select .options li[aria-selected="true"],
.programmes .liste .custom-select .options li:focus {
  background: #000;
  color: #fff;
}
.programmes .liste .liste-container {
  max-width: 1090px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 90px 30px;
  justify-items: center;
}
@media screen and (max-width: 1279px) {
  .programmes .liste .liste-container {
    width: auto;
    margin: 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .programmes .liste .liste-container {
    width: auto;
    margin: 0 auto;
  }
}
.programmes .liste::before {
  content: "";
  position: absolute;
  top: -130px;
  /* collé en bas */
  left: 0;
  width: 100%;
  height: 130px;
  /* hauteur du triangle */
  background: inherit;
  /* même couleur que la div */
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
@media screen and (max-width: 1023px) {
  .programmes .liste::before {
    top: -60px;
    height: 60px;
  }
}
.programmes .liste .prog {
  width: 320px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.275s 0.075s ease-in-out;
}
.programmes .liste .prog:hover {
  transform: translateY(-5px);
  filter: brightness(1.07);
}
.programmes .liste .prog:hover .p-visuel img {
  transform: scale(1.03);
}
.programmes .liste .prog a {
  text-decoration: none;
  color: #000;
}
.programmes .liste .prog .patch {
  position: absolute;
  top: -35px;
  right: -20px;
  display: flex;
  flex-direction: row;
  z-index: 2;
}
.programmes .liste .prog .patch img {
  width: 80px;
  margin: 0 5px;
}
.programmes .liste .prog .p-visuel {
  background-color: #81D0C1;
  height: 225px;
  border-radius: 60px 0 0 0 ;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.programmes .liste .prog .p-visuel .p-visuel-mask {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background-color: #ccc;
  border-radius: 45px 0 0 0 ;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.programmes .liste .prog .p-visuel .p-visuel-mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
  transition: all 0.275s 0.075s ease-in-out;
}
.programmes .liste .prog .p-title {
  background-color: #81D0C1;
  height: 125px;
}
.programmes .liste .prog .p-title p {
  text-align: center;
}
.programmes .liste .prog .p-title .p-title-nom {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 110%;
  color: #000;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0 40px;
}
.programmes .liste .prog .p-title .p-title-ville {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding-top: 5px;
  line-height: 110%;
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 20px;
}
.programmes .liste .prog .p-more {
  height: 150px;
  background-color: #81D0C1;
  clip-path: polygon(80px 0, 100% 0, 255px 100%, 50px 100%);
  color: #000;
}
.programmes .liste .prog .p-more .p-more-txt {
  padding-left: 95px;
  padding-top: 5px;
}
.programmes .liste .prog .p-more .p-more-txt .p-more-typo {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 140%;
}
.programmes .liste .prog .p-more .p-more-txt .p-more-apartirde {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 140%;
}
.programmes .liste .prog .p-more .p-more-txt .p-more-prix {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 28px;
  line-height: 110%;
  color: #fff;
}
.programmes .liste .prog .p-more .p-more-txt .p-more-prix sup {
  font-size: 20px;
  line-height: 0;
  vertical-align: 0;
  text-transform: none;
}
.programmes .liste .prog .p-more .p-more-txt .p-more-lots {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  font-size: 14px;
  line-height: 140%;
}
.stickyBtn {
  position: fixed;
  z-index: 123;
  margin: 0;
  padding: 0;
  width: 100%;
  bottom: 0;
  background-color: #F3BE56;
  height: 80px;
  display: none;
}
@media screen and (max-width: 1279px) {
  .stickyBtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.stickyBtn button {
  width: 100%;
  color: #000;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.125s ease-in-out;
}
.stickyBtn button p {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .stickyBtn button p {
    margin: 0 20px;
  }
}
.stickyBtn button:hover {
  filter: brightness(1.1);
}
.scroll-side-container {
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .scroll-side-container {
    display: none;
  }
}
.scroll-side-container .scroll-side {
  position: absolute;
  bottom: 0;
  left: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #000;
  padding: 10px 5px 40px 5px;
  z-index: 1000;
  cursor: pointer;
}
@media screen and (max-width: 1279px) {
  .scroll-side-container .scroll-side {
    bottom: 80px;
    left: 20px;
  }
}
.scroll-side-container .scroll-side .vertical-text {
  writing-mode: sideways-lr;
  transform: rotate(180deg);
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
}
.scroll-side-container .scroll-side .arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #fff;
  animation: bounce 1s infinite ease-in-out alternate;
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(25px);
  }
}
form {
  padding: 0 0 30px 0;
  width: 100%;
  margin: 0 auto;
}
form .msgEr {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
form .msgEr label {
  padding: 6px 14px;
}
form .error2 {
  font-size: 12px !important;
  color: white !important;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  display: none;
  border: 2px solid #E48366;
  background-color: #E48366;
  border-radius: 20px;
  margin-top: 10px;
}
form .dates {
  font-family: "century-gothic-std", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 5px;
}
@media screen and (max-width: 1439px) {
  form .dates {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1279px) {
  form .dates {
    padding-left: 40px;
    align-items: center;
  }
}
form .dates span {
  color: #000;
  background-color: #F3BE56;
  text-transform: uppercase;
  width: fit-content;
  padding: 10px;
}
form .titre {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  text-align: right;
  font-size: 26px;
  color: #000;
  line-height: 100%;
  padding-right: 80px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  form .titre {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1279px) {
  form .titre {
    padding-left: 40px;
    text-align: center;
  }
}
form .champs {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 80px;
}
@media screen and (max-width: 1439px) {
  form .champs {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1279px) {
  form .champs {
    padding-left: 40px;
  }
}
form .champs .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
form .dep {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
form .dep .dep-title {
  text-align: center;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 120%;
}
form .dep .dep-choice {
  display: flex;
  flex-direction: row;
  padding-top: 15px;
}
form .dep .dep-choice .checkbox-container {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  padding: 0 10px;
  color: #000;
}
form .dep .dep-choice input[type="checkbox"] {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  appearance: none;
}
form .dep .dep-choice .checkbox-container .checkmark {
  width: 20px;
  height: 20px;
  border: 1px solid #81D0C1;
  background-color: #fff;
  margin-right: 5px;
  position: relative;
  transition: all 0.3s;
}
form .dep .dep-choice .checkbox-container .checkmark:hover {
  cursor: pointer;
}
form .dep .dep-choice input[type="checkbox"]:checked + .checkbox-container .checkmark:after {
  content: "✔";
  /* Le check (coche) */
  font-size: 16px;
  color: #81D0C1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
form .row {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  form .row {
    flex-direction: column;
    align-items: center;
  }
}
form .row .input {
  position: relative;
  width: 100%;
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  form .row .input {
    margin-right: 0;
  }
}
form .row .input:last-child {
  margin-right: 0;
}
form .row .input .input-field,
form .row .input .input-textarea {
  width: -webkit-fill-available;
  width: -moz-available;
  background-color: #fff;
  border: 1px solid #fff;
  position: relative;
  margin: 0;
  color: #000;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  transition: all 0.125s ease-in-out;
  box-shadow: none !important;
}
form .row .input .input-label {
  color: #000;
  font-size: 15px;
  pointer-events: none;
  padding: 5px 0;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  left: 15px;
  top: 7px;
  z-index: 2;
  transition: opacity 0.125s ease-in-out;
}
form .row .input .input-field {
  height: 40px;
  padding: 0 15px;
}
form .row .input .input-textarea {
  resize: none;
  min-height: 42px;
  height: 150px;
  padding: 15px;
}
form .row .input .input-field:focus::placeholder,
form .row .input .input-textarea:focus::placeholder,
form .row .input .input-field:valid::placeholder,
form .row .input .input-textarea:valid::placeholder,
form .row .input .input-field:not(:placeholder-shown):not(:focus):invalid::placeholder,
form .row .input .input-textarea:not(:placeholder-shown):not(:focus):invalid::placeholder {
  opacity: 0.35;
}
form .row .input .input-field::placeholder {
  color: #000;
  text-transform: uppercase;
  transition: opacity 0.125s ease-in-out;
}
form .row .input .error {
  background-image: url("../images/ico_error.svg");
  background-size: contain;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 13px;
  right: 10px;
  display: none;
  z-index: 5;
}
form .row .input-radio {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  color: #000;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
form .row .input-radio input {
  vertical-align: middle;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  background: none;
  border: 1px solid #000;
  background-color: #fff;
  appearance: none;
  padding: 0;
  margin: 0;
  pointer-events: none;
}
form .row .input-radio input:focus {
  outline: none;
}
form .row .input-radio input:checked {
  background-color: #fff;
  border: 4px solid #000;
}
form .row .input-radio .label-radio {
  padding: 6px 10px 6px 6px;
  border-radius: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
form .row .input-radio .label-radio:hover {
  background-color: #ffffff75;
}
form .row .input-radio span {
  padding-left: 10px;
  font-size: 16px;
}
form .row .input-projet {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 15px;
  padding-bottom: 15px;
}
form .row .input-projet .label-radio {
  margin-bottom: 0;
}
form .row .input-projet .input-radio {
  justify-content: space-evenly !important;
}
form .row .input-optin {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 15px 0;
}
form .row .input-optin .label-radio {
  margin-top: 8px;
  margin-bottom: 0;
}
form .row .input-optin .input-radio {
  justify-content: space-evenly;
  width: 60%;
  margin: 0 auto;
}
form .row .input-optin .input-radio input {
  width: 18px;
  height: 18px;
}
form .row .input-optin .input-radio .label-radio span {
  font-size: 15px;
  padding-left: 6px;
}
form .row .input-optin > span {
  width: 100%;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 10px;
  line-height: 140%;
}
form .row .input-optin > span a {
  color: #000000;
  text-decoration: underline !important;
}
form .row .formButtonValidation,
form .row #formloader,
form .row #formloader2 {
  height: 53px;
}
form .row .formButtonValidation {
  color: #000;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  text-transform: uppercase;
  background: #FFFFFF;
  box-shadow: 3px 4px 0px #000000;
  border-radius: 20px;
  width: 245px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
}
form .row .formButtonValidation:hover {
  transform: translateY(2px);
  box-shadow: 0px 0px 0px #00000000;
}
form .row #formloader,
form .row #formloader2 {
  text-align: center;
  justify-content: center !important;
  flex-direction: row !important;
  align-items: center !important;
}
form .row #formloader svg path,
form .row #formloader2 svg path,
form .row #formloader svg rect,
form .row #formloader2 svg rect {
  fill: #81D0C1;
}
form .row #formloader p,
form .row #formloader2 p {
  margin-left: 10px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 14px;
}
form .row .mentions {
  display: block;
  padding: 15px 0;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  color: #000000;
  text-align: center;
}
form .row .mentions2 {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 10px;
  color: #000000;
  width: auto;
  line-height: 140%;
}
@media screen and (max-width: 1279px) {
  form .row .mentions2 {
    text-align: center;
    padding-bottom: 0;
  }
}
form .row .mentions2 a {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
  white-space: nowrap;
}
form #msgConfirmation,
form #msgConfirmation2 {
  display: none;
  text-align: center;
}
form #msgConfirmation p,
form #msgConfirmation2 p {
  margin: 0 30px 30px 30px;
  padding: 20px 0;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 120%;
  border-bottom: 2px solid #EF7C6B;
  border-top: 2px solid #EF7C6B;
  color: #000000;
}
form #website,
form #website2 {
  display: none !important;
  visibility: hidden;
}
input {
  appearance: none;
  border-radius: 0;
}
.easy-autocomplete {
  width: 100% !important;
}
.easy-autocomplete input {
  width: 100%;
  border-radius: 0 !important;
}
.easy-autocomplete-container {
  text-align: left;
}
.easy-autocomplete-container ul {
  border-radius: 0 !important;
}
.easy-autocomplete-container li {
  font-size: 15px !important;
}
.footer {
  position: relative;
  z-index: 20;
}
.footer .b2-g-b4 {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .b2-g-b4 {
    height: auto;
  }
}
.footer .b2-g-b4 > .content {
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1279px) {
  .footer .b2-g-b4 > .content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer .b2-g-b4 > .content {
    flex-direction: column;
    height: auto;
    padding: 30px 0;
  }
}
.footer .b2-g-b4 .bp,
.footer .b2-g-b4 .tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 440px;
}
@media screen and (max-width: 767px) {
  .footer .b2-g-b4 .bp,
  .footer .b2-g-b4 .tel {
    width: auto;
  }
}
.footer .b2-g-b4 .bp p,
.footer .b2-g-b4 .tel p {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  font-size: 12px;
  padding-bottom: 10px;
}
.footer .b2-g-b4 .bp img {
  max-width: 220px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .footer .b2-g-b4 .tel {
    padding-top: 30px;
  }
}
.footer .b2-g-b4 .tel a {
  color: #000;
  text-decoration: none;
  font-size: 36px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  height: 46px;
  display: flex;
  align-items: center;
  margin-top: -8px;
  letter-spacing: 2px;
  -webkit-font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}
@media screen and (max-width: 767px) {
  .footer .b2-g-b4 .tel a {
    height: auto;
  }
}
.footer .b2-g-b5 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.footer .b2-g-b5 .mentions {
  padding: 20px 0;
}
@media screen and (max-width: 1279px) {
  .footer .b2-g-b5 .mentions {
    display: flex;
    flex-direction: column;
  }
}
.footer .b2-g-b5 .mentions button {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: relative;
  margin: 0 20px;
  font-size: 12px;
}
@media screen and (max-width: 1279px) {
  .footer .b2-g-b5 .mentions button {
    margin-bottom: 20px;
    text-decoration: underline;
  }
}
.footer .b2-g-b5 .mentions button:hover {
  text-decoration: underline;
}
.footer .b2-g-b5 .mentions button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -24px;
  content: "";
  margin: auto;
  text-decoration: none !important;
}
@media screen and (max-width: 1279px) {
  .footer .b2-g-b5 .mentions button::after {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20px;
  }
}
.footer .b2-g-b5 .mentions button:last-child::after {
  content: none;
}
.popins {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 1234567;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  display: none;
  /* Firefox */
  /* Chrome, Edge, and Safari */
}
.popins * {
  scrollbar-width: auto;
  scrollbar-color: #ccc #FFFFFF;
}
.popins *::-webkit-scrollbar {
  width: 12px;
}
.popins *::-webkit-scrollbar-track {
  background: #FFFFFF;
}
.popins *::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
  border: 4px solid #FFFFFF;
}
.popins .popin {
  background-color: #FFFFFF;
  width: 720px;
  max-height: 80%;
  height: auto;
  position: relative;
  margin: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 5px;
}
.popins .popin .popin-header {
  position: relative;
}
.popins .popin .popin-header .popinArt {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 575px) {
  .popins .popin .popin-header .popinArt {
    width: 60px;
    height: auto;
  }
}
.popins .popin .popin-header h1 {
  font-size: 40px;
  padding: 60px 40px 60px 40px;
  text-align: left;
  color: #81D0C1;
  line-height: 100%;
  width: auto;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.popins .popin .popin-header h1::after {
  content: "";
  display: none;
}
@media screen and (max-width: 575px) {
  .popins .popin .popin-header h1 {
    padding: 30px 60px 30px 20px;
    font-size: 34px;
  }
}
.popins .popin .popin-header button {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  text-align: center;
  background-color: transparent;
  border: none;
  outline: none;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  transition: opacity 0.125s ease-in-out;
  font-size: 28px;
}
.popins .popin .popin-header button:hover {
  opacity: 0.5;
}
.popins .popin .popin-content {
  color: #000;
  height: 100%;
  overflow-y: auto;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .popins .popin .popin-content {
    margin-bottom: 20px;
  }
}
.popins .popin .popin-content > div {
  overflow: hidden;
  margin: 0 40px 40px 40px;
}
@media screen and (max-width: 575px) {
  .popins .popin .popin-content > div {
    margin: 0 20px 20px 20px;
  }
}
.popins .popin .popin-content > div .tableau {
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  padding-bottom: 20px;
}
.popins .popin .popin-content > div .tableau table,
.popins .popin .popin-content > div .tableau tr,
.popins .popin .popin-content > div .tableau td {
  border: 1px solid #000;
  height: auto;
  color: #5d6968;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
.popins .popin .popin-content > div .tableau table {
  width: 100%;
  min-width: 575px;
}
.popins .popin .popin-content > div .tableau tr:first-child {
  background-color: #eee;
}
.popins .popin .popin-content > div .tableau td {
  text-align: center;
  padding: 20px;
  min-width: 100px;
}
.popins .popin .popin-content > div .tableau td a {
  font-size: 14px;
}
.popins .popin .popin-content > div .tableau td span {
  padding-top: 10px;
  font-size: 11px;
  line-height: 120%;
  display: block;
}
.popins .popin .popin-content > div .tableau::-webkit-scrollbar {
  display: none !important;
}
.popins .popin .popin-content > div h4 {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 120%;
  padding-bottom: 10px;
  color: #000;
  letter-spacing: normal !important;
  line-height: 100%;
}
.popins .popin .popin-content > div p {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  letter-spacing: normal !important;
  padding-bottom: 20px;
  line-height: 160%;
  color: #5d6968 !important;
}
.popins .popin .popin-content > div p:last-child {
  padding-bottom: 0;
}
.popins .popin .popin-content > div li {
  list-style: none;
  position: relative;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  padding-bottom: 20px;
  line-height: 160%;
  color: #5d6968 !important;
  letter-spacing: normal !important;
  margin: 0 20px;
}
.popins .popin .popin-content > div li::before {
  content: "●";
  position: absolute;
  font-size: 14px;
  line-height: 100%;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding-right: 10px;
  color: #5d6968;
  top: 4px;
  margin-left: -15px;
}
.popins .popin .popin-content > div .soustitre {
  color: #5d6968;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 160%;
  font-style: italic;
}
.popins .popin .popin-content > div .soustitre::before {
  content: "•";
  padding-right: 10px;
}
.popins .popin .popin-content > div a {
  color: #5d6968 !important;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 160%;
  text-decoration: underline;
}
.popin-active {
  display: flex !important;
}
