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

@keyframes animate-svg-stroke-1{0%{stroke-dashoffset:626.4371337890625px;stroke-dasharray:626.4371337890625px}100%{stroke-dashoffset:0;stroke-dasharray:626.4371337890625px}}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(255,94,0)}}.svg-elem-1{animation:animate-svg-stroke-1 1s 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:912.1673583984375px;stroke-dasharray:912.1673583984375px}100%{stroke-dashoffset:0;stroke-dasharray:912.1673583984375px}}@keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(255,94,0)}}.svg-elem-2{animation:animate-svg-stroke-2 1s cubic-bezier(0.47,0,0.745,0.715) 0.12s both,animate-svg-fill-2 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.9s both}@keyframes animate-svg-stroke-3{0%{stroke-dashoffset:336.37054443359375px;stroke-dasharray:336.37054443359375px}100%{stroke-dashoffset:0;stroke-dasharray:336.37054443359375px}}@keyframes animate-svg-fill-3{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-3{animation:animate-svg-stroke-3 1s cubic-bezier(0.47,0,0.745,0.715) 0.24s both,animate-svg-fill-3 0.7s cubic-bezier(0.47,0,0.745,0.715) 1s both}@keyframes animate-svg-stroke-4{0%{stroke-dashoffset:127.3726806640625px;stroke-dasharray:127.3726806640625px}100%{stroke-dashoffset:0;stroke-dasharray:127.3726806640625px}}@keyframes animate-svg-fill-4{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-4{animation:animate-svg-stroke-4 1s cubic-bezier(0.47,0,0.745,0.715) 0.36s both,animate-svg-fill-4 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.1s both}@keyframes animate-svg-stroke-5{0%{stroke-dashoffset:524.7940673828125px;stroke-dasharray:524.7940673828125px}100%{stroke-dashoffset:0;stroke-dasharray:524.7940673828125px}}@keyframes animate-svg-fill-5{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-5{animation:animate-svg-stroke-5 1s cubic-bezier(0.47,0,0.745,0.715) 0.48s both,animate-svg-fill-5 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.2000000000000002s both}@keyframes animate-svg-stroke-6{0%{stroke-dashoffset:547.3401489257812px;stroke-dasharray:547.3401489257812px}100%{stroke-dashoffset:0;stroke-dasharray:547.3401489257812px}}@keyframes animate-svg-fill-6{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-6{animation:animate-svg-stroke-6 1s cubic-bezier(0.47,0,0.745,0.715) 0.6s both,animate-svg-fill-6 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.3s both}@keyframes animate-svg-stroke-7{0%{stroke-dashoffset:1054.2467041015625px;stroke-dasharray:1054.2467041015625px}100%{stroke-dashoffset:0;stroke-dasharray:1054.2467041015625px}}@keyframes animate-svg-fill-7{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-7{animation:animate-svg-stroke-7 1s cubic-bezier(0.47,0,0.745,0.715) 0.72s both,animate-svg-fill-7 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.4000000000000001s both}
/*-----------------*/
/* ELEMENTS */
/*-----------------*/
a
{
    display: inline-block;
}
.tc_content a:not([class*="button"])
{
    display: inline;
}
.thumbnail_slider a
{
    height: 100%;
    width: 100%;
}
.title:not(.no-after):after {
    background-color: #fff0;
    background-image: url(../images/emphase.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
}
/*----------------- LINK TURN -----------------*/
.linkTurn {
    --size: 10rem;
    width: var(--size);
    height: var(--size);
    display: inline-block;
    font-size: 15px;
    font-family: var(--font-title);
    text-transform: uppercase;
    letter-spacing: 0.27em;
    word-spacing: 0.5em;
    text-decoration: none;
    -webkit-font-smoothing: auto;
    font-weight: bold;
}
.link__svg {
    width: 100%;
    height: auto;
    transform-box: fill-box;
    fill: var(--title-color);
    stroke: var(--title-color);
    border-radius: 50%;
    padding: 10px;
    stroke-width: 0.04em;
    box-sizing: border-box;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.link__arrow {
    transform-origin: 50% 50%;
    transition: transform 0.15s cubic-bezier(0.32, 0, 0.67, 0);
}
.linkTurn:hover .link__arrow {
    transform: scale(1.3);
    transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.link__arrow {stroke-width: 0.075em;transform: rotate(-25deg);}
.link__text {
    -webkit-animation: rotateReverse normal infinite 20s linear;
    animation: rotateReverse normal infinite 20s linear;
    transform-origin: 50% 50%;
}
.link--alt {
    font-size: 1.15rem;
    letter-spacing: 0;
    word-spacing: 0;
}

.linkTurn.white svg{
	fill: var(--white);
    stroke: var(--white);
}
/*-----------------*/
/* HEADER */
/*-----------------*/

/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/
.navigmenu .naviglink.lvl-0:not(.item-logo) span:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -13px;
    -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: currentColor
}

.navigmenu .active .naviglink.lvl-0 {
    color: 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)
}

/*-----------------*/
/* HEADERHOME */
/*-----------------*/
#headerHome .linkTurn
{
    background: var(--primary-color);
    border-radius: 50%;
    bottom: -70Px;
    left: 50%;
    transform:translateX(-50%);
    position: absolute;
}
#headerHome .link__svg
{
    fill: var(--white);
    stroke: var(--white);
}
#headerHome-content_wrapper
{
    padding-bottom: 130px;
}
/*-----------------*/
/* CONTENT / INTRODUCTION */
/*-----------------*/
.home #content .linkTurn{
    z-index: 2;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: initial;
    bottom: 150px;
    letter-spacing: 0.40em;
    background: var(--background-color);
    border-radius: 50%;
    border: 1px solid #dadada;
    --size: 11rem;
}
.home #content .linkTurn .link__svg{stroke: var(--white);}
.home #content .linkTurn  #link-circle3 {fill: var(--primary-color);}

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

.home #content{
	padding: 100px 50px 0px;
}
.home #content .tc_content{
	max-width: 1700px;
	margin: 0 auto;
	width: 100%;
}
.home #content:before{
	background: var(--black);
	top: -60px;
	height: calc(100% + 60px);
}

.home .homeTextBlocSecond{
    background: var(--tertiary-color) !important;
    color: var(--white) !important;
    max-width: 750px;
    margin: 0 auto 25px;
}
.home .homeTextBlocSecond strong,
.home .homeTextBlocSecond b{
    color: var(--secondary-color) !important;
}
.home .homeTextTitleSecond{
    margin-top: 0;
}

#content .gridContentHome{
	display: grid;
	gap: 100px;
	grid-template-columns: repeat(9, 1fr);
	margin: 0;
}
#content .gridContentHome_left{position: relative;}


#content .imgContent{
    position: relative;
    margin-top: 60px;
}
#content .secondImgContent .wp-block-image{
	position: relative;
	left: -60%;
	width: 160%;
	z-index: -1;
	height: 130%;
}

#content .firstImgContent .wp-block-image{
    top: 17%;
    left: 5%;
    height: 450px;
    max-width: 300px;
    position: relative;
}
#content .firstImgContent{ z-index: 2;}
#content .tertiaryImgContent .wp-block-image {
	width: 160%;
	height: 450px;
}
#content .quaternaryImgContent .wp-block-image {
	top: 10%;
	position: relative;
	height: 250px;
}
@keyframes rotateReverse {
    0%{
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*-----------------*/
/* GALLERY HOME */
/*-----------------*/
#galleryHome 
{
    pointer-events: none;
}
#galleryHome .gallery-item {
    margin-bottom: 0;
    pointer-events: all;
}

.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 */
/*-----------------*/
#prestations
{
    background: var(--black);
}
.template-parent-page-php #content
{
    padding-bottom: 0;
}
.template-parent-page-php #prestations
{
    /* padding-top: 0; */
}
#prestationsMore {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none
    }

    #prestationsMore::before {
        background: url(../images/pattern-dots.png);
        background-position: bottom center;
        background-repeat: repeat;
        background-size: 600px;
        filter: invert(1);
        --size: 30vw;
        width: var(--size);
        height: var(--size);
        border-radius: 50%;
        opacity: .5;
        pointer-events: none;
        left: 35vw;
        top: 0;
        animation: rotateReverse normal infinite 40s linear
    }

    .home #prestations::before,.home #prestations::after {
        clip-path: polygon(0% 0%,0% 100%,25% 100%,25% 25%,75% 25%,75% 75%,25% 75%,25% 100%,100% 100%,100% 0%);
        background: linear-gradient(to bottom right,var(--primary-color),var(--secondary-color));
        --size: 150px;
        width: var(--size);
        height: var(--size);
        top: 20vh;
        left: initial;
        right: 15vh;
        transform: rotate(-15deg);
        animation: rotateBorder3 1.5s ease-in-out alternate infinite
    }

    .home #prestations::after {
        --size: 100px;
        transform: rotate(-15deg) scale(-1);
        top: initial;
        right: initial;
        left: -3vh;
        bottom: 25vh
    }

    @keyframes rotateBorder3 {
        0% {
            transform: rotate(-15deg);
        }

        80% {
            transform: rotate(-23deg);
        }

        100% {
            transform: rotate(-23deg);
        }
    }
/*-----------------*/
/* ACTU */
/*-----------------*/
#news {
    position: relative;
}

.wrapper_inner_slider {
    display: flex;
    flex-direction: column;
    background: none;
}

#news .wrapper_slider .thumbnail_slider {
    display: none;
}

#news .wrapper_slider:first-child .thumbnail_slider {
    display: block;
}

#news .wrapper_slider:first-child .content_slider {
    background-color: var(--black);
    padding: 30px 20px 50px;
    order: -1;
    color: var(--white);
}

#news .wrapper_slider:first-child .next_slider {
    margin-top: 40px;
}

#news .wrapper_slider:first-child .text_slider {
    font-size: 16px;
}

#news .wrapper_slider:first-child .title .separator {
    margin: 20px 0;
}

#news .wrapper_slider:not(:first-child) .title .newsdate,
#news .wrapper_slider:not(:first-child) .title .separator {
    display: none;
}

#news .title_slider {
    font-size: 23px;
}

#news .wrapper_slider:first-child .title_link_slider {
    color: var(--white);
}


/*-----------------*/
/* SECTIONS */
/*-----------------*/
.sectionsbloc .blocthumb
{
    overflow: hidden;
}

/*-----------------*/
/* REASSURANCES */
/*-----------------*/
.nohome #reassurances
{
   clip-path: polygon(0 100%, 50% 100%, 53% 90%, 80% 90%, 83% 100%, 100% 100%, 100% 0, 43% 0, 40% 10%, 20% 10%, 17% 0, 0% 0%);
}
/*-----------------*/
/* certifications */
/*-----------------*/

/*-----------------*/
/* PARTENAIRES */
/*-----------------*/
.partenairesDiv
{
    margin-top: 10px;
}
/*-----------------*/
/* NEWSLETTER */
/*-----------------*/

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

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


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