/***/
/*-----------------*/
/* 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:780.3899536132812px;stroke-dasharray:780.3899536132812px}100%{stroke-dashoffset:0;stroke-dasharray:780.3899536132812px}}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(44,47,132)}}.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:632.2501220703125px;stroke-dasharray:632.2501220703125px}100%{stroke-dashoffset:0;stroke-dasharray:632.2501220703125px}}@keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(44,47,132)}}.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:2842.938720703125px;stroke-dasharray:2842.938720703125px}100%{stroke-dashoffset:0;stroke-dasharray:2842.938720703125px}}@keyframes animate-svg-fill-3{0%{fill:transparent}100%{fill:rgb(44,47,132)}}.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:1314.869873046875px;stroke-dasharray:1314.869873046875px}100%{stroke-dashoffset:0;stroke-dasharray:1314.869873046875px}}@keyframes animate-svg-fill-4{0%{fill:transparent}100%{fill:rgb(60,60,60)}}.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:1459.0311279296875px;stroke-dasharray:1459.0311279296875px}100%{stroke-dashoffset:0;stroke-dasharray:1459.0311279296875px}}@keyframes animate-svg-fill-5{0%{fill:transparent}100%{fill:rgb(60,60,60)}}.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:298.704833984375px;stroke-dasharray:298.704833984375px}100%{stroke-dashoffset:0;stroke-dasharray:298.704833984375px}}@keyframes animate-svg-fill-6{0%{fill:transparent}100%{fill:rgb(60,60,60)}}.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:865.3709716796875px;stroke-dasharray:865.3709716796875px}100%{stroke-dashoffset:0;stroke-dasharray:865.3709716796875px}}@keyframes animate-svg-fill-7{0%{fill:transparent}100%{fill:rgb(60,60,60)}}.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%;
}
.white blockquote p
{
    color: var(--white);
}
.lastWord
{
    color: var(--white);
    display: block;
}

/*-------------------- LINKTURN -------------------*/
.linkTurn {
    --size: 11rem;
    width: var(--size);
    height: var(--size);
    display: inline-block;
    font-size: 15px;
    font-family: var(--font-bold);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    word-spacing: 1em;
    text-decoration: none;
    -webkit-font-smoothing: auto;
    font-weight: bold;
    position: absolute;
    top: 55%;
    left: 0;
}

.link__svg {
    width: 100%;
    height: auto;
    transform-box: fill-box;
    fill: var(--white);
    stroke: var(--white);
    border-radius: 50%;
    padding: 10px;
    stroke-width: 0.05em;
    box-sizing: border-box;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    background: var(--primary-color);
}

.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 */
/*-----------------*/
#header-top {
    background-color: var(--black);
    color: var(--white);
}
.fixed-header #header-coordonnees
{
    display: none;
}
.fixed-header #navprimary
{
    position: static;
    border-top: 1px solid rgb(255 255 255 / 20%);
    border-bottom: initial;
}
.fixed-header .navigmenu .naviglink.lvl-0
{
    padding-top: 15px;
    padding-bottom: 15px;
}
.fixed-header .navigmenu .active .naviglink.lvl-0 span:after, .fixed-header .navigmenu .naviglink.lvl-0 span:after
{
    bottom: -9px!important;
}
.fixed-header #header-top>*
{
    justify-content: center;
}
/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/
#navsecondary .navigmenu .naviglink {
    font-size: 13px;
    padding: 8px 12px;
    letter-spacing: 0.5px;
}

.navigtoogle:not(:last-of-type):after {
    content: "";
    height: 10px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: var(--white);
    transform: translateY(-50%);
    opacity: 0.4;
}
#navprimary .navigtoogle:first-of-type:after
{
    display: none;
}

.navigmenu .naviglink.lvl-0:not(.item-logo) span:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -13px;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform .25s cubic-bezier(.25, .8, .25, 1);
    height: 3px;
    background: currentColor
}

#navsecondary .navigmenu .naviglink.lvl-0:not(.item-logo) span:after {
    bottom: 0;
    height: 1px;
}

.navigmenu .active .naviglink.lvl-0 {
    color: var(--secondary-color);
}

.navigmenu .active .naviglink.lvl-0 span:after,
.navigmenu .naviglink.lvl-0:hover span:after {
    transform-origin: left center;
    transform: scale(1, 1)
}


/*-----------------*/
/* HEADERHOME */
/*-----------------*/
#headerHome-accroche {
    text-transform: uppercase;
    /* color: var(--primary-color); */
}
#headerHome-button .button:first-child
{
    background: var(--secondary-color);
}
#headerHome-button .button:hover
{
    background: var(--tertiary-color);
}
#headerHome-content
{
    padding: 20px;
}


/*-----------------*/
/* CONTENT / INTRODUCTION */
/*-------------*/
#content .wp-block-gallery {
    position: relative;
    z-index: 1;
}

#content .uagb-timeline__day-new {
    background: var(--primary-color);
    color: var(--white);
}

#content .uagb-timeline__date-new {
    font-family: var(--font-title);
}

#content .uagb-timeline__day-new .uagb-timeline__heading {
    color: var(--white);
    font-size: 20px;
}

#content .uagb-timeline-desc-content {
    font-size: 15px;
    line-height: 1.3;
    font-weight: bold;
}

#content .uagb-timeline__day-right .uagb-timeline__arrow:after {
    border-left-color: var(--primary-color);
}

#content .uagb-timeline__day-left .uagb-timeline__arrow:after {
    border-right-color: var(--primary-color);
}

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

.home #content .cksliderwrap {
    padding-bottom: 0;
}

.home #content .ckctrldiv {
    display: none;
}

.home #content .widget_element li .wrap-element {
    height: 100px;
}
.home #content .tertiarythumb
{
    position: relative;
}


/*-----------------*/
/* 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>* {
    overflow: hidden;
}

#news .overlay {
    z-index: -1;
}

#news::before {
    background: var(--black);
    background: url(../images/home-bg4.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home .content_slider {
    color: var(--white);
    z-index: 1;
    position: relative;
}

.home .thumbnail_slider {
    position: absolute;
    --size: 100%;
    width: var(--size);
    height: var(--size);
    transform: scale(0);
    transition: all 0.4s;
}

.home .thumbnail_slider img {
    position: absolute;
    --size: 300px;
    width: var(--size);
    height: var(--size);
    transition: all 0s;
    top: 50%;
    transform: translateY(-50%) translateX(-50%) rotate(2deg);
    filter: brightness(0.5);
    border-radius: 20px;
}

.wrapper_slider:hover .thumbnail_slider {
    transform: scale(1);
}

.newsdate {
    /* background: var(--secondary-color); */
    display: grid;
    align-items: center;
    padding: 20px;
    font-family: var(--font-alt);
    color: var(--background-color);
    border: 1px solid var(--primary-color);
    background: #078ffd21;
}

.wrapper_slider .button {
    font-size: 0;
    --size: 50px;
    width: var(--size);
    height: var(--size);
    background: #fff0;
    border: 1px solid var(--white);
    transition: all 0.4s;
    border-radius: 50% !important;
}

.wrapper_slider .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../images/icons/arrowMore.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    transition: all 0.4s;
}

.wrapper_slider .button:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.wrapper_slider .button:hover::before {
    transform: rotate(360deg);
}


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


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


/*-----------------*/
/* certifications */
/*-----------------*/

/*-----------------*/
/* PARTENAIRES */
/*-----------------*/

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

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

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



/*-----------------*/
/* FOOTER */
/*-----------------*/
#footerMap,.maps_canvas
{
    height: 100%;
}
#footerMap>a
{
    display: block;
    height: 100%;
}