.only_mobile, .only-mobile { display : none;}

header { height: 130px; width: 100%; 
display: flex; flex-wrap: nowrap;
border-bottom: 2px solid #FE6B00; background: #fff;
position: relative;
z-index: 999;
}
header a { text-decoration: none; }
.logo { position: relative;  text-align: center;max-width: 250px;  }
.logo span { display: none; }
.logo a { display: block; height: 100%; padding: 15px; box-sizing: border-box; width: 100%;   position: relative; }
.logo a img { display: inline-block; height: auto; width: 100%; 
position: relative;
top: 50%;
transform: translateY(-50%); }

.contenerMenus {
display: flex;
flex-direction: column;
height: 130px; flex-grow: 1;
align-content:  stretch;
justify-content:  space-between;
}


.t50 { width: 50%; }

.headerTop { display: flex; flex-wrap: nowrap;  height: 65px; position: relative; text-align: center;
align-items: stretch; flex-grow: 1;
	}
/*
.headerTop	ul { list-style: none; }
.headerTop	ul li { display: inline-block; }
*/
.slogans { background: #383838; color : #fff; flex-grow: 1; position: relative;
font-size: 26px;
font-style: italic; letter-spacing: 3px;
   }

.slogans p { position: relative; padding: 0; font-weight: 400;
top: 50%;
transform: translateY(-50%); }  
.slogans p strong {  font-weight: 400; } 
.slogans p strong.fsm { font-size: 90%; }
.slogans p strong.fsp { font-size: 80%; }
.slogans span { color: #FE6B00; }

.lienshaut { width: 170px;  flex-shrink: 0; box-sizing: border-box; box-shadow: inset 5px 0 5px rgba(0,0,0,0.1); }

body .lienDevis a { color : #441d00; padding-left : 5px;  }
body .lienDevis a:hover { color : #000; }

.lienshaut a { display: block; height: 100%;color: #383838; font-size: 18px;  }
.lienshaut a:hover { color: #000; }
.lienshaut a > span { position: relative; display: inline-block; padding-left: 5px;
top: 50%;
transform: translateY(-50%); }
.lienshaut a > span:before { content: "\74"; position: absolute; left : -0.5em; 
	font-family: "sublimm";
top: 50%;
transform: translateY(-50%);
font-size : 34px }

.lienBoutique { display: none; }

.lienBoutique a > span:before { content: "\68"; font-size: 26px;left: -1.2em; }
.lienPros a > span:before {  content: "\75"; font-size: 26px; left: -1.3em;}
.lienDevis a > span:before {  content: "\4b"; font-size: 32px; left: -1.1em; top : 21px}

.lienBoutique sub { position: absolute; top : 0; left: -1.7em; display: inline-block; width: 1.5em; height: 1.5em; text-align: center;
background: #FE6B00; border-radius:100px; color: #fff; font-size: 10px; font-family: sans-serif; padding-top: 1px;
box-sizing: border-box; }
.lienBoutique sub small { display: none; }


.headerTop .lienContact a { color: #FDF0E2;  font-size: 16px; }
.headerTop .lienContact a > span { padding-left: 30px; text-align : left; }
.headerTop .lienContact a > span strong { font-weight: 400; font-size : 18px; display : block; }
.headerTop .lienContact a:hover { color: #fff; }

.lienContact ul, .lienContact li {  height: 100%; display: block;}
/**/
.lienContact li ul, .lienContact li ul li { height: auto; }
.lienContact ul > li > a { position: relative; padding-left: 7px; }


.lienContact > ul:hover > li > a:before { content: ''; 
  position: absolute; left: 50%; bottom: -2px; z-index: 800; transform: translateX(-50%); 
width: 0;
height: 0;
border-style: solid;
border-width: 0 10px 10px 10px;
border-color: transparent transparent #F2F2F2 transparent;
 }
.lienContact ul > li .menuContact { display: none; position: absolute; top: 65px ;  left: 0; right: 0;  z-index: 500; height: auto; 
  background: #f2f2f2; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); padding-top: 10px;
border : 1px solid #ddd; box-sizing: border-box;
   }


.lienContact ul:hover .menuContact { display: block;}
.lienContact ul > li .menuContact a span:before { display: none; }

.lienContact  .menuContact li div {  color: #fff; margin : 15px auto; width: 80%; box-sizing: border-box;
  padding: 16px 0; display: flex; flex-direction: row; justify-content: center;  align-items: center; }
.lienContact  .menuContact li div > h3 { padding: 10px 2em 10px 3em; font-style : italic; letter-spacing: 1px; font-size: 25px; display: inline-block;
 background: #FE6B00; margin : 0 7% 0 0;height: 30px; position: relative;}
.lienContact  .menuContact li div > h3:before { content : "" ; position: absolute; left: 0; top : 0;
width: 0;
height: 0;
border-style: solid;
border-width: 25px 0 25px 30px;
border-color: transparent transparent transparent #f2f2f2;
}
.lienContact  .menuContact li div > h3:after { content : "" ; position: absolute; right: -30px; top : 0;
width: 0;
height: 0;
border-style: solid;
border-width: 25px 0 25px 30px;
border-color: transparent transparent transparent #fe6b00;
}
.lienContact  .menuContact li div p { padding: 0;  flex-grow : 0; display: inline-block;
box-sizing: border-box; 
    }


.lienContact  .menuContact li div p a { display: inline-block;  background: #636363; box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3); 
padding: 20px ; text-transform: uppercase; letter-spacing: 1px; box-sizing: border-box; position: relative; color : #fff; border-radius: 4px;
   }
.lienContact  .menuContact li div p a:hover { background: #383838; color : #fff; box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); top : 1px; left : 1px; }



.lienContact  .menuContact li > h3 { text-transform: uppercase;
font-size: 24px; width: 90%;
letter-spacing: 1px;
transform: skew(-15deg);
margin: 10px auto 0;
font-weight: 400; 
color: #383838; }
.lienContact  .menuContact li > h3 span { background: #fe6b00;
 color: #fff; padding: 3px 15px;}

.lienContact ul > li .menuContact ul { display: flex; flex-wrap: wrap; justify-content: space-around;  }
.lienContact ul > li .menuContact ul li { display: block; width: 46%; flex-shrink: 0; margin : 15px auto; position: relative; 
  padding : 5px 5px 5px 100px; font-size: 15px; 
min-height: 85px;
  box-sizing: border-box;text-align: left;
 }
.lienContact ul > li .menuContact ul li:after { content: ''; position: absolute; left : 100px; right: 0%; bottom : -15px; height: 1px; 
  background: #e0e0e0; }
.lienContact ul > li .menuContact ul li:nth-last-of-type(-n+2):after { display: none; }

.lienContact ul > li .menuContact ul li a.lien-agence2 { position: absolute; display: block; left : 10px; top: 50%;transform: translateY(-50%);  width: 75px; height: 75px; padding : 0}
.lienContact ul > li .menuContact ul li img { display: inline-block; position: absolute;  
  width: 75px;
height: auto; box-shadow: 0 2px 4px rgba(0,0,0,0.2);
 }


.lienContact ul > li .menuContact ul li a { display: inline-block; color: #383838; font-weight: 700; }


.lienContact ul > li .menuContact ul li .lientel span { display: none; }
.lienContact ul > li .menuContact ul li .lientel a { color : #FE6B00; font-size: 20px; }
.lienContact ul > li .menuContact ul li .lientel a:before { content: "\47"; font-family: "sublimm"; display: inline-block;
  font-size: 16px; position: relative; top : 1px; font-weight: 400; background: #FE6B00; color: #fff; padding : 4px 3px 3px 4px; 
text-transform: none; border-radius: 100px; margin-right: 0.6em;
 line-height: 1;}

.lienContact ul > li .menuContact ul li:hover .lientel a:before  {
    -webkit-animation: flip 0.35s linear 1 both;
        animation: flip 0.35s linear 1 both;
    transform-origin : 50%;
      }
  
@-webkit-keyframes flip {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes flip {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

.lienContact ul > li .menuContact ul li .lienform { text-align: right; padding : 0; position: absolute;

right: 10px;
float: right;
bottom: 7px;}
.lienContact ul > li .menuContact ul li .lienform a { background: #777; color : #fff; padding : 0px 10px 6px; font-weight: 400; 
  font-size : 14px; line-height: 1; box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3); position: relative; border-radius: 3px;
  text-transform: uppercase; }
.lienContact ul > li .menuContact ul li .lienform a:before {  content: "\74"; font-family: "sublimm"; display: inline-block;
 padding-right : 0.5em; font-size: 22px; padding-top: 0;
text-transform: none; position: relative; top : 7px;
 line-height: 0.6;}
.lienContact ul > li .menuContact ul li .lienform a:hover { background: #383838; box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); top : 1px; left : 1px; }


.lienContact ul > li .menuContact ul li p { padding: 3px 0; font-family: sans-serif; }
.lienContact ul > li .menuContact ul li:hover { background: #fff; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);}

.lienContact ul > li .menuContact ul li h4, .lienContact ul > li .menuContact ul li h4 a.lien-agence { display: block; position: relative;
font-size: 22px; color: #444; font-weight: 700; font-family: 'Raleway', sans-serif; }

.lienContact ul > li .menuContact ul li h4 span, .lienContact ul > li .menuContact ul li h4 a.lien-agence span { font-weight: 400; color : #555; font-size: 80%; font-family: sans-serif; 
  top : 0; transform: none; padding-left: 0; }

.lienContact ul > li .menuContact ul li:hover h4 span, .lienContact ul > li .menuContact ul li:hover h4 a.lien-agence span { color: #FDF0E2 ; }


.lienContact ul > li .menuContact ul li h4:before { content: ''; 
  position: absolute; left : -5px; top : 0; bottom: 0; width: 5px; background: inherit;  }


.lienContact ul > li .menuContact ul li:hover h4  { background: #FE6B00; color: #fff; }
.lienContact ul > li .menuContact ul li:hover h4 a.lien-agence {  color: #fff; }

.lienContact ul > li .menuContact ul li:hover img { filter: grayscale(100%); box-shadow: none; }

.lienContact { width: 190px; background: #FE6B00; }

.lienContact:hover { background: #fe8126;   }

.lienBoutique, .lienPros  { background: #ffd1b0; }
.lienBoutique:hover, .lienPros:hover { background: #fff; }
body .lienDevis { width : 140px; background: #ffe8d2; }
body .lienDevis:hover { background : #fff; }

.search_header { background: #FDF0E2;   }
.search_header:hover { background :  #fff; }

.lienBoutique, .lienPros {  box-sizing: border-box; text-align: left; padding-left : 3.4em; }
.lienDevis {  box-sizing: border-box; text-align: left; padding-left : 2.9em; }

.lienBoutique a strong, .lienPros a strong, .lienDevis a strong { font-weight: 400; font-size: 14px; display: block; }
 .lienDevis a strong { letter-spacing : 1px;  font-size: 16px; }
.search_header { width: 65px; flex-shrink: 0; position: relative; box-shadow: inset 5px 0 5px rgba(0,0,0,0.1); }


 label.show_search-form span.screen-reader-text { display: none; }
 
 label.show_search-form::after { 
 content: "\76";  font-size: 30px; position: absolute; right: 0px; bottom : 0px; left : 0; top : 0;
display: inline-block; text-align: right; z-index: 10; cursor: pointer;
  font-family: "sublimm" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 box-sizing: border-box; padding : 18px;
 color : #383838;  }

input#show_search-form[type=checkbox]:checked ~ label.show_search-form::after { content: "\65"; background: #fff; color : #383838; box-shadow: inset 5px 0 5px rgba(0,0,0,0.1); }


 #searchbox { position: absolute; right: 0; top : 100%; background: #aaa; z-index: 100; height: 100%; width: 40vw; max-width: 650px; display: none;
 box-sizing: border-box; }

 input#show_search-form[type=checkbox]:checked ~ #searchbox  {
    display: block;
}
input#show_search-form[type=checkbox] { display: none;}

 #searchbox form { position: absolute; top : 0; left: 0; right: 0; bottom: 0;  }

 .searchtext { padding: 0; position: absolute; top : 0; left: 0; right: 0; bottom: 0; }

.searchtext input { display: block; position: absolute; top : 0px ; left : 0px; width: 100%; height: 100%;  text-align: left; background: #888; box-sizing: border-box; 
border : none; padding : 0 15px; font-size: 18px; font-family: sans-serif; letter-spacing: 1px; color: #fff; border-radius : 0;
box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.25);
 }
.searchtext input:focus-visible { border : none; outline: none; }
.searchbutton { position: absolute; top : 0px ; right: 0px; width: 67px; height: 100%;padding: 0; box-sizing: border-box;background: #383838; }


.searchbutton input {   position: relative; padding : 0 10px; font-size: 32px; width: 67px;
   color: #fff; border: none; cursor: pointer; display: inline-block;  height: 100%;background: #383838;
  -webkit-appearance: none; border-radius: 0;

    font-family: "sublimm" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.searchbutton input:hover { background: #000; color:#eee }




nav { height: 65px; width: 100%; flex-grow: 1; position: relative;
text-align: center;}
nav > ul { list-style: none; width: 100%; height: 100%; flex-grow: 1; position: relative;  position: relative;
display: flex; flex-wrap: nowrap; }

nav li { display: inline-block; height: 100%; flex-grow: 1; border-left: 1px solid #eee;
border-image: linear-gradient(to bottom, rgba(249, 249, 249,1) 33%,rgba(220, 220, 220,1) 33%,rgba(220, 220, 220,1) 66%,rgba(249, 249, 249,1) 66%);
border-image-slice: 1; }
nav li:first-of-type { border-image: none  }
nav li a { display: block; height: 100%; background: #f9f9f9; color: #383838;
font-size: 17px; position: relative;
 }


 nav > ul > li:hover > a:before { content: ''; 
 	position: absolute; left: 50%; bottom: -2px; z-index: 10; transform: translateX(-50%); filter: drop-shadow(0px -2px 6px rgba(0, 0, 0, 0.25));
width: 0;
height: 0;
border-style: solid;
border-width: 0 10px 10px 10px;
border-color: transparent transparent #fdf0e2 transparent;

 }
 nav > ul > li:hover > a:after { content: ''; position: absolute; left: 0; right: 0; bottom: -4px; height: 4px; background: transparent;}

nav > ul > li:hover > a { background: #fff; color: #FE6B00; }

nav li a span { position: relative;
	display: inline-block;
top: 50%;
transform: translateY(-50%); }

nav li ul.megamenu { position: absolute; top : 67px; left : -250px; right: 0; background: #fdf0e2; min-height: 5em; display: flex; 
	z-index: 50;
 flex-wrap: wrap; padding: 5px 10px; justify-content: space-between; 
box-sizing: border-box; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);

 visibility:hidden;   opacity:0;
-o-transition: visibility 0.3s linear ,opacity 0.3s linear;
  -ms-transition: visibility 0.3s linear ,opacity 0.3s linear;
  -moz-transition: visibility 0.3s linear ,opacity 0.3s linear;
-webkit-transition: visibility 0.3s linear ,opacity 0.3s linear;
transition: visibility 0.3s linear ,opacity 0.3s linear;
 }

.item-empty {
  visibility: hidden;
}
nav li:hover ul.megamenu, nav li:hover ul.menuqui, nav li:hover ul.menuxylo {   visibility:visible;  opacity:1; 
-o-transition-delay:0s;  
  -ms-transition-delay:0s;  
  -moz-transition-delay:0s;  
-webkit-transition-delay:0s;  
transition-delay:0s; }
nav li ul.megamenu li, nav li ul.menuqui > li > ul li { border: none; display: flex;  width: 30%; flex-grow: 0; padding: 10px; text-align: left; position: relative;
  margin: 5px auto;   min-height: 70px;  }
nav li ul.megamenu li:after { content: ''; position: absolute; left : 100px; right: 0%; bottom : -7px; height: 1px; 
  background: #e0e0e0; }

nav li ul.megamenu li:before, nav li ul.menuqui > li > ul li:before { content: "\4a"; font-family: "sublimm"; position: absolute; right: 40px;
 display: inline-block; bottom : 1px;  font-size: 24px; color : rgba(0, 0, 0, 0.5); visibility:hidden;   opacity:0; }

nav li ul.megamenu li:hover:before, nav li ul.menuqui > li > ul li:hover:before { right : 10px; visibility: visible; opacity: 1;
transition: visibility 0.1s linear ,opacity 0.1s linear, right 0.16s linear; 

  }
nav li ul.megamenu li.drone { background: url(images/drone.svg) top right no-repeat; background-size: 40px 40px; }

nav li ul.megamenu li:nth-last-of-type(-n+3):after { display: none; }
nav li ul.menuqui > li > ul li:after { content: ''; position: absolute; left : 100px; right: 0%; bottom : -5px; height: 1px; 
  background: #e0e0e0; }
nav li ul.menuqui > li > ul li:nth-last-of-type(-n+2):after { display: none; }
nav li ul.megamenu li img, 
nav li ul.menuqui > li > ul li img 
  { display: inline-block; width: 70px;  position: absolute; top : 0px; left: 0px; z-index: 1; box-shadow: 0 2px 4px rgba(0,0,0,0.2);}

/*
nav li ul.megamenu li img:before, nav li ul.menuqui > li > ul li img:before; { content: ''; position: absolute; 
  top:0; left: 0; right: 0; bottom: 0; background: red; z-index: 2; }
*/

nav li ul.megamenu li a, nav li ul.menuqui > li > ul li a { background: none; display: block; min-height: 70px;  font-family: sans-serif; font-size: 15px; line-height: 1.1;
 position: relative; outl1ine: 1px dotted red; }
nav li ul.megamenu li a span, nav li ul.menuqui > li > ul li a span { padding-left: 85px; top : 0; transform: none; }
nav li ul.megamenu li a strong, nav li ul.menuqui > li > ul li a strong { display: block; font-size: 22px; color: #FE6B00; font-weight: 700;  
  font-family: 'Raleway', sans-serif; margin-bottom: 3px;  
	position: relative; }

 nav li ul.menuqui > li > ul li a strong small { font-weight: 400;

font-size: 80%;
font-family: sans-serif; }

nav li ul.megamenu li a strong:before, nav li ul.menuqui > li > ul li a strong:before { content: ''; 
  position: absolute; left : -5px; top : 0; bottom: 0; width: 5px; background: inherit; }


nav li ul.megamenu li:hover, nav li ul.menuqui > li > ul li:hover { background: #fff; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }

nav li ul.megamenu li:hover img, nav li ul.menuqui > li > ul li:hover img { filter: grayscale(100%); box-shadow: none; }


nav li ul.megamenu li:hover strong,  nav li ul.menuqui > li > ul li:hover strong { background: #FE6B00; color: #fff; }


/* ---- menu qui sommes nous ---- */
nav li ul.menuqui { position: absolute; top : 67px; left : -250px; right: 0; width: auto; background: #fdf0e2; min-height: 5em;  
  z-index: 50; 

box-sizing: border-box; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 visibility:hidden;   opacity:0;
-o-transition: visibility 0.3s linear ,opacity 0.3s linear;
  -ms-transition: visibility 0.3s linear ,opacity 0.3s linear;
  -moz-transition: visibility 0.3s linear ,opacity 0.3s linear;
-webkit-transition: visibility 0.3s linear ,opacity 0.3s linear;
transition: visibility 0.3s linear ,opacity 0.3s linear; }



nav li ul.menuqui > li  { width: 100%; border: none;  box-sizing: border-box;  
 display: flex;flex-wrap: wrap; padding: 16px;
justify-content: stretch; flex-direction: row;}
nav li ul.menuqui > li div { width: 23%; background: #fe6b00;
background: #ff6b00 radial-gradient(circle at 60% 100%,#ffa436 5%,#ff6b00 94%);
  background-position-x: 0%;
  background-position-y: 0%;
  background-attachment: scroll;
background-position: bottom center;
background-attachment: fixed; color : #fff; padding : 5px 10px; 
  text-align: justify;color : #383838; font-family: 'Source Sans Pro', sans-serif; font-weight: 700; font-size: 14px;
 box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);}
nav li ul.menuqui > li div img { float: left; display: block; margin : 0px 10px 0px 0; width: 27%;
height: auto; }
nav li ul.menuqui > li div h3 { text-align: center; text-transform: uppercase;  color: #fff; font-size : 20px; padding-bottom: 10px;}
nav li ul.menuqui > li div p { padding: 2px 0; }
nav li ul.menuqui > li div p:first-letter { font-size: 120%; font-weig1ht: 400; }

nav li ul.menuqui > li > ul { width: 74%;  box-sizing: border-box;}
nav li ul.menuqui > li > ul h3 { text-transform: uppercase;
font-size: 28px;
letter-spacing: 1px;
padding-bottom: 3px;
margin: 0;
font-weight: 400;
color: #383838; }
nav li ul.menuqui > li > ul li { height: auto; width: 45%; display: inline-block;  vertical-align: top;margin: 5px auto; font-family: "Raleway"; }
nav li ul.menuqui > li > ul li:nth-of-type(2n-1) { margin-right : 15px; }
nav li ul.menuqui > li div p.lls {  clear : both; font-weight: 400; margin-top : 0px; text-align: center;}
nav li ul.menuqui > li div p.lls strong { display: block; position: relative;  }
nav li ul.menuqui > li div p.lls a { padding: 5px 40px 5px 20px; position: relative; text-align: center; font-size:18px; display: inline-block;
 box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3); border-radius : 4px; background: #f2f2f2; }
nav li ul.menuqui > li div p.lls a:after { content: "\72"; font-family: "sublimm"; position: absolute; right: 6px;
 display: inline-block; padding-left: 10px; top: 50%; font-size: 26px;
transform: translateY(-50%);  }

 nav li ul.menuqui > li div p.lls a:hover { background: #383838; color : #fff; top : 1px; right: 1px; box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); }


/* menu xylophages / termites */

nav li ul.menuxylo { position: absolute; top : 67px; left : -250px; right: 0; width: auto; background: #fdf0e2; min-height: 5em;  
  z-index: 50; 

box-sizing: border-box; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 visibility:hidden;   opacity:0;
-o-transition: visibility 0.3s linear ,opacity 0.3s linear;
  -ms-transition: visibility 0.3s linear ,opacity 0.3s linear;
  -moz-transition: visibility 0.3s linear ,opacity 0.3s linear;
-webkit-transition: visibility 0.3s linear ,opacity 0.3s linear;
transition: visibility 0.3s linear ,opacity 0.3s linear; }

header nav li ul.menuxylo > li > div { width: 45%; display: table;  table-layout: fixed ; }
header nav li ul.menuxylo > li div div { display: table-cell; box-shadow: none; vertical-align: middle; }
header nav li ul.menuxylo > li div div:first-of-type { width: 40%; }
header nav li ul.menuxylo > li div div:last-of-type { width: 60%; }
header nav li ul.menuxylo > li > ul { width: 49%; display: flex; flex-direction: column; }
header nav li ul.menuxylo > li > ul li { width: 90%; float: none; }
header nav li ul.menuxylo > li div img { width: 100%;}
header nav li ul.menuxylo > li > ul li:nth-of-type(2n-1) {   margin-right: auto; }

header nav li ul.menuhab li {  width: 47%; }

 header nav li ul.menuhab li:nth-last-of-type(-n+3):after { display: block; }
 header nav li ul.menuhab li:nth-last-of-type(-n+2):after { display: none; }
/* --------- fixed menu ----------- */
body.fixedMenu  { padding-top: 160px; }
.fixedMenu header { position: fixed; top : 0; left: 0; right: 0; flex-wrap: nowrap; height: 55px;}
.fixedMenu .contenerMenus { flex-direction: row; height: 55px; position: relative; }
.fixedMenu .headerTop { position: static; }
.fixedMenu  .logo { max-width: 125px;  }
.fixedMenu .logo a {  padding: 10px;}
.fixedMenu .slogans { display: none; }
.fixedMenu .lienContact ul > li .menuContact { top : 55px; background: #eee; /* left : -125px */ }
.fixedMenu .lienContact ul > li .menuContact ul li {  width: 44%; }
.fixedMenu .lienContact ul > li .menuContact ul li:hover {  background: #fff; }
.fixedMenu .lienContact > ul:hover > li > a:before { border-color: transparent transparent #eee transparent; }


.fixedMenu nav { order : 0; height: 55px; }
.fixedMenu .headerTop { order : 1 }
.fixedMenu .lienshaut, .fixedMenu .search_header, .fixedMenu .search_header button  { width: 55px; height: 55px; text-align: center;
 box-shadow: inset 3px 0 3px rgba(0,0,0,0.1); }
.fixedMenu label.show_search-form::after { padding: 14px;}
.fixedMenu header .show_search-form span {   padding-top: 15px; padding-bottom: 4px;}
.fixedMenu .searchbutton { width: 55px; right: 0px;  }
.fixedMenu .searchbutton input {   width: 55px;}
.fixedMenu .headerTop .lienContact { width: 55px; }
.fixedMenu .headerTop .lienContact a > span:before { left : -6px }

.fixedMenu .lienshaut a > span { width: 0px; text-indent: -9999px; }
.fixedMenu .lienshaut a > span:before, .fixedMenu .lienBoutique sub  { text-indent: 0; }
.fixedMenu .lienBoutique, .fixedMenu .lienPros { padding: 0; }
.fixedMenu .lienPros a > span::before {  left: -11px; }
.fixedMenu .lienDevis a > span::before {  left: -41px; }

.fixedMenu .lienBoutique sub {  left: 6px; }
.fixedMenu nav li ul.megamenu { position: absolute; top : 57px;  left : -125px;  right: -220px;}
.fixedMenu nav li ul.menuqui { position: absolute; top : 57px; left : -125px;  right: -220px;}

.fixedMenu nav li a {  font-size: 16px; }

/* bandeau recrutement */
.annonce_recrutement_header { text-align: center; overflow : hidden; }

.annonce_recrutement_header p { padding : 0}
.annonce_recrutement_header a { display: block; padding : 4px; box-sizing : border-box; position : relative;
background : #f9dabd; 
color : #fe6b00; text-transform : uppercase;  text-decoration: none; font-weight : 700; font-size : 24px;  letter-spacing : 1px; }

.annonce_recrutement_header a:hover { background : #f7e6d7; color : #383838 }
.annonce_recrutement_header a small {font-family: sans-serif; color : #383838; font-size : 14px; text-transform : none; letter-spacing : initial; font-weight : 400; }
.annonce_recrutement_header a span:before { content:'J';position: relative; font-size : 23px; top : 4px; padding-right : 0.5em; display: inline-block; 
 font-family: "sublimm" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
animation: bounce 1.5s infinite;
	-webkit-animation: bounce 1.5s infinite;
	-moz-animation: bounce 1.5s infinite;
	-o-animation: bounce 1.5s infinite;
}

body.page section.content-page .bloc-recrutement h2 {
  
  font-size: 29px;
  margin-top: 0px;
  margin-bottom: 20px;
}
body.page section.content-page .bloc-recrutement h3 {
  
  margin-bottom: 10px;
}
body.page section.content-page .bloc-recrutement .bloc-contact {  
  border-radius: 10px;
}

/* bandeau actu */
#actu { background: #FE6B00; color: #fff; font-family: "Raleway", sans-serif; position: relative;
padding: 1px 40px ; font-size: 16px; height: 30px; overflow: hidden;
 }
#actu h3 { padding: 0 10px 0 0px; font-weight: 400; float: left; position: relative; top : 3px }
 #actu h3, #actu p{ display: inline-block; }

#actu p { font-family: sans-serif; }
#actu li a, #actu p a{ text-decoration: none; color: #fae6d4;}
#actu p.lls { float: right;position: relative; }

#actu p.lls a { display: inline-block;  background: #a84c04; color: #fff; padding: 2px 20px; 
position: relative; top : -3px; font-family: "Raleway", sans-serif; border-radius: 3px; box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
#actu p.lls a:before { content: "\72"; font-size: 60%; padding-right: 0.6em; 
	font-family: "sublimm"; }
#actu li a:hover { color: #383838; text-decoration: underline; 

 }

#actu p.lls a:hover { text-decoration: none; color:  #fdf0e2; background: #383838;box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
 }

 .news ul {
  float: left;
  
  animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
  -webkit-user-select: none
}
.news ul li {line-height: 30px; list-style: none }
.news ul li a {
  color: #fff;
  text-decoration: none; letter-spacing: 1px;
  font: 14px;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none
}
.news ul:hover { animation-play-state: paused }
.news span:hover+ul { animation-play-state: paused }
@keyframes ticker {
  0%   { transform: translateY(0px);}
  25%  { transform: translateY(-30px);}
  50%  { transform: translateY(-60px);}
  75%  { transform: translateY(-90px);}
  100% { transform: translateY(0px);}
}

/* temporaire */

.home h1 { text-align: center; font-weight: 400; padding : 1.4em 0 1em; font-size : 38px }
.home h1 span.txtorange { display: block; }

/* diapo accueil */

ul.diapos { list-style: none;  }

ul.diapos > li.swiper-slide { display: flex; flex-direction: row; position: relative; }
ul.diapos > li.swiper-slide picture { order :0; width: 100%; flex-grow: 1; margin: 40px 0 40px 35%; box-shadow: 0 0 30px rgba(0, 0, 0, 0.5); 
overflow: hidden; position: relative;
}
ul.diapos > li.swiper-slide picture img { width: 100%; display: block;  }
ul.diapos > li.swiper-slide h2 { order : 1; position: absolute; top: 00px; bottom: 00px; left: 00px; right: 60%; background: #fff;
  z-index: 10;  box-sizing: border-box;
text-transform: uppercase; color: #383838; font-family: "Raleway", sans-serif; font-weight: 700; font-size: 55px;
}

ul.diapos > li.swiper-slide h2 span { position: absolute; top : 50px; left: 60px; white-space: nowrap; z-index: 10;
text-shadow:  0 0 20px rgba(255, 255, 255, 1),  0 0 35px rgba(255, 255, 255, 0.9), 0 0 50px rgba(255, 255, 255, 0.8);
 }
ul.diapos > li.swiper-slide h2:before { content: ''; position: absolute; top : 0px; bottom: 0px; left : 0; width: 30px; background: #fff; z-index: -1; }
ul.diapos > li.swiper-slide h2:after { content: ''; position: absolute; left: 100%; top: -40px; bottom: -40px; width: 150px; 
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 10%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 10%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 10%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );

 }
ul.diapos > li.swiper-slide div { order: 3; position: absolute; left: 60px; bottom: 40px; top: 40px; z-index: 20; backgro1und: red; right: 30%;}
ul.diapos > li.swiper-slide div h3 { 
position: absolute; left: 0; top : 50%; transform: translateY(-50%);
  text-shadow:  0 0 20px rgba(255, 255, 255, 1),  0 0 35px rgba(255, 255, 255, 0.9), 0 0 50px rgba(255, 255, 255, 0.8); }
ul.diapos > li.swiper-slide div h3 strong { display: block;  
 text-transform: uppercase; color: #fe6b00; font-family: "Raleway", sans-serif; font-weight: 700; font-size: 45px; line-height: 1.1;
  }
ul.diapos > li.swiper-slide div h3 strong span { display: block; }
ul.diapos > li.swiper-slide div h3 span.detail { font-weight: 700; font-size: 24px;  }
ul.diapos > li.swiper-slide div p { 
position: absolute; left : 0; bottom: 10px;
font-family: sans-serif;
  text-align: left; padding: 0 5px; font-size: 20px; }
ul.diapos > li.swiper-slide div p span.hr { display: block; width: 0; height: 0; overflow: hidden; text-indent: -9999px; }

ul.diapos > li.swiper-slide div p a { text-decoration: none; display: inline-block; background: #fe6b00; color: #fff; border-radius: 4px;
padding: 5px 25px;  text-transform: uppercase; font-size: 16px;  margin : 10px auto 0; font-weight: 700;
 letter-spacing: 1px; position: relative;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
 }
ul.diapos > li.swiper-slide div p a:after { content: '\72'; position: relative; top : 2px; left : 10px;
  font-family: "sublimm" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

ul.diapos > li.swiper-slide div p a:hover { background: #383838; }
.swiper-button-next, .swiper-button-prev {
  z-index: 10;
  top: 40px!important;
  height: auto!important;
  margin-top: 0!important;
 
  bottom: 40px!important;
  width: 45px!important;
}
.swiper-button-prev { left : 0!important; background-color: rgba(0, 0, 0, 0.05); }
.swiper-button-prev:hover, .swiper-button-next:hover { background-color: rgba(0, 0, 0, 0.15); }
.swiper-button-next { right: 0!important; background-color: rgba(249, 249, 249, 0.25); }

.diapos [data-bandeau]:not([data-bandeau=""]):after { content: attr(data-bandeau); background: #FF2B0D; position: absolute; top: 60px; right: -110px; display: block;
color: #fff; font-size: 22px; font-family: "Raleway", sans-serif; font-weight: 700; letter-spacing: 2px; padding : 5px 100px;
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
transform: rotateZ(45deg); 

 }


 /* ------------ page accueil ------------------*/

.home .amelioration .swiper-cont2 .swiper-button-next { right: 0!important; background-color: rgba(0, 0, 0, 0.05); }

.home_content { font-size: 18px; }
.home_content h2 {  font-family: "Raleway", sans-serif; font-weight: 400; font-style: italic; font-size: 36px; color: #fe6b00; margin-bottom: 25px; }
.home_content h2 span { position: relative; display: inline-block; }
.home_content h2 span:before { content: ''; position: absolute; bottom: -5px; left: -10px; right: -10px; height: 6px; background: #f2f2f2; z-index: -1; }

 .introacc { max-width: 1200px; margin: 40px auto 0 auto; text-align: justify; position: relative; }
.home_content .introacc h2 span:before { display: none; }

 .introacc p.solgan { text-align: center; font-size: 26px; font-family: 'Raleway', sans-serif; margin: 10px auto; margin-top: 25px !important;clear: both;
 transform: translateX(-1em); }
.introacc .p1 { padding-left: 1em; }
.introacc .p3 { padding-left: 3em; }
/*
.introacc:after { content: "";
display: block;
width: 250px;
height: 6px;
background: #fdf0e2;
bottom: -75px;
position: absolute;
left: 60%;
transform:  translateX(-50%) skew(-20deg);
 }
*/


 .home_content .introacc h2 { text-align: center; font-size: 42px; position: relative; left: -8%; }
.home_content .introacc p { margin: 5px 0% 10px 11%; }
.home_content .introacc  img { margin: 10px 0px 30px 100px; }
 .blocaccfull { overflow: hidden; position: relative; width: 100%; display: flex; flex-direction: row; padding-right: 100px; box-sizing: border-box; align-items: center; margin-top : 40px;
 text-align: justify; font-size : 18px; line-height: 1.4; margin-top: -80px; z-index: -1; }
/* .blocaccfull:after {
  content: "";
display: block;
width: 250px;
height: 6px;
background: #fdf0e2;
bottom: 30px;
position: absolute;
left: 50%;
transform:  translateX(-50%) skew(-20deg);
 }*/



  .blocaccfull .wp-image-165 { position: relative;   display: block; width: 42%; height: auto; flex-shrink: 0; transform : translateX(-100px) rotate(-8deg); }

 .blocaccfull > div { margin-top: 80px; }
  .blocaccfull > div h2 { transform: translateX(-0.5em); }
 .blocaccfull > div h3 { font-weight: 400; font-family: 'Raleway', sans-serif; transform: translateX(-1.5em); margin-top: 20px; }
.blocaccfull > div ul { transform: translateX(-2em); list-style: square; }
.blocaccfull > div ul li { position: relative; margin: 10px 0; }

/*
.blocaccfull > div ul li:before { content : ""; display: block; width: 12px; height: 12px; background: #fe6b00; transform: rotate(45deg);
position: absolute; left: -1.3em; top : 8px;
 }
*/

.acc_num {  padding : 40px 150px; text-align: center; box-sizing: border-box;  }
.home_content .acc_num h2 span:before { background: #fff; z-index: 0; }
.home_content .acc_num h2 { text-align: left; }
.home_content .acc_num h3 { margin-bottom: 10px; color: #383838; margin-top : 10px } 
.home_content .acc_num h3 strong { display: block; font-size: 150%; }
.home_content .acc_num > div.marged { 
padding: 5px;

border-radius: 20px;
max-width: 1000px;
margin: 20px auto;
position: relative;
z-index: 2;
 }
.home_content .acc_num img { display: block; width: 100%; }

.home_content .acc_num .formpro {  max-width: 1200px;  margin: 0 auto; background: #fe6b00; padding: 4px 0 10px 0; border-radius: 12px;}
.home_content .acc_num .formpro h3, .home_content .acc_num .formpro label { color: #fdf0e2; }
.home_content .acc_num .formpro form { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-around; }

.home_content .acc_num .formpro form input { width: 175px; padding: 2px 5px; background: #f2f2f2; border: 1px solid #999; font-size: 14px;
border-radius: 0px; box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.25); text-align: left; }

.home_content .acc_num .formpro form select { width: 175px;
border-radius: 0;
background: #f2f2f2;
border: 1px solid #999;
box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.25); }
.home_content .acc_num .formpro form input[type=submit] { background: #383838; color : #fff; text-transform: uppercase; letter-spacing: 2px; 
  font-size: 20px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); border:  none; cursor: pointer;  text-align: center;
position: relative; top : 0.8em;
   }
.home_content .acc_num .formpro form span.wpcf7-not-valid-tip { font-size: 14px; }
.home_content .acc_num .formpro form div.wpcf7-response-output { max-width: 80%; margin: 10px auto; background: #fdf0e2; border-radius: 6px; }

.home_content .marged { max-width: 1200px;  margin: 0 auto; }

.home_content .amelioration p.lien { text-align: center; padding : 10px 0; }
.home_content .amelioration a, .home_content .acc_num a.contactagence { background: #fe6b00; display: inline-block; text-decoration: none;
text-transform: uppercase; color: #fff; padding: 5px 10px; border-radius: 6px; margin-left: 1em; }
.home_content .amelioration a:hover, .home_content .acc_num a.contactagence:hover { background: #383838; }
.home_content .amelioration a:after, .home_content .acc_num a.contactagence:after { content: "\45"; display: inline-block; padding-left: 0.5em; position: relative; top : 4px;
font-family: "sublimm" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 }

 .home_content .engagements { padding: 80px 0; }
.home_content .engagements ul { list-style: none; }
.home_content .engagements li { display: inline-block; width : 30%; margin: 20px 0; font-size: 24px; position: relative; margin-right: 1.4em;  }
.home_content .engagements li:before { content: "";
display: block;
width: 15px;
height: 15px;
background: #fe6b00;
transform: rotateZ(45deg);
position: absolute;
left: -1.3em;
top: 8px; }

.home_content .engagements li:hover:before {
  -webkit-animation: flipli 0.3s linear;
  animation: flipli 0.3s linear;
  transform-origin : 50%;  }

.home_content .certifs, .home_content .amelioration { padding: 40px 0; }
.home_content .certifs h2 { text-align: center; }
.home_content .certifs ul { list-style: none; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-around; padding: 25px 0; }
.home_content .certifs li img { display: block; max-width: 150px;  transition-duration: 100ms; }
.home_content .certifs li:hover { transform: translateY(-10px);  transition-duration: 300ms;}

.home_content .acc_termites { backgro1und: #e3efe9; padding: 0px 0 40px 0; position: relative; }
.home_content .acc_termites .marged { padding: 0 90px; max-width: none; }

/*
.home_content .acc_termites:after {
  content: "";
display: block;
width: 250px;
height: 6px;
background: #fdf0e2;
bottom: 0px;
position: absolute;
left: 50%;
transform:  translateX(-50%) skew(-20deg);
}*/

.home_content .acc_termites h2 { padding-right: 250px; text-align: center; box-sizing: border-box; }
.home_content .acc_termites h2 span:before {  z-index: 0; background: #F2F2F2; }
.home_content .acc_termites p { padding: 10px 0; }
.home_content .acc_termites img {width: 45%;
margin-left: 90px;
margin-top: 25px; }
.home_content .acc_termites  a {  color: #fe6b00; padding: 5px 3px; }
.home_content .acc_termites  a:hover { color: #383838; }
.home_content .acc_termites  a.lien-sentri { color: #00B65F; }
.home_content .acc_termites .lls { text-align: center; }
.home_content .acc_termites .lls a {  text-decoration: none; display: inline-block; padding: 5px 10px; color : #fe6b00; border : 2px solid #fe6b00; background: #fff; border-radius: 6px;
text-transform: uppercase; font-weight: 700; }
.home_content .acc_termites .lls a:after { 
content: "\72";
text-transform: none;
font-family: "sublimm";
position: relative; top : 3px;
display: inline-block;
padding-left: 10px;
 }

.home_content .acc_termites .lls a:hover { background:  #fe6b00; color : #fff; border : 2px solid #fff; }

/* ----------------   PAGES ------------------- */
body.page section.content-page h1, body.page section.content-page-nolightbox h1 { color : #fe6b00; font-family: "Raleway", sans-serif; padding : 80px; text-align: center; font-size: 36px; font-weight: 400; }
body.page section.content-page  h2, body.page section.content-page-nolightbox  h2 { color : #fe6b00; font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 32px; margin-top: 40px; }
body.page section.content-page a, body.page section.content-page-nolightbox a {color : #fe6b00;  }
body.page section.content-page a:hover, body.page section.content-page-nolightbox a:hover {color : #383838;  }

body.page section.content-page .marged, body.page section.content-page-nolightbox .marged, .content-search { max-width: 1200px; margin: 0 auto; }
body.page section.content-page .intro, body.page section.content-page-nolightbox .intro {  max-width: 860px; margin: 0 auto 40px auto; background: rgba(253, 240, 226,0.85); font-size: 20px; font-style : italic; text-align: center; padding : 20px; 
  position: relative;  z-index: 10; 
border-radius: 10px; border: 3px solid #ffcda8; font-weight: 700; }
body.page section.content-page .intro:hover, body.page section.content-page-nolightbox .intro:hover { background: rgba(253, 240, 226,1); }

body.page section.content-page .intro::after, body.page section.content-page-nolightbox .intro::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -8px;
  right: -8px;
  bottom: -4px;
  border: 3px solid #FCDFC4;
  transform: rotate(1.7deg);
  z-index: -1;
  border-radius: 20px 20px 10px 10px;
}
body.page section.content-page .intro::before, body.page section.content-page-nolightbox .intro::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0px;
  right: -7px;
  bottom: -3px;
  border: 3px solid #eee;
  transform: rotate(-2deg);
  z-index: -1;
  border-radius: 20px 20px 10px 10px;
}



body.page section.content-page .bg_intro, body.page section.content-page-nolightbox .bg_intro { padding: 100px 0; position: relative; z-index: -1; background-repeat: no-repeat; 
  background-size: cover; background-position: center; }
body.page section.content-page .bg_intro::after, body.page section.content-page-nolightbox .bg_intro::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba( 0, 0, 0, 0.2);
  z-index: 0;
}
body.page section.content-page, body.page section.content-page-nolightbox { font-size: 18px; }
body.page section.content-page .bloc-contact { padding: 40px 0; background: #f2f2f2; font-size: 24px; margin-top : 40px }
body.page section.content-page .bloc-contact p { text-align: center; font-weight: 700; }
body.page section.content-page .bloc-contact .lls {  }
body.page section.content-page .bloc-contact a {  text-decoration: none; display: inline-block; padding: 5px 10px; color : #fff;  background: #fe6b00; border-radius: 6px;
text-transform: uppercase; font-weight: 700; 
box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
body.page section.content-page .bloc-contact a:after { 
content: "\72";
text-transform: none;
font-family: "sublimm";
position: relative; top : 3px;
display: inline-block;
padding-left: 10px;
 }
body.page section.content-page .bloc-contact a:hover { background: #383838; box-shadow: none; }

body.page section.content-page .orangeclair {    margin: 75px 0;  padding: 20px 0; position: relative; }
body.page section.content-page .orangeclair::after {
content: "";
position: absolute;
top: -25px;
left: 0;
right: 0;
bottom: -20px;
transform: skewY(-2deg);
z-index: -1;
border-top: 3px solid #fff;
border-bottom: 3px solid #fff;
}
body.page section.content-page .orangeclair::before {
content: "";
position: absolute;
top: -30px;
left: 0;
right: 0;
bottom: -30px;
transform: skewY(-2deg);
z-index: -1;
background: #fdf0e2;
}


body.page section.content-page .orangeclair h2 { margin-top: 0; margin-bottom: 20px; }

body section.content-page p.lien-drone { text-align: center; margin-top: 10px; }
body section.content-page .lien-drone a { text-decoration: none; display: inline-block; text-transform: uppercase; border: 3px solid #fe6b00; padding : 5px 10px;
border-radius: 6px;
 background: transparent; font-weight: 700;  }
body section.content-page .lien-drone a:hover { color: #fff; background: #fe6b00; border: 3px solid transparent;  }

body section.content-page .lien-drone a:after {   content: "\72";
  text-transform: none;
  font-family: "sublimm";
  position: relative;
  top: 3px;
  display: inline-block;
  padding-left: 10px;
} 

body section.content-page .avecdrone { padding-right : 100px!important; background-image: url("images/drone.svg"); background-position: 95% center; background-repeat: no-repeat; background-size: 5% ; }

/* --------- devis gratuit ----------- */

h1.titre-devis::after {	
content: "\4c";
text-transform: none;
font-family: "sublimm";
transform : translateY(20px);
font-size : 60px;
display: inline-block;
padding-left: 0.7em; 	
}

.deco-devis { display: flex ; flex-wrap: nowrap; padding-right : 13vw; align-items : flex-end; padding-bottom : 80px; }
.illustration-devis { width : 30%; flex-shrink : 0; margin-top : -180px; padding: 0 20px 0 40px; }
.blocintrodevis p { text-align : justify; padding : 10px 0; }


/* amelioration de l'habitat */

body.page-id-66 section.content-page .intro {  max-width: 920px; }

/* deratisation */

body.page-id-46 section.content-page  ul { list-style-type: square; margin-left: 1.5em; }
body.page-id-46 section.content-page  ul li { margin: 10px 0; }


body.page-id-46 section.content-page .traitement ul { list-style: none; display: flex; justify-content: space-between; margin-left: 0; }
body.page-id-46 section.content-page .traitement ul li { width: 46%; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
padding: 10px; box-sizing: border-box; margin: 20px;  }
body.page-id-46 section.content-page .traitement ul li h4 { background: #f2f2f2; text-align: center;  text-transform: uppercase; font-family: 'Raleway', sans-serif; margin-bottom: 10px; padding: 5px 0;}

.vente .marged {  position: relative; }

.vente .marged::after {
  content: "\68";
  position: absolute;
  right: -20px;
  top: 50%;
  font-family: "sublimm";
  font-size: 5em;
  transform: translateY(-50%);
  opacity: 0.5;
}

/* desinfection */

body.page-id-43 section.content-page .intro h2 {  margin-top : 0; margin-bottom: 15px; }
body.page-id-43 section.content-page .diogene ul  { list-style: none; display: flex; flex-wrap: wrap; justify-content: space-around; }
body.page-id-43 section.content-page .diogene ul li { margin: 15px; }
body.page-id-43 section.content-page .traitement ul { list-style: none; display: flex; justify-content: space-between; }
body.page-id-43 section.content-page .traitement ul li { width: 46%; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
padding: 10px; box-sizing: border-box; margin: 20px;  }
body.page-id-43 section.content-page .traitement ul li h3 { background: #f2f2f2; text-align: center;  text-transform: uppercase; font-family: 'Raleway'; margin-bottom: 10px; padding: 5px 0;}
body.page-id-43 section.content-page .bg_intro::after {    background: rgba( 0, 0, 0, 0.1); }

/* page qui sommes nous */

body.page-id-39 section.content-page ul.affiches { list-style: none; display: flex; flex-wrap: wrap; justify-content: space-around; padding : 40px 0 20px }

/*   page traitement nuisibles */
body.page-id-41 section.content-page .bg_intro { padding: 150px 0; }

body.page section.content-page .blocaccfull {  margin-top: 40px; z-index: 0;}
body.page-id-41 section.content-page p { text-align: justify; }
body.page-id-41 section.content-page .blocaccfull ol { list-style: none; }
body.page-id-41 section.content-page .blocaccfull ol li { display: block; margin : 15px 0; }
body.page-id-41 section.content-page .blocaccfull ol li:first-of-type { transform: translateX(-70px); }
body.page-id-41 section.content-page .blocaccfull ol li:last-of-type { transform: translateX(-100px); }
body.page-id-41 section.content-page  h2 { transform: translateX(-1.2em);  }
body.page-id-41 section.content-page  h2 a { color : #fe6b00; font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 32px; display: inline-block; }
body.page-id-41 section.content-page .marged { margin: 15px auto; }


/*   page traitement bois */


body.page-id-69 section.content-page ol { list-style: none;

display: flex; flex-wrap: wrap; justify-content: space-around;
}

body.page-id-69 section.content-page ol li { margin-top: 20px; margin-bottom: 20px; background: #fff; width: 48%; padding: 15px; border-radius: 6px; box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
text-align: justify; box-sizing: border-box; }
body.page-id-69 section.content-page ol li h3 { text-align: center; background: #f2f2f2; padding : 5px; color: #444;  margin-bottom: 0.6em; font-size : 18px; 
text-transform: uppercase; border-radius: 4px;
}
body.page-id-69 section.content-page ol li:last-of-type { width: calc(100% - 20px) ; }

body.page-id-69 section.content-page ol li img { display: block; margin-top : 10px; width: 100%;  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4); }
body.page-id-69 section.content-page ol li:last-of-type img { width: 20%; display: inline-block; box-shadow: none; margin : 20px auto; }

body.page-id-69 section.content-page .orangeclair h2 { margin-top: 0; margin-bottom: 20px; }
body.page-id-69 section.content-page .orangeclair .marged { padding : 0 150px }
body.page-id-69 section.content-page ul { margin-left: 4em; }

/* page toiture */
body.page-id-77 section.content-page div.intro {  max-width: 875px; }
body.page-id-77 section.content-page ol { list-style: none; display: flex; flex-direction: row; flex-wrap: nowrap; padding-bottom: 1em; }
body.page-id-77 section.content-page ol ul { list-style: square;  margin-left: 1em;}

/* page punaises de lit */
.page-id-52 section.content-page ul { margin-left: 4em; margin-top: 20px; list-style-type: square; }

.page-id-52 section.content-page h4 { color: #fe6b00; font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 22px; margin-top: 15px; }

/* avant construction */
body.page-id-64 section.content-page div.intro {  max-width: 875px; }

body.page-id-64 section.content-page div.orangeclair h2 { text-align: center; max-width: 80%; margin: 10px auto; }
body.page-id-64 section.content-page div ul.diapo { list-style: none; display: flex; justify-content: space-between; align-items: center; }
body.page-id-64 section.content-page div ul.diapo li { display: inline-block; margin : 25px; max-width: 250px; }

body.page-id-64 section.content-page div ul.possibilites { list-style: none; display: flex; justify-content: space-between; margin-bottom: 20px; }
body.page-id-64 section.content-page div ul.possibilites li { margin : 25px 10px 15px 10px;   max-width: 46%;
text-align: justify;
box-sizing: border-box;
padding: 10px;
background: rgba(255,255,255,0.8);
box-shadow: 0 0 20px rgba(0,0,0,0.2); }

body.page-id-64 section.content-page div.orangeclair h3 { font-weight: 400; font-size: 26px; text-decoration: underline;text-align: center; }

/* frelons */

body.page-id-50 section.content-page div.intro {  max-width: 920px; }
body.page-id-50 section.content-page div.intro h2 { margin-top: 0; }
body.page-id-50 section.content-page .bg_intro {  padding: 150px 0; }
body.page-id-50 section.content-page ul { margin-left : 1.5em; list-style-type: square; }
body.page-id-50 section.content-page li { margin: 10px 0; }



/* isolation */
body.page-id-74 section.content-page .intro {   max-width: 1000px; }
body.page-id-74 section.content-page .intro h2 { margin-top: 0; }

body.page-id-74 section.content-page .marged ul { list-style: none; display: flex; flex-direction: row; justify-content: space-between; margin-top : 15px }
body.page-id-74 section.content-page .marged ul li { display: block; width: 29%; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); padding : 10px }
body.page-id-74 section.content-page .marged ul li h3 { background: #f2f2f2; text-align: center;  text-transform: uppercase; font-family: 'Raleway', sans-serif; margin-bottom: 10px; padding: 5px 0;}

 /* merule */
body.page-id-79 section.content-page div.intro {  max-width: 900px; }
body.page-id-79 section.content-page .marged h3 { margin: 20px 0; }
body.page-id-79 section.content-page .marged ul { margin: 10px 0 10px 2em; list-style-type: square; }
body.page-id-79 section.content-page .traitement { text-align: right; }
body.page-id-79 section.content-page .traitement ul { list-style: none;  }
body.page-id-79 section.content-page .marged li { margin : 10px 0; }
body.page-id-79 section.content-page .marged .firstpar { margin-top: 20px }

/* page amélioration */

body.page-id-66 ul.liste-pages { list-style: none; display: flex; flex-wrap: wrap; justify-content: space-around; }

body.page-id-66 ul.liste-pages li { width: 45%; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); margin : 30px; padding : 20px; box-sizing: border-box; text-align: justify; background: #f2f2f2; }
body.page-id-66 ul.liste-pages li h2 { margin-top: 0; text-align: center; font-size: 28px; background: #fff; border-radius: 6px; }

body.page-id-66 ul.liste-pages li p.lls { text-align: right; }
body.page-id-66 ul.liste-pages li p.lls a { background: #fe6b00; color: #fff; text-decoration: none; text-transform: uppercase; padding: 5px 10px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
font-size: 20px; }

body.page-id-66 ul.liste-pages li p.lls a:after { font-size: 18px;
  content: '\72';
  position: relative;
  top: 2px;
  left: 10px; padding-right: 5px;
  font-family: "sublimm" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.page-id-66 ul.liste-pages li p.lls a:hover { background: #383838; }

/* drone */

body.page-id-177 .content-page .marged ul { list-style-type: square; margin-left: 1.5em; }
body.page-id-177 .content-page .marged ul li { margin: 10px 0; }

body.page-id-177 section.content-page .bg_intro {  padding: 150px 0; }

body.page-id-177 section.content-page .parallax {  height: 55vh; }

body.page-id-177  section.content-page .bg_intro::after {
  content: none; }


/* faune */
body.page-id-58 section.content-page .bg_intro {  padding: 130px 0; }
body.page-id-58 section.content-page .parallax {  height: 55vh; }
body.page-id-58 section.content-page .intro {  max-width: 965px; }
body.page-id-58 section.content-page .marged ul { list-style-type: square; margin-left: 1.5em; }
body.page-id-58 section.content-page .marged ul li { margin: 10px 0; }

body.page-id-58 section.content-page .marged ul h3 { display: inline-block; }

/* traitement des termites */
body.page-id-62 section.content-page .intro {  max-width: 900px; }
body.page section.content-page a.txtvert { color: #018A49; }



/* desinsectisation */
body.page-id-48 .content-page .reflex ul { list-style: square; }
body.page-id-48 .content-page .reflex li { margin : 10px 0; }


body.page-id-48 .content-page .traitement > ul {
 display:  flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; list-style: none;
}
body.page-id-48 .content-page .traitement > ul > li { width: 46%; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
padding: 10px; }

body.page-id-48 .content-page .traitement > ul > li ul { list-style: none; margin-left : 1.5em; }

body.page-id-48 .content-page .traitement > ul > li ul li { margin: 20px 0; text-align: justify; position: relative; }
body.page-id-48 .content-page .traitement > ul > li ul li:before { content: ''; position: absolute; left : -1.2em; top : 0.4em; width: 12px; height: 12px; background: #fe6b00;
transform: rotateZ(45deg) rotateY(0);
transform-origin: center;
 }


body.page-id-48 .content-page .traitement h4 {   background: #f2f2f2; font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Raleway';
  margin-bottom: 10px;
  padding: 5px 0;
 }
body.page-id-48 .content-page .traitement > ul > li ul li strong { color: #fe6b00; font-size: 20px; }

body.page-id-48 section.content-page .bg_intro::after {  background: rgba( 0, 0, 0, 0.1);}
/* ------------    pages générale agences    ------------ */

.page-template-agences section.content-agences h1 { font-size: 35px; font-weight: 400; color: #777; margin: 40px 0; text-align: center; font-family: "Raleway", sans-serif; }

 section.content-agences, section.content { max-width: 1200px; margin: 0 auto; }

/* ----------------    pages agences    ---------------- */
.single-agence section.content { padding : 30px 20px; }
.single section.titre { padding : 30px 0 40px 0; }
.single section.titre h1 { font-size: 32px; text-align: center; text-transform: uppercase; color: #777; font-weight: 400; }

body.single-agence section.titre h1 { text-align: center; text-transform: uppercase; font-size: 42px; font-weight: 400; color: #383838;  }

.single section.titre h1 span { position: relative; }
.single section.titre h1 small { font-family: sans-serif; font-size: 24px; position: relative; top : -3px; color : #555 }
.single-agence section.titre h1 span:after { content: ''; position: absolute; bottom: -0px; left: -10px; right:  -10px; height: 20px; background: #FDF0E2; z-index: -1;
border-radius: 3px;
 }
 .single section.titre h1 span:after { content: ''; position: absolute; bottom: -0px; left: -10px; right:  -10px; height: 15px; background: #FDF0E2; z-index: -1;
border-radius: 3px;
 }

.single-agence .contact-page-agence { float: right; background: #fe6b00; color: #fff; width: 350px; padding: 15px; padding-top: 20px; padding-bottom: 0; box-sizing: border-box; margin-left: 2.5em;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); border-radius: 20px 20px 10px 10px; position: relative; }
.single-agence .contact-page-agence:before { content: ""; position: absolute; top : -3px; left: -3px; right: -3px; bottom: -3px; border: 3px solid #ddd; transform: rotate(-2deg); z-index: -1; 
border-radius: 20px 20px 10px 10px;}
.single-agence .contact-page-agence:after { content: ""; position: absolute; top : -4px; left: -2px; right: -3px; bottom: -3px; border: 3px solid #FCDFC4; transform: rotate(1.6deg); z-index: -1; 
border-radius: 20px 20px 10px 10px;}

body.single-agence .content .contact-page-agence h2 { color: #555; text-align: center; font-size: 20px; margin: 0; font-weight: 700; background: #fff; margin-bottom: 1em; box-shadow : 0px 2px 8px rgba(0, 0, 0, 0.25); }
body.single-agence .content .contact-page-agence .horaires { margin-bottom: 1em; }
body.single-agence .content .contact-page-agence .horaires strong { display: inline-block; min-width: 90px; }
body.single-agence .content .contact-page-agence .telephone h2 { margin-bottom: 15px; display: none; }
body.single-agence .content .contact-page-agence .telephone p { font-size: 42px; text-align: center; }
body.single-agence .content .contact-page-agence .telephone a { color: #fff; text-decoration: none;  }
body.single-agence .content .contact-page-agence .telephone a:before { content: "\47"; font-family: "sublimm"; display: inline-block;
  font-size: 28px; position: relative; top : 1px; font-weight: 400; background: #fff; color: #FE6B00; padding : 6px 4px 4px 6px; 
text-transform: none; border-radius: 100px; margin-right: 0.6em;
 line-height: 1; }

body.single-agence .content .contact-page-agence .formcont { width: 100%; }
body.single-agence .content .contact-page-agence .formcont p { padding: 0; margin: 0; margin-bottom: 10px; text-align: center; }
/* body.single-agence .content .contact-page-agence .formcont p:last-of-type { text-align: right; } */
body.single-agence .content .contact-page-agence .formcont input, body.single-agence .content .contact-page-agence .formcont textarea { 
  display: block; width: 80%; margin: 5px auto 0; min-height: 20px; max-height: 6em; padding: 5px; background: #f2f2f2; border: 1px solid #999;
border-radius: 0px; box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.25); font-size: 16px; text-align: left;
 }
body.single-agence .content .contact-page-agence .formcont textarea { width: 90%; }
 body.single-agence .content .contact-page-agence .formcont input[type=submit] { background: #383838; color : #fff; text-transform: uppercase; letter-spacing: 2px; font-size: 22px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); border:  none; cursor: pointer; width: 60%; text-align: center;
   }
 body.single-agence .content .contact-page-agence .formcont input[type=submit]:hover { background: #000; }

body.single-agence .content .contact-page-agence .formcont  .wpcf7-acceptance  { text-align: left; font-size: 15px; }
body.single-agence .content .contact-page-agence .formcont  .wpcf7-acceptance input { display: inline-block; width: auto; position: relative; top : 3px; left: -5px; }
body.single-agence .content .contact-page-agence .formcont .wpcf7-acceptance a { color : #383838; display: inline; border : none;  }

body.single-agence .content .activites-principales h2 { font-size: 28px;
padding: 5px;
box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
background: #f0f0f0;
text-transform: none;
font-variant: small-caps;
 }

body.single-agence .content .activites-principales h3 { color : #2a8248; position:relative; background: #eee;
padding: 0 5px;  }
body.single-agence .content .activites-principales h3:before {   content: "\6a";
font-family: "sublimm" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  display: inline-block; padding-right: 0.5em;
  position: relative; top : 2px;
  font-size: 80%;
 }

 body.single-agence .content .activites-principales a { display:inline-block; padding : 0 5px; background: #eee;
border-radius: 5px;  }
body.single-agence .content .activites-principales a:hover { background:#fe6b00; color:#fff; text-decoration:none; }


 .alignphotos:before { content: ''; position: absolute; top : 50%; transform: translateY(-50%); left : 20%; right: 20%; height: 20px; background: #FCDFC4; 
  }

/* -- ajustement parallax façades agences -- */
.postid-19 .parallax > img {  top: 65%; }
.postid-18 .parallax > img {  top: 15%; }
.postid-20 .parallax > img {  top: 50%; }
.postid-26 .parallax > img {  top: 54%; }


/* ------------- search ---------------------*/


.content-search h1 { padding: 40px 0 30px; font-family: 'Raleway', sans-serif; text-transform: uppercase; font-weight: 400; font-size: 26px; }
.content-search h1 span { text-transform: none; font-size: 38px; }

.content-search ul  { list-style: none; }
.content-search li { display: block; margin : 40px auto; box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); 
padding : 15px; border-radius: 6px; padding-right: 110px; position: relative; min-height: 110px; font-size: 18px;
}

.content-search li a.illustration { display: block; width: 90px; height: 90px; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
.content-search li a.illustration img { display: block; width: 100%; }
.content-search li h2 { font-family: 'Raleway', sans-serif; text-transform: uppercase; font-weight: 700; font-size: 22px;  }
.content-search li h2 a { color: #fe6b00; text-decoration: none; }
.content-search li h2 a:hover { color : #383838; }


.content-search li .lls { clear: both; text-align: center; }
.content-search li .lls a { display: inline-block; background: #fe6b00; color: #fff; text-decoration: none;
border-radius: 4px;
padding: 5px 25px;
text-transform: uppercase;
font-size: 16px;
margin: 10px auto 0;
font-weight: 700;
letter-spacing: 1px;
position: relative;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.25); }
.content-search li .lls a:hover { background: #383838; }
.content-search li .lls a:after {
  content: '\72';
  position: relative;
  top: 2px;
  left: 10px;
  font-family: "sublimm" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

section.autre-recherche { text-align: center; }
section.autre-recherche h2 {font-family: 'Raleway', sans-serif; text-transform: uppercase; font-weight: 700; font-size: 26px;  }
section.autre-recherche div.search_content {display: inline-block; margin: 20px auto; background: #fe6b00; border-radius: 6px; padding: 15px;  }
section.autre-recherche div.search_content form { display: flex;  flex-direction: row; }
section.autre-recherche div.search_content form p { margin : 0 20px; }

section.autre-recherche div.search_content form  input { padding: 5px; font-size: 16px; border: none;  }
section.autre-recherche div.search_content form .searchtext-content input { width: 350px; background: #f2f2f2;
border: 1px solid #999;
border-radius: 0px;
box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.25);
font-size: 16px;
text-align: left; }
section.autre-recherche div.search_content form  input[type="submit"] { background: #383838;
color: #fff; padding-left : 15px; padding-right : 15px;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 20px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
border: none;
cursor: pointer;

text-align: center; }

/* page contact general */

.page-id-85 .contact-page-agence {  background: #fe6b00; color: #fff; width: 90%; padding: 15px; padding-top: 20px; padding-bottom: 0; box-sizing: border-box; margin : 40px auto 60px;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); border-radius: 20px 20px 10px 10px; position: relative; 
display: flex; justify-content: space-between; flex-wrap: wrap;
}

/*
.page-id-85 .contact-page-agence .bloc1, .page-id-85 .contact-page-agence .formcont { width: 100%; box-sizing: border-box; }
*/
body.page-id-85  .contact-page-agence .formcont .blocl, body.page-id-85  .contact-page-agence .formcont .blocr { width: 48%; box-sizing: border-box; display: inline-block; vertical-align: top; }

.page-id-85 .contact-page-agence:before { content: ""; position: absolute; top : -3px; left: -3px; right: -3px; bottom: -3px; border: 3px solid #ddd; transform: rotate(-2deg); z-index: -1; 
border-radius: 20px 20px 10px 10px;}
.page-id-85 .contact-page-agence:after { content: ""; position: absolute; top : -4px; left: -2px; right: -3px; bottom: -3px; border: 3px solid #FCDFC4; transform: rotate(1.6deg); z-index: -1; 
border-radius: 20px 20px 10px 10px;}

body.page-id-85  .contact-page-agence .formcont .blocr p:nth-of-type(2) { margin : 1em 0; }
/* body.page-id-85  .contact-page-agence .formcont .blocl  { width: 48%; display: block; margin: 0 auto;}*/
body.page-id-85 .contact-page-agence .formcont .blocr {  }
body.page-id-85  .contact-page-agence .formcont p { padding: 0; margin: 0; margin-bottom: 10px; text-align: center; }
body.page-id-85  .contact-page-agence .formcont .blocl p { margin-bottom: 14px; }

/* body.page-id-85  .contact-page-agence .formcont p:last-of-type { text-align: right; } */
body.page-id-85  .contact-page-agence .formcont input, body.page-id-85  .contact-page-agence .formcont textarea { 
  display: block; width: 80%; margin: 5px auto 0; min-height: 20px;  padding: 5px; background: #f2f2f2; border: 1px solid #999;
border-radius: 0px; box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.25); font-size: 16px; text-align: left;
 }
body.page-id-85  .contact-page-agence .formcont textarea { height: 12em;  }
body.page-id-85  .contact-page-agence .formcont select {
  width: 80%; min-height: 20px;padding: 5px; 
  border-radius: 0;
  background: #f2f2f2;
  border: 1px solid #999;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.25);
}

body.page-id-85  .contact-page-agence .formcont textarea { width: 90%; }
 body.page-id-85  .contact-page-agence .formcont input[type=submit] { background: #383838; color : #fff; text-transform: uppercase; letter-spacing: 2px; font-size: 22px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); border:  none; cursor: pointer; width: 60%; text-align: center;
   }
 body.page-id-85  .contact-page-agence .formcont input[type=submit]:hover { background: #000; }

body.page-id-85  .contact-page-agence .formcont  .wpcf7-acceptance  { text-align: left; font-size: 15px; }
body.page-id-85  .contact-page-agence .formcont  .wpcf7-acceptance input { display: inline-block; width: auto; position: relative; top : 3px; left: -5px; }
body.page-id-85  .contact-page-agence .formcont .wpcf7-acceptance a { color : #383838; display: inline; border : none;  }
body.page-id-85  .contact-page-agence .formcont p.cpsobl { text-align: right; }

/* -------------- footer ---------------------*/



/* -----------------------     breakpoints     ------------------------------ */

@media (max-height: 650px) {  
  .lienContact ul > li .menuContact ul li {  margin: 10px auto; }
nav li ul.megamenu {  padding: 5px 10px; }
  nav li ul.megamenu li img, nav li ul.menuqui > li > ul li img { width: 70px; }
  nav li ul.megamenu li, nav li ul.menuqui > li > ul li {  margin: 5px auto;   min-height: 70px;}
nav li ul.megamenu li a, nav li ul.menuqui > li > ul li a {  min-height: 70px; }
nav li ul.megamenu li a span, nav li ul.menuqui > li > ul li a span {  padding-left: 85px; }
nav li ul.megamenu li::after { bottom: -7px; }
nav li ul.menuqui > li div p.lls {  margin-top: 0px; }
nav li ul.menuqui > li div p { padding: 2px 0; }
nav li ul.menuqui > li div img {  width: 27%; }
nav li ul.megamenu li::before, nav li ul.menuqui > li > ul li::before { bottom: 1px;}

.parallax {    height: 80vh; }
body.page section.content-page h1 {  padding: 50px;}
body.page section.content-page .orangeclair {  margin: 75px 30px; }
body.page section.content-page .orangeclair .marged { padding : 0 100px }
nav li ul.megamenu li a strong, nav li ul.menuqui > li > ul li a strong {  font-size: 20px; }


}
@media (max-width: 1420px) { 
.vente .marged::after {  right: 20px;}
}


@media (max-width: 1370px) { 

.introacc {  max-width: 1000px;}
.home_content .marged {  max-width: 1020px; }
.introacc::after {  bottom: -25px; }
.blocaccfull::after { bottom: 0; }
.home_content .acc_termites::after {}
.home_content .engagements li {  width: 44%; }

.swiper-button-next, .swiper-button-prev {  z-index: 8; }


}
@media (max-width: 1300px) { 
.blocaccfull h2 { font-size: 32px; text-align: left; padding-top: 40px; }
.home p.envoi {width: 100%; padding-bottom: 20px;}
.vente .marged::after {  right: 40px;}

}
@media (max-width: 1100px) { 
  
nav > ul > li > a { font-size: 16px; padding : 0 5px; }

.lienshaut {  width: 180px; }
.lienBoutique, .lienPros {  padding-left: 3.2em; }
.lienContact {  width: 200px; }
.logo { max-width: 180px; }
.logo a {  padding: 10px; }
nav li ul.megamenu, nav li ul.menuxylo, nav li ul.menuqui {  left: -180px;}

li.swiper-slide div h3 strong { font-size: 32px; }
li.swiper-slide h2 {  font-size: 42px; }
li.swiper-slide div h3 span.detail {  font-size: 20px;}
li.swiper-slide div p {  font-size: 18px; }
li.swiper-slide .logoctba { width: 120px; height: auto; }
.lienContact .menuContact li div > h3 {  font-size: 18px; }
nav li ul.menuqui > li div img { float: none; margin: 0 auto; }
nav li ul.menuqui > li div h3 {  padding-bottom: 0px; }
nav li ul.menuqui > li div p.lls {  margin-top: 0px; }

nav li ul.megamenu li img, nav li ul.menuqui > li > ul li img {  width: 80px;}
nav li ul.megamenu li a span, nav li ul.menuqui > li > ul li a span {  padding-left: 90px; }
nav li ul.megamenu li a strong, nav li ul.menuqui > li > ul li a strong {  font-size: 18px; }

body header nav li ul.menuxylo > li div div:first-of-type, body header nav li ul.menuxylo > li div div:last-of-type {  width: auto;}
body header nav li ul.menuxylo > li div div {  display: block;}
body nav li ul.menuqui > li div {   padding: 5px; }
body header nav li ul.menuxylo > li div img {  width: 50%; }

.blocaccfull > div {
  margin-top: 100px;
  width: 73%;
  flex-shrink: 0;
  position: relative;
  left: -80px;
}

.introacc {  max-width: 940px; }
.home_content .engagements {  padding: 40px 50px; }



}

@media (max-width: 1000px) { 
header .lienContact ul > li .menuContact ul li .lienform a {  padding: 5px 10px 6px;}
header .lienContact ul > li .menuContact ul li .lienform a::before {  content: none; display: none; }
}

@media (max-width: 900px) { 
  
nav > ul > li > a { font-size: 16px; padding : 0 5px; }

.lienshaut {  width: 150px; }
.lienContact {  width: 180px; }
.lienBoutique, .lienPros {  padding-left: 2.8em; }
.headerTop .lienContact a > span {  padding-left: 16px; }
nav li ul.menuqui > li div h3 { font-size: 19px; }
nav li ul.menuqui > li div p.lls a {  font-size: 15px; }
nav li ul.menuqui > li div p.lls strong {  font-size: 16px;}

.lienContact ul > li .menuContact ul li h4 {  font-size: 20px;}

header .lienContact ul > li .menuContact ul li .lientel a {  font-size: 18px; }
header .lienContact ul > li .menuContact ul li .lienform {  right: 0; }

li.swiper-slide div p a { letter-spacing: 0px; }
}