@import "reset.css";
.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: #363636;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  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;
}
.mw-1920 {
  max-width: 1920px;
}
a {
  outline: none !important;
}
p {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  line-height: 180%;
}
b,
strong {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
}
button {
  background-color: transparent;
  border: none;
  outline: none;
}
.pin-spacer {
  pointer-events: none !important;
}
/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    min-height: -webkit-fill-available;
  }
}
#landing {
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  height: 100dvh;
  padding: 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  #landing {
    height: auto;
  }
}
#landing .content {
  flex-direction: row;
  height: auto;
}
@media screen and (max-width: 1279px) {
  #landing .content {
    flex-direction: column;
  }
}
#landing .left {
  width: calc(100% - 420px);
  height: 100vh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
}
#landing .left .content {
  flex-direction: column;
}
@media screen and (max-width: 1279px) {
  #landing .left {
    width: 100%;
    height: auto;
  }
}
#landing .right {
  width: 420px;
  height: auto;
  top: 0;
  position: relative;
  z-index: 3;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  overflow-x: none;
  overflow-y: auto;
}
@media screen and (max-width: 1279px) {
  #landing .right {
    width: 100%;
    overflow: hidden;
  }
}
#landing .right .bloc1 {
  padding: 30px 0;
  position: relative;
  background-color: #330961;
  font-size: 24px;
}
@media screen and (max-width: 1279px) {
  #landing .right .bloc1 {
    width: 100%;
  }
}
#landing .right .bloc1 p {
  margin: 0 60px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
  color: #F3F1EB;
  text-transform: uppercase;
}
#landing .right .bloc2,
#landing .right .bloc3,
#landing .right .champs,
#landing .right .footer-desk {
  align-items: center;
  display: flex;
  justify-content: center;
}
#landing .right .bloc2 .content,
#landing .right .bloc3 .content,
#landing .right .champs .content,
#landing .right .footer-desk .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% - 60px);
}
#landing .right .bloc2 {
  background-color: white;
  padding: 30px 0 20px 0;
  font-size: 18px;
  color: #330961;
}
@media screen and (max-width: 1279px) {
  #landing .right .bloc2 {
    max-width: 640px;
    width: 100%;
  }
}
#landing .right .bloc2 p {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  font-size: 22px;
}
#landing .right .bloc2 hr {
  height: 4px;
  width: 20%;
  background-color: #70b78b;
  border: none;
  margin: 20px 0;
}
#landing .right .bloc2 ul li {
  text-align: left;
  position: relative;
  list-style: none;
  font-size: 18px;
  padding-bottom: 15px;
  margin-left: 25px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
}
#landing .right .bloc2 ul li:last-child {
  padding-bottom: 0;
}
#landing .right .bloc2 ul li:before {
  content: "+";
  font-size: 24px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  line-height: 120%;
  position: absolute;
  top: -4px;
  left: -25px;
  width: 14px;
  height: 8px;
}
#landing .right .bloc3 {
  background-color: white;
  padding-bottom: 30px;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  #landing .right .bloc3 {
    max-width: 640px;
    width: 100%;
  }
}
#landing .right .bloc3 div {
  width: 100%;
  background-color: #70b78b;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
#landing .right .bloc3 div p {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  margin: 15px 5px;
}
@media screen and (max-width: 1279px) {
  #landing .right .bloc3 div p {
    margin: 15px 90px;
  }
}
@media screen and (max-width: 767px) {
  #landing .right .bloc3 div p {
    margin: 15px 30px;
  }
}
@media screen and (max-width: 1279px) {
  #landing .right .champs {
    max-width: 640px;
    width: 100%;
  }
}
#visuelTop {
  width: 100%;
  position: relative;
  height: 100vh;
  height: 100dvh;
}
@media screen and (max-width: 1279px) {
  #visuelTop {
    height: calc(100vh - 90px);
    height: calc(100dvh - 90px);
    background-position: center;
  }
}
@media screen and (max-width: 1023px) {
  #visuelTop {
    background-position: center;
    min-height: 460px;
  }
}
#visuelTop .degBot {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60%;
  width: 100%;
  background: linear-gradient(0, rgba(0, 0, 0, 0.65) 20%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #visuelTop .degBot {
    height: 60%;
  }
}
#visuelTop .logo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 210px;
  height: auto;
  margin: 0 auto;
  z-index: 3;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #visuelTop .logo {
    width: 100px;
  }
}
#visuelTop .logo img {
  width: 100%;
  height: auto;
}
#visuelTop .coin {
  position: absolute;
  left: 32px;
  top: 0;
  width: 270px;
  height: auto;
  margin: 0 auto;
  z-index: 3;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #visuelTop .coin {
    width: 200px;
  }
}
#visuelTop .coin img {
  width: 100%;
  height: auto;
}
#visuelTop .deco {
  position: absolute;
  right: -20px;
  top: -270px;
  width: 270px;
  height: auto;
  margin: 0 auto;
  z-index: 3;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #visuelTop .deco {
    width: 100px;
    top: -100px;
  }
}
#visuelTop .deco img {
  width: 100%;
  height: auto;
}
#visuelTop .deco2 {
  position: absolute;
  left: -110px;
  bottom: -350px;
  width: 430px;
  height: auto;
  margin: 0 auto;
  z-index: 3;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #visuelTop .deco2 {
    display: none;
  }
}
#visuelTop .deco2 img {
  width: 100%;
  height: auto;
}
#visuelTop .accroche {
  position: absolute;
  left: 60px;
  bottom: 90px;
  margin: 0 auto;
  z-index: 3;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #visuelTop .accroche {
    bottom: 60px;
    left: 20px;
  }
}
#visuelTop .accroche .t1 {
  color: #FFFFFF;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  line-height: 120%;
  font-size: 32px;
  margin-right: 60px;
}
@media screen and (max-width: 1439px) {
  #visuelTop .accroche .t1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  #visuelTop .accroche .t1 {
    font-size: 16px;
  }
}
#visuelTop .accroche .t2 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
  font-size: 60px;
  margin-right: 60px;
}
@media screen and (max-width: 1439px) {
  #visuelTop .accroche .t2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  #visuelTop .accroche .t2 {
    font-size: 24px;
    margin-right: 20px;
  }
}
#visuelTop .accroche .t2 span {
  color: #70b78b;
}
#visuelTop .accroche .t3 {
  margin-bottom: 20px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
  background-color: #70b78b;
  font-size: 22px;
  margin-right: 60px;
  padding: 5px 15px;
  width: 330px;
}
#visuelTop .accroche .t3 sup {
  font-size: 10px;
  vertical-align: 7px;
  line-height: 0;
}
#visuelTop .accroche .t3 span {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  text-transform:lowercase;
}
@media screen and (max-width: 1439px) {
  #visuelTop .accroche .t3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  #visuelTop .accroche .t3 {
    font-size: 14px;
    width: 210px;
    margin-bottom: 10px;
  }
  #visuelTop .accroche .t3 span {
    
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    text-transform:lowercase;
  }
}
#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: top center;
}
@media screen and (max-width: 1279px) {
  #slider .swiper-slide img {
    object-position: center;
  }
}
#slider .swiper-button-next,
#slider .swiper-button-prev {
  margin: 0 15px;
  color: #FFFFFF;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #slider .swiper-button-next,
  #slider .swiper-button-prev {
    margin: 0 5px;
    transform: scale(0.7);
    display: none;
  }
}
.swiper-pagination {
  margin-bottom: 15px;
  z-index: 5;
}
.swiper-pagination-bullet {
  background-color: #FFFFFF !important;
}
.footer {
  display: none;
}
.footer-desk {
  background-color: #330961;
  padding: 15px 0;
  width: 100%;
}
.footer-desk .mentions1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
.footer-desk .mentions1 a {
  color: #FFFFFF;
  font-size: 22px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
}
.footer-desk .mentions1 button {
  padding: 0;
  margin: 0;
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
}
.footer-desk .mentions2 {
  margin-top: 5px;
  display: block;
  text-align: center;
  width: 100%;
  color: #bfdad3;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .footer-desk .mentions2 {
    text-align: center;
  }
}
.footer-desk .mentions2 a {
  color: #bfdad3;
  font-size: 12px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
}
.footer-desk .mentions2 button {
  padding: 0;
  margin: 0;
  color: #bfdad3;
  font-size: 14px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
}
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;
  border-left: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
}
.eac-item {
  font-size: 16px;
}
form {
  margin-bottom: auto;
}
form .msgEr {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
form .error2 {
  font-size: 14px !important;
  color: #70b78b !important;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
  display: none;
  margin-bottom: 8px;
}
form .row .input {
  position: relative;
  width: 100%;
  padding-bottom: 6px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-right: 10px;
}
@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: #FFFFFF;
  border: 1px solid #330961;
  position: relative;
  margin: 0;
  color: #330961;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  transition: border 0.125s ease-in-out;
  box-shadow: none !important;
}
form .row .input .input-field::placeholder,
form .row .input .input-textarea::placeholder {
  transition: opacity 0.125s ease-in-out;
}
form .row .input .input-label {
  color: #330961;
  font-size: 16px;
  pointer-events: none;
  padding: 5px 0;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  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 10px;
}
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.4;
}
form .row .input .input-field:focus + .input-label,
form .row .input .input-textarea:focus + .input-label,
form .row .input .input-field:valid + .input-label,
form .row .input .input-textarea:valid + .input-label,
form .row .input .input-field:not(:placeholder-shown):not(:focus):invalid + .input-label,
form .row .input .input-textarea:not(:placeholder-shown):not(:focus):invalid + .input-label {
  opacity: 0;
}
form .row .input .input-field::placeholder {
  color: #330961;
}
form .row .input .error {
  background-image: url("../images/ico_error.svg");
  background-size: contain;
  height: 14px;
  width: 14px;
  position: absolute;
  top: 14px;
  right: 10px;
  display: none;
}
form .row .input-radio {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  color: #330961;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
}
form .row .input-radio input {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: none;
  border: 1px solid #330961;
  box-shadow: inset 0 0 0 4px #FFFFFF;
  background-color: #FFFFFF;
  appearance: none;
  padding: 0;
  margin: 0;
  pointer-events: none;
  position: relative;
}
form .row .input-radio input::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #330961;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  transform-origin: bottom left;
  transform: scale(0);
  transition: transform 0.125s ease-in-out;
}
form .row .input-radio input:focus {
  outline: none;
}
form .row .input-radio input:hover::before {
  transform: scale(1);
}
form .row .input-radio input:checked {
  box-shadow: inset 0 0 0 0 #FFFFFF;
  background-color: #330961;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}
form .row .input-radio input:checked::before {
  opacity: 0;
}
form .row .input-radio .label-radio {
  padding: 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 span {
  padding-left: 5px;
  font-size: 18px;
}
form .row .input-civ {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
form .row .input-civ .label-radio {
  margin-bottom: 0;
}
form .row .input-civ .input-radio {
  justify-content: space-evenly !important;
}
form .row .input-optin {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
form .row .input-optin .label-radio {
  margin-top: 8px;
  margin-bottom: 0;
}
form .row .input-optin .input-radio {
  justify-content: space-evenly;
}
form .row .input-optin > span {
  width: 100%;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  color: #330961;
  font-size: 14px;
  line-height: 140%;
}
form .row .input-optin > span a {
  color: #330961;
  text-decoration: underline !important;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
}
form .row .input-projet {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
form .row .input-projet .input-label {
  text-align: left;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
}
form .row .input-projet .input-radio {
  justify-content: space-around;
  width: 100%;
}
form .row .formButtonValidation,
form .row #formloader,
form .row #formloader2 {
  height: 40px;
}
form .row .formButtonValidation {
  background-color: #330961;
  border: 1px solid #330961 !important;
  border-radius: 5px;
  padding: 6px 30px;
  color: #FFFFFF;
  text-align: center;
  border: none;
  outline: none;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  transition: all 0.125s ease-in-out;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
}
form .row .formButtonValidation:hover {
  background-color: #70b78b;
  border: 1px solid #70b78b !important;
  color: #FFFFFF;
}
form .row #formloader,
form .row #formloader2 {
  text-align: center;
}
form .row #formloader svg path,
form .row #formloader2 svg path,
form .row #formloader svg rect,
form .row #formloader2 svg rect {
  fill: #363636;
}
form .row .mentions {
  display: block;
  padding: 15px 0 30px 0;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  font-size: 14px;
  color: #330961;
}
form #website,
form #website2 {
  display: none !important;
  visibility: hidden;
}
#contact {
  max-width: 480px;
  width: 100%;
  height: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1279px) {
  #contact {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #contact {
    width: 100%;
  }
}
#contact #msgConfirmation,
#contact #msgConfirmation2 {
  display: none;
  text-align: center;
}
#contact #msgConfirmation p,
#contact #msgConfirmation2 p {
  margin: 0 0 30px 0;
  padding: 20px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
  font-size: 16px;
  border-bottom: 2px solid #70b78b;
  border-top: 2px solid #70b78b;
  color: #70b78b;
}
#contact .row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #contact .row {
    flex-direction: column;
    align-items: center;
  }
}
.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: 26px;
  padding: 60px 40px 60px 40px;
  text-align: left;
  color: #d6c7a4;
  width: auto;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  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: 20px;
  }
}
.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: "Outfit", 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: #363636;
  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 #363636;
  height: auto;
  color: #666;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  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;
}
.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: 16px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
  padding-bottom: 10px;
  color: #666;
}
.popins .popin .popin-content > div p {
  font-size: 14px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  padding-bottom: 20px;
  line-height: 150%;
  color: #666;
}
.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: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  padding-bottom: 20px;
  line-height: 150%;
  color: #666;
}
.popins .popin .popin-content > div li::before {
  content: "●";
  position: relative;
  font-size: 14px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  padding-right: 10px;
  color: #666;
}
.popins .popin .popin-content > div .soustitre {
  color: #666;
  padding-bottom: 10px;
  font-size: 14px;
  font-style: italic;
}
.popins .popin .popin-content > div .soustitre::before {
  content: "•";
  padding-right: 10px;
}
.popins .popin .popin-content > div a {
  color: #666;
  font-size: 14px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
  text-decoration: underline;
}
.popin-active {
  display: flex !important;
}
.stickyBtn {
  position: fixed;
  z-index: 123456;
  margin: 0;
  padding: 0;
  width: 100%;
  bottom: 0;
  background-color: #70b78b;
  height: 90px;
  display: none;
}
@media screen and (max-width: 1279px) {
  .stickyBtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.stickyBtn button {
  color: #FFFFFF;
  background-color: #330961;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 10px 30px;
  border: none;
  outline: none;
  font-size: 18px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
  transition: all 0.125s ease-in-out;
}
.stickyBtn button:hover {
  filter: brightness(1.1);
}
