/*-----------------*/
/* LOADER */
/*-----------------*/
.preloader svg {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1);
          transform: translate(-50%, -50%) rotate(45deg) scale(1);
}

.preloader .stroke-still {
  stroke: #232323;
}

.preloader .stroke-animation {
  -webkit-animation: stroke-spacing 1.2s ease-in, stroke-color 4.8s linear;
          animation: stroke-spacing 1.2s ease-in, stroke-color 4.8s linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

@-webkit-keyframes stroke-spacing {
  0% {
    stroke-dasharray: 0 200;
  }
  45% {
    stroke-dashoffset: 0;
    stroke-dasharray: 200 200;
  }
  90% {
    stroke-dashoffset: -200;
    stroke-dasharray: 200 200;
  }
  100% {
    stroke-dashoffset: -200;
    stroke-dasharray: 200 200;
  }
}

@keyframes stroke-spacing {
  0% {
    stroke-dasharray: 0 200;
  }
  45% {
    stroke-dashoffset: 0;
    stroke-dasharray: 200 200;
  }
  90% {
    stroke-dashoffset: -200;
    stroke-dasharray: 200 200;
  }
  100% {
    stroke-dashoffset: -200;
    stroke-dasharray: 200 200;
  }
}

@-webkit-keyframes stroke-color {
  0%  { stroke: #3498DB; }
  24% { stroke: #643232; }
  25% { stroke: #327864; }
  49% { stroke: #327864; }
  50% { stroke: #32326e; }
  74% { stroke: #32326e; }
  75% { stroke: #78325a; }
  99% { stroke: #78325a; }
}

@keyframes stroke-color {
  0%  { stroke: #3498DB; }
  24% { stroke: #643232; }
  25% { stroke: #327864; }
  49% { stroke: #327864; }
  50% { stroke: #32326e; }
  74% { stroke: #32326e; }
  75% { stroke: #78325a; }
  99% { stroke: #78325a; }
}


/*-----------------*/
/* ELEMENTS */
/*-----------------*/
.cutBefore:before,
.cutAfter:after{
	background-image: url(../images/under.png);
	background-size: contain;
	background-position: bottom center;
	background-repeat: repeat-x;
	filter: brightness(4);
	bottom: -1px;
	z-index: 0;
}

.cutBefore:before{
	transform: scaleY(-1);
	top: -1px;
}
.button.white{
	background-color: var(--white);
    color: var(--title-color);
}
.button.white:hover{background-color: var(--quaternary-color);color: var(--white);}

/*-----------------*/
/* HEADER */
/*-----------------*/
#header{box-shadow: 0px 10px 20px #dadada;}
.hveCTA {max-height: 120px;}
#header-coordonnees > div{font-family: var(--font-title);}
#header-coordonnees > div a:hover{color: var(--tertiary-color);}
/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/

/*-----------------*/
/* HEADERHOME */
/*-----------------*/
#headerHome{
    background-image: url(../images/headerHome-bg.png);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

/*-----------------*/
/* SOCIAL */
/*-----------------*/
.share-buttons a {
    --size: 35px;
    width: var(--size);
    position: relative;
    display: flex!important;
    height: var(--size);
    align-items: center;
    justify-content: center;
    margin: 0 3px!important;
    padding: 0!important
}

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

.share-buttons a:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 100px;
    transition: all ease 250ms;
    border: 1px solid rgb(188 188 188)
}

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


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

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

/*-----------------*/
/* CONTENT */
/*-----------------*/
.home #content{background: var(--light-color);margin-bottom: 70px;}
.home #content:before{
	--size: 500px;
	width: var(--size);
	height: var(--size);
	background-image: url(../images/fannes.png);
	background-size: contain;
	background-position: left top;
	background-repeat: no-repeat;
	opacity: 0.15;
}
.nohome #content:before{
    background-image: url(../images/backgroundFond.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    filter: grayscale(100%);
    opacity: 0.1;
}
.home #content-img{
	margin: 30px auto -210px;
	position: relative;
	width: auto;
	text-align: center;
}
.home #content-img img{height: 400px;}
/*-----------------*/
/* PRESTATIONS */
/*-----------------*/
.home #prestations:before{
    background-image: url(../images/backgroundFond.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    filter: grayscale(100%);
    opacity: 0.1;
}
.home #prestations:after{
	background: linear-gradient(#fff, transparent, transparent);
	z-index: -1;
}
.nohome #prestations .bloc_prestations{padding: 30px 30px;}
.home #prestations .widget_parentpage {grid-template-columns: repeat(1, 1fr);}

#route {
	position: absolute;
	top: 250px;
	height: 99%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
	max-width: 100%;
	pointer-events: none;
}

#route path{
	fill:none;
	stroke:var(--tertiary-color);
	stroke-width:2;
	stroke-miterlimit:10;
	stroke-dasharray: 0,1296;
}
.prestations-content{
    padding: 11px 0 0;
}
.prestations-content :is(.content_link, .tc_excerpt){
	font-size: 16px;
	letter-spacing: -0.03em;
	background: var(--background-color);
	box-shadow: 0px 10px 20px #dadada;
	padding: 32px 32px 36px 32px;
	max-width: 375px;
	margin: 0 auto;
	width: 100%;
	line-height: 1.6;
}
.prestations-content .liresuite{
    margin-top: -20px;
    margin-bottom: 20px;
}
.prestations-content :is(h2,h3){
    font-family: var(--font-bold);
    font-size: 26px;
}
.prestations-img{
    --size: 280px;
    height: var(--size);
    width: var(--size);
    margin: 5px auto;
    border: 4px solid var(--tertiary-color);
    border-radius: 50%;
    background: var(--background-color);
}

.bloc_prestations:hover .prestations-img{animation: wobble-ver-left 2s ease-in-out infinite both;}

@keyframes wobble-ver-left {
  0%,
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateY(-30px) rotate(-6deg);
            transform: translateY(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateY(15px) rotate(6deg);
            transform: translateY(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateY(-15px) rotate(-3.6deg);
            transform: translateY(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateY(9px) rotate(2.4deg);
            transform: translateY(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateY(-6px) rotate(-1.2deg);
            transform: translateY(-6px) rotate(-1.2deg);
  }
}

/*-----------------*/
/* ACTU */
/*-----------------*/
.content_slider{
	position: absolute;
	z-index: 1;
	padding: 50px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	outline: solid 3px var(--white);
	outline-offset: -30px;
	text-align: center;
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.next_slider{
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 50px;
    pointer-events: all;
}
.title_slider{
    color: var(--white);
    text-transform: uppercase;
    font-size:26px;
    margin: 0!important;
    font-family: var(--font-title);
    line-height: 1.2;
}
.content_slider:before{
	content: "";
	background: #2b2b2b66;
	--dist: 30px;
	top: var(--dist);
	position: absolute;
	left: var(--dist);
	right: var(--dist);
	bottom: var(--dist);
}
.thumbnail_slider{
	border-radius: 5px;
    overflow: hidden;
}
/*-----------------*/
/* SECTIONS */
/*-----------------*/
#sections .sectionsbloc .section_content strong{color: var(--tertiary-color);}
#sections .sectionsbloc .title:after{background: var(--white);}
#sections .section_thumb .specialthumb{height: 100%;}
#sections .sectionsbloc .section_back{
	background: var(--title-color);
	padding: 40px 20px;
}
#sections .sectionsbloc.even .section_back{background: var(--primary-color);}
/*-----------------*/
/* REASSURANCES */
/*-----------------*/
.picto-container li{
    --size: 250px;
    width: var(--size);
    height: var(--size);
    color: var(--white);
    position: relative;
    padding: 1em 2em;
    justify-content: center;
    flex: none;
    z-index: 1;
}
.picto-container li :is(svg, img){
    --size: 70px;
}
.picto-container li:before,
.picto-container li:after{
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.picto-container li:after{
    top: 50%;
    left: 50%;
    --size: calc(100% - 40px);
    transform: translate(-50%, -50%);
    width: var(--size);
    height: var(--size);
    border: 3px solid var(--background-color);
    border-radius: 50%;
}
.picto-container li:before{
    background-image: url(../images/backPresta.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.picto-container li:first-child:before{
    filter: invert(94%) sepia(10%) saturate(956%) hue-rotate(32deg) brightness(86%) contrast(91%);
}
.picto-container li:nth-child(2):before{
    transform: rotate(90deg);
    filter: invert(79%) sepia(40%) saturate(293%) hue-rotate(356deg) brightness(106%) contrast(94%);
}
.picto-container li:nth-child(3):before{
    transform: rotate(180deg);
    filter: invert(63%) sepia(72%) saturate(236%) hue-rotate(324deg) brightness(101%) contrast(96%);
}
.picto-container li:last-child:before{
    transform: rotate(270deg);
    filter: invert(95%) sepia(13%) saturate(614%) hue-rotate(308deg) brightness(92%) contrast(98%);
}

.picto-container li p{
    font-family: var(--font-title);
    font-size: 20px;
    color: var(--light-color);
}
/*-----------------*/
/* ETAPE PRESTATIONS */
/*-----------------*/
.wrapEtape{position: relative;}
.wrapEtape::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--tertiary-color);
    width: 4px;
    height: 90%;
    z-index: -1;
}
.etape {
    width: 100%;
    background: var(--background-color);
    box-shadow: 0px 0px 20px #dadada;
    box-sizing: border-box;
    padding: 0px;
    margin: 32px auto !important;
    align-items: stretch;
}
.etapeChiffre {
    position: relative;
    transition: all 0.4s;
    border-right: 3px solid var(--light-color);
    text-align: center;
}
.contentEtape {padding: 20px;}
.contentEtape h3 {
    text-transform: uppercase;
    color: #bdbdbd;
    font-family: var(--font-text);
	margin-top: 16px;
}
.etapeChiffre .chiffrecle{
	color: var(--tertiary-color);
	font-family: var(--font-title);
	font-size: 40px;
	width: 100%!important;
}
.etape:nth-child(even) .etapeChiffre .chiffrecle {color: #bdbdbd;}
/*-----------------*/
/* NEWSLETTER */
/*-----------------*/

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

/*-----------------*/
/* CTA */
/*-----------------*/
#cta{
	z-index:2;
	background-image: url(../images/backgroundBandeau.jpg);
	background-position: center right;
	padding: 150px 30px;
}
#cta .title{margin-bottom: 30px;}
#cta .wrappercontent{
	background: #0000006e;
	padding: 50px 10px;
}
#cta-button{gap: 10px;}
/*-----------------*/
/* CONTACTFORM */
/*-----------------*/

/*-----------------*/
/* FOOTER */
/*-----------------*/
#footer:before{
    background: url(../images/backgroundContact.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.wrapperContact {
    padding: 0;
    background: var(--white);
    box-shadow: 0px 0px 30px #1a1a2612;
    width: auto;
}
#wrapperForm {padding: 50px;}
.imgContact{
    background-color: var(--tertiary-color);
    background-image: url(../images/devis.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
#footerForm .title{margin-bottom: 30px;}
#footerLinks {
    background: var(--title-color);
    font-size: 18px;
    font-family: var(--font-bold);
    text-transform: uppercase;
}
#footer #footerbloc {padding: 40px 15px;}
#footerCoordonnees > div{margin: 10px 0;}

#menu-footer .menu-item{margin: 1px 0;}
#menu-footer .menu-item a{color: var(--title-color)}
#menu-footer .menu-item a:hover{color: var(--primary-color)}

.titleFooter{
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	color: var(--primary-color);
	font-family: var(--font-bold);
	margin-bottom: 10px;
}
body.template-contact-php #footer:before,
body.template-contact-php #footer:after{content: none}
