:root{
    --bleu: #425e8a;
    --blue-2: #B6D8F2;
    --blue-3: #405b8a;
    --blue-title: #415486;
    --blue-background: #34568e;
    --light-blue: #00c3ff;
    --blue-acc-content: #3b4664;
    --light-blue2: #85daff;
    --bleu-violet: #6375a5;
    --bleu-violet2: #546698;
    --bleu-vert: #bff8e3;
    --gris-btn: #f9f9f9;
    --vert: #78b829;
    --vert-acc : #dbede0;
    --green: #00ca33;
    --grey: #afafaf;
    --orange: #ffb602;
}


/* -------FONT------- */

@font-face {
    font-family: "Cocogoose-Regular";
    src: url("../fonts/cocogoose/cocogoose-pro-trial.ttf") format("opentype");
}

@font-face {
    font-family: "Cocogoose-light";
    src: url("../fonts/cocogoose/cocogoose-pro-light-trial.ttf") format("opentype");
}

@font-face {
    font-family: "Cocogoose-semilight";
    src: url("../fonts/cocogoose/cocogoose-pro-semilight-trial.ttf") format("opentype");
}

@font-face {
    font-family: "Outfit-semibold";
    src: url("../fonts/outfit/static/Outfit-SemiBold.ttf") format("opentype");
}

@font-face {
    font-family: "Gotham Rounded Bold";
    src: url("../fonts/gotham-rounded/GothamRounded-Bold.otf") format("opentype");
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@1,300&display=swap');



/*HEADER*/

body{
    font-family: 'roboto', sans-serif;
}

body .container-header{
    background-color: unset;
    background-image: unset;
}

body .container-header .navbar-brand{
    margin: 0 auto;
    color: var(--bleu);
}

body .container-header .navbar-brand a {
    text-decoration: none;
    color:var(--bleu);
    font-size: 3rem;
}

body .container-banner{
    margin: unset;
}

/* body .nav-item.item-112{
    width: 10%;
    height: auto;
} */

body #sp-page-builder .page-content.add-shape{
    padding-bottom: 150px;
}

body .grid-child main{
    margin: 0;
}

body .sp-page-builder .page-header{
    display: none;
}





/* BANDEAU BLEU */

body .container-header .grid-child.container-nav{
    padding: 0;
    background-color: var(--blue-title);
    width: 100%;
    max-width: 100%;
}

body .header-bleu{
    width: 100%;
}

body #header-bleu{
    
    padding: 5px 0;
}

body #header-bleu .sppb-addon-wrapper{
    width: 100%;
}

body #header-bleu .header-container{
    max-width: 1100px;
    margin: 0 auto;
}

body #header-bleu .header-container .sppb-addon-content{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

body #header-bleu .header-container .l-side-header, body #header-bleu .header-container .r-side-header{
    display: flex;
    align-items: center;
}

body #header-bleu .header-container .l-side-header img:first-child{
    margin: 10px 10px 0 0;
    max-height: 50px;
}

body #header-bleu .header-container .l-side-header img:last-child{
    width: 60%;
    cursor: pointer;
}

body #header-bleu .header-container .r-side-header a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
}

body #header-bleu .header-container .r-side-header a:first-child::after{
    content: url(/images/icon-recherche.png);
    transform: scale(0.9);
    display: block;
    margin-left: 10px;
}

body #header-bleu .header-container .r-side-header a:last-child::after{
    content: url(/images/icon-recrutement.png);
    transform: scale(0.9);
    display: block;
    margin-left: 10px;
}

body #header-bleu .logo-lettre{
    width: 50%;
}

body #header-bleu .btn-header{
    background-color: unset;
    color: white;
    text-transform: uppercase;
    border: none;
    text-decoration: unset;
}

body #header-bleu .btn-header:hover{
    text-decoration: underline;
}

body .container-header .mod-menu.float-menu li.parent.item-532{
    display: none;
}

body .col-btn-esp-prv{
    display: none;
}

body.itemid-131.etablissement .col-btn-esp-prv, 
body.itemid-133.etablissement .col-btn-esp-prv,
body.itemid-134.etablissement .col-btn-esp-prv{
    display: block;
}
body.itemid-133.etablissement .etablissement-banner,
body.itemid-134.etablissement .etablissement-banner{
    padding: 50px 0 20px 0;
}

body .col-btn-esp-prv .btn-esp-prv{
    position: absolute;
    top: 0;
    margin-top: 6px;
    background-color: var(--vert);
    padding: 8px 25px 12px 25px;
    font-family: "Cocogoose-semilight", sans-serif;
    font-size: 15px;
    font-weight: 200;
    color: white;
    text-decoration: none;
    transition: all 0.3s;
    border: 1px solid transparent;
    border-radius: 0 0 50px 50px;
    left: 16%;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.3) inset;
    border-top: transparent;
}

body .col-btn-esp-prv .btn-esp-prv:hover{
    background-color: white;
    color: var(--vert);
    border: 1px solid var(--vert);
}

/* BANDEAU BLEU */





/* NAVIGATION FLOTTANTE */



body .container-header .mod-menu.float-menu{
    display: block;
    position: fixed;
    left: 50px;
    /* top: 15%; */
    top: 50%;
    transform: translateY(-50%);
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 13px 1px #575757;
    box-shadow: 0px 0px 13px 1px #575757;
}

body .container-header .mod-menu.float-menu > li{
    margin: 0;
}

body .container-header .mod-menu.float-menu li.parent{
    border: 1px solid var(--vert);
    border-radius: 50%;
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    transition: all 0.2s;
}

/* body .container-header .mod-menu.float-menu li a[title="item-vert"]{
    background-color: var(--vert);
    border-radius: 50%;
} */

body .container-header .mod-menu.float-menu li.parent:hover{
    background-color: var(--blue-background);
}

body .container-header .mod-menu.float-menu li.parent:last-child:hover{
    margin-bottom: 10px;
}

body .container-header .mod-menu.float-menu li.parent > a{
    padding: 5px;
}

body .container-header .mod-menu.float-menu li.parent ul.small{
    display: block;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all 0.2s;
    position: absolute;
    left: 60px;
    padding: 0;
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'Cocogoose-Regular', 'sans-serif';
    /* white-space: break-spaces; */
    white-space: nowrap;
}

body .container-header .mod-menu.float-menu.li-court li.parent ul.small{
    white-space: nowrap;
}

body .container-header .mod-menu.float-menu li.parent:hover ul.small{
    transition: all 0.2s;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    left: 100px;
}

body .container-header .mod-menu.float-menu li.parent ul.small a{
    color: var(--blue-title);
}

body .container-header .mod-menu.float-menu li.parent:hover ul.small li.nav-item{
   /*  -webkit-box-shadow: 0px 0px 20px 5px #fff, inset 0px 0px 50px 50px rgba(255,255,255,0.8); 
    box-shadow: inset 0px 0px 50px 50px rgba(255,255,255,0.8), 0px 0px 25px 8px #fff; */
    border-radius: 10px;
    padding: 5px;
}


body #header-bleu .header-etablissement .sppb-addon-content{
    display: none;
}

body #back-fade.active{
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0.5;
    position: fixed;

    z-index: 5;
    transition: all 2s;
}

/* NAVIGATION FLOTTANTE */







body .titre-all-page h1{
    text-align: center;
    color: #405b8a;
}





/*HEADER*/










body .acd-descript{
    margin : 50px 0;
}

body .acd-descript .sppb-addon-content{
    margin : 20px 0;
}


/*Provisoire*/
body .section-etablissement a.bientot{
    background-color: var(--orange);
    text-align: center;
    border-radius: 15px;
    border: 0;
    width: 45%;
    margin: 0 auto;
    padding: 12px 0;
    font-family: 'Cocogoose-Regular', 'sans-serif';
    text-transform: uppercase;
    font-size: 25px;
    color: white;
    text-decoration: unset;
}


/* MENTIONS LEGALES */

body #ml-contenu .sppb-addon-text-block{
    background-color: var(--vert-acc);
    padding: 20px;
    color: var(--blue-title);
    border-radius: 20px;
  }

/* MENTIONS LEGALES */


/* PORTAIL */

body .site-grid{
    grid-template-areas: none;
    grid-gap: 0;
    display: block;
}

body .circle-container{
    position: absolute;
    width: 100%;
    min-height: 100%;
}

body .circle-background{
    clip-path: circle(45vw at 50% 2%);
    position: absolute;
    width: 90%;
    top: 0;
    left: -5%;
    min-height: 100%;
    background-color: #fff; 
}

body #sp-page-builder .page-content.add-shape{
    background-color: #f6f7f1;
}

body #portail-intro .col-logo{
    padding-bottom: 50px;
}

body #portail-intro .col-logo .sppb-column-addons{
    display: flex;
    justify-content: center;
    align-items: center;
}

body #portail-intro .col-logo .sppb-column-addons .sppb-addon-wrapper{
    margin: 0 10px;
    width: 15%;
}


body .section-actualites .carousel-portail .sppb-carousel-pro-inner-content .sppb-row{
    align-items: flex-start;
    flex-direction: row-reverse;
}

body .section-actualites .carousel-portail .sppb-carousel-pro-inner-content .sppb-row .sppb-text-right{
    margin-top : 0;
    text-align: center;

    /*TEST*/
    position: relative;
}

body .section-actualites .carousel-portail .sppb-carousel-inner .sppb-item{
    padding: 0;
    height: auto;
    cursor: pointer;
}

body .carousel-portail a.sppb-btn{
    color: var(--vert);
    border: 1px solid var(--vert);
    border-radius: 20px;
    background: none;
    text-decoration: none;
    padding: 12px 50px;
    margin-right: 10%;
    margin-top: 10px;
}

body .carousel-portail .sppb-carousel-indicators li.active{
    background-color: var(--vert);
}

body .carousel-portail .sppb-carousel-indicators li{
    border: 1px solid var(--vert);
    width: 17px;
    height: 17px;
    margin: 0 4px;
}

body .carousel-portail .sppb-carousel-indicators {
    bottom: -15%;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.portail .carousel-portail .sppb-carousel-indicators {
    right: 5%;
    left: unset;
  }

body .section-actualites .carousel-portail .sppb-carousel-inner{
    overflow: visible;
}

body .section-actualites .carousel-portail .sppb-carousel-pro-text h2{
    display: none;
}

body .section-actualites .carousel-portail .title-carousel{
    font-family: "Outfit-semibold", sans-serif;
    color: var(--vert);
    font-size: 45px;
    line-height: 52px;
    margin-left: -5%;
}

body .section-actualites .carousel-portail .content-carousel{
    color: var(--vert);
    margin-bottom: 30px;
    line-height: 1.3;
}

body #portail-intro .carousel-portail a.sppb-btn{
    display: none;
    position: relative;
    margin-right: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
}





body .col-detail{
    position: absolute;
    bottom: 0;
    height: auto;
}

body .etab-title .sppb-addon-title, body .etab-title-2 .sppb-addon-title{
    font-family: 'Cocogoose-Regular', 'sans-serif';
    font-size: 54px;
    color: var(--blue-title);
    text-transform: uppercase;
    line-height: 1;
}

body .etab-title-2 .sppb-addon-title{
    font-size: 35px;
    color: var(--vert);
    margin-top: 20px;
}

body .etab-desc .sppb-addon-content{
    margin-top: 30px;
}

body #portail-asso .etab-desc .sppb-addon-content{
    /* width: 75%; */
}

/* body .button-type-portail {
    display: flex;
    color: var(--blue-title);
    border: 1px solid var(--vert);
    background-color: #fff;
    border-radius: 20px;
    background: none;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px 20px;
    margin-left: 5%;
    font-size: 20px;
    justify-content: left;
    align-items: center;
    margin: 0;
    max-height: 50px;
    max-width: 60%;
  } */

  body .button-type-portail, body .button-type-groupe-portail .sppb-btn{
    display: flex;
    color: var(--blue-title);
    border: 1px solid var(--vert);
    background-color: #fff;
    border-radius: 50px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 20px;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    transition: all .15s ease-in-out;
    width: fit-content;
}

body .button-type-portail{
    margin-bottom: 30px;
}

body .button-type-groupe-portail .sppb-addon-content{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 80%;
    margin-right: auto;
}

body .button-type-groupe-portail.s-etp .sppb-addon-content{
    justify-content: center;
    width: 100%;
}

body .button-type-groupe-portail .sppb-btn{
    margin: 10px 20px 10px 0;
}

/* body .button-type-portail i.test{
    line-height: 0;
    transform: scale(0.5);
} */

body .button-type-portail:hover, body .button-type-groupe-portail .sppb-btn:hover{
    color: var(--vert);
    border: 1px solid var(--vert);
    background-color: var(--blue-title);

    /* Ce qui permet le dimensionnement automatique du :after pour indiquer que la page est bientôt disponible */
    position: relative;
}

/* body .button-type-portail.asso::before{
    content: url("/images/icon-oeil.png");
    transform: scale(.5);
    display: block;
}
 */

body .button-type-portail i.icon-button{
    display: block;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 10px;
} 

body .button-type-portail.asso i.icon-button{
    background-image: url("/images/icon-oeil.png");
    width: 50px;
    height: 50px;
}

body .button-type-groupe-portail.essms i.icon-button{
    content: url("/images/icon-mains-verte.png");
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

body .button-type-groupe-portail.s-etp i.icon-button{
    content: url("/images/icon-badge.png");
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

body .button-type-portail.emp-p i.icon-button, body .button-type-groupe-portail.emp-p i.icon-button{
    content: url("/images/icon-perso.png");
    width: 40px;
    height: 40px;
}

body .button-type-groupe-portail.emp-p i.icon-button{
    margin-right: 10px;
}

body .sp-page-builder .add-shape #portail-esat{
    background-size: 100% 100%;
    padding-top: 100px;
    padding-bottom: 150px;
    margin-top: -100px;
}

body #portail-esat .illustration{
    width: 90%;
    margin: 0 auto;
    margin-top: 25%;
    
}

body .sp-page-builder .add-shape #structure-etp{
    margin-top: -165px;
    background-size: 100% 100%;
    padding-top: 50px;
    padding-bottom: 250px;
}

body #structure-etp .icon img{
    max-height: 80px;
}

body #structure-etp .etab-title .sppb-addon-title, body #structure-etp .etab-desc .sppb-addon-content{
    color: #fff;
}

body #portail-emp-pro{
    margin-top: -100px;
    padding: 50px 0 50px 0;
}

body #portail-emp-pro .etab-title{
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

body #portail-emp-pro .content{
    padding-left: 30px;
}

body #portail-emp-pro .content .etab-desc .sppb-addon-content{
    margin: 30px 0;
}

body #portail-emp-pro .button-type-portail.emp-p{
    margin-bottom:10px;
  }

body #portail-emp-pro .button-type-groupe-portail .sppb-btn {
    margin: 10px 0px 10px 0;
  }






  
  /* Tooltip text */
  body .tooltip-production::after, .tooltip-production-groupe .sppb-btn::after, #btn-1681920301345:after {
    visibility: hidden;
    opacity: 0;
    width: max-content;
    height: auto;
    background-color: var(--vert);
    text-align: center;
    padding: 10px 15px;
    border-radius: 50px;
    content: " Cette page sera bientot disponible ! ";
    position: absolute;
    z-index: 10000;
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    transition: 0.35s all;
    
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);

  }
  
 
  body .tooltip-production:hover::after, .tooltip-production-groupe .sppb-btn:hover::after, #btn-1681920301345:hover::after {
    visibility: visible;
    opacity: 1;
    transition: 0.35s all;
    width: max-content;
    height: auto;
    left: 50%;
  }

  
  body a.tooltip-production{
    z-index: 1000;
    position: relative;
  }







/* PORTAIL */














/* PAGES ETABLISSEMENTS */

body .section-banner-acc-open-time{
    margin-bottom: 100px;
    background-color: white;
}

body .section-banner-acc-open-time .carousel-portail{
    display: none;
}

body .acc-open-time.section-acc-open{
    display: block;
}

body .acc-open-time{
    display: none;
    margin-top: -350px;
}

body .sp-page-builder .add-shape #section-tab-horizontale{
    background-size: 100% 100%;
    padding-top: 100px;
    padding-bottom: 250px;
    margin-top: -50px;
}

body .sp-page-builder .add-shape #etablissment-illustration{
    background-size: 100% 100%;
    padding-top: 50px;
    padding-bottom: 450px;
    margin-top: -200px;
}

body .etablissement-banner{
    padding: 20px 0;
}

body .sp-page-builder .page-content #intro-actu{
    z-index: 3;
}

body .section-etablissement .carousel-portail .sppb-carousel-indicators {
    bottom: -20px;
}

body .col-etablissement-title .sppb-column-addons{
    display: flex;
/*     align-items: center; */
    justify-content: center;
    flex-direction: column;

}

body .section-actualites .illustration{
    width: 65%;
    margin: 0 auto;
}


body .title-type-etablissement .sppb-addon-title{
    font-family: "Cocogoose-semilight", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    color : var(--vert);
    padding-bottom: 15px;
    line-height: 1.2;
    margin: 0;
}

/* body .title-type-etablissement .sppb-addon-content{
    font-family: "Cocogoose-Regular", sans-serif;
    font-size: 4em;
    color : var(--blue-title);
    line-height: 1;
    font-weight: unset;
} */

body .title-type-etablissement-2 .sppb-addon-title{
    font-family: "Cocogoose-Regular", sans-serif;
    font-size: 4em;
    color : var(--blue-title);
    line-height: 1;
    font-weight: unset;
}

/* body .title-type-etablissement-2 .sppb-addon-content .big-sub-title{
    font-size: 2em;
} */

body .title-type-etablissement-2 .sppb-addon-title .big-sub-title{
    font-size: 2em;
}

body .title-type-etablissement br{
    display: none;
}

body .section-actualites .carousel-portail img{
    width: 95%;
    margin: 0 auto;
    display: block;
    border: 1px solid transparent;
    border-radius: 20%;
}

body .section-actualites .carousel-portail img:first-child{
    position: absolute;
    width: 100%;
        /*TEST*/
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
}

body .section-actualites .carousel-portail a.sppb-btn{
    display: none;
}

body .section-tab-horizontale .illustration{
    width: 90%;
    margin: 0 auto;
}

body .tab-horizontale .sppb-nav-tabs {
    border-bottom: 0;
  }

body .tab-horizontale .sppb-nav-tabs > li {
    margin-bottom: -2px;
}

body .tab-horizontale .sppb-nav-tabs li.active{
    margin-left: auto;
}

body .tab-horizontale .sppb-nav-tabs li.active a{
    border: 2px solid black;
    border-bottom: 2px solid white;
    border-radius: 20px 20px 0px 0px;
    background-color: #d0f2d9;
}

body .tab-horizontale .sppb-nav-tabs li a{
    font-family: "Cocogoose-semilight", sans-serif;
    text-decoration: none;
    font-weight: normal;
    padding: 12px 50px;
    line-height: inherit;
    border: 2px solid black;
    background: #fff;
    border-left: 0;
}

body .tab-horizontale .sppb-nav-tabs li a h3{
    font-family: "Cocogoose-semilight", sans-serif;
    font-weight: normal;
    line-height: inherit;
    font-size: 14px;
    margin: 0;
}

body .tab-horizontale .sppb-nav-tabs li a:nth-child(2){
    width: 5px;
    height: 2px;
    background-color: black;
}

body .tab-horizontale .sppb-nav-tabs li:has(+ li.active) a{
    border-right: 0;
}

body .tab-horizontale .sppb-nav-tabs li:first-of-type a{
    border-left: 2px solid black;
}

body .tab-horizontale .sppb-tab-content{
    border: 2px solid black;
    padding: 30px 20px;
    margin-top: 0;
    border-radius: 20px;
    border-top-left-radius: unset;
    color: var(--blue-title);
    background-color: #fff;
}

body .tab-horizontale .sppb-tab-content .sppb-tab-pane.active{
    display: flex;
    justify-content: space-evenly;
}

body .tab-horizontale .sppb-tab-content .sppb-tab-pane .sppb-addon-wrapper{
    max-width: 30%;
    width: 100%;
}

body .tab-horizontale hr{
    margin: 0 0 -2px 25px;
    border-top: 2px solid black;
    opacity: 1;
}

body .tab-horizontale .sppb-tab-content .sppb-tab-pane .sppb-addon-wrapper.bigger{
    max-width: 70%;
}

body .tab-horizontale .sppb-addon-image-overlay-icon {
    display: block;
    width: 100%;
    height: 100%;
    top: unset;
    left: unset;
    margin-left: unset;
    margin-top: unset;
    background: transparent;
    transition: all 0.5s;
  }

body .tab-horizontale .sppb-addon-image-overlay-icon:hover{
    background-color: rgba(208, 242, 217, 0.5);
    transition: all 0.5s;
}

body .tab-horizontale .sppb-addon-image-overlay-icon i{
    color: var(--blue-title);
    font-size: 36px;
    font-weight: 800;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(164, 164, 164, 0.5);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    transition: all 0.5s;
}

body .tab-horizontale .sppb-addon-image-overlay-icon:hover i{
    background-color: rgba(255, 255, 255, 0.9);
    transition: all 0.5s;
}

body .tab-horizontale .sppb-addon-single-image-container:hover .sppb-addon-image-overlay-icon {
    display: block;
    -webkit-animation: unset;
    animation: unset;
}

body img.mfp-img {
    background: white;
  }



body .section-tab-horizontale .intro-acc-etab.first-acc .sppb-addon-title{
    color: var(--blue-title);
}

body .section-etablissement{
    background-color: var(--blue-background);
}

body .section-etablissement.first_section_acc{
    margin-top: -350px;
}

body .section-etablissement .intro-acc-etab .sppb-addon-title, body .section-tab-horizontale .intro-acc-etab.first-acc .sppb-addon-title{
    font-family: 'Cocogoose-Regular', 'sans-serif';
    font-size: 54px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
}

body .section-etablissement .intro-acc-etab .sppb-addon-title{
    color: white;
}

body .section-etablissement .intro-acc-etab .sppb-addon-content{
    color: white;
}

body .section-etablissement .acc-column .sppb-addon-content .strong-text, body .tab-horizontale .sppb-tab-content .strong-text, body .strong-text{
    font-size: 17px;
    color: #77c78d;
}

body .section-etablissement .acc-column .sppb-addon-accordion .sppb-panel{
    background-color: unset;
    width: 100%;
    border: 0; 
    position: relative;
}

body .section-etablissement .acc-column .sppb-addon-accordion .acd-class-close, body .link-espace-prive{
    background-color: var(--orange);
    text-align: center;
    border-radius: 15px;
    border: 0;
    width: 45%;
    margin: 0 auto;
    padding: 12px 0;
    transition: ease-in-out 0.2s;
}

body .section-etablissement .acc-column .sppb-addon-accordion .acd-class-close.active{
    width: 100%;
    text-align: left;
    transition: all 0.2s;
    background-color: var(--blue-acc-content);
    border: 1px solid #8ab740;
}

body .section-etablissement .acc-column .sppb-addon-accordion .acd-class-close.active.fix-menu-acd{
    /* width: 50%;
    position: fixed;
    z-index: 1100;
    top: calc(100px - 37.5px);
    left: 50%;
    transform: translate(-50%,-50%); */

    width: 50%;
    position: fixed;
    z-index: 1100;
    margin: 0 auto;
    left: 0;
    right: 0;
    /* top: 30px; */
    top: 0;
    transition: all 0.2s;
}

body .section-etablissement .acc-column .sppb-addon-accordion .sppb-panel .sppb-panel-heading .sppb-panel-title{
    font-family: 'Cocogoose-Regular', 'sans-serif';
    text-transform: uppercase;
    font-size: 25px;
    font-weight: initial;
    color: white;
    pointer-events: none;
    user-select: none;
}

body .section-etablissement .acc-column .sppb-addon-accordion .sppb-panel .sppb-panel-heading .sppb-panel-title i{
    margin-right: 5px;
    opacity: 1;
    overflow: visible;
    transition: all 0.25s;
}

body .section-etablissement .acc-column .sppb-addon-accordion .sppb-panel .sppb-panel-heading.active .sppb-panel-title i{
    opacity: 0;
    overflow: hidden;
    transition: all 0.25s;
}

body .section-etablissement .acc-column .sppb-addon-accordion .sppb-panel .sppb-panel-heading .sppb-toggle-direction .fa-chevron-right{
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s;
    padding: 10px 15px;
    background-color: transparent;
    border-radius: 10px;
}

body .section-etablissement .acc-column .sppb-addon-accordion .sppb-panel .sppb-panel-heading.active .sppb-toggle-direction .fa-chevron-right{
    visibility: visible;
    opacity: 1;
    transition: all 0.25s;
    background-color: #f4201f;
}

body .section-etablissement .sppb-panel-heading.active .sppb-toggle-direction{
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    line-height: unset;
}

body .section-etablissement .acc-column .sppb-addon-accordion .sppb-panel .sppb-panel-heading .sppb-toggle-direction .fa-chevron-right::before {
    content: "FERMER";
    color: white;
    font-family: 'Cocogoose-light', 'sans-serif';
    font-size: 20px;
}

body .section-etablissement .acc-column .sppb-addon-accordion .sppb-panel-collapse{
    background-color: var(--vert-acc);
    margin-top: -15px;
}

body #etablissment-illustration .illustration-pre-acc{
    width: 40%;
    margin: 0 auto;
}

body #esat-cest-quoi .intro-acc-etab.first-acc .sppb-addon-title{
    /* inline-size: 80%; */
    margin-right: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    line-height: 1.1;
}



/* MENU DE L'ACCORDEON */

body #sp-page-builder .accordeon-menu{
    transition: ease-in-out 0.2s;
}

body #sp-page-builder .accordeon-menu.fix-menu-acd{
/*     width: 50%;
    position: fixed;
    z-index: 1000;
    top: 180px;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-top: -15px; */

    width: 50%;
    position: fixed;
    z-index: 1000;
    margin: 0 auto;
    left: 0;
    right: 0;
    /* top: 80px; */
    top: 50px;
    transition: all 0.2s;
}

/* body #sp-page-builder .accordeon-menu.fix-menu-acd.acc-nb-items-4{
    top: 210px;
} */

body #sp-page-builder .accordeon-menu ul{
    background-color: var(--bleu-violet);
    border-bottom: 6px solid var(--vert);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all 0.2s;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transform: translate(0px,-100%);
}

body #sp-page-builder .accordeon-menu ul.active{
    transition: all 0.2s;
    height: 100%;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    transform: initial;
}

body #sp-page-builder .accordeon-menu ul li{
    width: 100%;
    border: 1px solid var(--vert);
    border-top: 0;
}

body #sp-page-builder .accordeon-menu ul li:first-child{
    padding-top: 15px;
}

body #sp-page-builder .accordeon-menu ul li a{
    text-transform: uppercase;
    text-decoration: unset;
    font-family: 'roboto', "Cocogoose-Regular", sans-serif;
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
}




/* MENU DE L'ACCORDEON */

body .container-btn-close.fix-menu-acd{
/*     width: 50%;
    position: fixed;
    top: calc(100px - 37.5px);
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1200; */

    width: 50%;
    position: fixed;
    z-index: 1200;
    margin: 0 auto;
    left: 0;
    right: 0;
    /* top: 61px; */
    top: 31px;
    transition: all 0.2s;
}

body .container-btn-close{
   
}

body .acd-close-btn{
    position: absolute;
    top: 32px;
    right: 150px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1200;
    transition: all 0.2s;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

body .acd-close-btn.active{
    transition: all 0.2s;
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

body .fix-menu-acd .acd-close-btn.active{
   top: 1px;
}

body .acd-close-btn a{
    cursor: pointer;
    background-color: var(--orange);
/*     font-family: "Font Awesome 5 Free"; */
/*     padding: 8px 15px; */
    border-radius: 10px;
    text-decoration: unset;
    width: 40px;
    height: 40px;
    padding: 0;
    display: block;
    line-height: unset;
    border-radius: 50%;
}


/*     content: "\f2d1";
    color: white;
    vertical-align: 50%; */
body .acd-close-btn a::before{
    color: white;
    content: '';
    position: absolute;
    width: 25px;
    height: 5px;
    border-radius: 10px;
    background-color: #FFFFFF;
    top: 50%;
    left: 50%;
    padding-left: 0;
    margin-left: 0;
    transition: transform 0.2s ease-in-out;
    transform: translate(-50%, -50%); 
}

body .acd-close-btn a::after{
    color: white;
    content: '';
    position: absolute;
    width: 25px;
    height: 5px;
    border-radius: 10px;
    background-color: #FFFFFF;
    top: 50%;
    left: 50%;
    padding-left: 0;
    margin-left: 0;
    transition: transform 0.2s ease-in-out;
    transform: translate(-50%, -50%) rotate(180deg);
}

body .acd-close-btn a.plus::before{
    transform: translate(-50%, -50%) rotateZ(-90deg);
}

body .acd-close-btn a.plus::after{
    transform: translate(-50%, -50%) rotateZ(0deg);;
}


body .btn-type-1 {
    background-color: var(--blue-3);
    color: white;
    border: 0;
    text-decoration: none;
}

/* CONTENU ACC */
body .acc-column .sppb-panel-body{
    padding: 0;
    border: 0;
}

body .acc-column .sppb-panel-body .sppb-addon-module{
    padding: 15px;
}


body .section-etablissement .acc-container .acc-section .sppb-row{
    align-items: center;   
}

/* body .sp-page-builder .page-content #un-metier{
    margin-top: -165px;
    background-size: 100% 100%;
    padding-top: 50px;
    padding-bottom: 250px;
} */

body .section-etablissement .acc-container .acc-section-title .sppb-addon-title{
    font-family: 'Cocogoose-Regular', 'sans-serif';
    font-size: 26px;
    text-transform: uppercase;
    line-height: 1;
    color: var(--blue-title);
}

body .section-etablissement .acc-container .acc-section-text .sppb-addon-content{
    color: var(--blue-title);
} 

body .section-etablissement .acc-container .acc-section{
    padding: 0 25px 30px 25px;
}

body .section-etablissement .avis .sppb-testimonial-carousel-item-content .sppb-testimonial-carousel-client-rating, 
body .section-etablissement .avis .sppb-testimonial-carousel-img-wrap {
    display: none;
}


body .section-etablissement .sppb-carousel-extended-content-wrap, body #etablissement-photos-videos .sppb-carousel-extended-content-wrap{
    display: none;
}

body #sp-page-builder .section-etablissement .avis .sppb-testimonial-carousel-item-content{
    background-color: #fff;
    padding: 40px 30px 30px 30px;
    border: 5px solid #000;
}

body #sp-page-builder .section-etablissement .avis .sppb-testimonial-carousel-message{
    color: var(--blue-title);
    font-family: 'Roboto';
    line-height: 1.1;
    text-align: left;
    font-style: italic;
    font-weight: 400;
    min-height: 200px;
}

body #sp-page-builder .section-etablissement .avis .sppb-testimonial-carousel-content-wrap{
    width: 100%;
}

body #sp-page-builder .section-etablissement .avis .sppb-testimonial-carousel-name-designation{
    padding-top: 80px;
}

body .section-etablissement .sppb-testimonial-carousel-testi_layout3 .sppb-testimonial-carousel-item-content::before {
    content: "";
    position: absolute;
    border: 0;
    left: -100px;
    top: auto;
    bottom: -35px;
    z-index: 1000;
    background-image: url("/images/etablissment/adasms-fleche-avis.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 75px;
    height: 60px;
}

body #sp-page-builder .section-etablissement .sppb-testimonial-carousel-name{
    color: var(--blue-title);
    font-style: italic;
    text-align: right;
}

body #sp-page-builder .section-etablissement .sppb-testimonial-carousel-designation{
    color: var(--vert);
    font-weight: 400;
    font-style: italic;
    text-align: right;
}

body #sp-page-builder .section-etablissement .avis .sppb-carousel-extended-dots ul li {
    height: 20px;
    width: 20px;
}

body #sp-page-builder .section-etablissement .avis .sppb-carousel-extended-dots ul li.active span, body #sp-page-builder .section-etablissement .avis .sppb-carousel-extended-dots ul li.active {
    background: var(--vert);
}

body #sp-page-builder .section-etablissement .avis .sppb-carousel-extended-dots ul li {
    background: transparent;
    border: 2px solid var(--vert);
}

body #sp-page-builder .section-etablissement .avis .sppb-carousel-extended-dots ul li span{
    background-color: transparent;
}

body .section-etablissement a{
    color: var(--blue-title);
}

body .col-bean-shape .sppb-addon-wrapper:first-child{
    position: absolute;
    z-index: 2;
}

body .section-etablissement .competent-different{
    margin-top: -100px;
}


body #etablissement-photos-videos .carousel-etablissement .sppb-carousel-extended-item img {
    border-radius: 20px;
}

body #etablissement-photos-videos .carousel-etablissement .sppb-carousel-extended-nav-control .nav-control {
    color: var(--vert);
    border-color: var(--vert);
}

body #etablissement-photos-videos .carousel-etablissement .sppb-carousel-extended-nav-control .nav-control:hover {
    color: var(--blue-background);
    border-color: var(--blue-background);
}

body #etablissement-photos-videos .carousel-etablissement .sppb-carousel-extended-dots ul li {
    background: var(--vert);
}

body #etablissement-photos-videos .carousel-etablissement .sppb-carousel-extended-dots ul li span {
    background-color: var(--blue-background);
}

body #etablissement-photos-videos .pres-video{
    margin-top: 50px;
}

body #etablissement-photos-videos .pres-video iframe{
    border-radius: 20px;
}

/* PAGE ENTREPRISE ADAPTEE */

body.itemid-313 .title-type-etablissement-2 .sppb-addon-title{
    font-size: 3em;
}

/* PAGE ENTREPRISE ADAPTEE */

/* ESPACE PRIVE */

body .connexion-espace-prive .plg_system_webauthn_login_button{
    display: none;
}

body .connexion-espace-prive .form-check .form-check-input{
  float: unset;
  margin-right: 10px;
}

body .connexion-espace-prive button[type="submit"]{
    background-color: var(--orange);
    font-family: 'Cocogoose-Regular', 'sans-serif';
    font-size: 15px;
    font-weight: initial;
    color: white;
    text-decoration: none;
    transition: all 0.3s;
    border: 1px solid transparent;
}

body .connexion-espace-prive button[type="submit"]:hover{
    background-color: white;
    color: var(--orange);
    border: 1px solid var(--orange);
}

body #espace-prive .connexion-espace-prive form{
    text-align: center;
    color: black;
}

body #connexion-espace-prive .connexion-espace-prive form{
    text-align: center;
    color: white;
}

body #espace-prive .connexion-espace-prive form .login-greeting, body #connexion-espace-prive .connexion-espace-prive form .login-greeting{
    font-size: 18px;
}

body #espace-prive .connexion-espace-prive form div.logout-button button.btn, body #connexion-espace-prive .connexion-espace-prive form div.logout-button button.btn{
    background-color: red;
    color: white;
    border: 0px;
    border-radius: 15px;
    margin-top: 15px;
}

body #connexion-espace-prive .link-espace-prive, body .btn-private-doc, body .btn-private-doc.sppb-btn-default:focus{
    font-family: "Outfit-semibold", sans-serif;
    font-size: 15px;
    font-weight: initial;
    color: white;
    text-decoration: none;
}

body #connexion-espace-prive .link-espace-prive:hover, body .btn-private-doc:hover{
    font-family: "Outfit-semibold", sans-serif;
    font-size: 18px;
    font-weight: initial;
    color: white;
    text-decoration: none;
    background-color: var(--orange);
    border-color: unset;
}

body #sp-page-builder .section-tab-horizontale.row-esp-prv .sppb-addon-title{
    font-family: 'Cocogoose-Regular', 'sans-serif';
    font-size: 54px;
    text-transform: uppercase;
    line-height: 1;
    color: var(--blue-title);
    text-align: center;
}

body .col-private-doc .sppb-column-addons{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

body .col-private-doc .sppb-column-addons .sppb-addon-wrapper{
    max-width: 33%;
}

body .btn-private-doc{
    background-color: var(--orange);
    text-align: center;
    border-radius: 15px;
    border: 0;
    margin: 0 auto;
    padding: 12px 15px;
    transition: ease-in-out 0.2s;
}



/* ESPACE PRIVE */

/* PAGES ETABLISSEMENTS */

/* MODAL RECHERCHE */

body a.research-click{
    cursor: pointer;
}

body .modal-research.off{
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

body .modal-research.on{
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

body .modal-research{
  transition: all 0.25s ease-out;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  background-color: rgba(255, 255, 255, 0.95);
}

body .sp-page-builder .page-content #research-look{
    padding-top: 150px;
}
   
body .modal-research .page-content{  
    width: 50%;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%);
}

body .modal-research #research-look .cross-close .sppb-icon-inner{
    position: absolute;
    right: 0;
    top: -35%;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background-color: var(--blue-title);
}

body .modal-research #research-look .cross-close .sppb-icon-inner i{
    line-height: 45px;
    transform: rotate(45deg);
    color: white;
}

body .modal-research .logo-research img{
    width: 60%;
    margin: 0 auto;
}

body .modal-research .research-text .sppb-addon-content{
    font-family: 'Cocogoose-Regular', 'sans-serif';
    font-size: 24px;
    color: var(--blue-title);
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
}

body #research-bar .form-search .form-control{
    border: 2px solid var(--vert);
    border-right: 0;
    font-family: 'Rubik', sans-serif;
    font-style: italic;
    font-weight: 300;
    color: var(--vert);
    padding: 13px 0px 13px 16px;
    background-color: transparent;
}

body #research-bar .form-search .form-control::placeholder {
    color: var(--vert);;
}
  
body #research-bar .form-search .mod-finder__search.input-group{
    justify-content: center;
}

body #research-bar .form-search .mod-finder__search.input-group .awesomplete{
    width: 80%;
}

body #research-bar .form-search .btn{
    background-color: unset;
    border: 2px solid  var(--vert);
    border-left: 0;
    padding: 0 5px 0 0;
    margin: 0;
}

body #research-bar .form-search .btn .icon-search{
    color: var(--vert);
    font-size: 30px;
}

body .com-finder{
    margin: 50px auto 150px auto;
}


/* RESULTAT RECHERCHE */




/* MODAL RECHERCHE */

body #search-form .com-finder__search .form-inline .input-group .btn-secondary{
    display: none;
}

body .result__taxonomy--Author {
   display: none;
  }

/* PAGE ACTUALITES */

body.itemid-234.page-actualites .header-etablissement{
   display: none;
}

#tte-actualites #cart-art-list{
    /* <select> styles */

    /* Reset */
    appearance: none;
    border: 0;
    outline: 0;
    font: inherit;
    /* Personalize */
    width: 20rem;
    padding: 1rem 4rem 1rem 1rem;
    background: url("/images/arrow.svg") no-repeat right 0.8em center / 1.4em,
      linear-gradient(to left, rgba(255, 255, 255, 0.3) 3em, rgba(255, 255, 255, 0.2) 3em);
    color: var(--blue-title);
    border-radius: 10px;
    box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    margin-bottom: 30px;
    transition: all 0.3s;
}

  /* Remove focus outline */
#tte-actualites #cart-art-list::before {
    content: "\f107";
    width: 10px;
    height: 10px;
  }
  /* <option> colors */
#tte-actualites #cart-art-list option {
    color: inherit;
    background-color: white;
  }


/* #tte-actualites .article-container .sppb-row{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

#tte-actualites .article-container .sppb-row .art-cat{
    width: 33%;
    flex: unset;
    min-height: 200px;
}
*/

#tte-actualites .article-container{
    transition: all 1.5s;
    position: relative;
    height: auto;
}

#tte-actualites .article-container .sppb-addon-content{

}

body.itemid-234.page-actualites{
    overflow-x: hidden;
}


#tte-actualites .article-container .art-cat, #tte-actualites .article-container .art-cat.on{
    opacity: 1;
    visibility: visible;
    height: auto;
    width: auto;
    transition: all 1.5s;
    left: 0;
}

#tte-actualites .article-container .art-cat.off{
    opacity: 0;
    visibility: hidden;
    height: auto;
    width: 100%;
    transition: all 1.5s;
    position: absolute;
    z-index: 100;
    left: 120%;
} 

body #tte-actualites .article-container .art-cat{
    margin-bottom: 70px;
}

body #tte-actualites .article-container .art-id{
    display: flex;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.54);
}

body #tte-actualites .article-container .col-image{
    padding-left: 0;
}

body #tte-actualites .article-container .col-image img{
    width: 100%;
    border-radius: 10px;
}

body #tte-actualites .article-container .col-info{
    padding-right: 0;
}

body #tte-actualites .article-container .col-info .cat-icon-location{
    display: flex;
    justify-content: right;
    padding-right: 20px;
}

body #tte-actualites .article-container .col-info .cat-icon-location img{
    width: 10%;
}

body #tte-actualites .article-container .col-info .publish_date{
    margin: 0;
    font-family: "Outfit-semibold", sans-serif;
    color: var(--vert);
    line-height: 1;
}

body #tte-actualites .article-container .col-info h3{
    font-family: "Outfit-semibold", sans-serif;
    font-size: 30px;
    color: var(--vert);
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 30px;
}

body #tte-actualites .article-container .col-info .description{
    margin-bottom: 30px;
}

body #tte-actualites .article-container .btn-type-1{
    cursor: pointer;
}

body #tte-actualites .article-container .btn-type-1:hover{
  background-color: var(--vert);
  text-decoration: none;
}





body .article .article_share .sppb-column-addons {
    display: flex;
    align-items: center;
}

body .article .text h3, body .article .text h2 {
    font-family: "Cocogoose-pro-trial", sans-serif;
    font-size: 45px;
}

body .article .text h2, body .article .text h3{
    text-transform: uppercase;
}

body .article .text .sppb-addon-content {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

body .sppb-carousel-extended-list .sppb-carousel-extended-outer-stage {
    height: auto !important;
    perspective: unset;
}

body .article .sppb-image-carousel-layout1 .sppb-carousel-extended-content-wrap, 
body .article .sppb-image-carousel-layout1 .sppb-carousel-extended-item img, 
body .article .sppb-image-carousel-layout1 .sppb-carousel-extended-item-overlay {
    border-radius: 0;
}

body .sppb-carousel-extended-dots ul li {
    background: #fff;
}

body .sppb-carousel-extended-dots ul li span {
    background-color: var(--blue-3);
}

body .article .article_share .sppb-column-addons .sppb-addon-wrapper {
    margin-right: 10px;
}

body .article_share .sppb-addon-social-share {
    padding-top: 15px;
}

body #sp-page-builder .article_share .sppb-social-share-wrap ul li a {
    background-color: #ffffff;
    color: var(--blue-3);
    border-radius: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

body #sp-page-builder .article_share .sppb-social-share-wrap ul li a:hover {
    background-color: var(--blue-3);
    color: #fff;
    border-radius: 20px;
}

body .sppb-social-share-style-custom ul li a i, .sppb-social-share-style-solid ul li a i {
    font-size: 20px;
}






body .featherlight{
    z-index: 10;
}

body .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a.btn-view{
    display: none;
}



/* NOUS RECRUTONS */


#carrieres-3 .non-dispo .threeD-content-inner{
    background-color: #415486d6;
}

#carrieres-3 .non-dispo .threeD-flip-back .threeD-content-inner{
    background-color: unset;
}

#carrieres-3 .threeD-content-inner{
    padding: 20px 15px;
    margin: 0 50px;
    width: calc(100% - 100px);
    background-color: rgb(46, 59, 62, 0.6)
}


body .contact-column .ui.fluid.container {
    background-color: var(--vert-acc);
    border-radius: 15px;
    padding: 15px 25px;
    width: 80%;
    margin: 0 auto 0 0;
}

body .contact-column .ui.form .grouped.fields > label, 
body .contact-column .ui.checkbox label, 
body .contact-column .ui.form .field > label {
    font-family: "Outfit-semibold";
    font-size: 16px;
    font-weight: initial;
    color: var(--blue-title);
  }

/* NOUS RECRUTONS */



/* PAGE CONTACT  */

body .sp-page-builder .add-shape #contact-illustration{
  background-size: 100% 100%;
  padding-top: 50px;
  padding-bottom: 450px;
}

body .section-etablissement .acc-contact-column{
    padding: 0 50px;
}

body .acc-contact .sppb-panel-body {
    padding: 0;
    border: 0;
}

body .section-etablissement .acc-contact.sppb-addon-accordion .sppb-panel-collapse {
    background-color: var(--vert-acc);
    margin-top: -15px;
    padding: 40px 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

body .section-etablissement .acc-contact.sppb-addon-accordion .sppb-addon-wrapper .sppb-addon-content {
    color: var(--blue-title);
    padding: 0 15px;
}

body .acc-contact .sppb-panel-modern {
    background: transparent;
    border: 0;
    border-radius: unset;
    width: 100%;
}

body .section-etablissement .acc-contact .sppb-panel-heading{
    background-color: var(--orange);
    text-align: center;
    border-radius: 15px;
    border: 0;
    width: 100%;
    margin: 0 auto;
    padding: 20px 50px;
    transition: ease-in-out 0.2s;
}

body .section-etablissement .acc-contact .sppb-panel-heading.active {
    width: 100%;
    text-align: left;
    transition: all 0.2s;
    background-color: var(--blue-acc-content);
    border: 1px solid #8ab740;
  }

body .section-etablissement .acc-contact .sppb-panel-heading .sppb-panel-title {
    font-family: 'Cocogoose-Regular', 'sans-serif';
    text-transform: uppercase;
    font-size: 25px;
    font-weight: initial;
    color: white;
    pointer-events: none;
    user-select: none;
  }

body .acc-contact .sppb-panel-heading .sppb-toggle-direction {
    display: none;
}
  

body .section-contact .contact-column .chronopage{
    width: 80%;
    margin: 0 auto 0 0;
}


body .section-contact .contact-column .ui.fluid.container{
    background-color: var(--vert-acc);
    border-radius: 15px;
    padding: 15px 25px;
}

body .section-contact .contact-column .ui.form .grouped.fields > label, body .section-contact .contact-column .ui.checkbox label, 
body .section-contact .contact-column .ui.form .field > label{
    font-family: "Outfit-semibold";
    font-size: 16px;
    font-weight: initial;
    color: var(--blue-title);
}

body .section-contact .contact-column .ui.blue.button {
    background-color: var(--orange);
}
/* PAGE CONTACT  */








/* FOOTER  */

body footer.footer{
    margin-top: 0;
    background-color: #fcfcfc;
    background-image: unset;
    color: var(--blue-title);
    font-family: "Gotham Rounded Bold";
    font-size: 18px;
}

body footer .sp-page-builder{
    width: 100%;
}

body .footer .grid-child {
    padding: 0;
}

body footer .page-content{
    position: relative;
}

body footer #section-return-portail{
    position: absolute;
    top: -110px;
    width: 100%;
}

body footer #section-return-portail .sppb-row{
    margin: 0;
}

body footer #section-return-portail .acc-close-btn-mobile{
    display: none;
}

body footer .button-type-return{
    display: flex;
    color: #fff;
    background-color: var(--vert);
    border-radius: 50px 50px 0 0;
    text-decoration: none;
    text-transform: uppercase;
    padding: 55px 20px;
    font-size: 25px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-height: 50px;
    max-width: 50%;
    border: 0;
    font-family: 'Cocogoose-Regular', 'sans-serif';
  }

body footer .button-type-return:hover{
    color: #fff;
    background-color: var(--blue-title);
}

body .button-type-return::before{
    content: url("/images/icon-crayon.png");
    transform: scale(.8);
    display: block;
}

body .button-type-return::after {
    content: "Contact & Information";
}

body.etablissement .button-type-return::before, body.pages-supp .button-type-return::before {
    content: url("/images/icon-maison.png");
}

body.etablissement .button-type-return::after, body.pages-supp .button-type-return::after {
    content: "Portail";
}

body footer .footer-image .sppb-addon-single-image-container{
    width: 50%;
}

body footer.footer a, body footer.footer li{
    text-decoration: unset;
    list-style: none;
    transition: all 0.2s;
}

body footer.footer .footer-link a:hover{
    text-decoration: underline;
    font-size: 20px;
    transition: ease-in-out 0.15s;
}

body footer.footer .footer-link{
    text-transform: uppercase;
    text-align: center;
}


body footer .footer-link ul{
    padding: 0;
  }

/* 
PICTO V1

body footer .picto-footer{
    width: 100%;
}

body footer .picto-footer.double{
    margin: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body footer .picto-footer a{
    display: block;
    width: 70px;
    height: auto;
    margin: 0 auto;
}

body footer .picto-footer.double a{
    margin: unset;
} */



/* PICTO V2 */

body footer .picto-footer{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}

body footer .picto-footer a{
    display: block;
    width: 30%;
    transition: all 0.6s;
    position: relative;
}

body footer .picto-footer img{
    width: 50%;
    height: auto;
    margin: 0 auto;
}
/* 
body footer .picto-footer a:hover{
    transition: all 0.6s;
    width: 55%;
} */

body footer .picto-footer a::after{
    opacity: 0;
    visibility: hidden;
    height: auto;
    width: 100%;
    transition: all 0.5s;
    display: block;
    font-size: 13px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

body footer .picto-footer a:hover::after{
    opacity: 1;
    visibility: visible;
    height: auto;
    width: 100%;
    transition: all 0.5s;
    display: block;
    font-size: 13px;
    margin-top: 15px;
    top: 115%;
}

body footer .picto-footer a.fb1::after{
    content: "Facebook de l'Adasms";
}

body footer .picto-footer a.fb2::after{
    content: "Facebook des Serres de Puellemontier";
}

body footer .picto-footer a.yt::after{
    content: "Chaine youtube de l'Adasms";
}