* {
  box-sizing: border-box !important;
}

a {
  text-decoration: none;
  color: inherit;
}

a:link,
a:visited,
a:hover,
a:active {
  outline: none;
}

a img {
  border: none;
}

input,
input:active,
input:focus {
  outline: 0;
  outline-style: none;
  outline-width: 0;
}

.pointer {
  cursor: pointer;
}

ul {
  padding-left: 10px;
}

li {
  list-style: none;
}

.listinline li {
  display: inline-block;
}

.block {
  display: block;
}

.inbl {
  display: inline-block;
  vertical-align: top;
}

.inline {
  display: inline;
}

.none {
  display: none;
}

.hid {
  visibility: hidden;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.center {
  margin: auto;
}

.txtcenter {
  text-align: center;
}

.just {
  text-align: justify;
}

.under {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.ital {
  font-style: italic;
}

.black {
  color: #000;
}

.white {
  color: #ebebeb;
}

.lightgrey {
  color: #dbdbda;
}

.orange,
#agence a:hover {
  color: #ed8e17;
}

.bgwhite {
  background: #fbfdff;
}

.bgbeige {
  background: #f8f9f8;
}

.bgblack {
  background: #191f26;
}

.bgeb {
  background: #ebebeb;
}

.bgmedgrey {
  background: #3e464c;
}

.bggrey {
  background: #2c3236;
}

.bggrey2 {
  background: #252a2d;
}

.grey,
#menu a:hover {
  color: #4e5a6c;
}

.bluegrey {
  color: #5d7894;
}

.deepvermeil {
  color: #66655e;
}

.undergrey {
  border-bottom: 1px solid #cdcdcc;
}

.bg1 {
  background: url(../images/design/1.jpg) repeat;
}

.bg2 {
  background: url(../images/design/2.jpg) repeat;
}

.bg3 {
  background: url(../images/design/3.jpg) repeat;
}

.bg4 {
  background: url(../images/design/4.jpg) repeat;
}

.bg5 {
  background: url(../images/design/5.jpg) repeat;
}

.bg6 {
  background: url(../images/design/6.jpg) repeat;
}

.bgfff {
  background: #fff;
}

.bgfb {
  background: #fbfbfb;
}

.orange {
  color: #fc8b00;
}

.shadow1 {
  -moz-box-shadow: 0px 5px 10px 0px #8da7cb;
  -webkit-box-shadow: 0px 5px 10px 0px #8da7cb;
  -o-box-shadow: 0px 5px 10px 0px #8da7cb;
  box-shadow: 0px 5px 10px 0px #8da7cb;
}

.shadow2 {
  -moz-box-shadow: 5px 5px 10px 0px #e3e3e3;
  -webkit-box-shadow: 5px 5px 10px 0px #e3e3e3;
  -o-box-shadow: 5px 5px 10px 0px #e3e3e3;
  box-shadow: 5px 5px 10px 0px #e3e3e3;
}

.transparent {
  background: rgba(0, 0, 0, 0.7);
}

.h100 {
  height: 100%;
}

.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w98 {
  width: 98%;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.ma0 {
  margin: 0;
}

.pa0 {
  padding: 0;
}

.ma1 {
  margin: 10px;
}

.ma2 {
  margin: 20px;
}

.ma3 {
  margin: 30px;
}

.pa1 {
  padding: 10px;
}

.pa2 {
  padding: 20px;
}

.pa3 {
  padding: 30px;
}

.mt0 {
  margin-top: 0;
}

.mt1 {
  margin-top: 10px;
}

.mt2 {
  margin-top: 20px;
}

.mt3 {
  margin-top: 30px;
}

.mt4 {
  margin-top: 40px;
}

.mr0 {
  margin-right: 0;
}

.mr1 {
  margin-right: 10px;
}

.mr2 {
  margin-right: 20px;
}

.mr3 {
  margin-right: 30px;
}

.mb0 {
  margin-bottom: 0;
}

.mb1 {
  margin-bottom: 10px;
}

.mb2 {
  margin-bottom: 20px;
}

.mb3 {
  margin-bottom: 30px;
}

.ml0 {
  margin-left: 0;
}

.ml1 {
  margin-left: 10px;
}

.ml2 {
  margin-left: 20px;
}

.ml3 {
  margin-left: 30px;
}

.pt0 {
  padding-top: 0;
}

.pt1 {
  padding-top: 10px;
}

.pt2 {
  padding-top: 20px;
}

.pt3 {
  padding-top: 30px;
}

.pr0 {
  padding-right: 0;
}

.pr1 {
  padding-right: 10px;
}

.pr2 {
  padding-right: 20px;
}

.pr3 {
  padding-right: 30px;
}

.pb0 {
  padding-bottom: 0;
}

.pb1 {
  padding-bottom: 10px;
}

.pb2 {
  padding-bottom: 20px;
}

.pb3 {
  padding-bottom: 30px;
}

.pl0 {
  padding-left: 0;
}

.pl1 {
  padding-left: 10px;
}

.pl2 {
  padding-left: 20px;
}

.pl3 {
  padding-left: 30px;
}

.pl4 {
  padding-left: 40px;
}

.fs12 {
  font-size: 1.2rem;
}

.fs13 {
  font-size: 1.3rem;
}

.fs14 {
  font-size: 1.4rem;
}

.fs16 {
  font-size: 1.6rem;
}

.fs18 {
  font-size: 1.8rem;
}

.fs2 {
  font-size: 2rem;
}

.fs25 {
  font-size: 2.5rem;
}

.fs3 {
  font-size: 2.8rem;
}

.fw300 {
  font-weight: 300 !important;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw600 {
  font-weight: 600 !important;
}

img {
  height: auto;
  vertical-align: middle;
  border: none;
}

@font-face {
  font-family: "weblysleek_uilight";
  src: url("./fonts/Weblysleek/weblysleekuil-webfont.eot");
  src: url("./fonts/Weblysleek/weblysleekuil-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/Weblysleek/weblysleekuil-webfont.woff") format("woff"),
    url("./fonts/Weblysleek/weblysleekuil-webfont.ttf") format("truetype"),
    url("./fonts/Weblysleek/weblysleekuil-webfont.svg#weblysleek_uilight")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "weblysleek_uilight_italic";
  src: url("./fonts/Weblysleek/weblysleekuili-webfont.eot");
  src: url("./fonts/Weblysleek/weblysleekuili-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/Weblysleek/weblysleekuili-webfont.woff") format("woff"),
    url("./fonts/Weblysleek/weblysleekuili-webfont.ttf") format("truetype"),
    url("./fonts/Weblysleek/weblysleekuili-webfont.svg#weblysleek_uilight_italic")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "weblysleek_uisemibold";
  src: url("./fonts/Weblysleek/weblysleekuisb-webfont.eot");
  src: url("./fonts/Weblysleek/weblysleekuisb-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/Weblysleek/weblysleekuisb-webfont.woff") format("woff"),
    url("./fonts/Weblysleek/weblysleekuisb-webfont.ttf") format("truetype"),
    url("./fonts/Weblysleek/weblysleekuisb-webfont.svg#weblysleek_uisemibold")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "weblysleek_uisemibold_italic";
  src: url("./fonts/Weblysleek/weblysleekuisbi-webfont.eot");
  src: url("./fonts/Weblysleek/weblysleekuisbi-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/Weblysleek/weblysleekuisbi-webfont.woff") format("woff"),
    url("./fonts/Weblysleek/weblysleekuisbi-webfont.ttf") format("truetype"),
    url("./fonts/Weblysleek/weblysleekuisbi-webfont.svg#weblysleek_uisemibold_italic")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "weblysleek_uisemilight";
  src: url("./fonts/Weblysleek/weblysleekuisl-webfont.eot");
  src: url("./fonts/Weblysleek/weblysleekuisl-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/Weblysleek/weblysleekuisl-webfont.woff") format("woff"),
    url("./fonts/Weblysleek/weblysleekuisl-webfont.ttf") format("truetype"),
    url("./fonts/Weblysleek/weblysleekuisl-webfont.svg#weblysleek_uisemilight")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "weblysleek_uisemilight_italic";
  src: url("./fonts/Weblysleek/weblysleekuisli-webfont.eot");
  src: url("./fonts/Weblysleek/weblysleekuisli-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/Weblysleek/weblysleekuisli-webfont.woff") format("woff"),
    url("./fonts/Weblysleek/weblysleekuisli-webfont.ttf") format("truetype"),
    url("./fonts/Weblysleek/weblysleekuisli-webfont.svg#weblysleek_uisemilight_italic")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "RobotoBlack";
  src: url("./fonts/roboto/Roboto-Black-webfont.eot");
  src: url("./fonts/roboto/Roboto-Black-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/roboto/Roboto-Black-webfont.woff") format("woff"),
    url("./fonts/roboto/Roboto-Black-webfont.ttf") format("truetype"),
    url("./fonts/roboto/Roboto-Black-webfont.svg#RobotoBlack") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*-----------------------------------------STRUCTURE----------------------------------------*/

html,
body,
textarea,
label,
form,
fieldset,
p {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "weblysleek_uisemilight", Helvetica, Arial, sans-serif;
  color: #3a4551;
  line-height: 1.5;
  font-size: 1.7rem;
  min-height: 100vh;
  background: url("../images/main/eguilles-provence-5.jpg") no-repeat;
  background-position: 0 130px;
  background-attachment: fixed;
  background-size: cover;
}

#page {
  width: 100%;
  min-height: 100%;
  padding-bottom: 200px;
}

article {
  width: 80%;
  margin: auto;
  position: relative;
  top: 180px;
  text-align: justify;
  min-height: 100%;
}

#footer {
  height: 100px;
  text-align: center;
}

#block {
  width: 100%;
  height: 100%;
}

#maincontent {
  width: 100%;
  margin-bottom: 120px;
  padding-bottom: 55px;
}

.pagecontent {
  width: 90%;
  top: 30px;
  margin: auto;
  padding: 25px 3%;
  overflow: hidden;
}

#maincontent,
.pagecontent {
  border-radius: 3px;
}

.halfcontent {
  width: 40%;
  float: left;
  padding: 0 4.9%;
  overflow: hidden;
}

.mainview {
  width: 100%;
  background: #272d33;
}

ul li {
  line-height: 1.8;
}

#maincontent {
  background-color: rgba(98, 109, 114, 0.4);
}

.toolselement {
  text-align: center;
}

.link:hover {
  text-decoration: underline;
}

.number {
  font-family: Arial, sans-serif;
}

.backpop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1000;
  background: rgba(150, 156, 161, 0.6);
}

.pop {
  max-width: 550px;
  padding: 30px 20px 10px 20px;
}

.closeform {
  top: 3%;
  right: 3%;
}

.close {
  top: 5%;
  right: 3%;
}

.closepop {
  width: 64px;
  height: 64px;
  top: 15px;
  right: 15px;
  z-index: 100000;
}

#mapfiche {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  border: 20px solid #2c3b42;
  z-index: 100000;
}

#closemap {
  background: url("../images/icones/close64.png") no-repeat center center;
}

.form textarea {
  width: 100%;
  padding: 5%;
  border-radius: 3px;
  min-height: 280px;
}

.form input,
.form label,
.form button,
.form textArea {
  font: 400 1.7rem/35px Arial, sans-serif;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.form label,
.form button {
  height: 35px;
}

.form button {
  position: relative;
  top: -2px;
  color: #fff;
  border: none;
  margin-left: 5px;
}

.form label {
  display: inline-block;
  cursor: pointer;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
#formdepot input[type="text"] {
  width: 100%;
  padding-left: 5%;
  height: 35px;
  line-height: 35px;
  margin-bottom: 8px;
  border: 1px solid #dee2ea;
}

.check {
  width: 55px;
  height: 75px;
  margin: auto;
  background: url("../images/icones/check-48.png") no-repeat center center;
}

.check:hover {
  background: url("../images/icones/checkover-48.png") no-repeat center center;
}

/*---------------------------- HEADER -----------------------------------*/

#header {
  width: 100%;
  height: 130px;
  position: fixed;
  font-family: Arial, sans-serif;
}

#subHeader {
  line-height: 95px;
}

#maincontact {
  width: 600px;
  height: 35px;
  line-height: 35px;
  margin: auto;
  text-align: center;
}

#maincontact li {
  width: 140px;
}

#maincontact li:before {
  position: relative;
  left: -3px;
  top: 6px;
}

#phone:before {
  content: url("../images/icones/phoneoran24.png");
}

#fax:before {
  content: url("../images/icones/faxoran24.png");
}

#mail:before {
  content: url("../images/icones/mailoran24.png");
}

#carte:before {
  content: url("../images/icones/maporan24.png");
}

#logo {
  top: 35px;
  left: 0;
  padding: 0 20px;
  line-height: 16px;
  font-size: 2rem;
}

#imglogo {
  height: 60px;
  margin: 8px 0 6px 0;
}

#menu {
  width: 590px;
  margin: auto;
  font-size: 2rem;
}

#menu li {
  width: 110px;
  text-align: center;
}

#menu li,
h1,
h2,
.vermeil,
.toolsli {
  color: #96958b;
}

.on {
  color: #e26e10 !important;
}

#infralink {
  width: 100%;
  top: 20px;
}

/*--------------------------- article ---------------------------------*/

.h1,
.h1fiche {
  height: 50px;
  font-family: "weblysleek_uisemibold", Helvetica, "Segoe UI", Arial, sans-serif;
  font-weight: normal;
  font-size: 27px;
  font-size: 2.7rem;
}

.h1 {
  width: 90%;
  border-bottom: 1px solid #ed5e00;
  margin-left: 5%;
}

h2 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
}

.h1fiche {
  width: 100%;
  position: relative;
  top: -15px;
}

.illustr {
  width: 100%;
  margin: 20px 0;
}

/*--------------------------  ACCUEIL  -------------------------*/

.service {
  width: 165px;
  display: inline-block;
}

.underline {
  border-bottom: 1px solid grey;
}

#agence {
  width: 43%;
  padding: 0 2.9% 0 3.9%;
}

#agence a {
  text-decoration: underline;
  margin-left: 10px;
}

#horaire {
  min-width: 305px;
  padding-left: 35px;
  background: url(../images/icones/clock24.png) no-repeat;
}

/*------------------------  PAYS d'AIX  ----------------------*/

#slidepays {
  width: 50%;
}

#carte-pays {
  max-width: 100%;
}

.legendmap {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
}

/*-----------------------------  ANNONCE  --------------------------------*/

#titletrans {
  width: 100%;
  height: 60px;
  text-align: center;
}

.h1trans {
  margin-right: 3%;
}

.h2trans {
  font-size: 14px;
}

#tri {
  max-width: 600px;
  padding: 15px 1%;
  min-width: 340px;
  margin: 0 auto 20px auto;
}

#ready {
  width: 240px;
  margin-left: 35px;
}

#ready img {
  position: relative;
  top: -2px;
  left: 3px;
}

#tri input[type="submit"] {
  width: 25px;
  height: 28px;
  font-size: 0px;
  border: none;
  cursor: pointer;
}

#tri label {
  padding-left: 20px;
}

.croi {
  background: url(../images/icones/asc24.png) 3px -5px no-repeat;
}

.decroi {
  background: url(../images/icones/desc24.png) 3px -5px no-repeat;
}

.croi:hover,
.selectria {
  background: url(../images/icones/asc24orange.png) 3px -5px no-repeat;
}

.decroi:hover,
.selectrib {
  background: url(../images/icones/desc24orange.png) 3px -5px no-repeat;
}

#listannonces {
  max-width: 1300px;
}

.annonce,
#fichecontent,
.schema,
#centercred,
#centerform,
.imglink {
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5) inset,
    0px 2px 2px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5) inset,
    0px 2px 2px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5) inset,
    0px 2px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5) inset,
    0px 2px 2px 0px rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=180, Strength=10);
}

.blocklist {
  width: 33.3%;
  margin-bottom: 50px;
}

.annonce {
  width: 95%;
  max-height: 350px;
  position: relative;
  border-radius: 5px;
}

.formlist {
  width: 100%;
  max-height: 250px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.ghost {
  margin-top: 75%;
  /* 4:3 aspect ratio */
}

.formlist input[type="image"] {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.nothumb,
.nophot {
  width: 100%;
  z-index: 200;
  color: #fff;
}

.nothumb {
  font-size: 2.5rem;
  bottom: 50%;
}

.nophot {
  bottom: 30%;
}

.bigfont {
  font-size: 3.5rem;
}

.prixlist,
.citylist {
  position: absolute;
}

.prixlist {
  right: 0px;
  top: 0;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  background: #2c3236;
  color: #fff;
  border-radius: 0 0 0 8px;
}

.citylist {
  bottom: 0;
  width: 100%;
  padding: 5px 0;
  text-align: center;
}

.legendannonce {
  height: 65px;
  line-height: 65px;
  border-radius: 0 0 5px 5px;
  position: relative;
  margin-top: -5px;
}

.typannonce {
  text-align: center;
}

/*--------------------  CALCULETTE -----------------------*/

#centercred {
  width: 80%;
  margin: 50px auto;
  padding: 30px 20px;
  border-radius: 8px;
}

#credits {
  max-width: 760px;
  height: 500px;
  margin: auto;
  overflow: hidden;
}

.close {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 5px;
  z-index: 100;
}

.formcred {
  width: 360px;
  color: #dfe6f0;
  margin-top: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.formcred h2 {
  padding: 0;
  margin-top: 0;
}

.calc,
.result {
  width: 85%;
}

.calc {
  position: relative;
}

.calc label {
  width: 160px;
  display: inline-block;
}

.calc input {
  width: 80px;
}

.sub {
  position: absolute;
  bottom: -15px;
  left: 54%;
  display: inline-block;
  padding: 3px 0;
  -moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
  -webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
  box-shadow: inset 0px 1px 0px 0px #fce2c1;
  background-color: #fc8b00;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #eeb44f;
  cursor: pointer;
  color: #fffdfa;
  text-align: center;
  text-shadow: 0px 1px 0px #cc9f52;
}

.sub:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #fb9e25),
    color-stop(1, #ffc477)
  );
  background: -moz-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
  background: -webkit-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
  background: -o-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
  background: -ms-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
  background: linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477', GradientType=0);
  background-color: #fb9e25;
}

.result {
  height: 110px;
}

.res1,
.res2 {
  display: inline-block;
}

.res1 {
  width: 185px;
}

.res2 {
  width: 155px;
}

.alert {
  font-size: 14px;
}

#legendcred {
  font-size: 12px;
  font-size: 1.2rem;
}

/*-------------------  FICHE ----------------------------------*/

#centerback {
  position: relative;
  width: 100%;
  text-align: center;
}

#back {
  padding: 2px 15px 2px 5px;
  font-size: 1.7rem;
  border-radius: 0 0 8px 8px;
  text-shadow: 2px 2px 2px #777;
}

#back,
#rezo {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-8 */
  border: 1px solid #d3d8db;
}

#back:hover {
  background: rgb(255, 255, 255);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(241, 241, 241, 1) 50%,
    rgba(225, 225, 225, 1) 51%,
    rgba(246, 246, 246, 1) 100%
  );
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(50%, rgba(241, 241, 241, 1)),
    color-stop(51%, rgba(225, 225, 225, 1)),
    color-stop(100%, rgba(246, 246, 246, 1))
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(241, 241, 241, 1) 50%,
    rgba(225, 225, 225, 1) 51%,
    rgba(246, 246, 246, 1) 100%
  );
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(241, 241, 241, 1) 50%,
    rgba(225, 225, 225, 1) 51%,
    rgba(246, 246, 246, 1) 100%
  );
  /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(241, 241, 241, 1) 50%,
    rgba(225, 225, 225, 1) 51%,
    rgba(246, 246, 246, 1) 100%
  );
  /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(241, 241, 241, 1) 50%,
    rgba(225, 225, 225, 1) 51%,
    rgba(246, 246, 246, 1) 100%
  );
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
  /* IE6-8 */
}

#tools {
  height: 65px;
  margin-top: 15px;
  border-bottom: 1px solid grey;
}

.toolsli {
  width: 150px;
  position: relative;
}

.toolsli img {
  position: absolute;
  top: -5px;
}

#prix {
  font-size: 2.5rem;
}

#fichecontent {
  max-width: 1260px;
  padding: 10px 2.5% 2.5% 2.5%;
}

#upfiche,
#centerfiche,
#downfiche {
  width: 100%;
  overflow: hidden;
}

#imgfiche {
  width: 59%;
  height: 100%;
  margin-right: 1%;
  overflow: hidden;
}

.cycle-slideshow,
#mapfiche,
#pager {
  overflow: hidden;
}

#slidefiche,
#pager,
#mapfiche {
  width: 100%;
}

#slidefiche img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#pager {
  padding: 10px 0 0 5px;
  text-align: center;
  border-radius: 0 0 8px 8px;
}

#pager img {
  width: 9%;
  height: 40px;
  margin: 0 1.7% 10px 0;
}

#pager a {
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
  opacity: 0.5;
}

a.cycle-pager-active,
#pager a:hover,
#pager a:focus {
  filter: alpha(opacity=100);
  opacity: 1;
}

#apimap {
  position: absolute;
  left: -3000px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#bulle {
  width: 120px;
  height: 90px;
}

#edito {
  width: 39%;
  top: -40px;
}

#edito2 {
  border-top: 1px solid grey;
}

#contactfiche {
  margin: auto;
  text-align: left;
}

#showslide {
  display: none;
}

#rezo {
  position: fixed;
  top: 3%;
  right: 0;
  border-radius: 8px 0 0 8px;
}

#rezo a:hover {
  background: rgb(255, 255, 255);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2VjZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Q2ZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2ZiZmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(236, 248, 248, 1) 50%,
    rgba(214, 240, 240, 1) 51%,
    rgba(243, 251, 251, 1) 100%
  );
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(50%, rgba(236, 248, 248, 1)),
    color-stop(51%, rgba(214, 240, 240, 1)),
    color-stop(100%, rgba(243, 251, 251, 1))
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(236, 248, 248, 1) 50%,
    rgba(214, 240, 240, 1) 51%,
    rgba(243, 251, 251, 1) 100%
  );
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(236, 248, 248, 1) 50%,
    rgba(214, 240, 240, 1) 51%,
    rgba(243, 251, 251, 1) 100%
  );
  /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(236, 248, 248, 1) 50%,
    rgba(214, 240, 240, 1) 51%,
    rgba(243, 251, 251, 1) 100%
  );
  /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(236, 248, 248, 1) 50%,
    rgba(214, 240, 240, 1) 51%,
    rgba(243, 251, 251, 1) 100%
  );
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3fbfb', GradientType=0);
  /* IE6-8 */
}

#rezo a {
  width: 100%;
  display: block;
  border-bottom: 1px solid #e2e8eb;
}

#rezo a:last-child {
  border: none;
  border-radius: 0 0 0 8px;
}

.rezolink {
  padding: 0 10px 10px 10px;
  margin-bottom: 10px;
}

#centerfiche {
  padding: 20px 0;
  border-top: 1px solid #d77600;
  border-bottom: 1px solid #d77600;
}

.infolist {
  width: 100%;
}

.list1,
.list2 {
  width: 110px;
}

.quote {
  float: right;
  margin-left: 10px;
}

#downfiche {
  padding: 20px 0;
}

#energie,
#spec {
  max-width: 700px;
  min-width: 300px;
  margin: auto;
  padding: 20px 0;
}

/*------------------  Bilan Energétique  ------------------------*/

#nrjView {
  width: 620px;
  padding-top: 30px;
}

#ads_energ {
  width: 700px;
  margin: auto;
}

.infoDiag {
  font-size: 1.5rem;
}

.diag {
  width: 300px;
  margin: 15px 0;
}

.diag > div > div {
  width: 30px;
  height: 30px;
  color: #333332;
  text-align: center;
}

.diag > div > div.active {
  transform: scale(1.4);
  line-height: 26px;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 0.75em;
}

.diag > div > div.white {
  color: #fff;
}

.diag > div > div:first-child {
  font-weight: 600;
}

.diag > div > div:last-child {
  position: relative;
  margin-top: 6px;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
}

#detailE {
  width: 150px;
  margin: 12px 0;
  padding: 4px 0;
  text-align: center;
  border: 2px solid #3b5574;
  border-radius: 20px;
}

#detailE:hover {
  background: #3b5574;
  color: #fff;
}

#bilanDpe,
#bilanGes {
  width: 520px !important;
  padding: 5%;
}

#bilanDpe,
#bilanGes > div {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
}

#bilanGes > div {
  width: 460px;
  margin: 10px auto;
  padding: 20px;
  border: 2px solid #a3daf7;
  border-radius: 20px;
}

.bilan {
  flex: 1;
  margin-top: 20px;
}

.bilan > div {
  position: relative;
  margin-bottom: 3px;
}

.bilan > div > div {
  position: relative;
  height: 30px;
  line-height: 30px;
  color: #000;
}

#titleGes {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}

.scale {
  font-size: 1.2rem;
}

.def {
  font-size: 1.3rem;
}

.bar {
  font-size: 1.1rem !important;
  font-weight: 500;
}

.bar > div:first-child {
  padding-left: 6px;
  color: #fbfbfb;
  font-size: 1.6rem;
}

div.bA {
  width: 40%;
}

div.bB {
  width: 50%;
}

div.bC {
  width: 60%;
}

div.bD {
  width: 70%;
}

div.bE {
  width: 80%;
}

div.bF {
  width: 90%;
}

div.bG {
  width: 100%;
}

.dpe-A {
  background-color: #128e57;
}

.dpe-A:after {
  border-left: 16px solid #128e57;
}

.greenDpe {
  color: #2ba770;
}

.dpe-B {
  background-color: #2ba770;
}

.dpe-B:after {
  border-left: 16px solid #2ba770;
}

.dpe-C {
  background-color: #5abb77;
}

.dpe-C:after {
  border-left: 16px solid #5abb77;
}

.dpe-D {
  background-color: #f0d20e;
}

.dpe-D:after {
  border-left: 16px solid #f0d20e;
}

.dpe-E {
  background-color: #fdad00;
}

.dpe-E:after {
  border-left: 16px solid #fdad00;
}

.dpe-F {
  background-color: #fc7130;
}

.dpe-F:after {
  border-left: 16px solid #fc7130;
}

.dpe-G {
  background-color: #d94654;
}

.dpe-G:after {
  border-left: 16px solid #d94654;
}

.gesbar {
  border-radius: 0 20px 20px 0;
}

.gesbar.active {
  border-radius: 0 40px 40px 0;
  border: solid rgb(104, 103, 103);
  border-width: 2px 2px 2px 0;
}

.ges-A {
  background-color: #b2cfed;
}

.ges-B {
  background-color: #98bfe7;
}

.ges-C {
  background-color: #7fb0e2;
}

.ges-D {
  background-color: #658cb4;
}

.blueGes {
  color: #658cb4;
}

.ges-E {
  background-color: #4c6987;
}

.ges-F {
  background-color: #32465a;
}

.ges-G {
  background-color: #19232d;
}

.dpebar:after {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  right: -16px;
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.bar.active {
  height: 60px;
  line-height: 60px;
  margin: 1px 0;
}

.bar.active:after {
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left-width: 30px;
  right: -29px;
}

.bar.active > div:first-child {
  font-size: 3rem !important;
  text-shadow: 1px 0 #686565, -1px 0 #686565, 0 1px #686565, 0 -1px #686565,
    1px 1px #686565, -1px -1px #686565, 1px -1px #686565, -1px 1px #686565;
}

.cursor {
  width: 180px;
  height: 90px;
  position: relative;
  display: flex;
}

.cursor > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.cursor > div > div {
  height: 60px;
  border: 2px solid rgb(104, 103, 103);
}

#bilanDpe div.cursor > div:last-child > div {
  border-left: 0;
}

.cursor p.fwb {
  font-weight: 600;
  font-size: 1rem;
}

p.quant {
  font-weight: 600;
  font-size: 2.5rem;
}

.qges:after {
  content: "*";
  font-size: 2rem;
  position: relative;
  left: -6px;
}

p.unit {
  position: relative;
  top: -5px;
  font-size: 1rem;
}

.cA {
  top: 19px;
}

.cB {
  top: 52px;
}

.cC {
  top: 85px;
}

.cD {
  top: 118px;
}

.cE {
  top: 151px;
}

.cF {
  top: 184px;
}

.cG {
  top: 217px;
}

/*---------------------  MAP -----------------------------*/

#map {
  width: 100% !important;
  height: 60% !important;
  overflow: hidden;
}

#map iframe {
  width: 100%;
  margin: auto;
}

/*----------------------  GESTION  ----------------------------*/

.goodgreen li {
  list-style-type: square;
  line-height: 1.9;
  margin-left: 25px;
  padding-left: 5px;
}

.gest {
  width: 80px;
}

/*-----------------------  ESTIM  -----------------------------*/

fieldset {
  border: none;
}

#centerform {
  width: 75%;
  margin: 40px auto 20px auto;
  padding: 40px;
}

#estim {
  max-width: 740px;
  margin: auto;
}

#estim fieldset {
  width: 310px;
}

#estim span {
  width: 150px;
  display: inline-block;
  margin-bottom: 8px;
}

#estim .fullspan {
  width: 140px;
}

#estim input[type="text"] {
  width: 140px;
  margin-bottom: 8px;
}

#estim input[type="radio"] {
  position: relative;
  top: 2px;
}

#area {
  max-width: 70%;
  min-width: 300px;
  height: 155px;
  margin: 20px auto 0 auto;
}

textArea {
  width: 100%;
  height: 100%;
}

#submit {
  position: relative;
  top: 50px;
}

#estim input[type="submit"] {
  width: 100px;
  height: 30px;
}

.alertmsg {
  padding: 20px 0 30px 0;
  border: 3px solid #fc8b00;
  border-radius: 5px;
}

.bgdata {
  background: #fc8b00;
}

#sent {
  top: 25%;
  left: 25%;
  max-width: 800px;
  min-height: 150px;
  padding: 80px 50px 50px 50px;
  line-height: 1;
  border-radius: 6px;
}

.background {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(98, 109, 114, 0.8);
  z-index: 100;
}

.contactpop {
  width: 120px;
  display: inline-block;
}

/*-------------------------  LIENS   ----------------*/

.lien {
  width: 90%;
  position: relative;
  margin: auto;
  padding: 30px 0 40px 0;
  border-bottom: 1px solid grey;
}

.linkL {
  width: 68%;
  padding-bottom: 2%;
}

.linkR {
  max-width: 25%;
  position: relative;
  bottom: -20px;
}

.imglink {
  width: 96%;
  padding: 2%;
}

.lienbis {
  min-height: 100px;
}

.imglink:hover {
  opacity: 0.7;
}

.phonelink {
  position: relative;
  top: 35px;
}

/*-----------------------  PLAN  ----------------------*/

.plan {
  border-radius: 20px;
  font-family: "weblysleek_uilight_italic", Helvetica, "Segoe UI", Arial,
    sans-serif;
}

/*-----------------------  ERROR  -----------------------*/

.er400 {
  overflow: hidden;
}

/*-----------------------  RESPONSIVE  -----------------*/

@-webkit-viewport {
  width: device-width;
  zoom: 1;
}

@-moz-viewport {
  width: device-width;
  zoom: 1;
}

@-ms-viewport {
  width: device-width;
  zoom: 1;
}

@-o-viewport {
  width: device-width;
  zoom: 1;
}

@viewport {
  width: device-width;
  zoom: 1;
}

@media screen and (max-width: 1680px) {
  #centerform {
    width: 80%;
  }

  #centercred {
    width: 87%;
  }
}

@media screen and (max-width: 1366px) {
  #maincontent {
    width: 100%;
  }

  #centercred {
    width: 92%;
  }

  #credit {
    max-width: 100%;
    margin: auto;
  }

  .blocklist {
    width: 45%;
    margin-left: 3%;
  }
}

@media screen and (max-width: 1279px) {
  article {
    width: 90%;
  }

  .halfcontent {
    width: 45%;
    float: left;
    padding: 0 2%;
  }

  #centercred {
    width: 90%;
    padding: 30px 0;
  }

  #credit {
    max-width: 450px;
    margin: auto;
  }

  .formcred {
    width: 400px;
    float: none;
    margin: auto;
  }

  #formcred1 {
    margin-bottom: 45px;
  }

  .blocklist {
    width: 48%;
    margin-left: 1%;
  }

  #fichecontent {
    padding: 10px 2% 0 2%;
  }

  .h1fiche {
    font-size: 24px;
    font-size: 2.4rem;
  }

  #estim fieldset {
    float: none;
    margin: auto;
  }
}

@media screen and (max-width: 1024px) {
  article {
    width: 95%;
  }

  #mainmenu {
    width: 100%;
    margin: 20px 0;
    text-align: center;
  }

  #menu {
    width: 570px;
    font-size: 1.6rem;
  }

  #menu li {
    width: 90px;
  }

  #logo {
    top: 35px;
    left: 0;
    padding: 0 20px;
    line-height: 16px;
    font-size: 1.8rem;
  }

  #imglogo {
    height: 40px;
    margin: 8px 0 6px 0;
  }

  .contact {
    width: auto;
  }

  .h1fiche {
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
  }

  #prix {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 900px) {
  #menu {
    margin-right: 5%;
  }

  .halfcontent {
    width: 92%;
    float: none;
    margin: auto;
    padding: 0 2%;
  }

  #imgfiche,
  #edito {
    width: 95%;
  }

  #agence {
    width: 90%;
  }

  #slidepays {
    width: 100%;
    float: none;
  }

  .linkL,
  .linkR {
    float: none;
    margin: auto;
  }

  .linkL {
    width: 90%;
  }

  .linkR {
    width: 100%;
    position: relative;
    bottom: -20px;
  }

  .phonelink {
    position: relative;
    top: 5px;
  }
}

@media screen and (max-width: 768px) {
  #header {
    height: auto;
  }

  #menu {
    display: none;
    position: relative;
    top: 120px;
    width: 90%;
    padding-left: 10%;
    border-top: 1px solid #6a727a;
    padding: 0 0 20px 30px;
    text-align: left;
    z-index: 1000000;
  }

  #menu li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: block;
    text-align: left;
    border-bottom: 1px solid #dde1e5;
  }

  #menu li:last-child {
    border-bottom: 0;
  }

  #overlay {
    background-color: #fff;
    height: 430px;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 150px;
    z-index: -1;
  }

  #hamb,
  nav {
    z-index: 1000;
  }

  #hamb {
    width: 55px;
    height: 80px;
    display: block;
    top: 50px;
    right: 50px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }

  #hamb span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #c1c5c8;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  #hamb span:nth-child(1) {
    top: 20px;
  }

  #hamb span:nth-child(2),
  #hamb span:nth-child(3) {
    top: 32px;
  }

  #hamb span:nth-child(4) {
    top: 44px;
  }

  #hamb.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  #hamb.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #hamb.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #hamb.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
}

@media screen and (max-width: 720px) {
  .blocklist {
    float: none;
    width: 95%;
    margin: 0 auto 40px auto;
  }

  .annonce {
    max-height: 500px;
  }

  .formlist {
    max-height: 320px;
  }

  #tools {
    height: 70px;
  }

  #tools ul {
    width: 100%;
    margin-top: 45px;
  }

  .toolsli {
    width: 40%;
  }

  #spec {
    padding: 0;
  }

  .infolist {
    float: none;
    margin: auto;
  }

  #formtri,
  #ready {
    float: none;
  }

  #ready {
    width: 100%;
    display: inline-block;
    margin: 20px auto 0 auto;
    text-align: center;
  }

  #centercred {
    width: 95%;
  }

  #liftL {
    display: none;
  }

  #ads_energ {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .h1 {
    height: auto;
    margin: 0px auto;
    padding-bottom: 10px;
  }

  .h1,
  h2 {
    font-size: 2rem;
    text-align: center;
  }

  .h1fiche {
    height: auto;
  }

  .pagecontent {
    width: 90%;
  }

  #centerform {
    width: 85%;
    padding: 20px 10px;
  }

  #centerform input[type="text"] {
    width: 120px;
  }

  .formcred {
    width: 95%;
    min-width: 320px;
  }

  .lien {
    width: 100%;
  }

  #nrjView {
    width: 100%;
    padding: 30px 2%;
    overflow: scroll;
  }

  .diag {
    justify-content: center;
    margin: 20px auto 0 auto;
  }

  #detailE {
    margin: auto;
  }

  #nrjView {
    width: 100%;
    padding: 30px 2%;
    overflow: scroll;
  }

  #bilanDpe,
  #bilanGes {
    width: 100% !important;
    padding: 5% 5% 5% 0;
  }

  #bilanGes > div {
    width: 100%;
    padding: 20px 20px 20px 0;
  }
}

@media screen and (max-width: 420px) {
  #hamb {
    width: 50px;
    height: 60px;
    right: 30px;
  }

  #hamb span:nth-child(1) {
    top: 20px;
  }

  #hamb span:nth-child(2),
  #hamb span:nth-child(3) {
    top: 32px;
  }

  #hamb span:nth-child(4) {
    top: 44px;
  }

  #centerform {
    width: 95%;
    font-size: 12px;
  }

  #estim span {
    width: 130px;
  }

  #centerform input[type="text"] {
    width: 120px;
    margin-right: 20px;
  }

  .calc,
  .result {
    width: 95%;
    padding: 20px 10px;
  }

  .schema {
    width: 260px;
  }

  .typannonce {
    font-size: 1.6rem;
  }

  .legendannonce {
    height: 45px;
    line-height: 45px;
  }
}

@media screen and (max-width: 340px) {
  .pagecontent {
    width: 100%;
    padding: 15px 0;
  }

  .halfcontent {
    max-width: 300px;
    padding: 0 10px;
  }

  .txtlink {
    width: 100%;
  }
}
