/*-----------------*/
/* LOADER */
/*-----------------*/
#loader-wrapper{background: var(--dark-color)}
#loader-wrapper .loader{
	position: relative;
	text-align: center;
}
.preloader {
	--size: 50px;
	width: var(--size);
	height: var(--size);
	animation: rotatePreloader 2s infinite ease-in;
	margin: auto;
	left: 25px;
	position: relative;
}
#loader-wrapper #logoLoader{
	width: 160px;
	margin-bottom: 60px;
}

@keyframes rotatePreloader {
  0% {
    transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
  }
}
.preloader div {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.preloader div:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0%;
  width: 10%;
  height: 10%;
  background-color: #ffffff;
  transform: translateX(-50%);
  border-radius: 50%;
}

.preloader div:nth-child(1) {
  transform: rotateZ(0deg);
  animation: rotateCircle1 2s infinite linear;
  z-index: 9;
}

@keyframes rotateCircle1 {
  0% {
    opacity: 0;
  }
  0% {
    opacity: 1;
    transform: rotateZ(36deg);
  }
  7% {
    transform: rotateZ(0deg);
  }
  57% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(2) {
  transform: rotateZ(36deg);
  animation: rotateCircle2 2s infinite linear;
  z-index: 8;
}

@keyframes rotateCircle2 {
  5% {
    opacity: 0;
  }
  5.0001% {
    opacity: 1;
    transform: rotateZ(0deg);
  }
  12% {
    transform: rotateZ(-36deg);
  }
  62% {
    transform: rotateZ(-36deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(3) {
  transform: rotateZ(72deg);
  animation: rotateCircle3 2s infinite linear;
  z-index: 7;
}

@keyframes rotateCircle3 {
  10% {
    opacity: 0;
  }
  10.0002% {
    opacity: 1;
    transform: rotateZ(-36deg);
  }
  17% {
    transform: rotateZ(-72deg);
  }
  67% {
    transform: rotateZ(-72deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(4) {
  transform: rotateZ(108deg);
  animation: rotateCircle4 2s infinite linear;
  z-index: 6;
}

@keyframes rotateCircle4 {
  15% {
    opacity: 0;
  }
  15.0003% {
    opacity: 1;
    transform: rotateZ(-72deg);
  }
  22% {
    transform: rotateZ(-108deg);
  }
  72% {
    transform: rotateZ(-108deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(5) {
  transform: rotateZ(144deg);
  animation: rotateCircle5 2s infinite linear;
  z-index: 5;
}

@keyframes rotateCircle5 {
  20% {
    opacity: 0;
  }
  20.0004% {
    opacity: 1;
    transform: rotateZ(-108deg);
  }
  27% {
    transform: rotateZ(-144deg);
  }
  77% {
    transform: rotateZ(-144deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(6) {
  transform: rotateZ(180deg);
  animation: rotateCircle6 2s infinite linear;
  z-index: 4;
}

@keyframes rotateCircle6 {
  25% {
    opacity: 0;
  }
  25.0005% {
    opacity: 1;
    transform: rotateZ(-144deg);
  }
  32% {
    transform: rotateZ(-180deg);
  }
  82% {
    transform: rotateZ(-180deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(7) {
  transform: rotateZ(216deg);
  animation: rotateCircle7 2s infinite linear;
  z-index: 3;
}

@keyframes rotateCircle7 {
  30% {
    opacity: 0;
  }
  30.0006% {
    opacity: 1;
    transform: rotateZ(-180deg);
  }
  37% {
    transform: rotateZ(-216deg);
  }
  87% {
    transform: rotateZ(-216deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(8) {
  transform: rotateZ(252deg);
  animation: rotateCircle8 2s infinite linear;
  z-index: 2;
}

@keyframes rotateCircle8 {
  35% {
    opacity: 0;
  }
  35.0007% {
    opacity: 1;
    transform: rotateZ(-216deg);
  }
  42% {
    transform: rotateZ(-252deg);
  }
  92% {
    transform: rotateZ(-252deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(9) {
  transform: rotateZ(288deg);
  animation: rotateCircle9 2s infinite linear;
  z-index: 1;
}

@keyframes rotateCircle9 {
  40% {
    opacity: 0;
  }
  40.0008% {
    opacity: 1;
    transform: rotateZ(-252deg);
  }
  47% {
    transform: rotateZ(-288deg);
  }
  97% {
    transform: rotateZ(-288deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(10) {
  transform: rotateZ(324deg);
  animation: rotateCircle10 2s infinite linear;
  z-index: 0;
}

@keyframes rotateCircle10 {
  45% {
    opacity: 0;
  }
  45.0009% {
    opacity: 1;
    transform: rotateZ(-288deg);
  }
  52% {
    transform: rotateZ(-324deg);
  }
  102% {
    transform: rotateZ(-324deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
/*-----------------*/
/* ELEMENTS */
/*-----------------*/

/*----------------- ANIMATION TITRE -----------------*/
.title :is(h1, h2, h3) {display: block;}
.char {
    display: inline-block;
    will-change: transform, opacity;
}

/*----------------- MORE LINKS -----------------*/
.more-links {
    color: var(--title-color);
    position: relative;
    padding: 0 20px;
    font-family: var(--font-title);
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 15px;
    z-index: 1;
    display: inline-block
}

.more-links_icon {
    margin-left: 20px;
    bottom: -2px;
    position: relative
}

.more-links_icon svg {
    --size: 16px;
    width: var(--size);
    height: var(--size);
    stroke: var(--title-color);
    stroke-width: 10px;
    transform: rotate(-35deg);
    transition: all .4s
}

.more-links:after {
    content: '';
    --size: 40px;
    position: absolute;
    right: 7px;
    top: -6px;
    width: var(--size);
    height: var(--size);
    border-radius: var(--size);
    background: var(--primary-color);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: -1;
}

.more-links:hover:after {
    width: 100%;
    right: 0
}

.more-links:hover .more-links_icon svg { transform: rotate(0)}

.more-links.white {color: var(--white)}
.more-links:hover{
    color: var(--title-color);
}

.more-links.bigLink .more-links_icon {
    margin-left: 60px;
    bottom: -3px
}

.more-links.bigLink .more-links_icon svg {--size: 36px;}
.more-links.bigLink.white .more-links_icon svg{stroke: var(--white);}
.more-links.bigLink:after {
    margin-left: 30px;
    border: solid 1px;
    --size: 100px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
}

.more-links.bigLink {
    text-transform: uppercase;
    padding: 30px 43px 30px 0;
    display: flex;
    align-items: center;
    width: max-content;
   
}
.more-links.bigLink{font-size: 0;}
.more-links.bigLink span{ font-size: 16px}
.more-links.bigLink:hover:after {
    width: var(--size);
    right: 7px;
    background: var(--white);
    transform: translateY(-50%) scale(1.2);
    z-index: -1
}

.more-links.bigLink:hover .more-links_icon svg {
    stroke: var(--title-color);
    z-index: 2;
    transform: scale(1.2) rotate(0)
}


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

.sociblock .share-buttons a:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-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(--secondary-color);}

.navigmenu .active .naviglink.lvl-0 span:after, .navigmenu .naviglink.lvl-0:hover span:after {
    transform-origin: left center;
    transform: scale(1,1);
}

/*-----------------*/
/* HEADERHOME */
/*-----------------*/

/*-----------------*/
/* GALLERY HOME */
/*-----------------*/

/*-----------------*/
/* PRODUITS HOME */
/*-----------------*/

/*-----------------*/
/* CONTENT */
/*-----------------*/
.home #content {pointer-events: none;}
.home #content>*{pointer-events: all;}
.textContent{padding: 50px 30px 30px;}

.textContent :is(strong, b, a:not([class*="button"]), a:not([class*="button"]) strong){color: var(--secondary-color)}
.textContent :is(a:not([class*="button"]), a:not([class*="button"]) strong){background-image: linear-gradient(to bottom, transparent 20%, var(--white) 21%);}
.textContent :is(a:not([class*="button"]):hover, a:not([class*="button"]):hover strong){color: var(--white)}

.imgContent .blocthumb{margin-bottom: -100px;}

.imgContent img{
    max-width: 700px;
    margin: 0 auto;
    height: 200px;
}
.nameContent{
    font-size: 5em;
    font-family: var(--font-alt);
    color: var(--primary-color);
    position: relative;
    left: 0;
    top: 60px;
    z-index: 3;
}
.wrapContentHome{z-index: 2;}

.contentButton{
    width: 70%;
    margin-left: auto;
    z-index: 2;
}

.contentButton::after{
    left: -30px;
    width: 70px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    border-bottom: 2px solid var(--secondary-color);
}
.contentButton>a{
    display: block;
    padding: 30px;
    font-size: 1.5em;
    border-radius: 0!important;
}

.home #content{padding: 0px 20px 100px 20px;}

/*-----------------*/
/* PRESTATIONS */
/*-----------------*/
.home #prestations:before {
   background: var(--dark-color);
}

.nohome #prestations{padding: 0;}
.home #prestations{color: var(--white);}
.home .prestations-title h2:before{
    background: var(--dark-color);
}
.prestations-wrapper{
	padding-top: 35px;
    padding-bottom: 35px;
}
.bloc_prestations:not(:last-child){border-bottom: solid 1px #545454;}

.prestations-title{
	height: 30%;
    margin: auto 0;
    will-change: transform;
	flex: 0 0 auto;
	width: 50%;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.prestations-title h2 a{
	color: var(--title-color);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.home .prestations-title h2 a{color: var(--white);}
.prestations-title h2{
	margin: 0;
	text-transform: uppercase;
	font-size: 34px;
}
.prestations-title h2:before{
	content: "";
	height: 2px;
	background: none;
	position: absolute;
	width: 0;
	top: calc(50% - 4px);
	left: 0;
	z-index: 2;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.bloc_prestations .tc_excerpt{
	height: 53%;
	margin: auto 0 auto 0;
	width: 35%;
	flex: 0 0 auto;
	-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.bloc_prestations .liresuite{
	height: 0%;
    margin: auto 0 auto auto;
	
}
.bloc_prestations:hover .prestations-title h2 a{color: var(--secondary-color);}
.bloc_prestations:hover .prestations-title h2:before{width: 100%;}
/*-----------------*/
/* ACTU */
/*-----------------*/
.btnLine {
    background: none!important;
    padding: 0!important;
    line-height: 1.6;
    color: var(--white)!important;
    letter-spacing: 1px
}

.btnLine::after {
    content: '';
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--white);
    transform-origin: bottom right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out
}

.btnLine:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left
}

.design-link {
    display: inline-flex;
    align-items: center;
    padding: 0;
    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(--secondary-color);
    z-index: 1;
    position: relative;
    vertical-align: middle;
    top: -1px;
    border-radius: 100%
}

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

.design-link:hover {
    padding-left: 0;
    padding-right: 52px;
    color: var(--secondary-color);
}

.design-link:hover:before {
    width: 0
}

.design-link:hover:after {
    width: 46px
}

#news-title {
    margin-bottom: 40px;
}

#news {
    background: var(--dark-color);
}

#news .wrapper_inner_slider {
    background: none;
}

#news-title h2:after {
    background: url(../images/icons/curved-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: auto;
    bottom: -72px;
    left: 52px;
    --size: 64px;
    width: var(--size);
    height: var(--size);
    pointer-events: none;
}

#news .next_slider {
    margin-top: 0;
}

.title_slider {
    font-size: 20px;
}

#news .content_slider {
    padding: 20px 0;
}

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


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

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

#choixSections:after {
    --size: 20px;
    width: var(--size);
    height: var(--size);
    background: var(--secondary-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: 12px;
    font-family: var(--font-bold);
    letter-spacing: 0;
    line-height: 1.3;
    text-align: center;
    color: var(--title-color);
    background: var(--background-color);
    padding: 0 20px;
}

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

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

#choixSections .linkSections.active p {color: var(--secondary-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(--primary-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(--secondary-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: calc(50% + 3px);
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    line-height: 1;
}
#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(--secondary-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{background-image: url(../images/home-bg2.jpg);}
#reassurances .picto-container li p strong{
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 15px;
    font-family: var(--font-bold);
    color: var(--white);
    letter-spacing: .1em;
}
#reassurances .picto-container li p strong:after {
    content: "";
    display: block;
    vertical-align: middle;
    width: 60px;
    height: 1px;
    margin: 15px auto;
    background-color: var(--secondary-color);
    text-align: center;
}
/*-----------------*/
/* PARTENAIRES */
/*-----------------*/

/*-----------------*/
/* NEWSLETTER */
/*-----------------*/

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

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

/*-----------------*/
/* CONTACTFORM */
/*-----------------*/
.cekome_form .blc_date label {
    top: 15px;
    left: 10px;
    background: var(--background-color);
    padding: 5px 10px;
    box-sizing: border-box;
    display: inline-block;
    width: auto;
}

.desccontact{
    top: 0;
    width: auto;
    display: inline-block;
}
.wrap-fieldset .blc_desc:has(> label.titleLegend){margin-bottom: 10px;margin-top: 30px;}
.wrap-fieldset .blc_desc:has(> label.titleLegend) .desccontact{
	background: var(--black);
	color: var(--white);
	padding: 2px 10px;
	font-size: 13px;
}
.wrap-fieldset .blc_desc:has(> label.titleLegend):before{
	content: "";
	width: 100%;
	background: var(--black);
	bottom: 2px;
	position: absolute;
	left: 0;
	height: 1px;
}
.wrap-fieldset  .wrapCheck .blc_checkbox{margin: 6px 0!important;}

/*-----------------*/
/* CTA */
/*-----------------*/
#cta .wrappercontent{
  line-height: 1.5;
  max-width: 600px;
  background-color: rgb(7 27 35 / 85%);
  padding: 60px 40px;
}
#cta .title{margin-bottom: 20px;}
#cta .accroche{
    margin-bottom: 30px;
}


/*-----------------*/
/* FOOTER */
/*-----------------*/
#footerForm:after{
	background: linear-gradient(rgb(0 0 0 / 0%), hsl(0deg 0% 0% / 70%));
}
#footer{background-color: var(--dark-color);}
#footerLinks a { color: var(--white);}

#footer #footerbloc {
	grid-template-areas:
		"footerLinks";
	grid-template-columns:  1fr;
	padding: 0;
}
#footerForm{
	background-image: url(../images/home-bg2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 50px 220px;
    z-index: 3;
}
#footerForm #wrapperForm{
	max-width: 700px;
    margin: auto;
    background-color: var(--white);
    padding: 70px 50px;
}
#footerForm #wrapperForm .title{margin-bottom: 40px;}

#footer-coordonnees{
	bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
#footer-coordonnees .wrappercontent > div {
    line-height: 1.3;
    font-size: 15px;
    padding: 45px 20px 20px 20px;
}
#infotelportFooter{order: -1;}
#footer-coordonnees .wrappercontent > div font{display: contents;}
#footer-coordonnees .wrappercontent>div:before {top: 20px;}