.wp-block {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block[data-align="wide"] {

  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block[data-align="full"] {
  width: 100%;
  max-width: 100%;
}

.alignfull{
  width: 100%;
  max-width: 100%;
}

.alignwide{
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.alignright{
  text-align: right;
}

.aligncenter{
  text-align: center;
}

.page-gutenberg figure:not(.alignwide):not(.alignfull):not(.wp-block-media-text__media),
.page-gutenberg blockquote:not(.alignwide):not(.alignfull),
.page-gutenberg p:not(.alignwide):not(.alignfull):not(.legende),
.page-gutenberg h1:not(.alignwide):not(.alignfull),
.page-gutenberg h2:not(.alignwide):not(.alignfull),
.page-gutenberg h3:not(.alignwide):not(.alignfull),
.page-gutenberg h4:not(.alignwide):not(.alignfull),
.page-gutenberg h5:not(.alignwide):not(.alignfull),
.page-gutenberg h6:not(.alignwide):not(.alignfull),
.page-gutenberg ul:not(.alignwide):not(.alignfull):not(.blocks-gallery-grid),
.page-gutenbergol:not(.alignwide):not(.alignfull),
.page-gutenberg form:not(.alignwide):not(.alignfull),
.page-gutenberg .wp-block-image:not(.alignwide):not(.alignfull) {
  width: 100%;
  max-width: 1080px !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-sizing: border-box;
}

.page-gutenberg .wp-block-columns:not(.alignwide):not(.alignfull){
  width: 100%;
  max-width: 1080px !important;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.page-gutenberg .entete h1:not(.alignwide):not(.alignfull),
.page-gutenberg .entete p:not(.alignwide):not(.alignfull){
  width: 100%;
  max-width: 2300px !important;
  margin-left: auto;
  margin-right: auto;
}



.page-gutenberg .wp-block-columns {
  gap: 80px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Charcuterie Block W05 Regular";
  font-weight: 400;
  text-transform: uppercase;
}

.page-gutenberg{
  color: #222a36;
}

.page-gutenberg h1{
  font-size: clamp(30px, 7vw, 180px);
}

.page-gutenberg h2{
font-size: clamp(25px, 5vw, 50px);
}
.page-gutenberg h3{
  font-size: clamp(18px, 4vw, 40px);

}

.page-gutenberg h4{
  font-size: clamp(18px, 3.5vw, 30px);
background-image: url(../images/puce-li-noire.svg);
background-repeat: no-repeat;
background-position: left top;
padding-left:60px ;
}


p{
  font-size: 18px;
  line-height: 28px;
}

/* //////////// COULEURS DE TEXTE //////////// */
.has-noir-color {
  color: #000000;
}
.has-blanc-color {
  color: #ffffff;
}

.has-orange-color {
  color: #f2c23f;
}

.has-bleu-fonce-color {
  color: #222a36;
}

.has-bleu-ciel-color {
  color: #F8F8F8;
}


/* //////////// FIN COULEURS DE TEXTE //////////// */

/* //////////// COULEURS DE FOND //////////// */
.has-noir-background-color {
  background-color: #000000;
}
.has-blanc-background-color {
  background-color: #ffffff;
}

.has-orange-background-color {
  background-color: #f2c23f;
}

.has-bleu-fonce-background-color {
  background-color: #222a36;
}

.has-bleu-ciel-background-color {
  background-color: #F8F8F8;
}

.has-fond-jaune-motif-background-color {
  background-image: url(../images/fond-menu-autres-sites.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.has-fond-bleu-motif-background-color {
  background-image: url(../images/big-fond-engrenage-bleu.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}



/* //////////// FIN COULEURS DE FOND //////////// */

.is-style-tableau-horaires table {
  width: 100%;
  border-style: none;
}

.is-style-tableau-horaires thead {
  border-bottom: #c8c8c8 none 0px;
}

.is-style-tableau-horaires th {
  text-align: left;
  font-size: 22px;
  line-height: 22px;
  font-family: "Charcuterie Block W05 Regular";
  font-weight: 400;
  border-bottom: #c8c8c8 none 1px;
  border-top: #c8c8c8 none 0px;
  border-left: #c8c8c8 none 0px;
  border-right: #c8c8c8 none 0px;
  padding-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.is-style-tableau-horaires td {
  font-size: 18px;
  color: #303030;
  border-bottom: #c8c8c8 solid 1px;
  border-top: #c8c8c8 none 0px;
  border-left: #c8c8c8 none 0px;
  border-right: #c8c8c8 none 0px;
  padding-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.is-style-tableau-horaires tr:last-child td {
  border-bottom: #c8c8c8 none 0px;
}

hr.is-style-filet-gris {
  width: 100% !important;
  border-bottom: #222a36 1px solid;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 50px;
}

.is-style-paragraphe-22-px-bold{
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}


.bloc-intro-home {
  width: 100%;
  height: 100vh;
  background-image: url(../images/fond-experimental-park.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.lightning {
  width: 100%;
  height: 100vh;
  background-image: url(../images/fond-experimental-park.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-filter: brightness(3);
  filter: brightness(3);
  -o-filter: brightness(3);
  -moz-filter: brightness(3);
  z-index: 2;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  opacity: 0;
}

.flashit {
  -webkit-animation: flash ease-out 7s infinite;
  -moz-animation: flash ease-out 7s infinite;
  animation: flash ease-out 7s infinite;
  animation-delay: 2s;
}

@-webkit-keyframes flash {
  from {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
  93% {
    opacity: 0.6;
  }
  94% {
    opacity: 0.2;
  }
  96% {
    opacity: 0.9;
  }
  to {
    opacity: 0;
  }
}

@keyframes flash {
  from {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
  93% {
    opacity: 0.6;
  }
  94% {
    opacity: 0.2;
  }
  96% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.bloc-intro-home .bloc-opacite {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.45);
  position: relative;
  z-index: 3;
  display: flex;
  align-items: stretch;
  display: flex;
  color: #fff;
}

.bloc-intro-home a.custom-logo-link {
  width: 100%;
  max-width: 388px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

.bloc-intro-home a.custom-logo-link img {
  width: 100%;
  height: auto;
}

.bloc-intro-home .bloc-opacite .content {
  display: flex;
  align-items: stretch;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.bloc-intro-home p {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  margin-top: 70px;
  margin-bottom: 35px;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
}

.bloc-intro-home p span {
  color: #f2c23f;
}

.bloc-intro-home h1 {
  font-family: "Charcuterie Block W05 Regular";
  font-size: clamp(60px, 6vw, 150px);
  /*font-size: 8vw;*/
  text-align: center;
  color: #fff;
  font-weight: 400;
  margin-top: 35px;
  margin-bottom: 40px;
  line-height: 100%;
}

.bloc-intro-home h1 span {
  color: #f2c23f;
}

.bloc-intro-home .les-boutons {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  margin-top: 40px;
}

.bloc-intro-home .les-boutons a.btn-1 {
  height: 60px;
  width: 290px;
  text-align: center;
  font-family: "Charcuterie Block W05 Regular";
  font-size: 20px;
  line-height: 20px;
  box-sizing: border-box;
  padding-top: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #222a36;
  text-decoration: none;
  margin-right: 20px;
  background-image: url(../images/motif-bouton.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}

.bloc-intro-home .les-boutons a.btn-1:hover {
  color: #f2c23f;
  background-image: url(../images/motif-bouton-hover.jpg);
}

.bloc-intro-home .les-boutons a.btn-2 {
  height: 60px;
  width: 290px;
  text-align: center;
  font-family: "Charcuterie Block W05 Regular";
  font-size: 20px;
  line-height: 20px;
  box-sizing: border-box;
  padding-top: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
  text-decoration: none;
  margin-left: 20px;
  border: #fff solid 1px;
  transition: all 0.3s ease;
}

.bloc-intro-home .les-boutons a.btn-2:hover {
  color: #f2c23f;
  background-color: rgba(0, 0, 0, 0.65);
}

.banniere-boussole {
  width: 100%;
  background-image: url(../images/bandeau-engrenages-jaunes.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 120px;
  overflow-x: hidden;
}

.banniere-boussole .content {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.banniere-boussole .content.droite {
  flex-direction: row-reverse;
}

.banniere-boussole .content.gauche {
  flex-direction: row;
}

.banniere-boussole .content .image {
  width: 35%;
}

.banniere-boussole .content .image img {
  width: 100%;
  height: auto;
}

.banniere-boussole .content .texte {
  width: 65%;
}
.banniere-boussole .content.gauche .texte {
  padding-left: 60px;
}
.banniere-boussole .content.droite .texte {
  padding-right: 60px;
}

.banniere-boussole .content .texte h2 {
  font-family: "Charcuterie Block W05 Regular";
  font-size: clamp(40px, 3.5vw, 80px);
  font-weight: 400;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 35px;
  line-height: 110%;
}

.banniere-boussole .content .texte h2 span {
  color: #222a36;
}
.banniere-boussole .content .texte p {
  font-size: 23px;
  line-height: 35px;
  color: #222a36;
  margin-top: 30px;
  margin-bottom: 55px;
}

.banniere-boussole .content .texte a {
  height: 60px;
  text-align: center;
  font-family: "Charcuterie Block W05 Regular";
  font-size: 20px;
  line-height: 20px;
  box-sizing: border-box;
  padding-top: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #f2c23f;
  text-decoration: none;
  background-color: #222a36;
  display: inline-block;
  padding-left: 32px;
  padding-right: 32px;
  background-image: url(../images/motif-bouton-fonce.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.les-offres {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.les-offres .une-offre {
  width: 33.3333%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  position: relative;
}

.les-offres .une-offre .opacite {
  background-color: rgba(34, 42, 54, 0.65);
  width: 100%;
  min-height: 100%;
  padding-top: 140px;
  padding-bottom: 150px;
  transition: all 0.3s ease;
}

.les-offres .une-offre .opacite .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.les-offres .une-offre .opacite .content h3 {
  width: 100%;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 45px;
  font-size: clamp(25px, 2.5vw, 45px);
  line-height: 110%;
}

.les-offres .une-offre .opacite .content h3 span {
  color: #f2c23f;
  transition: all 0.3s ease;
}

.les-offres .une-offre .opacite .content span.faux-lien {
  color: #fff;
  font-size: 20px;
  margin: 0px;
}

.les-offres .une-offre a {
  margin: 0px;
  position: absolute;
  width: 100%;
  top: 0px;
  bottom: 0px;
  transition: all 0.3s ease;
}

.les-offres .une-offre .opacite.jaune {
  background-color: rgba(242, 194, 63, 0.65);
}
.les-offres .une-offre .opacite .content h3 span.noir {
  color: #222a36;
}

.pad-left-0{
  padding-left: 0%;
}


.pad-left-10{
  padding-left: 10%;
}

.pad-left-20{
  padding-left: 20%;
}

.pad-left-30{
  padding-left: 30%;
}

.pad-left-40{
  padding-left: 40%;
}

.pad-left-50{
  padding-left: 50%;
}




.carte-membre {
  width: 100%;
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 80px;
  color: #fff;
}

.carte-membre .content {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

.carte-membre .content h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #f2c23f;
  font-size: clamp(35px, 3.5vw, 95px);
  line-height: 110%;
  padding: 0px;
}

.carte-membre .content h4 span {
  color: #fff;
}

.carte-membre .content p {
  margin-top: 0px;
  font-size: 23px;
  line-height: 28px;
}

.carte-membre .content a {
  height: 60px;
  text-align: center;
  font-family: "Charcuterie Block W05 Regular";
  font-size: 20px;
  line-height: 20px;
  box-sizing: border-box;
  padding-top: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #222a36;
  text-decoration: none;
  display: inline-block;
  padding-left: 32px;
  padding-right: 32px;
  background-image: url(../images/motif-bouton.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}

.carte-membre .content a:hover {
  background-image: url(../images/motif-bouton-fonce.jpg);
  color: #f2c23f;
}

.actualites {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
}

.actualites .content {
  width: 100%;
  max-width: 1690px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.actualites .content .top-actus {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 40px;
  width: 100%;
}

.actualites .content .top-actus h4 {
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Mulish", sans-serif;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
  padding-left: 120px;
  width: calc(40% + 30px);
  box-sizing: border-box;
}

.actualites .content .top-actus a {
  color: #f2c23f;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 40%;
}

.actualites .les-actus .une-actu-wrapper {
  width: 100%;
  border-bottom: #d5d5d5 1px solid;
  padding-bottom: 45px;
  margin-bottom: 45px;
}

.actualites .les-actus .une-actu-wrapper:last-child {
  border-bottom: #fff 1px solid;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.actualites .les-actus .une-actu-wrapper .une-actu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  max-width: 1690px;
  margin-left: auto;
  margin-right: auto;
}

.actualites .les-actus .une-actu-wrapper .une-actu .date {
  width: 120px;
  font-size: clamp(25px, 2.5vw, 50px);
  line-height: 100%;
  color: #f2c23f;
  padding-left: 20px;
}

.actualites .les-actus .une-actu-wrapper .une-actu .date span {
  font-weight: 700;
}

.actualites .les-actus .une-actu-wrapper .une-actu .les-textes {
  width: calc(100% - 335px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.actualites .les-actus .une-actu-wrapper .une-actu .les-textes h5 {
  width: 40%;
  box-sizing: border-box;
  margin: 0px;
  font-size: clamp(25px, 1.9vw, 42px);
  line-height: 100%;
}

.actualites .les-actus .une-actu-wrapper .une-actu .les-textes .para {
  width: 60%;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 120px;
  font-size: clamp(15px, 1.5vw, 18px);
}

.actualites .les-actus .une-actu-wrapper .une-actu .les-textes .para p {
  margin: 0px;
}

.actualites .les-actus .une-actu-wrapper .une-actu a.txt{
color: #222A36;
text-decoration: none;
background-image: none;
}

.actualites .les-actus .une-actu-wrapper .une-actu a {
  width: 195px;
  background-image: url(../images/btn-actus.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 94px 94px;
}

.carte-adresse {
  padding: 0px;
  width: 100%;
  background-color: #fff;
  color: #222a36;
  margin-bottom: 0px;
}

.carte-adresse h5 {
  font-size: clamp(25px, 1.9vw, 42px);
  color: #222a36;
}

.carte-adresse iframe {
  width: 100%;
  min-height: 100%;
  display: block;
  box-sizing: border-box;
}


.page-gutenberg .wp-block-media-text .wp-block-media-text__content{
  width: 100%;
  max-width: 750px;
  box-sizing: border-box;
  padding-top: 50px;
  padding-bottom: 70px;
}

ul.is-style-liste-puces-jaune{
  padding-left: 0px;
  list-style: none;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 35px;  

}

ul.is-style-liste-puces-jaune li{
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  margin-top: 20px;
  border-bottom: #222a36 solid 1px;
  display: block;
  padding-left: 80px;
  background-image: url(../images/puce-li-jaune-carre.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 41px 40px;;
  height: 65px;
}

ul.is-style-liste-puces-jaune li:last-child{
  border-bottom: #222a36 none 0px;
}


ul.is-style-liste-puces-blanche{
  padding-left: 0px;
  list-style: none;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 35px;
}


ul.is-style-liste-puces-blanche li{
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  margin-top: 20px;
  border-bottom: #222a36 solid 1px;
  display: block;
  padding-left: 80px;
  background-image: url(../images/puce-li-blanche-carre.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 41px 40px;
  height: 65px;
}

ul.is-style-liste-puces-blanche li:last-child{
  border-bottom: #222a36 none 0px;
}


.is-style-btn-jaune-noir-exp-park a{
height: 60px;
text-transform: uppercase;
font-size: 20px;
line-height: 20px;
padding-left: 40px;
padding-right: 40px;
padding-top: 20px;
padding-bottom: 20px;
font-family: "Charcuterie Block W05 Regular";
letter-spacing: 0.5px;
border-radius: 0px;
color: #222a36;
background-image: url(../images/motif-bouton.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
transition: all 0.3s ease;
}

.is-style-btn-jaune-noir-exp-park a:hover{
  background-image: url(../images/motif-bouton-hover.jpg);
color: #f2c23f;
}



.is-style-btn-noir-jaune-exp-park a{
  height: 60px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Charcuterie Block W05 Regular";
  letter-spacing: 0.5px;
  border-radius: 0px;
  background-image: url(../images/motif-bouton-hover.jpg);
  color: #f2c23f;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease;
  }
  
  .is-style-btn-noir-jaune-exp-park a:hover{
  color: #222a36;
  background-image: url(../images/motif-bouton.jpg);
  }




  .is-style-paragraphe-25-px-bold-bord-gauche{
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    border-left: #222a36 solid 2px;
padding-left: 35px;
  }


  .is-style-paragraphe-25-px-semi-bold{
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
  }


.bloc-anniv{
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}

.engrenages-jaune .anniv-cols{
  background-image: url(../images/bandeau-engrenages-jaunes.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: -70px;
  position: relative;
  z-index: 2000;
  width: 100%;
  max-width: 990px;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
}

.anniv-blanc .anniv-cols{
  background-color: #fff;
  padding-top: 20px;
}

.anniv-cols{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  padding-top: 28px;
  padding-bottom: 33px;
}

.anniv-cols .col{
text-align: center;
font-family: "Charcuterie Block W05 Regular";
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0.5px;
font-size: 25px;
line-height: 30px;

display: flex;
flex-wrap: wrap;
flex-direction: row;
align-items: center;
}

.engrenages-jaune .anniv-cols .col{
  padding-left: 45px;
}

.anniv-cols .col span{
  border-right: #222a36 solid 1px;
  padding-right: 45px;
}

.anniv-blanc .anniv-cols .col span{
  border-right: #222a36 solid 1px;
  padding-left: 45px;
}

.anniv-cols .col:last-child span{
  border-right: transparent solid 0px;
}

.engrenages-jaune .anniv-cols .col .picto img{
margin-right: 15px;
}
.anniv-blanc .anniv-cols .col .picto{
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.anniv-blanc .anniv-cols .col .picto img{
  height: 82px;
  width: auto;
  }


.formules{
  width: 100%;
  height: 760px;
  background-image: url(../images/bandeau-formules-v2-50.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  /*padding-top: 150px;*/
}

.formules-slider{
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 610px;
}

.formules-slider .slider .formule{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 610px;
  padding-top: 100px;
  align-items: stretch;
  border-radius: 5px;
  width: 100%;
}

.formules-slider .slider .formule .image-formule{
  width: 60%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.formules-slider .slider .formule .textes-formule{
  width: 40%;
  text-align: center;
background-color: #fff;
 
}

.formules-slider .slider .formule .textes-formule .haut{
  padding-left: 30px;
  padding-right: 30px;
  background-image: url(../images/fond-big-menu.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.formules-slider .slider .formule .textes-formule img{
  width: 100%;
  max-width: 320px;
  height: auto;
  margin-top: -107px;
  z-index: 2500;
}

.formules-slider .slider .formule .textes-formule h3{
  margin-top: 0px;
  margin-bottom: 0px;
}

.formules-slider .slider .formule .textes-formule p{
  font-weight: 700;
  width: 100%;
  max-width: 290px;
  padding-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.formules-slider .slider .formule .textes-formule .bas{
  background-color: #fff;
  font-family: "Charcuterie Block W05 Regular";
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 15px;
}

.formules-slider .slider .formule .textes-formule .bas .prix{
  width: 50%;
  font-size: 84px;
  text-align: right;
}

.formules-slider .slider .formule .textes-formule .bas .par{
  width: 50%;
  font-size: 26px;
  text-align: left;
  box-sizing: border-box;
  padding-left: 10px;
  padding-top: 15px;
}

.formules-slider .slider .formule .textes-formule .bas a{
  display: block;
  font-size: 20px;
  line-height: 20px;
  color: #222a36;
  text-decoration: none;
padding-top: 17px;
padding-bottom: 17px;
width: 60%;
margin-left: 20%;
margin-right: 20%;
text-align: center;
border: #222a36 solid 1px;
transition: all 0.3s ease;
}

.formules-slider .slider .formule .textes-formule .bas a:hover{
background-color: #f2c23f;
}


.swiper-nav{
  width: 100%;
  color: #f2c23f;
  margin-top: 60px;
}

.swiper-nav-content{
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.swiper-nav-content .swiper-pagination-bullet{
margin-left: 25px;
margin-right: 25px;
cursor: pointer;
width: 18px;
height: 18px;
background-color: #f2c23f;
border-radius: 9px;
}



.bloc-1-formule{
  width: 100%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 180px;
  margin-bottom: 60px;
}

.bloc-1-formule .col-formule{
  width: 100%;
text-align: center;
padding-left: 20px;
padding-right: 20px;
display: flex;
flex-wrap: wrap;
align-content: stretch;
}

.bloc-2-formules{
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 180px;
  margin-bottom: 60px;
}

.bloc-2-formules .col-formule{
  width: 50%;
text-align: center;
padding-left: 20px;
padding-right: 20px;
display: flex;
flex-wrap: wrap;
align-content: stretch;
}



.bloc-3-formules{
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 180px;
  margin-bottom: 60px;
}

.bloc-3-formules .col-formule{
  width: 33.3333%;
text-align: center;
padding-left: 20px;
padding-right: 20px;
display: flex;
flex-wrap: wrap;
align-content: stretch;
}

.bloc-3-formules .col-formule .ombre, .bloc-2-formules .col-formule .ombre, .bloc-1-formule .col-formule .ombre{
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  align-content: stretch;
}

.bloc-3-formules .col-formule .top, .bloc-2-formules .col-formule .top, .bloc-1-formule .col-formule .top{
background-image: url(../images/fond-big-menu.webp);
background-position: center center;
background-repeat: no-repeat;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
margin: 0px;
width: 100%;
}

.bloc-3-formules .col-formule .top h3, .bloc-2-formules .col-formule .top h3, .bloc-1-formule .col-formule .top h3{
  font-size: clamp(25px, 3.5vw, 40px);
  margin-top: 0px;
  margin-bottom: 5px;
}

.bloc-3-formules .col-formule .top p, .bloc-2-formules .col-formule .top p, .bloc-1-formule .col-formule .top p{
font-size: 18px;
line-height: 25px;
font-weight: 700;
padding-bottom: 25px;
margin-top: 5px;
}

.bloc-3-formules .col-formule .top img, .bloc-2-formules .col-formule .top img, .bloc-1-formule .col-formule .top img{
width: 80%;
height: auto;
margin-top: -140px;
}

.bloc-3-formules .col-formule .bottom, .bloc-2-formules .col-formule .bottom, .bloc-1-formule .col-formule .bottom{
 /* box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);*/
 
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 70px;
  padding-top: 40px;
  font-family: "Charcuterie Block W05 Regular";
  font-weight: 400;
  text-transform: uppercase;
}


.bloc-3-formules .col-formule .bottom .prix-texte, .bloc-2-formules .col-formule .bottom .prix-texte, .bloc-1-formule .col-formule .bottom .prix-texte{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.bloc-3-formules .col-formule .bottom .prix, .bloc-2-formules .col-formule .bottom .prix, .bloc-1-formule .col-formule .bottom .prix{
 text-align: right;
 font-size: clamp(35px, 6vw, 80px);
 line-height: 100%;
 padding-right: 10px;
 /*width: 50%;*/
 box-sizing: border-box;
}

.bloc-3-formules .col-formule .bottom .legende, .bloc-2-formules .col-formule .bottom .legende, .bloc-1-formule .col-formule .bottom .legende{
text-align: left;
font-size: 26px;
line-height: 26px;
padding-left: 10px;
/*width: 50%;*/
box-sizing: border-box;
padding-top: 5px;
}

.bloc-3-formules .col-formule .bottom a, .bloc-2-formules .col-formule .bottom a, .bloc-1-formule .col-formule .bottom a{
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  color: #222a36;
  text-decoration: none;
  text-align: center;
  display: block;
  box-sizing: border-box;
  font-size: 20px;
line-height: 20px;
border: #222a36 solid 1px;
padding-top: 20px;
padding-bottom: 20px;
margin-top: 40px;
transition: all 0.3s ease;
}

.bloc-3-formules .col-formule .bottom a:hover, .bloc-2-formules .col-formule .bottom a:hover, .bloc-1-formule .col-formule .bottom a:hover{
background-color: #222a36;
color: #f2c23f;
}



.galerie-exp{
  width: 100%;
  min-height: 375px;
  position: relative;
  overflow: hidden;
}

.galerie-exp .galerie-images{
  display: flex;
  flex-direction: row;
  /*flex-wrap: wrap;*/
  align-items: stretch;
  width: 100%;
  min-height: 375px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 800;
}

.galerie-exp .galerie-images .photo-gal{
width: 33.333%;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}

.galerie-images .swiper-wrapper{
  min-height: 375px;
}

.galerie-exp .chevron{
  cursor: pointer;
  background-color: #f2c23f;
  width: 70px;
  height: 73px;
  display: inline-block;
  z-index: 1000;
  border: #222A36 3px solid;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
}

.galerie-exp .chevron-left{
background-image: url(../images/chevron-left.svg);
left: 126px;
top:calc(50% - 36.5px);
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
}

.galerie-exp .chevron-right{
  background-image: url(../images/chevron-right.svg);
  right: 126px;
  top:calc(50% - 36.5px);
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  }


  .module-faq{
    padding-top: 20px;
    padding-bottom: 100px;
    color: #fff;
  }


  .la-faq{
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  
  .la-faq .faq-bloc{
  width: 50%;
  padding-left: 50px;
  padding-right: 50px;
  }
  
  .la-faq .faq-bloc h3{
  font-size: 25px;
  font-weight: 400;
  color: #f2c23f;
  }

  .cta-faq{
    width: 100%;
    max-width: 680px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 50px;
    text-align: center;
    position: relative;
    margin-bottom: 80px;
  }

  .cta-faq-img{
    width: 100%;
   /* position: absolute;
    left: 0px;
    top:-60%;
    */
    text-align: center;

  }

  .cta-faq-img img{
    width: 50%;
    max-width: 300px;
    margin-top: -30%;
  }

  .cta-faq-texte{
    margin-top: 0px;
  }

  .cta-faq-texte h3{
margin-top: 0px;
line-height: 100%;
margin-bottom: 20px;
  }

  .cta-faq-texte p{
    margin-top: 0px;
    font-weight: 700;
  }
  
  .cta-faq .boutons{
display: flex;
flex-direction: row;
flex-wrap: wrap;
}

.cta-faq .boutons a{
  color: #000000;
  text-decoration: none;
  font-family: "Charcuterie Block W05 Regular";
  font-size: 20px;
  line-height: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
  text-align: center;
  box-sizing: border-box;
  height: 60px;
  transition: all 0.3s ease;
}

.cta-faq .boutons a.tel{
border: 1px solid #000;
}

.cta-faq .boutons a.tel:hover{
background-color: #f2c23f;
  }

.cta-faq .boutons a.email{
  background-image: url(../images/motif-bouton.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

}


.cta-faq .boutons a.email:hover {
  color: #f2c23f;
  background-image: url(../images/motif-bouton-hover.jpg);
}





.page-gutenberg fieldset{
  width: 100%;
  border-style: none;
  display: block;
  padding-left: 0px;
  margin-left: 0px;
}


.page-gutenberg label{
  width: 100%;
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}

.page-gutenberg input[type=text], .page-gutenberg input[type=email], .page-gutenberg input[type=tel]{
  width: 100%;
  display: block;
height: 50px;
margin-bottom: 15px;
box-sizing: border-box;
font-size: 20px;
padding-left: 20px;
border: #222A36 solid 1px;
border-radius: 5px;
}


.page-gutenberg textarea{
  width: 100%;
  display: block;
height: 50px;
margin-bottom: 15px;
box-sizing: border-box;
font-size: 20px;
padding-left: 20px;
border: #222A36 solid 1px;
border-radius: 5px;
height: 150px;
}

.page-gutenberg button{
  background-image: url(../images/motif-bouton.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Charcuterie Block W05 Regular";
  font-size: 20px;
  line-height: 20px;
  height: 60px;
box-sizing: border-box;
border-style: none;
padding-left: 30px;
padding-right: 30px;
cursor: pointer;
}

.page-gutenberg button:hover{
  color: #f2c23f;
  background-image: url(../images/motif-bouton-hover.jpg);
}

/*
  figure.wp-block-media-text__media {
    -ms-animation: scroll 20s infinite ease;
    -webkit-animation: scroll 20s infinite ease;
    -0-animation: scroll 20s infinite ease;
    -moz-animation: scroll 20s infinite ease;
    background-position: 50% 50%;
  }

  @-webkit-keyframes scroll {
    0% {
      background-size:100% auto;
    }
    50% {
     background-size: calc(100% + 100px) auto;
    }

    100% {
      background-size:100% auto;
    }
  }
  */