@import "reset.css";
@font-face {
  font-family: 'Nohemi-Reg';
  src: url('../fonts/Nohemi-Regular.ttf') format('truetype'), url('../fonts/Nohemi-Regular.woff2') format('woff2'), url('../fonts/Nohemi-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi-Med';
  src: url('../fonts/Nohemi-Medium.ttf') format('truetype'), url('../fonts/Nohemi-Medium.woff2') format('woff2'), url('../fonts/Nohemi-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi-Bold';
  src: url('../fonts/Nohemi-Bold.ttf') format('truetype'), url('../fonts/Nohemi-Bold.woff2') format('woff2'), url('../fonts/Nohemi-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.fontSoleilLig {
  font-family: "soleil", sans-serif;
  font-weight: 300;
  line-height: 120%;
  font-style: normal;
}
.fontSoleilReg {
  font-family: "soleil", sans-serif;
  font-weight: 400;
  line-height: 120%;
  font-style: normal;
}
.fontSoleilBold {
  font-family: "soleil", sans-serif;
  font-weight: 700;
  line-height: 120%;
  font-style: normal;
}
.fontNohReg {
  font-family: "Nohemi-Reg", sans-serif;
  line-height: 120%;
  font-style: normal;
}
.fontNohMed {
  font-family: "Nohemi-Med", sans-serif;
  line-height: 120%;
  font-style: normal;
}
.fontNohBold {
  font-family: "Nohemi-Bold", sans-serif;
  line-height: 120%;
  font-style: normal;
}
.fontReg {
  font-family: "soleil", sans-serif;
  font-weight: 400;
  line-height: 120%;
  font-style: normal;
}
.fontBold {
  font-family: "soleil", sans-serif;
  font-weight: 700;
  line-height: 120%;
  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: "soleil", sans-serif;
  font-weight: 400;
  line-height: 120%;
  font-style: normal;
  font-size: 16px;
  position: relative;
  margin: 0;
  padding: 0;
}
.is-hidden {
  visibility: hidden;
}
.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: "soleil", sans-serif;
  font-weight: 400;
  line-height: 120%;
  font-style: normal;
}
b,
strong {
  font-family: "soleil", sans-serif;
  font-weight: 700;
  line-height: 120%;
  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;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .top {
    height: auto;
  }
}
.top .background {
  background-image: url("../images/visuel01.webp");
  /* Remplace par le lien de ton image */
  background-size: cover;
  background-position: bottom center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .top .background {
    height: 100vh;
    height: 100dvh;
  }
}
.top .background .columns-container {
  width: 100%;
  height: 100%;
  display: flex;
}
.top .background .column {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.top .background .block {
  width: 100%;
  background-color: white;
  opacity: 1;
}
.top .background .arrowbg {
  display: none;
}
@media screen and (max-width: 1023px) {
  .top .background .arrowbg {
    display: block;
    position: absolute;
    bottom: 90px;
    left: 70px;
    z-index: 5;
    animation: animArrowBg 2s ease-in-out infinite;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .top .background .arrowbg {
    left: 30px;
  }
}
@keyframes animArrowBg {
  0% {
    transform: rotate(90deg) translateX(0);
    /* Position de départ (gauche) */
  }
  50% {
    transform: rotate(90deg) translateX(-50px);
    /* Position intermédiaire (droite) */
  }
  100% {
    transform: rotate(90deg) translateX(0);
    /* Retour à la position de départ */
  }
}
.top .title {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  left: 190px;
  font-family: "Nohemi-Bold", sans-serif;
  line-height: 120%;
  font-style: normal;
  color: #fff;
  line-height: 100%;
  font-size: clamp(110px, 14vh, 150px);
  z-index: 2;
  position: absolute;
}
@media (max-width: 1279px) {
  .top .title {
    left: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .top .title {
    height: calc(100vh - 80px);
    height: calc(100dvh - 80px);
  }
}
@media (max-width: 767px) {
  .top .title {
    left: 30px;
    font-size: clamp(70px, 20vw, 110px);
  }
}
.top .title .line {
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
}
.top .title .char {
  transform: translateY(100%);
  display: inline-block;
  white-space: pre;
}
.top .logo {
  position: absolute;
  top: 5vh;
  left: 70px;
  z-index: 3;
}
@media (max-width: 767px) {
  .top .logo {
    left: 30px;
  }
}
.top .logo .wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.top .logo .logo-prog1 {
  padding-right: 12px;
}
@media (max-width: 1279px) {
  .top .logo .logo-prog1 {
    transform-origin: top left;
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    left: 192px;
    width: auto;
    height: 192px;
  }
}
@media (max-width: 1279px) {
  .top .logo .logo-prog2 {
    transform-origin: top left;
    position: absolute;
    top: 45px;
    left: 136px;
    width: 54px;
    height: auto;
  }
}
.top .btn-validation {
  margin-top: 20px;
}
.top .btn-decouvrir {
  background-color: #000;
  width: 350px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 100px;
  bottom: 0;
  z-index: 4;
  overflow: hidden;
  transform: translateY(70px);
}
@media (max-width: 1440px) {
  .top .btn-decouvrir {
    right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .top .btn-decouvrir {
    display: none;
  }
}
.top .btn-decouvrir:hover .column-1 {
  top: 100%;
}
.top .btn-decouvrir:hover .column-2 {
  top: 100%;
}
.top .btn-decouvrir:hover .column-3 {
  top: 100%;
}
.top .btn-decouvrir:hover .column-4 {
  top: 100%;
}
.top .btn-decouvrir:hover .column-5 {
  top: 100%;
}
.top .btn-decouvrir span {
  color: #fff;
  text-transform: uppercase;
  font-family: "Nohemi-Med", sans-serif;
  line-height: 120%;
  font-style: normal;
  font-size: 28px;
  position: relative;
  z-index: 10;
}
.top .btn-decouvrir .column-1,
.top .btn-decouvrir .column-2,
.top .btn-decouvrir .column-3,
.top .btn-decouvrir .column-4,
.top .btn-decouvrir .column-5 {
  position: absolute;
  width: calc(100% / 5);
  background: linear-gradient(to top, transparent, rgba(255, 255, 255, 0.3));
  pointer-events: none;
  top: -200%;
  height: 200%;
  z-index: 1;
}
.top .btn-decouvrir .column-1 {
  left: 0;
  transition: top 0.6s ease-in-out 0.3s;
}
.top .btn-decouvrir .column-2 {
  left: calc(100% / 5);
  transition: top 0.6s ease-in-out 0.2s;
}
.top .btn-decouvrir .column-3 {
  left: calc(2 * 100% / 5);
  transition: top 0.6s ease-in-out;
}
.top .btn-decouvrir .column-4 {
  left: calc(3 * 100% / 5);
  transition: top 0.6s ease-in-out 0.2s;
}
.top .btn-decouvrir .column-5 {
  left: calc(4 * 100% / 5);
  transition: top 0.6s ease-in-out 0.1s;
}
.top .arrow {
  position: absolute;
  right: 480px;
  bottom: 8px;
  z-index: 4;
  animation: animArrow 2s ease-in-out infinite;
  opacity: 0;
}
@media (max-width: 1440px) {
  .top .arrow {
    right: 400px;
  }
}
@media screen and (max-width: 1023px) {
  .top .arrow {
    display: none;
  }
}
@keyframes animArrow {
  0% {
    transform: translateX(0);
    /* Position de départ (gauche) */
  }
  50% {
    transform: translateX(-75px);
    /* Position intermédiaire (droite) */
  }
  100% {
    transform: translateX(0);
    /* Retour à la position de départ */
  }
}
.top .formulaire {
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: 100px;
  background-color: #000;
  width: 420px;
  transform: translateY(100%);
  pointer-events: none;
}
@media (max-width: 1440px) {
  .top .formulaire {
    right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .top .formulaire {
    position: relative;
    right: auto;
    width: 100%;
    transform: none;
    margin-top: 100vh;
    margin-top: 100dvh;
    display: block !important;
    pointer-events: auto !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
.top .formulaire form {
  position: relative;
}
.top .formulaire .close-form {
  position: absolute;
  top: 20px;
  right: 30px;
}
@media (max-width: 1023px) {
  .top .formulaire .close-form {
    display: none;
  }
}
.top .formulaire .etape2 {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top .formulaire .titre,
.top .formulaire .sstitre {
  margin: 0 30px;
  color: #fff;
  font-family: "Nohemi-Bold", sans-serif;
  font-style: normal;
  line-height: 120%;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  width: -webkit-fill-available;
}
@media (max-width: 1023px) {
  .top .formulaire .titre,
  .top .formulaire .sstitre {
    text-align: center;
    display: flex;
    flex-direction: column;
  }
}
.top .formulaire .titre {
  padding: 80px 0 10px;
  font-size: 30px;
}
.top .formulaire .sstitre {
  font-size: 18px;
}
.top .formulaire .sstitre span {
  font-size: 30px;
  line-height: 110%;
}
.top .formulaire .desc {
  padding-top: 20px;
  padding-bottom: 240px;
  font-family: "Nohemi-Reg", sans-serif;
  line-height: 120%;
  font-style: normal;
  color: #fff;
  font-size: 18px;
  line-height: 140%;
  margin: 0 30px;
}
@media (max-width: 1023px) {
  .top .formulaire .desc {
    padding-bottom: 80px;
    max-width: 600px;
  }
}
.top .formulaire .desc b {
  font-family: "Nohemi-Bold", sans-serif;
  line-height: 120%;
  font-style: normal;
}
.top .formulaire .champs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 7px;
  padding: 40px 0 15px;
  max-width: 600px;
  margin: 0 auto;
  width: calc(100% - 60px);
}
@media (max-width: 767px) {
  .top .formulaire .champs {
    grid-template-columns: repeat(1, 1fr);
    gap: 7px;
  }
}
.top .formulaire .input {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .top .formulaire .input {
    margin-right: 0;
  }
}
.top .formulaire .input:last-child {
  margin-right: 0;
}
.top .formulaire .input .input-field {
  width: -webkit-fill-available;
  width: -moz-available;
  height: 40px;
  padding: 0 15px;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  font-family: "soleil", sans-serif;
  font-weight: 400;
  line-height: 120%;
  font-style: normal;
  transition: all 0.125s ease-in-out;
  box-shadow: none !important;
}
.top .formulaire .input .input-field::placeholder {
  color: #fff;
}
.top .formulaire .input .input-field:focus,
.top .formulaire .input .input-field:valid,
.top .formulaire .input .input-field:not(:placeholder-shown):not(:focus):invalid {
  background-color: #3a3a3a;
  border-color: #3a3a3a;
}
.top .formulaire .input .input-field:focus + .input-label,
.top .formulaire .input .input-field:valid + .input-label,
.top .formulaire .input .input-field:not(:placeholder-shown):not(:focus):invalid + .input-label {
  opacity: 0;
}
.top .formulaire .input .input-label {
  position: absolute;
  top: 7px;
  left: 15px;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  font-family: "soleil", sans-serif;
  font-weight: 400;
  line-height: 120%;
  font-style: normal;
  pointer-events: none;
  padding: 5px 0;
  transition: opacity 0.25s ease-in-out;
}
.top .formulaire .input .error {
  background-image: url("../images/ico_error.svg");
  background-size: contain;
  position: absolute;
  top: 13px;
  right: 10px;
  height: 16px;
  width: 16px;
  display: none;
  z-index: 5;
}
.top .formulaire .optin {
  max-width: 600px;
  margin: 0 auto;
  width: calc(100% - 60px);
  padding-bottom: 20px;
}
.top .formulaire .input-optin {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.top .formulaire .input-optin span {
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 12px;
  line-height: 140%;
  font-family: "soleil", sans-serif;
  font-weight: 400;
  line-height: 120%;
  font-style: normal;
}
.top .formulaire .input-optin span a {
  color: #fff;
  text-decoration: underline !important;
}
.top .formulaire .input-optin .input-radio {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 60%;
  margin: 0 auto;
  padding-bottom: 0;
  font-family: "soleil", sans-serif;
  font-weight: 700;
  line-height: 120%;
  font-style: normal;
}
.top .formulaire .input-optin .input-radio input {
  appearance: none;
  pointer-events: none;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #000;
  border: 1px solid #fff;
  padding: 0;
  margin: 0;
}
.top .formulaire .input-optin .input-radio input:focus {
  outline: none;
}
.top .formulaire .input-optin .input-radio input:checked {
  background-color: #fff;
  border: 6px solid #97C21E;
}
.top .formulaire .input-optin .input-radio .label-radio {
  display: flex;
  align-items: center;
  padding: 6px 10px 6px 6px;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
.top .formulaire .input-optin .input-radio .label-radio input {
  flex-shrink: 0;
}
.top .formulaire .input-optin .input-radio .label-radio span {
  font-size: 15px;
  padding-left: 6px;
}
.top .formulaire .input-optin .input-radio .label-radio:hover {
  background-color: #333;
}
.top .formulaire .input-optin .label-radio {
  margin-top: 8px;
  margin-bottom: 0;
}
.top .formulaire .formButtonValidation,
.top .formulaire #formloader,
.top .formulaire #formloader2 {
  height: 58px;
}
@media (max-width: 1023px) {
  .top .formulaire .formButtonValidation,
  .top .formulaire #formloader,
  .top .formulaire #formloader2 {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.top .formulaire .formButtonValidation {
  color: white;
  font-family: "Nohemi-Bold", sans-serif;
  line-height: 120%;
  font-style: normal;
  font-size: 26px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 208px;
  height: 58px;
  background: #97C21E;
  border-radius: 10px;
  letter-spacing: 0.05em;
  margin: 0 30px;
}
.top .formulaire .formButtonValidation:hover {
  transform: translateY(-4px);
  filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.2)) brightness(1.1);
}
@media (max-width: 1023px) {
  .top .formulaire .formButtonValidation:hover {
    transform: none;
  }
}
.top .formulaire #formloader,
.top .formulaire #formloader2 {
  display: flex;
  justify-content: flex-start !important;
  align-items: center !important;
  flex-direction: row !important;
  text-align: center;
  margin: 0 30px;
}
@media (max-width: 1023px) {
  .top .formulaire #formloader,
  .top .formulaire #formloader2 {
    justify-content: center !important;
  }
}
.top .formulaire #formloader svg path,
.top .formulaire #formloader2 svg path,
.top .formulaire #formloader svg rect,
.top .formulaire #formloader2 svg rect {
  fill: #97C21E;
}
.top .formulaire #formloader p,
.top .formulaire #formloader2 p {
  margin-left: 10px;
  font-size: 16px;
  font-family: "soleil", sans-serif;
  font-weight: 400;
  line-height: 120%;
  font-style: normal;
  color: #97C21E;
}
.top .formulaire .mentions {
  display: block;
  padding: 15px 0 30px 0;
  margin: 0 30px;
  font-size: 12px;
  font-family: "soleil", sans-serif;
  font-weight: 400;
  line-height: 120%;
  font-style: normal;
  color: #fff;
  text-align: left;
}
@media (max-width: 1023px) {
  .top .formulaire .mentions {
    text-align: center;
    padding-bottom: 80px;
  }
}
.stickyBtn {
  position: fixed;
  z-index: 123;
  margin: 0;
  padding: 0;
  width: 100%;
  bottom: 0;
  background-color: #000;
  height: 80px;
  display: none;
}
@media screen and (max-width: 1023px) {
  .stickyBtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.stickyBtn button {
  width: 100%;
  height: 100%;
  color: #ffffff;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  transition: all 0.125s ease-in-out;
}
.stickyBtn button p {
  font-family: "Nohemi-Med", sans-serif;
  font-style: normal;
  font-size: 26px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  line-height: 120%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .stickyBtn button p {
    margin: 0 20px;
  }
}
.stickyBtn button:hover {
  filter: brightness(1.1);
}
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: "soleil", sans-serif;
  font-weight: 700;
  line-height: 120%;
  font-style: normal;
  display: none;
  border: 2px solid #97C21E;
  background-color: #97C21E;
  border-radius: 20px;
  margin-top: 10px;
}
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: "soleil", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 120%;
  border-bottom: 2px solid #EF7C6B;
  border-top: 2px solid #EF7C6B;
  color: #535351;
}
form #website,
form #website2 {
  display: none !important;
  visibility: hidden;
}
input {
  appearance: none;
  border-radius: 0;
}
.footer {
  position: relative;
  z-index: 20;
}
.footer .b2-g-b4 {
  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;
  width: calc(100% - 200px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  .footer .b2-g-b4 > .content {
    width: calc(100% - 140px);
  }
}
@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;
}
@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: "soleil", sans-serif;
  font-weight: 700;
  line-height: 120%;
  font-style: normal;
  color: #535351;
  font-size: 12px;
  padding-bottom: 10px;
}
.footer .b2-g-b4 .bp img {
  max-width: 220px;
  height: auto;
}
.footer .b2-g-b4 .tel {
  width: 350px;
}
@media screen and (max-width: 1440px) {
  .footer .b2-g-b4 .tel {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer .b2-g-b4 .tel {
    padding-top: 30px;
  }
}
.footer .b2-g-b4 .tel a {
  color: #000000;
  text-decoration: none;
  font-size: 36px;
  font-family: "soleil", sans-serif;
  font-weight: 700;
  line-height: 120%;
  font-style: normal;
  height: 46px;
  display: flex;
  align-items: center;
  margin-top: -8px;
  -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;
    font-size: 28px;
  }
}
.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: "soleil", sans-serif;
  font-weight: 400;
  line-height: 120%;
  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: 0;
}
.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: 34px;
  padding: 60px 40px 60px 40px;
  text-align: left;
  color: #97C21E;
  line-height: 100%;
  width: auto;
  font-family: "soleil", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 120%;
  text-transform: uppercase;
}
.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: "soleil", sans-serif;
  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: #2F2F2F;
  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 #2F2F2F;
  height: auto;
  color: #5d6968;
  font-family: "soleil", sans-serif;
  font-weight: 400;
  line-height: 120%;
  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: "soleil", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 120%;
  padding-bottom: 10px;
  color: #2F2F2F;
  letter-spacing: normal !important;
  line-height: 100%;
}
.popins .popin .popin-content > div p {
  font-size: 14px;
  font-family: "soleil", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal !important;
  padding-bottom: 20px;
  line-height: 120%;
  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: "soleil", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 20px;
  line-height: 120%;
  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: "soleil", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  padding-right: 10px;
  color: #5d6968;
  margin-left: -15px;
}
.popins .popin .popin-content > div .soustitre {
  color: #5d6968;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 120%;
  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: "soleil", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  text-decoration: underline;
}
.popin-active {
  display: flex !important;
}
#slider {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#slider .swiper {
  width: 100%;
  height: 100%;
}
#slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}
@media screen and (max-width: 1279px) {
  #slider .swiper-slide img {
    object-position: center;
  }
}
#slider .swiper-button-next,
#slider .swiper-button-prev {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  #slider .swiper-button-next,
  #slider .swiper-button-prev {
    transform: scale(0.7);
    transform-origin: center;
  }
}
.swiper-pagination {
  margin-bottom: 15px;
  z-index: 5;
  bottom: -50px !important;
}
.swiper-pagination-bullet {
  background-color: #000 !important;
  border-radius: 0 !important;
  transform-origin: center;
  transform: rotate(45deg);
  margin: 5px !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background-color: #D9B781 !important;
}
.fancybox__slide {
  padding: 0 30px !important;
}
.fancybox__content {
  padding: 10px !important;
  margin: 30px 0 !important;
}
