@font-face {
  font-family: "mark_my_wordsregular";
  src: url("../fonts/mark_my_words-webfont.woff2") format("woff2"), url("../fonts/mark_my_words-webfont.woff") format("woff"), url("../fonts/mark_my_words-webfont.svg#mark_my_wordsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
body {
  background: #FFF;
  color: #4a4a49;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
}
body a {
  color: #30c0d0;
  text-decoration: underline;
}
body a:hover {
  text-decoration: underline;
}

.no-padding-right {
  padding-right: 0;
}
@media (max-width: 767px) {
  .no-padding-right {
    padding-right: 15px;
  }
}

.no-padding-left {
  padding-left: 0;
}
@media (max-width: 767px) {
  .no-padding-left {
    padding-left: 15px;
  }
}

.small-padding-right {
  padding-right: 5px;
}
@media (max-width: 767px) {
  .small-padding-right {
    padding-right: 15px;
  }
}

.mark-font {
  font-family: "mark_my_wordsregular";
}

.small-padding-left {
  padding-left: 5px;
}
@media (max-width: 767px) {
  .small-padding-left {
    padding-left: 15px;
  }
}

.alignleft {
  float: left;
  margin-right: 20px;
}

.alignright {
  float: right;
  margin-left: 20px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}
@media (max-width: 767px) {
  .float-right {
    float: none;
  }
}

.wp-caption img,
blockquote img {
  width: 100%;
  height: auto;
}

b, strong {
  font-weight: 700;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.size-full {
  max-width: 100%;
  height: auto;
  display: block;
}

iframe {
  max-width: 100%;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.input-group {
  margin: 0 0 10px 0;
  width: 100%;
  position: relative;
  display: table;
  border-collapse: separate;
}

.blue {
  background: #05b7c7;
}

.green {
  background: #a2cb30;
}

.orange {
  background: #fa9f01 !important;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  font-size: 15px;
  color: #777777;
  background: #f3f3f3;
  border: 3px solid #f3f3f3;
  box-shadow: none !important;
  outline: none !important;
  padding: 8px 13px;
  height: 44px;
  transition: none;
}

.input-group textarea.form-control {
  height: auto;
}

.wpcf7-submit {
  border: 0;
  background: #f3f3f3;
  padding: 10px 30px;
  text-transform: uppercase;
}
.wpcf7-submit:hover {
  background: #e30512;
  color: #FFF;
}

div.wpcf7-response-output {
  margin: 20px 0px;
  padding: 15px;
}

div.wpcf7-mail-sent-ok {
  background: #398f14;
  color: #FFF;
}

.formError .formErrorContent {
  background: none repeat scroll 0 0 #e30512;
}

.input-group .form-control.search-field {
  height: 30px;
}

#masthead .top-header {
  min-height: 95px;
}
#masthead .top-header #menu-menu-top {
  padding-left: 0;
  text-align: center;
  margin-bottom: 0;
  margin-top: 50px;
}
#masthead .top-header #menu-menu-top li {
  display: inline-block;
  padding: 0 20px;
}
#masthead .top-header #menu-menu-top li a {
  color: #78848b;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 992px) {
  #masthead .top-header #menu-menu-top li a {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  #masthead .top-header #menu-menu-top li {
    padding: 0 5px;
  }
}
@media (max-width: 992px) {
  #masthead .top-header #menu-menu-top {
    margin-top: 20px;
  }
}
#masthead .top-header .logo .site-title {
  margin: 0;
}
#masthead .top-header .logo .site-title img {
  display: block;
  margin: 20px 0;
  width: 100%;
}
@media (max-width: 992px) {
  #masthead .top-header .logo .site-title img {
    margin: 20px auto 0 auto;
  }
}
#masthead .top-header .search-bar {
  margin-top: 40.5px;
}
#masthead .top-header .search-bar .search-form {
  display: inline-block;
}
#masthead .top-header .search-bar .search-field {
  display: none;
  background: #e0e3e5;
  border: 0;
  color: #7a868e;
  font-weight: 100;
  text-transform: uppercase;
  position: absolute;
  top: 54px;
  right: 15px;
  z-index: 9;
  box-shadow: 0px 0px 30px -10px #464646;
}
#masthead .top-header .search-bar .icon-sprite {
  display: inline-block;
  padding-top: 3px;
  margin-right: 10px;
}
#masthead .top-header .search-bar p {
  color: #7a868e;
  font-weight: 700;
  background-color: #e41270;
  text-align: left;
  padding: 10px;
  color: white;
  display: inline-block;
  margin-right: 15px;
}
#masthead .top-header .search-bar p .icon-lock {
  vertical-align: top;
  margin-left: 12px;
}
#masthead .top-header .search-bar a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
#masthead .top-header .search-bar img {
  max-width: 20px;
  display: inline-block;
  margin-right: 10px;
}
#masthead .top-header .search-bar .miscellaneous {
  background-color: #4a4a49;
  padding: 10px;
  border-radius: 50px;
  cursor: pointer;
}
#masthead .top-header .search-bar .miscellaneous img {
  margin: 0 auto;
}
#masthead .top-header .search-bar ul {
  margin: 0px;
  padding: 0px;
  position: absolute;
  right: -5px;
  top: -30px;
}
@media (max-width: 992px) {
  #masthead .top-header .search-bar ul {
    top: -10px;
  }
}
#masthead .top-header .search-bar ul li {
  display: block;
  list-style: none;
}
@media (max-width: 992px) {
  #masthead .top-header .search-bar {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
#masthead .bottom-header {
  background: #4a4a49;
  position: relative;
  height: 3px;
}
#masthead .bottom-header:before {
  width: 100%;
  height: 0px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("/wp-fi/wp-content/themes/tours-habitat/images/shadow-menu.png");
  z-index: 5;
}
@media (max-width: 992px) {
  #masthead .bottom-header:before {
    display: none;
  }
}
#masthead #mega-menu-wrap-Menu-Haut #mega-menu-Menu-Haut {
  z-index: 6;
}

#mega-menu-wrap-Menu-Haut #mega-menu-Menu-Haut > li.mega-menu-item > a.mega-menu-link {
  font-size: 15px !important;
}

@media (max-width: 992px) {
  #mega-menu-wrap-Menu-Locataire #mega-menu-Menu-Locataire > li.mega-menu-item > a.mega-menu-link,
  #mega-menu-wrap-Menu-Devenir-Locataire #mega-menu-Menu-Devenir-Locataire > li.mega-menu-item > a.mega-menu-link {
    font-size: 13px;
  }
}

ul#menu-menu-top {
  margin: 0 auto;
  text-align: center;
  padding: 0;
  min-height: 60px;
  line-height: 60px;
}
ul#menu-menu-top li {
  list-style: none;
  display: inline-block;
  padding: 0px 15px;
}
ul#menu-menu-top li a {
  color: #fff;
  text-decoration: none;
}
ul#menu-menu-top li:hover {
  background-color: #05b7c7;
}

.info {
  padding: 6px 8px;
  font-size: 14px;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
  border-radius: 5px;
}
.info.legend img {
  margin-right: 5px;
}

.content_infowindow .info_title {
  font-weight: bold;
  font-size: 1.1em;
}

.diaporama {
  position: relative;
  margin-top: 0px;
}
.diaporama .overlay {
  position: absolute;
  width: 1200px;
  height: 50px;
  bottom: 0;
  left: 50%;
  margin-left: -600px;
}
.diaporama .overlay .content {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
}
.diaporama .overlay .content .title {
  font-weight: 700;
  text-transform: uppercase;
  color: #4a4a49;
  font-size: 38px;
  line-height: 38px;
  margin-bottom: 5px;
}
.diaporama .overlay .content .subtitle {
  color: #4a4a49;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 5px;
}
.diaporama .overlay .content .date {
  font-size: 20px;
  font-weight: 100;
  color: #4a4a49;
}
@media (max-width: 1200px) {
  .diaporama .overlay {
    width: 880px;
    margin-left: -440px;
  }
}
@media (max-width: 992px) {
  .diaporama .overlay {
    width: 100%;
    margin-left: -50%;
  }
}
@media (max-width: 767px) {
  .diaporama .overlay {
    display: none;
  }
}
.diaporama.inside .overlay {
  top: 0;
  bottom: auto;
  height: 100%;
}
.diaporama.inside .overlay .text-entete {
  color: #FFF;
  font-size: 92px;
  line-height: 85px;
  font-family: "mark_my_wordsregular";
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.diaporama.inside .overlay .text-entete span {
  font-weight: 100;
  font-size: 49px;
  font-family: "Roboto Condensed", sans-serif;
  display: block;
  padding-left: 200px;
  z-index: 5;
}
.diaporama.inside .overlay .text-entete span strong {
  text-transform: uppercase;
  font-size: 92px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
}
@media (max-width: 992px) {
  .diaporama.inside .overlay .text-entete {
    display: none;
  }
}
.diaporama.inside:after {
  position: absolute;
  width: 100%;
  height: 194px;
  bottom: 0;
  content: "";
  left: 0;
  background: url("/wp-fi/wp-content/themes/tours-habitat/images/shadow-image-entete.png");
  z-index: 2;
}
@media (max-width: 992px) {
  .diaporama.inside:after {
    display: none;
  }
}

.menu-color .block {
  margin: 30px 50px;
  height: 100px;
  position: relative;
  transition: all 0.4s ease;
  z-index: 999;
}
.menu-color .block.blue {
  z-index: 999999;
}
.menu-color .block.green {
  z-index: 99999;
}
.menu-color .block.orange {
  z-index: 999;
}
.menu-color .block a {
  color: #FFF;
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
}
.menu-color .block a img {
  float: left;
  max-width: 70px;
  margin-left: 10px;
  margin-right: 10px;
}
.menu-color .block a span {
  display: block;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 27px;
}
@media (max-width: 992px) {
  .menu-color .block a span {
    font-size: 27px;
  }
}
.menu-color .block a:hover {
  text-decoration: none;
}
.menu-color .block:hover {
  transform: scale(1.1);
}
.menu-color .block:hover.blue .info-bulle-home {
  background: #05b7c7;
}
.menu-color .block:hover.blue .info-bulle-home p {
  color: #05b7c7 !important;
}
.menu-color .block:hover.blue .info-bulle-home p a {
  color: #05b7c7 !important;
}
.menu-color .block:hover.green .info-bulle-home {
  background: #a2cb30;
}
.menu-color .block:hover.green .info-bulle-home p {
  color: #a2cb30 !important;
}
.menu-color .block:hover.green .info-bulle-home p a {
  color: #a2cb30 !important;
}
.menu-color .block:hover.orange .info-bulle-home {
  background: #fa9f01;
}
.menu-color .block:hover.orange .info-bulle-home p {
  color: #fa9f01 !important;
}
.menu-color .block:hover.orange .info-bulle-home p a {
  color: #fa9f01 !important;
}
@media (max-width: 1200px) {
  .menu-color .block {
    margin: 30px;
  }
}
@media (max-width: 992px) {
  .menu-color .block {
    margin: 30px 0;
  }
}
.menu-color .block:hover .info-bulle-home {
  display: block;
}

.map {
  position: relative;
}
.map .content {
  position: absolute;
  z-index: 999;
  background: #FFF;
  height: 100%;
  left: 15%;
  width: 450px;
}
.map .content h2 {
  font-family: "mark_my_wordsregular";
  font-size: 40px;
  color: #4a4a49;
  padding: 15px;
  margin: 0;
  background-color: #e0e3e5;
}
.map .content .buttons {
  margin: 28px 0;
}
.map .content .buttons a {
  position: relative;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  display: block;
  width: 50%;
  float: left;
  padding: 10px;
}
.map .content .buttons a:first-child {
  border-right: 10px solid #FFF;
}
.map .content .buttons a:after {
  position: absolute;
  right: 10px;
  top: 18px;
  content: "";
  width: 9px;
  height: 18px;
  background: url("/wp-fi/wp-content/themes/tours-habitat/images/button-arrow.png");
}
@media (max-width: 992px) {
  .map .content .buttons a {
    font-size: 17px;
  }
}
.map .content .logement {
  position: relative;
  margin-bottom: 30px;
}
.map .content .logement img {
  position: relative;
  z-index: 5;
}
@media (max-width: 992px) {
  .map .content .logement img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
}
.map .content .logement .block {
  float: left;
  color: #5a6469;
  font-weight: 100;
  font-size: 14px;
  max-width: 150px;
}
@media (max-width: 992px) {
  .map .content .logement .block {
    float: none;
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
}
.map .content .logement .link {
  position: absolute;
  padding: 10px;
  color: #FFF;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 35px;
  background: #05b7c7;
  z-index: 4;
  text-align: right;
}
.map .content .logement .link.vente {
  background: #a2cb30;
}
.map .content .logement .link.location {
  background: #05b7c7;
}
@media (max-width: 992px) {
  .map .content .logement .link {
    position: relative;
    display: block;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .map .content .logement {
    padding: 15px;
  }
}
@media (max-width: 992px) {
  .map .content {
    left: 5%;
  }
}
@media (max-width: 767px) {
  .map .content {
    position: relative;
    width: 100%;
    left: 0;
  }
}

.documents {
  margin: 0 0 40px 0;
}
.documents h3 {
  color: #05b7c7;
}
.documents .doc {
  text-align: center;
}
.documents .doc span {
  display: inline-block;
}
.documents .doc p {
  font-weight: 700;
  color: #05b7c7;
  margin: 10px 0;
}

.steps_attribution .answer {
  padding: 15px;
  background-color: #dbdbdb;
  color: black;
  margin: 20px 0;
}
.steps_attribution .answer .toptext, .steps_attribution .answer .bottomtext {
  margin-top: 25px;
}
.steps_attribution .answer .toptext p, .steps_attribution .answer .bottomtext p {
  font-weight: 700;
  font-size: 18px;
}
.steps_attribution .answer .bottomtext p {
  margin: 0;
}
.steps_attribution .content {
  margin: 10px 0;
}
.steps_attribution .content strong {
  font-size: 18px;
}
.steps_attribution .content .preview {
  text-align: center;
}
.steps_attribution .content .preview img {
  display: inline-block;
}
.steps_attribution .content .preview span {
  margin: 15px;
}

.menu-icons {
  margin-top: 30px;
}
.menu-icons .block {
  margin: 30px 0px;
  height: 150px;
  position: relative;
  transition: all 0.4s ease;
  border-right: 1px solid #7a868e;
  color: #4a4a49;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 54px;
  line-height: 40px;
}
.menu-icons .block .icon-sprite {
  display: block;
  margin: 10px auto;
}
.menu-icons .block span:not(.icon-sprite) {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-top: 10px;
}
.menu-icons .block span.count {
  font-weight: 700;
  font-size: 54px;
  line-height: 40px;
}
.menu-icons .block:hover {
  opacity: 0.8;
}
.menu-icons .block.last {
  border-right: 0;
}
@media (max-width: 992px) {
  .menu-icons .block {
    border-right: 0;
  }
}
@media (max-width: 992px) {
  .menu-icons {
    margin-top: 0;
  }
}

#area area:hover {
  -moz-box-shadow: inset -2px -2px 2px 2px #CCC;
  -webkit-box-shadow: inset -2px -2px 2px 2px #CCC;
  box-shadow: inset -2px -2px 2px 2px #CCC;
}

.news {
  margin: 60px auto;
}
.news .one-news .background {
  margin: 0 25px;
  min-height: 450px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(87, 87, 87, 0.25);
  -moz-box-shadow: 0px 0px 10px 1px rgba(87, 87, 87, 0.25);
  box-shadow: 0px 0px 10px 1px rgba(87, 87, 87, 0.25);
}
.news .one-news .background .image {
  position: relative;
}
.news .one-news .background .image .category {
  position: absolute;
  left: 0;
  top: 0;
  color: #FFF;
  text-transform: uppercase;
  font-size: 20px;
  padding: 0 15px;
}
@media (max-width: 992px) {
  .news .one-news .background .image img {
    width: 100%;
    height: auto;
  }
}
.news .one-news .background .content {
  padding: 15px;
}
.news .one-news .background .content .date {
  color: #7a868e;
  font-weight: 100;
  font-size: 16px;
}
.news .one-news .background .content h2 {
  font-weight: 700;
  font-size: 16px;
  margin-top: 5px;
}
.news .one-news .background .content p {
  color: #768692;
  font-size: 13px;
}
.news .one-news .background .content a {
  color: #7a868e;
  text-decoration: none;
  font-size: 12px;
}
.news .one-news .background .content a.read-more {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .news .one-news .background {
    margin: 0 0 30px 0;
  }
}
.news .one-news.actu .category, .news .one-news.zoom .category, .news .one-news.vie-de-quartier .category {
  background: #e41270;
}
.news .one-news.actu .content h2, .news .one-news.zoom .content h2, .news .one-news.vie-de-quartier .content h2 {
  color: #e41270;
}
.news .one-news.evenement .category {
  background: #456e98;
}
.news .one-news.evenement .content h2 {
  color: #456e98;
}

.pictos .flex-2-columns {
  display: flex;
  flex-wrap: wrap;
}
.pictos .flex-2-columns .montant {
  line-height: 1.2;
}
.pictos .flex-2-columns p {
  position: relative;
  flex: 50%;
}
.pictos .flex-2-columns p span {
  display: inline-block;
  margin-right: 10px;
}
.pictos .flex-2-columns p span + strong {
  position: absolute;
  top: 12px;
  color: #5d666c;
}
.pictos .flex-2-columns p strong {
  font-weight: 700;
}
@media (max-width: 992px) {
  .pictos .flex-2-columns p {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.pictos .grey {
  background: #7a868e;
  padding: 10px;
  width: 100%;
  color: white;
  margin-top: 20px;
}
.pictos .grey p {
  margin: 0px;
  font-size: 14px;
}
.pictos .date-limite {
  margin: 20px 0 5px 0;
}

.single-residence .text-green {
  color: #a2cb30;
}
.single-residence .text-grey {
  color: #5d666c;
}
.single-residence .main-content {
  padding: 0 15px;
}
.single-residence .content {
  position: relative;
}
.single-residence .content .localisation {
  position: absolute;
  left: 0;
  top: 0;
  color: #FFF;
  text-transform: uppercase;
  font-size: 24px;
  padding: 15px;
}
.single-residence .content .localisation strong {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
}
.single-residence .content .background {
  background: #7a868e;
  padding: 30px 15px;
}
.single-residence .content .background h1 {
  margin: 0;
  font-family: "mark_my_wordsregular";
  color: #FFF;
  font-size: 55px;
  padding-left: 20px;
  position: relative;
}
.single-residence .content .background h1:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: "";
  width: 13px;
  height: 27px;
  margin-top: -13.5px;
  background: url("/wp-fi/wp-content/themes/tours-habitat/images/residence-arrow.png");
}
.single-residence .content .background .arrow-green:before {
  background: url(/wp-fi/wp-content/themes/tours-habitat/images/residence-arrow-green.png) !important;
}
.single-residence .content .background .adresse {
  font-size: 18px;
  line-height: 18px;
  color: #FFF;
  margin: 0;
  position: relative;
}
.single-residence .content .background .adresse:before {
  position: absolute;
  left: -25px;
  top: 50%;
  content: "";
  width: 13px;
  height: 27px;
  margin-top: -13.5px;
  background: url("/wp-fi/wp-content/themes/tours-habitat/images/residence-arrow.png");
}
.single-residence .content .background .logements {
  margin-top: 30px;
  font-size: 18px;
  line-height: 18px;
  color: #FFF;
  position: relative;
}
.single-residence .content .background .logements:before {
  position: absolute;
  left: -25px;
  top: 50%;
  content: "";
  width: 13px;
  height: 27px;
  margin-top: -13.5px;
  background: url("/wp-fi/wp-content/themes/tours-habitat/images/residence-arrow.png");
}
.single-residence .content .background .text {
  border-left: 5px solid #7a868e;
}
.single-residence .content .background .text strong {
  color: #000;
}

.page-template-devenir-locataire .items .oneLogement,
.page-template-devenir-proprietaire .items .oneLogement,
.page-template-nos-offres .items .oneLogement,
.single-logement .oneLogement,
.single-residence .oneLogement {
  padding: 30px;
  position: relative;
  width: 100%;
  margin: 15px 0;
}
.page-template-devenir-locataire .items .oneLogement .flex,
.page-template-devenir-proprietaire .items .oneLogement .flex,
.page-template-nos-offres .items .oneLogement .flex,
.single-logement .oneLogement .flex,
.single-residence .oneLogement .flex {
  display: flex;
}
@media (max-width: 767px) {
  .page-template-devenir-locataire .items .oneLogement .flex,
  .page-template-devenir-proprietaire .items .oneLogement .flex,
  .page-template-nos-offres .items .oneLogement .flex,
  .single-logement .oneLogement .flex,
  .single-residence .oneLogement .flex {
    display: block;
  }
}
.page-template-devenir-locataire .items .oneLogement .type,
.page-template-devenir-proprietaire .items .oneLogement .type,
.page-template-nos-offres .items .oneLogement .type,
.single-logement .oneLogement .type,
.single-residence .oneLogement .type {
  flex: -1;
  width: 150px;
  height: 150px;
  margin-right: 25px;
  position: relative;
}
.page-template-devenir-locataire .items .oneLogement .type p,
.page-template-devenir-proprietaire .items .oneLogement .type p,
.page-template-nos-offres .items .oneLogement .type p,
.single-logement .oneLogement .type p,
.single-residence .oneLogement .type p {
  margin: 0;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
  text-align: center;
}
.page-template-devenir-locataire .items .oneLogement .type p span.type-logement,
.page-template-devenir-proprietaire .items .oneLogement .type p span.type-logement,
.page-template-nos-offres .items .oneLogement .type p span.type-logement,
.single-logement .oneLogement .type p span.type-logement,
.single-residence .oneLogement .type p span.type-logement {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 72px;
  line-height: 72px;
  font-weight: 700;
  display: block;
}
.page-template-devenir-locataire .items .oneLogement .type p span.loyer,
.page-template-devenir-proprietaire .items .oneLogement .type p span.loyer,
.page-template-nos-offres .items .oneLogement .type p span.loyer,
.single-logement .oneLogement .type p span.loyer,
.single-residence .oneLogement .type p span.loyer {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  display: block;
}
.page-template-devenir-locataire .items .oneLogement .type p span.cc,
.page-template-devenir-proprietaire .items .oneLogement .type p span.cc,
.page-template-nos-offres .items .oneLogement .type p span.cc,
.single-logement .oneLogement .type p span.cc,
.single-residence .oneLogement .type p span.cc {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 100;
  display: block;
}
.page-template-devenir-locataire .items .oneLogement .images,
.page-template-devenir-proprietaire .items .oneLogement .images,
.page-template-nos-offres .items .oneLogement .images,
.single-logement .oneLogement .images,
.single-residence .oneLogement .images {
  flex: 1;
}
.page-template-devenir-locataire .items .oneLogement .images a,
.page-template-devenir-proprietaire .items .oneLogement .images a,
.page-template-nos-offres .items .oneLogement .images a,
.single-logement .oneLogement .images a,
.single-residence .oneLogement .images a {
  margin-right: 25px;
}
.page-template-devenir-locataire .items .oneLogement .detail,
.page-template-devenir-proprietaire .items .oneLogement .detail,
.page-template-nos-offres .items .oneLogement .detail,
.single-logement .oneLogement .detail,
.single-residence .oneLogement .detail {
  margin-top: 40px;
  margin-bottom: 20px;
}
.page-template-devenir-locataire .items .oneLogement .text,
.page-template-devenir-proprietaire .items .oneLogement .text,
.page-template-nos-offres .items .oneLogement .text,
.single-logement .oneLogement .text,
.single-residence .oneLogement .text {
  border-left: 5px solid #7a868e;
}
.page-template-devenir-locataire .items .oneLogement .text strong,
.page-template-devenir-proprietaire .items .oneLogement .text strong,
.page-template-nos-offres .items .oneLogement .text strong,
.single-logement .oneLogement .text strong,
.single-residence .oneLogement .text strong {
  color: #000;
}
.page-template-devenir-locataire .items .oneLogement a.link,
.page-template-devenir-proprietaire .items .oneLogement a.link,
.page-template-nos-offres .items .oneLogement a.link,
.single-logement .oneLogement a.link,
.single-residence .oneLogement a.link {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  font-family: "Barlow Semi Condensed", sans-serif;
  text-align: center;
  padding: 10px 30px;
}
.page-template-devenir-locataire .items .oneLogement p.link,
.page-template-devenir-proprietaire .items .oneLogement p.link,
.page-template-nos-offres .items .oneLogement p.link,
.single-logement .oneLogement p.link,
.single-residence .oneLogement p.link {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  font-family: "Barlow Semi Condensed", sans-serif;
  text-align: center;
  padding: 10px 30px;
  margin: 0;
}
.page-template-devenir-locataire .items .oneLogement.odd,
.page-template-devenir-proprietaire .items .oneLogement.odd,
.page-template-nos-offres .items .oneLogement.odd,
.single-logement .oneLogement.odd,
.single-residence .oneLogement.odd {
  background: #d7dadd;
}
.page-template-devenir-locataire .items .oneLogement.even,
.page-template-devenir-proprietaire .items .oneLogement.even,
.page-template-nos-offres .items .oneLogement.even,
.single-logement .oneLogement.even,
.single-residence .oneLogement.even {
  background: #ebedee;
}
@media (max-width: 992px) {
  .page-template-devenir-locataire .items .oneLogement,
  .page-template-devenir-proprietaire .items .oneLogement,
  .page-template-nos-offres .items .oneLogement,
  .single-logement .oneLogement,
  .single-residence .oneLogement {
    padding-bottom: 50px;
  }
}

.single-logement .oneLogement p.link {
  background: #05b7c7;
}
.single-logement .oneLogement p.link.green {
  background: #a2cb30;
}

#filters {
  margin-bottom: 60px;
}
#filters .filter .icon-sprite {
  margin: 15px auto 0 auto;
  display: block;
}
#filters .filter h4 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  color: #05b7c7;
  font-size: 30px;
  margin-bottom: 20px;
}
#filters .filter .btn-default {
  border: 1px solid #05b7c7;
  border-radius: 0;
}
#filters.color-blue h4 {
  color: #05b7c7;
}
#filters.color-blue .btn-default {
  border: 1px solid #05b7c7;
}
#filters.color-green h4 {
  color: #a2cb30;
}
#filters.color-green .btn-default {
  border: 1px solid #a2cb30;
}

.infos-supp {
  margin: 25px 0;
}

.testimonials .single-testi {
  border-bottom: 1px solid #05b7c7;
  margin: 25px 0;
  padding: 25px 0;
}
.testimonials .single-testi span {
  float: left;
}
.testimonials .single-testi .title_testi {
  background: #05b7c7;
  color: white;
  padding: 15px;
  display: inline-block;
  font-size: 18px;
  margin-left: 25px;
}

.main-content {
  position: relative;
  padding-top: 30px;
}
.main-content .page div img {
  display: block;
  max-width: 100%;
  height: auto;
}
.main-content .zoom .content {
  min-height: 615px;
  border: 1px solid #7a868e;
  padding: 10px;
  position: relative;
}
.main-content .zoom .content .title_zoom {
  color: white;
  display: inline-block;
  background-color: #fa9f01;
  padding: 15px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
.main-content .zoom .content .text_zoom {
  margin-top: 50px;
}
.main-content .zoom .footer {
  background-color: #7a868e;
  padding: 10px;
  text-transform: uppercase;
}
.main-content .zoom .footer a {
  color: white;
}
.main-content .zoom .footer a:hover {
  color: white;
  text-decoration: underline;
}
.main-content .page .btn-consult {
  background: #fa9f01;
  padding: 10px;
}
.main-content .page .btn-consult a:hover {
  color: white;
}
@media (max-width: 767px) {
  .main-content .page .btn-consult {
    display: block;
  }
}
.main-content .page .gouvernance .col-md-6, .main-content .page .gouvernance .col-md-12 {
  margin: 15px 0;
}
.main-content .page .project .col-md-6 {
  margin: 15px 0;
}
.main-content .page .mid-contact {
  border: 2px solid #fa9f01;
  padding: 25px;
  font-size: 18px;
  width: 30%;
}
@media (max-width: 992px) {
  .main-content .page .mid-contact {
    width: 100%;
  }
}
.main-content .page .bottom-contact {
  margin-top: 25px;
  border: 2px solid #fa9f01;
  padding: 25px;
}
.main-content .page img {
  display: block;
  max-width: 100%;
  height: auto;
}
.main-content .page .block-right-project {
  background: #05b7c7;
  padding: 5px 15px;
  color: white;
  font-size: 20px;
  border-radius: 30px;
}
.main-content .page .block-right-project p:first-child {
  margin-top: 10px;
}
.main-content .page .block-right-project .other-font {
  font-family: "mark_my_wordsregular";
}
.main-content .page .block-right-project .little-font {
  font-size: 15px;
}
.main-content .section {
  margin: 20px 0;
}
.main-content .timeline {
  position: relative;
  max-width: 1200px;
  margin: 25px auto;
}
.main-content .timeline:after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #7a868e;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}
.main-content .timeline .containers {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
.main-content .timeline .containers .content {
  padding: 10px 30px;
  background-color: #05b7c7;
  position: relative;
  border-radius: 6px;
  font-size: 17px;
  color: white;
}
.main-content .timeline .containers:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px;
  background-color: white;
  border: 4px solid #05b7c7;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
.main-content .timeline .left {
  left: 0;
}
.main-content .timeline .left:before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #05b7c7;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #05b7c7;
}
.main-content .timeline .right {
  left: 50%;
}
.main-content .timeline .right:before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent #05b7c7 transparent transparent;
}
.main-content .timeline .right:after {
  left: -12px;
}
@media screen and (max-width: 600px) {
  .main-content {
    /* Place the timelime to the left */
    /* Full-width containers */
    /* Make sure that all arrows are pointing leftwards */
    /* Make sure all circles are at the same spot */
    /* Make all right containers behave like the left ones */
  }
  .main-content .timeline::after {
    left: 31px;
  }
  .main-content .containers {
    width: 100% !important;
    padding-left: 70px !important;
    padding-right: 25px !important;
  }
  .main-content .containers::before {
    left: 60px !important;
    border: medium solid white !important;
    border-width: 10px 10px 10px 0 !important;
    border-color: transparent white transparent transparent !important;
  }
  .main-content .left::after, .main-content .right::after {
    left: 15px !important;
  }
  .main-content .right {
    left: 0 !important;
  }
}
.main-content .description {
  font-size: 20px;
}
.main-content .description .descripiton-blue {
  color: #0eb5c5;
}
.main-content .description .descripiton-blue h2 {
  color: #0eb5c5;
}
.main-content .description .descripiton-grey {
  color: #7a868e;
}
.main-content .alerte-demande {
  background-color: #0eb5c5;
  margin: 35px 0;
}
.main-content .alerte-demande .text {
  color: white;
  padding: 15px 0;
  font-size: 20px;
}
.main-content .alerte-demande .text p {
  margin: 0;
}
.main-content .breadcrumbs {
  font-weight: 100;
  font-size: 14px;
  color: #4a4a49;
  margin-bottom: 20px;
  border-bottom: 2px solid #ebedee;
}
.main-content .breadcrumbs a {
  color: #4a4a49;
  font-size: 14px;
}
.main-content .nav-attribution {
  padding-top: 20px;
}
.main-content .intro {
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 28px;
  color: #7a868e;
}
.main-content .intro strong {
  color: #fa9f01;
}
.main-content h1 {
  font-family: "mark_my_wordsregular";
  font-size: 65px;
  margin: 50px 0;
}
.main-content h1.text-orange {
  color: #fa9f01;
}
.main-content h1.text-blue {
  color: #05b7c7;
}
.main-content h1.text-green {
  color: #a2cb30;
}
.main-content h1.text-dark {
  color: #3f4549;
}
@media (max-width: 992px) {
  .main-content h1 {
    font-size: 40px;
    margin: 25px 0;
  }
}
.main-content h2 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #7a868e;
  text-transform: uppercase;
}
.main-content h2.text-blue {
  color: #05b7c7;
}
.main-content a.text-blue {
  color: #05b7c7;
}
.main-content .table-reperes .thead-table tr th {
  text-align: center;
  vertical-align: middle;
}
.main-content .table-reperes .thead-table tr th:first-child {
  text-align: left !important;
}
.main-content .table-reperes .tbody-table tr th {
  text-align: left !important;
}
.main-content .table-reperes .tbody-table tr th img {
  display: inline-block;
}
.main-content .table-reperes tbody tr th {
  text-align: center;
  vertical-align: middle;
}
.main-content .table-reperes tbody tr td {
  text-align: center;
  vertical-align: middle;
}
.main-content .table-reperes tbody tr .table-color-1 {
  background: #30c0d0;
}
.main-content .table-reperes tbody tr .table-color-2 {
  background: #3fc0b5;
}
.main-content .table-reperes tbody tr .table-color-3 {
  background: #a6dbe6;
}
.main-content .table {
  margin: 20px 0;
}
.main-content .table thead {
  background-color: #dbdbdb;
}
.main-content .table thead tr th {
  text-transform: uppercase;
  color: #05b7c7;
}
.main-content .table tbody tr th {
  text-align: center;
}
.main-content .questions {
  margin: 30px 0;
}
.main-content .questions a {
  font-size: 20px;
}

.page-template-loyers-et-charges .row-quote .quote {
  font-family: "Barlow Semi Condensed", sans-serif !important;
  font-style: italic;
}

.page-template-je-suis-locataire .main-content, .page-template-entretien-logement .main-content, .page-template-loyers-et-charges .main-content {
  color: #7a868e;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.page-template-je-suis-locataire .main-content strong, .page-template-entretien-logement .main-content strong, .page-template-loyers-et-charges .main-content strong {
  color: #fa9f01;
}
.page-template-je-suis-locataire .steps.charges, .page-template-entretien-logement .steps.charges, .page-template-loyers-et-charges .steps.charges {
  margin-top: 45px;
}
.page-template-je-suis-locataire .steps .block, .page-template-entretien-logement .steps .block, .page-template-loyers-et-charges .steps .block {
  border-right: 1px solid #fa9f01;
  padding-right: 15px;
}
.page-template-je-suis-locataire .steps .block .icon-sprite, .page-template-entretien-logement .steps .block .icon-sprite, .page-template-loyers-et-charges .steps .block .icon-sprite {
  margin: 15px auto;
}
.page-template-je-suis-locataire .steps .block h3, .page-template-entretien-logement .steps .block h3, .page-template-loyers-et-charges .steps .block h3 {
  color: #fa9f01;
  font-size: 54px;
  font-weight: 700;
  margin: 0;
}
.page-template-je-suis-locataire .steps .block .sub, .page-template-entretien-logement .steps .block .sub, .page-template-loyers-et-charges .steps .block .sub {
  margin: 0;
  color: #fa9f01;
  font-size: 18px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
}
.page-template-je-suis-locataire .steps .block p:not(.sub), .page-template-entretien-logement .steps .block p:not(.sub), .page-template-loyers-et-charges .steps .block p:not(.sub) {
  color: #aab2b7;
  font-size: 15px;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-top: 20px;
}
.page-template-je-suis-locataire .steps .block.last, .page-template-entretien-logement .steps .block.last, .page-template-loyers-et-charges .steps .block.last {
  border-right: 0;
}
.page-template-je-suis-locataire .row-quote, .page-template-entretien-logement .row-quote, .page-template-loyers-et-charges .row-quote {
  margin-top: 30px;
}
.page-template-je-suis-locataire .row-quote .quote, .page-template-entretien-logement .row-quote .quote, .page-template-loyers-et-charges .row-quote .quote {
  font-family: "mark_my_wordsregular";
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 28px;
  color: #fa9f01;
  text-align: center;
}
.page-template-je-suis-locataire .row-quote .quote strong, .page-template-entretien-logement .row-quote .quote strong, .page-template-loyers-et-charges .row-quote .quote strong {
  color: #fa9f01;
}
.page-template-je-suis-locataire .quote_3col, .page-template-entretien-logement .quote_3col, .page-template-loyers-et-charges .quote_3col {
  margin: 30px;
}
.page-template-je-suis-locataire .quote_3col .quote-lec, .page-template-entretien-logement .quote_3col .quote-lec, .page-template-loyers-et-charges .quote_3col .quote-lec {
  background-color: #fa9f01;
  color: white;
  border-radius: 15px;
  font-size: 22px;
  font-family: "mark_my_wordsregular";
  padding: 25px;
}
.page-template-je-suis-locataire .quote_3col .quote-lec p, .page-template-entretien-logement .quote_3col .quote-lec p, .page-template-loyers-et-charges .quote_3col .quote-lec p {
  margin: 0;
}
.page-template-je-suis-locataire .quote_3col .exemple-charges, .page-template-entretien-logement .quote_3col .exemple-charges, .page-template-loyers-et-charges .quote_3col .exemple-charges {
  font-size: 19px;
}
.page-template-je-suis-locataire .quote_3col .exemple-charges .charges, .page-template-je-suis-locataire .quote_3col .exemple-charges .cost, .page-template-entretien-logement .quote_3col .exemple-charges .charges, .page-template-entretien-logement .quote_3col .exemple-charges .cost, .page-template-loyers-et-charges .quote_3col .exemple-charges .charges, .page-template-loyers-et-charges .quote_3col .exemple-charges .cost {
  background-color: #dbdbdb;
  text-align: center;
  padding: 5px;
}
.page-template-je-suis-locataire .quote_3col .exemple-charges .facture, .page-template-entretien-logement .quote_3col .exemple-charges .facture, .page-template-loyers-et-charges .quote_3col .exemple-charges .facture {
  background-color: #fa9f01;
  color: white;
  padding: 10px;
}
.page-template-je-suis-locataire .quote_3col .exemple-charges span, .page-template-entretien-logement .quote_3col .exemple-charges span, .page-template-loyers-et-charges .quote_3col .exemple-charges span {
  margin: 12px 15px;
}
.page-template-je-suis-locataire .economie-maitrise .guide_pdf, .page-template-entretien-logement .economie-maitrise .guide_pdf, .page-template-loyers-et-charges .economie-maitrise .guide_pdf {
  margin-top: 20px;
  background-color: #a2cb30;
  padding: 25px;
  text-align: center;
  font-size: 27px;
}
.page-template-je-suis-locataire .economie-maitrise .guide_pdf a, .page-template-entretien-logement .economie-maitrise .guide_pdf a, .page-template-loyers-et-charges .economie-maitrise .guide_pdf a {
  color: white;
}
.page-template-je-suis-locataire .economie-maitrise .guide_pdf a:hover, .page-template-entretien-logement .economie-maitrise .guide_pdf a:hover, .page-template-loyers-et-charges .economie-maitrise .guide_pdf a:hover {
  color: white;
}
.page-template-je-suis-locataire .economie-maitrise .content h2, .page-template-entretien-logement .economie-maitrise .content h2, .page-template-loyers-et-charges .economie-maitrise .content h2 {
  color: #fa9f01;
}
.page-template-je-suis-locataire .economie-maitrise .content strong, .page-template-entretien-logement .economie-maitrise .content strong, .page-template-loyers-et-charges .economie-maitrise .content strong {
  color: #7a868e;
}
.page-template-je-suis-locataire .economie-maitrise .content .link a, .page-template-entretien-logement .economie-maitrise .content .link a, .page-template-loyers-et-charges .economie-maitrise .content .link a {
  background-color: #fa9f01;
  padding: 15px;
  color: white;
  margin: 25px 0;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}
.page-template-je-suis-locataire .economie-maitrise .content .link a:hover, .page-template-entretien-logement .economie-maitrise .content .link a:hover, .page-template-loyers-et-charges .economie-maitrise .content .link a:hover {
  color: white;
}

.text-supp > div {
  background: #dbdbdb;
  padding: 15px;
}
.text-supp > div h2, .text-supp > div h3, .text-supp > div h4, .text-supp > div h5, .text-supp > div h6 {
  margin-top: 0;
}

.submenu {
  visibility: visible;
  text-align: left;
  padding: 0px 0px 0px 0px;
}
.submenu li {
  margin: 0 0px 0 0;
  display: inline-block;
  height: auto;
  vertical-align: middle;
  border-left: 1px solid #05b7c7;
}
.submenu li a {
  outline: none;
  text-decoration: none;
  padding: 0px 10px 0px 10px;
  line-height: 30px;
  font-weight: bold;
  height: 30px;
  text-align: left;
  width: auto;
  display: block;
  color: #05b7c7;
  text-transform: uppercase;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
  font-family: inherit;
  font-size: 16px;
}
@media (max-width: 767px) {
  .submenu li a {
    font-size: 12px;
  }
}
.submenu li:first-child {
  border-left: 0;
}
.submenu li:first-child a {
  padding-left: 0;
}
.submenu li:hover a, .submenu li.current_page_item a {
  color: #4a4a49 !important;
}

.page-template-proprietaire-avec-th .submenu li,
.page-template-devenir-proprietaire .submenu li {
  border-left: 1px solid #a2cb30;
}
.page-template-proprietaire-avec-th .submenu li a,
.page-template-devenir-proprietaire .submenu li a {
  color: #a2cb30;
}
.page-template-proprietaire-avec-th .submenu li:first-child,
.page-template-devenir-proprietaire .submenu li:first-child {
  border-left: 0;
}

.page-template-je-suis-locataire .submenu li,
.page-template-entretien-logement .submenu li,
.page-template-depart_arrivee .submenu li,
.page-template-loyers-et-charges .submenu li,
.page-template-vivre_ensemble .submenu li {
  border-left: 1px solid #fa9f01;
}
.page-template-je-suis-locataire .submenu li a,
.page-template-entretien-logement .submenu li a,
.page-template-depart_arrivee .submenu li a,
.page-template-loyers-et-charges .submenu li a,
.page-template-vivre_ensemble .submenu li a {
  color: #fa9f01;
}
.page-template-je-suis-locataire .submenu li:first-child,
.page-template-entretien-logement .submenu li:first-child,
.page-template-depart_arrivee .submenu li:first-child,
.page-template-loyers-et-charges .submenu li:first-child,
.page-template-vivre_ensemble .submenu li:first-child {
  border-left: 0;
}

.page-template-attribution .main-content {
  color: #7a868e;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.page-template-attribution .main-content strong {
  color: #05b7c7;
}
.page-template-attribution .steps.charges {
  margin-top: 90px;
}
.page-template-attribution .steps .block {
  border-right: 1px solid #05b7c7;
  padding-right: 15px;
}
.page-template-attribution .steps .block .icon-sprite {
  margin: 15px auto;
}
.page-template-attribution .steps .block h3 {
  color: #05b7c7;
  font-size: 54px;
  font-weight: 700;
  margin: 0;
}
.page-template-attribution .steps .block .sub {
  margin: 0;
  color: #05b7c7;
  font-size: 18px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
}
.page-template-attribution .steps .block p:not(.sub) {
  color: #aab2b7;
  font-size: 15px;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-top: 20px;
}
.page-template-attribution .steps .block.last {
  border-right: 0;
}

.page-template-nos-publications .main-content {
  color: #7a868e;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.page-template-nos-publications .main-content .publi-row .cahier-display {
  display: flex;
  align-items: center;
}
.page-template-nos-publications .main-content .publi-row .cahier-display .description-publi {
  line-height: 1em;
}
.page-template-nos-publications .main-content .publi-row .cahier-display .description-publi .description-cahier {
  font-weight: 700;
}
.page-template-nos-publications .main-content .publi-row .cahier-display a {
  background-color: #05b7c7;
  color: white;
  padding: 5px;
  border: black 1px solid;
  font-weight: 700;
}
.page-template-nos-publications .main-content .publi-row .cahier-display .box-link {
  margin-top: 20px;
}
.page-template-nos-publications .main-content .container-ardq a {
  color: #05b7c7;
}

.page-template-proprietaire-avec-th .main-content, .page-template-devenir-proprietaire .main-content {
  color: #7a868e;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.page-template-proprietaire-avec-th .main-content .text-green, .page-template-devenir-proprietaire .main-content .text-green {
  color: #a2cb30;
}
.page-template-proprietaire-avec-th .main-content .text-grey, .page-template-devenir-proprietaire .main-content .text-grey {
  color: #5d666c;
}
.page-template-proprietaire-avec-th .intro, .page-template-devenir-proprietaire .intro {
  text-align: center;
}
.page-template-proprietaire-avec-th .steps.charges, .page-template-devenir-proprietaire .steps.charges {
  margin-top: 90px;
}
.page-template-proprietaire-avec-th .steps .block, .page-template-devenir-proprietaire .steps .block {
  border-right: 1px solid #fa9f01;
  padding-right: 15px;
}
.page-template-proprietaire-avec-th .steps .block .icon-sprite, .page-template-devenir-proprietaire .steps .block .icon-sprite {
  margin: 15px auto;
}
.page-template-proprietaire-avec-th .steps .block h3, .page-template-devenir-proprietaire .steps .block h3 {
  color: #fa9f01;
  font-size: 54px;
  font-weight: 700;
  margin: 0;
}
.page-template-proprietaire-avec-th .steps .block .sub, .page-template-devenir-proprietaire .steps .block .sub {
  margin: 0;
  color: #fa9f01;
  font-size: 18px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
}
.page-template-proprietaire-avec-th .steps .block p:not(.sub), .page-template-devenir-proprietaire .steps .block p:not(.sub) {
  color: #aab2b7;
  font-size: 15px;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-top: 20px;
}
.page-template-proprietaire-avec-th .steps .block.last, .page-template-devenir-proprietaire .steps .block.last {
  border-right: 0;
}
.page-template-proprietaire-avec-th .row-quote, .page-template-devenir-proprietaire .row-quote {
  margin-top: 30px;
}
.page-template-proprietaire-avec-th .row-quote .quote, .page-template-devenir-proprietaire .row-quote .quote {
  font-family: "mark_my_wordsregular";
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 28px;
  color: #fa9f01;
  text-align: center;
}
.page-template-proprietaire-avec-th .row-quote .quote strong, .page-template-devenir-proprietaire .row-quote .quote strong {
  color: #fa9f01;
}
.page-template-proprietaire-avec-th .economie-maitrise h3, .page-template-devenir-proprietaire .economie-maitrise h3 {
  color: #fa9f01;
  font-weight: 700;
}
.page-template-proprietaire-avec-th .img-residences img, .page-template-devenir-proprietaire .img-residences img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.page-template-proprietaire-avec-th .avantage, .page-template-devenir-proprietaire .avantage {
  padding: 30px 0;
}
.page-template-proprietaire-avec-th .avantage .content_advantage, .page-template-devenir-proprietaire .avantage .content_advantage {
  margin-top: 20px;
}
.page-template-proprietaire-avec-th .avantage .equal, .page-template-devenir-proprietaire .avantage .equal {
  font-size: 60px;
}
.page-template-proprietaire-avec-th .simulation .details, .page-template-devenir-proprietaire .simulation .details {
  margin-top: 50px;
}
.page-template-proprietaire-avec-th .simulation .details .first .text-green, .page-template-devenir-proprietaire .simulation .details .first .text-green {
  color: #a2cb30;
  font-size: 18px;
}
.page-template-proprietaire-avec-th .simulation .details .first .prix, .page-template-devenir-proprietaire .simulation .details .first .prix {
  font-weight: 700;
  font-size: 22px;
}
.page-template-proprietaire-avec-th .simulation .details .second, .page-template-devenir-proprietaire .simulation .details .second {
  background-color: #7a868e;
  color: white;
  padding: 15px;
  font-size: 18px;
}
.page-template-proprietaire-avec-th .simulation .details .second .mensualite, .page-template-devenir-proprietaire .simulation .details .second .mensualite {
  margin: 15px 0 0;
  font-weight: 700;
  font-size: 25px;
}
.page-template-proprietaire-avec-th .avantage-last, .page-template-devenir-proprietaire .avantage-last {
  padding-top: 50px;
  border: none;
}
.page-template-proprietaire-avec-th .avantages-small, .page-template-devenir-proprietaire .avantages-small {
  font-size: 24px;
}
.page-template-proprietaire-avec-th .acheter-neuf, .page-template-devenir-proprietaire .acheter-neuf {
  padding-bottom: 50px;
}

.download, .le-saviez-vous {
  margin-top: 60px;
}
.download .content, .le-saviez-vous .content {
  padding: 15px;
  background-color: #dbdbdb;
}
.download .content .icon-sprite, .le-saviez-vous .content .icon-sprite {
  float: left;
  margin-top: 7px;
  margin-right: 15px;
}
.download .content .text, .le-saviez-vous .content .text {
  float: left;
}
.download .content .text h3, .le-saviez-vous .content .text h3 {
  margin-top: 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  font-size: 24px;
}
.download .content .text-lsv, .le-saviez-vous .content .text-lsv {
  float: none;
}
.download .content .text-lsv h3, .le-saviez-vous .content .text-lsv h3 {
  margin-top: 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  font-size: 24px;
}
.download .content,
.download .bg-color, .le-saviez-vous .content,
.le-saviez-vous .bg-color {
  min-height: 140px;
}
.download .bg-color, .le-saviez-vous .bg-color {
  padding: 10px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.download .bg-color a, .le-saviez-vous .bg-color a {
  color: #FFF;
}
.download .bg-color a .icon-sprite, .le-saviez-vous .bg-color a .icon-sprite {
  margin: 10px auto;
  display: block;
}

.box-message .background {
  padding: 30px;
  background: #dbdbdb;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
}
.box-message .background a {
  color: #4a4a49;
}
.box-message .background-orange {
  padding: 30px;
  background: #fa9f01;
  color: white;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
}
.box-message .prev-entretien {
  font-size: 20px;
  padding: 20px;
}
.box-message .prev-entretien .row {
  margin-top: 20px;
}
.box-message .prev-entretien .row .you p {
  background-color: #a2cb30;
}
.box-message .prev-entretien .row .th p {
  background-color: #fa9f01;
}
.box-message .prev-entretien .row .contrat p {
  background-color: #05b7c7;
}
.box-message .prev-entretien .row .you, .box-message .prev-entretien .row .th, .box-message .prev-entretien .row .contrat {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
}
.box-message .prev-entretien .row .you p, .box-message .prev-entretien .row .th p, .box-message .prev-entretien .row .contrat p {
  display: inline-block;
  margin: 0;
  color: white;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 15px 35px;
  text-align: center;
  font-weight: 700;
  width: 255px;
}
.box-message .entretien {
  padding: 0px !important;
}
.box-message .entretien h2 {
  color: white;
  text-align: center;
}
.box-message .entretien img {
  width: 1119px;
  max-width: 100%;
}

.le-kiosque a.btn-dl {
  background-color: #05b7c7;
  padding: 5px;
  font-weight: 700;
  border-radius: 0;
  margin-bottom: 10px;
  color: #fff;
}
.le-kiosque .text-orange h2,
.le-kiosque .text-orange a {
  color: #fa9f01;
}
.le-kiosque .text-blue h2 {
  color: #05b7c7;
}
.le-kiosque .text-blue h2 a {
  color: #05b7c7;
}
.le-kiosque .text-blue a {
  color: #fff;
}
.le-kiosque .text-green h2,
.le-kiosque .text-green a {
  color: #a2cb30;
}
.le-kiosque p {
  font-size: 12px;
}
.le-kiosque p a {
  font-size: 16px;
}
.le-kiosque .kiosque {
  min-height: 550px;
  margin-bottom: 30px;
}

.info-bulle-home {
  display: none;
  position: absolute;
  bottom: auto;
  width: 100%;
  padding: 20px;
  background: #000;
  text-align: center;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  margin-top: 85px;
  z-index: 99999;
  opacity: 1;
  border-top: 3px solid white;
}
.info-bulle-home p {
  background: #fff;
  color: #fa9f01;
  width: auto;
  display: table;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 8px;
  font-weight: 500;
}
.info-bulle-home p a {
  background: #fff;
  width: auto !important;
  display: table !important;
  text-align: center !important;
  margin: 0 auto;
  font-weight: 500 !important;
  position: relative !important;
  top: auto !important;
  transform: none !important;
  font-size: 12px !important;
  line-height: initial !important;
  margin-bottom: 0px !important;
  padding: 5px 10px !important;
}
.info-bulle-home p a:hover {
  box-shadow: 0px 0px 10px -2px #000;
}

.kiosque .image {
  min-height: 265px;
}
.kiosque h2 a {
  color: #fa9f01;
  font-size: 18px;
}

.box-icons .icon-sprite {
  margin: 15px auto;
  display: block;
}
.box-icons h4 {
  font-family: "Barlow Semi Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  margin: 10px 0;
  font-weight: 700;
}
.box-icons p, .box-icons a {
  color: #cecdcd;
  font-size: 14px;
}

.main-content .single img {
  display: block;
  max-width: 100%;
  height: auto;
}
.main-content h2.bg-green {
  background: #a2cb30;
  display: inline-block;
  padding: 10px;
  color: #fff;
}

.category .main-content h1,
.single-post .main-content h1 {
  margin: 15px 0;
  font-size: 40px;
  line-height: 40px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
}
.category .main-content h1.zoom, .category .main-content h1.actu,
.single-post .main-content h1.zoom,
.single-post .main-content h1.actu {
  color: #e41270;
}
.category .main-content h1.evenement,
.single-post .main-content h1.evenement {
  color: #456e98;
}
.category .main-content .background-blue,
.single-post .main-content .background-blue {
  background: #456e98;
  text-align: center;
  color: white;
  position: relative;
  height: 410px;
}
.category .main-content .background-blue .content,
.single-post .main-content .background-blue .content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 15px;
}
.category .main-content .background-blue li,
.single-post .main-content .background-blue li {
  text-align: left;
}
.category .main-content .background-blue .number,
.single-post .main-content .background-blue .number {
  font-weight: 700;
  font-size: 21px;
}
.category .main-content .text-blue,
.single-post .main-content .text-blue {
  color: #456e98;
}
.category .main-content .text-pink,
.single-post .main-content .text-pink {
  color: #e41270;
}
.category .news,
.single-post .news {
  padding: 15px;
  margin: 30px 0;
  background: #d7dadd;
}
.category .news:nth-child(odd),
.single-post .news:nth-child(odd) {
  background: #d7dadd;
}
.category .news:nth-child(even),
.single-post .news:nth-child(even) {
  background: #ebedee;
}
.category .news .hentry,
.single-post .news .hentry {
  padding-left: 15px;
}
.category .news .hentry h2 a,
.single-post .news .hentry h2 a {
  color: #7a868e;
}
.category .news .hentry .entry-date,
.single-post .news .hentry .entry-date {
  display: inline-block;
  padding: 10px;
  color: #FFF;
  text-transform: uppercase;
}
.category.category-actu .hentry .entry-date, .category.category-zoom .hentry .entry-date,
.single-post.category-actu .hentry .entry-date,
.single-post.category-zoom .hentry .entry-date {
  background: #e41270;
}
.category.category-evenement .hentry .entry-date,
.single-post.category-evenement .hentry .entry-date {
  background: #456e98;
}

.single-post .wp-post-image {
  margin-bottom: 15px;
}

.sidebar h3 {
  text-transform: uppercase;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  margin: 15px 0;
}
.sidebar ul li a {
  color: #7a868e;
}

.search-results article {
  background: #f3f3f3;
  padding: 15px;
  min-height: 120px;
  position: relative;
  margin-bottom: 30px;
}
.search-results article .entry-title {
  margin-top: 0;
  color: #456e98;
  text-transform: uppercase;
}
.search-results article .read-more {
  color: #456e98;
}

.bg-grey {
  background: #dbdbdb;
  margin: 30px auto;
}
@media (max-width: 992px) {
  .bg-grey {
    padding: 15px 0;
  }
}

.link_to {
  color: #456e98;
}
.link_to:hover {
  color: #456e98;
}

.join-us {
  background-color: #dcdcdc;
  padding: 15px;
  margin: 50px 0;
}

.missions .oneMission {
  padding: 0 30px;
}
.missions .oneMission .infos-lettre {
  background-color: #fa9f01;
  border-radius: 10px;
  padding: 25px 0;
  margin-top: 25%;
}
.missions .oneMission .infos-lettre .content-info {
  float: left;
  margin-left: 10px;
  margin-top: 15px;
}
.missions .oneMission .infos-lettre .content-info h2 {
  color: white;
  font-family: "mark_my_wordsregular";
  margin-top: 0;
}
.missions .oneMission .infos-lettre .content-info a {
  color: white;
}
.missions .oneMission .infos-lettre .content-info a:hover {
  color: white;
  text-decoration: underline;
}
.missions .oneMission .infos-lettre .content-info p {
  color: white;
}
.missions .oneMission .infos-lettre span {
  float: left;
  margin-left: 10px;
}
.missions .oneMission .bandeau-savoir {
  background-color: #dbdbdb;
  padding: 15px 0;
  margin: 15px 0;
}
.missions .oneMission .bandeau-savoir .content-info {
  float: left;
  margin-left: 10px;
  margin-top: 15px;
}
.missions .oneMission .bandeau-savoir .content-info h2 {
  margin-top: 0;
}
.missions .oneMission .bandeau-savoir span {
  float: left;
  margin-left: 10px;
}
.missions .oneMission img {
  max-width: 100%;
  height: auto;
}
.missions .oneMission h3 {
  font-weight: 700;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  margin: 20px 0;
}
.missions .oneMission .text {
  position: relative;
  overflow: hidden;
  height: 175px;
}
.missions .oneMission .text-depart {
  position: relative;
  overflow: hidden;
}
.missions .oneMission .link {
  position: relative;
  display: block;
  border-top: 1px solid #7a868e;
  color: #7a868e;
  font-family: "Barlow Semi Condensed", sans-serif;
  text-align: center;
  font-size: 15px;
  margin-top: 15px;
  padding-top: 15px;
}
.missions .oneMission .link .icon-sprite {
  position: absolute;
  left: 50%;
  margin-left: -12.5px;
  top: -14px;
}
.missions .oneMission.show .text {
  height: auto;
}
.missions .oneMission.show .text:after {
  display: none;
}
@media (max-width: 992px) {
  .missions .oneMission {
    margin-bottom: 30px;
  }
}
.missions .container .title-dep-arr {
  font-size: 54px;
  font-weight: 700;
  color: #fa9f01;
}

#colophon {
  background: #3f4549;
  min-height: 210px;
}
#colophon .social-network {
  text-align: center;
}
#colophon .social-network ul {
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
}
#colophon .social-network ul li {
  display: inline-block;
  list-style: none;
  padding: 0px 10px;
}
#colophon .social-network ul li img {
  filter: invert(1);
}
#colophon #menu-menu-bas {
  padding-left: 0;
  text-align: center;
  margin: 30px auto;
}
#colophon #menu-menu-bas li {
  display: inline-block;
  padding: 0 20px;
}
#colophon #menu-menu-bas li a {
  font-family: "Barlow Semi Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.row.depart {
  margin-top: 60px;
}

.contact-text-orange {
  color: #fa9f01 !important;
}
.contact-text-orange p {
  color: #fa9f01 !important;
}
.contact-text-orange a {
  color: #fa9f01 !important;
}

.error_map {
  height: 250px;
}

.clear {
  clear: both;
}

.accordion-content a {
  text-decoration: underline;
}

.qtip-bootstrap .qtip-titlebar {
  font-size: 14px !important;
  text-transform: lowercase !important;
  font-weight: 700 !important;
}
.qtip-bootstrap .qtip-titlebar:first-letter {
  text-transform: uppercase;
}

.simple-sitemap-page li a {
  color: #4a4a49;
}

#tarteaucitronAlertSmall {
  left: 0 !important;
  right: unset !important;
}

.accordions-head:hover .accordions-head-title {
  color: #7a868e !important;
}

.voisinage {
  background: #ff7f00;
  padding: 15px;
  margin: 0px 0px 20px 0px;
}
.voisinage img {
  display: block;
  margin: 0 auto;
}
.voisinage .img-principale img {
  width: 100%;
  height: auto;
}
.voisinage .sub {
  width: 70%;
  margin: 0 auto;
}
.voisinage .sub .text {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .voisinage .sub {
    width: 100%;
  }
}
.voisinage .title {
  font-size: 30px;
  color: #FFF;
  text-align: center;
}
.voisinage p {
  color: #FFF;
}
.voisinage ul, .voisinage li {
  color: #FFF;
}
.voisinage a {
  color: #FFF;
}

.rgpd-ecrire p {
  font-size: 12px;
}

.listing-kiosque {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  gap: 15px;
}
@media (max-width: 992px) {
  .listing-kiosque {
    grid-template-columns: repeat(1, 1fr);
  }
}

.page-template-document-prevention-incendie .diaporama img {
  width: 100%;
}
.page-template-document-prevention-incendie .global-link {
  color: #4a4a49 !important;
  text-decoration: none;
  text-align: left !important;
  position: relative;
  padding-top: 0 !important;
}
.page-template-document-prevention-incendie .menu-icons .block {
  height: 180px;
}
.page-template-document-prevention-incendie .menu-icons p {
  margin: 10px 0;
}
.page-template-document-prevention-incendie .menu-icons img {
  margin-bottom: 20px;
}
.page-template-document-prevention-incendie .missions {
  margin-top: 40px;
}
.page-template-document-prevention-incendie .oneMission {
  position: relative;
  margin-bottom: 50px;
}
.page-template-document-prevention-incendie .oneMission .category {
  background: #e41270;
  position: absolute;
  left: 0;
  top: 0;
  color: #FFF;
  text-transform: uppercase;
  font-size: 20px;
  padding: 0 15px;
}
@media (max-width: 992px) {
  .page-template-document-prevention-incendie .oneMission .text {
    height: auto !important;
  }
}

/*# sourceMappingURL=theme.css.map */
