/***** fonts et reset *****/
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body, ul, li, ol, form, h1, h2, h3, h4, h5, h6, div, span, p { padding:0; margin:0; border:0; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; text-size-adjust: none;}
article, aside, dialog ,figcaption, figure, footer, header, hgroup, main, nav, section { display: block;}  
input, textarea						{ -webkit-appearance: none; -ms-appearance: none; appearance: none; -moz-appearance: none; -o-appearance: none; border-radius: 0;}
*          							{ outline: none; box-sizing: border-box;}
strong, b							{ font-weight: 600;}
ul									{ list-style-type: none;}
body								{ font: 400 15px/30px "Barlow";  letter-spacing: 0.4px; color: #000; background: #fff; position: relative; overflow-x: hidden; height: 100vh; overflow-y: auto;}
body.active_overflow				{ height: 100vh; overflow: hidden;}
a									{ text-decoration: none; color: #f49c00; position: relative;}
img									{ border: none;}
main 								{ position: relative;}
#wrapper 							{ min-width: 320px; width: 100%;}
#wrapper *							{ box-sizing: border-box;}
#footer 							{ position: relative; z-index: 15;}

@media (max-width:700px) {
body								{ font-size: 15px; line-height: 28px;}
}


/***** scollbar *****/
::-webkit-scrollbar 				{ width: 6px; height: 6px; background-color: #fff;}
::-webkit-scrollbar-thumb			{ background-color: #f49c00;}


/***** transition *****/
@media (min-width:1201px) {
.link, .slick-arrow, :before, :after, a, a span, .logo, .header, .sub { transition: all 400ms ease-in-out;}
#wrapper                            { overflow-x: hidden;}
}


/***** class *****/
.wrapper 							{ width: 90vw; max-width: 1200px; margin: 0 auto; position: relative; clear: both;}
.wrapper_large						{ max-width: 1800px;}
.clear								{ clear: both; display: block;}
.read_more							{ display: inline-block; color: #f49c00; cursor: pointer; transition: color 300ms ease-in-out;}
.hide 								{ display: none;}

.titre_main	 						{ font: 500 35px/45px "Barlow"; position: relative; color: #000; margin-bottom: 15px; letter-spacing: 0.2px;}
.sous_titre 						{ font: 500 25px/35px "Barlow"; position: relative; color: #f49c00; margin-bottom: 15px; letter-spacing: 0.3px;}
.sous_titre + .titre_main           { margin-top: -15px;}
.chapo		 						{ font: 400 16px/30px "Barlow"; margin-bottom: 0;}
.link 								{ font: 500 18px/60px "Barlow"; letter-spacing: 0.3px; height: 60px; display: inline-block; vertical-align: top; color: #fff; padding: 0 30px; background: linear-gradient(to top, #f49c00 0% 50%, #068bc8 50% 100%); background-size: 100% 200%; background-position: 0 100%; text-align: center; border-radius: 30px;}
.link.light                         { background-image: linear-gradient(to top, #eee 0% 50%, #f49c00 50% 100%); color: #00427f;}
.link.white                         { background-image: linear-gradient(to top, #fff 0% 50%, #f49c00 50% 100%); color: #00427f;}
.link.devis                         { padding-left: 60px;}
.link.devis::before                 { content: url(../images/icone_devis.svg); display: block; position: absolute; top: 50%; transform: translateY(-50%); left: 30px; line-height: 0;}

.ul_list						    { margin-bottom: 15px; padding: 5px 0 0 0;}
.ul_list li					        { padding: 5px 0 7px 35px; position: relative; background: url(../images/checklist.svg) left 10px no-repeat;}

@media (min-width:1201px) {
.link:hover 						{ background-position: 0 0; color: #fff;}
.link.mail:hover::before,
.link.devis:hover::after,
.link.devis:hover img,
.link.tel:hover::before             { filter: brightness(0) invert(1);}
.link.light:hover                   { color: #fff;}
.read_more:hover 		            { color: #000;}
}
@media (max-width:1200px) {
.wrapper 							{ min-width: inherit;}
}

@media (max-width:1000px) {
.wrapper 							{ max-width: 750px;}
}
@media (max-width:700px) {
#wrapper::before                    { display: none;}
.wrapper 							{ width: 85vw;}

.titre_main	 						{ font-size: 25px; line-height: 32px; margin-bottom: 15px;}
.sous_titre 						{ font-size: 20px; line-height: 30px; margin-bottom: 10px;}

.sous_titre + .titre_main           { margin-top: -5px;}

.link 								{ font-size: 16px;}
.link.devis::before                 { display: inline-block; vertical-align: middle; position: static; transform: none; transform: translateY(-2px); margin-right: 15px;}
}


.ul_list						    { margin-bottom: 15px; padding: 5px 0 0 0;}
.ul_list li					        { padding: 5px 0 7px 35px; position: relative; background: url(../images/checklist.svg) left 10px no-repeat;}


/***** header et menu *****/
.header 							{ width: 100%; font-size: 0; line-height: 0; text-align: right; position: fixed; left: 0; top: 0; transition: all 400ms ease-in-out; z-index: 900; background: #fff;}
.header .link                       { font-size: 14px; position: absolute; right: 0; top: 70px; z-index: 99;}
.header .logo                       { position: absolute; left: 0; top: 40px; line-height: 0; z-index: 90; width: 320px; transform-origin: left;}
.header .logo img                   { display: inline-block; vertical-align: middle; width: 100%; height: auto; }
.header_nav							            { width:100%; display:block; position:relative; z-index:40;}
.header_nav .menu_top				        { position: relative; transition:margin 400ms ease-in-out; padding-bottom: 6px;}	
.header_nav .menu_top>*             { display: inline-block; vertical-align: top;}
.header_nav .menu_top li		      	{ display: inline-block; position: relative; top:0; padding-left: 35px;}	
.header_nav .menu_top li a		    	{ color: #000; font: 400 14px/55px "Barlow"; letter-spacing: 0.4px;}	
.header_nav .menu_top li:after     	{ content: ""; position: absolute; top: 50%; margin-top: -5px; left: 18px; width: 1px; height: 10px; background: #000;}
.header_nav .menu_top li:first-child::after { display:none;}

.header_nav .menu_top li.active a	{ color:#f49c00;}


.header_nav .menu       			{ display:inline-block;}	
.header_nav .menu>li				{ display:inline-block; vertical-align:top; position: relative; width: 125px; padding: 0 10px; text-align: center; }
.header_nav .menu>li>a				{ font: 500 15px/20px "Barlow"; color: #000; letter-spacing: 0.4px; display: block; transition-property: all; padding-bottom: 20px;}
.header_nav .menu>li.active>a		{ color:#f49c00;}

.header_nav .sub					{ width: 290px; margin-left: -145px; position: absolute; top: 100%; left: 50%; display: block; background: #fff; opacity: 0; visibility: hidden; overflow: hidden; text-align: center;}
.header_nav .sub li					{ width: 100%; margin: 0;}
.header_nav .sub li a				{ width: 100%; font: 400 15px/45px "Barlow"; height: 45px; color: #00427f; display: block; padding: 0 40px; background: none;}
.header_nav .menu .sub li.active a	{ color: #f49c00 !important;}

.header_nav .menu>li .icone         { width: 60px; height: 60px; border-radius: 50%; margin: 0 auto 10px; display: grid; justify-content: center; align-items: center; border: 2px solid #f49c00; box-shadow: 0 0 0 6px #fef5e5; background: #fff; position: relative;}

.header_nav .menu>li:nth-child(2) .icone { border-color: #068bc8; box-shadow: 0 0 0 6px #e6f3f9;}
.header_nav .menu>li:nth-child(4) .icone { border-color: #068bc8; box-shadow: 0 0 0 6px #e6f3f9;}
.header_nav .menu>li:nth-child(6) .icone { border-color: #068bc8; box-shadow: 0 0 0 6px #e6f3f9;}


.sticky .header                     { box-shadow: 0 0 30px 0 rgba(32, 37, 43, 0.18);}

/***** fixed side *****/
.header .rs						    { position: fixed; top: 50%; transform: translateY(-50%); right: 10px; display: grid;}
.header .rs a					    { width:50px; height:50px; display:inline-block; margin:5px 0; text-align:left; background-color:#fff; background-repeat:no-repeat; background-position: center; border-radius: 50%; border: 2px solid #f49c00;}
.header .rs .adresse			    { background-image:url(../images/marker.svg);}
.header .rs .devis			        { background-image:url(../images/devis.svg);}
.header .rs .facebook			    { background-image:url(../images/facebook.svg);}
.header .rs .mail				    { background-image:url(../images/mail.svg);}
.header .rs .tel				    { background-image:url(../images/tel.svg);}
.header .rs a span			        { position: absolute; top: 50%; transform: translateY(-50%); right: calc(100% + 10px); font: 500 16px / 50px "Barlow"; color: #000; background: #fff; padding: 0 30px; width: max-content; opacity: 0; visibility: hidden; display: block; min-width: 160px; text-align: center; border-radius: 25px;}


@media (min-width:1201px) {
.header .rs a:hover span            { opacity: 1; visibility: visible;}
.header .rs						    { transition: all ease-in-out 400ms;}
}
@media (max-width:1200px) {
.header_nav .menu>li				{ text-align: left; }
}
@media (max-width:1200px) {
.header .rs						    { width:80%; height:100%; position:absolute; padding: 0; left: 0; grid-template-columns: repeat(4, 1fr);}
.header .rs .adresse                { display: none;}
.header .rs a					    { width:100%; border-radius:0; margin:0; height: 50px; border: none; border-right: 1px solid #f49c00;}
.header .rs .devis			        { background-image:url(../images/devis_hover.svg);}
.header .rs .facebook			    { background-image:url(../images/facebook_hover.svg);}
.header .rs .mail				    { background-image:url(../images/mail_hover.svg);}
.header .rs .tel				    { background-image:url(../images/tel_hover.svg);}
}

@media (min-width:1201px) {

/***** animation *****/
@keyframes clignoter {
0%      { opacity:1;}
30%     { opacity: 0;}
100%    { opacity:1;}
}
@keyframes thunder {
0%      { opacity:1; transform: translate(-2px, -3px);}
10%     { opacity: 0; transform: translate(0);}
20%     { opacity: 1; transform: translate(2px, -2px);}
40%     { opacity: 0; transform: translate(0);}
100%    { opacity:1; transform: translate(-3px, 2px);}
}
@keyframes rotating {
from    { transform: rotate(0deg); }
to      { transform: rotate(360deg); }
}
@keyframes rotatesun {
51%     {-webkit-transform:rotate(180deg);transform:rotate(180deg);opacity:1}
54%     {opacity:1}
100%    {-webkit-transform:rotate(0);transform:rotate(0)}
0%      {-webkit-transform:rotate(0);transform:rotate(0)}
51%     {-webkit-transform:rotate(180deg);transform:rotate(180deg);opacity:0}
52%     {opacity:0;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}
53%     {opacity:0}
100%    {-webkit-transform:rotate(0);transform:rotate(0);opacity:1}
}
@keyframes flocon {
51%     {-webkit-transform:translateY(40px);transform:translateY(40px);opacity:0}
54%     {opacity:0}
100%    {-webkit-transform:translateY(0);transform:translateY(0)}
0%      {-webkit-transform:translateY(0);transform:translateY(0)}
51%     {-webkit-transform:translateY(40px);transform:translateY(40px);opacity:0}
52%     {opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}
53%     {opacity:0}
100%    {-webkit-transform:translateY(0);transform:translateY(0);opacity:1;}
}
@keyframes waterdrop {
51%     {-webkit-transform:translateY(40px);transform:translateY(40px);}
54%     {opacity:1}
100%    {-webkit-transform:translateY(0);transform:translateY(0)}
0%      {-webkit-transform:translateY(0);transform:translateY(0)}
51%     {-webkit-transform:translateY(40px);transform:translateY(40px);}
52%     {opacity:0;-webkit-transform:translateY(-40px) scaleX(1.2);transform:translateY(-40px) scaleX(1.2)}
53%     {opacity:0;}
100%    {-webkit-transform:translateY(0);transform:translateY(0) scaleX(1);}
}


.header .rs .adresse:hover			    { background-image:url(../images/marker_hover.svg);}
.header .rs .devis:hover			    { background-image:url(../images/devis_hover.svg);}
.header .rs .facebook:hover			    { background-image:url(../images/facebook_hover.svg);}
.header .rs .mail:hover				    { background-image:url(../images/mail_hover.svg);}
.header .rs .tel:hover				    { background-image:url(../images/tel_hover.svg);}

.header_nav .menu>li .icone img         { transition: all step-end 400ms;}
.header_nav .menu>li .flamme img        { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.header_nav .menu>li:hover .flamme .orange { opacity: 0.4;}
.header_nav .menu>li .flamme em         { opacity: 0; transition: all ease-in-out 400ms;}
.header_nav .menu>li:hover .flamme em   { opacity: 1;}
.header_nav .menu>li .flamme .red       { animation-duration:1s; animation-name:clignoter; animation-iteration-count:infinite;}
.header_nav .menu>li .flamme .red1      { animation-duration:1s; animation-name:clignoter; animation-iteration-count:infinite; animation-delay: 0.3s;}

.header_nav .menu>li:hover .ventilation img     { animation: rotating 1s linear infinite;}

.header_nav .menu>li .soleil                    { overflow: hidden;}
.header_nav .menu>li .soleil img                { top: 10px; position: relative;}
.header_nav .menu>li:hover .soleil img          { animation: 1s ease-out rotatesun;}

.header_nav .menu>li .clim img                  { transition-timing-function: cubic-bezier(0.7, -0.12, 0, 1.27);}
.header_nav .menu>li:hover .clim img            { animation: 2s ease-out flocon;}

.header_nav .menu>li:hover .eclair img          {  animation: 0.6s ease-out thunder; animation-iteration-count:infinite;}

.header_nav .menu>li .eau                       { overflow: hidden;}
.header_nav .menu>li .eau img                   { transition-timing-function: cubic-bezier(0, 1.24, 1,-0.39);}
.header_nav .menu>li:hover .eau img             { animation: 0.8s ease-out waterdrop;}

.header_nav .menu .vue_mobile,
.menu_mobile 						{ display: none;}
.header_nav .menu>li:hover>a,
.link_top .tel:hover,
.header_nav li a:hover			    { color: #f49c00;}
.header_nav .sub.large:after 		{ display: none}
.header_nav .menu>li:hover>a		{ color: #f49c00;}
.header_nav .menu_top li a:hover    { color: #f49c00 !important;}
.header_nav .sub li a:hover			{ color: #f49c00 !important; background-color: #fff;}

.header_nav .menu>li:nth-child(2) a:hover { color: #068bc8; }
.header_nav .menu>li:nth-child(4) a:hover { color: #068bc8; }
.header_nav .menu>li:nth-child(6) a:hover { color: #068bc8; }

.header_nav .menu>li.active:nth-child(2) a { color: #068bc8; }
.header_nav .menu>li.active:nth-child(4) a { color: #068bc8; }
.header_nav .menu>li.active:nth-child(6) a { color: #068bc8; }

.sticky .header                     { top: -40px;}
.sticky .header .logo               { top: 53px; transform: scale(0.8);}
.header .logo img                   { transition: all ease-in-out 400ms;}
.header_nav .menu li:hover .sub		{ opacity: 1; visibility: visible; z-index: 999;}
.sticky .header_nav .menu>li>a      { padding-bottom: 10px;}
}
@media (max-width:1200px) {
.sticky .header                     { top: 0;}
.header                             { z-index: 201; padding: 0; position: absolute;}
.header .wrapper                    { width: 100%; max-width: initial;}  
.header .logo                       { top: 115px; transform: translateY(-50%); width: 240px; left: 0; right: 0; margin: auto;}

.header_right                       { position: fixed; top: 0; left: 0; width: 100%; border-bottom: 1px solid #f49c00; z-index: 200;}

 
.menu_mobile					            	{ width: 20%; height: 50px; display:inline-block; vertical-align:middle; cursor:pointer; position:relative; z-index:60; margin: 0; transition:height 400ms ease-in-out; background: #f49c00;}  
.menu_mobile div				          	{ width:30px; height:2px; background:#fff; position:absolute; right:50%; top:50%; margin:-1px -15px 0 0;}
.menu_mobile div:before			      	{ width:100%; height:2px; background:#fff; position:absolute; right:0; top:9px; content:"";}
.menu_mobile div:after			      	{ width:100%; height:2px; background:#fff; position:absolute; right:0; top:-9px; content:"";}
.menu_mobile.active div				      { height:0;}
.menu_mobile.active div:before		  { top:0; transform:rotate(45deg);}
.menu_mobile.active div:after		    { top:0; transform:rotate(-45deg);}
.header_nav 	  				          	{ width:100%; height:100vh; background:#fff; position:fixed; right:0; top:-120%; overflow-y:scroll; display: flex; flex-direction: column; padding: 190px 0 0; z-index:50; transition:top 400ms ease-in-out 400ms;}
  
.header_nav::-webkit-scrollbar	  	{ display:none;}
.header_nav .menu_top			        	{ text-align: left; display: table; padding: 40px 0 0 0; order: 1; transition:opacity 400ms ease-in-out 0ms; opacity:0; position: relative; background: none; padding-bottom: 0; max-width:750px;margin:0 auto;width:90vw;}	
.header_nav .menu_top:before       	{ content: ""; width: 50px; height: 2px; top: 20px; left: 0; position: absolute; background-color: #fff; }	
.header_nav .menu_top::after        { display: none; }
.header_nav .menu_top li 			      { display: block; margin: 0; padding: 0;}	
.header_nav .menu_top li a 		    	{ line-height: 40px;}	
.header_nav .menu_top li:after	  	{ display:none;}

.header_nav .menu  					{ width:100%; max-width: 750px; margin: 0 auto; width: 90vw; text-align:left; padding:0; transition:opacity 400ms ease-in-out 0ms; opacity:0;}
.header_nav .menu li 				{ width:100%; display:block; margin:0; background: none; padding: 0;}
.header_nav .menu>li>a				{ line-height:50px; font-size: 18px; letter-spacing:0.4px; height:auto; background-position:100% 50%; padding-bottom: 0;}
.header_nav .menu>li .icone         { display: none;}
.header_nav .menu li i.active:after	{ opacity:1;}
.header_nav .menu li i				{ width: 50px; background-color: #f3f3f3; height: 41px; display: block; margin-top: -48px; position: relative; z-index: 5;float: right;}
.header_nav .menu li i::after       { content: ""; display: block; position: absolute;  transform-origin: center; transition: all ease 400ms; width: 100%; height: 100%; background: url(../images/arrow_down.svg) no-repeat center}
.header_nav .menu li a	            { background: none;}
.header_nav .menu li i.active::after{ transform: rotate(180deg);}

/* sous-menu simple */
.header_nav .menu .sub 				{ width: 100%; position: relative; left: auto; top: auto; padding: 15px 0; margin: 0; opacity: 1; display: none; visibility: visible; z-index: 150;}
.header_nav .menu .sub li  			{ width: 100%;}
.header_nav .menu .sub li a			{ width: 100%; font-size: 16px; line-height: 50px; height: 50px; font-weight: 500; text-align: left;}

.header_nav.active					{ top:0; transition-delay: 0;}
.header_nav.active .link		    { opacity:1; transition-delay:1200ms;}
.header_nav.active .menu_top		{ opacity:1; transition-delay:1000ms; background: none;}
.header_nav.active .menu			{ opacity:1; transition-delay:800ms;}
}

@media (max-width:1000px) {
  
  
}
@media (max-width:700px) {
.header                             { padding: 0;}
.header .logo                       { top: 105px; width: 190px;}  
.header .link.tel                   { font-size: 0; padding: 0; width: 40px; height: 40px; background: url(../images/tel.svg) center no-repeat #fff;}
.header .link.tel::before           { display: none;}
.header_nav                         { padding: 150px 7.5vw 0; align-content: baseline;}
.header_nav .menu_top,
.header_nav .menu                   { width: 100%;}
.header_nav .menu_top li a 	        { font-size: 14px;}
.header_nav .menu .sub li a 		    { font-size: 14px; line-height: 32px; height: 34px;}
}



/***** cta *****/
.ctatexte                           { text-align: center; margin: 90px 0 100px;}
.ctatexte .sous_titre               { font-size: 25px; line-height: 35px; color: #000; margin-bottom: 30px;}

@media (max-width:1000px) {
.ctatexte                           { margin: 70px 0 80px;}
}
@media (max-width:700px) {
.ctatexte                           { margin: 50px 0;}
.ctatexte .sous_titre               { font-size: 20px; line-height: 30px;}
}


/***** table plus *****/
.table_plus 						{ position: relative; margin: 100px 0;}
.table_plus>a                       { color: #ee4c14;}
.table_plus .item                   { text-align: left; } 
.table_plus .item:last-of-type      { border-bottom: 2px solid #f6ba33 ;}
.table_plus .hide 					{ padding: 20px 0 ; display: none;}
.table_plus .hide ul 				{ padding-left: 20px;}
.table_plus .titre_main             { margin-bottom: 30px;}
.titre_plus 						{ position: relative; letter-spacing: 0.5px; cursor: pointer; padding: 20px 80px 20px 0;  color: #000; font: 500 18px/30px "Barlow"; transition: all 400ms ease-in-out; border-top: 2px solid #f49c00;}
.titre_plus:before					{ position: absolute; right: 0; top: 20px; transition: all 400ms ease-in-out; content: url(../images/plus.svg); line-height: 0;}
.titre_plus.active 			        { color: #000; }
.titre_plus.active:before 			{ transform: rotate(45deg);}
@media (min-width:1201px) {
.table_plus>a:hover                 { color: #fff; background: #f49c00;}
}

@media (max-width:1000px) {
.table_plus                         { margin: 50px 0;}
.table_plus .hide 					{ padding: 40px 0;}
}
@media (max-width:600px) {
.table_plus 						{ margin: 50px 0;} 
.table_plus .titre_main             { margin-bottom: 20px;}
.table_plus .sized					{ margin-bottom: 20px;} 
.table_plus .hide 					{ padding: 10px 0 20px;}
.titre_plus 						{ font-size: 13px; line-height: 22px; padding: 13px 55px 13px 0; min-height: 60px; display: grid; align-items: center;}
}

/***** moving galerie *****/
.moving_galerie 				    { width: auto; position: relative; text-align: center; margin: 100px 0 60px; overflow: hidden;}
.moving_galerie .row 			    { width: auto; display: flex; align-items: center; gap: 30px;}
.moving_galerie .row .item 		    { width: auto; display: flex; align-items: center; animation: scroll_gallery 80s linear infinite; gap: 30px;}
.moving_galerie .row .item img 	    { width: auto; height: 560px; display: block; margin: 0 auto; transition: all 300ms ease-in-out; border-radius: 20px;}

@keyframes scroll_gallery {
0%								    { transform: translate(0, 0);}
100% 							    { transform: translate(-100%, 0); }
}
@media (max-width:700px) {
.moving_galerie 				    { margin: 60px 0;}
.moving_galerie .row                { gap: 15px;}
.moving_galerie .row .item          { gap: 15px;}
.moving_galerie .row .item img      { width: 370px; height: auto;}
}



/***** footer*****/
.footer								{ width: 100%; position: relative; padding-top: 90px; color: #fff; font-size: 0; background-color: #232323;}
.footer .titre_main                 { font-size: 40px; color: #fff;}
.footer .bloc_footer.coordonnees    { margin-right: 100px; margin-top: 0;}
.footer .bloc_footer 				{ display: inline-block; vertical-align: top; line-height: 30px; margin-right: 60px; font-size: 14px; margin-top: 60px;}
.footer .bloc_footer p				{ font-size: 15px; margin-top: 5px;}
.footer .localisation               { padding-left: 35px; background: url(../images/marker.svg) no-repeat  left top 5px;}
.footer .mobile                     { padding-left: 35px; background: url(../images/mobile.svg) no-repeat  left top 5px;}
.footer .bloc_footer p span         { display: block; margin-bottom: 20px; font: 700 15px/1.2 "Barlow"; color: #fff; text-transform: uppercase; letter-spacing: 0.8px;}
.footer .bloc_footer p a			{ color: #fff; text-transform: none; display: inline-block; border: none;}
.footer .bloc_footer .devis         { margin-top: 30px;}
.footer .bloc_footer li a           { color: #fff; padding-left: 25px; background: url(../images/list.svg) left center no-repeat; font-size: 15px;}
.footer .bloc_footer li             { margin-bottom: 13px;}
.footer .bloc_footer .phone         { background: url(../images/tel.svg) left center no-repeat; line-height: 40px; padding-left: 35px; margin-top: 0;}
.footer .bloc_footer .mail          { background: url(../images/mail.svg) left center no-repeat; line-height: 40px; padding-left: 35px;}
.footer	.rs							{ position: absolute; right: -15px; top: -10px;}
.footer	.rs a						{ display: inline-block; vertical-align: top; margin-right: 10px; width: 50px; height: 50px; border-radius: 50%;}
.footer	.rs .scroll					{ background: url(../images/scrolltop.svg) center no-repeat; margin: 0;}
.footer_bottom   					{ padding: 20px 0; line-height: 0; margin-top: 85px;}
.footer_bottom li 					{ display: inline-block; font-size: 12px; line-height: 20px; margin-right: 25px; letter-spacing: 0.8px; position: relative;}
.footer_bottom li a 				{ color: #fff;}
.footer_bottom li:after				{ width: 1px; height: 9px; content: ""; position: absolute; right: -13px; top: 5px; background: #068bc8;}
.footer_bottom li:last-child:after 	{ display: none;}
.toponweb							{ display: block; z-index: 85; position: absolute; right: 0; bottom: 0; transition: bottom 400ms ease-in-out;}
.toponweb span						{ width: auto;height:60px; display: block;padding: 20px; background: linear-gradient(to left, #fff 0%, #fff 50%, #000 50%, #000 100%); background-size: 200% 100%; background-position: 100% 0;}
.toponweb img						{ width: 74px; height: auto; display: block; margin: 0 auto;}
.toponweb.show						{ bottom: 0;}

@media (min-width:1201px) {
.footer .bloc_footer p a:not(.link):hover,
.footer_bottom li a:hover,
.footer .bloc_footer li a:hover 	{ color: #f49c00;}
.footer .rs a:hover			        { background-color:#f49c00 !important;}
.toponweb span img                  { transition: all ease-in 400ms;}
.toponweb:hover span				{ background-position: 0 0;}
.toponweb:hover span img            { filter: brightness(0) invert(1);}
}
@media (max-width:1200px) {
.footer                             { margin-bottom: 50px;}
.toponweb                           { position: absolute;}
.footer .bloc_footer                { margin-right: 40px;}
}
@media (max-width:1000px) {
.footer .bloc_footer 				{ margin: 0 0 40px; display: none;}
.footer .bloc_footer.coordonnees    { display: block;}
.footer .bloc_footer p              { margin: 0;}
.footer_bottom   					{ margin-top: 80px;}
}
@media (max-width:700px) {
.footer								{ padding-top: 45px;}
.footer .logo                       { display: none;}
.footer .titre_main                 { font-size: 20px; line-height: 26px;}
.footer .bloc_footer.coordonnees    { margin-right: 0;}
.footer .bloc_footer.contact        { margin-top: 10px;}
.footer .bloc_footer .devis         { padding: 0 10px; width: 100%; margin-top: 15px;}
.footer .localisation,
.footer .bloc_footer .mail,
.footer .bloc_footer .phone         {padding-left: 30px;}
.rs a                               { width: 50px; height: 50px;}
.footer .bloc_footer p span         { font-size: 13px; margin-bottom: 15px;}
.footer_bottom 	 					{ text-align: left; margin-top: 20px; padding: 0 0 30px;}
.footer_bottom li 					{ display: block; margin-right: 0;}
.footer_bottom li:after				{ display: none;}
}



.link-moins,.link-plus              { cursor:pointer; color: #f49c00;}
.textMore                           { display: none; margin-top: 40px;}
.textMore p:not(:first-of-type)     { margin-top: 15px;}
@media (min-width:1201px) {
.link-moins:hover,.link-plus:hover  { color: #f49c00;}
}
@media (max-width:700px) {
.textMore                           { margin-top: 20px;}
}