body {
  margin: 0px;
  padding: 0px;
  font-family: "Mulish", sans-serif;
  position: relative;
}

div {
  box-sizing: border-box;
}

.invisible {
  display: none;
}



.main-nav{
  background-color: #16191E;
  color: #fff;
  height: 78px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
 /* position: relative;*/
  z-index: 4500;

  position: sticky;
  top: 0px;
}

.nav{
display: flex;
  flex-direction: row;
  flex-wrap: wrap;
   align-items: center;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}  


.main-nav .logo-top{
  width: 20%;
  text-align: center;
}

.main-nav .logo-top a img{
height: 50px;
width: auto;
}

.main-nav .nav-top{
  width: 80%;
}


.main-nav .nav-top ul{
 list-style: none;
 padding-left: 0px;
 width: 100%;
   display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 18px;
  line-height: 18px;
  align-items: center;
  justify-content: center;
}

.main-nav .nav-top ul li{
  margin-left: 20px;
  margin-right: 20px;
}

.main-nav .nav-top ul li.menu-item-has-children {
  position: relative;
  z-index: 4500;
}

.main-nav .nav-top ul li.menu-item-has-children a{
background-image: url(../images/chevron-sous-menu.svg);
background-repeat: no-repeat;
background-position: right center;
padding-right: 20px;
position: relative;
z-index: 4500;
}


.main-nav .nav-top ul li a{
color: #fff;
text-decoration: none;
}


.main-nav .nav-top ul ul.sub-menu{
  display: none;
  }

.main-nav .nav-top ul ul.sub-menu.voir{
display: block;
position: absolute;
top: 0px;
left: 0px;

width: 300px;
padding-left: 0px;
padding-right: 0px;
padding-top: 30px;
padding-bottom: 0px;
z-index: 4400;
}

.main-nav .nav-top ul ul.sub-menu li a{
display: block;
width: 100%;
padding-left: 20px;
padding-right: 10px;
padding-top: 20px;
padding-bottom: 20px;
background-image: none;
background-color: #16191E;
}

.main-nav .nav-top ul ul.sub-menu li{
  margin:0px;
  padding: 0px;

}

.main-nav .nav-top ul ul.sub-menu li a:hover{
  color: #16191E;
  background-color: #F2C23F;
}




.btn-burger {
display: none;
}

.btn-burger-off{
  background-image: url(../images/btn-burger.svg);
}

.btn-burger-on{
  background-image: url(../images/btn-burger-close.svg);
  background-color: transparent;
}


.bando-menu-noir{
width: 100%;
height: 40px;
background-color:#F2C23F ;
display: block;
z-index: 4000;
position: relative;
padding-left: 220px;
padding-right: 290px;
color: #222A36;
font-size: 18px;
line-height: 18px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
}

.bando-menu-noir p{
  margin: 0px;
  background-image: url(../images/picto-adresse.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 45px;
  background-size: 30px 30px;
  height: 30px;
  line-height: 30px;
}

.bando-menu-noir a.btn-tel{
color: #222A36;
text-decoration: none;
background-image: url(../images/picto-telephone.svg);
background-repeat: no-repeat;
background-position: left center;
padding-left: 45px;
background-size: 30px 30px;
height: 30px;
line-height: 30px;
}

.bando-menu-noir a.btn-mail{
  color: #222A36;
  text-decoration: none;
  background-image: url(../images/picto-email.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 45px;
  background-size: 30px 30px;
  height: 30px;
  line-height: 30px;
  }

.bando-menu-noir h6{
  font-family: "Mulish", sans-serif;
  margin: 0px;
  text-transform: none;
  font-size: 18px;
line-height: 18px;
background-image: url(../images/picto-lieu.svg);
background-repeat: no-repeat;
background-position: left center;
padding-left: 45px;
background-size: 30px 30px;
height: 30px;
line-height: 30px;
}



/* ///////////////// BIG MENU ///////////////// */
.main-nav-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 3500;
}
.opacite-zero{
  opacity: 0;
}

.flex-nav{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  background-color: #222a36;
  color: #fff;
  align-items: stretch;
  position: fixed;
  top: 0;
  left: 0px;
  bottom: 0px;
  z-index: 3400;
}

.flex-nav .gauche{
  width: 50%;
  background-image: url(../images/fond-big-menu.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover ;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.flex-nav .gauche ul.menu-principal{
margin: 0px;
padding: 0px;
list-style: none;
font-size: clamp(20px, 4vw, 60px);
line-height: 100%;
font-family: "Charcuterie Block W05 Regular"; 
    font-weight: 400;
    text-transform: uppercase;
}

.flex-nav .gauche ul.menu-principal li{
margin-top: 25px;
margin-bottom: 25px;
}

.flex-nav .gauche ul.menu-principal li a{
text-decoration: none;
color: #fff;
}

.flex-nav .gauche ul.menu-principal li a:hover{
color:#222a36
}

.flex-nav .droite{
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
}

.flex-nav .droite h5{
color: #f2c23f;
font-family: "Mulish", sans-serif;
font-size: 25px;
font-weight: 600;
margin-top: 0px;
margin-bottom: 0px;
text-transform: inherit;
width: 100%;
}

.flex-nav .droite p{
font-size: 18px;
line-height: 28px;
}

.flex-nav .droite a.btn-clic{
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  border: #f2c23f solid 1px;
  border-radius: 5px;
  height: 55px;
  padding-top: 17.5px;
  padding-bottom: 17.5px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 20px;
  box-sizing: border-box;
  color: #f2c23f;
  text-decoration: none;
  text-align: center;
  min-width: 390px;
}

.flex-nav .droite a.btn-clic:hover{
  background-color: #f2c23f;
  color: #222a36;
}


.adresse{
  border-bottom: #f2c23f solid 1px;
  padding-bottom: 60px;
  width: 100%;
}

.reseaux{
  border-bottom: #f2c23f solid 1px;
  padding-bottom: 50px;
  padding-top: 60px;
  width: 100%;
}

.droite .reseaux p{
  margin-bottom: 0px;
}

.droite .reseaux a.picto-reseau {
  width: 37px;
  height: 37px;
  display: inline-block;
  margin-right: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 15px;
}

.droite .reseaux a.facebook {
  background-image: url(../images/picto-facebook-blanc.svg);
}

.droite .reseaux a.twitter {
  background-image: url(../images/picto-twitter-blanc.svg);
}

.droite .reseaux a.linkedin {
  background-image: url(../images/picto-linkedin-blanc.svg);
}

.droite .reseaux a.instagram {
  background-image: url(../images/picto-instagram-blanc.svg);
}

.droite .reseaux a.youtube {
  background-image: url(../images/picto-youtube-blanc.svg);
}


.emplois{
  padding-top: 40px;
  width: 100%;

}
/* ///////////////// FIN BIG MENU ///////////////// */

/* ///////////////// FOOTER ///////////////// */

.footer {
  width: 100%;
  color: #fff;
  background-color: #222a36;
  padding-top: 40px;
  padding-bottom: 50px;
}

.footer-content {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-content h6 {
  font-size: clamp(14px, 1.3vw, 14px);
  font-weight: 600;
  font-family: "Mulish", sans-serif;
  margin-top: 0px;
  margin-bottom: 40px;
}

.ligne-1-footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.footer-content .logo-footer {
  width: 25%;
}

.footer-content .logo-footer img {
  width: 100%;
  max-width: 290px;
  height: auto;
}

.footer-content .presentation {
  width: 75%;
  padding-left: 20px;
  padding-right: 20px;
}

.ligne-2-footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 70px;
}

.ligne-2-footer .newsletter {
  width: 60%;
  padding-right: 20px;
}

.ligne-2-footer .newsletter input[type="email"] {
  background-color: #fff;
  border-radius: 5px;
  border: #fff none 1px;
  width: 70%;
  height: 60px;
  color: #222a36;
  box-sizing: border-box;
  padding-left: 15px;
  color: #222a36;
  font-size: 18px;
  line-height: 18px;
}

.ligne-2-footer .newsletter input[type="submit"] {
  background-color: #f2c23f;
  border-radius: 5px;
  border: #f2c23f none 1px;
  width: 30%;
  height: 60px;
  color: #222a36;
  padding-left: 35px;
  padding-right: 35px;
  margin-left: -10px;
  cursor: pointer;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  box-sizing: border-box;

}

.ligne-2-footer .partage {
  width: 40%;
  padding-left: 20px;
}

.ligne-2-footer .partage a.picto-reseau {
  width: 37px;
  height: 37px;
  display: inline-block;
  margin-right: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 15px;
}

.ligne-2-footer .partage a.facebook {
  background-image: url(../images/picto-facebook.svg);
}

.ligne-2-footer .partage a.twitter {
  background-image: url(../images/picto-twitter.svg);
}

.ligne-2-footer .partage a.linkedin {
  background-image: url(../images/picto-linkedin.svg);
}

.ligne-2-footer .partage a.instagram {
  background-image: url(../images/picto-instagram.svg);
}

.ligne-2-footer .partage a.youtube {
  background-image: url(../images/picto-youtube.svg);
}

.menu-footer {
  width: 100%;
  margin-top: 45px;
}

.menu-footer ul.footmenu{
margin: 0px;
padding: 0px;
list-style: none;
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
font-size: 16px;
line-height: 16px;
}

.menu-footer ul.footmenu li a{
color: #fff;
text-decoration: none;
margin-right: 40px;
}

.menu-footer ul.footmenu li a:hover{
color: #f2c23f;
}

.autres-sites{
    width: 100%;
    background-color: #f2c23f;
    color: #222a36;
    padding-top: 30px;
    padding-bottom: 30px;
}

.autres-sites-content{
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
}

.autres-sites-content p{
margin: 0px;
font-size: 16px;
line-height: 16px;
font-weight: 700;
padding-right: 25px;
margin-right: 25px;
text-transform: uppercase;
border-right: #222a36 1px solid;
}

.autres-exp-park-menu ul.expmenu{
    margin: 0px;
padding: 0px;
list-style: none;
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
font-size: 16px;
line-height: 16px;
}

.autres-exp-park-menu ul.expmenu li a{
color: #222a36;
text-transform: uppercase;
margin-right: 40px;
}

/* ///////////////// FIN FOOTER ///////////////// */

/* ///////////////// BANDO VERTICAL ///////////////// */
.bando-vertical{
  background-color: #f2c23f;
  position: absolute;
  right:0px;
  top:0px;
  height: 100vh;
  width: 68px;
  z-index: 3700;
background-image: url(../images/picto-search-exp.svg);
background-repeat: no-repeat;
background-position: center center;
cursor: pointer;
z-index: 3650;
}


.autres-exp-park{
 width: 100%;
 min-height: 100vh;
 position: fixed;
 top: 0px;
 right: -100%;
 background-image: url(../images/fond-menu-autres-sites.webp);
 background-size: cover;
 background-position: center center;
 background-repeat: no-repeat;
 z-index: 5000;
}

.btn-close-autres-sites{
  display: block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 20px;
  background-image: url(../images/picto-close-autres-sites.svg);
  background-position: center center;
}

.flex-autres-exp-park{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  align-content: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #222a36;
  height: 100vh;
}

.flex-autres-exp-park h5{
  font-size: clamp(25px, 4vw, 65px);
  width: 100%;
  background-image: url(../images/picto-france.svg);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 90px;
  background-size: 72px auto;
  margin-top: 0px;
}

.flex-autres-exp-park h5 span{
  color: #fff;
}

.list-parks{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.list-parks .col-park{
width: 310px;
display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.list-parks .col-park .col-content{
  width: 260px;
}

.list-parks .col-park .col-content .image{
width: 175px;
height: 175px;
border-radius: 87.5px;
overflow: hidden;
margin-left: auto;
margin-right: auto;
background-color: #fff;
background-position: center center;
background-size: contain;
background-repeat: no-repeat;
}


.list-parks .col-park .col-content .image img{
  width: 100%;
  height: auto;
}

.list-parks .col-park .col-content h6{
  font-size: clamp(18px, 2vw, 29px);
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.list-parks .col-park .col-content h6 span{
  color: #fff;
}

.list-parks .col-park .col-content a{
  color: #222a36;
  font-size: 18px;
  line-height: 18px;
}
/* ///////////////// fin BANDO VERTICAL ///////////////// */

/* ///////////////// IMAGE + TITRE + 100VH ///////////////// */
.wrapper-image-en-avant{
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 800;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 250px;
}

.image-en-avant{
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left:0px;
  z-index: 800;
}

.opaque-bleu{
  width: 100%;
  height: 100vh;
  position: absolute;
  top:0px;
  left: 0px;
  background-color: rgba(34, 42, 54, 0.51);
  z-index: 800;
}

.opaque-bleu-degrade{
  width: 100%;
  height: 100vh;
  position: absolute;
  top:0px;
  left: 0px;
  background: rgb(34,42,54);
  background: linear-gradient(0deg, rgba(34,42,54,1) 0%, rgba(34,42,54,1) 20%,  rgba(60,67,77,0.54) 50%, rgba(60,67,77,0) 100%);
  z-index: 800;
}


.wrapper-image-en-avant .entete{
  width: 100%;
  max-width: 2300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  z-index: 800;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.wrapper-image-en-avant .entete p{
color: #fff;
text-align: center;
width: 100%;
text-transform: uppercase;
letter-spacing: 3px;
font-size: 16px;
line-height: 16px;
margin: 0px;
}
.wrapper-image-en-avant .entete h1{
  margin-top: 45px;
  margin-bottom: 40px;
  width: 100%;
  font-weight: 400;
  color: #fff;
}

.wrapper-image-en-avant .entete h1 span{
  color: #f2c23f;
}

.wrapper-image-en-avant .entete h2{
  margin-top: 40px;
  font-size: clamp(25px, 4.5vw, 50px);
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.wrapper-image-en-avant .entete h2 span{
color: #f2c23f;
}
/* ///////////////// FIN IMAGE + TITRE + 100VH ///////////////// */





/* ///////////////// IMAGE + TITRE SMALL ///////////////// */

.wrapper-image-en-avant-small{
  width: 100%;
  height: 50vh;
  position: relative;
  z-index: 800;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.image-en-avant-small{
  width: 100%;
  height: 50vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left:0px;
  z-index: 800;
}

.opaque-bleu-small{
  width: 100%;
  height: 50vh;
  position: absolute;
  top:0px;
  left: 0px;
  background-color: rgba(34, 42, 54, 0.51);
  z-index: 800;
}

.opaque-bleu-degrade-small{
  width: 100%;
  height: 50vh;
  position: absolute;
  top:0px;
  left: 0px;
  background: rgb(34,42,54);
  background: linear-gradient(0deg, rgba(34,42,54,1) 0%, rgba(34,42,54,1) 20%,  rgba(60,67,77,0.54) 50%, rgba(60,67,77,0) 100%);
  z-index: 800;
}


.wrapper-image-en-avant-small .entete{
  width: 100%;
  max-width: 2300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 70px;
  text-align: center;
  z-index: 800;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.wrapper-image-en-avant-small .entete p{
color: #fff;
text-align: center;
width: 100%;
text-transform: uppercase;
letter-spacing: 3px;
font-size: 16px;
line-height: 16px;
margin-top:50px;
margin-bottom: 0px;
}
.wrapper-image-en-avant-small .entete h1{
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  font-weight: 400;
  color: #fff;
  font-size: clamp(30px, 6vw, 150px);
}

.wrapper-image-en-avant-small .entete h1 span{
  color: #f2c23f;
}

.wrapper-image-en-avant-small .entete h2{
  margin-top: 0px;
  font-size: clamp(25px, 4.5vw, 50px);
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.wrapper-image-en-avant-small .entete h2 span{
color: #f2c23f;
}





.is-style-image-moins-top-50-pcx{
  margin-top: -250px;
  z-index: 1100;
  position: relative;
  margin-bottom: 0px;
}


.is-style-image-moins-top-80-px{
  margin-top: -80px;
  z-index: 1100;
  position: relative;
}


.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;
}

.post-type-archive-faqsite{
  background-image: url(../images/big-fond-engrenage-bleu.webp);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
  color: #fff;
}

.post-type-archive-faqsite .page-gutenberg{
  color: #fff;
}


/* /////////// LE BLOG /////////// */

.blog-exp{
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  padding-top: 78px;
}

.le-blog{
  width: 70%;
  padding-top: 50px;
  padding-right: 50px;
}

.en-avant img{
  width: 100%;
  height: auto;
}
.le-blog .page-gutenberg h1, .le-blog h1.search{
  font-size: clamp(30px, 4vw, 60px);
  margin-bottom: 0px;
  margin-top: 5px;
}

.le-blog .page-gutenberg h1 span, .le-blog h1.search span{
  color: #f2c23f;

}

.le-blog .page-gutenberg p.la-date{
  margin-bottom: 30px;
}




.la-side-barre{
  width: 30%;
  background-color: #f2c23f;
  color: #16191E;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 50px;
  margin-bottom: 50px;
}



.cols-gutenberg{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  padding-top: 0px;
  position: relative;
  justify-content: center;
}

.colonnes-gut{
  width: 70%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}


.cols-gutenberg .gutenberg-side-barre{
  width: 100%;
  padding-right: 70px;
  padding-bottom: 50px;
  max-width: 880px;
}


.cols-gutenberg .la-side-barre{
  width: 100%;
  margin: 0px;
  padding-top: 40px;
 
  min-height: 100%;
  max-width: 380px;
}




.la-side-barre h1, .la-side-barre h2, .la-side-barre h3, .la-side-barre h4, .la-side-barre h5, .la-side-barre h6, .la-side-barre label, .cols-gutenberg .la-side-barre h1, .cols-gutenberg .la-side-barre h2, .cols-gutenberg .la-side-barre h3, .cols-gutenberg .la-side-barre h4, .cols-gutenberg .la-side-barre h5, .cols-gutenberg .la-side-barre h6, .cols-gutenberg .la-side-barre label{
  font-size: 25px;
  line-height: 100%;
  margin-top: 0px;
  font-family: "Charcuterie Block W05 Regular";
  font-weight: 400 !important;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  padding-left: 0px;
  background-image: none;
}

.la-side-barre ul{
  list-style: none;
  padding-left: 0px;
}

.la-side-barre ul li a{
display: block;
color: #16191E;
margin-bottom: 10px;
}

.la-side-barre hr.wp-block-separator{
margin-top: 35px;
margin-bottom: 35px;
}



.pagination-actus-conteneur{
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  padding-top: 40px;
}

.pagination-actus{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.pagination-actus .mbr{
width: 30%;
}

.pagination-actus .all{
  width: 40%;
}

.pagination-actus .prev{
  text-align: center;

}


.pagination-actus .next{
  text-align: center;

}


.pagination-actus .mbr a{
color: #16191E;
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: 30px;
line-height: 30px;
height: 60px;
box-sizing: border-box;
border-style: none;
cursor: pointer;
text-decoration: none;
display: block;
padding-top: 15px;
letter-spacing: 0.5px;
transition: all 0.3s ease;
  }

  .pagination-actus .mbr a:hover{
    color: #f2c23f;
    background-image: url(../images/motif-bouton-hover.jpg);
  }
  
  .pagination-actus .all a{
color: #16191E;
display: block;
text-align: center;
font-size: 25px;
  }


  .resultats{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: #f2c23f solid 1px;
  }


  .gutenberg .resultats h2{
    font-size: 25px;
  }

  .resultats a{
    color: #16191E;

  }

  .recrutement{
    width: 100%;
    /*max-width: 1100px;*/
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    justify-content: center;
  }

  .les-emplois{
    width: 70%;
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .emploi-content{
    width: 100%;
    max-width: 880px;
  }

  .yellow{
    background-color: #f2c23f;
    width: 30%;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }


  .recrutement .la-side-barre{
    width: 100%;
    margin: 0px;
    padding-top: 80px;
    min-height: 100%;
    max-width: 380px;
  }




  .emploi{
    margin-bottom: 30px;
    padding-bottom: 30px;
   
    padding-left: 30px;
    padding-right: 50px;
  }

  .emploi:last-child{
    border-bottom: #fff none 0px;
  }

.emploi-content{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  border-bottom: #f2c23f dotted 2px;
  width: 100%;
}

.emploi-content .text-content{
width: 60%;
}

.emploi-content .postuler{
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-left: 50px;
  align-content: flex-end;
  padding-bottom: 20px;
  }
  
  .emploi-content .postuler ul{
    padding-left: 0px;
    list-style: none;
  }

  .emploi-content .postuler ul li{
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
    margin-top: 20px;
    display: block;
    padding-left: 30px;
    background-image: url(../images/puce-li-jaune-carre.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 20px auto;
    height: auto;
  }



  .emploi-content .postuler ul{ 
width: 100%;
  }

  .emploi-content .postuler a{ 
    width: 100%;
      }

  .emploi h3{
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .postuler{
    display: flex;
    flex-direction: row;
    flex-direction: wrap;
    justify-content: flex-end;
  }

  .postuler a{
    color: #000000;
    text-decoration: none;
    font-family: "Charcuterie Block W05 Regular";
    font-size: 20px;
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;
    box-sizing: border-box;
    height: 60px;
    transition: all 0.3s ease;
    background-image: url(../images/motif-bouton.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  
  .postuler a:hover{
    color: #f2c23f;
    background-image: url(../images/motif-bouton-hover.jpg);
  }



  .frm_error{
    color:red;
    margin-top: -14px;
    margin-bottom: 15px;
  }

  iframe{
    min-height: 100%;
    width: 100%;
  }

  .fond-alerte{
 width: 100%;
 position: fixed;
 top: 0px;
 left: 0px;
 min-height: 100%;
 background-color: rgba(0, 0, 0, 0.60);
 z-index: 4500;

  }


  .fond-alerte-on{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

.box-alerte-wrapper{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

  .box-alerte{
background-image: url(../images/bandeau-engrenages-jaunes.jpg);
background-position: center center;
background-repeat: no-repeat;
width: 50%;
max-width: 750px;
margin-left: auto;
margin-right: auto;
border-radius: 5px;
padding-top: 60px;
padding-bottom: 60px;
padding-left: 80px;
padding-right: 80px;
text-align: center;
position: relative;
  }





  .box-alerte h5{
    color: #fff;
    margin-top: 0px;
    font-size: clamp(25px, 4vw,50px);
    line-height: 110%;
    margin-bottom: 15px;
  }

  .box-alerte .contenu{
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
  }

  .btn-close-box{
position: absolute;
top:10px;
right: 10px;
background-image: url(../images/btn-burger-close.svg);
width: 30px;
height: 30px;
background-position: center center;
background-repeat: no-repeat;
cursor: pointer;
background-size: contain;
  }



  .partager-page{
    width: 100%;
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .partager-content{
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .partager-content h6{
font-size: 25px;
line-height: 37px;
margin-top: 0px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 0px;
  }

  .partager-content a.resosoc{
    width: 37px;
    height: 37px;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
margin-left: 10px;
margin-right: 10px;
  }

  .partager-content a.twitter{
background-image: url(../images/picto-twitter.svg);
  }

.partager-content a.facebook{
  background-image: url(../images/picto-facebook.svg);
}

.partager-content a.linkedin{
  background-image: url(../images/picto-linkedin.svg);
  }