/*-----------------*/
/* LOADER */
/*-----------------*/

#loader-wrapper svg{
	height: auto;
	width: 160px;
}

#loader-wrapper{background: var(--light-color);}
@keyframes animate-svg-stroke-1{0%{stroke-dashoffset:614.8256225585938px;stroke-dasharray:614.8256225585938px}100%{stroke-dashoffset:0;stroke-dasharray:614.8256225585938px}}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(1,21,59)}}.svg-elem-1{animation:animate-svg-stroke-1 0.8s 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.5s both}@keyframes animate-svg-stroke-2{0%{stroke-dashoffset:1950.1251220703125px;stroke-dasharray:1950.1251220703125px}100%{stroke-dashoffset:0;stroke-dasharray:1950.1251220703125px}}@keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(1,21,59)}}.svg-elem-2{animation:animate-svg-stroke-2 0.8s cubic-bezier(0.47,0,0.745,0.715) 0.08s both,animate-svg-fill-2 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.6s both}@keyframes animate-svg-stroke-3{0%{stroke-dashoffset:376.85968017578125px;stroke-dasharray:376.85968017578125px}100%{stroke-dashoffset:0;stroke-dasharray:376.85968017578125px}}@keyframes animate-svg-fill-3{0%{fill:transparent}100%{fill:rgb(1,21,59)}}.svg-elem-3{animation:animate-svg-stroke-3 0.8s cubic-bezier(0.47,0,0.745,0.715) 0.16s both,animate-svg-fill-3 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.7s both}@keyframes animate-svg-stroke-4{0%{stroke-dashoffset:170.54263305664062px;stroke-dasharray:170.54263305664062px}100%{stroke-dashoffset:0;stroke-dasharray:170.54263305664062px}}@keyframes animate-svg-fill-4{0%{fill:transparent}100%{fill:rgb(1,21,59)}}.svg-elem-4{animation:animate-svg-stroke-4 0.8s cubic-bezier(0.47,0,0.745,0.715) 0.24s both,animate-svg-fill-4 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.8s both}@keyframes animate-svg-stroke-5{0%{stroke-dashoffset:169.95489501953125px;stroke-dasharray:169.95489501953125px}100%{stroke-dashoffset:0;stroke-dasharray:169.95489501953125px}}@keyframes animate-svg-fill-5{0%{fill:transparent}100%{fill:rgb(1,21,59)}}.svg-elem-5{animation:animate-svg-stroke-5 0.8s cubic-bezier(0.47,0,0.745,0.715) 0.32s both,animate-svg-fill-5 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.9s both}

/*-----------------*/
/* ELEMENTS */
/*-----------------*/
/*----------------- LINK TURN -----------------*/
.linkTurn {
    --size: 12rem;
    width: var(--size);
    height: var(--size);
    display: inline-block;
    font-size: 16px;
    font-family: var(--font-bold);
    text-transform: uppercase;
    letter-spacing: 0.3em;
    word-spacing: 0.65em;
    text-decoration: none;
    -webkit-font-smoothing: auto;
    font-weight: bold;
}
.link__svg {
    width: 100%;
    height: auto;
    transform-box: fill-box;
    fill: var(--title-color);
    stroke: var(--title-color);
    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);
}
.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);
}

/*-----------------*/
/* HEADER */
/*-----------------*/

/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/

.navigmenu .naviglink:not(.item-logo) span:after{
    content: '';
    display: inline-block;
    width: calc(100% - 2px);
    height: 1px;
    background-color: currentColor;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .26s cubic-bezier(.33,.02,0,.93)
}

.navigmenu .naviglink:not(.item-logo):hover > span:after,
.navigtoogle.active > .naviglink:not(.item-logo) span:after {transform: scaleX(1)}
/*-----------------*/
/* HEADERHOME */
/*-----------------*/
#headerHome-title_wrapper{
    border: solid var(--tertiary-color) 1px;
    display: inline-block;
    padding: 30px;
    line-height: 1.5;
}
#headerHome-title strong{color: var(--tertiary-color);}

.bloc-offreGlobale {
    position: absolute;
    right: 30px;
    bottom: 30px;
    display: flex;
    align-items: stretch;
    background-color: var(--background-color);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 20px 0px;
    color: var(--title-color);
    z-index: 10;
    max-width: 435px;
    border-radius: 50px 0;
    overflow: hidden;
}
.offreGlobale-img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 270px;
    padding: 20px;
}
.offreGlobale-img img{width: 190px;}

.bloc-offreGlobale .offreGlobale-content {
    padding: 20px 30px;
    border-left: solid 1px var(--primary-color);
    background: var(--primary-color);
    color: var(--white);
    font-size: 15px;
    line-height: 1.6;
    transition: 250ms ease-in-out;
}
.bloc-offreGlobale .offreGlobale-content p strong {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--white);
    letter-spacing: 1px;
    padding-top: 10px;
    transition: 250ms ease-in-out;
    font-family: var(--font-title);
}
.bloc-offreGlobale:hover .offreGlobale-content{background: var(--tertiary-color);}
.bloc-offreGlobale:hover .offreGlobale-content p strong{color: var(--white);}
/*-----------------*/
/* 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;
    display: none;
    width: 100%!important
}

#galleryHome .gallery .gallery-item:nth-child(-n+12) {display: block}
/*-----------------*/
/* PRODUITS HOME */
/*-----------------*/

/*-----------------*/
/* CONTENT */
/*-----------------*/
.home #content:before{
	background-image: url(../images/pattern-dot.svg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.3;
}
.home .eb-wrapper-outer { background: none!important}
.home #content .wp-block-gallery {pointer-events: none}
.home #content .wp-block-gallery a {pointer-events: all}
/*-----------------*/
/* PRESTATIONS */
/*-----------------*/
#prestations .bloc_prestations .prestations-img {
    z-index: -1;
    overflow: hidden;
    pointer-events: all;
}

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

#prestations .bloc_prestations .prestations-img:before {
    z-index: 2;
    opacity: .75;
}

#prestations .bloc_prestations .prestations-img img {
    transition: all .6s;
}

#prestations .bloc_prestations:hover .prestations-img img {
    transform: rotate(10deg) scale(1.3);
    filter: blur(3px)
}

#prestations .prestations-content {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 70%;
    padding: 0;
    pointer-events: none;
}

#prestations .prestations-content>:is(h2, h3) {
    font-size: 18px;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 40px;
    text-align: center;
    font-family: var(--font-bold);
}

#prestations .prestations-content p {
    margin: 0 0 6px;
    padding: 8px 10px;
    background: #ffffff2e;
    border-radius: 30px;
    color: var(--white);
    transition: opacity .35s, transform .35s;
    transform: translate3d(-360px, 0, 0);
    opacity: 0;
    line-height: 1.2;
    font-size: 14px
}

#prestations .bloc_prestations:hover .prestations-content p {
    pointer-events: none;
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

#prestations .element_content>*:nth-of-type(1) {
    transition-delay: .05s
}

#prestations .element_content>*:nth-of-type(2) {
    transition-delay: .10s
}

#prestations .element_content>*:nth-of-type(3) {
    transition-delay: .15s
}

#prestations .element_content>*:nth-of-type(4) {
    transition-delay: .20s
}

#prestations .element_content>*:nth-of-type(5) {
    transition-delay: .25s
}

#prestations .element_content>*:nth-of-type(6) {
    transition-delay: .30s
}

#prestations .element_content>*:nth-of-type(7) {
    transition-delay: .35s
}

#prestations .element_content>*:nth-of-type(8) {
    transition-delay: .40s
}

#prestations .element_content>*:nth-of-type(9) {
    transition-delay: .45s
}

#prestations .element_content>*:nth-of-type(10) {
    transition-delay: .50s
}

#prestations .liresuite {
    position: absolute;
    bottom: 0;
    left: 47%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform .4s cubic-bezier(.45, 0, .55, 1), opacity .4s cubic-bezier(.45, 0, .55, 1);
    z-index: 4;
    margin: 0;
}

#prestations .bloc_prestations:hover .liresuite,
#prestations .bloc_prestations.active .liresuite {
    transform: translate(-50%, -20%) scale(1);
}

#prestations .liresuite .linkTurn {
    --size: 8rem;
    letter-spacing: 0.14em;
    font-size: 18px;
}

#prestations .liresuite .linkTurn .link__svg {
    background: var(--primary-color);
    fill: var(--white);
    stroke: var(--white);

}

#prestations .liresuite .linkTurn .link__svg .link__arrow {
    stroke-width: 3px;
}
/*-----------------*/
/* ACTU */
/*-----------------*/
.design-link {
    display: inline-flex;
    align-items: center;
    padding-left: 52px;
    text-transform: uppercase;
    font-family: var(--font-bold);
    font-size: 12px;
    letter-spacing: 1px;
    position: relative;
    color: var(--title-color)
}

.design-link:before,
.design-link:after {
    content: '';
    position: absolute;
    width: 46px;
    background: var(--text-color);
    height: 1px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s linear 0s
}

.design-link.white {color: var(--white)}
.design-link.white:before,
.design-link.white:after {background: var(--white)}

.design-link span:before {
    content: "";
    --size: 6px;
    width: var(--size);
    height: var(--size);
    display: inline-block;
    margin: 0;
    margin-right: 6px;
    order: -1;
    background: var(--primary-color);
    z-index: 1;
    position: relative;
    vertical-align: middle;
    top: -1px;
    border-radius: 10px;
}

.design-link:after {
    width: 0;
    left: unset;
    right: 0
}

.design-link:hover {
    padding-left: 0;
    padding-right: 52px;
    color: var(--primary-color);
}
.design-link:hover:before {width: 0}
.design-link:hover:after {width: 46px}


#news {background-image: url(../images/home-bg2.jpg);}
#news::after { background: var(--overlay-color);}
#news .title_link_slider:not(:hover){color: var(--white);}
#news-title {
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    padding-bottom: 10px;
    margin-bottom: 30px
}

.wrapper_slider {
    padding: 20px 0
}

#news .thumbnail_slider {
    height: auto;
    min-height: 250px
}

.thumbnail_slider a {
    height: 100%;
    display: block;
    position: relative
}

.thumbnail_slider a img {
    position: absolute;
    left: 0;
    top: 0
}

#news .content_slider {padding: 50px 0 50px 100px}

.title_slider {
    font-size: 26px;
    text-transform: initial
}

.newsdate {
    position: absolute;
    top: 40px;
    background: var(--primary-color);
    left: -90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: calc(100% - 80px);
    justify-content: center;
    padding: 20px 30px;
    font-family: var(--font-title);
    color: var(--white)
}

.text_slider,.text_slider a {
    font-size: 16px;
    line-height: 1.6
}

.newsdate .month {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 2px
}

.newsdate .day {
    font-size: 36px;
    line-height: 1;
}

#news .next_slider {
    display: flex;
    align-items: center;
    width: 200px;
    justify-content: flex-end;
    margin: 0
}

/*-----------------*/
/* SECTIONS */
/*-----------------*/
#choixSections {
    counter-reset: sections;
    display: flex;
    justify-content: center;
    position: relative
}

#choixSections:before {
    width: 80%;
    border: 1px solid var(--primary-color);
    border-bottom: none;
    border-right: none;
    top: 94px
}

#choixSections:after {
    --size: 20px;
    width: var(--size);
    height: var(--size);
    background: var(--primary-color);
    clip-path: polygon(0 0,50% 50%,100% 0,50% 50%,0 35%,50% 100%,100% 35%,50% 50%,100% 0);
    top: calc(100% + 94px);
    left: -10px
}

#choixSections .linkSections p {
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--font-bold);
    letter-spacing: 1px;
    line-height: 1.3;
    text-align: center;
    color: var(--tertiary-color);
    background: var(--background-color);
    padding: 0 30px
}

#choixSections .linkSections:not(:last-of-type) {margin-right: 30px}

#choixSections .linkSections {
    position: relative;
    cursor: pointer;
    padding: 5px 20px;
    transition: 250ms all ease-in-out;
    text-align: center
}

#choixSections .linkSections.active p {color: var(--primary-color);}

#choixSections .linkSections img {
    --size: 30px;
    width: var(--size);
    height: var(--size);
    object-fit: contain;
    filter: brightness(0) invert(1)
}

.subimageSections {
    --size: 60px;
    border-radius: 100px;
    background-color: var(--tertiary-color);
    text-align: center;
    width: var(--size);
    height: var(--size);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    transition: 250ms all ease-in-out;
    position: relative
}

#choixSections .linkSections.active .subimageSections,
#choixSections .linkSections:hover .subimageSections {
    background-color: var(--primary-color);
    filter: drop-shadow(0 5px 0 white)
}

#choixSections .linkSections .subimageSections:before{
    counter-increment: sections;
    content: counter(sections);
    color: var(--white);
    font-size: 2em;
    font-family: var(--font-title);
    transform: scale(0);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
#choixSections .linkSections .subimageSections:after {
    content: " ";
    --size: 100%;
    width: var(--size);
    height: var(--size);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0);
    border: 1px solid var(--primary-color);
    opacity: 0;
    transition: .4s all;
    border-radius: 50%;
    border-bottom-left-radius: 3px
}

#choixSections .linkSections.active .subimageSections:after,
#choixSections .linkSections:hover .subimageSections:after {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1.15)
}
.buttons-wrap{gap: 10px;}

/*-----------------*/
/* REASSURANCES */
/*-----------------*/
#reassurances .title {
    padding: 40px 30px 30px;
    padding-left: 0;
}
#reassurances-img {
    min-height: 400px;
    background: url(../images/reassurances-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50Px;
    overflow: hidden;
}

.picto-container {display: grid;}

.picto-container li p {font-family: var(--font-bold);}

.nohome #reassurances::before {
    background: url(../images/home-bg2.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.nohome #reassurances::after{background: var(--overlay-color)}

.nohome #reassurances::before,
.nohome #reassurances::after {height: 400px;}

/*-----------------*/
/* CERTIFICATION */
/*-----------------*/
#certifications{
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
}
#certifications .linkTurn {
    z-index: 2;
    --size: 200px;
    font-size: 12px;
    letter-spacing: 0.46em;
    word-spacing: 0.4em;
    text-shadow: 0 0 2px var(--black);
    pointer-events: none;
}
#certifications .linkTurn .link__svg{
	fill: var(--white);
    stroke: var(--white);
}
#certifications img{
    width: 60px;
    position: absolute;
}
/*-----------------*/
/* NEWSLETTER */
/*-----------------*/

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

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

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

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

/*-----------------*/
/* AGENCES */
/*-----------------*/

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

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

.wrapperContact {
    padding: 0;
    background: var(--white);
    box-shadow: 0px 0px 30px #1a1a2612;
    width: auto;
}
#wrapperForm {padding: 50px;}
#wrapperForm .title{margin-bottom: 30px;}
.imgContact{
    background: url(../images/home-bg5.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    --primary-color: #536651;
    --secondary-color: #303A2F;
}
.imgContact_content{padding: 50px 30px;}
.imgContact_content img{
	width: 260px;
	margin-bottom: 30px;
}
.imgContact_content .title{margin-bottom: 40px;}

#footerLinks {
    padding: 20px;
    margin: 0 auto 50px;
    border-top: 1px solid rgb(0 0 0 / 20%);
}
#footer #footerbloc {padding: 40px 15px;}

body.template-contact-php #footer:before{content: none}
body.template-contact-php #footer:after{
    top: 0;
    height: 100%;
}
