/***/
/*-----------------*/
/* LOADER */
/*-----------------*/
#loader-wrapper svg {
    --size: 50vw;
    width: var(--size);
    height: var(--size);
    --maxsize: 300px;
    max-width: var(--maxsize);
    max-height: var(--maxsize);
}

@keyframes animate-svg-stroke-1{0%{stroke-dashoffset:3649.18017578125px;stroke-dasharray:3649.18017578125px}100%{stroke-dashoffset:0;stroke-dasharray:3649.18017578125px}}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(23,108,182)}}.svg-elem-1{animation:animate-svg-stroke-1 3s cubic-bezier(0.47,0,0.745,0.715) 0s both,animate-svg-fill-1 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.8s both}@keyframes animate-svg-stroke-2{0%{stroke-dashoffset:1446.369873046875px;stroke-dasharray:1446.369873046875px}100%{stroke-dashoffset:0;stroke-dasharray:1446.369873046875px}}@keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-2{animation:animate-svg-stroke-2 3s cubic-bezier(0.47,0,0.745,0.715) 0.5s both,animate-svg-fill-2 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.9s both}
/*-----------------*/
/* ELEMENTS */
/*-----------------*/
a {
    display: inline-block;
}

.tc_content a:not([class*="button"]) {
    display: inline;
}

.thumbnail_slider a {
    height: 100%;
    width: 100%;
}

.white blockquote p {
    color: var(--white);
}


/*-----------------*/
/* HEADER */
/*-----------------*/
#header {
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
}

#logoCoordonnees {
    margin: 0 40px;
    text-align: center;
    order: -1;
}

#header.fixed-header .navigmenu .naviglink.lvl-0
{
    padding: 20px 14px;
}

#header-coordonnees
{
    padding: 15px;
    gap: 10px;
    align-items: center;
}


#logoCoordonnees img
{
    height: 100%;
    width: 100%;
}

#infotelportButton,#infotelfixeButton,.buttonHead a {
    background-color: var(--primary-color);
    padding: 6px 20px 6px 40px;
    border-radius: 50px!important;
    transition: 250ms all ease-in-out;
    display: inline-block;
    margin-left: auto;
    margin-bottom: -15px
}

.buttonHead a {
    line-height: 1.5;
    overflow: hidden;
    font-family: var(--font-text);
    font-size: 14px;
    text-transform: initial
}

.buttonHead a::before {
    --size: 15px;
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    width: var(--size);
    height: var(--size);
    background-image: url(../images/icons/mail-white.svg)
}

#infotelportButton span,#infotelfixeButton span {
    display: none
}

#infotelportButton:hover,#infotelfixeButton:hover {
    background-color: var(--secondary-color)
}

#infotelportButton a,#infotelfixeButton a {
    color: var(--white)
}

#infotelportButton:before,#infotelfixeButton:before {
    background-image: url(../images/icons/mobile-white.svg);
    left: 15px
}

#infotelfixeButton:before {
    background-image: url(../images/icons/phone-white.svg)
}



.infohoraires_other{
    color: var(--primary-color);
    font-size: 1.2em;
}

/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/
.navigmenu .naviglink.lvl-0:not(.item-logo) span:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -15px;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -moz-transition: -moz-transform .25s cubic-bezier(.25,.8,.25,1);
    -o-transition: -o-transform .25s cubic-bezier(.25,.8,.25,1);
    -webkit-transition: -webkit-transform .25s cubic-bezier(.25,.8,.25,1);
    transition: transform .25s cubic-bezier(.25,.8,.25,1);
    height: 3px;
    background: var(--primary-color);
}
.navigmenu .active .naviglink.lvl-0 span:after, 
.navigmenu .naviglink.lvl-0:hover span:after {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.navigmenu .navbloctitle {
    font-size: 18px;
    color: var(--black);
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding: 14px 8px;
}

.menuarticle .liresuite a:before,
.menuarticle .liresuite a:after {content: none}

.navigmenu .navigBloc.tb_hoverBloc article:hover p {
    transform: translate(-50%,-30px);
}
/*-----------------*/
/* HEADERHOME */
/*-----------------*/
#headerHome-accroche strong
{
    font-family: var(--font-alt);
    font-size: 0.9em;
    border-bottom: 2px solid;
}

/*-----------------*/
/* CONTENT / INTRODUCTION */
/*-------------*/
.home #content .quaternarythumb {
    position: relative;
}

.home #content .quaternarythumb:before {
    z-index: 0;
    background: linear-gradient(to right,
            black, transparent 30%,
            transparent 70%, black),
        linear-gradient(to bottom,
            transparent, transparent 70%,
            black);
}

.home #content .tc_content .wp-block-image a {
    height: 100%;
}

.home #content .tc_content .wp-block-image img {
    height: 100%;
    object-fit: cover;
}

.home #content .has-medium-font-size,
.home #content .has-medium-font-size strong {
    font-family: var(--font-title);
    font-style: italic;
    letter-spacing: 0.3px;
}

.home #content .linkTurn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: initial;
    bottom: -90px;
    z-index: 1;
}

.home #content .linkTurn .link__svg {
    fill: var(--white);
    stroke: var(--white);
    background: var(--secondary-color);
}

.home #content .linkTurn:hover .link__svg {
    background-color: var(--primary-color);
}


/*-----------------*/
/* GALLERY HOME */
/*-----------------*/
#galleryHome .gallery-item {
    margin-bottom: 0;
}

.gallery-icon {
    line-height: 0;
}

.gallery-icon>*:not(a) {
    line-height: 1.2;
}

.gallery-icon {
    height: 100%;
}

.nohome .gallery .gallery-item a img {
    max-height: 450Px;
}

/*-----------------*/
/* CTA */
/*-----------------*/


/*-----------------*/
/* PRESTATIONS */
/*-----------------*/
.template-parent-page-php #content {
    /* padding-bottom: 0; */
}

.template-parent-page-php #prestations {
    padding-top: 0;
}


/*-----------------*/
/* ACTU / NEWS */
/*-----------------*/
#news .overlay
{
    z-index: -1;
}
#news::before
{
    background: url(../images/home-bg4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#news .title_link_slider:not(:hover)
{
    color: var(--white);
}

/*-----------------*/
/* SECTIONS */
/*-----------------*/


/*-----------------*/
/* REASSURANCES */
/*-----------------*/

/*-----------------*/
/* certifications */
/*-----------------*/
.gotolink
{
    display: grid;
    align-items: center;
    align-content: center;
}
    /*-----------------*/
    /* CERTIFICATIONS */
    /*-----------------*/
    #certifications {
        padding: 20px 30px;
        margin-bottom: 150px;
        margin-top: -120px;
        margin-bottom: 30px;
    }

    #certifications .ckslidercontrols .next,
    #certifications .ckslidercontrols .prev {
        top: 50%;
        transform: translateY(-50%);
    }

    #certifications .ckslidercontrols .next {
        right: -30px;
    }

    #certifications .ckslidercontrols .prev {
        left: -30px;
    }

    #certifications .cksliderwrap {
        padding: 0;
    }

    #certifications .ckctrldiv {
        display: none;
    }

    #certifications .bloc_certifications {
        padding: 5px !important;
    }

    #certifications .bloc_certifications .wrap-element {
        border: none;
        height: auto;
    }

    #certifications .bloc_certifications .wrap-element img {
        max-height: 60px;
    }
/*-----------------*/
/* PARTENAIRES */
/*-----------------*/

/*-----------------*/
/* FAQ */
/*-----------------*/

/*-----------------*/
/* AGENCES */
/*-----------------*/

/*-----------------*/
/* CONTACTFORM */
/*-----------------*/



/*-----------------*/
/* FOOTER */
/*-----------------*/
