/*-----------------*/
/* 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:587.6820068359375px;stroke-dasharray:587.6820068359375px}100%{stroke-dashoffset:0;stroke-dasharray:587.6820068359375px}}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(0,178,246)}}.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:705.7838745117188px;stroke-dasharray:705.7838745117188px}100%{stroke-dashoffset:0;stroke-dasharray:705.7838745117188px}}@keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(0,178,246)}}.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:1186.2169189453125px;stroke-dasharray:1186.2169189453125px}100%{stroke-dashoffset:0;stroke-dasharray:1186.2169189453125px}}@keyframes animate-svg-fill-3{0%{fill:transparent}100%{fill:rgb(0,178,246)}}.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:548.6931762695312px;stroke-dasharray:548.6931762695312px}100%{stroke-dashoffset:0;stroke-dasharray:548.6931762695312px}}@keyframes animate-svg-fill-4{0%{fill:transparent}100%{fill:rgb(0,178,246)}}.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:558.729736328125px;stroke-dasharray:558.729736328125px}100%{stroke-dashoffset:0;stroke-dasharray:558.729736328125px}}@keyframes animate-svg-fill-5{0%{fill:transparent}100%{fill:rgb(0,178,246)}}.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:693.604248046875px;stroke-dasharray:693.604248046875px}100%{stroke-dashoffset:0;stroke-dasharray:693.604248046875px}}@keyframes animate-svg-fill-6{0%{fill:transparent}100%{fill:rgb(176,171,171)}}.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:947.09912109375px;stroke-dasharray:947.09912109375px}100%{stroke-dashoffset:0;stroke-dasharray:947.09912109375px}}@keyframes animate-svg-fill-7{0%{fill:transparent}100%{fill:rgb(176,171,171)}}.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}@keyframes animate-svg-stroke-8{0%{stroke-dashoffset:636.7689819335938px;stroke-dasharray:636.7689819335938px}100%{stroke-dashoffset:0;stroke-dasharray:636.7689819335938px}}@keyframes animate-svg-fill-8{0%{fill:transparent}100%{fill:rgb(176,171,171)}}.svg-elem-8{animation:animate-svg-stroke-8 1s cubic-bezier(0.47,0,0.745,0.715) 0.84s both,animate-svg-fill-8 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.5s both}

/*-----------------*/
/* ELEMENTS */
/*-----------------*/
a
{
    display: inline-block;
}
.tc_content a:not([class*="button"])
{
    display: inline;
}
.thumbnail_slider a:not(.button)
{
    height: 100%;
    width: 100%;
}
.white blockquote p
{
    color: var(--white);
}
.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;
    width: 120px;
}
/*------------------- &&& ---------------------*/
/*--------------------------------------------*/
.text-one {
    position: relative;
    display: block;
    transition: all 0.3s ease;
}
.text-two {
    position: absolute;
    top: 120%;
    display: block;
    color: var(--white);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.liresuite a 
{
    overflow: hidden;
}
.liresuite:hover a .text-one:first-child {
    -webkit-transform: translateY(-250%);
    -ms-transform: translateY(-250%);
    transform: translateY(-250%);
}
.liresuite:hover a  .text-two {
    color: var(--white);
    top: 50%;
    transform: translateY(-50%);
}

.liresuite:hover a:before {
    top: -40%;
}

.liresuite a::before
{
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 0;
    background: var(--secondary-color);
}
/*-----------------*/
/* PATH */
/*-----------------*/
.pathWrapper,.path
{
    position: absolute;
    top: 0;
    left: 0;
    --size: 100%;
    width: var(--size);
    height: var(--size);
}
.pathWrapper
{
    pointer-events: none;
    overflow: hidden;
    z-index: -1;
    top: -20px;
}
.path
{
    filter: drop-shadow(1px 1px 20px #00000080);
    animation: 4s floating infinite ease-in-out;
    height: calc(var(--size) + 20px);
    opacity: 0.1;
}


.path:nth-child(2) {
    animation-delay: 0.4s;
}

.path:nth-child(3) {
    animation-delay: 0.8s;
}

.path:nth-child(4) {
    animation-delay: 1.2s;
}

.path:nth-child(5) {
    animation-delay: 1.6s;
}

.path:nth-child(6) {
    animation-delay: 2s;
}

.path:nth-child(7) {
    animation-delay: 2.4s;
}


@keyframes floating {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    50% {
        -webkit-transform: translateY(-16px);
        transform: translateY(-16px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/*-----------------*/
/* HEADER */
/*-----------------*/

/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/
.social:not(.no-icon)
{
    padding: 0;
}
.social:not(.no-icon):before
{
    display: none;
}

/*-----------------*/
/* HEADERHOME */
/*-----------------*/
#headerHome-accroche
{
    max-width: 800Px;
    margin: 0 auto;
}
#banner
{
    z-index: 2;
}
/*-----------------*/
/* CONTENT / INTRODUCTION */
/*-----------------*/
.home #content
{
    overflow: hidden;
    padding-bottom: 150px;
}
.home #content::before
{
    background: var(--black);
}
.shapeHome
{
    position: absolute;
    bottom: 0;
    left: 0;
}
/*-----------------*/
/* 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;
}
figure.wp-block-gallery.has-nested-images
{
    margin-bottom: 30px!important;
}
/*-----------------*/
/* CTA */
/*-----------------*/

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

/*-----------------*/
/* ACTU / NEWS */
/*-----------------*/
.the-arrow {
    width: 64px;
    transition: all .2s
}

.the-arrow.-left {
    position: absolute;
    top: 24px;
    left: 0
}

.the-arrow.-left>.shaft {
    width: 0
}

.the-arrow.-left>.shaft:before,
.the-arrow.-left>.shaft:after {
    width: 0
}

.the-arrow.-left>.shaft:before {
    transform: rotate(0)
}

.the-arrow.-left>.shaft:after {
    transform: rotate(0)
}

.the-arrow.-right {
    top: 0
}

.the-arrow.-right>.shaft {
    width: 64px;
    transition-delay: .2s
}

.the-arrow.-right>.shaft:before,
.the-arrow.-right>.shaft:after {
    width: 8px;
    transition-delay: .3s;
    transition: all .5s
}

.the-arrow.-right>.shaft:before {
    transform: rotate(40deg)
}

.the-arrow.-right>.shaft:after {
    transform: rotate(-40deg)
}

.the-arrow>.shaft {
    /* background-color: var(--secondary-color); */
    display: block;
    height: 1px;
    position: relative;
    transition: all .2s;
    transition-delay: 0;
    will-change: transform
}

.the-arrow>.shaft:before,
.the-arrow>.shaft:after {
    background-color: var(--primary-color);
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .2s;
    transition-delay: 0
}

.the-arrow>.shaft:before {
    transform-origin: top right
}

.the-arrow>.shaft:after {
    transform-origin: bottom right
}

.animated-arrow:hover>.the-arrow.-left>.shaft {
    width: 64px;
    transition-delay: .1s
}

.animated-arrow:hover>.the-arrow.-left>.shaft:before,
.animated-arrow:hover>.the-arrow.-left>.shaft:after {
    width: 8px;
    transition-delay: .1s
}

.animated-arrow:hover>.the-arrow.-left>.shaft:before {
    transform: rotate(40deg)
}

.animated-arrow:hover>.the-arrow.-left>.shaft:after {
    transform: rotate(-40deg)
}

.animated-arrow:hover>.main {
    transform: translateX(80px)
}

.animated-arrow:hover>.main>.the-arrow.-right>.shaft {
    width: 0;
    transform: translateX(200%);
    transition-delay: 0
}

.animated-arrow:hover>.main>.the-arrow.-right>.shaft:before,
.animated-arrow:hover>.main>.the-arrow.-right>.shaft:after {
    width: 0;
    transition-delay: 0;
    transition: all .1s
}

.animated-arrow:hover>.main>.the-arrow.-right>.shaft:before {
    transform: rotate(0)
}

.animated-arrow:hover>.main>.the-arrow.-right>.shaft:after {
    transform: rotate(0)
}

.animated-arrow>.main {
    display: flex;
    align-items: center;
    transition: all .2s
}

.animated-arrow>.main>.text {
    margin: 0 16px 0 0;
    line-height: 1
}

.animated-arrow>.main>.the-arrow {
    position: relative
}

.animated-arrow {
    display: inline-block;
    color: var(--white);
    font-size: 12px;
    position: relative;
    transition: all .2s;
    letter-spacing: 2px;
    font-family: var(--font-bold);
    text-transform: uppercase;
    padding: 18px 0 18px 0;
}

#news {
    padding: 120px 30px;
    z-index: 1;
}
#news::before{
    background-image: url(../images/home-bg2.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#news .content-news {
    grid-gap: 0 60px;
}

#news .wrapper_slider {
    grid-column: span 1;
    border-bottom: solid 1px rgb(255 255 255 / 20%);
    padding-bottom: 30px;
}

#news .wrapper_inner_slider {
    height: auto;
    background: none;
}

#news .wrapper_slider:last-of-type,
#news .wrapper_slider:first-of-type {
    border: none;
    margin: 0;
    padding: 0
}

#news .wrapper_slider:not(:first-of-type) .thumbnail_slider,
#news .wrapper_slider:not(:first-of-type) .text_slider {
    display: none;
}

#news .next_slider {
    margin-top: 10px;
}

#news .title_slider a:not(:hover) {
    color: var(--white)
}

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

#news .thumbnail_slider .button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
}

#news .wrapper_slider:first-of-type .text_slider,
#news .wrapper_slider:first-of-type .text_slider a {
    color: var(--white)
}

#news .wrapper_slider:first-of-type .next_slider {
    display: none
}

#listarticles .listedarticle {
    height: 100%
}

/*-----------------*/
/* SECTIONS */
/*-----------------*/
#sections .section_thumb {
    width: 55%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 30px;
    z-index: 10;
}

.sectionsbloc.odd .section_thumb {
    order: 0;
}

.sectionsbloc.even .section_thumb {
    order: 2;
}
#sections .sectionsbloc .blocthumb
{
    overflow: hidden;
}

#sections .section_txt {
    width: 45%;
}

#sections .sectionsbloc .section_thumb .specialthumb {
    overflow: hidden
}

#sections .sectionsbloc.odd a:not([class*="button"]):hover,
#sections .sectionsbloc.odd a:not([class*="button"]):hover strong {
  color: var(--white);
}



/*-----------------*/
/* REASSURANCES */
/*-----------------*/
#reassurances
{
    overflow: hidden;
}
.nohome #reassurances
{
    background: var(--black);
}

.picto-container li p
{
    font-family: var(--font-alt);
}
/*-----------------*/
/* certifications */
/*-----------------*/

/*-----------------*/
/* PARTENAIRES */
/*-----------------*/
#partenaires
{
    z-index: 2;
}
/*-----------------*/
/* NEWSLETTER */
/*-----------------*/

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

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


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