/*-----------------*/
/* LOADER */
/*-----------------*/
/***************************************************
 * Generated by SVG Artista on 9/8/2023, 3:15:58 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
#loader-wrapper svg{transform: scale(0.6);}
@-webkit-keyframes animate-svg-stroke-1{0%{stroke-dashoffset:1999.08447265625px;stroke-dasharray:1999.08447265625px}100%{stroke-dashoffset:3998.1689453125px;stroke-dasharray:1999.08447265625px}}@keyframes animate-svg-stroke-1{0%{stroke-dashoffset:1999.08447265625px;stroke-dasharray:1999.08447265625px}100%{stroke-dashoffset:3998.1689453125px;stroke-dasharray:1999.08447265625px}}@-webkit-keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(157,44,32)}}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(157,44,32)}}.svg-elem-1{-webkit-animation:animate-svg-stroke-1 1s cubic-bezier(0.455,0.03,0.515,0.955) 0s both,animate-svg-fill-1 0.7s cubic-bezier(0.785,0.135,0.15,0.86) 0.8s both;animation:animate-svg-stroke-1 1s cubic-bezier(0.455,0.03,0.515,0.955) 0s both,animate-svg-fill-1 0.7s cubic-bezier(0.785,0.135,0.15,0.86) 0.8s both}@-webkit-keyframes animate-svg-stroke-2{0%{stroke-dashoffset:1618.695068359375px;stroke-dasharray:1618.695068359375px}100%{stroke-dashoffset:3237.39013671875px;stroke-dasharray:1618.695068359375px}}@keyframes animate-svg-stroke-2{0%{stroke-dashoffset:1618.695068359375px;stroke-dasharray:1618.695068359375px}100%{stroke-dashoffset:3237.39013671875px;stroke-dasharray:1618.695068359375px}}@-webkit-keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(113,190,90)}}@keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(113,190,90)}}.svg-elem-2{-webkit-animation:animate-svg-stroke-2 1s cubic-bezier(0.455,0.03,0.515,0.955) 0.12s both,animate-svg-fill-2 0.7s cubic-bezier(0.785,0.135,0.15,0.86) 0.9s both;animation:animate-svg-stroke-2 1s cubic-bezier(0.455,0.03,0.515,0.955) 0.12s both,animate-svg-fill-2 0.7s cubic-bezier(0.785,0.135,0.15,0.86) 0.9s both}@-webkit-keyframes animate-svg-stroke-3{0%{stroke-dashoffset:422.436279296875px;stroke-dasharray:422.436279296875px}100%{stroke-dashoffset:844.87255859375px;stroke-dasharray:422.436279296875px}}@keyframes animate-svg-stroke-3{0%{stroke-dashoffset:422.436279296875px;stroke-dasharray:422.436279296875px}100%{stroke-dashoffset:844.87255859375px;stroke-dasharray:422.436279296875px}}@-webkit-keyframes animate-svg-fill-3{0%{fill:transparent}100%{fill:rgb(113,190,90)}}@keyframes animate-svg-fill-3{0%{fill:transparent}100%{fill:rgb(113,190,90)}}.svg-elem-3{-webkit-animation:animate-svg-stroke-3 1s cubic-bezier(0.455,0.03,0.515,0.955) 0.24s both,animate-svg-fill-3 0.7s cubic-bezier(0.785,0.135,0.15,0.86) 1s both;animation:animate-svg-stroke-3 1s cubic-bezier(0.455,0.03,0.515,0.955) 0.24s both,animate-svg-fill-3 0.7s cubic-bezier(0.785,0.135,0.15,0.86) 1s both}
/*-----------------*/
/* ELEMENTS */
/*-----------------*/
.title.white small{color: var(--primary-color);}
.title.white:after{background: var(--primary-color);}
.btnLine {
   background: none!important;
   padding: 0!important;
   line-height: 28px;
   color: var(--title-color);
   letter-spacing: 1px;
   font-size: 14px;
   font-family: var(--font-title);
   text-transform: uppercase;
   position: relative;
   font-weight: bold;
}

.btnLine::after {
    content: '';
    position: absolute;
    height: 1px;
    bottom: 0px;
    left: 0;
    right: 0;
    background-color: var(--title-color);
    transform-origin: bottom left;
    transform: scaleX(1);
    transition: transform 0.3s ease-in-out;
}
.btnLine:hover::after {
    transform: scaleX(0);
    transform-origin: bottom right;
}
.arrowlink{
	position: relative;
	display: inline-block;
	padding-right: 40px;
	font-family: var(--font-bold);
	color: var(--title-color);
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: bold;
	-webkit-font-smoothing: initial;
}

.arrowlink span{
	transform: translateZ(0);
	transition: transform .5s;
	position: relative;
	display: inline-block;
}

.arrowlink:after{
	content: "";
    --size: 24px;
	position: absolute;
	right: 0;
	width: var(--size);
	height: var(--size);
	background-image: url(../images/icons/arrowright-color.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	top: calc(50% - 3px);
	transform: translateY(-50%);
	transition: 250ms all ease-in-out;
}

.arrowlink.white{
	color: var(--white);
}




.arrowlink:hover span{
	transform: translateZ(0) translateX(.5em);
	color: var(--primary-color);
}

.line-animated {
    width: 68%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
}
.line-animated>span {
    background: rgb(255 255 255 / 9%);
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0;
}

.line-animated>span:before {
    content: "";
    background: var(--primary-color);
    width: 4px;
    height: 10px;
    position: absolute;
    top: 0;
    left: -2px;
    z-index: -1;
    -webkit-animation: line-animation 9s linear infinite alternate;
    animation: line-animation 9s linear infinite alternate;
}

.line-animated>span:nth-child(2):before {
    content: "";
    -webkit-animation: line-animation 9s linear 1s infinite alternate;
    animation: line-animation 9s linear 1s infinite alternate;
}

.line-animated>span:nth-child(3):before {
    content: "";
    -webkit-animation: line-animation 9s linear 2s infinite alternate;
    animation: line-animation 9s linear 2s infinite alternate;
}
.line-animated>span:nth-child(2) {left: 25%;}
.line-animated>span:nth-child(3) {left: 50%;}
.line-animated>span:nth-child(4) { left: 75%;}
.line-animated>span:nth-child(5) {left: 100%;}

.line-animated>span:nth-child(5):before {
    content: "";
    -webkit-animation: line-animation 9s linear 1s infinite alternate;
    animation: line-animation 9s linear 1s infinite alternate;
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    z-index: 10;
}
.elementor-shape svg {
    display: block;
   width: calc(200% + 1.3px);
    height: 40px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.elementor-shape-bottom { bottom: -1px;}
.elementor-shape-top {top: -1px;}

.elementor-shape[data-negative=false].elementor-shape-bottom, .elementor-shape[data-negative=true].elementor-shape-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*-----------------*/
/* HEADER */
/*-----------------*/
#header{
	left: 0;
	right: 0;
	top: 0;
	padding: 15px;
}
#modal-infoouverture .jourhoraires{text-align: right;color: var(--primary-color);}
#infoouvertureContact .titlehoraires{
	display: block;
	font-size: 11px;
	font-family: var(--font-bold);
	padding-bottom: 2px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--primary-color);
	text-align: left;
}
/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/

/*-----------------*/
/* HEADERHOME */
/*-----------------*/
#headerHome-logo img{width: 500px;}
/*-----------------*/
/* GALLERY HOME */
/*-----------------*/

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

/*-----------------*/
/* CONTENT */
/*-----------------*/

.home #content .doubleImg{
	flex-wrap: nowrap!important;
	max-width: 516px;
	margin-left: auto;
	padding: 0 25px;
	position: relative;
	top: -122px;
	margin-bottom: -130px;
	grid-gap: 0;
}
.home #content .doubleImg .wp-block-image img{
	object-fit: cover;
	width: 100%;
}
.home #content .doubleImg .wp-block-column:first-child{
	width: 28%;
	position: relative;
	top: 95px;
	flex-basis: auto!important;
	z-index: 2;
}
.home #content .doubleImg .wp-block-column:first-child .wp-block-image img{height: 250px;min-width: 131%;}
.home #content .doubleImg .wp-block-column:last-child{width: 72%;flex-basis: auto!important;z-index: 0;}
.home #content .doubleImg .wp-block-column:last-child .wp-block-image img{
	height: 450px;
	border-radius: 0 0 200px 200px;
	overflow: hidden;
}
.home #content .has-medium-font-size{
	max-width: 640px;
	font-size: 32px!important;
	line-height: 1.4;
	font-weight: normal;
	font-family: var(--font-title);
	-webkit-font-smoothing: auto;
}
.home #content .has-medium-font-size strong{
	font-family: var(--font-title);
	color: var(--secondary-color);
}
.home #content .has-medium-font-size:after{
	content: "";
	width: 193px;
	height: 1px;
	background-color: var(--secondary-color);
	display: block;
	margin: 40px 0;
}

/*-----------------*/
/* PRESTATIONS */
/*-----------------*/
 #prestations .prestations-content{
     position: absolute;
     bottom: 30px;
     left: 10px;
     transition: all 0.4s;
     background: var(--white);
     max-width: 540px;
     padding: 30px;
     right: 10px;
     margin: 0 auto;
}
#prestations .prestations-content h3 {
	margin-bottom: 5px;
	font-size: 30px;
}
/*-----------------*/
/* ACTU */
/*-----------------*/
#news{
	padding: 150px 30px;
	position: relative;
	background-image: url(../images/bg-news.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#news .elementor-shape .elementor-shape-fill{fill: var(--light-color);}

#content-news {grid-auto-rows: 195px;}

#news-title{
	border-bottom: 1px solid rgb(255 255 255 / 20%);
	padding-bottom: 10px;
	margin-bottom: 30px;
	position: relative;
}
#news-title .arrowlink{
    top: 7px;
    position: relative;
}
.wrapper_slider {
    display: flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    grid-column: span 1;
    height: 100%;
    padding: 0;
    background: var(--white);
}
.thumbnail_slider {
    display: block;
    height: 100%;
    width: 46%;
    margin-right: 13px;
}

.content_slider {
    padding: 25px 25px 25px 15px;
    width: 54%;
}
.content_slider .title {margin: 0 0 10px 0;}
.next_slider {
	min-width: 95px;
	margin: 0;
}
.title_slider,
.title_slider h2{
	font-size: 18px;
	font-family: var(--font-bold);
}



#listarticles .thumbnail_slider{
	height: 480px;
    width: 100%;
    margin: 0;
}
#listarticles .content_slider {
    position: absolute;
    bottom: 25px;
    left: 25px;
    background: var(--white);
    right: 25px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
}
#listarticles .listedarticle .content_slider .title_slider {margin: 0 15px 0 0;}


/*-----------------*/
/* SECTIONS */
/*-----------------*/
#sections{background: var(--light-color);}
#sections:before{
	background: url(../images/backgroundFond.png);
	background-position: center;
	background-size: 500px;
	opacity: .1;
}
/*-----------------*/
/* REASSURANCES */
/*-----------------*/
#reassurances{
	background-image: url('../images/bg-reassurances.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 150px 40px;
}
.home #reassurances .elementor-shape .elementor-shape-fill{fill: var(--light-color);}
#img-reassurance {
    background-image: url(../images/home-bg2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 75%;
    height: 100%;
    position: absolute;
    right: -40%;
    z-index: -1;
}
.picto-container li p {
    margin: 0 0 0 45px;
    font-family: var(--font-bold);
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
}
.picto-container li:before {
    content: "";
    position: absolute;
    left: -13px;
    top: 50%;
    width: 60px;
    height: 60px;
    background: var(--secondary-color);
    z-index: -1;
    margin-top: -30px;
    transform: rotate(45deg);
}
.picto-container {
    justify-content: space-around;
    flex-direction: column;
}
.picto-container .picto-bloc {
    position: relative;
    margin: 35px 0;
    flex: 1 1 100%;
    padding: 0;
    flex-direction: row;
    text-align: left;
}
/*-----------------*/
/* CTA */
/*-----------------*/
#cta{
	background-image: url('../images/home-bg3.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 150px 40px;
}
#cta .elementor-shape .elementor-shape-fill{fill: var(--light-color);}
/*-----------------*/
/* NEWSLETTER */
/*-----------------*/

/*-----------------*/
/* PARTENAIRES */
/*-----------------*/
#partenaires{
	padding: 60px 15px;
}
/*-----------------*/
/* AGENCES */
/*-----------------*/

/*-----------------*/
/* CONTACTFORM */
/*-----------------*/
#footerForm{
	background-image: url(../images/home-bg2.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#footerForm .cekome_form .blc_select label{color: var(--white);}

#footer-coordonnees > div:not(#footerLogo){
	margin: 30px 0;
	font-size: 16px;
}

/*-----------------*/
/* FOOTER */
/*-----------------*/
#footer{z-index:11;}
#footerLinks{
    background: var(--secondary-color);
    font-size: 15px;
}