/*-----------------*/
/* LOADER */
/*-----------------*/
#loader-wrapper svg{
	width: 300px;
	height: auto;
}

@keyframes animate-svg-stroke-1{0%{stroke-dashoffset:6689.560546875px;stroke-dasharray:6689.560546875px}100%{stroke-dashoffset:0;stroke-dasharray:6689.560546875px}}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(138,197,63)}}.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:4947.87109375px;stroke-dasharray:4947.87109375px}100%{stroke-dashoffset:0;stroke-dasharray:4947.87109375px}}@keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(254,254,254)}}.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:2724.032470703125px;stroke-dasharray:2724.032470703125px}100%{stroke-dashoffset:0;stroke-dasharray:2724.032470703125px}}@keyframes animate-svg-fill-3{0%{fill:transparent}100%{fill:rgb(138,197,63)}}.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}

/*-----------------*/
/* ELEMENTS */
/*-----------------*/
.uagb-faq-icon-wrap svg {
    fill: var(--white);
}

.word {
    display: inline-block;
}
.white blockquote p
{
    color: var(--white);
}
/*-------------------- LINKTURN -------------------*/
.linkTurn {
    --size: 10rem;
    width: var(--size);
    height: var(--size);
    display: inline-block;
    font-size: 20px;
    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);
}
/*------------------- BUTTON ---------------------*/
.underbutton > *, .button:not(.cf_submit,.urgence), .tc_content .wp-block-button__link, .wp-block-file__button, #content .eb-popup-container .eb-popup-button a.eb-popup-button-anchor, #content .eb-cia-button-wrapper > a, #content .eb-pricing-button, #content .eb-flipbox-button-link, #content .slide__action {
    background: #fff0!important;
    color: var(--black);
}

#contentPage :is(.button,.tc_content .wp-block-button__link),#prestations .button,.underbutton > *:hover, .button:not(.cf_submit):hover, .tc_content .wp-block-button__link:hover, .wp-block-file__button:hover, #content .eb-popup-container .eb-popup-button a.eb-popup-button-anchor:hover, #content .eb-cia-button-wrapper > a:hover, #content .eb-pricing-button:hover, #content .eb-flipbox-button-link:hover, #content .slide__action:hover,.has-background .wp-element-button,.liproduct .button {
    color: var(--white)
}

.underbutton > *::before, .button:not(.cf_submit)::before, .tc_content .wp-block-button__link::before, .wp-block-file__button::before, #content .eb-popup-container .eb-popup-button a.eb-popup-button-anchor::before, #content .eb-cia-button-wrapper > a::before, #content .eb-pricing-button::before, #content .eb-flipbox-button-link::before, #content .slide__action::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    --size: 40px;
    width: var(--size);
    height: var(--size);
    z-index: -1;
    background: var(--primary-color);
    transition: all .4s;
    border-radius: 30px
}

.underbutton>*:hover::before,.button:hover::before,.tc_content .wp-block-button__link:hover::before,.wp-block-file__button:hover::before,#content .eb-popup-container .eb-popup-button a.eb-popup-button-anchor:hover::before,#content .eb-cia-button-wrapper>a:hover::before,#content .eb-pricing-button:hover::before,#content .eb-flipbox-button-link:hover::before,#content .slide__action:hover::before {
    width: calc(100% + 0px)
}

.white .button:not(.cf_submit),.wp-block-cover .wp-block-button__link {
    color: var(--white);
    border: 1px solid var(--primary-color);
    border-radius: 50px !important;
    padding: 13px 30px;
}
/*----------------- ANIMATION TITRE -----------------*/
.title :is(h1, h2, h3) {
    display: block;
}

.char {
    display: inline-block;
    will-change: transform, opacity;
}

hr.wp-block-separator,
.title:not(.no-after):after {
    background-image: url(../images/separator.svg);
    background-color: transparent !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 7px;
    width: 143px;
}

.overlay {
    background: linear-gradient(to bottom, #000000e6 0%, rgb(0 0 0 / 41%), #000);
}

#clickcollectbutton {
    top: initial !important;
    bottom: 10px;
    background-color: var(--primary-color);
    transition: all 0.4s;
}

#clickcollectbutton:hover,
#ck_clickcollect .steps li.current a,
.wizard>.actions a,
.wizard>.actions a:hover,
.wizard>.actions a:active,
.ccproductpanier,
.ccdescbox,
#clickcollectbutton.active,
#clickcollectbutton.active:hover,
.wizard>.steps .done a,
.wizard>.steps .done a:hover,
.wizard>.steps .done a:active,
#ck_clickcollect .steps li.current:first-child a {

    background-color: var(--secondary-color);
}

.first.done a {
    background: var(--primary-color) !important;
}

.ccpriceproduct,
.ccrequired,
.lineccformclient label {
    color: var(--secondary-color);
}

/*-----------------*/
/* HEADER */
/*-----------------*/
.langSocial {
    gap: 10px;
}

/*-----------------*/
/* SOCIAL */
/*-----------------*/
.sociblock .share-buttons a {
    border-radius: 100px;
    padding: 5px;
    border: 1px solid #d8d8d8;
    margin: 0 2px
}

.sociblock .share-buttons a:hover {
    background: var(--primary-color);
    border-color: var(--primary-color)
}

.sociblock .share-buttons a svg {
    --size: 14px;
    fill: var(--white) !important;
}

/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/
.navigtoogle.logo {
    display: none
}

.navigmenu .naviglink.lvl-0:not(.item-logo) span:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform .25s cubic-bezier(.25, .8, .25, 1);
    height: 1px;
    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 {
    transform-origin: left center;
    transform: scale(1, 1);
}

/*-----------------*/
/* HEADERHOME */
/*-----------------*/
.imageDiapo
{
    mask-image: url(../images/bottomCurve.svg);
    mask-repeat: no-repeat;
    mask-position: bottom center;
    mask-size: cover;
}
#headerHome-title
{
    max-width: 750px;
    margin: 0 auto;
    width: 80%;
    margin-bottom: 10px;
    line-height: 1.7;
}
/*-----------------*/
/* GALLERY HOME */
/*-----------------*/
#galleryHome .gallery {
    display: grid;
    width: 100%;
    transition: .6s;
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
    grid-auto-rows: 120px;
    position: relative;
    grid-gap: 2px
}

#galleryHome .gallery .gallery-item {
    grid-column: span 1;
    position: relative;
    width: 100% !important
}
body:not(.single) .gallery-item .button
{
    color: var(--white);
}
/*-----------------*/
/* PRODUITS */
/*-----------------*/
.woocommerce-single-php .wp-block-media-text__media img
{
    object-fit: contain!important;
}
.woocommerce-single-php .wp-block-media-text
{
    margin-bottom: 20px;
}
/*-----------------*/
/* CONTENT / INTRODUCTION */
/*-------------*/
#contentPage
{
    background: var(--black);
}
#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;
}
/*----------------- INTRO BANNER -----------------*/
#content .introBanner{
	height: 700px;
	padding: 0;
	max-width: 90%;
	overflow: hidden;
	margin: 0;
	left: -30px;
	margin: 50px 0 150px;
}
#content .introBanner .wp-block-cover__image-background {will-change: transform, clip-path;}

#content .introBanner.introBanner_right{
	margin-left: auto;
	left: auto;
	right: -30px;
}


/*----------------- SPECIAL GALLERY -----------------*/
#content .specialGallery{
    height: 28.625em;
    font-size: 1.25vw;
    position: relative;
    margin-bottom: 200px!important;
}
#content .specialGallery .gallery-item {
    margin-bottom: 0;
    position: absolute;
	display: none;
}

#content .specialGallery .wp-block-image:nth-child(-n+6) {display: flex;}
#content .specialGallery .gallery-item:first-of-type {
    width: 15.7em!important;
    height: 15.7em;
    top: 10em;
    left: 1.9em;
    z-index: 1
}

#content .specialGallery .gallery-item:nth-child(2) {
    width: 9.7em!important;
    height: 9.65em;
    top: 2.55em;
    left: 9.75em;
    z-index: 6
}

#content .specialGallery .gallery-item:nth-child(3) {
    width: 21.8em!important;
    height: 21.7em;
    top: 6.5em;
    left: 21.8em;
    z-index: 4
}

#content .specialGallery .gallery-item:nth-child(4) {
    width: 16.3em!important;
    height: 16.3em;
    top: 5.1em;
    left: 45.1em;
    z-index: 2
}

#content .specialGallery .gallery-item:nth-child(5) {
    width: 7.3em!important;
    height: 7.4em;
    top: 0;
    left: 60.5em;
    z-index: 5
}

#content .specialGallery .gallery-item:nth-child(6) {
    width: 12.7em!important;
    height: 12.7em;
    top: 12.4em;
    left: 64.1em;
    z-index: 3
}




/*-----------------*/
/* PRESTATIONS */
/*-----------------*/
body.template-parent-page-php #banner svg polygon:nth-child(2) {
    fill: #0f1528;
}

#content.parentPresta {
    background-image: url(../images/pattern-dark.jpg);
}

#content.parentPresta:before {
    background: var(--secondary-color);
    opacity: 0.2;
}

#prestations {
    background-image: url(../images/pattern-dark.jpg);
}

.home #prestations:before {
    background: linear-gradient(to bottom, var(--black), #0000009e);
    /* opacity: 0.8; */
}

#prestations .widget_parentpage .bloc_prestations {
    padding: 33px 5vw 42px;
    text-align: center;
    position: relative;
}

#prestations .widget_parentpage .bloc_prestations:not(:last-child):after {
    background: #ffffff14;
    height: 1px;
    top: auto;
    bottom: 0;
}

.prestations-content :is(h2, h3) {
    opacity: .4;
    transition: opacity .8s;
    font-size: 38px;
    text-transform: uppercase;
    margin: 0 0 10px;
    /* text-shadow: 1px 1px 1px var(--black); */
}

.prestations-content .title_content {
    color: var(--white);
}

#prestations .tc_excerpt {
    opacity: .4;
    transition: opacity .8s;
    font-size: 18px;
    letter-spacing: .03em;
    margin: 0 auto;
    color: var(--white);
    max-width: 590px;
}

#prestations .bloc_prestations.elemActif :is(h2, h3),
#prestations .bloc_prestations.elemActif .tc_excerpt {
    opacity: 1
}


@keyframes image-show-long {
    0% {
        transform: translateY(var(--dist-y));
        opacity: 0
    }

    75% {
        opacity: 1
    }

    100% {
        transform: translateY(0) scale(1);
        opacity: 1
    }
}
@keyframes image-hide-long {
    0% {
        transform: translateY(0) scale(1);
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        transform: translateY(calc(-1 * var(--dist-y)));
        opacity: 0
    }
}

#prestations .nthwords
{
    display: inline-block;
    font-family: var(--font-alt);
    color: var(--tertiary-color);
    transition: all 0.4s;
    font-size: 1.2em;
}
#prestations .title_content:hover .nthwords
{
    color: var(--primary-color);
}


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

#news .left {
    display: grid;
    align-items: start
}

.title_link_slider,
#listarticles .listedarticle h2 a {
    background-repeat: no-repeat;
    background-image: -o-linear-gradient(transparent calc(100% - 2px), currentColor 2px);
    background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
    background-image: -ms-linear-gradient(transparent 95%, currentColor 2px);
    transition: .6s cubic-bezier(.215, .61, .355, 1);
    background-size: 0 96%;
}

.title_link_slider:hover,
#listarticles .listedarticle h2 a:hover {
    background-size: 100% 96%
}

#news .titleImg {
    background: url(../images/home-bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
}

#news .wrapperActu {
    counter-reset: actus
}

#news .wrapper_slider:not(:last-child) .wrapper_inner_slider {
    border-bottom: 1px solid #00000017
}

#news .wrapper_inner_slider {
    background: none;
    padding: 10px 0px;
}

#news .thumbnail_slider {
    transition: all .5s;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 210px;
}

#news .content_slider::before {
    content: "0"counter(actus);
    counter-increment: actus;
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    left: 0;
    font-family: var(--font-title);
    font-size: 4em;
    opacity: .1;
    color: var(--title-color);
    font-weight: bold;
}


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

/*-------------------- Reassurances -------------------*/
.home #reassurances .overlay
{
    display: none;
}
#reassurances .overlay{
    z-index: -1;
    background: var(--black);
    opacity: 0.5;
}
.nohome #reassurances .picto-bloc p
{
    color: var(--white);
}
.nohome #reassurances .picto-bloc:not(:last-child)
{
    border-color: #ffffff30;
}
.nohome #reassurances
{
    padding: 120px 20px;
}
.nohome #reassurances::before
{
    background: url(../images/home-bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#reassurances-wrapper
{
    padding: 40px;
    border-bottom: 1px solid #00000017;
}
.home #reassurances-wrapper
{
    border-bottom: none;
    /* background: var(--black); */
    border: 1px solid #00000024;
    border-right: none;
    border-left: none;
    border-bottom: none;
}
#reassurances p
{
    color: var(--title-color);
    font-size: 1em;
}
#reassurances :is(.picto-bloc)
{
    color: var(--primary-color);
}
#reassurances .picto-bloc:not(:last-child)
{
    border-right: 1px solid #00000017;
}
#reassurances .title
{
    display: none;
}
/*-----------------*/
/* PARTENAIRES */
/*-----------------*/
#partenaires::before
{
    background: var(--black);
}
/*-----------------*/
/* NEWSLETTER */
/*-----------------*/

/*-----------------*/
/* SHARE */
/*-----------------*/


/*-----------------*/
/* CONTACTFORM */
/*-----------------*/
.cekome_form .blc_bloctel {
    font-size: 13px;
}

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

#footerForm #wrapperForm:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--overlay-color);
    z-index: -2;
}
body:not(.no-overflow) .indexBas
{
    z-index: 12!important; 
}