/***/
/*-----------------*/
/* 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: 1486.2640380859375px;
        stroke-dasharray: 1486.2640380859375px
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 1486.2640380859375px
    }
}

@keyframes animate-svg-fill-1 {
    0% {
        fill: transparent
    }

    100% {
        fill: rgb(60, 60, 59)
    }
}

.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: 988.065185546875px;
        stroke-dasharray: 988.065185546875px
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 988.065185546875px
    }
}

@keyframes animate-svg-fill-2 {
    0% {
        fill: transparent
    }

    100% {
        fill: rgb(199, 22, 18)
    }
}

.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: 1064.8128662109375px;
        stroke-dasharray: 1064.8128662109375px
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 1064.8128662109375px
    }
}

@keyframes animate-svg-fill-3 {
    0% {
        fill: transparent
    }

    100% {
        fill: rgb(199, 22, 18)
    }
}

.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: 3446.85888671875px;
        stroke-dasharray: 3446.85888671875px
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 3446.85888671875px
    }
}

@keyframes animate-svg-fill-4 {
    0% {
        fill: transparent
    }

    100% {
        fill: rgb(0, 0, 0)
    }
}

.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
}

/*-----------------*/
/* 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);
}
/*-------------------- SWIPER -------------------*/
.swiper-button-next,
.swiper-button-prev {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 10px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    --size: 10px;
    width: var(--size);
    height: var(--size);
    font-size: 12px;
    font-weight: bold;
}

/*-------------------- LINKTURN -------------------*/
.linkTurn {
    --size: 10rem;
    width: var(--size);
    height: var(--size);
    display: inline-block;
    font-size: 17px;
    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);
}
/*-------------------- ADRESSES -------------------*/
:is(#header, #footer) .adresse span
{
    color: var(--primary-color);
}
/*-----------------*/
/* 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;
}

#navsecondary .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;
}

.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(--primary-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::after, #banner::after, #footer::after {
    content: "";
    background-image: url(../images/curve.svg);
    background-size: 200% 18vw;
    bottom: 2px;
    height: 18vw;
    z-index: 1;
    transform: rotateY(180deg) rotateX(180deg);
    position: absolute;
    width: 100%;
    left: 0;
    top: 1px;
    height: 100%;
    background-repeat: no-repeat;
    pointer-events: none;
}

#headerHome-title strong {
    color: var(--primary-color);
}

#headerHome .widget_element {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    justify-self: center;
    margin-bottom: 40px !important;
}

#headerHome .widget_element li .wrap-element {
    background: #fff0;
    border: none;
}

#headerHome .widget_element li {
    position: relative;
    --pos: 30px;
}

#headerHome .widget_element li:first-child {
    left: var(--pos);
}

#headerHome .widget_element li:last-child {
    left: calc(-1 * var(--pos));
}

#headerHome .widget_element img {
    max-height: 140px;
}

#headerHome-accroche {
    max-width: 800px;
    margin: 0 auto;
}

/*-----------------*/
/* 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;
}
.home #content .tertiarythumb::before
{
    content : "";
    position: absolute;
    left: 40px;
    bottom: -70px;
    --size:250px;
    width: var(--size);
    height: var(--size);
    background: url(../images/mascotte.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
/*-----------------*/
/* 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 */
/*-----------------*/
.home #prestations {
    background-image: url(../images/bg-prestations.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home #prestations .overlay
{
    z-index: -2;
}
.nohome #prestations .title
{
    display: none;
}
#choixPrestations .linkPresta p {
    padding: 15px 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 15px;
    cursor: pointer;
    transition: 250ms all ease-in-out;
    position: relative;
    display: inline-block;
}

#choixPrestations .linkPresta.active p,
#choixPrestations .linkPresta:hover p {
    color: var(--primary-color);
}

#choixPrestations .linkPresta.active p {
    font-family: var(--font-bold);
}

#choixPrestations .linkPresta p:before {
    content: "";
    border: none;
    height: 2px;
    width: 300%;
    background: var(--primary-color);
    position: absolute;
    top: 50%;
    left: 105%;
    z-index: 10;
    transition: all 300ms linear 0s;
    transform: scaleX(0);
    transform-origin: 0 50%;
}

#choixPrestations .linkPresta.active p:before {
    transform: scaleX(1);
}

#prestations .prestations-content .liresuite a {
    --size: 140px;
    padding: 0px 52px;
    margin-bottom: -35px;
    float: none;
    position: absolute;
    right: 55px;
    bottom: 0px;
    margin-right: 0px;
    font-size: 30px;
    font-weight: bold;
    height: var(--size);
    width: var(--size);
    display: block;
    background-size: 35px;
    box-sizing: border-box;
    background-image: url(../images/icons/arrowright.svg);
    background-position: center;
    background-repeat: no-repeat;
}

#prestations .prestations-content .liresuite a span {
    display: none;
}

#prestations .prestations-img a:before {
    background: linear-gradient(transparent, var(--black));
    z-index: 1;
}

#prestations .prestations-content .title_content:not(:hover),
#prestations .prestations-content .content_link,
#prestations .prestations-content .tc_excerpt {
    color: var(--white);
}
/*-----------------*/
/* conseils */
/*-----------------*/
.conseils-img {
    --size: 26.5rem;
    width: var(--size);
    height: var(--size);
    border-radius: 100%;
    overflow: hidden;
    border: 3px solid #f8f9fa;
}
.conseils-img :is(.image_content,.blocthumb)
{
    height: 100%;
    display: inline-block;
}
.conseils-img:before{z-index: 0;opacity: 0.5;}
.conseils-content .title_content{color: var(--white)}
.conseils-wrapper{
    position: relative;
}
.conseils-content{
    position: absolute;
    padding: 0;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    right: 3.5em;
    z-index: 1;
    padding: 15px;
    max-width: 23.5rem;
}
.conseils-content :is(h2,h3){
    font-size: 25px;
}
.widget_parentpage{margin-right: -3.5rem;}
.bloc_conseils {
  position: relative; /* Les éléments restent dans le flux normal */
    margin-right: -3.5rem;
  transform: translate3d(0, 0, 0); /* Position initiale */
}

/*-----------------*/
/* ACTU / NEWS */
/*-----------------*/
#news .overlay {
    z-index: -1;
}

#news::before {
    background: url(../images/bg-news.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 */
/*-----------------*/
#reassurances::before {
    background: url(../images/bg-reassurances.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#reassurances .picto-container li p{
	color: var(--white);
	margin-top: 20px;
	line-height: 1.3em;
	/* font-family: var(--font-bold); */
	text-transform: uppercase;
}
#reassurances .overlay
{
    z-index: -1;
}
#reassurances strong
{
    color: var(--primary-color);
}

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

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

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

/*-----------------*/
/* AGENCES */
/*-----------------*/
.title_list_labels {
    display: none;
}

.title_list_inforecrutement {
    margin-top: 0 !important;
}

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




/*-----------------*/
/* FOOTER */
/*-----------------*/
#footerbloc
{
    background: var(--light-color);
}

#wrapperForm
{
    position: relative;
}

#wrapperForm::before
{
    content:"";
    background: url(../images/info.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: static;
    display: block;
    right: -20px;
    top: 0;
    z-index: 1;
    --size:200px;
    width: var(--size);
    height: var(--size);
    pointer-events: none;
}

.sociblock .share-buttons
{
    gap: 10px;
}
.sociblock .share-buttons span
{
    color: var(--white);
    padding: 0 10px;
}
.sociblock .share-buttons span:hover
{
    color: var(--primary-color);
}
.wrapHaut
{
    margin-top: 60px;
}

.wrapBas
{
    padding: 30px 10px;
}
.linkBas
{
    padding: 20px;
    padding-bottom: 0;
}
.linkBas
{
    border-top: 1Px solid #fffdfd26;
}

.copyright
{
    color: var(--white);
}

#footer .coord
{
    display: grid;
    gap: 15px;
}

#footer .coord>*:not(.adresse).white span
{
    color: var(--white);
}
#footer :is(.adresse.white,.horaires.white a, .horaires.white, ), #footer :is(.fixe.white a, .portable.white a, .mail.white a, .social:not(.navigtoogle).white a):not(:hover){
    color: #d0d0d0;
}

.topImgFooter
{
    height: 150px;
    /* z-index: 2; */
    position: relative;
    overflow: hidden;
}
#footerbloc::before
{
    background-image: url(../images/home-bg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#footer .overlay
{
    z-index: -1;
    background: var(--black);
    opacity: 0.8;
}
#footer::after
{
    transform: initial;
    top: -1px;
}

#footer .sociblock .share-buttons a:not(:hover) svg
{
  fill: var(--white);
}
#infoouvertureFooter
{
    position: relative;
    margin-bottom: 20px;
}
#infoouvertureFooter::after
{
    content : "";
    position: absolute;
    left: 0;
    top: 0;
    --size:100%;
    width: var(--size);
    height: var(--size);
    border: 1px solid #e0e0e038;
    clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 25%, 10% 25%, 10% 75%, 0 75%, 0 100%, 100% 100%, 100% 0%);
}
#footer .horaires
{
    position: relative;
    padding: 24px;
}
#footer .horaires.white:before
{
    display: none;
}

#footer .titlehoraires
{
    position: absolute;
    top: 50%;
    left: -7px;
    transform: rotate(-90deg) translateX(-50%);
    transform-origin: left top;
}
#footer .footerMapsWrap
{
    margin-top: 30px;
    width: 100%;
    gap: 20px;
}
.footerMapsWrap,.footerMapsWrap>*
{
    min-height: 200px;
    width: 100%;
}
.footerMapsWrap>*
{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.footerMapsMore
{
    background-image: url(../images/secteur-activiteWhite.svg);
}
.footerMapsMore.contact
{
    background-image: url(../images/secteur-activite.svg);
}
.footerMapsInfo
{
    background-image: url(../images/logoWhite.png);
}
.cekome_form .blc_bloctel
{
    line-height: 1.4;
    margin-bottom: 10px;
}
#contactCoordonnees :is(.adresse span, .portable span, .horaires span, .fixe span, .mail span, .social:not(.navigtoogle) span, .horaires.nomodal .titlehoraires)
{
    padding-bottom: 0;
}

.telWrap :is(.adresse, .fixe a, .portable a, .horaires a, .horaires, .mail a, .social:not(.navigtoogle) a)
{
    font-size: 0.9em;
}

.telWrap
{
    border: 1px solid #00000033;
    border-left: none;
    border-right: none;
    padding: 20px 0;
}
.horairesWrap
{
    padding: 0px 30px;
}
.horairesWrap .titlehoraires
{
    margin-bottom: 10px;
}
#footer .horaires:before
{
    display: none;
}

.template-contact-php #footerbloc
{
    background: var(--black);
}

.blc.blc_select
{
    margin-top: 20px;
}
.cekome_form .double
{
    display: grid;
    align-items: center;
    align-content: center;
    grid-template-columns: 1fr 60px 60px;
    gap: 10px;
}

.template-contact-php #footer::after
{
    display: none;
}