/***** 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 16px/30px "Barlow";  letter-spacing: 0.2px; color: #2a2a2a; background: #e6e0d4; position: relative; overflow-x: hidden;}
body.active_overflow			{ height: 100vh; overflow: hidden;}
a								        	{ text-decoration: none; color: #ee652e; position: relative;}
img								      	{ border: none;}
main 								      { position: relative;}
#wrapper 						    	{ min-width: 320px; width: 100%; overflow: hidden;}
#wrapper *						  	{ box-sizing: border-box;}
#footer 						     	{ position: relative; z-index: 15;}
p a                       { border-bottom: 1px solid #2a2a2a;}

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


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


/***** transition *****/
@media (min-width:1201px) {
.link, :before, :after, a, a span, .logo, .header, .sub { transition: all 400ms ease-in-out;}
p a:hover                           { border-color: #ee652e;}
}


/***** class *****/
.wrapper 							{ width: 90vw; max-width: 1200px; margin: 0 auto; position: relative; clear: both;}
.wrapper_large						{ max-width: 1800px;}
.clear								{ clear: both; display: block;}
.anchor                             { position: absolute; top: -120px; left: -120px; }

.titre_main	 						{ font: 700 45px/55px "Barlow"; text-transform: uppercase; position: relative; color: #2a2a2a; margin-bottom: 15px; letter-spacing: 0.5px;}
.titre_main span                    { color: #ee652e;}
.titre_main + .sous_titre           { margin-top: -15px;}
.sous_titre + .titre_main           { margin-top: -10px;}
.titre                              { color: #ee652e; font: 700 30px/40px "Barlow"; letter-spacing: 0.5px; margin-bottom: 5px; text-transform: uppercase;}
.sous_titre 						{ font: 500 25px/30px "Barlow"; position: relative; color: #2a2a2a; margin-bottom: 15px; letter-spacing: 0.2px;}
.chapo		 						{ font: 400 16px/32px "Barlow"; margin-bottom: 0;}
.linkgroup                          { text-align: right; margin-top: 40px;}
.linkgroup a                        { margin-left: 7px;}
.link 								{ font: 700 14px/60px "Barlow"; letter-spacing: 1.2px; height: 60px; display: inline-block; vertical-align: top; color: #fff; padding: 0 30px; background: linear-gradient(to top, #69b32f 0% 50%, #ee652e 50% 100%); background-size: 100% 200%; background-position: 0 100%; text-align: center; text-transform: uppercase; cursor: pointer; border: none;}
.link.tel::before                   { content: url(../images/tel_white.svg); display: inline-block; vertical-align: middle; margin-right: 15px; position: relative;top: 0; line-height: 0; filter: brightness(0) invert(1);}
.link.disable                       { background: #4a4949; color: #8f8f8f; cursor: not-allowed;}
.link.link_catalogue::after              { content: url(../images/dwnld_white.svg); display: inline-block; vertical-align: middle; line-height: 0; margin-left: 20px; position: relative; top: -2px;}

@media (min-width:1201px) {
.link:hover 						{ background-position: 0 0;}
.link.lighthover:hover              { color: #000;}
}
@media (max-width:1200px) {
.wrapper 							{ min-width: inherit;}
.titre_main	 						{ font-size: 35px; line-height: 45px;}
.titre                              { font-size: 25px; line-height: 35px;}
.sous_titre 						{ font-size: 22px; line-height: 32px;}
}

@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: 35px; margin-bottom: 10px;}
.titre                              { font-size: 22px; line-height: 30px; margin-bottom: 5px;}
.sous_titre 						{ font-size: 18px; line-height: 25px; margin-bottom: 10px;}
.chapo		 						{ font: 400 15px/27px "Barlow";}
.link 								{ font-size: 12px; width: 100%; line-height: 50px; height: 50px;}
.linkgroup                          { display: grid; gap: 10px; margin-top: 30px;}
.linkgroup a                        { margin: 0;}
.sous_titre + .titre_main           { margin-top: 5px;}
}

.stat                               { text-align: center; display: grid; justify-content: center; align-items: center; height: 380px; background: #000; padding: 30px 40px;}
.textstroke                         { filter: drop-shadow(3px 0 0 #ee652e) drop-shadow(0 3px 0 #ee652e) drop-shadow(-3px 0 0 #ee652e) drop-shadow(0 -3px 0 #ee652e); color: #000; font: 400 100px/1 "Barlow"; margin-bottom: 10px;}
.stat .titre                        { color: #fff; font-size: 20px; line-height: 35px; margin-bottom: 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;}


/***** header et menu *****/
.header 							{ width: 100%; font-size: 0; line-height: 0; text-align: right; position: fixed; left: 0; top: 0; z-index: 100; transition: all 400ms ease-in-out; z-index: 999;}
.header.page                        { background: url(../images/shape.svg) left top repeat #2a2a2a;}
.header .tel                        { vertical-align: top;}
.header .mail                       { font: 400 14px/60px "Barlow"; letter-spacing: 0.2px; color: #fff; padding-left: 30px; background: url(../images/mail.svg) left center no-repeat; margin-right: 30px; display: inline-block; vertical-align: middle;}
.header .logo                       { position: absolute; left: 0; top: 55px; line-height: 0; z-index: 90; transform-origin: left;}
.header .logo img                   { display: inline-block; vertical-align: top;}
.header_nav							{ width:100%; display:block; position:relative; z-index:40;}

.header_nav .menu       			{ display:inline-block;}	
.header_nav .menu>li				{ display:inline-block; vertical-align:middle; margin-left: 40px; position: relative;}
.header_nav .menu li:first-child    { margin: 0;}
.header_nav .menu li a				{ font: 700 14px/90px "Barlow"; color: #fff; letter-spacing: 1.2px; height: 90px; display: block; transition-property: all; text-transform: uppercase;}
.header_nav .menu>li.active>a		{ color:#69b32f;}

.header_nav .sub					{ width: 300px; margin-left: -150px; left: 50%; position: absolute; top: 100%; display: block; visibility: hidden; opacity: 0; background: #69b32f; padding: 0;}
.header_nav .sub li					{ width: 100%; margin: 0;}
.header_nav .sub li a				{ width: 100%; letter-spacing: 1px; height: 50px; color: #fff; line-height: 50px; display: grid; align-items: center; padding: 0 20px; font: 700 14px/50px "Barlow"; text-align: center;}
.header_nav .menu li:hover .sub		{ opacity: 1; visibility: visible; z-index: 999;}
.header_nav .menu .sub li.active a	{ color: #2a2a2a !important;}

/***** fixed rs *****/
.header .rs						    { position: fixed; top: 50%; transform: translateY(-50%); right: 0; display: grid; width: 60px;}
.header .rs a					    { width:60px; height:60px; display:inline-block; text-align:left;}
.header .rs .adresse			    { background:url(../images/marker.svg) center no-repeat #2a2a2a;}
.header .rs .facebook			    { background:url(../images/facebook.svg) center no-repeat #2a2a2a;}
.header .rs .mail				    { background:url(../images/mail.svg) center no-repeat #2a2a2a;}
.header .rs .tel				    { background:url(../images/tel.svg) center no-repeat #2a2a2a;}
.header .rs .instagram			    { background:url(../images/instagram.svg) center no-repeat #2a2a2a;}
.header .rs a span			        { position: absolute; top: 50%; transform: translateY(-50%); right: 100%; font: 700 14px / 50px "Barlow"; letter-spacing: 1.2px; text-transform: uppercase; color: #69b32f; background: #fff; padding: 0 30px; width: max-content; opacity: 0; visibility: hidden; display: block; min-width: 180px; text-align: center;}
.header .rs a span::after           { content:""; display: inline-block; width:0; height:0; border-style:solid;border-width:7px 0 7px 7px; border-color: transparent transparent transparent #fff; position: absolute; left:100%; top:50%; margin-top: -7px}


@media (min-width:1201px) {
.header .rs a:hover span            { opacity: 1; visibility: visible;}
.header .rs .adresse:hover			{ background-image:url(../images/marker_white.svg);}
.header .rs .facebook:hover			{ background-image:url(../images/facebook_white.svg);}
.header .rs .mail:hover				{ background-image:url(../images/mail_white.svg);}
.header .rs .tel:hover				{ background-image:url(../images/tel_white.svg);}
.header .rs .instagram:hover        { background-image:url(../images/instagram_white.svg);}

.header_nav .menu .vue_mobile,
.menu_mobile 						{ display: none;}
.header .mail:hover,
.header_nav .menu>li:hover>a,
.header_nav li a:hover  	        { color: #69b32f;}
.header_nav .sub li a:hover	        { color: #2a2a2a;}
.header_nav .menu li:hover .sub		{ opacity: 1; visibility: visible; z-index: 999;}
.header_nav .menu>li:hover>a		{ color: #69b32f;}
.sticky .header                     { top: -60px; background: url(../images/shape.svg) left 60px repeat #2a2a2a;}
.sticky .header.page .logo,
.sticky .header .logo               { transform: scale(0.6); top: 44px;}
.header.page .logo                  { transform: scale(0.75); top: 15px;}
.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           { padding-top: 0;}
.sticky .header_nav .menu>li>a      { line-height: 90px; height: 90px;}
.sticky .header_nav .menu>li        { background-position: right center;}
}
@media (max-width:1200px) {
.sticky .header                     { top: 0;}
.header                             { z-index: 201; padding: 0; background: url(../images/shape.svg) left top repeat #2a2a2a;}
.header .logo                       { top: 50%; transform: translateY(-50%);}
.header .logo img                   { width: 140px;}
.header .tel                        { top: auto; right: auto; vertical-align: middle; margin-right: 30px;}
.menu_mobile						{ width:60px; height:60px; display:inline-block; vertical-align:middle; cursor:pointer; position:relative; z-index:60; margin: 20px -10px; transition:height 400ms ease-in-out;}
.menu_mobile div					{ width:40px; height:2px; background:#fff; position:absolute; right:50%; top:50%; margin:-1px -20px 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: #2a2a2a; position:fixed; right:0; top:-120%; overflow-y:scroll; display: flex; flex-direction: column; padding: 180px 0 0; z-index:50; transition:top 400ms ease-in-out 400ms;}
.header_nav::-webkit-scrollbar		{ 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; height:auto; background-position:100% 50%;}
.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%; line-height: 50px; height: 50px; text-align: left;}

.header_nav.active					{ top:0; transition-delay: 0;}
.header_nav.active .menu			{ opacity:1; transition-delay:800ms;}
}

@media (max-width:1000px) {
.header                             { height: 60px; position: absolute;}
.header.page                        { height: 180px;}
.header_nav                         { padding-top: 150px;}
.header .wrapper                    { width: 100%; max-width: initial;}
.header_nav                         { padding-top: 90px; z-index: 91;}
.header_right                       { position: fixed; top: 0; left: 0; width: 100%; z-index: 200; background: url(../images/shape.svg) left top repeat #2a2a2a;}
.menu_mobile                        { width: 20%; margin: 0; height: 60px;}
.header .logo                       { transform: none; left: 0; right: 0; margin: auto; top: 70px; width: 140px;}

.header .rs						    { width:80%; height:100%; position:absolute; padding: 0; left: 0; grid-template-columns: repeat(4, 1fr);}
.header .tel, .header .rs .adresse,
.header .mail                       { display: none;}
.header .rs a					    { width:100%; border-radius:0; margin:0; height: 60px; background-color: transparent !important; padding: 0;}
}

@media (max-width:700px) {
.header                             { padding: 0;}
.header .tel                        { width: 40px; height: 40px; padding: 0; background-position: center; font-size: 0; line-height: 0; margin-right: 15px;}
.header .logo                       { top: 50px;}
.header .logo img                   { width: 130px;}
.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;}
}




/***** listing *****/
.listing_item                       { position: relative; background: #2a2a2a;}
.listing_item img                   { width: 100%; height: auto; display: block;}
.listing_item .content              { display: grid; align-items: center; min-height: 150px; padding: 20px; color: #fff; background: #2a2a2a;}
.listing_item li                    { line-height: 25px;}
.listing_item .model                { text-align: center; color: #fff; font: 500 18px/1 'Barlow'; min-height: 60px; background: #69b32f; display: grid; align-items: center; justify-content: center; padding: 0 10px;}
.prix                               { color: #ee652e; font: 500 25px/35px "Barlow";}
.listing_item .label                { text-align: center; position: absolute; top: 0; left: 0; text-transform: uppercase; color: #ee652e; min-width: 120px; background: #fff; font: 700 13px/1 "Barlow"; letter-spacing: 1.2px; padding: 0 10px; display: grid; align-items: center; justify-content: center; height: 50px; z-index: 1;}

.catalogue .listing                 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; margin-top: 50px;}
.catalogue .listing_item            { text-align: center;}
.catalogue .listing_item .linkgroup { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 25px;}
.catalogue .listing_item .link      { display: block; margin: 0; padding: 0 10px; height: 50px; line-height: 50px; font-size: 14px;}
.catalogue .listing_item .sous_titre   { color: #fff;}

.swiper_scrollbar                   { background: #2a2a2a; width: 100%; margin: 30px 0 0; overflow: hidden; position: relative; z-index: 50;}
.swiper-scrollbar-drag              { background: #69b32f; height: 4px; border-radius: 0;}


@media (min-width:1201px) {
.listing_item                       { transition: all ease-in-out 400ms;}
.listing_item:hover                 { transform: translateY(-20px);}
}
@media (max-width:1366px) {
.catalogue .listing                 { gap: 20px;}
}
@media (max-width:1200px) {
.catalogue .listing                 { grid-template-columns: repeat(3, 1fr);}
}
@media (max-width:1000px) {
.catalogue .listing                 { grid-template-columns: repeat(2, 1fr);}
}
@media (max-width:700px) {
.slider .listing_item               { width: 260px;}
.listing .slider                    { width: 100vw; margin-left: -7.5vw !important; padding: 0 7.5vw;}
.catalogue .listing                 { grid-template-columns: 1fr 1fr;}
.listing_item .label                { font-size: 10px; min-width: 85px; height: 35px;}
.listing_item .model                { font-size: 15px;}
.listing_item .content              { font-size: 13px; min-height: 120px;}
.listing_item li                    { line-height: 21px;}
.prix                               { font-size: 18px; line-height: 24px;}

.catalogue .listing                 { margin-top: 20px;}
.catalogue .listing_item .content   { padding: 10px;}
.catalogue .listing_item .linkgroup { grid-template-columns: 1fr; margin-top: 15px;}
.catalogue .listing_item .link      { font-size: 12px;}
.catalogue .listing_item .sous_titre{ font-size: 15px;}
}
@media (max-width:450px) {
.catalogue .listing                 { grid-template-columns: repeat(1, 1fr);}
}




/***** newsletter *****/
.newsletter                         { text-align: center; background: url(../images/shape.svg) center 60px repeat #2a2a2a; padding: 50px 40px 60px; margin: 100px 0;}
.newsletter .sous_titre             { color: #fff;}
.newsletter .titre_main             { color: #ee4c14; font-size: 40px; line-height: 50px; margin-bottom: 30px;}
.newsletter .formgroup              { font-size: 0; letter-spacing: 0;}
.newsletter input:not([type="submit"])                   { background: #fff; height: 60px; padding: 10px 20px; border: none; font: 400 16px/30px "Barlow"; color: #2a2a2a; letter-spacing: 0.2px; width: 350px;}
.newsletter input::placeholder      { font: 400 16px/30px "Barlow"; color: #939393; letter-spacing: 0.2px;}

@media (max-width:1200px) {
.newsletter .titre_main             { font-size: 32px; line-height: 42px;}
}
@media (max-width:1000px) {
.newsletter                         { margin: 80px 0;}
.newsletter .titre_main             { font-size: 25px; line-height: 35px;}
}
@media (max-width:700px) {
.newsletter                         { padding: 30px 20px 40px; margin: 50px 0;}
.newsletter .sous_titre             { font-size: 15px; line-height: 25px; margin-bottom: 0;}
.newsletter .titre_main             { font-size: 18px; line-height: 25px; margin-bottom: 25px;}
.newsletter input:not([type="submit"])                   { width: 100% !important; margin-bottom: 10px; height: 50px;}
}




/***** table plus *****/
.table_plus 						{ position: relative; margin: 90px 0 100px; clear: both;} 
.table_plus .sous_titre             { margin-bottom: 25px;}
.table_plus .item:not(:last-of-type){ border-bottom: none;}
.table_plus .hide 					{ padding: 20px; display: none;}
.table_plus .hide ul 				{ padding-left: 20px;}
.titre_plus 						{ position: relative; letter-spacing: 0.4px; cursor: pointer; padding: 20px 80px 20px 30px; background: #fff; color: #2a2a2a; font: 400 20px/30px "Barlow"; margin-bottom: 10px; transition: all 400ms ease-in-out;  line-height: 35px;}
.titre_plus:before					{ width: 24px; height: 2px; background: #69b32f; position: absolute; right: 30px; top: 50%; margin-top: -1px; transition: all 400ms ease-in-out; content: "";}
.titre_plus:after					{ width: 2px; height: 24px; background: #69b32f; position: absolute; right: 41px; top: 50%; margin-top: -12px; transition: all 400ms ease-in-out; content: "";}
.titre_plus.active:after 			{ transform: rotate(90deg); background: #ee652e;}

@media (min-width:1201px) {
.titre_plus:hover::before,
.titre_plus:hover::after            { background: #ee4c14;}
}
@media (max-width:1000px) {
.table_plus                         { margin: 80px 0;}
.table_plus .hide 					{ padding: 40px 0;}
}
@media (max-width:700px) {
.table_plus 						{ margin: 40px 0 50px;} 
.table_plus .sized					{ margin-bottom: 20px;} 
.table_plus .hide 					{ padding: 20px 0;}
.titre_plus 						{ font-size: 15px; line-height: 25px; padding: 13px 55px 13px 20px; }
.titre_plus:before					{ right: 20px;}
.titre_plus:after					{ right: 31px;}
}



/***** moving photos *****/
.moving_gal 						    { width: 100%; font-size: 0; line-height: 0; letter-spacing: 0; text-align: left; position: relative; overflow: hidden;}
.moving_gal .row						{ width: 9000px; display: inline-block; vertical-align: middle; position: relative; z-index: 5;}
.moving_gal .row .item 					{ display: inline-block; vertical-align: middle; animation: sliding 60s linear infinite;}
.moving_gal .row .item img 				{ max-height: 520px; display: inline-block; vertical-align: middle; position: relative; transition: all 400ms ease-in-out; margin-left: 30px; object-fit: cover;}
.moving_gal ~ .wrapper                  { margin-top: 40px;}
.moving_gal ~ .wrapper .cta             { margin-top: 0;}
.cta.realisation a strong               { display: none;}

@keyframes sliding {
0%										{ transform: translateX(0);}
100% 									{ transform: translateX(-100%);}
}

@media (max-width: 1000px){
.moving_gal .row .item img 				{ margin-left: 40px;}
.moving_gal ~ .wrapper .cta             { margin-bottom: 80px;}
}
@media (max-width: 700px){
.galerie                                { margin: 50px 0;}
.moving_gal .row .item img 				{ margin-left: 10px; height: 320px;}
.galerie .link                          { width: 85vw; margin: 30px auto 0;}
.cta.realisation a strong               { display: initial; font-weight: 400;}
.moving_gal ~ .wrapper .cta             { margin-bottom: 60px;}
}



/***** footer*****/
.footer								{ width: 100%; position: relative; padding-top: 80px; color: #fff; font-size: 0; background: url(../images/shape.svg) center repeat #2a2a2a;}
.footer .logo                       { margin-bottom: 20px;}
.footer .bloc_footer.coordonnees    { margin-right: 100px; margin-top: 0;}
.footer .bloc_footer 				{ display: inline-block; vertical-align: top; line-height: 30px; margin-right: 50px; font-size: 15px; margin-top: 155px;}
.footer .newsletter                 { position: absolute; right: 0; top: 150px; text-align: left; padding: 0; margin: 0; background: none;}
.footer .newsletter .titre_main     { color: #fff; text-transform: initial; font: 500 20px/30px "Barlow"; margin-bottom: 10px;}
.footer .newsletter input:not([type="submit"])           { width: 310px;}
.footer .bloc_footer p				{ font-size: 15px; line-height: 25px;}
.footer .bloc_footer p a			{ color: #fff; text-transform: none; display: inline-block; border: none;}
.footer .bloc_footer li a           { color: #fff; padding-left: 20px; background: url(../images/list.svg) left center no-repeat;}
.footer .bloc_footer li             { margin-bottom: 10px;}
.footer .bloc_footer .adresse       { background: url(../images/marker.svg) 3px center no-repeat; line-height: 40px; padding-left: 35px; margin-top: 0;}
.footer .bloc_footer .tel           { background: url(../images/tel.svg) 3px 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: 0; top: 5px;}
.footer	.rs a						{ display: inline-block; vertical-align: top; margin-right: 10px; width: 60px; height: 60px;}
.footer	.rs .facebook			    { background: url(../images/facebook_white.svg) 50% no-repeat #69b32f;}
.footer	.rs .instagram			    { background: url(../images/instagram_white.svg) 50% no-repeat #69b32f;}
.footer	.rs .scroll					{ background: url(../images/scrolltop.svg) center no-repeat #4a4949; margin: 0;}
.footer_bottom   					{ padding: 20px 0; line-height: 0; margin-top: 80px;}
.footer_bottom   					{ padding: 20px 0; line-height: 0; margin-top: 80px;}
.footer_bottom li 					{ display: inline-block; font-size: 11px; 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: #69b32f;}
.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%, #ee652e 50%, #ee652e 100%); background-size: 200% 100%; background-position: 100% 0;}
.toponweb img						{ width: 74px; height: auto; display: block; margin: 0 auto; transition: all ease-in-out 400ms;}
.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: #69b32f;}
.footer .rs a:hover			        { background-color:#ee652e;}
.footer	.rs .scroll:hover           { background-color: #ee652e;}
.toponweb:hover span				{ background-position: 0 0;}
.toponweb:hover img                 { filter: brightness(0) invert(1);}
}
@media (max-width:1200px) {
.toponweb                           { position: absolute;}
.footer .bloc_footer.coordonnees    { 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;}
.footer .newsletter                 { position: static;}
}
@media (max-width:700px) {
.footer								{ padding-top: 50px;}
.footer .logo                       { width: 135px; margin-bottom: 10px;}
.footer .titre                      { font-size: 18px;}
.footer .bloc_footer.coordonnees    { margin-right: 0; margin-bottom: 25px;}
.footer .bloc_footer .mail,
.footer .bloc_footer .phone         {padding-left: 30px;}
.footer .newsletter                 { display: none;}
.footer	.rs a                       { width: 50px; height: 50px;}
.footer	.rs a:not(.scroll)          { display: none;}
.footer_bottom 	 					{ text-align: left; margin-top: 0; padding: 0 0 30px;}
.footer_bottom li 					{ display: block; margin-right: 0; line-height: 25px; font-size: 11px;}
.footer_bottom li:after				{ display: none;}
}

.newsletter_ok					{ width:100%; height:100%; position:fixed; left:0; top:0; z-index:950;}
.newsletter_ok .row			{ width:85vw; max-width:450px; margin:0 auto; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:20; background:#fff; text-align:center; padding:40px;}
.newsletter_ok .row img		{ margin:0 auto 14px auto; display:block;}
.newsletter_ok .row p			{ margin-bottom:20px; font-size:14px; line-height:30px; letter-spacing:0.4px; color:#111;}
.newsletter_ok .row .link		{ cursor:pointer;}
.newsletter_ok .close_bg		{ width:100%; height:100%; background:#111; position:absolute; left:0; top:0; z-index:10; opacity:0.9;}


.link-moins,.link-plus              { cursor:pointer; color: #2a2a2a;}
.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: #ee652e;}
}
@media (max-width:700px) {
.textMore                           { margin-top: 20px;}
}