@import url('css/boots-bones.css');
@import url('css/fonts-styles.css');
@import url('css/variables.css');
@import url('css/common.css');
@import url('css/grid-flex.css');
@import url('css/header-footer.css');
@import url('css/flexible.css');

/*------------------------------------------------*/
/* BREADCRUMB */
/*------------------------------------------------*/
#ariane{

}
#ariane a{

}
#ariane a:hover{

}
.essb_links.essb_template_default-retina, .single-post .social-sharing{display: none !important;}
/*------------------------------------------------*/
/* FORMS */
/*------------------------------------------------*/
input[type="submit"]{
    cursor:pointer;
}
input,
textarea,
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius:unset;
    outline:none;
}
input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder
{ /* Chrome/Opera/Safari */
   color:var(--text-color5);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{ /* IE 10+ */
    color:var(--text-color5);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
    opacity: 1;
    color:var(--text-color5);
}
input::placeholder,
textarea::placeholder{
    opacity: 1;
    color:var(--text-color5);
}
/*gravity*/
.gform_wrapper{
    color: var(--text-color5);
    max-width: 800px;
    margin: 0 auto;
}
.gform_wrapper form{

}
.gform_wrapper .gform_body{

}
.gform_wrapper ul.gform_fields{

}
.gform_wrapper ul.gform_fields li.gfield{

}
.gform_wrapper .gform_fields .gfield{
    margin: 1rem;
}
.gform_wrapper label.gfield_label{
    font-weight:700;
    font-size:1.8rem !important;
    line-height:2rem;
}
.gform_wrapper .gform_fields .gfield_consent_label a{
    color: var(--text-color2);
}
.gform_wrapper.gravity-theme .gsection.separator {
    border-bottom: 1px solid #DCE1F0;
    height: 2px;
    padding: 0 3rem;
    opacity: 0.7;
}
.gform_wrapper .gform_fields .captcha{
    margin: 0 auto;
}
.gform_wrapper .gfield .gfield_label .gfield_required{
    position:relative;
}
.gform_wrapper .gfield .gfield_label .gfield_required::after{
    content:' *';
    font-weight:bold;
    color:var(--text-color2);
    /* vertical-align: super; */
    font-size:2rem;
    line-height: 0.2;
}
.gform_wrapper.gravity-theme .gfield textarea {
    padding: 1.5rem;
    font-size: 1.6rem;
}
.gform_wrapper .gfield .gfield_label .gfield_required_text{
    display:none;
}
.gform_wrapper div.ginput_container{

}
.gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius:unset;
    outline:none;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper select,
.gform_wrapper textarea{
   border: none;
   border-radius: 4px;
   background-color: #DCE1F0;
   padding:1rem 1.5rem;
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-family: var(--base-font);
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus{

}
.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper div.ginput_container.ginput_container_consent{
  overflow: hidden;
}
.gform_wrapper input[type="checkbox"]{

}
.gform_wrapper input[type="checkbox"]:checked{

}
.gform_wrapper select{
    background-image: url(img/carret-down.svg), url(img/carret-up.svg), url(img/bg1-select.svg);
    background-size: 3.6rem 3.6rem, 3.6rem 3.6rem, 3.6rem 3.6rem;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: calc(100% - .2rem) .2rem, calc(100% - .2rem) -10rem, calc(100% - .2rem) .2rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    line-height: 2.5rem;
    padding-right: 5rem;
}
.gform_wrapper select:hover{
       background-position: calc(100% - .2rem) -10rem, calc(100% - .2rem) 0.2rem, calc(100% - .2rem) .2rem;
}
.gform_wrapper input[type="radio"],
.gform_wrapper .ginput_container_consent input[type="checkbox"]{
    width: 2.4rem;
    height: 2.4rem;
    display: inline-block;
    background-color: transparent;
    border: .1rem solid #cdd2e6;
    border-radius: 50%;
    margin-right: .5rem;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.gform_wrapper input[type="radio"]:checked,
.gform_wrapper .ginput_container_consent input[type="checkbox"]:checked{
    background:  var(--text-color2);
    background: radial-gradient(circle, var(--text-color2) 0%,  var(--text-color2) 35%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 100%);
}
.gform_wrapper .ginput_container_consent input[type="checkbox"]{
    vertical-align: middle;
}
.gform_wrapper .ginput_container_consent  .gfield_required {
    position:relative;
    text-indent:-999px;
    display:inline-block;
    /*overflow: hidden;*/
}
.gform_wrapper .ginput_container_consent  .gfield_required::after{
    position:absolute;
    content:'*';
    font-weight:bold;
    color:var(--text-color1);
    vertical-align: super;
    font-size:2rem;
    line-height:2rem;
    top:0;
    right: -999px;
}
.gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html{

}
.gform_wrapper .gform_footer{
    padding: 0 !important;
    margin-top: -2rem !important;
}

.gform_wrapper .gform_footer input[type="submit"]{
    cursor:pointer;
    background-color:var(--text-color2);
    border:1px solid transparent;
    color:#fff;
    font-size:1.6rem;
    line-height:1.6rem;
    /* text-transform:uppercase; */
    border-radius:.4rem;
    padding:1rem 1.5rem;
    text-decoration:none;
    margin-top: 4rem;
    display: inline-block;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.gform_wrapper .gform_footer input[type="submit"]:hover{
    background-color:transparent;
    border:1px solid var(--text-color2);
    color:var(--text-color2);
}
.gform_wrapper div.validation_error{

}
.gform_wrapper.gform_validation_error ul.gform_fields li.gfield{

}
.formulaire .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{

}
.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.formulaire .gform_wrapper li.gfield_error textarea{

}


/*------------------------------------------------*/
/* ADRESSES CONTACT   */
/*------------------------------------------------*/
    #adresses_contact{
        width: 100%;
        background-color: rgba(220, 225, 240, 0.25);
    }
    #adresses_contact .container{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    #adresses_contact .container .adresse_content{
        background-color: #FFFFFF;
        width: 285px;
        height: 88%;
        padding: 1.5rem 2rem;
        margin: 2rem;
        border-radius: 8px;
        -webkit-box-shadow: 0px 0px 25px 3px rgba(50,50,120,0.15);
        box-shadow: 0px 0px 25px 3px rgba(50,50,120,0.15);
    }
    #adresses_contact .container .adresse_content .localite{
        font-size: 1.8rem;
        color: var(--text-color2);
        text-transform: uppercase;
    }
    #adresses_contact .container .adresse_content .localite::before{
            content:'MARCOPOLO';
            font-size: 1.8rem;
            font-weight: 700;
            color: var(--text-color5);
            text-transform: uppercase;
            padding-right: 0.5rem;
    }
    #adresses_contact .container .adresse_content .adresse{
        display: block;
        margin: 1rem 0 2rem 0;
    }
    #adresses_contact .container .adresse_content .telephone{
        font-size: 1.6rem;
        color: var(--text-color2);
    }

/*------------------------------------------------*/
/* MAP GOOGLE   */
/*------------------------------------------------*/

    #mapgoogle{
        padding: 0;
        width: 100%;
        height: 640px;
    }
    #mapgoogle iframe{
        width: 100%;
        height: 100%;
    }

/*------------------------------------------------*/
/* SEARCH   */
/*------------------------------------------------*/

#searchform{

}
#searchform input{
   border:1px solid #e0e4ea;
   background-color: #fff;
   padding: 0.4em;
}
#searchform input[type="submit"]{
    cursor:pointer;
    background-color:var(--text-color3);
    border:1px solid transparent;
    color:#fff;
    font-size: .8em;
    line-height: .8em;
    text-transform:uppercase;
    border-radius:.4rem;
    padding:.5rem 1rem;
    text-decoration:none;
    display: inline-block;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
#searchform input[type="submit"]:hover{
    background-color:transparent;
    border:1px solid var(--text-color3);
    color:var(--text-color1);
}
/*------------------------------------------------*/
/* SLICK   */
/*------------------------------------------------*/
.slider-wrapper{
    position:relative;
    z-index: 10;
    /* margin:var(--gutter) 0; */
}
.slick-list {
    /* margin: 0 8rem; */
    overflow: hidden;
}
.slick-track{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slick-slide {
    display: inline-block;
    outline: none;
}
.content-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(220,225,240,1)), to(rgba(255,255,255,1)));
    background: linear-gradient(to top, rgba(220,225,240,1) 0%, rgba(255,255,255,1) 100%);
    width: 100%;
}
/* .content-slide .slide-text, .content-slide .slide-img{
    position: relative;
    width: 50%;
} */
/* .content-slide .slide-text{
    padding-left: calc((100vw - 1300px) / 2);
    padding-right: 4rem;
    margin: auto 0;
} */
.content-slide .slide-img::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    /* background: rgb(2,0,36);
    background: linear-gradient(to bottom, rgba(5,5,34,0.95) 0%, rgba(5,5,34,0) 30%); */
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.navigation_dots{
    position: absolute;
    /* bottom: 11%; */
    /* left: calc((100vw - 1300px) / 2); */
    z-index: 1000;
}
.navigation_dots .slick-dots{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 4rem 0;
}
.navigation_dots .slick-dots li{
    list-style-type:none;
    width:1.6rem;
    display:inline-block;
    text-align:center;
    margin: 0 2rem;
}
.navigation_dots .slick-dots li button{
    display: inline-block;
    overflow:hidden;
    border-radius:50%;
    width:1rem;
    text-indent: -999px;
    line-height: 1rem;
    height:1rem;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background-color: #131186;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    cursor:pointer;
}
.navigation_dots .slick-dots li.slick-active button{
    width:1.6rem;
    line-height: 1rem;
    height:1.6rem;
    border: 1px solid #131186;
    background-color:transparent;
}

ul.slick-dots{

      >li:only-child {
		display:none;
	}
}
.logos_slider .navigation_diaporama{
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 3;
    -webkit-transform:translateY(-50%);
            transform:translateY(-50%);
}
.slidehome .slide::before, .slidehome .slide::after{
  width: 45rem;
  height: 10rem;
  position: absolute;
  bottom: 0;
  z-index: 1;
  content: '';
  background-image: url(img/cutsliderhome.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.slidehome .slide::before{left: 0;}
.slidehome .slide::after{
  right: 0;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
}
.slidehome .slide-img img{float: left; width: 100%;}
.slidehome .navigation_diaporama .slick-arrow{
  /* width: 37rem;
  height: 7rem;
  bottom: 3rem; */
  position: absolute;
  z-index: 1000;
  margin: 0;
  opacity: 0;
  background: transparent;
}
.slidehome .navigation_diaporama .prev{left: 0;}
.slidehome .navigation_diaporama .next{right: 0;}
/* .slidehome .prevslide, .slidehome .nextslide{
  width: 37rem;
  height: 7rem;
  position: absolute;
  bottom: 3rem;
  z-index: 2;
  color: #FFFFFF;
  background: #8D9AAB;
} */
/* .slidehome .prevslide{left: 0; clip-path: path('M329.29,29.29A100,100,0,0,0,258.58,0H0V70H370Z');}
.slidehome .nextslide{
  right: 0;
  clip-path: path('M40.71,29.29,0,70H370V0H111.42A100,100,0,0,0,40.71,29.29Z');
} */
/* .slidehome .navigation_title span:nth-child(1){
    text-align: center;
    padding: 2.2rem 6rem 2.2rem 0rem;
}
.slidehome .navigation_title span:nth-child(2){
    text-align: center;
    padding: 2.2rem 0rem 2.2rem 5rem;
} */
.navigation_diaporama .slick-arrow{
    /* display: block;
    text-decoration: none;
    width:6rem;
    height:6rem;
    line-height: 6rem;
    background-color:transparent;
    border-radius:50%;
    border:1px solid var(--text-color3);
    opacity: 1;
    position:absolute;
    background-size:auto 50%;
    background-repeat:no-repeat;
    background-position:center;
    overflow:hidden;
    text-indent:-9999px;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out; */
}
.navigation_diaporama .prev{
    /* background-image: url(img/carret-left.svg);
    left:-90px;
    -webkit-transform:translate(0,-50%);
            transform:translate(0,-50%); */
}
.navigation_diaporama .next{
    /* background-image: url(img/carret-right.svg);
    right:-90px;
    -webkit-transform:translate(0,-50%);
            transform:translate(0,-50%); */
}
.navigation_diaporama .prev:hover,
.navigation_diaporama .next:hover{
    opacity:.5;
}

/* .prevslide{
    float: left;
}
.nextslide{
    float: right;
    border-top-left-radius: 50px;

} */

/*****si dark color bg **/
.dark_bg .navigation_diaporama .prev,
.dark_bg .navigation_diaporama .next{
    -webkit-filter:brightness(100);
            filter:brightness(100);
}






/*------------------------------------------------*/
/* BLOG */
/*------------------------------------------------*/




/*------------------------------------------------*/
/* 404 */
/*------------------------------------------------*/
body.error404{

}


/*------------------------------------------------*/
/* ARCHIVES */
/*------------------------------------------------*/
.tax-menu{

}
.tax-menu li{
    cursor:pointer;
}
.posts-container{

}
.posts-container article.item{
    background-color: #fff;
    margin-bottom: 12rem;
    position: relative;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.08);
            box-shadow: 0 2px 10px rgba(0,0,0,.08);
}
.posts-container article.item .conteneur{
    position: relative;
}
.posts-container article.item .conteneur .term{
    position: absolute;
    background-color: var(--text-color3);
    color: #fff;
    padding: 0.4rem 1rem;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.4rem;
    z-index:2;
}
.posts-container article.item .conteneur .term a{
    color:#fff;
    text-decoration:none;
    opacity:1;
}
.posts-container articleitem .conteneur .term a:hover{
   opacity:.5;
}
.posts-container article.item .conteneur .img-wrapper{
    position:relative;
    overflow:hidden;
}
.posts-container article.item .conteneur .img-wrapper::before{
   content:'';
   float:left;
   padding-bottom:60%;
}
.posts-container article.item .conteneur .contenu-texte{
   padding:1rem 2rem 3rem 2rem;
}
.posts-container article.item .conteneur .contenu-texte p{
  line-height: 2rem;
  max-height: 20rem;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 8;
}
.posts-container article.item .conteneur .date{
    line-height:1.6rem;
    color: #3730C1;
    margin-bottom:1.5rem;
}
.posts-container article.item .conteneur h4{
    text-transform:uppercase;
}
.posts-container article.item .conteneur a{
    text-decoration: none;
}
.posts-container article.item .conteneur .extrait p{
        color:var(--base-text-color);
}
.posts-container article.item .conteneur .infos-event .dates .start-date,
.posts-container article.item .conteneur .infos-event .dates .end-date{
    display:block;
}
.posts-container article.item .bouton{
  margin: 4rem 0 0;
     position: absolute;
    bottom: 0;
    left: 50%;
    white-space: nowrap;
    -webkit-transform: translate(-50%, 6rem);
            transform: translate(-50%, 6rem);
}

.full_1col .wp-video{margin: 2rem auto 0;}
.full_1col .mejs-container{position: relative;}
.full_1col .mejs-container .mejs-inner{
  width: 100%;
  float: left;
  height: 100%;
}
.full_1col .mejs-container .mejs-layers{
  width: 100%;
  float: left;
  height: 100%;
}
.full_1col .mejs-container .mejs-controls{
  position: absolute;
  bottom: 0;
  background: #0a0943;
}
.full_1col .mejs-controls .mejs-time-rail .mejs-time-current{background: #3730c1;}
.full_1col .mejs-overlay-play{
  left: 50%;
  top: 50%;
  width: 8rem !important;
  height: 8rem !important;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.full_1col .mejs-overlay-button{
  width: 100%;
  height: 100%;
  background-image: url(img/playbutton.png);
  background-repeat: no-repeat;
  background-position: center !important;
  background-size: 100% auto;
  background-color: rgba(170,1,58,0.8);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  -ms-transition: All 0.4s ease-in-out;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  box-shadow: 0 0 20px #050522;
  -webkit-box-shadow: 0 0 20px #050522;
  -moz-box-shadow: 0 0 20px #050522;
  -o-box-shadow: 0 0 20px #050522;
  -ms-box-shadow: 0 0 20px #050522;
}
.full_1col .mejs-overlay-button:hover{
  background-position: center !important;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  background-color: rgba(170,1,58,1);
}

/*------------------------------------------------*/
/* SINGLE */
/*------------------------------------------------*/
.single main #content{
    width: 80%;
    max-width: 900px;
    margin: min(15vw, 10rem) auto 0;
}
.single main h2{
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 3rem;
}
.single main section{
    padding: 0 0 2rem;
}
.single main section#bloc_1{
    padding: clamp(6rem, 6vw + 1rem, 12rem) 0 2rem;
}
.single-temoignage main section#bloc_1{padding: 0;}
#pagination{
    padding:2rem 0;
}
#pagination .prev{
    float:left;
}
#pagination .next{
    float:right;
}
.single .related-posts{
    margin-top:4rem;
}
/*******temoignage****/
.single-temoignage .haut_de_page .surtitre{
    font-weight:bold!important;
    text-transform:none!important;
}
.single-temoignage .haut_de_page h1{
    text-transform:uppercase;
    margin-bottom:0;
}
.single-temoignage .cta{
  display: block;
  margin-bottom: clamp(4rem, 5vw + 1rem, 8rem);
  position: relative;
  /*left: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);*/
  text-align: center;
}
.single-temoignage h3{
  color: var(--text-color5);
  font-weight: 700;
  text-transform: none;
  margin: 4rem auto 2rem;
  line-height: 3.2rem;
}
.single-temoignage .haut_de_page.haut_de_page.avec_bg::before, .single-temoignage .haut_de_page.haut_de_page.avec_bg::after{
    width: 45rem;
    height: 10rem;
    position: absolute;
    bottom: -1px;
    z-index: 1;
    content: '';
    background-image: url('img/cutsheader-temoignage.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}
.single-temoignage .haut_de_page.avec_bg::before{left: 0;}
.single-temoignage .haut_de_page.avec_bg::after{
  right: 0;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
}
.single-temoignage .haut_de_page.avec_bg .btnback{
    /*width: 37rem;
    height: 10rem;*/
    line-height: 7rem;
    position: absolute;
   /* bottom: -1px;*/
    z-index: 2;
    display: inline-block;
    /*text-align: center;*/
    color: #fff;
    text-decoration: none;
    font-weight: 300;
}
.single-temoignage .haut_de_page.avec_bg .btnback:hover{
    opacity:.5;

}
/*******formation****/

.single-formation .bottom-page hr,
.single-emplois .bottom-page hr,
.single-post .bottom-page hr{
    border: none;
    width: 100%;
    height: 1px;
    background: #DCE1F0;
    margin: 6rem auto 1rem;
}

.single-formation .bottom-page,
.single-emplois .bottom-page,
.single-post .bottom-page{
width: 80%;
max-width: 900px;
margin: 0 auto 12rem;
}
@media only screen and (max-width : 700px) {
    .single-formation .bottom-page,
    .single-emplois .bottom-page,
    .single-post .bottom-page{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .single-post .bottom-page a{
        left: 0 !important;
        -webkit-transform: translate(0) !important;
                transform: translate(0) !important;
        margin-top: 2rem;
    }
}
.single-formation .social-sharing,
.single-emplois .social-sharing,
.single-post .social-sharing{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.single-formation .social-sharing p,
.single-emplois .social-sharing p,
.single-post .social-sharing p{
    margin: 0 2rem;
    font-size: 1.4;
    font-style: italic;
    font-weight: 700;
}
.single-formation .social-sharing span,
.single-emplois .social-sharing span,
.single-post .social-sharing span{
    white-space: nowrap;
}
.single-post .social-sharing ul.essb_links_list li a{
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 4rem;
    height: 4rem;
}
.single-formation .social-sharing ul.essb_links_list li,
.single-emplois .social-sharing ul.essb_links_list li,
.single-post .social-sharing ul.essb_links_list li{
    position: relative;
    margin: 0 1rem !important;
}
.single-formation .social-sharing ul.essb_links_list li a,
.single-emplois .social-sharing ul.essb_links_list li a,
.single-post .social-sharing ul.essb_links_list li a{
    background-color: var(--text-color2);
}
.single-formation .social-sharing ul.essb_links_list li a:hover,
.single-emplois .social-sharing ul.essb_links_list li a:hover,
.single-post .social-sharing ul.essb_links_list li a:hover{
    background-color: var(--text-color2) !important;
    -webkit-transition: none;
    transition: none;
}
.single-formation .social-sharing ul.essb_links_list li a:focus,
.single-emplois .social-sharing ul.essb_links_list li a:focus,
.single-post .social-sharing ul.essb_links_list li a:focus{
    background-color: #FFFFFF;
}
.single-formation .social-sharing ul.essb_links_list li .essb_icon,
.single-emplois .social-sharing ul.essb_links_list li .essb_icon,
.single-post .social-sharing ul.essb_links_list li .essb_icon{
    opacity: 0;
}
.single-formation .social-sharing ul.essb_links_list li .essb_network_name,
.single-emplois .social-sharing ul.essb_links_list li .essb_network_name,
.single-post .social-sharing ul.essb_links_list li .essb_network_name{
    display: none;
}
.single-formation .social-sharing ul.essb_links_list li.essb_link_facebook::before,
.single-formation .social-sharing ul.essb_links_list li.essb_link_twitter::before,
.single-formation .social-sharing ul.essb_links_list li.essb_link_linkedin::before,
.single-emplois .social-sharing ul.essb_links_list li.essb_link_facebook::before,
.single-emplois .social-sharing ul.essb_links_list li.essb_link_twitter::before,
.single-emplois .social-sharing ul.essb_links_list li.essb_link_linkedin::before,
.single-post .social-sharing ul.essb_links_list li.essb_link_facebook::before,
.single-post .social-sharing ul.essb_links_list li.essb_link_twitter::before,
.single-post .social-sharing ul.essb_links_list li.essb_link_linkedin::before{
    content: '';
    width: 4rem;
    height: 4rem;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    position: absolute;
    pointer-events: none;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
}
.single-formation .social-sharing ul.essb_links_list li.essb_link_facebook::before,
.single-emplois .social-sharing ul.essb_links_list li.essb_link_facebook::before,
.single-post .social-sharing ul.essb_links_list li.essb_link_facebook::before{
    background-image: url(img/facebook-icon.svg);
}
.single-formation .social-sharing ul.essb_links_list li.essb_link_twitter::before,
.single-emplois .social-sharing ul.essb_links_list li.essb_link_twitter::before,
.single-post .social-sharing ul.essb_links_list li.essb_link_twitter::before{
    background-image: url(img/twitter-icon.svg);
}
.single-formation .social-sharing ul.essb_links_list li.essb_link_linkedin::before,
.single-emplois .social-sharing ul.essb_links_list li.essb_link_linkedin::before,
.single-post .social-sharing ul.essb_links_list li.essb_link_linkedin::before{
    background-image: url(img/linkedin-icon.svg);
}

/*------------------------------------------------*/
/* VOUS SOUHAITEZ - VOS ENJEUX */
/*------------------------------------------------*/
/*.page-id-1152 section#bloc_1{
    color: var(--text-color3);
}*/
/*.page-id-1152 li a{
  color: var(--text-color2);
}*/
/*.page-id-1152 a.bouton{
    margin-top: 2rem;
}*/

/*------------------------------------------------*/
/* OFFRE DIGITALE */
/*------------------------------------------------*/
/*
.page-id-1070 ul li{
    color: var(--base-text-color);
}
*/
/*.page-id-1070 .bloc_icons h4{
    max-width: 20ch;
    text-transform: uppercase;
}*/
.bloc_boutons .para-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem;
}
.bloc_boutons .para a{
    color: var(--text-color2);
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    border: 3px solid var(--text-color2);
    border-radius: 8px;
    padding: 3rem;
    height: 100%;
}
.bloc_boutons .para p{
    max-width: 29ch;
    position: relative;
    height: 100%;
    margin: 0;
}
.bloc_boutons .para p::before{
    content: '';
    display: inline-block;
    width: 5rem;
    height: 2.5rem;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 30px;
    background: left 16px center no-repeat url(img/arrow-narrow-right.svg), var(--text-color2);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.bloc_boutons .para p:hover::before{
    background-position: right 3px center;
}

/*------------------------------------------------*/
/* NOS METIERS */
/*------------------------------------------------*/
/*
.page-id-1092 section#bloc_1 p{
    max-width: 92ch;
    margin: 0 auto;
}
*/
/*.page-id-1092 .bloc_icons{
   padding: min(15vw, 10rem) 0  min(15vw, 20rem);
}*/
.page-id-1092 .bloc_icons .image-wrapper{
    padding: 0;
}
.page-id-1092 .bloc_icons .bloc_para{
    row-gap: 8rem;
}
/*.page-id-1092 .bloc_icons .para{
    position: relative;
}
.page-id-1092 .bloc_icons .para a{
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}*/

/*------------------------------------------------*/
/* INTERNATIONAL */
/*------------------------------------------------*/
/*.page-id-1156 .basic_twocols .pp_photos{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}*/
.page-id-1156 .carte_cc + paragraphs{
   padding:0;
}
/*
.carte_cc .main-text{
    background-color:#fff;
    -webkit-transform:translateY(50%);
            transform:translateY(50%)
}
*/
/*.page-id-1156 .carte_cc h2{
    font-size: clamp(1.8rem, 3vw + 1rem, 5.2rem);
    position: absolute;
    top: 3vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 3;
}*/
/*
.page-id-1156 .carte_cc #svg-wrapper-2{
    margin-left: auto;
    width: min(1100px, 70vw);
    height: 100%;
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
}
.page-id-1156 .carte_cc #svg-wrapper-2::before{
    content: '';
    width: 100%;
    height: 30%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,0)), to(rgba(220,225,240,1)));
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(220,225,240,1) 100%);
    z-index: 2;
    position: absolute;
    inset: 0 0 0 0;
}
.page-id-1156 .carte_cc #tooltip-wrapper-2{
    width: 38rem;
    min-height: 14rem;
    background-color: #FFFFFF;
    -webkit-box-shadow:  100px 100px 80px rgba(0, 0, 0, 0.07);
            box-shadow:  100px 100px 80px rgba(0, 0, 0, 0.07);
    position: absolute;
    top: 25%;
    left: -38%;
    z-index: 4;
    padding: 4rem;
    color: var(--base-text-color);
}
.page-id-1156 .carte_cc path.marker{
    cursor: pointer;
}
.page-id-1156 ul li{
    color: var(--base-text-color);
}
@media only screen and (max-width: 1100px){
    .page-id-1156 .carte_cc #tooltip-wrapper-2{
        width: 25rem;
        top: 20%;
        padding: 2rem;
    }
}
@media only screen and (max-width: 768px){
    .page-id-1156 section#bloc_2 #svg-wrapper-2{
        width: 100%;
    }
    .page-id-1156 .carte_cc #tooltip-wrapper-2{
        right: 0;
        left: unset;
    }
}
@media only screen and (max-width: 480px){
    .page-id-1156 .carte_cc{
        overflow: unset;
        width: 98%;
    }
    .page-id-1156 .carte_cc #tooltip-wrapper-2{
        right: 1rem;
        top: 60%;
    }
    .page-id-1156 .free-text{
        margin-top: 12rem;
    }
}

.page-id-1156 .carte_cc .tooltip-wrapper.active{
    opacity:0;
    -webkit-transform:translateY(8rem);
            transform:translateY(8rem);
    -webkit-animation: appearup .5s ease-in-out forwards;
            animation: appearup .5s ease-in-out forwards;
}

@-webkit-keyframes appearup{
    0%{opacity:0;-webkit-transform:translateY(8rem);transform:translateY(8rem);}
    100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}
}
@keyframes appearup{
    0%{opacity:0;-webkit-transform:translateY(8rem);transform:translateY(8rem);}
    100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}
}
*/

/*------------------------------------------------*/
/* L'ENTREPRISE */
/*------------------------------------------------*/

/*.page-id-1158 .haut_de_page .hdp-intro p{
    color: var(--text-color2);
}*/
/*@media only screen and (max-width: 768px){
    .page-id-1158 .haut_de_page .hdp-intro p{
        color: #FFFFFF;
    }
}*/
/*.page-id-1158 section#bloc_1{
    color: var(--text-color3);
}*/
/*
.page-id-1158 .bloc_accordeon :is(h2){
    max-width: 30ch;
    margin: 0 auto 2rem;
}
*/
/*.page-id-1158 .bloc_accordeon a.bouton{
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}*/
/*.page-id-1158 section#bloc_6{
    padding-bottom: min(5vw, 2rem);
}*/
/*.page-id-1158 section#bloc_5{
    padding-top: 0;
}*/
/*.false-bg::before{
    content: '';
    inset: 0 0 0 0;
    position: absolute;
    background-color: #050422;
    opacity: 0.8;
}*/
/*.page-id-1158 section#bloc_6 h2{
    color: #FFFFFF;
}*/
/*.page-id-1158 section#bloc_6 p:first-of-type{
    color: var(--base-text-color);
    max-width: 60ch;
    margin: 0 auto;
    padding: 6rem 0 2rem;
}*/
/*.page-id-1158 .bloc_solutions .bloc_para{
    margin-top: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
}
.page-id-1158 .bloc_solutions .para{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 min(45%, 24rem);
            flex: 1 1 min(45%, 24rem);
    border: 1px solid #DCE1F0;
    border-radius: 8px;
    padding: 3rem;
}
@media only screen and (max-width: 980px){
.page-id-1158 .bloc_solutions .para{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 min(100%, 24rem);
            flex: 1 1 min(100%, 24rem);
    }
}*/
/*.page-id-1158 .bloc_solutions .para h4{
    color: var(--text-color5);
}*/

/* Basic slider */
.basic_slider .slider {
    padding: 0 10% !important;
}
.basic_slider .slick-slide{
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    margin: 0 2rem;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.basic_slider .slick-slide.slick-active {
    opacity:1;
}
.basic_slider .content-slide{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    padding: 0;
    height: 400px;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(131, 73, 73, 0.05);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.05);
}
.basic_slider .slide-img{
    padding: 0 2rem;
    height: 50%;
    background-color: #f2f4fd;
}
.basic_slider .slide-img img{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.basic_slider .slide-text{
    text-align: left;
    padding: 3rem;
    height: 50%;
}
.basic_slider .slide-text strong{
    font-size: 2rem;
    color: var(--text-color5);
}
.basic_slider .slide-text p{
    margin-bottom: 1rem;
}
.basic_slider .slide-text a{
    margin-top: auto;
    position: absolute;
    bottom: 3rem;
}
.basic_slider .navigation_diaporama .prev,
.basic_slider .navigation_diaporama .next{
    display: block;
    text-decoration: none;
    width:6rem;
    height:6rem;
    line-height: 6rem;
    background-color: #FFFFFF;
    border-radius:50%;
    border: none;
    opacity: 1;
    position:absolute;
    background-size:auto 50%;
    background-repeat:no-repeat;
    background-position:center;
    overflow:hidden;
    text-indent:-9999px;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.basic_slider .navigation_diaporama{
    position: absolute;
    width: 100%;
    top: 45%;
}
.basic_slider .navigation_diaporama .prev{
    background-image: url(img/carret-left.svg);
    left: -4rem;
}
.basic_slider .navigation_diaporama .next{
    background-image: url(img/carret-right.svg);
    right: -4rem;
}
.basic_slider .navigation_diaporama .next:hover,
.basic_slider .navigation_diaporama .prev:hover{
    opacity: 0.5;
}

@media only screen and (max-width: 1024px){
    .basic_slider .navigation_diaporama .prev{
        left: 0;
    }
    .basic_slider .navigation_diaporama .next{
        right: 0;
    }
}

/*------------------------------------------------*/
/* NOS METIERS - COACHING */
/*------------------------------------------------*/
/*
.page-id-1351 ul li{
    color: var(--base-text-color);
}
*/
/*.page-id-1351 .basic_twocols .pp_photos{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
}
.page-id-1351 .basic_twocols .pp_photos .img_list{
    width: min(100%, 63rem);
    margin: 0 auto;
}
.page-id-1351 .basic_twocols .pp_photos .img_list:not(:nth-child(1)) img{
    margin:  0;
}*/
/*
.page-id-1351 .menu-tab ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3rem;
    margin: clamp(4rem, 8vw + 1rem , 10rem) auto 2rem;
}
.page-id-1351 .menu-tab ul li{
    list-style: none;
}
.page-id-1351 a.scroll_to{
    text-decoration: none;
    color: var(--text-color2);
    border: 1px solid var(--text-color2);
    border-radius: 4px;
    padding: 1rem 2rem;
}
.page-id-1351 a.scroll_to:hover{
    background-color: var(--text-color2);
    color: #FFFFFF;
}
*/

/*------------------------------------------------*/
/* NOS METIERS - FORMATION */
/*------------------------------------------------*/
/*
.page-id-1344 ul li{
    color: var(--base-text-color);
}
.page-id-1344 .basic_twocols .pp_photos{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
}
.page-id-1344 .basic_twocols .pp_photos .img_list{
    width: min(100%, 63rem);
    margin: 0 auto;
}
.page-id-1344 .basic_twocols .pp_photos .img_list:not(:nth-child(1)) img{
    margin:  0;
}
.page-id-1344 .bloc_icons .bloc_para{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
*/
.page-id-1344 .bloc_icons .bloc_para p{
    max-width: 40ch;
    margin: 0 auto 2rem;
}
.page-id-1344 #bloc_2.bloc_icons .bloc_para p{
    max-width: 80ch;
    margin: 0 auto 2rem;
	
}
/*.page-id-1344 .logos_slider .slider-wrapper{
    margin-top: 8rem;
}
.page-id-1344 .logos_slider .slick-list{
    margin: 0 5rem;
}
.page-id-1344 .logos_slider .slick-slide{
    width: 6rem;
    margin: 0 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.page-id-1344 .logos_slider .slick-slide img{
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
}
.page-id-1344 section#bloc_8 .false-bg::before{
    content: '';
    inset: 0 0 0 0;
    position: absolute;
    background-color: #050422;
    opacity: 0.8;
}
.page-id-1344 section#bloc_8 h2{
    color: #FFFFFF;
}*/
/*.page-id-1344 section#bloc_9 .para-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem;
}
.page-id-1344 section#bloc_9 .para a{
    color: var(--text-color2);
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    border: 3px solid var(--text-color2);
    border-radius: 8px;
    padding: 3rem;
    height: 100%;
}
.page-id-1344 section#bloc_9 .para p{
    max-width: 29ch;
    position: relative;
    height: 100%;
    margin: 0;
}
.page-id-1344 section#bloc_9 .para p::before{
    content: '';
    display: inline-block;
    width: 5rem;
    height: 2.5rem;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 30px;
    background: left 16px center no-repeat url(img/arrow-narrow-right.svg), var(--text-color2);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.page-id-1344 section#bloc_9 .para p:hover::before{
    background-position: right 3px center;
}*/

/*------------------------------------------------*/
/* NOS METIERS - CONSEIL DEVELOPPEMENT COMMERCIAL */
/*------------------------------------------------*/
/*.page-id-1381 ul li{
    color: var(--base-text-color);
}
.page-id-1381 .bloc_icons .bloc_para{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}*/

/*------------------------------------------------*/
/* NOS METIERS - RESSOURCES COMMERCIALES EXTERNALISEES */
/*------------------------------------------------*/
/*.page-id-1385 ul li{
    color: var(--base-text-color);
}*/
/*.page-id-1385 section#bloc_6 .para-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem;
}
.page-id-1385 section#bloc_6 .para a{
    color: var(--text-color2);
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    border: 3px solid var(--text-color2);
    border-radius: 8px;
    padding: 3rem;
    height: 100%;
}
.page-id-1385 section#bloc_6 .para p{
    max-width: 29ch;
    position: relative;
    height: 100%;
    margin: 0;
}
.page-id-1385 section#bloc_6 .para p::before{
    content: '';
    display: inline-block;
    width: 5rem;
    height: 2.5rem;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 30px;
    background: left 16px center no-repeat url(img/arrow-narrow-right.svg), var(--text-color2);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.page-id-1385 section#bloc_6 .para p:hover::before{
    background-position: right 3px center;
}*/

/*------------------------------------------------*/
/* NOS METIERS - BILAN DE COMPETENCE */
/*------------------------------------------------*/
/*.page-id-1390 ul li{
    color: var(--base-text-color);
}
.page-id-1390 .basic_twocols .pp_photos{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
}
.page-id-1390 .basic_twocols .pp_photos .img_list{
    width: min(100%, 63rem);
    margin: 0 auto;
}
.page-id-1390 .basic_twocols .pp_photos .img_list:not(:nth-child(1)) img{
    margin:  0;
}*/

/*------------------------------------------------*/
/* GFORM ERROR */
/*------------------------------------------------*/
.gform_wrapper .gform_validation_errors {
    padding: 16px !important;
}
.gform_wrapper .gform_validation_errors h2{
    font-size: 13.2px !important;
}
.gform_wrapper .gform_validation_errors .gform-icon{
    display: none !important;
}
.page-id-1590 a{text-decoration: none;}

