/*-----------------*/
/* 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:8275.451171875px;stroke-dasharray:8275.451171875px}100%{stroke-dashoffset:0;stroke-dasharray:8275.451171875px}}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.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:718.5375366210938px;stroke-dasharray:718.5375366210938px}100%{stroke-dashoffset:0;stroke-dasharray:718.5375366210938px}}@keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.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:4963.6953125px;stroke-dasharray:4963.6953125px}100%{stroke-dashoffset:0;stroke-dasharray:4963.6953125px}}@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:3669.421142578125px;stroke-dasharray:3669.421142578125px}100%{stroke-dashoffset:0;stroke-dasharray:3669.421142578125px}}@keyframes animate-svg-fill-4{0%{fill:transparent}100%{fill:rgb(201,3,13)}}.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:582.030029296875px;stroke-dasharray:582.030029296875px}100%{stroke-dashoffset:0;stroke-dasharray:582.030029296875px}}@keyframes animate-svg-fill-5{0%{fill:transparent}100%{fill:rgb(201,3,13)}}.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}
/*-----------------*/
/* ELEMENTS */
/*-----------------*/
.word {
    display: inline-block;
}

/*-----------------*/
/* LINKTURN */
/*-----------------*/
.linkTurn {
    --size: 10rem;
    width: var(--size);
    height: var(--size);
    display: inline-block;
    font-size: 16px;
    font-family: var(--font-bold);
    text-transform: uppercase;
    letter-spacing: .2175em;
    word-spacing: 0.15em;
    text-decoration: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    z-index: 1;
    background: var(--primary-color);
    border-radius: 50%;
    font-family: var(--font-title);
 }
 
 .link__svg {
    width: 100%;
    height: auto;
    transform-box: fill-box;
    fill: var(--white);
    stroke: var(--white);
    border-radius: 50%;
    stroke-width: .05em;
    box-sizing: border-box;
    stroke-linecap: round;
    stroke-linejoin: round;
    padding: 10px;
    transition: all .3s cubic-bezier(.33,1,.68,1)
 }
 
 .link__arrow {
    transform-origin: 50% 50%;
    transition: transform .15s cubic-bezier(.32,0,.67,0)
 }
 
 .linkTurn:hover .link__arrow {
    transform: scale(1.3);
    transition: transform .3s cubic-bezier(.33,1,.68,1)
 }
 
 .link__arrow {
    stroke-width: .075em
 }
 
 .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
 }
 
 @keyframes rotateReverse {
    0% {
        transform: rotate(0deg);
    }
 
    100% {
        transform: rotate(-360deg);
    }
 }
/*-----------------*/
/* CIRCLE */
/*-----------------*/
.circleWrap
{
    /* overflow: hidden; */
    pointer-events: none;
}
.circleWrap,.circleWrap .circle
{
    position: absolute;
    top: 0;
    left: 0;
    --size: 100%;
    width: var(--size);
    height: var(--size);
}
.circleWrap .circle,.circleWrap .circle::before
{
    --size:45vw;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
}
.circleWrap .circle::before
{
    border-radius: 50%;
    border: 1Px solid var(--title-color);
    opacity: 0.15;
}
.circleWrap .circle
{
    animation: circleRotate 5s forwards infinite;
}
.circleWrap .circle.more
{
    --size:55vw;
    animation-delay:2s;
}


.miniCircle,.maxiCircle
{
    position: absolute;
    --size: 8px;
    width: var(--size);
    height: var(--size);
    background: var(--title-color);
    top: calc(50% - 0Px);
    left: 0px;
    transform:translate(-50%,-50%);
    border-radius: 50%;
}
.miniCircle
{
    opacity: 0.5;
}
.maxiCircle
{
    --size: 10px;
    left: 10px;
    top: calc(50% - 100Px);
    background: var(--primary-color);
}
.maxiCircle::before,.maxiCircle::after
{
    transform:scale(2);
    background: var(--primary-color);
    opacity: 0.3;
    border-radius: 50%;
    animation: circleZoom 5s forwards infinite;
}
.maxiCircle::after
{
    background: var(--black);
    z-index: -2;
    transform: scale(5);
    opacity: 0.05;
    animation: circleZoom2 5s forwards infinite;
    animation-delay: 2s;
}
.maxiCircle.inverse
{
    left: initial;
    right: 0px; 
    top: calc(50% + 100Px);
}
.miniCircle.inverse
{
    left: initial;
    right: -3px; 
    top: calc(50% - 80Px);
}
.circleWrap .circle:not(.more) .miniCircle
{
    left: 7px;
    top: calc(50% + 80Px);
}

@keyframes circleRotate {
    0% {
        transform:translate(-50%,-50%) rotate(0deg);
    }
    50% {
        transform:translate(-50%,-50%) rotate(-5deg);
    }
    100% {
        transform:translate(-50%,-50%) rotate(0deg);
    }
}
@keyframes circleZoom {
    0% {
        transform: scale(2);
    }
    50% {
        transform: scale(3);
    }
    100% {
        transform: scale(2);
    }
}
@keyframes circleZoom2 {
    0% {
        transform: scale(5);
        opacity: 0.05;
    }
    50% {
        transform: scale(8);
        opacity: 0.02;
    }
    100% {
        transform: scale(5);
        opacity: 0.05;
    }
}
#news .circleWrap
{
    z-index: 1;
    --black : var(--white);
}
/*-------------------- FAQ -------------------*/
.uagb-faq-icon-wrap svg {
    fill: var(--white);
}

.wp-block-uagb-faq
{
    margin-top: 50px;
    padding: 20px;
    border: 1px solid #ffffff17;
}
.uagb-question
{
    border-bottom: 1px solid #ffffff17;
}
/*------------------- 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(--white);
}

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

#prestations .button:not(.cf_submit) {
    color: var(--black);
    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/emphaseWhite.svg);
    background-color: transparent !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 17px;
    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;
}
.imageDiapo:before, .imageDiapo:after, #headerHome:before, #headerHome:after {
    z-index: 2;
    border: calc(100vw* 0.007) solid var(--primary-color);
    top: 50%;
    width: var(--size);
    height: var(--size);
}

#headerHome:before, #headerHome:after {
    opacity: 0.23;
    transform: translateY(-50%);
}

#headerHome:before {
    --size: 12.5vw;
    margin-top: calc(98vw* 0.2);
    left: calc(100vw* 0.03);
}

#headerHome:after {
    --size: 17.5vw;
    left: auto;
    right: calc(-100vw* 0.04);
    margin-top: calc(-100vw* 0.06);
}

.imageDiapo:before {
    --size: 20vw;
    transform: translate(-50%, 0%);
}

.imageDiapo:after {
    --size: 10vw;
    left: auto;
    right: 0;
    margin-top: calc(-100vw* 0.14);
    transform: translateX(30%) translateY(-50%);
}
/*-----------------*/
/* 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
}

/*-----------------*/
/* PRODUITS */
/*-----------------*/
.woocommerce-single-php .wp-block-media-text__media img
{
    object-fit: contain!important;
}
.woocommerce-single-php .wp-block-media-text
{
    margin-bottom: 20px;
}
.hrefproduct
{
    color: var(--white);
    text-align: center;
}

/*-----------------*/
/* CONTENT / INTRODUCTION */
/*-----------------*/
.home #content .wp-block-image a
{
    height: 100%;
    display: inline-block;
}
.home #content .wp-block-columns.is-layout-flex
{
    justify-content: center;
}
#content .nthword1
{
    font-family: var(--font-text);
}
#content .nthword4
{
    color: var(--primary-color);
    font-family: var(--font-alt);
}
.grid-img .wp-block-image>a, .grid-img .wp-block-image img, .intro-img .wp-block-image>a, .intro-img .wp-block-image img {
    height: 100%;
 }
 
 .grid-img {
    display: grid!important;
    gap: 10px;
    align-items: stretch!important;
 }
 .grid-img .wp-block-image
 {
    height: 100%;
 }
 .home #content .wp-block-image img
 {
    object-fit: cover;
 }
 .home #content {
    padding: 130px 30px 60px;
    padding-top: 70px;
    /* overflow: hidden; */
    z-index: 1;
 }



/*-----------------*/
/* PRESTATIONS */
/*-----------------*/
.home #prestations {
    padding: 120px 30px 150px;
    background: var(--background-color);
    background-position: center;
    background-size: cover;
}

.home #prestations:before {
    background: url(../images/pattern-dark.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: -3;
}
.home #prestations::after
{
    z-index: -2;
    background: var(--overlay-color);
    opacity: 0.7;
}
.home #prestations :is(h2,.accroche)
{
    color: var(--white);
}

.prestations-img {
    height: auto;
}

#prestations .cksliderwrap {
    padding: 0;
}

.nohome #prestations {
    background: none;
    padding: 0;
}

#prestations .prestations-content {
    padding: 50px 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    color: var(--white);
    top: 40px;
    position: relative;
}

#prestations .prestations-content:before {
    left: -20%;
    background-color: var(--white);
    width: 120%;
    border: solid 1px #f0f0f0;
}

#prestations .wrapContent-presta .blocthumb {
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}


#prestations .blocthumb img {
    position: absolute;
    top: 0;
    left: 0;
}

#prestations .prestations-content h3 {
    margin: 0 0 -20px;
}

.home #prestations .prestations-content .title_content:not(:hover),
.home .prestations-content :is(.content_link, .tc_excerpt) {
    color: var(--black)
}

/*-----------------*/
/* PRESTATIONS PAGE */
/*-----------------*/
.grid-img {
    margin-top: 100px !important;
    margin-bottom: -80px;
}
.home .grid-img
{
    margin-left: -1rem;
    margin-right: -1rem;
}

.grid-img img {
    height: 100%;
    object-fit: cover;
}

.grid-img div {
    height: 100%;
}


/*-----------------*/
/* 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 */
/*-----------------*/
#reassurances{
    background-image: url(../images/home-bg3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
     mask-image: url(../images/bottomCurve.svg);
    mask-repeat: no-repeat;
    mask-position: bottom center;
    mask-size: cover;
}
#reassurances:before{
    background: linear-gradient(to bottom, var(--background-color), var(--overlay-color), var(--background-color));
    background: var(--overlay-color);
}
#reassurances .picto-bloc .picto-img .icon-box{
    display: flex;
    align-items: center;
}
.picto-container{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	position: relative;
	margin: 140px 0 70px;
	display: grid;
}

.picto-container .picto-content{
	margin: 0 ;
	text-align: left;
}
.picto-container li p{
	margin:  0;
	font-size: 18px;
}
.picto-container li p strong{
    display: block;
    font-family: var(--font-title);
    font-size: 27px;
    line-height: 1.3;
    margin-bottom: 6px;
    color: var(--white);
}
.picto-container  .picto-img{
	position:absolute;
	background: var(--primary-color);
	top: 0;
	left: 0;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*-----------------*/
/* PARTENAIRES */
/*-----------------*/

/*-----------------*/
/* 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; 
}