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

@keyframes animate-svg-stroke-1{0%{stroke-dashoffset:479.79327392578125px;stroke-dasharray:479.79327392578125px}100%{stroke-dashoffset:0;stroke-dasharray:479.79327392578125px}}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(124,173,64)}}.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:365.26507568359375px;stroke-dasharray:365.26507568359375px}100%{stroke-dashoffset:0;stroke-dasharray:365.26507568359375px}}@keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(124,173,64)}}.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:745.0760498046875px;stroke-dasharray:745.0760498046875px}100%{stroke-dashoffset:0;stroke-dasharray:745.0760498046875px}}@keyframes animate-svg-fill-3{0%{fill:transparent}100%{fill:rgb(124,173,64)}}.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:535.9601440429688px;stroke-dasharray:535.9601440429688px}100%{stroke-dashoffset:0;stroke-dasharray:535.9601440429688px}}@keyframes animate-svg-fill-4{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.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:364.1174011230469px;stroke-dasharray:364.1174011230469px}100%{stroke-dashoffset:0;stroke-dasharray:364.1174011230469px}}@keyframes animate-svg-fill-5{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.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 */
/*-----------------*/
.uagb-faq-icon-wrap svg {
    fill: var(--white);
}

.word {
    display: inline-block;
}
/*------------------- BUTTON ---------------------*/
.underbutton > *, .button:not(.cf_submit), .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);
}

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

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

h2.wp-block-heading {
    /* color: var(--primary-color); */
}

.wp-block-table.is-style-stripes * {
    color: var(--white);
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background: var(--background-color);
}

.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
    background: var(--background-color);
}

.content-imgHome .wp-block-image {
    pointer-events: none;
}

/*----------------- 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 */
/*-----------------*/
.home #prestations {
    padding: 120px 30px 150px;
    background: var(--background-color);
    background-position: center;
    background-size: cover;
    /* border-bottom: solid 1px #f0f0f0; */
}

.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-left: -1rem;
    margin-right: -1rem;
    margin-top: 100px !important;
    margin-bottom: -80px;
}

.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 */
/*-----------------*/
/* .home #reassurances {
    background-image: url(../images/pattern-dark.jpg);
    background-position: center;
    background-size: cover;
}

.home #reassurances:before {
    background: var(--overlay-color);
    opacity: 0.7;
}

.home #reassurances .picto-bloc .picto-img .icon-box {
    display: flex;
    align-items: center;
}

.home #reassurances .picto-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    position: relative;
    margin: 140px 0 70px;
    display: grid;
}

.home #reassurances .picto-container .picto-content {
    margin: 0;
    text-align: left;
}

.home #reassurances .picto-container li p {
    margin: 0;
    font-size: 18px;
}

.home #reassurances .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);
}

.home #reassurances .picto-container .picto-img {
    position: absolute;
    background: var(--primary-color);
    top: 0;
    left: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home #reassurances .picto-content span {
    color: var(--secondary-color);
    font-family: var(--font-bold);
} */
/*-------------------- Reassurances -------------------*/

#reassurances-wrapper
{
    padding: 40px;
    border-bottom: 1px solid #00000017;
}
.home #reassurances-wrapper
{
    border-bottom: none;
    border-top: 1px solid #00000017;
}
#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 */
/*-----------------*/

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