/*-----------------*/
/* LOADER */
/*-----------------*/
#loader-wrapper svg
{
    --size: 50vw;
    width: var(--size);
    height: var(--size);
    --maxsize: 300px;
    max-width: var(--maxsize);
    max-height: var(--maxsize);
}
#loader
  {
      display: grid;
      align-items: center;
      justify-items: center;
  }

  .loaderText
  {
      color: var(--white);
      font-family: var(--font-bold);
  }
  .loading-page {
    background: var(--title-color);
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .loading-page .counter {
    text-align: center;
  }
  .loading-page .counter p {
    font-size: 40px;
    font-weight: 100;
    color: var(--primary-color);
    margin-bottom: 20px;
  }
  .loading-page .counter h2 {
    color: white;
    text-align: center;
    font-size: 60px;
    margin-top: -10px;
  }
  .loading-page .counter hr {
    background: var(--primary-color);
    border: none;
    height: 1px;
  }
  .loading-page .counter {
    position: relative;
  }
  .loading-page .counter h1.abs {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .loading-page .counter .color {
    width: 0px;
    overflow: hidden;
    color: var(--primary-color);
  }
/*-----------------*/
/* 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);
}

@keyframes floating {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    50% {
        -webkit-transform: translateY(16px);
        transform: translateY(16px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/*-------------------- COULEURS -------------------*/
.page_decoupe-laser
{
    --primary-color: #52bc4d;
}
.page_thermolaquage
{
    --primary-color: #e92a7c;
}
/*-----------------*/
/* HEADER */
/*-----------------*/
 #header-top {
    background-color: var(--black);
    color: var(--white);
}
.fixed-header #header-coordonnees
{
    display: none;
}
.fixed-header .navigmenu .naviglink.lvl-0
{
    padding: 15px;
}
.fixed-header .navigmenu .naviglink.lvl-0:not(.item-logo) span:after
{
    bottom: -8px;
}
/*-----------------*/
/* 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-title {
    font-family: var(--font-title);
    font-size: 2.3em;
    line-height: 1.2;
    text-transform: uppercase;
    text-shadow: 0 0 10px var(--black);
    font-weight: bold;
    color: var(--primary-color);
}
#headerHome-title > span{color: var(--primary-color);}
#headerHome-title .typewrite{
	font-family: var(--font-bold);
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 8px;
}
#headerHome-accroche{
    font-family: var(--font-title);
}
#headerHome-wrapper{
	height: 100%;
	padding: 100px 0 60px;
	overflow: hidden;
}
#headerHome-diapo{
	 background: var(--black);
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 overflow: hidden;
}

#headerHome-content{
	height: auto;
	padding: 0 15% 0 25%;
	display: grid;
	align-content: center;
}
.headerHome-img{z-index: 2;}

.PQP-widget
{
    margin-bottom: 20px;
}
/*-------------------- MOT -------------------*/
#banner .specialthumb img
{
    --size: 110px;
    height: var(--size);
    width: calc(var(--size) * 1.5);
    margin-bottom: 10px;
    position: absolute;
    left: 50%;
    transform:translate(-50%);
    bottom: 0;
    margin: 0;
    padding: 20px;
    background: var(--background-color);
}
/*-----------------*/
/* CONTENT */
/*-----------------*/
#content .eb-image-comparison-wrapper div[data-testid="container"]{height: 600px!important;}
.intro-link{position: relative;}

.grid-img .wp-block-image > a,
.grid-img .wp-block-image img{height: 100%;}

.grid-img .wp-block-image img{
	object-fit: cover;
	width: 100%;
}
/*-----------------*/
/* 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 */
/*-----------------*/
#prestations {
    overflow: hidden;
}
#prestations::before
{
    background-image: linear-gradient(to right, #ececec 1px, transparent 1px), linear-gradient(to bottom, #ececec 1px, transparent 1px);
    background-position: 0 0;
    background-size: calc(100vw / 16) calc(100vw / 16);
    transform: rotate(15deg);
    z-index: -2;
    opacity: 0.5;
}

.template-parent-page-php #content {
    padding-bottom: 0;
}

.template-parent-page-php #prestations {
    /* padding-top: 0; */
    margin-bottom: 50px;
}

.title_content {
    color: var(--title-color);
}

.bloc_prestations h3
{
    transition: all 0.4s;
}


.bloc_prestations.hiddenChild:hover {
    background: color-mix(in hsl, var(--overlay-color) 10%, #fff0) ;
}

.safari .bloc_prestations.hiddenChild:hover {
    background: var(--black) ;
}


.bloc_prestations.hiddenChild:hover h3 {
    color: var(--secondary-color);
}

.prestations-content {
    padding: 10px;
}

#prestations .prestations-content .button:not(.cf_submit){
    background: #fff0;
    background-image: url(../images/arrow.svg)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: contain!important;
    --size: 100px;
    width: var(--size);
    height: var(--size);
    transition: all 0.4s;
    border: none;
}
#prestations .prestations-content .button:not(.cf_submit)::before
{
    display: none;
}
.prestations-content .button:hover {
    transform: rotate(-45deg);
}

.prestations-content .button span {
    font-size: 0;
}


#prestations .specialthumb img
{
    --size: 50px;
    height: var(--size);
    margin-bottom: 10px;
}
/*-----------------*/
/* ACTU / NEWS */
/*-----------------*/
#news
{
    mask-image: url(../images/bottomCurve.svg);
    mask-repeat: no-repeat;
    mask-position: bottom center;
    mask-size: cover;
}
.the-arrow {
    width: 64px;
    transition: all .2s
}

.the-arrow.-left {
    position: absolute;
    top: 24px;
    left: 0
}

.the-arrow.-left>.shaft {
    width: 0
}

.the-arrow.-left>.shaft:before,
.the-arrow.-left>.shaft:after {
    width: 0
}

.the-arrow.-left>.shaft:before {
    transform: rotate(0)
}

.the-arrow.-left>.shaft:after {
    transform: rotate(0)
}

.the-arrow.-right {
    top: 0
}

.the-arrow.-right>.shaft {
    width: 64px;
    transition-delay: .2s
}

.the-arrow.-right>.shaft:before,
.the-arrow.-right>.shaft:after {
    width: 8px;
    transition-delay: .3s;
    transition: all .5s
}

.the-arrow.-right>.shaft:before {
    transform: rotate(40deg)
}

.the-arrow.-right>.shaft:after {
    transform: rotate(-40deg)
}

.the-arrow>.shaft {
    background-color: var(--primary-color);
    display: block;
    height: 1px;
    position: relative;
    transition: all .2s;
    transition-delay: 0;
    will-change: transform
}

.the-arrow>.shaft:before,
.the-arrow>.shaft:after {
    background-color: var(--primary-color);
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .2s;
    transition-delay: 0
}

.the-arrow>.shaft:before {
    transform-origin: top right
}

.the-arrow>.shaft:after {
    transform-origin: bottom right
}

.animated-arrow:hover>.the-arrow.-left>.shaft {
    width: 64px;
    transition-delay: .1s
}

.animated-arrow:hover>.the-arrow.-left>.shaft:before,
.animated-arrow:hover>.the-arrow.-left>.shaft:after {
    width: 8px;
    transition-delay: .1s
}

.animated-arrow:hover>.the-arrow.-left>.shaft:before {
    transform: rotate(40deg)
}

.animated-arrow:hover>.the-arrow.-left>.shaft:after {
    transform: rotate(-40deg)
}

.animated-arrow:hover>.main {
    transform: translateX(80px)
}

.animated-arrow:hover>.main>.the-arrow.-right>.shaft {
    width: 0;
    transform: translateX(200%);
    transition-delay: 0
}

.animated-arrow:hover>.main>.the-arrow.-right>.shaft:before,
.animated-arrow:hover>.main>.the-arrow.-right>.shaft:after {
    width: 0;
    transition-delay: 0;
    transition: all .1s
}

.animated-arrow:hover>.main>.the-arrow.-right>.shaft:before {
    transform: rotate(0)
}

.animated-arrow:hover>.main>.the-arrow.-right>.shaft:after {
    transform: rotate(0)
}

.animated-arrow>.main {
    display: flex;
    align-items: center;
    transition: all .2s
}

.animated-arrow>.main>.text {
    margin: 0 16px 0 0;
    line-height: 1
}

.animated-arrow>.main>.the-arrow {
    position: relative
}

.animated-arrow {
    display: inline-block;
    color: var(--white);
    font-size: 12px;
    position: relative;
    transition: all .2s;
    letter-spacing: 2px;
    font-family: var(--font-bold);
    text-transform: uppercase;
    padding: 18px 0 18px 0;
}

#news {
    padding: 100px 30px;
    padding-bottom: 170px;
    z-index: 1;
}
#news::before{
    background-image: url(../images/home-bg3.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#news .content-news {
    grid-gap: 0 60px;
}

#news .wrapper_slider {
    grid-column: span 1;
    border-bottom: solid 1px rgb(255 255 255 / 20%);
    padding-bottom: 30px;
}

#news .wrapper_inner_slider {
    height: auto;
    background: none;
}

#news .wrapper_slider:last-of-type,
#news .wrapper_slider:first-of-type {
    border: none;
    margin: 0;
    padding: 0
}

#news .wrapper_slider:not(:first-of-type) .thumbnail_slider,
#news .wrapper_slider:not(:first-of-type) .text_slider {
    display: none;
}

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

#news .title_slider a:not(:hover) {
    color: var(--white)
}

#news .title_slider {
    font-size: 25px;
}

#news .thumbnail_slider .button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    top: initial;
    height: auto;
    width: auto;
    color: var(--white);
    /* background: var(--overlay-color)!important; */
    border-radius: 30px!important;
    padding: 15px 30px;
}

#news .wrapper_slider:first-of-type .text_slider,
#news .wrapper_slider:first-of-type .text_slider a {
    color: var(--white)
}

#news .wrapper_slider:first-of-type .next_slider {
    display: none
}

#listarticles .listedarticle {
    /* background: var(--light-color); */
    height: 100%
}


/*-----------------*/
/* SECTIONS */
/*-----------------*/
.section_thumb .blocthumb {position: relative}

.sectionsbloc .specialthumb {overflow: hidden}
.sectionsbloc .specialthumb img {height: 120%}

.sectionsbloc.even .section_thumb {order: 2;}
.sectionsbloc.even .specialthumb {height: 100%;}


.sectionsbloc.odd .section_thumb {order: 0;}


.sectionsbloc.odd .section_txt .title h2,
.sectionsbloc.odd .section_txt {color: var(--white)}

.sectionsbloc.odd .section_txt:before,.sectionsbloc.odd .section_txt:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--black);
    z-index: -1
}
.sectionsbloc.odd blockquote p
{
    color: var(--white);
}
.sectionsbloc .specialthumb
{
    overflow: hidden;
}

/*-----------------*/
/* REASSURANCES */
/*-----------------*/
.nohome #reassurances {background-image: url(../images/home-bg2.jpg);}

.nohome #reassurances .picto-container li {
    position: relative;
    flex: 1 1 50%;
    text-align: left;
    flex-direction: row;
    padding: 19px 40px
}

.nohome #reassurances .picto-container li:first-child, 
.nohome #reassurances .picto-container li:nth-child(3) {
    text-align: right;
    flex-direction: row-reverse
}

.nohome #reassurances .picto-container {flex-wrap: wrap}

.nohome #reassurances .picto-container li p {
    margin: 0 0 0 40px;
    text-transform: uppercase;
    font-family: var(--font-bold);
    letter-spacing: 1px;
    color: var(--white)
}

.nohome #reassurances .picto-container li:first-child:before, 
.nohome #reassurances .picto-container li:nth-child(3):before {
    right: 20px;
    left: auto
}

.nohome #reassurances .picto-container li:first-child p, 
.nohome #reassurances .picto-container li:nth-child(3) p {margin: 0 40px 0 0}

.nohome #reassurances .picto-container li:before {
    content: "";
    --size: 70px;
    width: var(--size);
    height: var(--size);
    border: solid 2px var(--primary-color);
    position: absolute;
    top: 0;
    left: 20px
}

.home #reassurances {
    z-index: 3;
    overflow: hidden;
    height: 300px;
    display: grid;
    align-items: center;
    position: relative;
    margin-bottom: -130px;
    margin-top: -130px;
}

.home .picto-container li {
    flex-direction: row;
    margin: 0;
    padding: 0 50px;
    min-width: max-content;
    color: var(--white);
}

.home .picto-container li svg, 
.home .picto-container li img {--size: 25px;}

.picto-container li p {
    color: var(--white);
    font-family: var(--font-bold);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.home .picto-container li p {margin: 0 0 0 14px;}

.home #reassurances-container {
    background: var(--primary-color);
    transform: rotate(3deg);
    padding: 20px 100px;
    box-sizing: border-box;
    width: calc(100% + 100px);
    max-width: calc(100% + 100px);
    left: -50px;
    position: relative;
}

.home .picto-container {
    animation: marquee 80s linear infinite;
    position: relative;
    flex-wrap: nowrap;
    flex-direction: row;
}

.home #reassurances-containerBis {
    content: "";
    background: var(--black);
    transform: rotate(-3deg);
    z-index: -1;
    padding: 0 70Px;
    width: calc(100% + 100Px);
    max-width: calc(100% + 100Px);
    left: -50Px;
    position: absolute;
    height: 70px;
    display: flex;
    align-items: center;
}

.home #reassurances-containerBis span {
    color: var(--white);
    font-size: 15px;
    font-family: var(--font-title);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

.home #reassurances-containerBis span:last-child {margin-left: auto;}



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

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

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

/*-----------------*/
/* AGENCES */
/*-----------------*/
.agencesCoord
{
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.agencesCoord #listwidgetagence
{
    border-top: 1px solid #ffffff50;
    display: grid;
}
.agencesCoord .itemlistwidgetagence
{
    text-align: center;
    justify-content: center;
}
.itemlistwidgetagence:first-child .tel_list_infoagence
{
    display: none;
}
.agencesCoord .list_infoagence
{
    padding: 0px;
}
.list_infoagence .title_list_infoagence
{
    max-width: 300px;
    display: block;
    margin-bottom: 10px;
}

/*-----------------*/
/* CHIFFRES */
/*-----------------*/
#chiffres {
    position: relative;
    padding: 320px 30px;
    background-image: url('../images/bg-chiffres.jpg');
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.bloc_chiffres {
    padding: 30px 20px 0;
}

#chiffres .wrap-element {
    background: #fff0;
    border: none;
    display: grid;
    align-items: start;
    align-content: start;
    position: relative;
}

#chiffres .wrap-element:before {

    content : "";
    position: absolute;
    left: 50%;
    transform:translateX(-50%);
    top: -10px;
    --size: 100px;
    width: var(--size);
    height: var(--size);
    border: solid 2px var(--primary-color);
    border-radius: 100%;
}

#chiffres .wrap-element img {
    --size: 50px;
    width: var(--size);
    height: var(--size);
    margin: 0 auto;
    margin-bottom: 50px;
}

#chiffres h2 {
    font-family: var(--font-title);
    font-size: 50px;
    color: var(--white);
    display: flex;
    align-items: center;
    position: relative;
    line-height: 1;
    justify-content: center;
    margin: 10px 0;
}

#chiffres h2 span {
    display: block;
    line-height: 1;
}

#chiffres .element_content {
    color: var(--white);
    font-size: 16px;
    font-family: var(--font-bold);
    line-height: 1.3;
    margin-top: 5px;
}
.widget_chiffres
{
    gap: 60px 0;
}
/*-----------------*/
/* FAQ */
/*-----------------*/
.uagb-faq-icon-wrap svg 
{
    --size: 14px;
    width: var(--size);
    height: var(--size);
}
.uagb-faq-content
{
    overflow: hidden;
}
.uagb-faq-icon-wrap
{
    position: absolute;
    right: 0;
    top: 0;
}
.uagb-question
{
    transition: all 0.4s;
}
.uagb-faq-questions-button:hover .uagb-question
{
    color: var(--primary-color)!important;
}
.uagb-faq-questions-button,
.uagb-faq-icon-wrap
{
    cursor: pointer;
}
.uagb-faq-item
{
    padding: 0 25px;
}
.uagb-faq-item.active .uagb-icon,
.uagb-faq-item:not(.active) .uagb-icon-active
{
    display: none;
}
.uagb-faq-questions
{
    border-bottom: 1px solid #00000029;
}
.active .uagb-faq-content
{
    padding: 20px!important;
}
/*-----------------*/
/* CONTACTFORM */
/*-----------------*/
input::file-selector-button { display: block; }
/*-----------------*/
/* FOOTER */
/*-----------------*/
.wrapperFooter {
    background: var(--black);
    box-shadow: 0px 0px 30px #1a1a2612;
    padding: 10px
}

.imgFooter {
    background: url(../images/home-bg4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}
#footerLinks {
    padding: 20px;
    /* margin: 0 auto 50px; */
    border-top: 1px solid rgb(0 0 0 / 10%);
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 11px;
    font-weight: bold;
}
#footer .cekome_form .blc_checkbox label a:hover{color: var(--white);}
#footer #footerbloc {padding: 40px 15px}
#footer #wrapperForm .title{margin-bottom: 20px;}