@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;600;700;800&display=swap');

*{
padding:0px;
border:0px;
margin:0px;
}

html{
width:100%;
scroll-behavior: smooth;
}

.main_width{
width:95%;
margin:auto;
}

body{
font-family: 'Fira Sans', sans-serif;
font-weight:300;
width:100%;
color: #000;
}


/* *********************** COMMON *********************** */

p{
color:#000;
line-height:28px;
font-size:17px;
}

p+p{
margin-top: 20px;
}

h1{
color: #000;
text-transform: uppercase;
font-size: 55px;
font-weight: 600;
font-style: italic;
line-height: 58px;
margin-bottom: 30px;
color: #ffcc00;
}

#home h1{
font-weight: 400;
font-style: unset;
}

h2{
color: #000;
font-size: 35px;
font-weight: 600;
font-style: italic;
line-height: 46px;
margin-bottom: 20px;
}

h3{
color: #000;
font-size: 22px;
font-weight: 400;
line-height: 28px;
margin-bottom: 10px;
}


.button{
display: inline-block;
border-radius: 30px;
background-color: #ffcc00;
text-transform: uppercase;
color: #000;
padding: 10px 30px;
margin: 0px 10px;
font-weight: 400;
font-size: 18px;
text-decoration: none;
transition: all 0.4s !important;
margin-top: 35px;
}

.button:hover{
	padding: 10px 40px;
}

a{
color:inherit;
text-decoration:underline;
}

p a{
	text-decoration: underline;
	color: #ffcc00;
	font-weight: 400;
}


/* *********************** HEADING MSG*********************** */
#heading{
width:100%;
color: #ffcc00;
text-align:center;
background-color:#000;
padding: 10px 0 5px;
position: fixed;
width: 100%;
top: 0;
left: 0;
z-index: 10;
}

#heading p{
color: #ffcc00;
margin: 0;
display: block;
width: 100%;
font-size: 16px;
text-transform: uppercase;
}

#heading p a{
display: block;
width: 100%;
text-decoration: none;
}



/* *********************** BANNER / MENU *********************** */

#banner{
position: relative;
z-index: 10;
position: fixed;
left: 0;
top: 0;
width: 100%;
background-color: white;
-webkit-box-shadow: 0px 0px 12px -5px #585757;
box-shadow: 0px 0px 12px -5px #585757;
}

#heading+#banner{
top: 40px;
}

#banner>.content{
display: flex;
justify-content: space-between;
align-items: center;
background-color: #fff;
width: 1400px;
max-width: 97%;
margin: 0 auto;
}

#banner .logo{
width: 175px;
height: auto;
padding: 10px 0;
}

#banner .logo img{
width: 100%;
height: auto;
}

#banner .links{
display: none;
}

.menu-links.open img{
	width: 30px; 
	height: 30px;
}

.menu-links.close{
	padding: 20px 0 0 20px;
}

.menu-links.close img{
	width: 20px; 
	height: 20px;
}

.burger{
position: fixed;
top: 0;
right: -400px;
width: 350px;
max-width: 100%;
height: 100vh;
background-color: white;
padding-top: 25px;
margin: 0;
-webkit-box-shadow: 0px 2px 15px 0px #363636;
box-shadow: 0px 2px 15px 0px #363636;
transition: all 0.6s;
overflow-y: auto;
}

.burger.open{
right: 0;
z-index: 100;
}

.burger li:hover > ul{
display: none;
}

.burger li:hover > ul li{
margin-bottom: 3px;
}

.burger li:hover > ul li:last-of-type{
margin-bottom: 0;
}

.burger li:hover > ul a{
padding: 0 20px;
}

.burger ul {
    text-align: left;
	padding: 25px 0 25px;
}

.burger ul li > a, .burger .sub_menu a{
    font-weight: 500;
    line-height: 64px;
    display: block;
    position: relative;
    color: #000;
    padding: 0 20px;
    font-size: 21px;
	text-decoration: none;
}
.burger ul li > a:hover:after, .burger .sub_menu a:hover:after{
	right: 20px;
	opacity: 1;
}
.burger ul li > a.selected, .burger ul li > a:hover , .burger .sub_menu a.selected, .burger .sub_menu a:hover{
    color: #ffcc00;
} 
.burger ul li > a:hover, .burger .sub_menu a:hover{
	color: white;
    background: #ffcc00; 
}

.burger .sub_menu a .sub_title{
	display: none;
}

.burger .has_sub>.title{
	display: none;
}

.burger .sub_menu a .title{
	display: block;
}

.burger-links{
	padding: 20px;
	margin-bottom: 150px;
}

.burger-links .tel{
display: inline-block;
vertical-align: middle;
padding: 0 25px 0 30px;
background-image: url(images/icon-phone.svg);
background-position: left center;
background-size: 23px;
background-repeat: no-repeat;
text-decoration: none;
height: 25px;
line-height: 25px;
font-size: 18px;
font-weight: 500;
}

.burger-links .facebook{
width: 32px;
height: 32px;
margin-top: -5px;
display: inline-block;
vertical-align: middle;
background-image: url(images/icon-facebook.svg);
background-size: 100%;
background-position: center;
background-repeat: no-repeat;
}


/* *********************** PAGES *********************** */

#heading+#banner+#wrapper{
padding-top: 130px;
}

#wrapper{
padding-top: 90px;
}

/* ***** HOME ***** */
#home .intro{
display: block;
width: 100%;
height: 940px;
position: relative;
overflow: hidden;
margin: 0 auto;
background-color: #000;
}

#home .intro .background{
position: absolute;
left: 0;
top: -150px;
width: 100%;
height: 100%;
background-image: url(images/home-intro-background.jpg);
background-position: center bottom;
background-size: cover;
background-repeat: no-repeat;
animation-name: zoommIn;
animation-duration: 18s;
transform: scale(1.2);
}

@keyframes zoommIn {
  0% {transform: scale(1);}
  10% {transform: scale(1.02);}
  90% {transform: scale(1.18);}
  100% {transform: scale(1.2);}
}

#home .intro .content{
	text-align: center;
    position: absolute;
    bottom: 100px;
}

#home h1{
	font-size: 44px;
    line-height: 49px;
}

#home .intro .content p{
color: white;
font-size: 18px;
line-height: 30px;
}

#home .intro .content p span{
display: block;
}

#home .intro .scroll_icon{
position: absolute;
width: 30px;
height: 15px;
bottom: 50px;
left: 50%;
transform: translateX(-50%);
background-image: url(images/icon-scroll.svg);
background-size: 25px;
background-repeat: no-repeat;
animation: 1s ease-in 0s infinite alternate scroll_animation;
z-index: 5;
}

@keyframes scroll_animation { 
	from { bottom:50px; } 
	to { bottom:20px; }  
}

#home .c2{
padding: 100px 0;
text-align: center;
position: relative;
}

#home .c2 h2{
max-width: 800px;
margin: 0 auto 30px;
}

#home .c2 p{
max-width: 600px;
margin: 0 auto 30px;
}

#home .c2 .svg-anim-1{
display: block;
width: 350px;
margin: 0 auto;
}

#home .c2 .svg-anim-1 img{
width: 100%;
height: auto;
}

#home .c2 .svg-anim-1 svg *{
transform-box: fill-box;
}

#home .c2 .deco-1{
	display: block;
}

#home .c2 .deco-2{
position: absolute;
right: 200px;
bottom: 70px;
width: 250px;
height: 250px;
}

#home .c2 .deco-2 .background{
position: absolute;
width: 250px;
height: 250px;
left:0;
top:0;
background-image: url(images/about-deco-2-background.svg);
background-size: 250px;
background-position: left top;
background-repeat: no-repeat;
}

#home .c2 .deco-2 a{
background-color: #ffcc00;
color: white;
text-decoration: none;
width: 200px;
height: 200px;
display: block;
border-radius: 100px;
position: absolute;
right: 25px;
top: 25px;
}

#home .c2 .deco-2 a img{
width: 100%;
height: auto;
}

#home .c2 .deco-2 a:after{
content:"";
width: 80px;
height: 80px;
background-image: url(images/icon-facebook-white.svg);
background-size: 100%;
background-position: center;
background-repeat: no-repeat;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}

#home .c3{
text-align: center;
margin-bottom: 100px;
}

#home .c3 .produits{
margin-top: 35px;
}

#home .c3 .produits .item{
display: inline-block;
vertical-align: top;
width: 100%;
max-width: 400px;
margin: 25px 0;
text-align: left;
padding-left: 90px;
background-size: 65px;
background-position: left center;
background-repeat: no-repeat;
box-sizing: border-box;
}

#home .c3 .produits .item:nth-of-type(1){
background-image: url(images/icon-photovoltaique.svg);
}

#home .c3 .produits .item:nth-of-type(2){
background-image: url(images/icon-pompe-a-chaleur.svg);
}

#home .c3 .produits .item:nth-of-type(3){
background-image: url(images/icon-climatisation.svg);
}

#home .c3 .produits .item:nth-of-type(4){
background-image: url(images/icon-borne.svg);
background-size: 58px;
background-position: 10px center;
}

#home .c3 .produits .item:nth-of-type(5){
background-image: url(images/icon-batterie.svg);
background-size: 40px;
background-position: 14px center;
}

#home .c3 .produits .item:nth-of-type(6){
background-image: url(images/icon-ventilation.svg);
}

#home .c3 .produits .item a{
text-decoration: none;
}

#home .c3 .produits .item .link{
font-weight: 400;
font-size: 18px;
margin-top: 10px;
display: inline-block;
padding-right: 30px;
background-image: url(images/arrow-right-yellow.svg);
background-size: 20px;
background-repeat: no-repeat;
background-position: right center;
transition: all 0.4s;
}

#home .c3 .produits .item:hover .link{
padding-right: 45px;
}

#home .c4{
	position: relative;
}

#home .c4 .content{
vertical-align: top;
display: block;
width: 100%;
max-width: 700px;
margin: 0 auto;
}

#home .c4 .item{
display: inline-block;
vertical-align: top;
width: 45%;
margin: 0 2% 60px;
position: relative;
}

#home .c4 .item:nth-of-type(5){
transform: translateY(-30px);
}

#home .c4 .item:after{
content:"";
display: block;
width: 40px;
height: 1px;
position: absolute;
left: 0;
bottom: -30px;
background-color: #666666;
}

#home .c4 .item .count{
display: block;
font-size: 45px;
font-weight: 500;
line-height: 45px;
margin-bottom: 12px;
color: #ffcc00;
}

#home .c4 .item .count+span{
font-weight: 400;
font-size: 21px;
line-height: 28px;
display: block;
}

#home .c4 .image{
display: block;
width: 100%;
max-width: 400px;
margin: 0 auto 150px;
vertical-align: top;
position: relative;
}

#home .c4 .image img{
width: 100%;
height: auto;
}

#home .c4 .image .deco{
position: absolute;
right: -100px;
top: -30px;
width: 350px;
height: 350px;
background-image: url(images/home-c4-deco.svg);
background-size: 100%;
background-position: center;
background-repeat: no-repeat;
}

#home .c4 .svg-anim-2{
display: block;
width: 80vw;
max-width: 400px;
margin: 0 auto;
position: absolute;
bottom: -164px;
left: 10vw;
z-index: 0;
}

#home .c4 .svg-anim-2 img{
width: 100%;
height: auto;
}

#home .c4 .svg-anim-2 svg *{
transform-box: fill-box;
}

#home .c5{
width: 100%;
min-height: 400px;
background-color: #000;
margin-top: 100px;
}

#home .c5 .item{
background-color: #000;
}

#home .c5 .item .image{
display: block;
width: 100%;
height: 300px;
}

#home .c5 .item .image img{
width: 100%;
height: 100%;
object-fit: cover;
}

#home .c5 .item .content{
display: block;
padding: 50px;
box-sizing: border-box;
}

#home .c5 .item .content .sub_title{
color: #ffcc00;
font-size: 18px;
margin-bottom: 5px;
display: block;
}

#home .c5 .item .content .title{
color: #fff;
font-size: 36px;
font-weight: 400;
line-height: 45px;
margin-bottom: 20px;
max-width: 450px;
}

#home .c5 .item .content p{
color: #fff;
max-width: 400px;
}

#home .c6{
	text-align: center;
	margin-top: 100px;
	position: relative;
}

#home .c6 h2 span{
	text-transform: uppercase;
}

#home .c6 .slider{
	margin-top: 50px;
}

#home .c6 .slider .item .image{
	width: 200px;
	height: 200px;
	overflow: hidden;
	margin: 0 auto 20px;
	border-radius: 100px;	
}

#home .c6 .slider .item .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#home .c6 .slider .title{
	font-size: 18px;
	font-weight: 500;
}

#home .c6 .slider .title+p{
	font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    max-width: 600px;
    margin: 20px auto 0;
}

#home .c6 .owl-carousel .owl-nav{
	display: none;
}

#home .c6 .owl-carousel .owl-nav button.owl-prev span{
	position: absolute;
    left: 200px;
    top: 0;
}

#home .c6 .owl-carousel .owl-nav button.owl-next span{
	position: absolute;
    right: 200px;
    top: 0;
}

#home .c6 .svg-anim-3{
display: none;
}

#home .c6 .svg-anim-3 img{
width: 100%;
height: auto;
}

#home .c6 .svg-anim-3 svg *{
transform-box: fill-box;
}

#home .c6 .svg-anim-4{
display: block;
width: 200px;
margin: 0 auto;
z-index: -2;
position: absolute;
bottom: -400px;
right: 7vw;
}

#home .c6 .svg-anim-4 img{
width: 100%;
height: auto;
}

#home .c6 .svg-anim-4 svg *{
transform-box: fill-box;
transition: all 0.8s;
}

#home .c6 .svg-anim-4 svg{
overflow: visible;
}

/* ***** PHOTOVOLTAIQUE ***** */
.single-page .intro{
display: block;
width: 100%;
position: relative;
overflow: hidden;
}

.single-page .intro>.background{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-image: url(images/photovoltaique-intro-background.jpg);
background-position: center bottom;
background-size: cover;
background-repeat: no-repeat;
animation-name: zoommIn;
animation-duration: 18s;
transform: scale(1.2);
z-index: -1;
}

.single-page .intro .content{
	display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
    padding: 50px 0 100px;
}

.single-page .intro .content .sub_title{
	font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: white;
    font-style: italic;
}

.single-page .intro .content h1{
	font-size: 42px;
	font-weight: 600;
	line-height: 55px;
	margin-bottom: 5px;
}

.single-page .intro .content p{
	color: white;
}

.single-page .intro .content ul{
	margin-top: 40px;
	list-style: none;
}

.single-page .intro .content a{
	display: inline-block;
	text-decoration: none;
	color: #ffcc00;
	font-size: 17px;
	font-weight: 500;
	width: 260px;
	margin-bottom: 15px;
	padding-right: 30px;
    background-image: url(images/arrow-right-yellow.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right center;
    transition: all 0.4s;
}

.single-page .intro .content a:hover{
	padding-right: 45px;
}

.single-page .intro .image{
	display: none;
}

.single-page .intro .scroll_icon {
    position: absolute;
    width: 30px;
    height: 15px;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(images/icon-scroll.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    animation: 1s ease-in 0s infinite alternate scroll_animation;
    z-index: 5;
}

.single-page .c2{
	position: relative;
    padding: 100px 0 250px;
}

.single-page .c2 .content{
	display: block;
    width: 100%;
    margin: 0 auto 50px;
    max-width: 600px;
}

.single-page .c2 .content h3{
	font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
}

.single-page .c2 .image{
	display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
    position: relative;
}

.single-page .c2 .image span{
	position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: -30px;
    color: #808080;
    font-size: 15px;
}

.single-page .c2 .image img{
	width: 100%;
    height: auto;
}

.single-page .c2 .svg-anim-1{
	position: absolute;
    width: 80vw;
	max-width: 300px;
    height: 187px;
    left: 10vw;
    bottom: -0;
}

.single-page .c3{
	background-image: url(images/single-page-c3-background.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	padding: 100px 0;
	position: relative;
}

.single-page .c3 p, .single-page .c3 span, .single-page .c3 li{
	color: #fff;
}

.single-page .c3 h2{
	color: #FFCC00;
}

.single-page .c3 h2+p{
	max-width: 500px;
    margin: 0 auto 50px;
}

.single-page .c3 h2+p span{
	display: block;
}

.single-page .c3 .c3_c1{
	text-align: left;
    display: block;
    width: 100%;
    vertical-align: top;
	max-width: 400px;
	margin: 0 auto 40px;
}

.single-page .c3 .c3_c2{
	text-align: left;
    display: block;
    width: 100%;
    vertical-align: top;
	max-width: 400px;
	margin: 0 auto;
}

.single-page .c3 .questions{
	font-size: 18px;
    font-weight: 500;
    color: #FFCC00;
}

.single-page .c3 .big{
	text-transform: uppercase;
    font-size: 30px;
}

.single-page .c3 .big+p{
	margin-top: 0;
}

.single-page .c3 .separator{
	display: block;
	width: 40px;
	height: 2px;
	background-color: #FFCC00;
	margin-top: 20px;
	margin-bottom: 20px;
}

.single-page .c3 ul{
	list-style: none;
    margin-top: 20px;
}

.single-page .c3 ul li{
	padding-left: 20px;
    margin-bottom: 6px;
    position: relative;
    line-height: 21px;
    font-size: 15px;
}

.single-page .c3 ul li:before{
	content:"";
	position: absolute;
	left: 0;
	top: 9px;
	width: 8px;
	height: 1px;
	background-color: #fff;
}

.single-page .c3 .content .button{
	margin-top: 50px;
	color: #000;
}

.single-page .c3 .deco{
	display: none;
}

.single-page .c4{
	padding: 100px 0;
	text-align: center;
	position: relative;
}

.single-page .c4 h2+p{
	max-width: 450px;
	margin: 0 auto;
}

.single-page .c4 .svg-anim-2{
	width: 300px;
	margin: 30px auto 50px;
}

.single-page .c4_c1{
	text-align: left;
	display: block;
    width: 100%;
    margin: 0 auto 70px;
	vertical-align: top;
	max-width: 400px;
}

.single-page .c4_c2{
	text-align: left;
	display: block;
    width: 100%;
	max-width: 400px;
    margin: 0 auto;
}

.single-page .c4 .step+.step{
	margin-top: 60px;
}

.single-page .c4 .step+.step:before{
	content:"";
	position: absolute;
	left: 60px;
	top: -30px;
	width: 40px;
	height: 2px;
	background-color: #666666;
}

.single-page .c4 .step{
	padding-left: 60px;
	position: relative;
}

.single-page .c4 .step p{
	color: #666666;
    line-height: 23px;
    min-height: 69px;
}

.single-page .c4 .step p span{
	font-weight: 600;
}

.single-page .c4 .step:after{
	content: "1";
    font-size: 20px;
    color: #000;
    font-weight: 600;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    background-color: #FFCC00;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

.single-page .c4 .c4_c1 .step:nth-of-type(2):after{
	content: "2";
}

.single-page .c4 .c4_c1 .step:nth-of-type(3):after{
	content: "3";
}

.single-page .c4 .c4_c1 .step:nth-of-type(4):after{
	content: "4";
}

.single-page .c4 .c4_c1 .step:nth-of-type(5):after{
	content: "5";
}

.single-page .c4 .c4_c2 .step:nth-of-type(1):after{
	content: "6";
}

.single-page .c4 .c4_c2 .step:nth-of-type(2):after{
	content: "7";
}

.single-page .c4 .c4_c2 .step:nth-of-type(3):after{
	content: "8";
}

.single-page .c4 .c4_c2 .step:nth-of-type(4):after{
	content: "9";
}

.single-page .c4 .c4_c2 .step:nth-of-type(5):after{
	content: "10";
}

.single-page .c4 .button{
	background-color: #000;
	color: #ffcc00;
	margin-top: 50px;
}

.single-page .c4 .deco{
	display: none;
}

.single-page .c4 .deco .background {
    position: absolute;
    width: 280px;
    height: 280px;
    left: 0;
    top: 0;
    background-image: url(images/home-c4-deco.svg);
    background-size: 280px;
    background-position: left top;
    background-repeat: no-repeat;
}

.single-page .c4 .deco img{
	width: 210px;
    height: 210px;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: -1;
}

.single-page .c4 .svg-anim-3{
	display: block;
    width: 200px;
    margin: 0 auto;
    z-index: -2;
    position: absolute;
    bottom: 50px;
    right: 3vw;
}

.single-page .c4 .svg-anim-3 svg {
    overflow: visible;
}

.single-page .c4 .svg-anim-3 svg * {
    transform-box: fill-box;
    transition: all 0.8s;
}

.single-page .c5{
	background-image: url(images/single-page-c5-background.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}

.single-page .c5 h2{
	color: white;
	max-width: 700px;
	margin: 0 auto 30px;
}

.single-page .c5 .item{
	display: inline-block;
	width: 42%;
	margin: 0 3% 40px;
	vertical-align: top;
}

.single-page .c5 .item img{
	width: 100%;
	max-width: 120px;
	height: auto;
	margin-bottom: 20px;
}

.single-page .c5 .item p{
	color: white;
	text-transform: uppercase;
	line-height: 21px;
	font-weight: 400;
	font-size: 14x;
}

.single-page .c5 .small{
	color: white;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 15px;
    line-height: 22px;
}

.single-page .c5 .small span{
	display: block;
}

.single-page .c5 .background{
    width: 600px;
    height: 600px;
    position: absolute;
    bottom: -340px;
    left: -100px;
    background-image: url(images/home-c4-deco.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.single-page .c6{
	padding-top: 100px;
    text-align: center;
}

.single-page .c6 h2{
	font-size: 28px;
    line-height: 36px;
    font-weight: 400;
}

.single-page .c6 .marques{
	display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
}

.single-page .c6 .marque{
	width: 37%;
    margin: 0 5% 40px;
    max-width: 170px;
}

.single-page .c6 .marque img{
	width: 100%;
	height: auto;
}

.single-page .c6 .marque:nth-of-type(1){
	position: relative;
    top: 8px;
}

.single-page .c6 .marque:nth-of-type(3){
	position: relative;
    top: -9px;
}

.single-page .c6 .marque:nth-of-type(4){
	position: relative;
    top: 17px;
}

.single-page .c6 .marque:nth-of-type(5){
	position: relative;
    top: -3px;
}

#photovoltaique .svg-anim-1 svg *, #photovoltaique .svg-anim-2 svg *, #pompe-a-chaleur .svg-anim-2 svg *, #pompe-a-chaleur .svg-anim-1 svg *, #climatisation .c2 svg *, #notre-entreprise .svg-anim-1 svg *, #notre-entreprise .svg-anim-2 svg *{
transform-box: fill-box;
}

/* ***** Pompe à chaleur ***** */

#pompe-a-chaleur .intro>.background{
	background-image: url(images/pompe-a-chaleur-intro-background.jpg);
}

#pompe-a-chaleur .intro .content a{
	width: 280px;
}

#pompe-a-chaleur .c2{
	padding: 100px 0 65px;
}

#pompe-a-chaleur .c2 .image, #pompe-a-chaleur .c2 .content{
	vertical-align: top;
}

#pompe-a-chaleur .c2 .image{
	margin-top: 150px;
	display: block;
    width: 100%;
    margin: 0 auto 120px;
    max-width: 500px;
    height: auto;
}

#pompe-a-chaleur .c2 .image img{
	margin-bottom: 100px;
}

.single-page .c2 ul{
    list-style: none;
	margin-top: 20px;
}

.single-page .c2 ul li{
    position: relative;
	padding-left: 20px;
	line-height: 21px;
    font-size: 15px;
}

.single-page .c2 ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 1px;
    background-color: #000;
}

.single-page .c2 .content .small {
    font-size: 13px;
}

#pompe-a-chaleur .c2 .svg-anim-1{
	position: absolute;
    width: 300px;
    height: 228px;
    right: 23%;
	left: unset;
    bottom: -0;
}

#pompe-a-chaleur .c3{
    background-image: url(images/pompe-a-chaleur-c3-background.jpg);
}

.single-page .c3 .content .small {
    font-size: 13px;
	line-height: 18px;
}

.single-page .c7{
	text-align: center;
	padding: 100px 0;
}

.single-page .c7 h2{
	max-width: 500px;
	margin: 0 auto;
}

.single-page .c7 h2+p{
	margin: 10px auto 50px;
	max-width: 650px;
}

.single-page .c7 .content{
	display: block;
    width: 100%;
    margin: 0 auto 50px;
    max-width: 500px;
	text-align: left;
}

.single-page .c7 .image{
	display: block;
    width: 100%;
    margin: 0 auto 50px;
    max-width: 500px;
	vertical-align: middle;
}

.single-page .c7 .image img{
	width: 100%;
	height: auto;
}

.single-page .c7 .important{
	padding-left: 20px;
    background-image: url(images/arrow-right-black.svg);
    background-size: 9px;
    background-repeat: no-repeat;
    background-position: left 5px;
}

.single-page .c8{
	text-align: center;
}

.single-page .c8+.c8{
	margin-top: 100px;
}

.single-page .c8 h2{
	max-width: 500px;
	margin: 0 auto 50px;
}

.single-page .c8 .main_width>img{
	display: block;
	width: 200px;
	height: auto;
	margin: 0 auto 50px;
}

.single-page .c8_c1{
	display: block;
    width: 100%;
    text-align: left;
    max-width: 500px;
    margin: 0 auto 50px;
}

.single-page .c8_c1 h3{
	font-weight: 600;
    font-style: italic;
    font-size: 30px;
	color: #FFCC00;
	margin-bottom: 15px;
}

.single-page .c8_c2{
	background-color: #E6E6E6;
	padding: 20px 20px;
	box-sizing: border-box;
	display: block;
    width: 100%;
    text-align: left;
    max-width: 500px;
    margin: 0 auto 50px;
}

.single-page .c8_c2 img{
	width: 70px;
	height: auto;
	margin-bottom: 10px;
}

.single-page .c8_c2 p, .single-page .c8_c2 span, .single-page .c8_c2 li{
	font-size: 15px;
	line-height: 22px;
}

.single-page .c8_c2 ul{
	list-style: none;
	margin-bottom: 20px;
}

.single-page .c8_c2 ul li{
	padding-left: 20px;
    position: relative;
    line-height: 21px;
    font-size: 15px;
}

.single-page .c8_c2 ul li:before{
	content:"";
	position: absolute;
	left: 0;
	top: 9px;
	width: 8px;
	height: 1px;
	background-color: #000;
}

.single-page .c8_c2 .colors{
	padding-left: 40px;
	background-image: url(images/icon-colors.png);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 30px;
}

.single-page .c8 .models{
	margin-top: 70px;
}

.single-page .c8 .model{
	display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 50px;
    text-align: left;
}

.single-page .c8 .model .name{
	font-weight: 600;
	text-transform: uppercase;
	color: #FFCC00;
	font-size: 22px;
	line-height: 30px;
}

.single-page .c8 .model .name+p{
	font-weight: 500;
	color: #666666;
	font-size: 20px;
	line-height: 25px;
	margin-top: 0;
	margin-bottom: 15px;
}

.single-page .c8 .model .image{
	width: 100%;
	height: 250px;
	margin-bottom: 20px;
}

.single-page .c8 .model .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-page .c8 .model .image+p{
	margin-bottom: 20px;
}

.single-page .c8 .model ul{
	list-style: none;
	margin-bottom: 20px;
}

.single-page .c8 .model ul li{
	padding-left: 20px;
    position: relative;
    line-height: 21px;
    font-size: 15px;
}

.single-page .c8 .model ul li:before{
	content:"";
	position: absolute;
	left: 0;
	top: 9px;
	width: 8px;
	height: 1px;
	background-color: #000;
}

.single-page .c8 .model a{
	padding-right: 30px;
    background-image: url(images/arrow-right-yellow.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right center;
    transition: all 0.4s;
	font-weight: 500;
	font-size: 17px;
	text-decoration: none;
}

.single-page .c8 .model a:hover {
    padding-right: 45px;
}

.single-page .c8 .button{
    margin-top: 50px;
}


.single-page .c7+.c8 .model+.model a {
    margin-top: 50px;
    display: inline-block;
}


.single-page .c8+.c8 .model+.model a {
    margin-top: 48px;
    display: inline-block;
}

#pompe-a-chaleur .c4{
	padding-bottom: 0;
}

#pompe-a-chaleur .c4 h2{
	max-width: 700px;
    margin: 0 auto 20px;
}

#pompe-a-chaleur .c4 .c4_c1 .step:nth-of-type(6):after {
    content: "6";
}

#pompe-a-chaleur .c4 .c4_c2 .step:nth-of-type(1):after {
    content: "7";
}

#pompe-a-chaleur .c4 .c4_c2 .step:nth-of-type(2):after {
    content: "8";
}

#pompe-a-chaleur .c4 .c4_c2 .step:nth-of-type(3):after {
    content: "9";
}

#pompe-a-chaleur .c4 .c4_c2 .step:nth-of-type(4):after {
    content: "10";
}

#pompe-a-chaleur .c4 .c4_c2 .step:nth-of-type(5):after {
    content: "11";
}

#pompe-a-chaleur .c4 .c4_c2 .step:nth-of-type(6):after {
    content: "12";
}

#pompe-a-chaleur .c4 .c4_c2 .step:nth-of-type(7):after {
    content: "13";
}


/* ***** CLIMATISATION ***** */

#climatisation .intro>.background{
	background-image: url(images/climatisation-intro-background.jpg);
}

#climatisation .c2{
	padding-bottom: 100px;
}

#climatisation .c2 .content{
	vertical-align: middle;
}

#climatisation .c2 .image{
}

#climatisation .c3{
	background-image: url(images/climatisation-c3-background.jpg);
}

.single-page .c10{
	text-align: center;
	padding: 100px 0;
}

.single-page .c10 h2{
	max-width: 400px;
	margin: 0 auto 20px;
}

.single-page .c10 h2+p{
	margin-bottom: 50px;
}

.single-page .c10 .main_width>img{
	width: 200px;
	height: auto;
	margin-bottom: 40px;
}

.single-page .c10 p{
	max-width: 600px;
	margin: 0 auto;
}

.single-page .c10 p+p{
	margin-top: 20px;
}

.single-page .c11{
	text-align: center;
}

.single-page .c11 .modele{
	margin-bottom: 70px;
}

.single-page .c11_c1 .content{
	text-align: left;
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto 50px;
}

.single-page .c11_c1 .content h3{
	font-weight: 600;
    font-style: italic;
    font-size: 30px;
    color: #FFCC00;
    margin-bottom: 15px;
}

.single-page .c11_c1 .content b{
	color: #666666;
}

.single-page .c11_c1 .content a{
	margin-top: 20px;
	display: inline-block;
	padding-right: 30px;
    background-image: url(images/arrow-right-yellow.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right center;
    transition: all 0.4s;
	font-weight: 500;
	font-size: 17px;
	text-decoration: none;
}

.single-page .c11_c1 .content a:hover {
    padding-right: 45px;
}

.single-page .c11_c1 .video{
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto 50px;
	height: 300px;
	background-color: #E6E6E6;
}

.single-page .c11_c1 .video iframe{
	width: 100%;
	height: 100%;
}

.single-page .c11 .c11_c1 .image{
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto 50px;
}

.single-page .c11 .c11_c1 .image img{
	width: 100%;
	height: auto;
}

.single-page .c11_c2{
	margin-top: 50px;
}

.single-page .c11_c2 .image{
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto 50px;
}

.single-page .c11_c2 .image+.image{
}

.single-page .c11_c2 .image img{
	width: 100%;
	height: auto;
}


/* ***** NOTRE ENTREPRISE ***** */
#notre-entreprise .intro{
	margin-bottom: 150px;
	overflow: visible;
	text-align: center;
}

#notre-entreprise .intro>.background{
	background-image: url(images/notre-equipe-intro-background.jpg);
	transform: none;
	animation-name: unset;
}

#notre-entreprise .intro .image img{
	top: unset;
    bottom: -25px;
    left: -100px;
    width: 800px;
    transform: none;
    z-index: 5;
}

#notre-entreprise .intro .image{
	display: none;
}

#notre-entreprise .intro .content{
	width: 100%;
    margin: 0 auto;
    max-width: 500px;
	text-align: left;
}

#notre-entreprise #video{
	text-align: center;
	margin: 100px 0;
	position: relative;
}

#notre-entreprise #video .video{
	display: block;
    height: 400px;
	width: 700px;
    background-color: #E6E6E6;
	margin: 0 auto;
}

#notre-entreprise #video .svg-anim-1{
	position: absolute;
	left: 50px;
	bottom: -150px;
	width: 400px;
}

.single-page .c12{
	text-align: center;
	margin-bottom: 100px;
}

.single-page .c12 h2{
	max-width: 500px;
    margin: 0 auto;
}

.single-page .c12 h2+p {
    margin: 10px auto 50px;
    max-width: 330px;
}

.single-page .c12 .team{
}

.single-page .c12 .membre{
	width: 100%;
    margin: 0 auto 40px;
}

.single-page .c12 img{
	width: 170px;
	height: auto;
}

.single-page .c12 p{
	margin: 0;
	font-weight: 400;
	line-height: 22px;
}

.single-page .c12 p.title{
	color: #FFCC00;
	margin-top: 15px;
	font-weight: 500;
	font-size: 18px;
}

.single-page .c12 p span{
	display: block;
}

.single-page .c12 .button{
	color: #FFCC00;
	background-color: #000;
	margin-top: 50px;
}

.single-page .c13{
	text-align: center;
	margin-bottom: 100px;
}

.single-page .c13 h2{
	max-width: 500px;
    margin: 0 auto;
}

.single-page .c13 h2+p {
    margin: 10px auto 10px;
    max-width: 700px;
}

.single-page .c13 h2+p span{
    display: block;
}

.single-page .c13 .content{
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: bottom;
}

.single-page .c13 .content .item{
    width: 47%;
}

.single-page .c13 .content p{
    margin-top: 15px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    padding-top: 175px;
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center;
    color: #000;
}

.single-page .c13 .content p span{
	display: block;
}

.single-page .c13 .content .item:nth-of-type(1) p{
	background-image: url(images/point-fort-1.svg);
}

.single-page .c13 .content .item:nth-of-type(2) p{
	background-image: url(images/point-fort-2.svg);
	background-size: 70px;
}

.single-page .c13 .content .item:nth-of-type(3) p{
	background-image: url(images/point-fort-3.svg);
}

.single-page .c13 .content .item:nth-of-type(4) p{
	background-image: url(images/point-fort-4.svg);
	background-size: 120px;
}

.single-page .c13 .content .item:nth-of-type(5) p{
	background-image: url(images/point-fort-5.svg);
}

.single-page .c13 .content .item:nth-of-type(6) p{
	background-image: url(images/point-fort-6.svg);
	background-size: 70px;
}

.single-page .c13 .svg-anim-2{
	display: block;
	width: 300px;
	margin: 90px auto 50px;
}

.single-page .c13 .button{
	color: #FFCC00;
	background-color: #000;
}

/* ***** BORNES ***** */
#bornes .intro>.background{
	background-image: url(images/bornes-intro-background.jpg);
}

#bornes .intro .image img{
	width: 160px;
	left: 53%;
}

#bornes #comprendre-les-bornes-de-recharges{
	background-image: none;
	position: relative;
}

#bornes #comprendre-les-bornes-de-recharges h2{
	color: #000;
	max-width: 750px;
	margin: 0 auto 50px;
}

#bornes #comprendre-les-bornes-de-recharges h2+img{
	max-width: 450px;
	margin: 0 auto 50px;
}

#bornes #comprendre-les-bornes-de-recharges p, .single-page #comprendre-les-bornes-de-recharges span, .single-page #comprendre-les-bornes-de-recharges li{
	color: #000;
}

#bornes #comprendre-les-bornes-de-recharges .questions{
	color: #FFCC00;
    font-weight: 600;
    font-style: italic;
    font-size: 29px;
}

#bornes #comprendre-les-bornes-de-recharges .svg-anim-1{
	display: none;
}

.single-page .c14{
	text-align: center;
}

.single-page .c14>.title{
	background-image: url(images/bornes-c14-background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 150px;
	position: relative;
}

.single-page .c14>.title h2{
	color: white;
	font-size: 35px;
	line-height: 30px;
	padding: 100px 0;
}

.single-page .c14>.title h2 span{
	display: block;
}

.single-page .c14>.title h2 span+span+span{
	color: #FFCC00;
}

.single-page .c14>.title .deco-1{
	position: absolute;
    bottom: -120px;
    right: 0;
    width: 100%;
	max-width: 400px;
}

.single-page .c14>.title .deco-1 img{
	width: 100%;
    height: auto;
}

.single-page .c14 h3{
	color: #000;
    font-weight: 600;
    font-style: italic;
    font-size: 29px;
	max-width: 650px;
	margin: 0 auto 50px;
	line-height: 35px;
}

.single-page .c14 .title{
	color: #FFCC00;
    font-weight: 600;
    font-style: italic;
    font-size: 29px;
	line-height: 35px;
}

.single-page .c14_c1{
	margin-bottom: 50px;
}

.single-page .c14_c1 .content{
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto 50px;
	text-align: left;
}

.single-page .c14_c1 .content p+.title{
	margin-top: 30px;
}

.single-page .c14_c1 .image{
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto 50px;
	text-align: left;
	position: relative;
}

.single-page .c14_c1 .image img{
	width: 100%;
	height: auto;
}

.single-page .c14_c1 .image .background {
    display: none;
}

.single-page .c14_c2{
}

.single-page .c14_c2 .content{
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto 50px;
	text-align: left;
}

.single-page .c14_c2 .content p+.title{
	margin-top: 30px;
}

.single-page .c14_c2 .image{
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	position: relative;
}

.single-page .c14_c2 .image img{
	width: 100%;
	height: auto;
}

.single-page .c14_c2 .image .background {
    position: absolute;
    left: -100px;
    top: -118px;
    width: 350px;
    height: 350px;
    background-image: url(images/home-c4-deco.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}


#bornes .c3:not(#comprendre-les-bornes-de-recharges){
	background-color: #FFCC00;
	background-image: url(images/bornes-c3-images.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin: 100px 0;
}

#bornes .c3:not(#comprendre-les-bornes-de-recharges) h2{
	color: #000;
	max-width: 800px;
	margin: 0 auto 20px;
}

#bornes .c3:not(#comprendre-les-bornes-de-recharges) p, #bornes .c3:not(#comprendre-les-bornes-de-recharges) span, #bornes .c3:not(#comprendre-les-bornes-de-recharges) li{
	color: #000;
}

#bornes .c3:not(#comprendre-les-bornes-de-recharges) .questions {
    color: #000;
    font-weight: 600;
    font-style: italic;
    font-size: 29px;
}

#bornes .c3:not(#comprendre-les-bornes-de-recharges) .big{
    font-weight: 500;
	margin-top: 8px;
}

#bornes .c3:not(#comprendre-les-bornes-de-recharges) .separator{
	background-color: #000;
}

.single-page .c15{
	text-align: center;
	position: relative;
}

.single-page .c15 h2{
	max-width: 550px;
	margin: 0 auto 10px;
}

.single-page .c15 .main_width>img{
	width: 350px;
	height: auto;
	display: block;
	margin: 50px auto 30px;
}

.single-page .c15 .main_width>p{
	max-width: 650px;
	margin: 0 auto;
}

.single-page .c15 .main_width>p+p {
    margin-top: 20px;
}

.single-page .c15 .text{
	color: #808080;
	font-style: italic;
}

.single-page .c15 .main_width .table{
	width: 100%;
	height: auto;
	margin: 50px auto;
}

.single-page .c15 .item{
}

.single-page .c15 .item+.item{
	margin-top: 100px;
	flex-direction: row-reverse;
}

.single-page .c15 .item .content{
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto 50px;
	text-align: left;
}

.single-page .c15 .item .content h3{
	color: #FFCC00;
    font-weight: 600;
    font-style: italic;
    font-size: 29px;
    line-height: 35px;
}

.single-page .c15 .item .content p{
	color: #666666;
}

.single-page .c15 .item .content .medele span{
	display: block;
}

.single-page .c15 .item .content .medele span:first-of-type{
	margin-bottom: 10px;
}

.single-page .c15 .item .content p+.title{
	margin-top: 30px;
}

.single-page .c15 .item .download{
	display: inline-block;
	margin-top: 30px;
	padding-right: 30px;
    background-image: url(images/arrow-right-yellow.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right center;
    transition: all 0.4s;
	font-weight: 500;
	font-size: 17px;
	text-decoration: none;
}

.single-page .c15 .item .download:hover {
    padding-right: 45px;
}

.single-page .c15 .item .image{
	display: block;
	width: 100%;
	max-width: 200px;
	margin: 0 auto 50px;
	position: relative;
}

.single-page .c15 .item .image img{
	width: 100%;
	height: auto;
}

.single-page .c15 .item .image .background {
    display: none;
}

.single-page .c15 .item .image .plus{
	display:none;
}

.single-page .c15 .item .image .plus span{
	display: block;
	text-align: left;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 5px;
	color: #808080;
	position: relative;
    font-style: italic;
}

.single-page .c15 .item .image .plus span:before{
	content:"";
	position: absolute;
	left: -15px;
	top: 6px;
	width: 6px;
	height: 6px;
	background-color: #808080;
	border-radius: 20px;
}

.single-page .c15 .svg-anim-3{
	display: block;
    width: 200px;
    margin: 0 auto;
    z-index: -2;
    position: absolute;
    bottom: 50px;
    right: 3vw;
}


/* ***** BATTERIES ***** */
#batteries .intro>.background{
	background-image: url(images/batteries-intro-background.jpg);
}

#batteries .intro .image img{
	width: 120px;
}

#batteries .c7{
	padding: 100px 0 50px;
}

#batteries .c7 h2{
max-width: 900px;	
}

#batteries .c7 h2+p{
	margin: 10px auto 0;
}

#batteries .c14>.title h2{
	padding: 0;		
}

#batteries .c14>.title p{
	font-size: 22px;
    max-width: 700px;
    margin: 0 auto;
	
}

#batteries .c14>.title{
	padding: 50px 0;
	background-color: #FFCC00;
	background-image: none;
}

.single-page .c14 .super-title {
    color: #FFCC00;
    font-weight: 600;
    font-style: italic;
    font-size: 76px;
    line-height: 35px;
}

.single-page .c14_c3{
	margin-top: 50px;
}

.single-page .c14_c3 .content{
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto 50px;
	text-align: left;
}

.single-page .c14_c3 .content p+.title{
	margin-top: 30px;
}

.single-page .c14_c3 .image{
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	position: relative;
}

.single-page .c14_c3 .image img{
	width: 100%;
	height: auto;
}

.single-page .c14_c3 .image .background {
    position: absolute;
    left: -100px;
    top: -118px;
    width: 350px;
    height: 350px;
    background-image: url(images/home-c4-deco.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.single-page .c16{
	text-align: center;
	background-image: url(images/batteries-c16-background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 50px 0;
	margin: 100px 0;
}

.single-page .c16 h2{
	color: #FFCC00;
    font-weight: 600;
    font-style: italic;
    font-size: 29px;
    line-height: 35px;
	margin-bottom: 20px;
}

.single-page .c16 p{
	color: #fff;
}

.single-page .c16 h2+p{
	max-width: 600px;
	margin: 0 auto;
}

.single-page .c16 h3{
	color: #fff;
	font-weight: 600;
    font-style: italic;
}

.single-page .c16 .content{
	width: 100%;
	max-width: 700px;
	box-sizing: border-box;
	margin: 30px auto 0;
}

.single-page .c16 .content p{
	line-height: 20px;
}

#batteries .c13{
	margin-top: 100px;
}

.single-page .c17{
	text-align: center;
}

.single-page .c17 h2{
	margin-bottom: 50px;
}

.single-page .c17 h2+img{
	width: 250px;
	height: auto;
	margin: 0 auto 50px;
}

.single-page .c17 .product{
	position: relative;
	width: 100%;
	margin: 0 auto 50px;
}

.single-page .c17 .product img{
	width: 250px;
	height: auto;
}

.single-page .c17 .product .background{
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 450px;
    background-color: #FFCC00;
    border-radius: 250px;
    z-index: -1;
}

.single-page .c17_c1{
	display: block;
	width: 100%;
	vertical-align: top;
	max-width: 500px;
	margin: 0 auto 50px;
}

.single-page .c17_c1 h3{
	color: #FFCC00;
    font-weight: 600;
    font-style: italic;
    font-size: 29px;
    line-height: 35px;
	margin-bottom: 20px;
}

.single-page .c17_c1 p{
	color: #666666;
}

.single-page .c17_c1 img{
	width: 100%;
	max-width: 250px;
	margin: 75px auto 30px;
	display: block;
}

.single-page .c17_c1 .download{
	display: inline-block;
	margin-top: 30px;
	padding-right: 30px;
    background-image: url(images/arrow-right-yellow.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right center;
    transition: all 0.4s;
	font-weight: 500;
	font-size: 17px;
	text-decoration: none;
}

.single-page .c17_c1 .download:hover {
    padding-right: 45px;
}

/* ***** TEMOIGNAGE ***** */

#temoignages .intro .image .background{
	top: 125px;
}

#temoignages .intro{
}

#temoignages .intro .image{
	height: 650px;
}

#temoignages .intro>.background {
    background-image: url(images/notre-equipe-intro-background.jpg);
}


#temoignages .intro .image img{
	width: 200px;
}

#temoignages .empty{
	margin-top: 100px;
	text-align: center;
}

#temoignages #temoignages-liste{
	margin-top: 100px;
	text-align: center;
}

#temoignages #temoignages-liste .item{
	display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 50px;
    vertical-align: top;
}

#temoignages #temoignages-liste .item .image{
	width: 200px;
	height: 200px;
	overflow: hidden;
	margin: 0 auto 20px;
	border-radius: 100px;	
}

#temoignages #temoignages-liste .item .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#temoignages #temoignages-liste .title{
	font-size: 18px;
	font-weight: 500;
}

#temoignages #temoignages-liste .title+p{
	font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    max-width: 600px;
    margin: 20px auto 0;
}


/* ***** NEWS ***** */

#news .no-news{
	text-align: center;
}
#news .intro{
	width: 100%;
	margin-bottom: 100px;
	text-align: center;
	position: relative;
	overflow: hidden;
	height: 400px;
}

#news .intro .background{
	position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(images/home-intro-background.jpg);
    background-position: center -200px;
    background-size: cover;
    background-repeat: no-repeat;
    animation-name: zoommIn;
    animation-duration: 18s;
    transform: scale(1.2);
	z-index: -1;
}

#news .intro .main_width{
	padding: 135px 0;
}

#news .intro h1{
	font-size: 42px;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 5px;
}

#news .intro .filters .selected{
	background-color: #000;
	color: #ffcc00;
}

#news .title{
	text-align: center;
	margin-bottom: 100px;
}

#news .title h1{
	font-size: 42px;
    font-weight: 600;
    line-height: 55px;
	max-width: 800px;
    margin: 0 auto;
}

#news .title .filters .selected{
	background-color: #000;
	color: #ffcc00;
}

#news .c1{
	position: relative;
}

#news .c1 .item{
	text-decoration: none;
	display: block;
}

#news .c1 .item .image{
	display: block;
    margin: 0 auto 30px;
    width: 300px;
    height: 300px;
    vertical-align: middle;
    border-radius: 200px;
	position: relative;
}

#news .c1 .item .image img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 200px;
}

#news .c1 .item .image .background {
    position: absolute;
    width: 450px;
    height: 450px;
    left: -25px;
    top: -25px;
    display: block;
    background-image: url(images/about-deco-2-background.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

#news .c1 .item .content{
	display: block;
    width: 100%;
    margin: 0 auto 50px;
    max-width: 500px;
}

#news .c1 .item .content h2{
	margin-bottom: 10px;
    max-width: 550px;
    line-height: 45px;
}

#news .c1 .item .content .short_description{
	display: block;
}

#news .c1 .item .content .date{
	display: block;
    line-height: 21px;
    font-size: 14px;
    color: grey;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#news .c1 .item .content .button{
	margin-top: 22px;
	transform: translateX(-10px);
}

#news .c1 .item+.item{
	margin-top: 60px;
}



#news .c1.c1-bis{
}

#news .c1.c1-bis .item{
	display: block;
    width: 100%;
	max-width: 400px;
    height: 300px;
    position: relative;
    overflow: hidden;
	margin: 0 auto;
}

#news .c1.c1-bis .item .image{
	display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    margin: 0;
}

#news .c1.c1-bis .item .image img{
    border-radius: 0;
}

#news .c1.c1-bis .item .content{
	display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    background-color: #000;
	transition: all 0.4s;
	margin: 0;
}

#news .c1.c1-bis .item .content h2{
	font-size: 16px;
    line-height: 20px;
    margin: 0;
    color: #ffcc00;
}

#news .c1.c1-bis .item+.item{
	margin-top:50px;
}

#news .c1.c1-bis .item .content .date, #news .c1.c1-bis .item .content .short_description, #news .c1.c1-bis .item .content .button, #news .c1.c1-bis .item .background{
	display: none;
}

#news .display-preference{
position: absolute;
right: 1%;
top: -60px;
}

#news .display-preference .display-label{
vertical-align: middle;
margin-right: 20px;
color: #979797;
font-size: 15px;
}

#news .display-preference div{
background-color: #b7b4b4;
height: 20px;
width: 20px;
padding: 5px;
display: inline-block;
background-size: 15px;
background-position: center;
background-repeat: no-repeat;
vertical-align: middle;
cursor: pointer;
}

#news .display-preference div:hover{
background-color: #ffcc00;
}

#news .display-preference div:first-of-type{
background-image: url(images/display-list.svg);
margin-right: 5px;
}

#news .display-preference div:last-of-type{
background-image: url(images/display-grid.svg);
}

#news .display-preference div.active{
background-color: #ffcc00;
}

#news .intro.single-news-intro .background img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#news .microdata{
	display: none;
}

#news .c2{
margin: 100px 0 150px;
}

#news .c2 .date{
display: block;
color: #b5b5b5;
text-transform: uppercase;
font-size: 13px;
max-width: 800px;
margin: 0 auto;
}

#news .c2 h1{
max-width: 800px;
margin: 10px auto 30px;
}

#news .c2 .content{
max-width: 800px;
margin: 0 auto;
}

#news .c2 .pdfs{
	margin-top: 50px;
	text-align: center;
}

#news .c2 .pdfs a{
	display: inline-block;
    width: 100%;
	margin: 0 auto 30px;
    height: 200px;
	max-width: 350px;
    overflow: hidden;
    position: relative;
}

#news .c2 .pdfs a img{
	width: 100%;
    height: auto;
	transition: all 0.6s;
}

#news .c2 .pdfs a:hover img{
	transform: scale(1.1);
}

#news .c2 .pdfs a .description{
	position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #000;
    color: white;
    padding: 10px;
    box-sizing: border-box;
    line-height: 20px;
}

#news .c2 .demo-gallery{
display: flex;
margin-top: 50px;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}

#news .c2 .demo-gallery .item{
width: 50%;
max-width: 300px;
height: 170px;
overflow: hidden;
}

#news .c2 .demo-gallery .item img{
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.6s;
}

#news .c2 .demo-gallery .item:hover img{
transform: scale(1.1);
}

#news .c2 .items_nav{
margin-top: 100px;
text-align: center;
}

#news .c2 .items_nav .liste{
display: inline-block;
border-radius: 30px;
background-color: #ffcc00;
text-transform: uppercase;
color: #000;
padding: 10px 30px;
margin: 0px 10px;
font-weight: 400;
font-size: 18px;
text-decoration: none;
transition: all 0.4s;
}

#news .c2 .items_nav .prev{
display: inline-block;
border-radius: 30px;
background-color: #ffcc00;
text-transform: uppercase;
color: #000;
padding: 10px 30px;
margin: 0px 10px;
font-weight: 400;
font-size: 18px;
text-decoration: none;
transition: all 0.4s;
margin-right: 20px;
}

#news .c2 .items_nav .next{
display: inline-block;
border-radius: 30px;
background-color: #ffcc00;
text-transform: uppercase;
color: #000;
padding: 10px 30px;
margin: 0px 10px;
font-weight: 400;
font-size: 18px;
text-decoration: none;
transition: all 0.4s;
margin-left: 20px;
}


/* ***** CONTACT ***** */

#contact{
text-align:center;
}

#contact .main_width{
padding-top:85px;
}

#contact h1{
	font-size: 42px;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 50px;
}

#contact .c1{
display: block;
width: 100%;
margin: 0 auto 50px;
max-width: 500px;
vertical-align:top;
text-align:left;
}

#contact .c1 p span.head{
display:block;
font-size:12px;
line-height:14px;
text-transform:uppercase;
}

#contact .c1 p.logo img{
display:none;
}


#contact .c2{
display: block;
width: 100%;
vertical-align:top;
text-align:left;
}

#contact .c2 .streetview{
width:100%;
height:357px;
}

#contact .map{
width:100%;
height:433px;
margin-top:100px;
}

#contact .microdata{
	display: none;
}


/* ***** Mentions légales ***** */


#legal{
text-align:center;
margin-bottom:100px;
padding-bottom:30px;

}

#legal .main_width{
padding-top:85px;
padding-bottom:30px;
}


#legal h1{
text-align:center;
background-position:bottom center;
margin-bottom:73px;
}

#legal h2{
background-position: 0px 7px;
position: relative;
bottom: 0px;
margin-top: 14px;
margin-bottom: 14px;
font-size:28px;
line-height:30px;
background-position: bottom left;
padding-bottom: 7px;
}

#legal h3{
line-height:23px!important;
padding-bottom: 6px!important;
}

#legal p{
margin-bottom:5px;
}

#legal p span{
display:block;
vertical-align:top;
text-decoration:underline;
}

#legal .c0{
width:600px;
text-align:left;
display:inline-block;
vertical-align:top;
border:1px solid #c0c0c0;
text-align:left;
padding:1%;
margin-bottom:30px;
background-color:white;
border-radius:13px;
}

#legal .c1{
display:inline-block;
vertical-align:top;
width:80%;
padding:1%;
border:1px solid #c0c0c0;
text-align:left;
margin-bottom:30px;
min-height:262px;
background-color:white;
border-radius:13px;
}

#legal .c1.last{
margin-right:0px;
}

#legal .c1 p{
margin-bottom:8px;
font-size:13px;
line-height:22px;
}

#legal .c2{
width:80%;
padding:1%;
text-align:left;
display:inline-block;
vertical-align:top;
border:1px solid #c0c0c0;
margin-bottom:30px;
height:600px;
overflow:auto;
padding-bottom:30px;
background-color:white;
border-radius:13px;
}

#legal .c2 h3{

}

#legal .c2 h4{

}

#legal .c2 p{
margin-bottom:8px;
font-size:13px;
line-height:22px;
}

#legal .c2 ul li{
margin-bottom:5px;
font-size:13px;
line-height:22px;
padding-left:15px;
list-style-type:none;
}

#legal .c2 ul ul li{
padding-left:30px;
}

#legal .c2.last{
margin-right:0px;
}


/* ***** 404 ***** */

#e404{
text-align:center;
margin-bottom:100px;
padding-bottom:30px;
}

#e404 .main_width{
padding-top:85px;
padding-bottom:30px;
}

#e404 h1{
	text-align:center;
background-position:bottom center;
margin-bottom:73px;
}


/* *********************** FOOTER *********************** */

#footer{
margin-top: 100px;
text-align: center;
background-color: #000;
}

#footer .microdata{
	display: none;
}

#footer .job{
width: 100%;
background-image: url(images/footer-job-background.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
border-bottom: 2px solid white;
}

#footer .job .main_width{
padding: 100px 0;
}

#footer .job h2{
color: white;
}

#footer .job p{
color: white;
max-width: 700px;
margin: 0 auto;
}

#footer .content{
margin-top: 50px;
}

#footer .content .main_width{
/*display: flex;*/
}

#footer .content .logo{
width: 80px;
vertical-align: top;
display: block;
margin: 0 auto 50px;
}

#footer .content .logo img{
width: 100%;
height: auto;	
}

#footer .content .contact_links{
color: white;
text-align: left;
display: inline-block;
vertical-align: top;
text-align: center;
}

#footer .content .contact_links p, #footer .content .contact_links span{
color: white;
line-height: 28px;
font-size: 16px;
}

#footer .content .contact_links span{
display: block;
}

#footer .content .contact_links .siege_social{
display: block;
position: relative;
margin-bottom: 20px;
}

#footer .content .contact_links .siege_social span:first-of-type{
text-transform: uppercase;
color: #FFCC00;
font-size: 17px;
line-height: 19px;
}

#footer .content .contact_links .siege_exploitation{
display: block;
position: relative;
margin-bottom: 20px;
}

#footer .content .contact_links .siege_exploitation span:first-of-type{
text-transform: uppercase;
color: #FFCC00;
font-size: 17px;
line-height: 19px;
}

#footer .content .contact_links .info .title{
display: inline-block;
color: #FFCC00;
text-transform: uppercase;
}

#footer .content .contact_links .info p+p{
margin: 20px;
}

#footer .content .contact_links .mail{
position: relative;
margin-top: 10px;
display: inline;
text-decoration: none;
font-size: 14px;
}

#footer .content .contact_links .mail:hover{
text-decoration: underline;
}

#footer .content .contact_links .mail:after{
content: "";
background-image: url(images/icon-mail.svg);
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
position: absolute;
top: -5px;
left: -29px;
width: 19px;
height: 30px;
}

#footer .content .sub_menu{
display: none;
}
/*
#footer .content .sub_menu:nth-of-type(4){
width: 125px;
}

#footer .content .sub_menu:nth-of-type(5){
width: 95px;
}
*/
#footer .content .sub_menu+.sub_menu{
margin-left: 20px;
}

#footer .content .sub_menu span, #footer .content .sub_menu a{
display: block;
color: white;
text-decoration: none;
font-size: 13px;
}

#footer .content a:hover{
text-decoration: underline;
}

#footer .content .sub_menu a{
display: none;
}

#footer .content .sub_menu .title{
color: #FFCC00;
margin-bottom: 20px;
display: block;
}

#footer p.copyright{
color:white;
text-align:center;
font-size:12px;
margin-top:90px;
padding-bottom:50px;
margin-bottom:0px;
}

#footer p.copyright a{
color:white;
text-decoration:underline;
}

#footer p.copyright+a{
width: 100px;
display: block;
margin: 0 auto;
padding-bottom: 30px;
}

#footer p.copyright+a img{
width: 100%;
height: auto;
}



/* ***** POPUP FADEANDSCALE ***** */
.popup_wrapper_visible #fadeandscale {
    display: inline-block!important;
}

#fadeandscale {
    background-color: white;
    padding: 50px;
    text-align: center;
    width: 100%;
    max-width: 1300px;
    max-height: 85vh;
    overflow-y: auto;
    box-sizing: border-box;
    display: none!important;
}

#fadeandscale .disabled {
    display: none;
}

#fadeandscale h2 {
    font-size: 30px;
    padding-bottom: 0;
    margin: 0 0 10px;
    display: inline-block;
}

#fadeandscale .intro>div {
    display: inline-block;
    width: calc( 100% - 106px );
    margin-left: 35px;
    vertical-align: middle;
}

#fadeandscale form {
    margin-top: 35px;
}

#fadeandscale .c1 {
    display: inline-block;
    width: 48%;
    margin-right: 4%;
    vertical-align: top;
}

#fadeandscale .c2 {
    display: inline-block;
    width: 47%;
    vertical-align: top;
}


#fadeandscale p.optin {
    font-size: 12px;
    line-height: 21px;
}

#fadeandscale #optin {
    margin-right: 5px;
    position: relative;
    top: 2px;
    cursor: pointer;
}

#fadeandscale .form_part {
    margin: 0 auto 30px;
    max-width: 500px;
}

#fadeandscale label {
    display: block;
    margin-bottom: 5px;
    vertical-align: middle;
}

#fadeandscale input[type="text"], #fadeandscale input[type="email"], #fadeandscale input[type="datetime-local"] {
    border: 1px solid #bdc3c7;
    padding: 10px 20px;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    border-radius: 2px;
    color: #000;
    vertical-align: middle;
}

#fadeandscale input[type="text"]:hover, #fadeandscale textarea:hover {
    box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.20);
}

#fadeandscale select {
    border: 1px solid #bdc3c7;
    padding: 10px 20px;
    font-size: 16px;
    transition: all 0.2s ease-in-out;
    width: 100%;
    border-radius: 2px;
    color: #000;
    display: inline-block;
}

#fadeandscale .remarque label {
    width: 100%;
    margin: 0 0 10px;
}

#fadeandscale .required:after {
    content: "(requis)";
    font-size: 13px;
    color: #9d9d9d;
    margin-left: 8px;
}

#fadeandscale textarea {
    border: 1px solid #bdc3c7;
    padding: 10px 20px;
    font-size: 16px;
    color: #2c3e50;
    transition: all 0.2s ease-in-out;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    box-sizing: border-box;
    height: 100px;
    border-radius: 2px;
    color: #424e5a;
    display: inline-block;
    font-family: 'Rubik', sans-serif;
}

#fadeandscale .small {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 10px;
    font-size: 12px;
    line-height: 18px;
    color: #b7b7b7;
}

#fadeandscale .opt_in {
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
}

#fadeandscale .opt_in label {
    display: inline-block;
    cursor: pointer;
    width: calc(100% - 40px);
}

#fadeandscale .boutons {
    margin: 50px 0 0;
    text-align: center;
}

#fadeandscale input[type="submit"] {
    cursor: pointer;
}

#fadeandscale .boutons button {
    display: inline-block;
    color: #282936;
    padding: 2px 5px;
    font-size: 14px;
    text-decoration: underline;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    margin-left: 50px;
}

.form_response {
    position: fixed;
    bottom: 50px;
    right: -600px;
    background-color: #74b643;
    padding: 20px 50px;
    -webkit-box-shadow: 0px 0px 4px 2px #c0c0c0;
    box-shadow: 0px 0px 4px 2px #c0c0c0;
    animation-name: response;
    animation-duration: 6s;
    animation-delay: 1s;
}

.form_response.error {
    background-color: #a34040;
}

@keyframes response {
    0% {
        right: -600px;
    }

    10% {
        right: 0;
    }

    90% {
        right: 0;
    }

    100% {
        right: -600px;
    }
}

.form_response p {
    color: white;
    margin: 0;
}


/* ***** CAPTCHA ***** */

.grecaptcha-badge { 
	visibility: hidden; 
}

/* ***** COOKIES ***** */

#cookieChoiceInfo{
	box-sizing: border-box;
}

#cookieChoiceInfo a{
	display: inline-block;
}

/* ***** AOS ***** */

.fade_container {
    overflow-x: hidden;
}




@media screen and (max-width: 1800px) {
  #home .c2 .deco-2{
	  display: none;
  }
  #home .c4 .image .deco{
	width: 220px;
    height: 220px;
	right: 0;
  }
  .single-page .c4 .deco .background{
	  width: 270px;
	  height: 270px;
	  background-size: 270px;
  }
  .single-page .c4 .deco img{
	  right: 30px;
	  top: 30px;
  }
  #pompe-a-chaleur.single-page .c4 .deco{
	display: none;
  }
  #pompe-a-chaleur.single-page .c4 .deco .background{
	width: 160px;
    height: 160px;
	background-size: 160px;
  }
  #notre-entreprise .intro .image img{
	left: -70px;
    width: 490px; 
	bottom: 35px;
  }
  #news .intro .background{
	background-position: center;
  }
  #news .c1 .item .image .background{
	width: 250px;
    height: 250px;
    left: 25px;
    top: 25px;
	border-radius: 100px;
  }
  #home .c4 .image .deco{
	right: unset;
	left: 0;
  }
}