html {
  scroll-behavior: smooth;
}
.ajout_bas{
  margin-bottom: 2.272727272727273rem;
}
.ajout_haut{
  margin-top: 2.272727272727273rem;
}
.enlever_padHaut{
  padding-top: 0!important;
}
.enlever_padBas{
  padding-bottom: 0!important;
}
.ctnTitre3col > *:only-child,
.ctnBanner > *:only-child{
    margin-bottom: 0!important;
}
html:has(.rmp_menu_trigger.is-active) {
  overflow: hidden;
}
.headerBtn .wpml-ls-native{
  color: var(--bleu);
  font-size: 16px;
}
.wpml-ls-legacy-list-horizontal a{
  padding: 0!important;
}
.headerBtn .wpml-ls{
  padding-right: 0!important;
}
.gift-up-target .checkout-wrapper..max-w-lg{
  max-width: 50rem!important;
}
/*.bgTexture{
    content: '';
    display: block;
    background-image: url('images/logoTexture.png');
    background-repeat: no-repeat;   
    background-size: cover;        
    background-position: center; 
    width: 100%;
    height: 100%;
}*/
/* ===== ACCORDEON TOGGLE ===== */

.cta h3{
  font-size: 2.0588235294117645rem;
  line-height: 2.0588235294117645rem;
  text-transform: uppercase;
  letter-spacing: var(--letterspacing05);
}
section.theToggle::after {
    content: '';
    background-image: inherit;
    position: absolute;
    top: 0;
    left: 50%;
    z-index:-1;
    height: 120svh;
    background-size: cover;
    width: 100vw;
    transform: translateX(-50%);
}

section.theToggle {
    z-index: 1;
    overflow:hidden;
}
section.theToggle:has(.enlever_padHaut),
section.theToggle:has(.enlever_padBas){
  margin-top: 0!important;
}
/*section.theToggle{
  margin-top: 2.272727272727273rem;
}*/
.theTogglePage{
  padding: 4.318181818181818rem 6.4772727272727275rem;
  border-radius: 30px;
}

.theTogglePage .titreToggle h4{
  margin-bottom: 0!important;
}
.theTogglePage.bgVert .titreToggle h4{
  color: var(--bleu);
}
.theTogglePage.bgBrun .titreToggle h4{
  color: var(--beigeP);
}
.toggleMore{
  display:none;
}

/* each row */
.rowWrap{
  display: flex;
    border-bottom:1px solid var(--gris);
}
.rowToggle{
    padding: 1.2727272727272727rem 0;
    cursor:pointer;
    transition: all .25s ease;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.toggleMore {
  padding: 15px 0 1.1363636363636365rem 0;
}
.bgVert .rowWrap {
  display: flex;
  border-bottom: 1px solid var(--bleu);
}
.bgVert .toggleMore *{
 color: var(--bleu);
}
.bgBrun .rowWrap,
.bgMauve .rowWrap {
  display: flex;
  border-bottom: 1px solid var(--beigeP);
}

.theTogglePage.bgVert .moreDesc i{
  color: var(--bleu);
}
.theTogglePage.bgBrun .moreDesc i{
  color: var(--beigeP);
}
.rowToggle .moreDesc i{
  transition: all var(--transitionTiming);
}
.rowToggle .moreDesc i::before {
  content: "\2b"; /* plus */
  transition: all var(--transitionTiming);
}
.rowToggle.active .moreDesc i::before {
  content: "\2212"; /* minus */
  transition: all var(--transitionTiming);
}

/* ===== Ctn les toggles ===== */


/* ===== GRILLE VERTICALE ===== */

.gridVertical{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 26.6px;
  padding: 0 2.3636363636363638rem;
  padding-top: 150px;
  transition: all var(--transitionTiming);
}
.boxVertical{
  position: relative;
}
.title-block{
  padding: 2.272727272727273rem;
  border-radius: 50px;
  display: flex!important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.title-block .btn{
  margin-top: 0.8181818181818182rem;
}
.title-block img{
  padding-bottom: 2.272727272727273rem;
}
.title-block *{
  color: var(--beigeP);
}
.boxTxtImage{
  position: relative;
  overflow: hidden;
  border-radius: 45px;
  /*min-height: 68vh;*/
  height: 29.454545454545453rem;
  display: flex;
}

.boxVertical .pastille{
  position: absolute;
  z-index: 3;
  top: -30px;
  left: 50px;
  padding: 0.5909090909090909rem 1.6363636363636365rem;
  background-color: var(--orange);
  border-radius: 50px;
}
.boxVertical .pastille h4{
  color: var(--beigeP);
  margin-bottom: 0!important;
}
.optionImage,
.optionText {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s ease;
}
.optionText{
  padding: 2.272727272727273rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 45px;
  border: 4px solid var(--orange);
}
.optionText *{
  color: var(--orange);
}

.optionImage {
  opacity: 1;
  z-index: 1;
}
.optionImage img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Hover state */
.boxVertical:hover .optionImage {
  opacity: 0;
}

.boxVertical:hover .optionText {
  opacity: 1;
}


/* Title in center top */
.title-block {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}

/* First image */
.boxVertical:nth-of-type(1) {
    grid-column: 2;
    grid-row: 1;
}

/* Second image */
.boxVertical:nth-of-type(2) {
    grid-column: 1;
    grid-row: 1;
}

.boxVertical:nth-of-type(n+4):nth-of-type(3n + 2) {
    transform: translateY(-150px);
}
.title-block {
    grid-column: 2;
    transform: translateY(-150px);
}


/* ===== Tarif 2 colonnes  ===== */

.grilleTableau{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px 40px;
}
.spaceTableau{
  padding: 0 0.5rem;
}
.tableauTarif{
  width: 100%;
}
.gridTarifTableau .tabTitre{
  padding: 0.45454545454545453rem 0;
  background-color: var(--bleu);
  text-align: center;
  border-radius: 15px;
}
.gridTarifTableau .tabTitre h4{
  color: var(--beigeP);
  margin-bottom: 0!important;
}
.titreTarif{
  text-align: center;
}
.titreTarif h5{
  font-weight: 700;
}

.gridTarif_2col .item{
  text-align: center;
}
.gridTarif_2col.titreTarif2col{
  padding-bottom: 0.6818181818181818rem;
}
.gridTarif_2col{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10.5px;
  padding: 1.0909090909090908rem 0;
}
/*.gridTarif_2col + .gridTarif_2col{
  border-top: 1px solid var(--bleu);
}*/
.gridTarif_2col{
  border-bottom: 1px solid var(--bleu);
}
/* ===== Tarif 3/4  ===== */

.tarifSpaces{
  padding-right: 2.4318181818181817rem;
  padding-left: 2.4318181818181817rem;
}
.tableauTarif{
  width: 100%;
}
.gridTarifTableau34 .titreTableau{
  text-align: center;
  background-color: var(--bleu);
  border-radius: 15px;
  padding: 0.45454545454545453rem 2rem;
}
.gridTarifTableau34 .titreTableau h4,
.gridTarifTableau34 .tabTitre h5{
  color: var(--beigeP);
  margin-bottom: 0!important;
}
.tarifBox{
  display: inline-block;
  width: 100%;
  border-radius: 20px;
  padding: 4.545454545454546rem 10.531818181818181rem;
}
.titreTarif{
  text-align: center;
}
.titreTarif h5{
  font-weight: 700;
  color: var(--bleu);
}
.tarifBox .item{
  color: var(--bleu);
}
.bgBleu .tarifBox .item{
  color: var(--beigeP)!important;
}
.bgBleu .titreTarif h5,
.bgBleu .tableauTarif .item{
  color: var(--beigeP);
}
.gridTarifTableau34 .tabTitre{
  padding: 0.45454545454545453rem 1.8181818181818181rem;
  background-color: var(--mauve);
  text-align: center;
  border-radius: 15px;
  margin-top: 1.8409090909090908rem;
}
.gridTarifTableau34 .item{
  text-align: center;
  font-size: 0.8181818181818182rem;
}
.gridTarif_4col{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10.5px;
  padding: 1.0909090909090908rem 0;
}
.gridTarif_3col{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10.5px;
  padding: 1.0909090909090908rem 0;
}
.gridTarif_2col{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10.5px;
  padding: 1.0909090909090908rem 0;
}
.gridTarif_4col,
.gridTarif_3col,
.gridTarif_2col{
  border-bottom: 1px solid var(--bleu);
}
.bgBleu .gridTarif_4col,
.bgBleu .gridTarif_3col,
.bgBleu .gridTarif_2col{
  border-bottom: 1px solid var(--beigeP);
}
.ctnExtra{
  padding-top: 1.3636363636363635rem;
}
.liensTarifs{
  display: flex;
  justify-content: center;
  gap: 10px;
}
.liensTarifs .btn{
  margin-bottom: 0!important;
}
.tableauTarif .gridTarif_4col.titreTabsOnglet,
.tableauTarif .gridTarif_3col.titreTabsOnglet{
  padding-bottom: 0.6818181818181818rem!important;
}

/* ===== CONTENU TAB ===== */
.ctnTab .container{
  padding-left: 2.377272727272727rem;
  padding-right: 2.377272727272727rem;
}
.ctnTabTitre-wrapper{
  padding-bottom: 2.272727272727273rem;
  display: inline-block;
  width: 100%;
  background-color: var(--rose);
  border-radius: 30px;
}
.ctnTabTitre{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /*gap: 3.0454545454545454rem;*/
  gap: clamp(16px, 5vw, 3.0454545454545454rem);
}

.tab-item {
  cursor: pointer;
  min-width: 7.909090909090909rem;
}

.tabs .insideTabs{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.tabs .insideTabs h5{
  color: var(--bleu);
}
.tabs .iconeTab{
  width: 52.5px;
  height: 52.5px;
  border: 2px solid var(--bleu);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.tabs.active .iconeTab{
  background-color: #EA889B;  
}
.tabs .iconeTab i{
  color: var(--bleu);
  font-size: 25px;
} 
 
.desktop-content-wrapper {
  background-color: var(--beigeP);
}
 
/* Wrapper must be relative so absolute children stack correctly */
.ctnTab {
    position: relative;
}

/* All panels sit on top of each other, invisible by default */
.contents {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s ease;
}

/* Active panel is visible and interactive */
.contents.active {
    position: relative; /* takes up space in the flow */
    opacity: 1;
    pointer-events: auto;
}

.onglets_Box {
  width: 100%;
}
.ongletsBoxImg {
  display: flex;
  justify-content: center;
}
.ongletsBoxImg img {
  width: 32.27272727272727rem;
  height: 21.363636363636363rem;
  /*height: 100%;*/
  object-fit: cover;
  display: block;
  transform:  skew(0, -1deg);
  border-radius: 20px;
}
.bottomCtnTabs{
  background-color: var(--rose);
  display: inline-block;
  width: 100%;
  padding: 4.545454545454546rem 4.090909090909091rem;
  border-radius: 30px;
  margin-top: 0;
}
.ongletsBoxText *{
  color: var(--bleu);
}
/* ===== CTA ===== */
section.cta{
  margin-top: 2.272727272727273rem;
}
.cta.enlever_haut{
  margin-top: 0;
}
.liensCta{
  display: flex;
  justify-content: center;
  gap: 10px;
}
.liensCta .btn{
  font-size: 1rem;
  padding: 0.9545454545454546em 2.227272727272727rem;
  margin-bottom: 0;
}
.cta h2{
  text-wrap: balance;
}
/* ===== LISTE 5050 ===== */

.liste5050 .ctnListe{
    padding: 5rem 5.136363636363637rem;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    border: 4px solid var(--orange);
    border-radius: 30px;
}
.liste5050Grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
}
.liste5050 .slider5050Box + .slider5050Box{
    padding-top: 2.272727272727273rem;
}
.slider5050Box.boxMauve .ctnListe{
    border: 4px solid var(--mauve);
}
.slider5050Box.boxMauve .ctnListe *{
    color: var(--mauve);
}
.slider5050Box.boxOrange .ctnListe{
    border: 4px solid var(--orange);
}
.slider5050Box.boxOrange .ctnListe *{
    color: var(--orange);
}
.slider5050Box.boxBrun .ctnListe{
    border: 4px solid var(--brun);
}
.slider5050Box.boxBrun .ctnListe *{
    color: var(--brun);
}
.slider5050Box.boxVert .ctnListe{
    border: 4px solid var(--vert);
}
.slider5050Box.boxVert .ctnListe *{
    color: var(--vert);
}
.slider5050Box.boxBleu .ctnListe{
    border: 4px solid var(--bleu);
}
.slider5050Box.boxBleu .ctnListe *{
    color: var(--bleu);
}
.sliderImg img{
    transform: skew(0, -1deg);
    border-radius: 20px;
    object-fit: cover;
}

/* ===== SLIDER5050 ===== */

.slick-prev,
.slick-next {
    width: 4.409090909090909rem!important;
    height: 4.409090909090909rem!important;
    z-index: 10;
    background: var(--orange)!important;
    border-radius: 50%;
}
.slick-prev:focus,
.slick-next:focus{
    background: var(--orange);
}
.slick-prev:before,
.slick-next:before {
    display: none; 
}

.slider5050 .slick-prev i,
.slider5050 .slick-next i {
    font-size: 1.7272727272727273rem;
    color: var(--beigeP);
}
.slick-prev:hover,
.slick-next:hover {
    background: var(--bleu);
}
.slick-prev {
    left: -50px!important;
}
.slick-next {
    right: -50px!important;
}
.slider5050Grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
}
.sliderImg{
  display: flex;
  justify-content: center;
}
.slider5050 .le_slider .sliderImg img{
    object-fit: cover;
    display: block;
    transform:  skew(0, -1deg);
    border-radius: 30px;
}

.ctnSlider{
    position: relative;
    height: 100%;
    width: 100%;
}
.slide-counter{
    position: absolute;
    right: 52px;
    top: 52px;
    font-size: 22px;
    color: var(--orange);
}
.slider5050 .le_slider .sliderText{
    padding: 5rem;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    border: 4px solid var(--orange);
    border-radius: 30px;
}
.slider5050 .sliderText *{
  color: var(--orange);
}
/* ===== 5050 FULL ===== */

.ctnFull50{
  overflow: hidden;
}

/* ===== 5050 ===== */
.ctn50Normal .flexThat .h5050-text{
  padding-top: 3.6363636363636362rem;
}
.logoIcone{
  position: absolute;
  z-index: 2;
  top: 0;
  right: 3.6363636363636362rem;
  width: 6.818181818181818em;
  height: 100%;
}
.logoIcone img{
  width: 100%;
  object-fit: cover;
}
.h5050-image:has(.logoIcone){
  padding-top: 80px;
}
.h5050-image:not(.logoIcone){
  transform:  skew(0, -1deg);
}
.h5050-image > img{
  border-radius: 20px;
  /*width: 100%;*/
  object-fit: cover;
  /*height: 23.636363636363637rem;*/
  width: 100%;
  /*height: clamp(280px, 55vw, 550px);*/
}
.ctnFull50 .colonne_1 .h5050-image:not(.logoIcone) img{
  border-radius: 0 40px 40px 0;
}
.ctnFull50 .colonne_2 .h5050-image:not(.logoIcone) img{
  border-radius: 40px 0 0 40px;
}
.lien5050{
  display: flex;
  gap: 15px;
}
/* ===== 2 COLONNES BOX GRID ===== */

.grid2boite{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.454545454545454rem 5.2727272727272725rem;
  margin-top: 2.727272727272727rem;
}
.ctn2box{
  position: relative;
  /*margin-top: 1.3636363636363635rem;*/
}
.ctn2box .pastille2col{
  position: absolute;
  z-index: 3;
  top: -30px;
  left: 38px;
  padding: 0.5909090909090909rem 1.6363636363636365rem;
  border-radius: 50px;
}
.ctn2box .pastille2col h4{
  color: var(--beigeP);
  margin-bottom: 0!important;
}
.ctn2box.box_orange .pastille2col{
  background-color: var(--orange);
}
.ctn2box.box_mauve .pastille2col{
  background-color: var(--mauve);
}
.ctn2box.box_bleu .pastille2col{
  background-color: var(--bleu);
}
.ctn2box.box_rose .pastille2col{
  background-color: var(--rose);
}
.ctn2box.box_rose .pastille2col h4{
  color: var(--bleu);
}
.grid2boite .ctn2box:nth-child(2n + 1) {
  transform: translateY(-3.1818181818181817rem);
}
.vertImg2col{
  transform: skew(0, -1deg);
}
.vertImg2col img{
  width: 29.636363636363637rem; /*652px*/
  height: 22.727272727272727rem;
  object-fit: cover;
  border-radius: 20px;
}
.box2Small{
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: -2.727272727272727rem;
  margin-left: 1.3181818181818181rem;
  margin-right: 1.3181818181818181rem;
  width: 24.818181818181817rem; /*546px*/
}
.box2Small::after{
  content:"";
  position: absolute;
  inset: 0;
  z-index: -1;
  transform:  skew(0, -1deg);
  border-radius: 20px;
}
.tailleFullImg .vertImg2col img{
  max-height: 100%;
} 
.ctn2box.box_orange .box2Small::after{
  background-color: var(--orange);
}
.ctn2box.box_mauve .box2Small::after{
  background-color: var(--mauve);
}
.ctn2box.box_bleu .box2Small::after{
  background-color: var(--bleu);
}
.ctn2box.box_rose .box2Small::after{
  background-color: var(--rose);
}
.box2Small .insideBoxs {
  padding: 2.1818181818181817rem 2.727272727272727rem;
}
.ctn2box.box_rose .insideBoxs *{
  color: var(--bleu);
}
.box2Small .insideBoxs *{
  color: var(--beigeP);
}

/* ===== 2 COLONNES ===== */
.containerFull{
  display: inline-block;
  width: 100%;
}
.grid2col{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 66.1px;
}
.image2col{
  position: relative;
  z-index: 9;
  text-align: center;
  margin-bottom: -350px;
  margin-bottom: -18.2vw;
  padding: 0 2.272727272727273rem;
  transform: skew(0, -1deg);
}
.image2col img{
  /*width: 711px;*/
  width: 100%;
  /*height: 458.6px;*/
  height: 24vw;
  border-radius: 25px;
  object-fit: cover;
}

.box2col{
  width: 100%;
  position: relative;
  /*padding-top: 350px;*/
  padding-top: 18.2vw;
  z-index: 1;
  border-radius: 20px;
}

/*.box2col::after{
  content:"";
  position: absolute;
  inset: 0;
  z-index: -1;
  transform:  skew(0, -1deg);
  border-radius: 20px;
}*/

.box2col.box_mauve{
  background-color: var(--mauve);
}
.box2col.box_vert{
  background-color: var(--vert);
}
.box2col.box_brun{
  background-color: var(--brun);
}
.box2col .insideBoxs {
  padding: 2rem 2.272727272727273rem 4.181818181818182rem 2.272727272727273rem;
}
.box2col .insideBoxs :not(.btn):not(.btn *) {
  color: var(--beigeP);
}
/* ===== 3 COLONNES ===== */
.col3Section{
/*  margin-top: 2.272727272727273rem;
  margin-bottom: 2.272727272727273rem;*/
  background-repeat: no-repeat;
  background-size: cover;
}

.col3Section.Noimage_bg{
  margin: 0;
}
.col3Section h2{
  color: var(--beigeP);
}
/*.ctnTitre3col *{
  color: var(--beigeP);
}*/

.imgSpace{
  margin-top: 2.272727272727273rem;
  margin-bottom: 2.272727272727273rem;
}
.ctn3col {
    display: flex;
    flex-direction: column;
}
.grid3col{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px 36.2px;
}
.box3col{
  width: 100%;
  position: relative;
  padding-top: 150px;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.box3col h5{
  font-weight: 700;
}
.col3Section.Noimage_bg .box3col::after{
  background: linear-gradient(to bottom, #652D7F, var(--mauve));
}
.box3col::after{
  content:"";
  position: absolute;
  inset: 0;
  background: var(--beigeP);
  z-index: -1;
  transform:  skew(0, -1deg);
  border-radius: 20px;
}
.box3col .insideBoxs{
  padding: 2.8181818181818183rem 2.272727272727273rem 2.9545454545454546rem 2.272727272727273rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
  flex: 1;
}
.box3col .extraBtn{
  margin-top: 1.5909090909090908rem;
}
.box3col .insideBoxs *{
  color: var(--noir);
}
.col3Section.Noimage_bg .box3col .insideBoxs *{
  color: var(--beigeP);
}
.image3col{
  padding: 0 1.5rem;
  position: relative;
  z-index: 9;
  text-align: center;
  margin-bottom: -150px;
}
.image3col img{
  /*width: 475px;*/
  width: 100%;
  /*height: 280px;*/
  height: 12.727272727272727rem;
  border-radius: 20px;
  object-fit: cover;
}
/*.bloc3Col{
  margin-bottom: 1rem;
}*/
/* ===== BANNIERE PAGE ===== */

.pageBanner{
  /*margin-bottom: 2.272727272727273rem;*/
}

/* ===== BANNIERE ===== */

.homeBanner {
  /*padding: 0 !important;*/
  overflow: hidden;
  display: block;
  width: 100%;
}
.homeBanner .bannerImg {
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  height: 76vh;
  display: flex;
  align-items: stretch;
  position: absolute;
  width: 100%;
}

.homeBanner .bannerContainer {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.homeBanner .leftSide {
  flex: 0 0 auto;
  min-width: 0;
  width: 42.5vw;
  margin-left: calc(50% - 50vw);
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
  z-index: 2;
}
.homeBanner.imgBanner{
  height: 72svh;
}
body.home .homeBanner{
  min-height: 26.727272727272727rem;
}
body.home .homeBanner .bannerImg{
  height: 72svh;
}
body.home .homeBanner .overText{
  border-radius: 0 0 22vw 0;
  padding: 5.2272727272727275rem 6.454545454545454rem 4.7727272727272725rem 0;
}
body.home .homeBanner .leftSide{
  width: 50vw;
}
.homeBanner .overText {
  width: 100%;
  padding: 2.727272727272727rem 6.454545454545454rem 2.727272727272727rem 0;
  display: flex;
  align-items: center;
  background: linear-gradient(to right, var(--bleu) 0%, var(--mauve) 100%);
  border-radius: 0 0 130px 0;
}
.homeBanner .textebanner {
  padding-left: calc((100vw - 1706px) / 2 + 0rem);
}

.homeBanner .textebanner .ctnBanner * {
  color: var(--beigeP);
}

.liensBanner{
	display: flex;
	gap: 8px;
}
.liensBanner .btn,
#colophon .btn{
  font-size: 1rem;
  padding: 0.9545454545454546em 2.227272727272727rem;
}

/* <<<<<<<<<<<<<<<<<<<<<<< HEADER >>>>>>>>>>>>>>>>>>>>>>> */

.logo img{
	width: 113px;
}
.headerBtn{
  display: flex;
  align-items: center;
  gap: 15px;
  padding-left: 2.9545454545454546rem;
}
.headerBtn .btn{
  font-size: 0.7272727272727273rem;
}
#rmp_menu_trigger-761:not(.is-active) .responsive-menu-pro-inner::after{
  top: -11px!important;
}
/*.rmp-menu-wrap .rmp-menu-item-link{
  display: flex!important;
}
.rmp-menu-wrap .rmp-menu-subarrow{
  position: relative!important;
}*/
/* <<<<<<<<<<<<<<<<<<<<<<< FOOTER >>>>>>>>>>>>>>>>>>>>>>> */
.topFooter{
	padding-bottom: 1.8181818181818181rem;
	display: inline-block;
	width: 100%;
}
.bottomPage{
	border-top: 1px solid var(--beigeP); 
	padding-top: 1.6363636363636365rem;
}
.logoFooter{
	padding-bottom: 1.6363636363636365rem;
}
.logoFooter img{
	width: 362.2px;
}
.rsFooter{
  display: flex;
  justify-content: flex-end;
}
.footerBtn{
  display: flex;
  justify-content: center;
  gap: 20px;
}
.contactInfo p,
.horaireBox p{
	font-size: 0.8181818181818182rem;
	line-height: 1rem;
}
.gridHoraire{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	width: 100%;
  gap: 10px;
}
.contactInfo p + p{
  margin-top: 0.6818181818181818rem;
}
.contactInfo p:last-of-type{
  line-height: 1.1818181818181819rem;
}
.copyRight{
	text-align: center;
	padding-top: 2.272727272727273rem;
  padding-bottom: 1.6363636363636365rem;
}
.copyRight .privacy_policy a{
  margin-bottom: 0;
  font-size: 0.5rem;
  line-height: 0.7272727272727273rem;
}
/* <<<<<<<<<<<<<<<<<<<<<<< CONTACT >>>>>>>>>>>>>>>>>>>>>>> */
.page .nf-form-content input:not([type=submit]){
  color: #6b6b6b!important;
}

.page .nf-form-content .list-select-wrap .nf-field-element>div,
.page .nf-form-content .list-select-wrap>div div:after{
  height: 100%!important;
  border-radius: 20px;
  cursor: pointer!important;
}
.nf-form-fields-required{
  display: none;
}
.page .nf-form-content input:not([type=submit]),
.page .nf-form-content select.ninja-forms-field:not([multiple]){
  padding: 16px 15px!important;
  border-radius: 20px!important;
}
.nf-form-content textarea.ninja-forms-field{
  border-radius: 20px;
}
.nf-form-content .list-select-wrap>div div:after{
  content: "\f078"!important;
  font-family: "Font Awesome 6 Pro"!important;
  font-size: 16px!important;
}
.submit-container .submit-wrap .nf-element{
  font-size: 0.8181818181818182rem;
  line-height: 1rem;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  border-radius: 100px;
  padding: 0.6818181818181818rem 1.3636363636363635rem;
  white-space: nowrap;
  transition: all var(--transitionTiming);
  margin-bottom: 0.8181818181818182em;
  margin-top: 0.5454545454545454rem;
  color: var(--beigeP) !important;
  background-color: var(--mauve);
  border: 2px solid var(--mauve);
  height: auto;
}
.submit-container .submit-wrap .nf-element:hover{
  background-color: var(--bleu);
  border: 2px solid var(--bleu);
}
.nf-form-content{
  padding: 0!important;
}