/*
	Theme Name: Axenergie Theme principal
	Theme URI: http://www.kookline.net
	Description: Thème principal d'axenergie
	Version: 1
	Author: KOOKline
	Author URI: http://www.kookline.net
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

@font-face {
  font-family: "FontAwesome";
  src: url("fonts/FontAwesome/FontAwesome.otf");
  src: url("fonts/FontAwesome/fontawesome-webfont.eot");
  src: url("fonts/FontAwesome/fontawesome-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/FontAwesome/fontawesome-webfont.woff") format("woff"),
    url("fonts/FontAwesome/fontawesome-webfont.ttf") format("truetype"),
    url("fonts/FontAwesome/fontawesome-webfont.svg#exodemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  /*text-rendering:optimizeLegibility;*/
}
/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
}
body {
  font: 13px Arial, sans-serif;
  color: #727272;
  line-height: 20px;
}
/* clear */
.clear:before,
.clear:after,
.nav > .container > ul:after {
  content: " ";
  display: table;
}
.nav > .container > ul:after,
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}
a {
  color: #58628a;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: #c1001f;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input:focus {
  outline: 0;
  border: 1px solid #04a4cc;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem 0;
  background: #111;
  text-align: center;
  color: white;
  z-index: 9;
}
#cookie i.fa-close {
  cursor: pointer;
}
/* wrapper */
.wrapper {
  margin: 0 auto;
  position: relative;
  padding-top: 168px;
}
.container {
  max-width: 950px;
  margin: 0 auto;
}
.center {
  text-align: center;
}
/* sidebar */
.sidebar {
}

body.home .wrapper-content {
  background: url(img/bg-new-home.png) no-repeat center center fixed;
  background-size: cover;
}
.wrapper-content,
body.adh.home .wrapper-content {
  background: url(img/bg-default.jpg) no-repeat center top fixed;
  background-size: cover;
}
.wrapper-content {
  padding-bottom: 40px;
}
body.home .wrapper-content {
  padding-bottom: 0;
}
.contenu a.readmore,
a.readmore {
  color: #58628a;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  border: 2px solid #b3081b;
  border-radius: 2px;
  padding: 10px 35px;
  line-height: normal;
  background: white;
}
a.readmore:hover,
.contenu a.readmore:hover {
  background: #b3081b;
  color: white;
  text-decoration: none;
}
a.readmorepromo {
  width: 150px;
  height: 35px;
  padding: 0;
  line-height: 35px;
  background: #b22a1e;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 0;
  border: 2px solid #b22a1e;
  transition: all 0.3s ease;
}
a.readmorepromo:hover {
  background: #fff;
  color: #b22a1e;
  transition: all 0.3s ease;
  border: 2px solid #b22a1e;
}
a.btn {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  padding: 10px;
  min-width: 170px;
  text-align: center;
  border: 2px solid #58628a;
  border-radius: 2px;
  color: #58628a;
  font-size: 18px;
}
a.btn:hover {
  background: #58628a;
  color: white;
}
.white {
  color: white;
}

.red {
  color: #c1001f;
}
.radio {
  padding-left: 30px;
}
.valigner {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}
sup {
  top: -0.3em;
}
/*------------------------------------*\
    HEADER + MENU
\*------------------------------------*/
.mobile-menu,
.mobile-adh-menu-toggle {
  display: none;
}
.header-container {
  height: 168px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: white;
}
/* header */
.header {
}
.header > .container {
  margin: 5px auto 10px auto;
  position: relative;
}
/*.top-header-right
{
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 0;
}*/
.contact-bar {
  position: absolute;
  top: 10px;
  right: 5px;
}
.contact-bar a {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #000;
  font-size: 15px;
}
.contact-bar a#facebook {
  display: inline-block;
  background: #3b5999;
  color: white;
  height: 16px;
  width: 16px;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}
.chloader {
  position: absolute;
  right: 20px;
  top: 50px;
}

.carriere {
  position: absolute;
  right: 325px;
  top: 55px;

  border: 2px solid #58628a;
  height: 45px;
  min-width: 139px;
  display: flex;
  border-radius: 5px;
}

@media screen and (max-width: 1024px) {
  .carriere {
    right: 75px;
  }
}

@media screen and (max-width: 768px) {
  .carriere {
    right: 0px;
    top: 45px;
  }
}

.containerBoutons {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.boutonOE .offreEmploi,
.boutonAlt .alternance {
  border: 2px solid #58628a;
  height: 45px;
  min-width: 139px;
  display: flex;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 0 15px;
  color: #58628a;
}

.boutonOE .offreEmploi:hover,
.boutonAlt .alternance:hover {
  text-decoration: none;
  background-color: #58628a;
  color: #fff;
}

.carriere span {
  font-size: 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 20px;
}

.carriere:before {
  content: "";
  background-image: url("img/pictoBriefcase.png");
  padding: 0 40px 0 10px;
  font-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
}

.carriere:hover {
  color: white;
  background-color: #58628a;
}

.carriere:hover:before {
  background-image: url("img/pictoBriefcaseHover.png");
}

.typeContrat .pictoContrat {
  padding-top: 40px;
}

.fullPromo .promo .promoClasse {
  color: #b90b21;
  font-weight: 500;
}

.typeContrat img {
  height: 200px;
  margin-right: 15px;
  max-width: unset;
  margin-bottom: 10px;
  margin-top: 10px;
}

.fullPromo {
  display: flex;
}

.fullPromo .promo {
  height: 100%;
}

#mon-chauffagiste {
  min-width: 288px;
  background: #7e87aa;
  color: white;
  border-radius: 6px;
  border: 2px solid white;
  position: absolute;
  top: 45px;
  right: 0;
  z-index: 90;
  transition: all 0.5s ease;
}
#mon-chauffagiste p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
#mon-chauffagiste p.titre {
  font-size: 20px;
  color: #f0f2f7;
  font-weight: bold;
  margin-top: 10px;
  padding: 0 10px;
  text-align: right;
}
#mon-chauffagiste p.nom {
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  padding: 0 10px;
  margin-bottom: 10px;
  text-align: right;
}

#mon-chauffagiste p.nom span.ville {
  font-weight: medium;
}

#mon-chauffagiste .content {
  display: none;
  padding: 10px;
  width: 100%;
  background: #f8f6f4;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: max-height 0.5s ease;
}
#mon-chauffagiste .content ul {
  padding-left: 70px;
}
#mon-chauffagiste .content ul li {
  list-style: none;
}
#mon-chauffagiste .content ul li:before {
  content: "\02023";
  color: #58628a;
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
  vertical-align: text-top;
  line-height: 13px;
}
#mon-chauffagiste .content .adresse p {
  font-family: Tahoma, Arial, sans-serif;
  color: #727272;
  font-size: 13px;
}
#mon-chauffagiste .content .adresse .logo {
  float: left;
  margin-right: 10px;
  max-width: 50px;
}
#mon-chauffagiste:hover,
#mon-chauffagiste:focus {
  background: #58628a;
  border: 2px solid #58628a;
}
#mon-chauffagiste:hover .content,
#mon-chauffagiste:focus .content {
  display: block;
}
/* logo */
.logo {
}
.logo-img {
}
.logo10ans {
  left: 235px;
  position: absolute;
  top: 5px;
}
#mon-chauffagiste:not(.sans) {
  display: none;
}

#img10ans {
  display: none;
}
/* nav */
.nav {
  background: #f8f6f4;
}
.nav > .container {
  position: relative;
}
.nav > .container ul {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}
.nav > .container > ul > li {
  display: block;
  float: left;
  list-style: none;
  padding: 0 4px;
}
.nav > .container > ul > li + li {
  border-left: 1px solid #7e87aa;
}
.nav > .container > ul > li > a {
  color: #7e87aa;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  height: 100%;
  padding: 9px 10px;
  position: relative;
}
.nav > .container > ul > li:hover > a,
.nav > .container > ul > li.current-menu-parent > a,
.nav > .container > ul > li.current_page_item > a {
  background: #c3cee3;
  color: #59628b;
}
.nav > .container > ul > li.menu-item-has-children:hover > a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background: #c3cee3;
  top: 38px;
  z-index: 3;
}
.nav > .container > ul > li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 38px;
  background: #c3cee3;
  width: 100%;
  border-top: 5px solid transparent;
  overflow: hidden;
  padding: 10px;
}
.nav > .container > ul > li:hover > ul {
  display: block;
  border-color: #58628a;
}
.nav > .container > ul > li > ul > ul {
  display: inline-block;
  width: 32%;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
.nav > .container > ul > li > ul > ul + ul {
  margin-left: 1.5%;
}
.nav > .container > ul > li > ul > ul li {
  margin: 3px 0;
}
.nav > .container > ul > li > ul > ul > li {
  list-style: none;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px dotted #58628a;
  padding-left: 5px;
}
.nav > .container > ul > li > ul > ul > li a {
  padding: 3px 0;
  display: block;
}
/*3em niveau*/
.nav > .container > ul > li > ul > ul > li > ul > li:before {
  content: "-";
  display: inline-block;
  margin-right: 3px;
}
.nav > .container > ul > li > ul > ul > li > ul > li a {
  display: inline;
}
.nav > .container > ul > li > ul > ul > li > ul > li:hover {
  background: #7e87aa;
  color: white;
}
.nav > .container > ul > li > ul > ul > li > ul > li:hover a {
  color: white;
}
.nav > .container > ul > li > ul > ul > li > ul > li {
  font-weight: normal;
  font-size: 14px;
  list-style: none;
  padding-left: 15px;
}
.nav > .container > ul > li > ul > ul > li > ul > li + li {
  border-top: 1px dotted #58628a;
}
/*4em niveau*/
.nav > .container > ul > li > ul > ul > li > ul > li > ul li {
  list-style: none;
  margin: 0;
  padding-left: 30px;
}
.nav > .container > ul > li > ul > ul > li > ul > li > ul li:before {
  font-family: "FontAwesome";
  content: "\f178";
  display: inline-block;
  margin-right: 3px;
}
.nav > .container > ul > li > ul > ul > li > ul > li > ul li a {
  display: inline;
  padding: 2px 0;
}
.nav > .container > ul > li > ul > ul > li > ul > li > ul li:hover,
.nav > .container > ul > li > ul > ul > li > ul > li > ul li:hover a {
  color: #c1001f;
}
/*------------------------------------*\
    HOME PAGE

\*------------------------------------*/
.home-wrapper .container {
  max-width: 980px;
}
.shortcut-container {
  display: block;
}
.shortcut {
  display: inline-block;
  border: none;
  height: 200px;
  width: 225px;
  margin-top: 42px;
  position: relative;
  transition: none;
}
.shortcut:hover {
  line-height: 229px;
}

.home-wrapper .shortcut p > span {
  display: table-cell;
  vertical-align: bottom;
  text-align: left;
  font-size: 20px;
  padding-bottom: 25px;
  position: relative;
}
.home-wrapper .shortcut p > span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 5px;
  height: 3px;
  width: 40px;
  background: white;
}
.home-wrapper .shortcut p > span .bold {
  font-size: 20px;
  display: inline;
}
.shortcut:hover p > span {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  padding: 20px 0;
  border-top: 1px solid #b3081b;
  border-bottom: 1px solid #b3081b;
}
.shortcut:hover p {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  line-height: normal;
  vertical-align: middle;
  display: inline-block;
  line-height: 229px;
  background: white;
  color: #b3081b;
  line-height: 180px;
}

.shortcut p {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 228px;
  background: rgb(88, 98, 138);
  background: rgba(88, 98, 138, 0.7);
  color: white;
  font-size: 21px;
  padding: 10px;
  line-height: 100%;
}
.shortcut p span.bold {
  display: block;
  font-weight: bold;
  font-size: 28px;
}
.shortcut + .shortcut {
  margin-left: calc((100% - 916px) / 3);
}
.home-wrapper .shortcut p {
  width: 100%;
  left: 0;
  position: static;
  display: table;
  vertical-align: bottom;
  height: 100%;
}
.shortcut.installation {
  background: url(img/installation.jpg) no-repeat top left;
}
.shortcut.entretien {
  background: url(img/entretien.jpg) no-repeat top left;
}
.shortcut.panne {
  background: url(img/panne.jpg) no-repeat top left;
}
.home-wrapper .shortcut.diagnostic {
  background: url(img/diagnostic.jpg) no-repeat top left;
}
.home-wrapper .shortcut.adherez {
  background: url(img/adherez.png) no-repeat;
  background-position: center -26px;
}
.home-wrapper .shortcut.adherez p {
  background-color: unset;
}
.home-wrapper .shortcut.adherez p:after {
  content: "\f054";
  width: 40px;
  height: 40px;
  background: white;
  position: absolute;
  bottom: 20px;
  left: 35px;
  border-radius: 50px;
  border: 2px solid #720e00;
  font: normal normal normal 14px/1 FontAwesome;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #720e00;
}
.home-wrapper .shortcut.adherez:hover p:after {
  background-color: #720e00;
  color: #fff;
  border-color: #b1081b;
}
.home-wrapper .shortcut.adherez p > span {
  vertical-align: unset;
  font-size: 17px;
  color: #58628a;
  font-weight: 800;
  padding-left: 10px;
  line-height: normal;
}
.home-wrapper .shortcut.adherez:hover p > span {
  display: block;
  padding: 0;
  border: none;
  line-height: normal;
  padding-left: 10px;
}
.home-wrapper .shortcut.adherez p > span .bold {
  font-size: 17px;
  font-weight: 800;
}
.home-wrapper .shortcut.adherez p > span:after {
  bottom: auto;
  top: 50px;
  background-color: #b10214;
  left: 10px;
}
.news-wrapper {
  background: rgba(88, 98, 138, 0.7);
  padding: 13px 0 40px 0;
  position: relative;
  margin: 43px 0 20px 0;
}
.news-wrapper:before {
  position: absolute;
  display: block;
  content: "";
  margin-top: 20px;
  height: 23px;
  background: url(img/band-triangle.png) no-repeat center top;
  top: -43px;
  left: 0;
  width: 100%;
}
.home .news-wrapper {
  margin-bottom: 0;
}
.fat-title {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 3px #000;
  margin: 0 0 10px 0;
  line-height: normal;
}
.titre-map {
  margin-bottom: 0;
  color: white;
  line-height: 54px;
  text-transform: uppercase;
  text-align: center;
  background: #506381;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
#map {
  width: 100%;
  height: 480px;
  border: none;
  margin: 0 auto;
  background: white;
  padding: 0px;
  background: #ffffff;
  position: relative;
}
.relative-wrap.inline-block {
  display: inline-block;
  margin-left: 10px;
}
#map-wrapper form label {
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#map-display {
  width: 335px;
  border: none;
  box-shadow: -2px 0 40px 0 rgba(0, 0, 0, 0.2);
  padding: 20px 10px;
}
#map-display ul li:before {
  color: #58628a;
}
#map-display ul li + li {
  margin-top: 5px;
}
#map-display a {
  color: #a1b0cd;
  font-size: 13px;
}
#map-wrapper {
  float: left;
  width: calc(100% - 355px);
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
#map-wrapper form {
  margin-top: 20px;
  float: none;
  text-align: center;
}
#map .titre,
#map-wrapper .instructions,
#map #map-display label {
  position: static;
  left: auto;
  top: auto;
  width: auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  color: #58628a;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
#map #map-display label {
  margin: 0 auto 10px auto;
  display: block;
}
#map #map-display label + hr {
  color: #b12b1d;
  height: 3px;
  width: 40px;
  background: #b12b1d;
  border: 1px solid #b12b1d;
}
#map .titre {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#map .titre:after {
  content: "";
  height: 3px;
  width: 40px;
  background: #b12c1e;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#kook_map {
  position: relative !important;
  left: auto;
  top: auto;
  margin: 0 auto;
}
form.kook-search-form button {
  margin-left: -4px;
  border-radius: 0;
  background: #b12c1e;
}
form.kook-search-form input[type="text"] {
  border-color: #b12c1e;
}
#map-wrapper .relative {
  position: relative;
  margin: 10px 0;
}
.actualites-holder span + .relative,
.promos-holder span + .relative {
  width: 190px;
  margin: 0 auto 25px auto;
}
#map-wrapper .ou {
  display: inline-block;
  background: #fff;
  padding: 0 5px;
  text-transform: uppercase;
  color: #cacaca;
  position: relative;
  z-index: 2;
  font-size: 12px;
}

.actualites-holder,
.promos-holder {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 475px;
  margin-top: 27px;
}
.promos-holder .slides {
  margin: 0;
  padding: 0;
  width: 412px;
  height: 361px;
  background: none;
  padding: 0px;
  margin: 0;
}
.actualite {
  display: inline-block;
  width: 195px;
  height: 360px;
  background: white;
  position: relative;
  font-family: "Montserrat", sans-serif;
  vertical-align: top;
  margin-bottom: 20px;
}
.actualite > div {
  margin: auto;
  width: 90%;
  height: 195px;
  border-bottom: 1px solid #000;
}
.actualite > div:before {
  content: "";
  display: inline-block;
  height: 44px;
  width: 100%;
  vertical-align: middle;
}

.actualite > div img {
  vertical-align: middle;
}
.actualite + .actualite {
  margin-left: 10px;
}
.actualite img {
  max-height: 111px;
}
.actualite p {
  height: 60px;
}
.actualite p,
.promos-holder .slides li p.texte {
  color: #506381;
  font-size: 12px;
  line-height: 17px;
  text-align: left;
  margin: 30px auto 15px auto;
  padding: 0 15px;
}
.actualite .contenu a.readmore,
.actualite a.readmore {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  border: 2px solid transparent;
  padding: 0px 35px;
  text-transform: uppercase;
  line-height: 35px;
  border-radius: 0px !important;
  font-size: 12px;
  background: #b22a1e;
}
.actualite .contenu a.readmore:hover,
.actualite a.readmore:hover {
  background: #fff;
  color: #b22a1e;
  border: 2px solid #b22a1e;
}
.adherent {
  background: #f8f6f4 none repeat scroll 0 0;
  padding: 15px 10px;
}
.adherent + .adherent {
  margin-top: 10px;
}
.pagination-adh {
  text-align: center;
}
.adherent a.readmore {
  background: #c1001f none repeat scroll 0 0;
  color: white;
  margin-top: 5px;
}
.adherent h3,
.adherent p {
  font-weight: 400;
  margin: 0;
}
.promos-holder .slides li p.texte {
  margin: 0;
  height: 90px;
}
.promos-holder .slides li {
  list-style: none;
  font-family: "Montserrat", sans-serif;
  height: 196px;
}
.promos-holder .slides li .c {
  display: block;
  background: #f0f2f7;
  -webkit-box-shadow: 10px 10px 59px 9px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 10px 10px 59px 9px rgba(0, 0, 0, 0.3);
  box-shadow: 10px 10px 59px 9px rgba(0, 0, 0, 0.3);
}
.promos-holder .slides li:first-child {
  margin: 0;
}
.promos-holder .slides li .c div {
  width: calc(100% - 203px);
  height: 166px;
  padding: 30px 10px 20px 10px;
  float: right;
}
.promos-holder .slides li img {
  float: left;
  margin-right: 0px;
  max-width: 203px;
  width: auto;
  height: auto;
  max-height: 166px;
}
.promos-holder .slides li p {
  margin: 0;
  text-align: left;
}
.promos-holder .slides li p.promo-title {
  color: #b3081b;
  font-size: 24px;
  margin-bottom: 20px;
  padding-top: 20px;
}
.promos-holder .slides li p.promo-title .fa-stack {
  font-size: 15px;
  vertical-align: top;
}

a.white {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  background: white;
  border-radius: 4px;
  color: #58628a;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding: 10px 20px;
  margin-top: 10px;
}

a.white span {
  padding-bottom: 2px;
  border-bottom: 1px solid #58628a;
}
a.white.toutes-astuces {
  background: #fff;
  font-weight: 700;
  color: #b22a1e;
  width: 250px;
  height: 40px;
  line-height: 40px;
  border-radius: 0px;
  padding: 0;
  -webkit-box-shadow: 10px 10px 59px 9px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 10px 10px 59px 9px rgba(0, 0, 0, 0.3);
  box-shadow: 10px 10px 59px 9px rgba(0, 0, 0, 0.3);
}
a.white.toutes-astuces > span {
  color: #b22a1e;
  font-size: 13px;
  border: none;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  transition: all 0.3s ease;
}
a.white.toutes-astuces:hover {
  background: #b22a1e;
  color: #fff;
  transition: all 0.3s ease;
}
a.white.toutes-astuces:hover > span {
  color: #fff;
}

.actualites-holder span + .relative > .ligne-icon,
.promos-holder span + .relative > .ligne-icon {
  background: none;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  position: relative;
  z-index: 2;
  padding: 0;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
#map-wrapper .relative:after,
#map-wrapper .relative:before,
.actualites-holder span + .relative:after,
.promos-holder span + .relative:after,
.actualites-holder span + .relative:before,
.promos-holder span + .relative:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background: #cacaca;
  width: 45%;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.actualites-holder span + .relative:after,
.promos-holder span + .relative:after,
.actualites-holder span + .relative:before,
.promos-holder span + .relative:before {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  background: #b12b1d;
  width: 40px;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
#map-wrapper .relative:before,
.actualites-holder span + .relative:before,
.promos-holder span + .relative:before {
  right: 40px;
  left: auto;
}
.news-wrapper:before {
  display: none;
}
.actualites-holder span,
.promos-holder span {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  display: block;
  font-family: "Montserrat", sans-serif;
}

.referencement-wrapper {
  background: white;
  padding: 70px 0 60px 0;
  position: relative;
}
/*.referencement-wrapper:before
{
	position: absolute;
	display: block;
	content: '';
	height: 21px;
	background: url(img/band-blanche.png) no-repeat center top;
	top: -41px;
	left: 0;
	width: 100%;
}*/

.red-title {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  line-height: 40px;
  color: #c1001f;
  margin-top: 0;
}
.home .red-title {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  line-height: 30px;
  color: #c1001f;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
}
.referencement-wrapper h2 {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  line-height: 35px;
  font-weight: 400;
  color: #4b4b4b;
  margin-bottom: 5px;
}
.referencement-wrapper p,
.referencement-wrapper ul,
.referencement-wrapper li {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 20px;
  list-style-type: none;
}
.referencement-wrapper li:before {
  content: "\f105";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 7px;
  color: #58628a;
  line-height: 20px;
  font-size: 20px;
  vertical-align: bottom;
}
.flex-viewport {
  overflow: hidden;
  width: 412px;
  position: relative;
  height: 361px !important;
  background: none;
  margin: 0 auto;
}
.flex-button {
  height: 40px;
  display: block;
  width: 412px;
  margin: 30px auto 0 auto;
  position: relative;
}
.flex-button > a {
  margin: 0;
}
/*flèches flexslider*/
.flex-direction-nav .flex-numerotation {
  width: 50px;
}
.flex-direction-nav {
  float: right;
  text-align: right;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.flex-direction-nav li {
  border-radius: 4px;
  display: inline-block;
  margin: 0 5px;
  line-height: 100%;
  vertical-align: top;
  height: 20px;
}
.flex-direction-nav a {
  opacity: 1;
  position: static;
  margin: 0;
  height: auto;
  width: auto;
  padding: 0 10px;
  line-height: 20px;
  display: block;
}
.flex-direction-nav span.wrap {
  font-family: "Montserrat", sans-serif;
  display: block;
  line-height: 40px;
  padding: 0 10px;
  color: #727272;
  font-size: 13px;
  font-weight: bold;
}
.flex-direction-nav a:before {
  font-family: "FontAwesome";
  content: "\f106";
  font-size: 20px;
  color: #fff;
}
.flex-direction-nav a.flex-next:before {
  content: "\f107";
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer {
  padding-top: 0;
  background: #58628a;
  height: 257px;
  font-family: "Montserrat", sans-serif;
}
.footer > .container {
  max-width: 980px;
  vertical-align: top;
  max-height: 220px;
  height: 100%;
  display: block;
  padding: 23px 15px;
}
.footer > .container > .menu-footer-container {
  width: calc(100% - 725px);
  height: 100%;
  float: left;
}
.footer > .container > .menu-footer-container > span {
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
  display: block;
  font-weight: 400;
}
.footer > .container > .menu-footer-container > span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #fff;
}
.footer .top-footer {
  border-top: 1px solid #a1b0cd;
  background: #f0f2f7;
  float: left;
  width: 721px;
  height: 173px;
  padding: 20px 10px 30px 20px;
  border: none;
}

.footer p.motto {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  color: #7e87aa;
}
.footer p.motto span {
  color: #b3081b;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 2px;
}
.footer .rapind-links {
  margin: 0;
  padding-top: 20px;
  padding-left: 0;
  display: block;
  width: 100%;
}
.footer .rapind-links li:first-child a i {
  vertical-align: sub;
}
.footer .rapind-links li,
.footer .footer-menu li {
  list-style: none;
  display: inline-block;
}
.footer .rapind-links li {
  width: calc((100% / 6) - 18px);
  vertical-align: top;
}
.footer .rapind-links li {
  min-width: 115px;
}
.footer .rapind-links li a {
  display: block;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}
.footer .rapind-links li:nth-child(4) {
  width: 150px;
}
.footer .rapind-links li:nth-child(2) a > span:first-child {
  width: 34px;
  height: 34px;
  display: block;
  margin: 0 auto;
}
.footer .rapind-links li:nth-child(2) a > span:first-child > i {
  display: block;
}
.footer .rapind-links li:nth-child(2) a > span:first-child > i + strong {
  position: relative;
  z-index: 3;
  padding-top: 3px;
  display: block;
}
.footer .rapind-links li a i {
  vertical-align: middle;
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 22px;
  line-height: 34px;
  text-align: center;
}

.footer .rapind-links li a .fa-user-plus,
.footer .rapind-links li a .fa-lock,
.footer .rapind-links li a .fa-envelope {
  font-size: 15px;
}

.footer .rapind-links li a i:before {
  position: relative;
  z-index: 3;
}
.footer .rapind-links li a i:after {
  content: "";
  vertical-align: middle;
  background: #58628a;
  height: 34px;
  width: 34px;
  position: absolute;
  z-index: 1;
  border-radius: 34px;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.footer .rapind-links li a .texte {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  text-align: center;
  margin-top: 5px;
}
.footer .footer-menu {
  float: left;
  width: 228px;
  height: 100%;
  margin: 0;
  padding: 5px 0 0 0;
  text-align: center;
}
.footer .footer-menu li {
  display: block;
  text-align: left;
}
.footer .footer-menu li a {
  color: #d6deed;
  font-size: 12px;
  font-weight: normal;
  line-height: 25px;
  text-align: left;
}
.footer .rights {
  height: 40px;
  border-top: 1px solid #fff;
  line-height: 40px;
  display: block;
  background: #58628a;
}
.footer .rights > .container {
  max-width: 980px;
  display: block;
  height: 100%;
}
.footer .rights > .container .copyright,
.footer .rights > .container .kookright {
  float: left;
  width: 55%;
  height: 100%;
  line-height: 40px;
}
.footer .rights > .container .kookright {
  text-align: right;
  width: 44%;
}
.footer .rights > .container .kookright > p {
  color: #fff;
  font-size: 12px;
  line-height: 40px;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
.footer .rights > .container .kookright > p > a {
  display: inline-block;
  color: #fff;
}
.footer .copyright,
.footer .copyright a {
  color: white;
  font-weight: normal;
  font-size: 12px;
  line-height: normal;
}
.footer .copyright a:before {
  content: "\007C";
  display: inline-block;
  margin: 0 10px;
  color: #fff;
  width: 5px;
}

/*------------------------------------*\
    ShortCode
\*------------------------------------*/
.tel-num {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  background: #f0f2f7;
  text-align: center;
  line-height: 70px;
  color: #b3081b;
  font-size: 30px;
}

.depliant {
}
.depliant .titre {
  cursor: pointer;
  line-height: 40px;
  font-size: 22px;
  font-weight: normal;
  border: 1px solid #58628a;
  padding: 0 10px;
  margin-bottom: 10px;
}
.depliant.active .titre {
  color: white;
  background: #58628a;
}
.depliant .titre i {
  float: right;
  line-height: 40px;
  font-weight: bold;
}
.depliant .details-holder {
  display: none;
}
.contrats-container {
  font-size: 0;
  -moz-box-shadow: 0px 5px 10px -5px #656565;
  -webkit-box-shadow: 0px 5px 10px -5px #656565;
  -o-box-shadow: 0px 5px 10px -5px #656565;
  box-shadow: 0px 5px 10px -5px #656565;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=10);
  height: 210px;
  margin-bottom: 10px;
}
.contrat {
  display: inline-block;
  height: 210px;
  overflow: hidden;
}
.contrat .scontainer {
  display: inline-block;
  height: 100%;
  width: 100%;
  line-height: 210px;
  text-align: center;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  overflow: hidden;
  transition: height 0.5s ease;
}
.contrat .scontainer .bold {
  font-size: 24px;
}
.contrat .scontent {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  padding: 10px 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.contrat .contrat-desc {
  display: block;
  font-size: 12px;
  font-family: Arial, sans-serif;
  padding: 0 5px;
  position: relative;
}
.contrat .contrat-desc:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: inherit transparent transparent transparent;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
}
.contrat:hover .scontainer {
  height: 50px;
  line-height: 100px;
}

.contrat:hover .scontent {
  vertical-align: top;
  font-size: 0;
  padding: 5px 0;
  border-top: none;
}

.contrat + .contrat {
  margin-left: 1px;
}

.contrat-1 {
  width: 138px;
}
.contrat-1 .scontainer {
  background: #a1b0cd;
}
.contrat-1 .contrat-desc:before {
  border-color: #a1b0cd transparent transparent transparent;
}

.contrat-2 {
  width: 159px;
}
.contrat-2 .scontainer {
  background: #889cc2;
}
.contrat-2 .contrat-desc:before {
  border-color: #889cc2 transparent transparent transparent;
}

.contrat-3 {
  width: 185px;
}
.contrat-3 .scontainer {
  background: #7e87aa;
}
.contrat-3 .contrat-desc:before {
  border-color: #7e87aa transparent transparent transparent;
}

.contrat-4 {
  width: 205px;
}
.contrat-4 .scontainer {
  background: #6b759f;
}
.contrat-4 .contrat-desc:before {
  border-color: #6b759f transparent transparent transparent;
}

/*Simulateur*/
.simulateur {
  margin-top: 10px;
}
.simulateur-header {
  padding: 70px 35px 20px 35px;
  background: url(img/simulateur-header.png) no-repeat top left #eceef3;
  border-bottom: 1px solid #a1b0cd;
  color: #504a4a;
}
.simulateur-header .creditline {
  font-size: 18px;
  line-height: 54px;
}
.simulateur-header .creditline #tarot,
.simulateur-header #cmensualites,
.simulateur .ffinance .pull-right {
  border: 2px solid #a1b0cd;
}
.simulateur-header #cmensualites {
  width: 80px;
  line-height: 20px;
}
.simulateur-header .choix-mensualites {
  padding: 10px 0;
  border-top: 1px solid #dadee8;
}
.simulateur-header .creditline #tarot {
  line-height: 50px;
  text-align: center;
  background: white;
  color: #b3081b;
  font-weight: bold;
  font-size: 24px;
  margin-left: 21px;
}
.simulateur-data:before,
.simulateur-data:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
}
/*Bordure*/
.simulateur-data:before {
  top: -1px;
  left: 21px;

  /* If 1px darken stroke slightly */
  border-top-color: #a1b0cd;
  border-width: 16px;
}
/*Couleur*/
.simulateur-data:after {
  top: -1px;
  left: 22px;
  border-top-color: #eceef3;
  border-width: 15px;
}
.simulateur-data {
  padding: 25px 0 20px 0;
  position: relative;
}
.simulateur.blue {
  color: #a1b0cd;
}
.contenu .simulateur table {
  width: auto;
  border-spacing: 5px;
  border-collapse: separate;
}
.simulateur table td {
  text-align: left;
}
.simulateur table td span.titre:before {
  content: "\025A0";
  display: inline-block;
  margin-right: 5px;
  font-size: 18px;
  color: #a1b0cd;
}
.simulateur table td span.titre {
  display: inline-block;
  line-height: 20px;
  text-align: left;
  width: 120px;
  vertical-align: middle;
  margin-right: 10px;
}

.simulateur table td span.titre:after {
  content: "\02023";
  display: inline-block;
  margin-left: 5px;
  font-size: 22px;
  vertical-align: bottom;
  float: right;
  color: #a1b0cd;
}
.simulateur table td .value {
  display: inline-block;
  height: 25px;
  width: 110px;
  border: none;
  background: #eceef3;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  color: #58628a;
}

.simulateur .ffinance {
  line-height: 29px;
  padding: 3px 0;
  border-top: 1px solid #a1b0cd;
  border-bottom: 1px solid #a1b0cd;
}

.simulateur .ffinance .pull-right {
  color: #b3081b;
  font-style: italic;
  line-height: 21px;
  padding: 0 5px;
  margin: 2px 5px;
}
.fancybox-inner .h2 {
  color: #58628a;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
}
/*------------------------------------*\
    PAGES CONTENU
\*------------------------------------*/
.container.contenu {
  padding-top: 35px;
}
.contenu h1,
.contenu h2,
.contenu h3 {
  font-family: "Montserrat", sans-serif;
}
.contenu h1 {
  margin-top: 0;
  font-weight: bold;
  font-size: 35px;
  color: #c1001f;
  line-height: 40px;
  padding: 0 10px;
  margin-bottom: 35px;
}
.contenu h2 {
  font-weight: medium;
  color: #58628a;
  line-height: 40px;
  font-size: 30px;
  margin: 20 0px;
}
.contenu h3,
p.h3 {
  font-weight: medium;
  font-size: 22px;
  color: #58628a;
  line-height: 32px;
  margin: 15 0px;
}
.contenu h4 {
  font-weight: bold;
  font-size: 16px;
  color: #7e87aa;
  line-height: 20px;
  margin: 10 0px;
}
.contenu a {
  color: #c1001f;
}
.contenu a:hover {
  color: #58628a;
  text-decoration: underline;
}
.contenu .categories a {
  color: #58628a;
}
.contenu .categories a:hover {
  text-decoration: none;
}
.contenu ul li {
  list-style: none;
}
.contenu .main ul li:before {
  content: "\02022";
  display: inline-block;
  color: #a1b0cd;
  font-size: 20px;
  margin-right: 5px;
  vertical-align: sub;
} /*
.contenu ul li span
{
	color: #727272;
}*/
.contenu .legende {
  font-style: italic;
  font-size: 11px;
  color: #727272;
  line-height: 18px;
}
.contenu table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  text-align: center;
}
.contenu .main {
  width: 710px;
  float: left;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  position: relative;
}

.contenu .main:before {
  position: absolute;
  display: block;
  content: "";
  height: 21px;
  background: url(img/band-main.png) no-repeat center top;
  top: -21px;
  left: 0;
  width: 100%;
}

.contenu .bottom-bandeau {
  display: block;
  margin: 35px auto 25px auto;
  width: 600px;
}

.contenu .breadcrumbs span:first-child {
  text-transform: capitalize;
}
.contenu .breadcrumbs a:hover {
  color: #c1001f;
}
aside.sidebar {
  float: right;
  width: 230px;
}
aside.sidebar .bloc {
  display: block;
}
aside.sidebar .bloc + .bloc,
aside.sidebar #ecrire-a-votre-chauffagiste + .bloc {
  margin-top: 20px;
}

aside.sidebar .bloc.categories li {
  font-family: "Montserrat", sans-serif;
  text-align: left;
  list-style: none;
  padding: 3px 0;
}
aside.sidebar .bloc.categories li a {
  color: #58628a;
}
aside.sidebar .bloc.categories li a:before {
  content: "- ";
}
aside.sidebar .bloc.categories li a:hover {
  color: #b3081b;
  text-decoration: none;
}
aside.sidebar .bloc.categories li + li {
  border-top: 1px dashed #58628a;
}

aside.sidebar .bloc.astuces,
aside.sidebar .bloc.categories {
  background: white;
  padding: 10px;
  text-align: center;
}
aside.sidebar .bloc.astuces p {
  text-align: left;
  color: #58628a;
  font-family: "Montserrat", sans-serif;
}
aside.sidebar .bloc.categories p.bloc-title {
  color: #58628a;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
aside .bloc p.bloc-title {
  padding-bottom: 20px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #58628a;
  font-size: 20px;
  margin: 0;
}

aside.sidebar .bloc.bilan-thermique,
aside.sidebar .bloc.projets {
  position: relative;
  border: 3px solid white;
  height: 200px;
  background: url(img/thermique.jpg);
  width: 230px;
  max-width: 100%;
  display: inline-block;
}
aside.sidebar .bloc.projets {
  background: url(img/projets.jpg);
}
aside.sidebar .bloc.projets span,
aside.sidebar .bloc.bilan-thermique span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px;
  background: #58628a;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
aside.sidebar .bloc.projets span i,
aside.sidebar .bloc.bilan-thermique span i {
  font-weight: normal;
  font-size: 13px;
}

aside.sidebar .bloc.fournisseurs,
aside.sidebar .bloc.partenaires,
aside.sidebar .bloc.emploi {
  width: 230px;
  height: 181px;
  background: url(img/fournisseurs.jpg);
}
aside.sidebar .bloc.partenaires {
  background: url(img/partenaires.jpg);
}
aside.sidebar .bloc.emploi {
  background: url(img/emploi.jpg);
}
aside.sidebar .bloc.contact {
  background: white;
  padding: 10px;
  height: 320px;
  position: relative;
  background: url(img/map.jpg) no-repeat 0 55px white;
}
aside.sidebar .bloc.contact span {
  color: #58628a;
  font-family: "Montserrat", sans-serif;
}
aside.sidebar .bloc.contact:hover {
  text-decoration: none;
}
aside.sidebar .bloc.contact span.bottom {
  height: 60px;
  border-top: 1px solid #c7c7c7;
  padding-top: 8px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 210px;
  line-height: 56px;
}
aside.sidebar .bloc.contact span.bottom span.red-badge {
  display: block;
  float: left;
  height: 51px;
  width: 56px;
  background: #c1001f;
  color: white;
  text-align: center;
  line-height: 56px;
  font-size: 30px;
  margin-right: 10px;
}
aside.sidebar .bloc.pub2030 {
  border: 15px solid white;
  width: 230px;
}
.contenu .promo h2 {
  margin-bottom: 0px;
}
.botbar {
  line-height: 40px;
  padding: 3px;
  border-top: 1px solid #727272;
  border-bottom: 1px solid #727272;
}
body.single .contenu .botbar {
  line-height: 32px;
}
body.single.single-offres .contenu .botbar {
  line-height: 40px;
}
.botbar a.red-hover:hover {
  color: #b3081b;
}
.botbar .addthis_toolbox {
  float: right;
}
body .contenu .promo + .promo {
  margin-top: 10px;
}
.pagination {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  width: 710px;
  float: left;
  background: rgba(255, 255, 255, 0.4);
  margin-bottom: 30px;
}

.pagination .navigation {
  display: inline-block;
  padding: 10px;
}
.pagination .navigation a,
.pagination .navigation span {
  display: inline-block;
  line-height: 40px;
  padding: 0 10px;
  background: #58628a;
  color: white;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  margin: 0 5px;
}
.pagination .navigation a {
  background: white;
  color: #58628a;
}
.pagination .navigation a:hover {
  background: #58628a;
  color: white;
}
/*------------------------------------*\
    Formulaire contact général
\*------------------------------------*/
.wpcf7 .wpcf7-not-valid-tip {
  color: #c1001f;
  font-weight: normal;
  padding-left: 215px;
}

/* 8204 */
#chauffagiste-contact-form form.wpcf7-form.sent *:not(.wpcf7-response-output) {
  display: none !important;
}

#hidden-contact-form,
#ecrire-a-votre-chauffagiste,
.wpcf7 #mailto {
  display: none;
}

.fancybox-inner .wpcf7 .field-acceptance,
.fancybox-inner .wpcf7 .field-newsletter {
  width: 70%;
  margin: 0 auto;
  margin-top: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fancybox-inner .wpcf7 .field-acceptance,
.fancybox-inner .wpcf7 .field-newsletter .wpcf7-list-item {
  display: flex;
}

.fancybox-inner .wpcf7 .field-newsletter {
  width: 72%;
}

.fancybox-inner .wpcf7 .field-acceptance span {
  position: absolute;
  left: 0;
  top: 0;
}

.fancybox-inner .wpcf7 .field-acceptance label {
  width: 90%;
  text-align: left;
}

.fancybox-inner .wpcf7 .field-newsletter .wpcf7-list-item-label {
  color: #7e87aa;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 755px) {
  .fancybox-inner .wpcf7 .field-acceptance,
  .fancybox-inner .wpcf7 .field-newsletter {
    width: 100%;
    margin: auto;
    margin-top: 5px;
  }

  .fancybox-inner .wpcf7 .field-acceptance label {
    margin-left: 20px;
    width: 100%;
  }
}

.fancybox-inner p .wpcf7-list-item-label {
  color: #727272;
  font-family: Arial, sans-serif;
}

/*FANCYBOX*/
.fancybox-inner p {
  margin-bottom: 0;
}
.fancybox-inner p.field {
  line-height: 25px;
}
.fancybox-inner p.field + p.field,
.fancybox-inner .clear + p.field {
  margin-top: 5px;
}
.fancybox-inner div.field.frecaptcha {
  margin-left: 155px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.fancybox-inner {
  color: #727272;
}
.fancybox-inner h2,
.fancybox-inner p span {
  margin-top: 0;
  font-family: "Montserrat", sans-serif;
  color: #58628a;
}
.contenu .info p span,
.fancybox-inner p span {
  color: #c3cee3;
}
.fancybox-inner .wpcf7 {
  padding: 15px;
}
.fancybox-inner .wpcf7 label {
  width: 210px;
  text-align: right;
  color: #7e87aa;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-right: 5px;
}
.fancybox-inner .wpcf7 sup {
  color: #b3081b;
  font-size: 16px;
}
.fancybox-inner .wpcf7 input[type="text"],
.fancybox-inner .wpcf7 input[type="email"],
.fancybox-inner .wpcf7 input[type="tel"],
.fancybox-inner .wpcf7 textarea {
  border: 1px solid #7e87aa;
  padding-left: 5px;
  width: 200px;
  height: 25px;
}
.fancybox-inner .wpcf7 input[type="text"].wpcf7-captchar {
  width: 128px;
}
.fancybox-inner .wpcf7 textarea {
  height: auto;
}
.fancybox-inner .wpcf7 button {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 37px;
  text-align: center;
  width: 200px;
  background: white;
  color: #58628a;
  border: 2px solid #58628a;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.fancybox-inner .wpcf7 button:hover {
  background: #58628a;
  color: white;
}
.fancybox-inner .wpcf7 .italic {
  font-style: italic;
  color: #727272;
  font-size: 11px;
}

body .fancybox-wrap {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 6px;
}
body .fancybox-close {
  top: 8px;
  right: 0.5rem;
  background: none;
  font-size: 20px;
  width: auto;
  height: auto;
}
body .fancybox-close:before {
  font-family: "FontAwesome";
  content: "\f00d";
  color: #58628a;
}
/*formulaire multipurpose*/
.wpcf7 #chauffagiste-select {
  margin: 20px 0;
}
.wpcf7 .results-holder,
.wpcf7 .results-selected-holder {
  background: #f0f2f7;
  margin: 0 -15px;
}
.wpcf7 .results-selected-holder {
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
  line-height: 20px;
  color: #727272;
}
.wpcf7 .results-holder {
  margin-top: 10px;
  padding: 10px;
}
.wpcf7 .results-holder h3 {
  margin-top: 0;
}
.wpcf7 .results-selected-holder p {
  margin: 0;
}
.results-selected-holder b {
  text-transform: uppercase;
}
.results-selected-holder .tel {
  color: #b3081b;
  font-size: 20px;
  margin-top: 5px;
  display: inline-block;
}

.wpcf7 .results-holder #results {
  padding-left: 30px;
}
.wpcf7 .results-holder #results p,
.wpcf7 .results-holder #results p span {
  font-family: Arial, sans-serif;
  margin: 0;
  color: #727272;
}
.wpcf7 .results-holder #results p span {
  text-transform: uppercase;
}
.wpcf7 div.wpcf7-validation-errors {
  border-color: #c1001f;
}
.wpcf7 #objet label i {
  height: 100%;
  width: 100%;
  display: block;
  line-height: 47px;
  transition: all 0.3s ease;
}
.wpcf7 #objet label {
  display: inline-block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  border: 1px solid #c1001f;
  background: #c1001f;
  color: white;
  vertical-align: bottom;
  cursor: pointer;
}
.wpcf7 #objet label .wpcf7-list-item-label,
.wpcf7 #objet label input {
  display: none;
}
.wpcf7 #objet label input:checked + i.fa {
  color: #c1001f;
  background: white;
}
.wpcf7 #montantcredit,
.wpcf7 #nombremensualites {
  background: #eceef3;
  color: #727272;
}
#objet .explaination {
  line-height: 47px;
  width: 130px;
  height: 47px;
  display: inline-block;
  background: #f0f2f7;
  vertical-align: bottom;
  text-align: center;
}
#objet .explaination span {
  display: inline-block;
  color: #727272;
  font-size: 13px;
  font-family: Arial, sans-serif;
  line-height: normal;
  vertical-align: middle;
}
#ecrire-a-votre-chauffagiste .wpcf7 input[type="text"],
#ecrire-a-votre-chauffagiste .wpcf7 input[type="tel"],
#ecrire-a-votre-chauffagiste .wpcf7 input[type="email"],
#ecrire-a-votre-chauffagiste .wpcf7 textarea {
  width: 286px;
}
#ecrire-a-votre-chauffagiste .wpcf7 input[type="text"].wpcf7-captchar {
  width: 215px;
}

/*------------------------------------*\
Espace pro immobilier
\*------------------------------------*/
.espace-pro h1 {
  color: #58628a;
}
.contenu.espace-pro .main ul li:before {
  color: #b3081b;
}
/*------------------------------------*\
TEMPLATE GARANTIE
\*------------------------------------*/

.full-container {
  width: 980px;
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
  color: #2c2c2c;
  font-family: "Montserrat", sans-serif;
}
.full-container h1 {
  padding-top: 50px;
  padding-bottom: 10px;
}
.full-container .p-rouge {
  color: #b70a21;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin: 10px 0;
}
.garantie-title {
  text-transform: uppercase;
}
.garantie-title:before {
  content: "";
  width: 5px;
  height: 25px;
  display: inline-block;
  background-color: #c1001f;
  vertical-align: initial;
  margin-right: 20px;
}
.reassurance {
  display: block;
  height: 268px;
  vertical-align: top;
}
.reassurance h2 {
  font-size: 18px;
  line-height: 30px;
  color: #858caa;
  font-weight: 700;
  text-align: center;
}
.reassurance .el-reassurance {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  width: 717px;
  background: #fff;
  padding: 18px;
  float: left;
  -webkit-box-shadow: 10px 10px 59px 9px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 10px 10px 59px 9px rgba(0, 0, 0, 0.17);
  box-shadow: 10px 10px 59px 9px rgba(0, 0, 0, 0.17);
}
.reassurance .el-reassurance hr {
  color: #b2bfd3;
  background-color: #b2bfd3;
  border: 1px solid #b2bdf3;
  width: 50px;
  height: 3px;
  margin: 20px auto;
  display: block;
}
.reassurance .el-reassurance hr + span {
  display: block;
  text-align: center;
  color: #2c2c2c;
  font-size: 17px;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}
.reassurance .bloc10 {
  display: inline-block;
  width: 225px;
  height: 100%;
  float: right;
  vertical-align: top;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  vertical-align: top;
  -webkit-box-shadow: 10px 10px 59px 9px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 10px 10px 59px 9px rgba(0, 0, 0, 0.17);
  box-shadow: 10px 10px 59px 9px rgba(0, 0, 0, 0.17);
}
.reassurance .rea-container {
  width: 100%;
  display: block;
  height: 77px;
  margin: 20px 0;
}
.reassurance .rea-container > div {
  width: calc((100% / 3) - 25px);
  height: 100%;
  display: inline-block;
  vertical-align: top;
  background: #c3cfe2;
  padding: 0 10px;
  vertical-align: middle;
  margin: 0 10px;
  font-size: 12px;
  line-height: 77px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #58628a;
  text-align: center;
  transform: scale(1);
  transition: all 0.3s ease;
}
.reassurance .rea-container > div:hover {
  transform: scale(1.02);
  transition: all 0.3s ease;
}
.reassurance .rea-container > div > span {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}
.full-container .full-container {
  display: block;
  margin: 50px auto;
  height: 125px;
}
.avantages-container {
  height: 248px;
  background: #fff;
  -webkit-box-shadow: 10px 10px 59px 9px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 10px 10px 59px 9px rgba(0, 0, 0, 0.17);
  box-shadow: 10px 10px 59px 9px rgba(0, 0, 0, 0.17);
  padding: 35px 85px 20px 85px;
  max-width: 100%;
  margin-bottom: 50px;
}
.avantages {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 165px;
}
.avantages h3,
.gaz-nat h3,
.gaz-prop h3,
.gaz-nat h4,
.gaz-prop h4 {
  font-size: 15px;
  line-height: 60px;
  color: #586989;
  height: 60px;
  text-align: center;
  background: #c2cee2;
  text-transform: uppercase;
}
.gaz-nat h3,
.gaz-prop h3 {
  font-size: 20px;
  font-weight: 600;
}
.gaz-nat h4,
.gaz-prop h4 {
  background: none;
  text-align: left;
  line-height: normal;
  height: auto;
}
.avantages h3 > span,
.gaz-nat h3 > span,
.gaz-prop h3 > span,
.gaz-container .btn-rouge > span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.avantages > div {
  height: 165px;
  width: 396px;
  border: 1px solid #c2cee2;
  display: inline-block;
  margin: 0 auto;
  vertical-align: top;
}
.avantages > div:last-child {
  float: right;
}
.avantages h3 + div {
  padding: 0 20px;
}
.page-template-page-garantie .full-container div ul {
  padding-left: 0;
}
.page-template-page-garantie .full-container li {
  color: #2c2c2c;
  font-size: 12px;
  line-height: 20px;
}
.page-template-page-garantie .full-container ul > li:before {
  content: "\2022";
  color: #c2cee2;
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
.avantages-container .p-rouge {
  margin: 15px 0 10px 0;
}
.gaz-container {
  display: flex;
  height: 100%;
  align-items: stretch;
  width: 100%;
  justify-content: space-between;
  max-width: 100%;
}
.gaz-container .gaz-nat,
.gaz-container .gaz-prop {
  width: 467px;
  display: inline-flex;
  flex-direction: column;
  background: #fff;
  padding-bottom: 10px;
  -webkit-box-shadow: 10px 10px 59px 9px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 10px 10px 59px 9px rgba(0, 0, 0, 0.17);
  box-shadow: 10px 10px 59px 9px rgba(0, 0, 0, 0.17);
}

.gaz-container .test-gaz {
  padding: 25px;
}
.full-container .gaz-container .btn-container {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100px;
  width: 100%;
  margin-top: auto;
}
.full-container .gaz-container .btn-rouge {
  width: 300px;
  height: 50px;
  display: block;
  background: #b12b1d;
  margin: 0px auto;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  line-height: 50px;
  font-size: 12px;
  padding: 0 40px;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.full-container .gaz-container .btn-rouge:hover {
  background: #fff;
  transition: all 0.3s ease;
  color: #b12b1d;
  border: 1px solid #b12b1d;
}
.page-template-page-garantie .full-container ol > li {
  list-style-type: none;
  counter-increment: list;
  position: relative;
}

ol li:before {
  content: counter(list) ".";
  position: absolute;
  left: -2.5em;
  font-weight: 600;
  width: 2em;
  text-align: right;
  display: block;
  color: #b22a1c;
}
.full-container .gaz-container .btn-rouge + a {
  font-size: 9px;
  line-height: 15px;
  text-decoration: underline;
  color: #b23124;
  margin: 10px 0 0px 10px;
}
.full-container .post-radio {
  display: block;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 10px 10px 59px 9px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 10px 10px 59px 9px rgba(0, 0, 0, 0.17);
  box-shadow: 10px 10px 59px 9px rgba(0, 0, 0, 0.17);
  height: 150px;
  padding: 25px 20px;
  position: relative;
  margin-top: 50px;
}
.full-container .post-radio:before {
  content: "";
  position: absolute;
  top: -20px;
  right: -25px;
  width: 65px;
  height: 70px;
  display: block;
  background: url(img/Label-10ans.png) no-repeat center;
  background-size: cover;
  transform: rotateZ(15deg);
}
.full-container .post-radio .infos-radio {
  display: inline-block;
  width: calc(100% - 295px);
}
.full-container .post-radio .logos-radios {
  display: inline-block;
  width: 290px;
  vertical-align: top;
  text-align: center;
}
.full-container .post-radio .logos-radios > img {
  margin: 0 20px;
  vertical-align: middle;
}
.full-container .post-radio .titre-radio {
  color: #b5061c;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.full-container .post-radio .date-radio {
  font-size: 12px;
  line-height: 20px;
  margin-top: 20px;
}
.full-container .post-radio > div + div {
  margin-top: 20px;
}
.full-container .post-radio .mejs-container,
.full-container .post-radio .mejs-embed,
.full-container .post-radio .mejs-embed body,
.full-container .post-radio .mejs-container .mejs-controls {
  background: #7c85a6 !important;
}
.full-container .bloc-contact-rouge {
  display: block;
  width: 100%;
  height: 90px;
  margin-top: 50px;
  background: #b12b1d;
  padding: 0 20px;
  -webkit-box-shadow: 10px 10px 59px 9px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 10px 10px 59px 9px rgba(0, 0, 0, 0.17);
  box-shadow: 10px 10px 59px 9px rgba(0, 0, 0, 0.17);
}
.full-container .bloc-contact-rouge > p {
  font-size: 15px;
  line-height: 90px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  text-align: right;
  height: 100%;
  width: calc(100% - 412px);
  padding: 0 20px 0 0;
  position: relative;
}
.full-container .bloc-contact-rouge > p > span {
  display: inline-block;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.full-container .bloc-contact-rouge > p > span:after {
  content: "\f2b6";
  font-family: "FontAwesome";
  font-size: 30px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.full-container .bloc-contact-rouge > .btn-blanc {
  width: 408px;

  height: 45px;
  line-height: 45px;
  font-size: 15px;
  color: #c1001f;
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}
.clearfix {
  clear: both;
}
/*------------------------------------*\
    RESPONSIVE - DEVICE
\*------------------------------------*/
body.device #ecrire-a-votre-chauffagiste .wpcf7 input[type="text"],
body.device #ecrire-a-votre-chauffagiste .wpcf7 input[type="tel"],
body.device #ecrire-a-votre-chauffagiste .wpcf7 input[type="email"],
body.device #ecrire-a-votre-chauffagiste .wpcf7 textarea,
body.device
  #ecrire-a-votre-chauffagiste
  .wpcf7
  input[type="text"].wpcf7-captchar,
body.device .wpcf7 input[type="text"],
body.device .wpcf7 input[type="tel"],
body.device .wpcf7 input[type="email"],
body.device .wpcf7 textarea,
body.device .wpcf7 input[type="text"].wpcf7-captchar {
  max-width: 100%;
}
body.device .container {
  max-width: 95%;
}
body.device .nav {
  display: none;
}
body.device .nav > .container > ul > li.active,
body.device .nav > .container > ul > li.current-page-ancestor,
body.device .nav > .container > ul > li.current-menu-item {
  background: #c3cee3;
}
body.device .nav > .container > ul > li:hover a {
  background: none;
}
body.device .nav > .container > ul > li {
  display: block;
  float: none;
  padding: 0;
  overflow: hidden;
}
body.device .nav > .container {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
body.device .nav > .container > ul > li + li {
  border-left: none;
  border-top: 1px solid #7e87aa;
}
body.device .nav > .container > ul > li.menu-item-has-children .deploy,
body.device .nav > .container > ul > li.menu-item-has-children a {
  display: inline-block;
}
body.device .nav > .container > ul > li.menu-item-has-children .deploy {
  width: 32px;
  float: right;
  height: 100%;
  margin-left: 10px;
  line-height: 39px;
  font-size: 20px;
}
body.device
  .nav
  > .container
  > ul
  > li.menu-item-has-children
  ul
  li.menu-item-has-children
  .deploy {
  line-height: normal;
}
body.device .nav > .container > ul > li > ul {
  display: none;
}
body.device .nav > .container > ul > li ul.sub-menu {
  margin: 0 !important;
  width: 100% !important;
}
body.device .nav > .container > ul > li > ul,
body.device .nav > .container > ul > li:hover > ul,
body.device .nav > .container > ul > li.active > ul {
  position: static;
  top: auto;
  left: auto;
}
/*//2em sous niveau*/
body.device .nav > .container > ul li ul li + li {
  border-top: 1px dashed #7e87aa;
}
body.device .nav > .container > ul li ul li ul {
  display: none;
}
body.device .nav > .container > ul li ul li ul li ul li {
  border-top: 1px dashed #7e87aa;
}
body.device .nav > .container > ul > li.menu-item-has-children:hover > a:after {
  content: "";
  display: none;
}
body.device .contact-bar {
  top: 50px;
}
body.device #mon-chauffagiste {
  top: 133px;
  bottom: -51px;
  right: 5px;
  min-height: 40px;
}
body.device #mon-chauffagiste:hover {
  height: 162%;
}
body.device a > #mon-chauffagiste:hover {
  height: auto;
}
body.device .top-header-right #mon-chauffagiste .titre {
  display: none;
}
body.device .top-header-right #mon-chauffagiste .nom {
  margin: 0 10px;
  line-height: 35px;
}
body.device .top-header-right #mon-chauffagiste .nom:before {
  content: "\f041";
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 5px;
  font-size: 14px;
}
body.device .mobile-menu,
body.device .mobile-adh-menu-toggle {
  display: block;
  padding: 0 10px;
  background: #f8f7f3;
  line-height: 50px;
}
body.device .adh-sidebar.top .menu {
  display: none;
}
body.device .adh-sidebar.top .menu li + li {
  margin: 0;
}
body.device .adh-sidebar.top {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
body.device .adh-sidebar.top .mobile-adh-menu-toggle {
  background: #58628a;
  color: white;
  font-family: "Montserrat", sans-serif;
}
body.device .mobile-menu .menu-toggle {
  font-size: 24px;
  color: #7e87aa;
  padding: 5px 15px;
  background: white;
  cursor: pointer;
  border-radius: 4px;
}
body.device .contrats-container .contrat {
  width: 49% !important;
}
body.device .contrats-container {
  height: auto;
}
body.device .sidebar .bloc.contact {
  width: 230px;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 1100px) {
  .full-container .post-radio:before {
    top: -35px;
    right: -5px;
  }
}
@media only screen and (max-width: 1005px) {
  /*HEADER*/
  /*//Layout*/
  aside.sidebar,
  .contenu .main {
    width: 100%;
    float: none;
    display: inline-block;
  }
  .contenu .bottom-bandeau {
    max-width: 100%;
  }
  aside.sidebar {
    margin-top: 20px;
    text-align: center;
  }
  aside.sidebar > div,
  aside.sidebar > a.bloc {
    display: block;
    margin: 0 auto;
  }
  .nav {
    display: none;
  }
  .nav > .container > ul > li {
    display: block;
    float: none;
    padding: 0;
  }
  .nav > .container > ul > li + li {
    border-left: none;
    border-top: 1px solid #7e87aa;
  }
  .nav > .container > ul > li:hover > ul {
    display: none;
  }
  .nav > .container > ul > li.active > ul {
    display: block;
    position: static;
    top: auto;
    left: auto;
  }
  .nav > .container > ul > li.menu-item-has-children:hover > a:after {
    content: "";
    display: none;
  }
  #mon-chauffagiste {
    top: 115%;
    bottom: -51px;
    right: 5px;
    min-height: 40px;
  }
  #mon-chauffagiste:hover {
    height: 162%;
  }
  a > #mon-chauffagiste:hover {
    height: auto;
  }
  .top-header-right #mon-chauffagiste .titre {
    display: none;
  }
  .top-header-right #mon-chauffagiste .nom {
    margin: 0 10px;
    line-height: 35px;
  }
  .top-header-right #mon-chauffagiste .nom:before {
    content: "\f041";
    display: inline-block;
    font-family: "FontAwesome";
    margin-right: 5px;
    font-size: 14px;
  }
  .mobile-menu {
    display: block;
    padding: 0 10px;
    background: #f8f7f3;
    line-height: 50px;
  }
  .mobile-menu .menu-toggle {
    font-size: 24px;
    color: #7e87aa;
    padding: 5px 15px;
    background: white;
    cursor: pointer;
    border-radius: 4px;
  }

  /*HOME*/
  .shortcut {
    width: 215px;
    height: 203px;
    border-width: 2px;
  }
  .shortcut + .shortcut {
    margin-left: 10px;
  }
  .shortcut > p {
    width: 90%;
  }
  body.home .wrapper-content {
    background: #e8e9e4;
  }
  #map {
    max-width: 755px;
  }

  .home .promos-holder {
    max-width: 100%;
  }
  .actualites-holder .wp-post-image {
    display: none;
  }
  .home .actualites-holder .wp-post-image {
    display: block;
  }
  .actualites-holder .toutes-astuces {
    width: 100%;
    margin-top: 0;
  }
  .rapind-links a span.texte {
    display: none;
  }
  #menu-footer li {
    display: block;
    width: 100%;
  }
  #menu-footer li a {
    display: block;
    /*padding: 5px 0;*/
  }
  .referencement-wrapper {
    padding: 70px 10px 60px 10px;
  }
  .contrats-container {
    height: auto;
  }
  .contrats-container .contrat {
    width: 49% !important;
  }
  .pagination {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .botbar .valigner {
    max-width: 60%;
  }
  .full-container .post-radio .infos-radio {
    display: inline-block;
    width: calc(100% - 290px);
  }
  .full-container .post-radio .logos-radios {
    display: inline-block;
    width: 280px;
  }
  #ban10ans {
    transform: none !important;
    margin: 50px auto;
  }
}

@media only screen and (max-width: 990px) {
  .footer {
    min-height: 257px;
    display: block;
    height: 100%;
  }

  .footer > .container {
    max-width: 100%;
    width: 95%;
    height: auto;
    display: block;
    float: none;
    max-height: inherit;
  }
  .footer > .container > .menu-footer-container {
    display: block;
    float: none;
    max-height: inherit;
    width: 721px;
    margin: 0 auto;
    min-height: 230px;
    height: 100%;
  }
  .footer .top-footer {
    float: none;
    display: block;
    height: auto;
    margin: 0 auto;
  }
  .footer .rights {
    height: auto;
    border-top: 1px solid #fff;
    line-height: normal;
    width: 100%;
    display: block;
    background: #58628a;
  }
  .footer .rights > .container .copyright,
  .footer .rights > .container .kookright {
    float: none;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    height: 100%;
    line-height: normal;
  }
  #menu-footer li a {
    display: block;
    padding: 5px 0;
    border-top: 1px solid #d6deed;
  }
  .footer .rapind-links li {
    width: 100% !important;
    margin: 30px auto;
    display: block;
  }
  .avantages-container {
    height: auto;
    padding: 30px 0;
    width: 90%;
    max-width: 100%;
    margin: 50px auto;
  }
  .full-container h1 {
    text-align: center;
  }
  .avantages {
    display: block;
    width: 100%;
    height: auto;
  }
  .avantages > div,
  .avantages > div:last-child {
    width: 90%;
    display: block;
    margin: 20px auto;
    float: none;
    min-height: 165px;
    height: auto;
  }
  .gaz-container {
    flex-direction: column;
  }
  .gaz-container .gaz-nat,
  .gaz-container .gaz-prop {
    float: none;
    margin: 20px auto;
    width: 90%;
    max-width: 100%;
  }
  .full-container .post-radio,
  .full-container .bloc-contact-rouge,
  .reassurance {
    width: 90%;
    margin: 50px auto;
    height: auto;
    max-width: 100%;
  }
  .reassurance .el-reassurance {
    width: 100%;
    float: none;
  }
  .reassurance .bloc10 {
    display: none;
  }
  .full-container .full-container {
    height: auto;
    min-height: 125px;
  }
  .full-container .post-radio .infos-radio {
    display: block;
    width: 100%;
    text-align: center;
  }
  .full-container .post-radio .logos-radios {
    display: block;
    width: 290px;
    margin: 10px auto;
    text-align: center;
  }
  .full-container .bloc-contact-rouge {
    padding: 20px;
  }
  .full-container .bloc-contact-rouge > p {
    display: block;
    text-align: center;
    min-height: 50px;
    line-height: normal;
    width: 100%;
  }
  .full-container .bloc-contact-rouge > p > span {
    position: static;
    display: block;
    padding-top: 40px;
    padding-bottom: 10px;
    margin-bottom: 20p;
  }
  .full-container .bloc-contact-rouge > .btn-blanc {
    margin: 0px auto;
    display: block;
    text-align: center;
    margin-top: 20px;
  }

  /*.full-container .full-container {
    width: 90%;
    margin: 50px auto;
    display: block;
    position: relative;
}*/
  /*.full-container .full-container #ban10ans {
    margin: 0 auto !important;
    display: block;
    position: absolute;
    width: 100% !important;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scale(0.8);
}*/

  .full-container .post-radio:before {
    top: -35px;
    right: 0px;
  }

  .footer .footer-menu {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 950px) {
  .home-wrapper .shortcut + .shortcut {
    margin-left: calc((100% - 820px) / 3);
  }
  .home-wrapper .shortcut {
    width: 200px;
  }
}
@media only screen and (max-width: 900px) {
  #map {
    width: 100%;
    min-height: 480px;
    height: 100% !important;
  }
  #map-display {
    min-height: 515px;
    height: 100%;
  }
  .footer .rights > .container .copyright,
  .footer .rights > .container .kookright {
    display: block;
  }
  .footer .rights > .container .copyright a,
  .footer .rights > .container .copyright p,
  .footer .rights > .container .kookright p {
    display: block;
    min-height: 20px;
    padding: 5px 0;
  }
  .footer .rights > .container .copyright a:before {
    display: none;
  }
}
@media only screen and (max-width: 823px) {
  #ban10ans,
  .full-container .full-container #ban10ans {
    display: none;
  }

  #img10ans {
    display: block;
    margin: 0 auto 20px;
    max-width: 65%;
    padding-top: 20px;
  }
  .wrapper {
    padding-top: 105px;
  }
  .header-container {
    height: 145px;
  }
  .home-wrapper .container + .container {
    height: 100% !important;
  }
  .home-wrapper .shortcut + .shortcut {
    margin-left: calc((100% - 730px) / 3);
  }
  .home-wrapper .shortcut {
    width: 165px;
  }
  .footer > .container {
    padding: 25px 0;
  }
  .footer .top-footer,
  .footer .footer-menu,
  .footer > .container > .menu-footer-container {
    width: 100%;
  }
}
@media only screen and (max-width: 755px) {
  .flex-direction-nav {
    display: none;
  }
  .promos-holder .slides li .c div {
    width: 100%;
    background-color: #fff;
    padding-top: 5px;
  }

  .promos-holder .slides li img {
    max-height: none !important;
  }

  .promos-holder .slides li > div {
    height: 100% !important;
  }

  .promos-holder .slides li p.texte {
    height: 25px !important;
  }

  .simulateur-header {
    background-size: 100%;
    padding-top: 30px;
  }
  .simulateur-header .creditline #tarot {
    max-width: 100%;
    margin: 0;
  }
  .fat-title {
    font-size: 35px;
  }
  .logo {
    max-width: 33%;
  }
  .logo10ans {
    left: 33%;
  }
  .contenu a.readmore,
  a.readmore {
    padding: 10px 30px;
  }
  body.device #mon-chauffagiste:hover {
    height: 165%;
  }
  body.device #mon-chauffagiste {
    right: 0;
    min-width: initial;
    top: 118%;
  }

  .top-header-right #mon-chauffagiste:not(.sans) .nom {
    font-size: 0;
    padding: 0;
  }
  .top-header-right #mon-chauffagiste .nom b {
    font-size: 13px;
  }
  #map_wrapper {
    text-align: center;
  }
  #map,
  body.page-template-page-localiser-chauffagiste #map {
    height: auto;
    width: 95%;
    max-width: 95%;
    display: table;
    margin-top: 0;
  }
  body.page-template-page-localiser-chauffagiste #map {
    margin-top: 10px;
  }
  .shortcut-container {
    display: none;
  }
  #map-wrapper #kook_map,
  #kook_map {
    position: static !important;
    left: auto;
    top: auto;
    background: none;
    margin: 0 auto;
  }
  #map-wrapper .kook-search-form,
  .kook-search-form {
    display: block;
    float: none;
    margin: 0 auto;
  }
  .quatre-boutons .red-bouton.rouge:hover span.valigner.hover {
    display: none;
  }
  .relative-wrap {
    position: relative;
  }
  form.kook-search-form input[type="text"] {
    height: 35px;
    line-height: 35px;
    width: 100%;
  }
  form.kook-search-form button {
    position: absolute;
    top: 0;
    line-height: 35px;
    height: 35px;
    right: 0;
  }
  #map-wrapper .instructions,
  .instructions {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    margin: 10px 0;
  }
  #map-display {
    float: none;
    border-left: none;
    width: 100% !important;
    min-height: auto;
    height: auto;
    max-height: inherit;
  }
  #map-display > p:first-child {
    border-top: 2px solid #b3081b;
    padding-top: 5px;
  }
  #map-wrapper {
    float: none;
    width: 100% !important;
    margin-top: 20px;
  }
  .news-wrapper.center {
    padding: 13px 10px 40px 10px;
  }
  .actualites-holder {
    width: 100%;
  }
  .promos-holder {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
  .promos-holder .slides {
    width: 100%;
    max-height: auto;
  }
  .actualite p,
  .promos-holder .slides li p.texte {
    margin-bottom: 10px;
  }
  .promos-holder .slides li img {
    max-width: 50%;
  }

  .top-footer .container {
    display: table;
  }
  .top-footer .container .motto {
    display: block;
  }
  .top-footer .container .rapind-links {
    display: table-footer-group;
    float: none;
    text-align: center;
  }
  .fancybox-inner div.field.frecaptcha {
    margin-left: 0;
  }
  .fancybox-inner .wpcf7 label {
    width: 100%;
    display: block;
    text-align: left;
  }
  .fancybox-inner .wpcf7 input[type="text"],
  .fancybox-inner .wpcf7 input[type="email"],
  .fancybox-inner .wpcf7 input[type="tel"],
  .fancybox-inner .wpcf7 textarea {
    width: 100%;
    display: block;
  }
  .wpcf7 .wpcf7-not-valid-tip {
    color: #c1001f;
    font-weight: normal;
    padding-left: 0;
  }
  .reassurance .rea-container > div {
    width: calc((100% / 3) - 5px);
    margin: 0;
  }

  .full-container .post-radio:before {
    top: -45px;
    right: -15px;
  }
}
@media only screen and (max-width: 585px) {
  .botbar .valigner {
    max-width: 48%;
    word-break: break-word;
  }
  .contenu .promo .wp-post-image {
    height: auto;
  }
  #map {
    margin-top: 20px;
  }
  body.device #mon-chauffagiste {
    top: 122%;
  }
  body.device .contact-bar {
    top: 50%;
  }
  .ffinance img {
    max-width: 50%;
  }
  .full-container .bloc-contact-rouge > p {
    margin: 20px 0;
  }
  .full-container .bloc-contact-rouge > .btn-blanc {
    width: 90%;
    height: auto;
    line-height: normal;
    min-height: 45px;
    padding: 10px 20px;
  }

  .reassurance .rea-container {
    width: 100%;
    display: block;
    height: 100%;
  }
  .reassurance .rea-container > div {
    width: 100%;
    height: 77px;
    margin: 10px 0;
  }
  .reassurance .el-reassurance hr + span {
    line-height: 25px;
  }
  a.white.toutes-astuces {
    width: 95%;
  }
}
@media only screen and (max-width: 440px) {
  body.device #mon-chauffagiste {
    top: 130%;
  }

  .full-container .post-radio .titre-radio {
    text-align: left;
    padding-top: 30px;
  }
  .full-container .post-radio:before {
    top: -25px;
    right: -5px;
  }

  .full-container .gaz-container .btn-rouge {
    width: 90%;
    max-width: 100%;
  }
  .actualite + .actualite {
    margin-left: 0;
  }
  .promos-holder {
    margin-top: 30px;
  }
  .flex-viewport,
  .flex-button {
    width: 100%;
    height: auto;
  }
  .flex-direction-nav {
    float: none;
    position: static;
    margin: 10px auto;
  }
  .promos-holder .slides li {
    height: 361px;
    width: 195px;
    box-shadow: none;
    margin: 0 auto;
  }
  .promos-holder .slides li img {
    float: left;
    margin-right: 0px;
    max-width: 100%;
    max-height: 190px;
  }
  .promos-holder .slides li > div {
    width: 100%;
    height: calc(100% - 190px);
    float: left;
    display: block;
  }
}

@media only screen and (max-width: 345px) {
  body.device #mon-chauffagiste:hover {
    height: 183%;
  }
  .full-container .post-radio .logos-radios {
    width: 100%;
  }
  .full-container .post-radio .logos-radios > img {
    margin: 10px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi) {
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.sticky {
}
.bypostauthor {
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
    padding: 2rem;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .header-container,
  .breadcrumbs,
  footer,
  aside,
  .addthis_toolbox,
  .shortcut-container,
  #map,
  .news-wrapper,
  *:before,
  *:after,
  .botbar,
  .pagination,
  .quatre-boutons,
  .bloc.infos-locales {
    display: none !important;
  }
  .details-holder {
    display: block;
  }
  h1 {
    margin-bottom: 1rem;
  }
}

#ban10ans {
  transform: scale(1.1879);
}
