/*
Theme Name: Edgard TP Chemin
Version: 1.0
Theme URI: http://www.bonbay.fr/
Author: Bonbay
Author URI: http://www.bonbay.fr/
Text Domain:
*/

/*	Copyright: (c) 2013 Alexander "Alx" Agnarson
	License: GNU General Public License v3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html*/


/*RESET*/
/*---------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}


/*  Base awesome
================================================== */
.fa { width: 1em; text-align: center; }


/*  Base formulaire
================================================== */
input, textarea, button, select, label { font-family: inherit; }
input,
textarea,
button,
select,
label { font-size: 14px; }
input::-moz-focus-inner,
button::-moz-focus-inner { border: 0; padding: 0; }
input[type="text"],
input[type="password"],
input[type="email"],
input[type="submit"],
input[type="tel"],
select,
textarea { margin: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 0; border-radius: 0; width:100%;}
input,
textarea,
select,
button { -moz-appearance: none; -webkit-appearance: none; -moz-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; }
input[type="checkbox"] { -moz-appearance: checkbox; -webkit-appearance: checkbox; }
input[type="radio"] { -moz-appearance: radio; -webkit-appearance: radio; }
label { font-weight: 600; color: #444; }
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea {
    background: #fff;
    border: 1px solid white;
    border-bottom: 1px solid #8a8a8a;
    border-left: 1px solid #8a8a8a;
    color: #000;
    display: block;
    max-width: 100%;
    outline: none;
    padding: .5rem 1rem;
    width: 100%;
    margin: .75rem 0;
    font-size: 19px;

}
label{ width: 100%; margin: .5rem 0; font-size: 19px; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus { border-bottom-color: #f7a628; border-left-color: #f7a628; color: #000; }
label .required { color: #f7a628; }
input[type="submit"],
button[type="submit"] {
    background: #f7a628;
    color: #fff;
    padding: 8px 14px;
    font-weight: 600;
    display: inline-block;
    border: none;
    cursor: pointer;
    font-size: 20px;
   /* max-width: 50%;*/
}
input[type="submit"]:hover,
button[type="submit"]:hover { background: #1b7b39; }

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing{
    border: 1px solid #f7a628;
}
.wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{ color: #f7a628; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{ border: 1px solid #f7a628; }
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: auto; padding: 0;width:100%;display: block;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position:relative} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block; border: none;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative;  zoom: 1; float: left;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 37px; height: 49px;  display: block; background: url(gfx/fleches.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 5000; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav .flex-next {background-position: 100% 0; right:-80px; }
.flex-direction-nav .flex-prev {left:-80px;}
.flexslider:hover .flex-next {opacity: 0.8; }
.flexslider:hover .flex-prev {opacity: 0.8; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled { cursor: default;}

/* Control Nav */
.flex-control-nav { width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; display: inline;}
.flex-control-paging{
    width: 50%; position: absolute; left: 25%;  bottom:0px; text-align: center; height: 9px;
}
.flex-control-paging li{ display: inline-block; margin: 0 6px; width: 60px; height: 9px; }
.flex-control-paging li a {
    width: 60px;
    height: 9px;
    display: inline-block;
    background: rgba(255,255,255,0.4);
    cursor: pointer;
    text-indent: -9999px;
}
.flex-control-paging li a:hover { background:#fff;}
.flex-control-paging li a.flex-active { background: #fff; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

a.flex-caption{ background: url(img/fleche-txt.png) no-repeat;  padding-left:25px; ; padding-right:15px; font-family: 'PT Sans Narrow', sans-serif; font-size: 18px; color:#000; display:block; width:auto; position:absolute; bottom: 0px; width: 60%; left:22%; text-decoration:none; height: 36px; }
div.flex-caption{ background: url(img/fleche-txt.png) no-repeat;  padding-left:25px; ; padding-right:15px; font-family: 'PT Sans Narrow', sans-serif; font-size: 18px; color:#000; display:block; width:auto; position:absolute; bottom: 0px; width: 60%; left:22%; text-decoration:none; height: 36px; }
.etiquette-slogan{padding-top: 5px;}
a.flex-caption:hover{background: url(../img/fleche-txt.png) no-repeat 5px 12px #e2003b;color:#fff;text-decoration:none;}


@media screen and (max-width: 480px) {
 a.flex-caption{ background: url(../img/fleche-txt.png); font-family: 'PT Sans Narrow', sans-serif; font-size: 18px; color:#000; display:block; width:auto; position:absolute; bottom: 0px; width: 60%; left:22%; text-decoration:none; height: 36px; }
a.flex-caption:hover{background: url(../img/fleche-txt.png) no-repeat 5px 5px #e2003b;color:#fff;text-decoration:none;}
}

/** GRID ***/
  .row{
    display: flex;
    width: 100%;
    align-items: flex-start;
    flex-flow: row wrap;
  }
  .row.nowrap{ flex-flow: row nowrap; }
  .row.flow-row{ flex-flow: row wrap; }

  @media (max-width: 767px){
      .row{ flex-flow: column wrap; }
      .row.nowrap{ flex-flow: column nowrap; }
  }

    .spannomargin-1, .spannomargin-2, .spannomargin-3,
    .spannomargin-4, .spannomargin-5, .spannomargin-6,
    .spannomargin-7, .spannomargin-8, .spannomargin-9,
    .spannomargin-10, .spannomargin-11, .spannomargin-12,
    .spannomargin-13, .spannomargin-14, .spannomargin-15,
    .spannomargin-16, .spannomargin-17, .spannomargin-18,
    .spannomargin-19, .spannomargin-20, .spannomargin-21,
    .spannomargin-22, .spannomargin-23, .spannomargin-24{ width: 100%; }

/* tablette portrait */
@media (min-width: 768px){
    .spannomargin-1{ width: 25%; }
    .spannomargin-2{ width: 25%; }
    .spannomargin-3{ width: 25%; }
    .spannomargin-4{ width: 25%; }
    .spannomargin-5{ width: 50%; }
    .spannomargin-6{ width: 50%; }
    .spannomargin-7{ width: 50%; }
    .spannomargin-8{ width: 50%; }
    .spannomargin-9{ width: 50%; }
    .spannomargin-10{ width: 50%; }
    .spannomargin-11{ width: 50%; }
    .spannomargin-12{ width: 50%; }
    .spannomargin-13{ width: 50%; }
    .spannomargin-14{ width: 50%; }
    .spannomargin-15{ width: 50%; }
    .spannomargin-16{ width: 50%; }
    .spannomargin-17{ width: 75%; }
    .spannomargin-18{ width: 75%; }
    .spannomargin-19{ width: 75%; }
    .spannomargin-20{ width: 75%; }
    .spannomargin-21{ width: 100%; }
    .spannomargin-22{ width: 100%; }
    .spannomargin-23{ width: 100%; }
    .spannomargin-24{ width: 100%; }
}
/* tablette paysage */
@media (min-width: 1024px){
    .spannomargin-1{ width: 4.16666667%; }
    .spannomargin-2{ width: 8.33333333%; }
    .spannomargin-3{ width: 12.5%; }
    .spannomargin-4{ width: 16.666666666667%; }
    .spannomargin-5{ width: 20%; }
    .spannomargin-6{ width: 25%; }
    .spannomargin-7{ width: 29.16666667%; }
    .spannomargin-8{ width: 33.333%; }
    .spannomargin-9{ width: 37.5%; }
    .spannomargin-10{ width: 41.66%; }
    .spannomargin-11{ width: 45.833333333333%; }
    .spannomargin-12{ width: 50%; }
    .spannomargin-13{ width: 54.166666666667%; }
    .spannomargin-14{ width: 58.3333333%; }
    .spannomargin-15{ width: 62.5%; }
    .spannomargin-16{ width: 66.666%; }
    .spannomargin-17{ width: 70.8266666%; }
    .spannomargin-18{ width: 75%; }
    .spannomargin-19{ width: 79.16%; }
    .spannomargin-20{ width: 83.32%; }
    .spannomargin-21{ width: 87.4866666%; }
    .spannomargin-22{ width: 91.6533333%; }
    .spannomargin-23{ width: 95.82%; }
    .spannomargin-24{ width: 100%; }
    .mille{ max-width: 960px; width: 100%; }
}
@media (min-width: 1280px){
    .mille{ max-width: 1080px; }
}
@media (min-width: 1480px){
    .mille{ max-width: 1440px; }
}

.nomobile{ display: none; }
@media (min-width: 1024px){ .nomobile{ display: block; } }
.onlymobile{ display: block; }
@media (min-width: 1024px){ .onlymobile{ display: none; } }

/*****************************************/

/*FONTS*/
    .thin{ font-weight: 100; }
    .light{ font-weight: 300; }
    .regular{ font-weight: 400; }
    .medium{ font-weight: 600; }
    .bold{ font-weight: 700; }
    .ultrabold{ font-weight: 900; }
/**/

img, iframe{ max-width: 100%; }
h1, h2, h3, h4, h5, h6{ }
h1{ font-size: 32px; }
h2{ font-size: 28px; }
h3{ font-size: 24px; }
h4{ font-size: 20px; }
.italique, i, em{ font-style: italic; }
.lowercase{ text-transform: lowercase; }
.uppercase{ text-transform: uppercase; }
.black, a.black{ color:#000; }
.white, a.white{ color: #fff; }
.orange, a.orange{ color: #f7a628; }
.green, a.green{ color: #1a5b2e; }
.grey, a.grey{ color: #8a8a8a; }

strong, b{ font-weight: 700; }
.align-left, .alignleft{ text-align: left; justify-content: flex-start; }
.align-right, .alignright{ text-align: right; justify-content: flex-end; }
.align-center, .aligncenter{ text-align: center; justify-content: center; }
.middle{ align-items: center;}

img.alignleft, img.align-left, .wp-caption.alignleft{ float: left; margin: 0 2em 2em 0 }
img.alignright, img.align-right, .wp-caption.alignright{ float: right; margin: 0 0 2em 2em }
img.aligncenter, img.align-center{ float: none; margin: 0 auto 1em auto }


.justify{ text-align: justify; }

.button{
    display: block;
    width: auto;
    text-decoration: underline;
    font-size: 16px;
    text-align: center;
    transition: ease-in-out all 0.1s;
    cursor: pointer;
    background: white;
    text-decoration: none;
}
.button:hover{
    background: black!important;
    text-decoration: none;
}

a{ color: #f7a628; text-decoration: none; cursor: pointer; }
a:hover{ color: #000; text-decoration: underline; }
p{ margin: 10px 0; }
article ul, .textepage ul{ margin: 1em 0; overflow: hidden;  }
article ul li, .textepage ul li{ list-style-type: disc; margin-left: 1.5em; }


.gallery {
  display: flex;
  width: 100%;
  align-items: flex-start;
  flex-flow: row wrap;
}
.gallery-item{ margin: 0 1rem 1rem 0; }


.left{ float: left; }
.right{ float: right; }
.center{ margin: 0 auto; }

.relative{ position: relative; }
.absolute{ position: absolute; }

.error{ color: red; font-weight: bold; }

/*****/
/* base */

body{
  background: #fff;
  margin:0;
  padding:0;
  color:#000;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.conteneur{ max-width: 1920px; margin: 0 auto; }

.slider{ position: relative; }
.slider ul{ margin:0; padding:0; float: left }

/*header*/
header{ margin-bottom: 7.5rem; }
.ligne1 .span1{ width: 12.5%; }
.ligne1 .span2{ width: 49.65%; }
.ligne1 .span3{ width: 37.85%; }
h2.slogan{
  letter-spacing: .6vw;
  font-size: .725vw;
  margin: 2vw auto;
}
.avotreecoute p{ margin: 0; }
.avotreecoute p.light{ font-size: 17px; letter-spacing: .15rem; margin-top: .7rem; }
.avotreecoute p.medium{ font-size: 22px; }
.encart-rappel{ background: transparent url('gfx/encart-rappel.png') no-repeat 100% 0; background-size: contain; height: 7.4vw; }
.onvousrappelle{
  margin-top: 3rem;
  line-height: 20px;
  font-size: 17px;
}
.onvousrappelle a:hover{ color: white; text-decoration: none; }
.menu-toggle{ display: none; }
.menu-menu-principal-container{ width: 100%; }
nav{
  margin: 0;
  display: block;
  width: auto;
}
nav ul{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: center;
}
nav ul li{
  list-style-type: none;
  display: inline-flex;
  text-align: center;
  background: transparent;
  margin: 0 1.25rem;
  padding: 0 0 10px 0;
  position: relative;
}
nav ul li.logo{
  background: transparent url('gfx/logo.png') no-repeat center top;
  background-size: 74.5%;
  width: 28%;
  height: 112px;
  text-indent: -3000px;
  margin:  -3rem 0 0 0;
  padding: 0;
}
/*nav ul li:nth-child(4), nav ul li:nth-child(5), nav ul li:nth-child(6){ margin: 0 2.5rem; }*/
nav ul li.logo a{ display: block; width: 100%; height: 100%; }
nav ul li a{
  font-size: 18px;
  font-weight: 600;
  display: block;
  color: #8a8a8a;
  text-decoration: none;
  line-height: 60px;
  padding: 0;
  margin: 0 0px;
  width: auto;
  background: transparent;
  border: 0;
  transition: ease-in-out all 0.1s;
}
nav ul li:last-child a{ color:#1b7b39; }
nav ul li a:hover,
nav ul li.current-menu-item a{
  transition: ease-in-out all 0.1s;
  text-decoration: none;
  color: #f7a628;
}
nav ul li.current-menu-item::after{
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: -1rem;
  background:#f7a628;
  width: 42px;
  height: 9px;
  border-radius: 5px;
}
nav ul li.logo.current-menu-item::after{ display: none; }
/*nav ul li ul{
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 5001;
  padding: 0;
  background: white;
  border: 1px solid #f6772b;
  display: none;
}
nav ul li:hover ul{ display: block;  }
nav ul li ul li{
  display: list-item;
}
nav ul li ul li a{
  color: #f6772b;
  border-bottom: 1px solid white;
  padding: 6px 14px;
  margin: 8px 10px;
}
nav ul li ul li a:hover{
  color: black;
  border-bottom: 1px solid black;
  text-decoration: none;
}*/

/*footer*/
footer{ padding: 10rem 0 0 0; }
footer .span1{ width: 12.5%; }
footer .span2{ width: 25.65%; }
footer .span3{ width: 24%; }
footer .span4{ width: 37.85%; }
.menu-pied-de-page-container{ width: 100%; }
.menu-pied-de-page-container ul{
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.menu-pied-de-page-container ul li{ display: inline-flex; margin: 0 1rem; }
.menu-pied-de-page-container ul li a{ font-size: 17px; line-height: 30px; font-weight: 600; color: #8a8a8a; }
.menu-pied-de-page-container ul li:last-child a{ color:#1b7b39; }
.menu-pied-de-page-container ul li a:hover{ text-decoration: none; color: #f7a628; }
.footerlogo{ margin-top: -2rem; }
footer .lignementions{ letter-spacing: .55rem; font-size: 12px; margin: 0 auto 3rem auto; }
footer .lignementions a:hover{ text-decoration: none; color: #f7a628; }
/*entete*/
.entete{ padding-bottom: 7.5rem; position: relative; }
.entete::before{
  content: " ";
  display: block;
  position: absolute;
  left: 11%;
  top: -5%;
  z-index: 2;
  width: 7.25%;
  height: 138px;
  background: transparent url('gfx/site2/forme-jaune1.png') no-repeat 0 0;
  background-size: contain;
}
.entete::after{
  content: " ";
  display: block;
  position: absolute;
  left: 39%;
  bottom: 0%;
  z-index: 3;
  width: 10.8%;
  height: 216px;
  background: transparent url('gfx/forme-noir.png') no-repeat 0 0;
  background-size: contain;
}
.entete .span1{ width: 63%; }
.entete .span2{ width:25.2%; }
.entete .span3{ width:11.8%; }
.entete-blanc {
    background: white;
    width: 125%;
    height: 26.7vw;
    margin-left: -25%;
}
.entete-blanc .row.middle{ height: 100%; }
.entete-blanc h1{
  margin: 0 10% 0 20%;
  width: 70%;
  font-size: 1.88vw;
  line-height: 2.6vw;
  letter-spacing: .1rem;
  color: #8a8a8a;
  text-transform: uppercase;
  font-weight: 600;
}
.entete-blanc h1 span{ color: #f7a628; }
#home .entete-blanc h1 span{ color:#1b7b39; }
.entete .span3 img{ max-width: 88%; }
.entete-blanc p.introduction{
  margin: 0% 20% 0 20%;
  width: 60%;
  text-align: justify;
  color: #fff;
  font-size: 1vw;
  line-height: 1.55vw;
  font-weight: 400;
  letter-spacing: .05rem;
}
/*home*/
.home_contenu article{ margin: 2rem auto; }
.lignetpro{ margin: 3rem 0 0 0; }
.lignetpro .span1, .lignetpart .span1{ width: 18.5%; }
.lignetpro .span2, .lignetpart .span2{ width: 19%; }
.lignetpro .span3, .lignetpart .span3{ width: 12.5%; }
.lignetpro .span4, .lignetpart .span4{ width: 50%; }
.forme-blanc{ background: white; width: 12.5%; height: 77%; position: absolute; z-index: 2; }
.lignetpro .span4 .forme-blanc{ left: 0; bottom: 0; }
.lignetpart .span4 .forme-blanc{ right: 0; top: 0; }
.lignetpro .span1 img,
.lignetpart .span1 img{ margin-top: 5.5vw; max-width: 80%; }
.lignetpro .span2 h2,
.lignetpart .span2 h2{ margin-top: 5vw; font-size: 36px; line-height: 50px; }
.lignetpro .span2 h2 a:hover,
.lignetpart .span2 h2 a:hover,
.lignetpro .span2 h2 a:hover span,
.lignetpart .span2 h2 a:hover span{ text-decoration: none; color: black; transition: ease-in-out all .1s; }
.lignetpro .span2 p,
.lignetpart .span2 p{ font-size: 19px; line-height: 30px; letter-spacing: .05rem; text-align: justify; margin: 3vw 0 2vw 0; }
.liste_tp h3{ font-size: 19px; line-height: 30px; text-transform: uppercase; width: 100%; margin: 0 0 1.75rem 0 }
.liste_tp h3 a{ display: flex; flex-flow: row nowrap; align-items: flex-start; position: relative; transition: ease-in-out all .1s; }
.liste_tp h3 img{ margin: 0 1rem 0 0  }
.liste_tp h3 span{ display: inline-block; margin-top: .5rem; }
.liste_tp h3 a:hover{ color: #8a8a8a; text-decoration: none; transition: ease-in-out all .1s; }
.liste_tp h3 a:hover::after{
  content: " ";
  display: block;
  position: absolute;
  right: -15%;
  top: 14px;
  z-index: 2;
  width: 14px;
  height: 14px;
  background: transparent url('gfx/plus-vert.png') no-repeat 0 0;
  background-size: contain;
}
.lignetpart .liste_tp h3 a:hover::after{ background: transparent url('gfx/plus-orange.png') no-repeat 0 0; background-size: contain; }
.lignetpart{ margin: 5rem 0 0 0; }
.lignetpart .span1{ position: relative; }
.lignetpart .span1 img{ position: absolute; top: -14vw; right: 0; z-index: 3; }
.lignetpart .span2 h2{ margin-top: -10vw; }
.lignetpart .span2 p{ margin-top: 0; }
.pre-realisations h2{ font-size: 36px; line-height: 50px; margin-bottom: 5rem; margin-top: -3rem; }
.toutesreal{
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100px;
  display:flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
}
.flexslider .slides .toutesreal img{ width: 14px; height: 14px; margin-right: 1rem; display: inline-flex; }
.toutesreal span{
  display: inline-flex;
  font-size: 18px;
  line-height: 100px;
  color:#8a8a8a;
  letter-spacing: .25rem;
  font-weight: 300;
  margin-right: 2rem;
}
.toutesreal a:hover span, .toutesreal a:hover{ text-decoration: none; color: #f7a628; }
.toutesreal::before{
  content: " ";
  display: block;
  position: absolute;
  left: 45%;
  bottom: -50%;
  z-index: 3;
  width: 21.5%;
  height: 216px;
  background: transparent url('gfx/forme-noir.png') no-repeat 0 0;
  background-size: contain;
}
.diapo-legende{
  background: white;
  position: absolute;
  bottom: -60px;
  right: 0;
  z-index: 10;
  width: 50%;
  height: 160px;
}
.diapo-legende .row{ height: 160px; }
.diapo-legende h4{
  font-size: 22px;
  line-height: 30px;
  color:#8a8a8a;
  letter-spacing: .3rem;
  font-weight: 300;
  margin-left: 15%;
}
.diapo-legende h5{
  font-size: 16px;
  line-height: 30px;
  color: #f7a628;
  text-transform: uppercase;
  letter-spacing: .1rem;
  margin-left: 15%;
}
.diapo-legende a:hover{ text-decoration: none; }
.flex-direction-nav a{
  width: 36px;
  height: 72px;
  bottom: -15px;
  top: auto;
}
.flex-direction-nav .flex-prev{ left: auto; right: 21%; }
.flex-direction-nav .flex-next{ right: 15%; }
.row.location{ margin-top: 6vw; }
.bgorange{ background:#f7a628; height: 30vw; }
.bgorange::before{
  content: " ";
  display: block;
  position: absolute;
  left: -4vw;
  bottom: 9vw;
  z-index: 3;
  width: 464px;
  height: 177px;
  background: transparent url('gfx/main.png') no-repeat 0 0;
  background-size: contain;
}
.bgorange h2{ font-size: 36px; line-height: 50px; margin-top: 4vw; }
.bgorange p{ font-size: 19px; line-height: 30px; letter-spacing: .025rem; margin-top: 12vw; }
.bgorange a.white{
  display: inline-flex;
  margin: 15vw 1rem 0 0;
  font-size: 24px;
  letter-spacing: .3rem;
}
.bgorange a img{ width: 14px; height: 14px; margin: 0 2rem 0 0; }
.bgorange a:hover{ text-decoration: none; }
.bgorange::after{
  content: " ";
  display: none;
  background: white;
  width: 50%;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
/*pages*/
.prefooter{ margin-top: 5rem; }
.textepage{ margin: 2rem 0 4rem 0; }
.textepage p{ font-size: 19px; line-height: 30px;  }
.subpages article{ margin: 1rem 0; }
.subpages article h2{
  display: block;
  width:65%;
  padding: 44px 15% 0 5%;
  height: 80px;
  background: #fff url('gfx/plus-vert.png') no-repeat 85% 48px;
  color: #1b5c2f;
  text-transform: uppercase;
  margin: -52px 0 0 0;
  z-index: 2;
  position: relative;
  font-size: 19px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: .025rem;
  transition: ease-in-out all .1s;
}
.subpages article a:hover{ text-decoration: none; }
.subpages article a:hover h2{
  background: #1b5c2f url('gfx/plus-blanc.png') no-repeat 85% 48px;
  color: white;
  transition: ease-in-out all .1s;
}
/*Location*/
.bloc-orange{
  background: #f7a628;
  margin: 5vw auto 0 auto;
  padding: 0 0 1vw 0;
}
.bloc-orange p{ font-size: 30px; line-height: 50px;  }
.bloc-orange img:first-child{ margin-top: -3vw; }
.bloc-orange p.white{ letter-spacing: .5rem; margin: 2vw 0 0 0; transition: ease-in-out all .2s; }
.bloc-orange p.black{ letter-spacing: .1rem; margin: 0 0 1.25vw 0; transition: ease-in-out all .2s; }
.bloc-orange a:hover{ text-decoration: none; }
.bloc-orange::before{
  content: " ";
  display: block;
  background: transparent url('gfx/forme-noir-loc.png') no-repeat 0 0;;
  width: 235px;
  height: 64px;
  position: absolute;
  top: -1.5vw;
  left: 20%;
  z-index: 2;
}
.bloc-orange a:hover p.black{ letter-spacing: .05rem; transition: ease-in-out all .2s; }
.bloc-orange a:hover p.white{ letter-spacing: .40rem; transition: ease-in-out all .2s; }
/*references */
#sliderreal{ padding-bottom: 3vw; margin-bottom: 3vw; }
#sliderreal img{ width: auto; /*filter: grayscale(100%);*/ max-width: 85%; }
#sliderreal .flex-direction-nav .flex-prev{ left: 0; }
#sliderreal .flex-direction-nav .flex-next{ right: 0; }
#sliderreal .flex-direction-nav a{ bottom: 40%; }
#sliderreal .flex-control-paging li a{
  background: white;
  border: 4px solid #f7a628;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
#sliderreal .flex-control-paging li a.flex-active{ background:#f7a628; }
#sliderreal .flex-control-paging li{ width: 18px; height: 18px; margin: 0 .3rem; }
.titre-refs { 
  margin:0 auto ;
  padding: 2vw 0;
  background: transparent url('gfx/forme-orange3.png') no-repeat left center;
  background-size: 14.5%;
}
 .titre-reals { 
  margin: 3vw auto 3vw auto;
  padding: 2vw 0;
  background: transparent url('gfx/forme-vert3.png') no-repeat right center;
  background-size: 14.5%;
}
.modale{
  position: absolute;
  top: 0;
  left: 15%;
  bottom: 0;
  width: 65%;
  background:#e5e5e5;
  z-index: 999;
  padding: 1vw 2.5%;
}
#sliderreal .row.middle.aligncenter.relative{ padding: 3vw 0; }
#sliderreal .row.middle.aligncenter.relative .spannomargin-6{ margin: 1rem 0; }
.modale .spannomargin-8{ width: 28.3333334%; margin: 0 2.5%; text-align: center; }
.modale .row{ align-items: center; height: 100%; }
.modale .spannomargin-8 p{ text-align: justify; }
#sliderreal .modale img{ max-width: 100%; margin: 0 auto; }
.modale .closeme{
  display: block;
  position: absolute;
  right: -1rem;
  top: 0;
  background: white;
  color: black;
  font-weight: 400;
  border-radius: 100%;
  font-size: 1.5rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  cursor: pointer;
}
.modale .closeme:hover{
  background: black;
  color: white;
  cursor: pointer;
}
span.cliczoom{ cursor: pointer; }
#sliderreal .flex-control-paging{ bottom: 2vw; }


/*loc*/
.carregris{
  border: 1px solid #8a8a8a;
  width: 100%;
  min-height: 240px;
  margin: 1rem auto 2rem auto;
}
.carregris img{ margin: 3rem auto 1rem auto; }
.carregris h2{ font-size: 21px; line-height: 28px; text-transform: uppercase; letter-spacing: .05rem; }
.carregris h3{ font-size: 19px; }
.carregris h2 span{ display: inline-block; width: 100%; color: #8a8a8a; }
.location-besoin img{ margin: 3rem auto 0 auto; }
.location-besoin h3{ margin: 2rem auto 0 auto; }
.location-besoin a:hover{ text-decoration: none; }
.location-besoin a:hover h3{ color: #f7a628; }
.fondbeige{ background: #f1f1f1; padding: 4vw 0; margin: 4vw 0; position: relative;  }
.fondbeige img{ margin-bottom: 1rem; }
.fondbeige h3{ margin-bottom: 1rem }
.trait-noir{ height: 2px; width: 100%; background: black; margin: 4rem 0 2rem 0; }
.fondbeige::before{
  content: " ";
  display: block;
  background: transparent url('gfx/forme-noir-loc.png') no-repeat 0 0;
  transform: scaleX(-1);
  width: 235px;
  height: 64px;
  position: absolute;
  top: -1.5vw;
  right: 50%;
  z-index: 2;
}
#popup-rappel{ display: none; }
#popup-rappel.featherlight-inner{ display: block; }


#popuphome{ 
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  background: rgba(255,255,255,.8);
  z-index: 10001;
  transition: ease-in-out all .3s;
}
#popuphome.hide{ 
  /*display: none; */
  transition: ease-in-out all .3s; 
  left: auto;
  right: auto;
  height: 0;
  overflow: hidden;
}
#in-popuphome{ 
  position: absolute;
  left: 30%;
  width: 40%;
  top: 10vw;
  z-index: 2;
}
#close-popuphome{ 
  position: absolute;
  z-index: 3;
  right: 2.5vw;
  top: 4vw;
  text-align: center;
  display: block;
  border-radius: 100%;
  background: white;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  cursor: pointer;
  border: 1px solid black;
}
#lien-particulier{
  display: block;
  width: 60%;
  height: 3vw;
  position: absolute;
  z-index: 4;
  left: 20%;
  top: 12vw;
 }
#lien-professionnel{ 
  display: block;
  width: 60%;
  height: 3vw;
  position: absolute;
  z-index: 4;
  left: 20%;
  top: 15vw;
}
#popuphome-screen{ 
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  cursor: pointer;
  transition: ease-in-out all .3s; 
}
#popuphome.hide #popuphome-screen{ 
  transition: ease-in-out all .3s; 
  left: auto;
  right: auto;
  height: 0;
  overflow: hidden;
}

/******************/
/*SITE SATELLITE*/
.row.ligne1{
  background: transparent url('gfx/site2/fond-head.png') repeat-x left top;
  background-size: contain;
}
.encart-rappel{
  background: transparent url('gfx/site2/onvousrappelle.png') no-repeat right top;
  background-size: contain;
}
nav ul{ justify-content: flex-start; }
nav ul li{ width: 12%; margin: 0 2rem; justify-content: center; }
nav ul li a{ font-size: 24px; line-height: 28px; }
nav ul li.logo {
  background: transparent url(gfx/site2/logo.png) no-repeat center top;
  background-size: contain;
  width: 25%;
  height: 117px;
  text-indent: -3000px;
  margin: -1rem 0 0 0;
  padding: 0;
}
h2.slogan {
  letter-spacing: .4vw;
  font-size: .7vw;
  margin: 1.5vw auto;
}
nav ul li:last-child a { color: #f7a628; }
nav ul li.current-menu-item::after{
  width: 20%;
  left: 40%;
  bottom: -1rem;
}
.entete-blanc{ 
  background: #f7a628; 
  position: relative; 
  min-height: 120px;
  padding: 4vw 0;
  height: auto;
}
#home .entete-blanc{ padding: 4.5vw 0; }
.entete-blanc h1{ color: white; }
#home .entete-blanc h1 span{ color: black; }
#page .entete-blanc h1 span{ color: white; } 
#page .entete-blanc h1{ color: black; } 
.entete::after{ display: none; }
.entete-blanc::after{
    content: " ";
    display: block;
    position: absolute;
    right: -7%;
    bottom: -10%;
    z-index: 2;
    width: 34%;
    height: 220px;
    background: transparent url('gfx/site2/forme-noir10.png') no-repeat 0 0;
    background-size: contain;
}
footer{ background: #f7a628; padding: 5rem 0 0 0; }
footer .span3 { width: 19%; }
footer .span2 { width: 30.65%;}
.menu-pied-de-page-container ul{ justify-content: space-between; width: 90%; margin-left: 10%;  }
.menu-pied-de-page-container ul li{
  width: 20%;
  margin:  2rem 0 0 0;
  text-align: center;
  justify-content: center;
}
.menu-pied-de-page-container ul li a{ font-weight: 400; line-height : 20px; color: white; }
.menu-pied-de-page-container ul li:last-child a{ color: white; font-weight: 600; }
.menu-pied-de-page-container ul li a:hover, 
footer .lignementions a:hover{ color: black; }
.prefooter{ margin: 0; }
.prefooter .textefooter{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.05vw;
  line-height: 1.9vw;
  font-style:italic;
  font-weight: 300;
  width: 28%;
  text-align: left;
  right: 7%;
  top: 0;
  bottom: 0;
}
.prefooter .textefooter::after{
  content: " ";
  display: block;
  position: absolute;
  right: -50%;
  top: 15%;
  z-index: 2;
  width: 238px;
  width: 88%;
  height: 66px;
  background: transparent url('gfx/site2/forme-orange2.png') no-repeat 0 0;
  background-size: contain;
}
.pub-web h3{
  font-size: 1.25vw;
  margin-top: 7vw;
  position: relative;
}
.pub-web h3 a{
font-size: 27px;
font-size: 1.4vw;
}
.pub-web h4{
  padding-top: 1.5vw;
  font-size: 16px;
  font-size: .85vw;
  line-height: 24px;
  line-height: 1.25vw;
  background: transparent url('gfx/site2/clic.png') no-repeat 30% 10%;
  background-size: 7.25%;
}
.pub-web h3::after{
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  bottom: -100%;
  z-index: 2;
  width: 238px;
  width: 20%;
  height: 56px;
  background: transparent url('gfx/site2/forme-vert.png') no-repeat 0 0;
  background-size: contain;
}
.footergris{ background:#f1f1f1; padding: 4vw 0; margin: 6vw 0 0 0; }
.footergris h3{ position: relative; width: 100%; font-size: 1.7vw; line-height: 2.4vw; }
.footergris h3.orange span{ font-weight: 600; color: black; }
.footergris h3::before{
  content: " ";
  display: block;
  position: absolute;
  left: 18%;
  top: -7vw;
  z-index: 2;
  width: 9%;
  height: 134px;
  background: transparent url('gfx/site2/forme-noir11.png') no-repeat 0 0;
  background-size: contain;
}
.footergris .spannomargin-6.aligncenter{ margin: 3vw 0 0 0; }
.footergris .spannomargin-6.aligncenter h4{ font-size: 22px; font-size: 1.15vw; margin-top: 1vw; }
.footergris .spannomargin-6.aligncenter a:hover h4, 
.footergris .spannomargin-6.aligncenter a:hover{ text-decoration: none; color: black; }
#page .entete .span1 img{ margin-left: 20%; width: 80%; }
.textepage h2{ 
  color: #f7a628; 
  font-size: 42px; 
  padding-left: 5rem; 
  background: transparent url('gfx/site2/forme-noir2.png') no-repeat left 1rem;
  margin: 4rem 0 2rem 0;
}
.textepage h3{ 
  color: #f7a628; 
  font-size: 36px; 
  padding-left: 4rem; 
  background: transparent url('gfx/site2/forme-noir2.png') no-repeat left .8rem;
  background-size: 2.5rem;
  margin: 3rem 0 2rem 0;
}
#page .entete{ padding-bottom: 5.5rem; }
.colonne-contact a{ transition: ease-in-out all .2s; }
.colonne-contact a img{ margin-top: -5.5rem; }
.colonne-contact a p{
  background: transparent url('gfx/plus-noir.png') no-repeat 0 5px;
  margin: 2.5rem 0 0 0;
  font-size: 20px;
  letter-spacing: .1rem;
  padding: 0 0 3.5rem 3rem;
  position: relative;
}
.colonne-contact a p span{ font-size: 24px; margin-bottom: .5rem; display: inline-block; transition: ease-in-out all .2s; }
.colonne-contact a p::after{
  content: " ";
  display: block;
  position: absolute;
  left: -32%;
  bottom:0;
  z-index: 2;
  width: 43%;
  height: 136px;
  background: transparent url('gfx/site2/forme-jaune2.png') no-repeat 0 0;
  background-size: contain;
}
.colonne-contact a:hover{ text-decoration: none; transition: ease-in-out all .2s; }
.colonne-contact a:hover p span{ color: #f7a628; transition: ease-in-out all .2s;  }
#page .lapage-390 .entete-blanc::before{
  content: " ";
  display: block;
  position: absolute;
  right: 10%;
  top: -6.25vw;
  z-index: 2;
  width: 31%;
  height: 195px;
  background: transparent url('gfx/site2/picto-question.png') no-repeat 0 0;
  background-size: contain;
}
#page .lapage-392 .entete-blanc::before{
  content: " ";
  display: block;
  position: absolute;
  right: 10%;
  top: -8.25vw;
  z-index: 2;
  width: 36%;
  height: 210px;
  background: transparent url('gfx/site2/picto-temoignage2.png') no-repeat 0 0;
  background-size: contain;
}
.type-localisation{ font-size: 18px; margin: 1rem 0 0 0; } 
.nom-client{ font-size: 18px; margin: 0 0 1rem 0; }
.lapage-392 h2{ padding: 0 4rem 0 5rem; position: relative; }
.lapage-392 h2::after{
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 2;
  width: 33px;
  height: 37px;
  background: transparent url('gfx/site2/bulle.png') no-repeat 0 0;
  background-size: contain;
}
.spannomargin-home1{ width: 56.25%; }
.spannomargin-home2{ 
  width: 43.75%; 
  background: #f7a628; 
  min-height: 48vw; 
  display: flex;
  align-items: center; 
  flex-flow: column wrap;
  justify-content: center;;
}
.spannomargin-toutesreal{ width: 62%; margin-left: 19%; }
.toutesreal::before{ display: none; }
.toutesreal{ justify-content: center; bottom: 0; top: auto; }
.diapo-legende{ top: 0; bottom: auto; width: 62%; left: 19%; height: 120px; }
.diapo-legende h4, .diapo-legende h5{ margin-left: 0; font-size: 18px; letter-spacing: .15rem; }
.diapo-legende .row{ height: 120px; }
.flex-direction-nav a{ bottom: auto; top: 26px; }
.flex-direction-nav .flex-next{ right: 23%; }
.flex-direction-nav .flex-prev{ right: 29%; }
.spannomargin-pre{ width: 5.75%; }
.pre-realisations h2{  margin-bottom: 3rem; }
.spannomargin-home2 h2{ 
  font-size: 1.9vw; 
  line-height: 2.6vw; 
  font-weight: 600; 
  margin-left: 30%; 
  margin-bottom: 5vw; 
  margin-top: 5vw;
  position: relative;
}
.spannomargin-home2 p{
  padding-left: 30%; 
  width: 45%;
  margin-bottom: 2vw; 
  background: transparent url('gfx/site2/forme-noir2.png') no-repeat 32% 10px;
}
.spannomargin-home2 p a{
  color: white;
  font-size: 2.2vw; 
  line-height: 2.6vw; 
  background: transparent;
  padding: 0;
  margin: 0;
  letter-spacing: 0;
}
.spannomargin-home2 a{
  font-size: 18px;
  padding-left: 35%; 
  width: 40%;
  margin-top: 3vw; 
  letter-spacing: .1rem;
  background: transparent url('gfx/plus-noir.png') no-repeat 41% 5px;
  background-size: 15px;
}
.spannomargin-home2 a:hover{ text-decoration: none; }
.spannomargin-home2 h2::before{
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  top: -15.5vw;
  z-index: 2;
  width: 100%;
  height: 195px;
  background: transparent url('gfx/site2/picto-question.png') no-repeat 0 0;
  background-size: contain;
}
.temoignages-home h2{ font-size: 36px; line-height: 50px; margin-bottom: 4vw; }
.temoignages-home .row img.picto-tem{ margin-bottom: 4vw;  }
.temoignages-home{ margin: 7vw 0 0 0; }
.temoignages-home .row{ align-items: flex-end; }
#sliderreal{ margin: 4vw 0 3vw 0; }
#sliderreal p{ font-style: italic; font-size: 18px; line-height: 30px; }
#sliderreal h4{ font-size: 18px; line-height: 30px; margin: 1.5rem 0; }
#sliderreal .flex-direction-nav .flex-prev{ left: -4rem; bottom: auto; top: 20%; }
#sliderreal .flex-direction-nav .flex-next{ right: -4rem; bottom: auto; top: 20%; }



/**/
@media (min-width: 2px) and (max-width: 1023px){
  header{ position: relative; margin-bottom: 3rem; }
  .row.ligne1{ flex-flow: row wrap; }
  .ligne1 .span1{ width: 50%; }
  .ligne1 .span2{ display:none; }
  .ligne1 .span3{ width: 40%; padding: 0 5%; }
  .ligne1 .span1 img{ max-width: 90%; margin: 3rem auto 1rem auto }
  .encart-rappel{ background: transparent; }
  .avotreecoute p.light{ display: none; }
  .avotreecoute p.medium{
    color: black;
    font-size: 18px;
    text-align: center;
    margin: 1rem 0 0 0;
    padding: 0 0 1rem 0;
    border-bottom: 1px solid #f7a628;
  }
  .onvousrappelle{
    width: 45%;
    margin: 1rem 0 0 50%;
    border-left: 1px solid #f7a628;
    padding: 0 0 0 7%;
    font-size: 13px;
  }
  #site-navigation{
    position: absolute;
    left: 50%;
    width: 25%;
    top: 3.8rem;
    z-index: 9999;
  }
  .menu-toggle{
    width: 100%;
    padding: 0;
    background: transparent;
    color: #000;
    border:0;
    display: block;
    font-size: 4.5rem;
    line-height: 4rem;
    text-align: center;
  }
  .menu-toggle:active, .menu-toggle:focus, .menu-toggle:hover{
    text-decoration: none;
  }
  .menu-menu-principal-container{
    width: 400%;
    position: absolute;
    left: -200%;
    top: 4rem;
    z-index: 9999;
  }
  .nav-menu{ display: none; padding: 2rem 0; margin:0; z-index: 10001; width: 100%; background: white; box-shadow: 0 20px 20px rgba(0,0,0,.25); }
  .nav-menu.toggled-on{ display: block; }
  nav{
    margin: 0;
    width: 100%;
  }
  nav ul li, nav ul li:nth-child(4), nav ul li:nth-child(5), nav ul li:nth-child(6){
    list-style-type: none;
    display: block;
    position: relative;
    text-align: center;
    margin: 0 0 .5rem 0;
    padding: 0;
  }
  nav ul li.logo{ display: none; }
  nav ul li a{
      font-size: 20px;
      line-height: 36px;
      display: block;
      color: #000;
      background: white;
      text-decoration: none;
      width: 100%;
      padding: 0;
      margin: 0;
  }
  nav ul li a:hover{ color: #8d001a; }
  nav ul li ul{
        margin:0;
        padding:0;
    }
  nav ul li:hover ul{ }
  nav ul li:after{
        display: none;
  }
  nav ul li ul li{
        display: list-item;
  }
  nav ul li ul li a{
        color: #000;
  }
  nav ul li ul li a:hover{
        color: black;
        text-decoration: none;
  }
  nav ul li.current-menu-item::after{ display:none; }
  .prefooter img{ max-width: 45%;  }
  footer{ padding: 2rem 0 0 0; }
  footer .span1, footer .span2{ display: none; }
  footer .span3, footer .span4{ width: 100%; }
  .footerlogo{ max-width: 50%; margin: 0 auto; }
  footer .onvousrappelle{ width: 100%; padding-left: 0; border-left: 0px; margin: 1rem 0; text-align: center; font-size: 18px; }
  footer .encart-rappel{ height: auto; }
  footer .lignementions{ margin: 1rem 0; font-size: 10px; letter-spacing: .1rem; text-align: center; width: 100%; }
  .entete{ padding-bottom: 3rem; }
  .entete .span1{ width: 100%; }
  .entete::before { left: 10%; width: 40%; }
  .entete::after{ display: none; }
  .entete .span2{ width: 80%;  }
  .entete-blanc{
    margin: -3rem 0 0 0;
    padding: 3rem 15% 5rem 15%; ;
    width: 70%;
    height: auto;
    min-height: 20vw;
    box-shadow: 0 30px 30px rgba(0,0,0,.1);
  }
  .entete-blanc h1{ font-size: 18px; line-height: 30px; margin: 0 0 .5rem 0; width: 100%; }
  .entete .span3{ width: 80%; margin: 0 10%; position: relative; }
  .entete .span3 img{ max-width: 35%; position: absolute; right: 5%; bottom: 1rem; }
  .entete-blanc p.introduction{ font-size: .8rem; line-height: 1rem; margin: 0; width: 100%; }
  .home_contenu article{ width: 80%; margin: 2rem 10%; }
  .lignetpro .span1 img, .lignetpart .span1 img{ display: none; }
  .lignetpro .span2, .lignetpart .span2{ width: 80%; margin: 0 10%; padding: 220px 0 0 0; }
  .lignetpro, .lignetpart{ position: relative; }
  .lignetpro .span3, .lignetpart .span3{ display: none; }
  .lignetpro .span4, .lignetpart .span4{ width: 100%; position: absolute; top: 0; left: 0; }
  .lignetpro .span2 h2, .lignetpart .span2 h2{ font-size: 30px; line-height: 40px; margin: 1rem 0; }
  .lignetpro .span2 p, .lignetpart .span2 p{ font-size: 16px; line-height: 24px; }
  .liste_tp h3{ font-size: 16px; line-height: 22px; }
  .lignetpart{ margin-top: 3rem; }
  .forme-blanc{ width: 10%; }
  .liste_tp h3 img{ max-width: 40px; }
  .pre-realisations h2{ font-size: 30px; line-height: 40px; margin: 1rem 0 120px 0; }
  .toutesreal::before{ left: 0; width: 30%; height: 146px; bottom: -40%; }
  .toutesreal{ top: -100px; }
  .toutesreal span { font-size: 16px; letter-spacing: .15rem; }
  .diapo-legende{
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 100px;
    padding: 1rem 0 0 0;
  }
  .diapo-legende h4, .diapo-legende h5{ margin : 0 10%; }
  .diapo-legende h4{ font-size: 18px; }
  .diapo-legende h5{ font-size: 14px; }
  .flex-direction-nav .flex-prev{ right: 12%; }
  .flex-direction-nav .flex-next{ right: 2%; }
  .bgorange::after{ display: none; }
  .bgorange::before{ width: 50%; height: 78px; bottom: auto; top: 13rem; }
  .bgorange{ height: auto; width: 80%; padding: 1rem 10%; }
  .bgorange h2{ font-size: 30px; line-height: 40px; }
  .bgorange p{ font-size: 16px; line-height: 24px; margin-top: 7rem; }
  .bgorange a.white{ flex-flow: row wrap; justify-content: center; margin: 2rem auto; font-size: 16px; }
  .textepage{ width: 80%; margin: 2rem 10%; }
  .textepage p{ font-size: 15px; line-height: 24px; }
  .subpages article h2{ font-size: 16px; line-height: 20px; height: 60px; }
  .bloc-orange{ margin: 2rem auto; padding: 1rem 5%; width: 90%; }
  .bloc-orange img{ max-width: 20%; }
  .bloc-orange img:first-child{ max-width: 35%; }
  .bloc-orange::before{
    top: -5vw;
    left: 5%;
    max-width: 50%;
    background-size: 100%;
  }
  .bloc-orange p.white, .bloc-orange p.black{ font-size: 20px; line-height: 30px; letter-spacing: .1rem; }
  #sliderreal{ margin-top: 1rem; }
  #sliderreal .row{ flex-flow: row wrap; width: 50%; margin: 0 25%; }
  #sliderreal .spannomargin-4{ width: 33.3333% }
  #sliderreal .spannomargin-4 img{ margin: 1rem auto; }
  .mille{ width: 100%; }
  #page .pre-realisations h2{ margin-left: 1rem; margin-bottom: 2rem; }
  .carregris{ width: 90%; margin: 1rem auto; }
  .fondbeige::before{ top: -3rem; }
  .fondbeige{ margin: 5rem 0 3rem 0; }
  .fondbeige h2{ width: 90%; margin: 0 5% }
  .fondbeige h2 span{ display: inline-block; width: 100%; }
  .modale{ left: -27%; width: 150%; bottom: auto; }
  #sliderreal .modale .row{ flex-flow: column wrap; width: 100%; margin: 0; }
  .modale .closeme{ right: 0; }
  .modale .spannomargin-8 p{ font-size: 14px; }
  .modale .spannomargin-8{ width: 60%; margin: .25rem 5%; }
  .titre-refs, .titre-reals{  background-size: 30%; }
  .titre-refs h2{  margin: 0 0 0 35%; }
  .titre-reals H2{  margin: 0 35% 0 0; }
  #in-popuphome{ width: 90%; left: 5%; top: 10rem; }
  #lien-particulier, #lien-professionnel{ height: 2.5rem; }
  #lien-particulier{ top: 5.5rem; }
  #lien-professionnel{ top: 8rem; }


  .row.ligne1{ background: transparent; }
  nav ul li{ width: 100%; }
  #home .entete-blanc{ width: 80%; padding: 3rem 10%; }
  .colonne-contact a img{ max-width: 75%; margin: 0; }
  .colonne-contact a{ display: flex; flex-flow: row wrap;  margin-top: 2rem; }
  .colonne-contact a .row{ width: 50%; }
  .colonne-contact a p{ 
    padding-left: 2rem; font-size: 10px; line-height: 18px; background-position: 0 0; letter-spacing: 1px; 
  }
  .colonne-contact a p span{ font-size: 14px; }
  .colonne-contact a p::after{ bottom: -3rem; left: 0; }
  .pre-realisations h2{ margin: 1rem 0 0 1rem;  }
  .spannomargin-home1{ width: 100%; }
  .toutesreal{ position: relative; top: auto; bottom: auto; left: auto; height: 80px;}
  .spannomargin-toutesreal{ width: 80%; margin-left: 10%; }
  .toutesreal span{ line-height: 80px; }
  .diapo-legende h4, .diapo-legende h5{ margin: 0; font-size: 16px; }
  .diapo-legende{ width: 80%; left: 10%; }
  .spannomargin-home2{ width: 100%; margin-top: 4rem; }
  .spannomargin-home2 h2{ font-size: 1.75rem; line-height: 2rem; margin: 1rem 10%; text-align: center; width: 80%; }
  .spannomargin-home2 p{ 
    margin: 1rem 0; padding-left: 40%; width: 50%; background-size: 26px;
   }
   .spannomargin-home2 p a{ 
    font-size: 1.5rem; line-height: 1.75rem;
   }
  .spannomargin-home2 h2::before{ width: 25%; top: -5rem; left: -10; right: auto; }
  .spannomargin-home2 a {
    font-size: 14px;
    padding-left: 35%;
    width: 60%;
    margin-bottom: 1rem;
    background-position: 31% 5px;
  }
  .temoignages-home{ width: 80%; margin: 3rem 10%; }
  .temoignages-home .row img{ max-width: 30%; }
  .temoignages-home h2{ 
    font-size: 1.75rem;
    line-height: 2rem;
  }
  #sliderreal p,   #sliderreal h4{ font-size: 1rem; line-height: 1.25rem; }
  #sliderreal .flex-direction-nav .flex-prev{ left: -11%; }
  #sliderreal .flex-direction-nav .flex-next{ right: -11%; }
  #sliderreal{ margin: 2rem 0; }
  .footergris{ padding: 2rem 0; }
  .footergris h3{ font-size: 1rem; line-height: 1.5rem; }
  .footergris img{ max-height: 5rem; }
  .footergris .row{ flex-flow: row wrap; }
  .footergris .row .spannomargin-6{ width: 50%; }
  .footergris .row .spannomargin-4{ display: none; }
  .footergris .spannomargin-6.aligncenter h4{ font-size: .75rem; line-height: 1.25rem; }
  .footergris h3::before{ top: -3rem; }
  .prefooter img{ max-width: 100%; }
  .prefooter .textefooter{ font-size: .75rem; line-height: 1rem; width: 38%; }
  .pub-web h3, .pub-web h3 a{ font-size: 1rem; line-height: 1.5rem; }
  .pub-web h4{ font-size: .75rem; line-height: 1rem; background-position: 20% 10%; margin: 1rem 0; }
  .prefooter .textefooter::after{ right: 0; top: .5rem; }
  footer .onvousrappelle a{ color: white }
  #page .entete .span1 img{ width: 100%; margin-left: 0; }
  .textepage h2, .textepage h3 {
    font-size: 24px;
    padding-left: 3rem;
    margin: 2rem 0 1rem 0;
    background-size: 2rem;
  }
  .textepage h3{ font-size: 20px; background-size: 1rem; padding-left: 2rem; }
  #page .entete{ padding-bottom: 2rem; }

  .entete-blanc::after{ height: 160px; }


  
}
/**/
@media (min-width: 768px) and (max-width: 1023px){
  .onvousrappelle{ width: 90%; font-size: 18px; }
  .menu-toggle{ font-size: 5rem; }
  .ligne1 .span1 img{ max-width: 60%; }
  .menu-menu-principal-container{ width: 200%; left: 0; top: 5rem; }
  .entete .span2{ margin-left: 10%; }
  .entete-blanc{ margin-top: -5rem; }
  .entete-blanc h1{ font-size: 24px; line-height: 36px; margin-bottom: 1rem; }
  .lignetpro .span4, .lignetpart .span4{ width: 90%; }
  .lignetpro .span2, .lignetpart .span2{ padding-top: 340px; }
  .pre-realisations .spannomargin-6{ width: 100%; }
  .slides .spannomargin-12{ margin-left: 50%; }
  .diapo-legende{ width: 100%; }
  .diapo-legende .spannomargin-12{ width: 100%; margin: 0; }
  .diapo-legende .row{ height: auto; }
  .bgorange h2 { font-size: 40px; line-height: 50px; }
  .bgorange::before{ height: 138px; }
  .bgorange .spannomargin-6{ width: 100%; }
  .bgorange p{ margin-top: 8rem; }
  footer .avotreecoute{ width: 100%; }
  .entete-blanc p.introduction{ font-size: 1rem; line-height: 1.4rem; }
  .subpages article .spannomargin-23{ width: 90%; margin: 0 5%; }
  .subpages article h2 { font-size: 14px; }
  .textepage .spannomargin-2{ width: 0; }
  .textepage .spannomargin-1{ width: 5%; }
  .textepage .spannomargin-9, .textepage .spannomargin-10{ width: 45%; }

  .diapo-legende{ width: 80%; }
  .colonne-contact a img{ max-width: 50%; margin-left: 40%; }
  .temoignages-home .row img{ max-width: 100%; }
  .temoignages-home .spannomargin-3{ width: 5%; }
  .temoignages-home .spannomargin-4{ width: 20%; }
  .temoignages-home .spannomargin-16{ width: 60%; }
  .pub-web h3{ margin-top: 1rem; }
  .pub-web h4{ margin: .5rem 0; }

  #page .textepage > .mille > .row > .spannomargin-4{ width: 5%; } 
  #page .textepage > .mille > .row > .spannomargin-2{ width:0; }
  #page .textepage > .mille > .row > .spannomargin-12{ width: 60%; }
  #page .textepage > .mille > .row > .spannomargin-6{ width: 30%; }


}
/**/
@media (min-width: 1024px) and (max-width: 1279px) {
  header{ margin-bottom: 3rem; }
  .avotreecoute p.light { font-size: 9px; letter-spacing: .1rem; margin-top: 0.4rem; }
  .avotreecoute p.medium { font-size: 12px; }
  .onvousrappelle { margin-top: 1rem; font-size: 9px; }
  nav ul{ align-items: flex-start; }
  nav ul li{ margin: 0 .5rem; }
  /*nav ul li:nth-child(4), nav ul li:nth-child(5), nav ul li:nth-child(6){ margin: 0 1rem; }*/
  nav ul li a { font-size: 13px; }
  nav ul li.logo{ margin-top: -1.25rem; height: 82px; }
  .menu-pied-de-page-container ul li a { font-size: 10px; line-height: 20px; }
  .footerlogo{ max-width: 70%; margin-top: -1rem; }
  footer .lignementions { letter-spacing: .35rem; font-size: 8px; }
  .lignetpro .span2 h2, .lignetpart .span2 h2{ font-size: 22px; line-height: 30px; }
  .lignetpro .span2 p, .lignetpart .span2 p { font-size: 13px; line-height: 18px; }
  .lignetpro .span2, .lignetpart .span2{ width: 22%; }
  .lignetpro .span3, .lignetpart .span3{ width: 9.5%; }
  .liste_tp h3 { font-size: 12px; line-height: 18px; margin: 0 0 1rem 0; }
  .liste_tp h3 img{ width: 34px; }
  .pre-realisations h2{ font-size: 22px; line-height: 30px; margin-bottom: 2rem; }
  .toutesreal span{ letter-spacing: .15rem; font-size: 14px; }
  .toutesreal::before{ height: 136px; left: 25%; }
  .diapo-legende h4 { font-size: 16px; letter-spacing: .2rem; }
  .diapo-legende h5 { font-size: 12px; }
  .diapo-legende .spannomargin-12{ width: 65%; }
  .bgorange h2{ font-size: 22px; line-height: 30px; }
  .bgorange::before{ background-size: contain; width: 250px; height: 100px; }
  .bgorange p{ font-size: 13px; line-height: 22px; }
  .bgorange a.white{ font-size: 16px; }
  .textepage p { font-size: 16px; line-height: 24px; }
  .textepage{ margin: 1rem 0 2rem 0; }
  .subpages article h2, .subpages article a:hover h2{ font-size: 14px; background-position: 90% 48px; }
  .bloc-orange img{ max-width: 7.5%; }
  .bloc-orange img:first-child{ max-width: 15%; }
  .bloc-orange::before{ top: -3vw; }
  .bloc-orange p.white, .bloc-orange p.black{ font-size: 22px; line-height: 40px; }
  .carregris h2 { font-size: 14px; line-height: 18px; }
  .carregris h3 { font-size: 13px; }
  .carregris{ min-height: 180px; }
  .carregris img{ max-width: 60%; margin-top: 2rem; }
  .location-besoin h3, .fondbeige h3, .fondbeige h2{ font-size: 18px; }
  .modale .spannomargin-8 p{ font-size: 12px; }
  .titre-refs{ background-position: -10% center; }
  .titre-reals{ background-position: 110% center; }

  nav ul li{ margin-top: 1rem; }
  nav ul li a{ line-height: 20px; }
  .colonne-contact a img{ max-width: 50%; }
  .colonne-contact a p span { font-size: 14px; }
  .colonne-contact a p { font-size: 12px; }
  .diapo-legende, .diapo-legende .row{ height: 100px; }
  .diapo-legende h4, .diapo-legende h5{ font-size: 10px; letter-spacing: .1rem; }
  .textepage p {
    font-size: 14px;
    line-height: 22px;
  }
  .toutesreal span{ font-size: 12px; line-height: 80px; }
  .toutesreal{ height: 80px; }
  .flex-direction-nav a{ top: 16px; }
  .flex-direction-nav .flex-next{ right: 21%; }
  .spannomargin-home2 p{ background-size: 30px; background-position: 32% 5px; }
  .spannomargin-home2 a{ font-size: 12px; }
  .temoignages-home h2{ font-size: 24px; line-height: 30px; }
  #sliderreal p, #sliderreal h4{ font-size: 12px; line-height: 18px; }
  .textepage h2{ font-size: 28px; background-size: 30px; }
  .lapage-392 h2::after{ top: 0; }
  footer .lignementions{ margin: 1rem 0; }
  .menu-pied-de-page-container ul li{ margin-top: 1rem; }



}
/**/
@media (min-width: 1280px) and (max-width: 1479px){
  header{ margin-bottom: 4.5rem; }
  .avotreecoute p.light { font-size: 10px; letter-spacing: .15rem; margin-top: 0.4rem; }
  .avotreecoute p.medium { font-size: 15px; }
  .onvousrappelle { margin-top: 2.3rem; font-size: 11px; }
  nav ul{ align-items: flex-start; }
  nav ul li{ margin: 0 .6rem; }
  /*nav ul li:nth-child(4), nav ul li:nth-child(5), nav ul li:nth-child(6){ margin: 0 1rem; }*/
  nav ul li a { font-size: 15px; }
  nav ul li.logo{ margin-top: -1.25rem; height: 82px; }
  .menu-pied-de-page-container ul li a { font-size: 10px; line-height: 20px; }
  .footerlogo{ max-width: 70%; margin-top: -1rem; }
  footer .lignementions { letter-spacing: .35rem; font-size: 8px; }
  footer{ padding-top: 6rem; }
  .lignetpro .span2 h2, .lignetpart .span2 h2{ font-size: 26px; line-height: 40px; }
  .lignetpro .span2 p, .lignetpart .span2 p { font-size: 16px; line-height: 22px; }
  .lignetpro .span2, .lignetpart .span2{ width: 22%; }
  .lignetpro .span3, .lignetpart .span3{ width: 9.5%; }
  .liste_tp h3 { font-size: 15px; line-height: 22px; margin: 0 0 1.5rem 0; }
  .pre-realisations h2{ font-size: 26px; line-height: 40px; margin-bottom: 4rem; }
  .toutesreal::before{ height: 156px; left: 25%; }
  .diapo-legende h4 { font-size: 16px; letter-spacing: .2rem; }
  .diapo-legende h5 { font-size: 12px; }
  .bgorange::before{ background-size: contain; width: 300px; height: 120px; }
  .bgorange h2{ font-size: 26px; line-height: 40px; }
  .bgorange p { font-size: 16px; line-height: 22px; }
  .bgorange a.white{ font-size: 18px; }
  .subpages article h2, .subpages article a:hover h2{ font-size: 16px; background-position: 90% 48px; }
  .carregris h2 { font-size: 16px; line-height: 22px; }
  .modale .spannomargin-8 p{ font-size: 14px; }
  .titre-refs{ background-position: -2% center; }
  .titre-reals{ background-position: 102% center; }
  .onvousrappelle{ margin-top: 1.5rem; }

  nav ul li{ margin-top: .5rem; }
  nav ul li a{ line-height: 24px; }
  .colonne-contact a img{ max-width: 50%; }
  .colonne-contact a p span { font-size: 16px; }
  .colonne-contact a p { font-size: 14px; }
  .diapo-legende, .diapo-legende .row{ height: 100px; }
  .diapo-legende h4, .diapo-legende h5{ font-size: 12px; letter-spacing: .1rem; }
  .flex-direction-nav a{ top: 20px; }
  .spannomargin-home2 p{ background-size: 34px; }
  .temoignages-home h2{ font-size: 26px; line-height: 40px; }
  #sliderreal p, #sliderreal h4{ font-size: 14px; line-height: 26px; }
  .textepage p {
      font-size: 17px;
      line-height: 26px;
  }
  .textepage h2 { font-size: 36px; }
  #page .entete{ padding-bottom: 3rem; }




}
/**/
@media (min-width: 1480px) and (max-width: 1599px){
  .avotreecoute p.light{ font-size: 14px; margin-top: 0.5rem; }
  .avotreecoute p.medium{ font-size: 19px; }
  .onvousrappelle { margin-top: 2.75rem; font-size: 13px; }
  .menu-pied-de-page-container ul li a { font-size: 13px; }
  .footerlogo{ max-width: 75%; }
  .lignetpro .span2, .lignetpart .span2{ width: 22%; }
  .lignetpro .span3, .lignetpart .span3{ width: 9.5%; }
  .lignetpro .span2 h2, .lignetpart .span2 h2{ font-size: 32px; line-height: 46px; }
  .lignetpro .span2 p, .lignetpart .span2 p { font-size: 17px; line-height: 26px; }
  .pre-realisations h2{ font-size: 32px; line-height: 46px; }
  .toutesreal::before{ height: 176px; left: 30%; }
  .diapo-legende h4{ font-size: 20px; }
  .diapo-legende h5 { font-size: 14px; }
  .bgorange::before{ width: 364px; height: 137px; }
  .titre-refs{ background-position: -10% center; }
  .titre-reals{ background-position: 110% center; }




}
/**/
@media (min-width: 1600px) and (max-width: 1799px){
  .avotreecoute p.light { font-size: 15px; }
  .avotreecoute p.medium { font-size: 20px; }
  .onvousrappelle{ margin-top: 2.9rem; font-size: 15px; }
  .menu-pied-de-page-container ul li a { font-size: 14px; }
  .lignetpro .span2 h2, .lignetpart .span2 h2 { font-size: 30px; line-height: 46px; }
  .toutesreal::before{ left: 40%; }
  .bgorange::before{ width: 414px; height: 157px; }


}
/**/
@media (min-width: 1800px){

}
/**/
@media (min-width: 1900px){
  .encart-rappel{ height: 142px; }
  h2.slogan {
    letter-spacing: 8px;
    font-size: 14px;
    margin: 28px auto;
  }
  /*.entete-blanc { height: 512px; }*/
  .entete-blanc h1{ font-size: 36px; line-height: 50px; }
  .entete-blanc p.introduction{ font-size: 19px; line-height: 30px; }
  .prefooter .textefooter{
    font-size: 20px;
    line-height: 36px;
  }
  .pub-web h3{ font-size: 24px; }
  .pub-web h3  a{ font-size: 27px; }
  .pub-web h4{
    font-size: 16px;
    line-height: 24px;
  }
  .footergris h3{ font-size: 32px; line-height: 46px; }
  .footergris .spannomargin-6.aligncenter h4{ font-size: 22px; }
  .spannomargin-home2 h2{ font-size: 36px; line-height: 50px; }
  .spannomargin-home2 p a{ font-size: 42px; }


}


/**/
/*COOKIES */

body #cookie-notice{
    height: 50%;
    background-color: rgba(0,0,0,0.4)!important;
}
.cookie-notice-container{
    width: 50%;
    margin: 2% 25% 0;
    background: #000;
    padding: 20px 2%;
}
@media (max-width: 1024px){
    .cookie-notice-container{
        width: 70%;
        margin: 2% 15% 0;
    }
}
@media (max-width: 767px){
    .cookie-notice-container{
        width: 90%;
        margin: 2% 5% 0 5%;
    }
}
#cn-notice-text{ font-size: 1.2em; line-height: 1.6em; float: left; width: 100%; text-align: center; margin-bottom: 1em; }
#cn-notice-buttons{ width: 100%; }
#cookie-notice .cn-button{
    transform: none;
    display: inline-block;
    margin-top: 0px;
    font-size: 1.2em;
    background: #1b7b39!important;
    color: #fff!important;
    border: 2px solid #fff;
    text-shadow: none;
    border-radius: 0;
}
#cookie-notice .cn-button:hover{
    border-color: black;
    background: #fff!important;
    color: #1b7b39!important;
}
#cookie-notice #cn-refuse-cookie{ background: #333!important; }

.cookie-notice-hidden{ display:none!important; }


#revocation{
    position: fixed;
    right: 0;
    bottom: 0;
    width: 50%;
    max-width: 240px;
    height: 28px;
    z-index: 10003;
    opacity: 1;
}
#in-revocation{
    width: 99%;
    height: 26px;
    margin: 1px 0.5%;
}
#in-revocation .cn-button{
    border-color: #D22D1B; background: #D22D1B; color:#fff; border-radius: 0;
    padding: 0;
    height: 26px;
    font-size: 0.7em;
    line-height: 26px;
    display: block;
}
#in-revocation .cn-button:hover{
    background:#fff!important; color: #D22D1B!important; box-shadow: none;
}
#cn-close-notice{ display: none; }
.grecaptcha-badge{ display: none!important; visibility: hidden!important; }
