html {
  background: #ffffff;
}
body {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #151f21;
  overflow: auto;
  overflow-x: hidden;
}
a {
  color: #d3a571;
  text-decoration: underline;
  transition: all 0.35s ease-in-out !important;
  -webkit-transition: all 0.35s ease-in-out !important;
  -moz-transition: all 0.35s ease-in-out !important;
  -o-transition: all 0.35s ease-in-out !important;
}
a:hover {
  color: #fde9da;
  text-decoration: none;
  cursor: pointer;
}
.nf-form-cont .nf-field-element:after {
  font-weight: 900;
  font-family: "Font Awesome 5 Free" !important;
}
#nf-form-4-cont .listcheckbox-wrap li label:before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
}
.pagination-articles {
  text-align: center;
  font-size: 0;
  padding-top: 30px;
}
.pagination-articles .intitule {
  color: #e7c9ac;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 17px;
  font-weight: 600;
  margin-right: 17px;
}
.pagination-articles .page-numbers {
  height: 37px;
  width: 37px;
  line-height: 37px;
  display: inline-block;
  background-color: #e7c9ac;
  color: #151f21;
  font-size: 15px;
  margin-right: 7px;
  text-decoration: none;
}
.pagination-articles .page-numbers.current {
  opacity: 0.5;
}
.pagination-articles .page-numbers:hover {
  opacity: 0.5;
}
.pagination-articles .page-numbers:last-child {
  margin-right: 0;
}
.text-center {
  width: 100%;
}
img,
iframe {
  max-width: 100%;
  height: auto;
}
h1#main-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 3px;
  margin-bottom: 3rem;
  width: 100%;
  display: block;
}
.linkedin {
  position: relative;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.linkedin .in-tooltip {
  position: absolute;
  z-index: 300;
  display: none;
  width: 120px;
  left: 50%;
  top: 110%;
  margin-left: -60px;
}
.linkedin .in-tooltip .triangle {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #151f21 transparent;
  margin: auto;
}
.linkedin .in-tooltip .corps {
  background-color: #151f21;
  padding: 10px 0;
}
.linkedin .in-tooltip .corps .lien {
  text-align: center;
  margin-bottom: 5px;
}
.linkedin .in-tooltip .corps .lien a {
  color: #fefefe;
  text-decoration: none;
  font-size: 13px;
}
.linkedin .in-tooltip .corps .lien a:hover {
  color: #d3a571 !important;
}
.linkedin .in-tooltip .corps .lien:last-child {
  margin-bottom: 0;
}
header {
  background: #fefefe;
  padding: 2rem 0 1rem 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  header {
    padding: 1rem 0;
  }
}
header .logo a img {
  max-width: 80%;
  display: block;
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  header .logo a img {
    max-width: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1249.98px) {
  header .menu-principal {
    padding: 0;
  }
}
header .menu-principal .navbar {
  padding: 0;
}
header .menu-principal .navbar ul {
  margin-left: auto;
}
header .menu-principal .navbar ul li {
  margin: 0 1rem;
  text-align: center;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 1350px) and (max-width: 1499.98px) {
  header .menu-principal .navbar ul li {
    margin: 0 .5rem;
  }
}
@media (min-width: 1290px) and (max-width: 1349.98px) {
  header .menu-principal .navbar ul li {
    margin: 0 .3rem;
  }
}
@media (min-width: 1200px) and (max-width: 1289.98px) {
  header .menu-principal .navbar ul li {
    margin: 0 .1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  header .menu-principal .navbar ul li {
    margin: 0 .3rem;
  }
}
header .menu-principal .navbar ul li a.nav-link {
  font-family: 'Orator', sans-serif;
  text-transform: uppercase;
  color: #151f21;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  z-index: 15;
  padding-left: 10px;
  padding-right: 10px;
}
header .menu-principal .navbar ul li a.nav-link::before {
  background-color: #d3a571;
  content: "";
  position: absolute;
  width: 0;
  height: 10px;
  bottom: 8px;
  left: 0;
  transition-timing-function: cubic-bezier(.17,.47,.43,.47);
  transition: width .4s;
  z-index: -1;
}
header .menu-principal .navbar ul li a.nav-link:hover {
  color: #151f21;
}
header .menu-principal .navbar ul li a.nav-link:hover::before {
  width: 100%;
  transition-timing-function: cubic-bezier(.17,.47,.43,.47);
  transition: width .4s;
}
header .menu-principal .navbar ul li.menu-item-has-children {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
header .menu-principal .navbar ul li.menu-item-has-children:hover .dropdown-menu {
  display: block;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  opacity: 1;
}
header .menu-principal .navbar ul li.menu-item-has-children .nav-link::after,
header .menu-principal .navbar ul li.menu-item-has-children .nav-link:after {
  display: none !important;
}
header .menu-principal .navbar ul li.menu-item-has-children .dropdown-menu {
  border-radius: 0;
  margin: 0;
  border: none;
  padding: 1rem 2rem;
  box-shadow: 1px 3px 6px 4px rgba(0,0,0,0.2);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  opacity: 0;
}
header .menu-principal .navbar ul li.menu-item-has-children .dropdown-menu .sub-link {
  margin-bottom: 1rem;
  position: relative;
}
header .menu-principal .navbar ul li.menu-item-has-children .dropdown-menu .sub-link:last-child {
  margin-bottom: 0;
}
header .menu-principal .navbar ul li.menu-item-has-children .dropdown-menu .sub-link:last-child:after {
  display: none;
}
header .menu-principal .navbar ul li.menu-item-has-children .dropdown-menu .sub-link a {
  font-family: 'Orator', sans-serif;
  text-transform: uppercase;
  color: #151f21;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  width: auto;
  z-index: 15;
  padding: 0;
}
header .menu-principal .navbar ul li.menu-item-has-children .dropdown-menu .sub-link a::before {
  background-color: #d3a571;
  content: "";
  position: absolute;
  width: 0;
  height: 8px;
  bottom: 4px;
  left: 0;
  transition-timing-function: cubic-bezier(.17,.47,.43,.47);
  transition: width .4s;
  z-index: -1;
}
header .menu-principal .navbar ul li.menu-item-has-children .dropdown-menu .sub-link a:hover,
header .menu-principal .navbar ul li.menu-item-has-children .dropdown-menu .sub-link a.active {
  color: #151f21;
  background-color: transparent;
}
header .menu-principal .navbar ul li.menu-item-has-children .dropdown-menu .sub-link a:hover::before,
header .menu-principal .navbar ul li.menu-item-has-children .dropdown-menu .sub-link a.active::before {
  width: 100%;
  transition-timing-function: cubic-bezier(.17,.47,.43,.47);
  transition: width .4s;
}
header .menu-principal .navbar ul li.current-menu-item a.nav-link {
  color: #151f21;
}
header .menu-principal .navbar ul li.current-menu-item a.nav-link::before {
  width: 100%;
}
header .reseau-socios .reseaux {
  list-style-type: none;
  margin-top: 15px;
}
header .reseau-socios .reseaux > li {
  display: inline-block;
  margin: 0 7px;
  list-style-type: none;
}
header .reseau-socios .reseaux > li a,
header .reseau-socios .reseaux > li span {
  color: #d3a571;
}
header .reseau-socios .reseaux > li a i,
header .reseau-socios .reseaux > li span i {
  font-size: 1.5rem;
}
header .reseau-socios .reseaux > li a:hover,
header .reseau-socios .reseaux > li span:hover {
  color: #151f21;
}
.copyright {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}
.copyright a {
  text-decoration: none;
  color: #151f21;
}
.copyright a:hover {
  color: #fde9da;
}
.copyright a.logo-idcom {
  margin-right: 10px;
}
.copyright a.logo-idcom img {
  max-width: 35px;
}
body.page-id-42 #titre-contact {
  margin: 3rem 0;
}
body.page-id-42 #titre-contact .titre {
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
body.page-id-42 footer {
  display: none;
}
body.page-id-42 #infos-contact {
  padding: 4rem 0 3rem 0;
  background-color: #efefea;
}
body.page-id-42 #infos-contact.container-fluid {
  padding-right: 6rem;
  padding-left: 6rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-42 #infos-contact.container-fluid {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}
@media (min-width: 1200px) and (max-width: 1549.98px) {
  body.page-id-42 #infos-contact.container-fluid {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}
@media (min-width: 1550px) and (max-width: 1659.98px) {
  body.page-id-42 #infos-contact.container-fluid {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
}
body.page-id-42 #infos-contact .tel-group .picto,
body.page-id-42 #infos-contact .mail-group .picto,
body.page-id-42 #infos-contact .adresse-group .picto {
  display: block;
  width: 45px;
  height: 45px;
  padding: 1rem;
  background-color: #151f21;
  border: solid 1px #d3a571;
  border-radius: 50%;
  margin-right: 1rem;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-42 #infos-contact .tel-group .picto,
  body.page-id-42 #infos-contact .mail-group .picto,
  body.page-id-42 #infos-contact .adresse-group .picto {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) and (max-width: 1499.98px) {
  body.page-id-42 #infos-contact .tel-group .picto,
  body.page-id-42 #infos-contact .mail-group .picto,
  body.page-id-42 #infos-contact .adresse-group .picto {
    margin-right: .5rem;
  }
}
body.page-id-42 #infos-contact .tel-group .icon,
body.page-id-42 #infos-contact .mail-group .icon,
body.page-id-42 #infos-contact .adresse-group .icon {
  z-index: 15;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.page-id-42 #infos-contact .tel-group .icon-adresse,
body.page-id-42 #infos-contact .mail-group .icon-adresse,
body.page-id-42 #infos-contact .adresse-group .icon-adresse {
  background-image: url('../img/picto-localisation.png');
}
body.page-id-42 #infos-contact .tel-group .icon-mail,
body.page-id-42 #infos-contact .mail-group .icon-mail,
body.page-id-42 #infos-contact .adresse-group .icon-mail {
  background-image: url('../img/picto-mail.png');
}
body.page-id-42 #infos-contact .tel-group .icon-tel,
body.page-id-42 #infos-contact .mail-group .icon-tel,
body.page-id-42 #infos-contact .adresse-group .icon-tel {
  background-image: url('../img/picto-tel.png');
}
body.page-id-42 #infos-contact .tel-group .telephone .agence,
body.page-id-42 #infos-contact .tel-group .telephone .immobilier,
body.page-id-42 #infos-contact .tel-group .telephone .neuf {
  margin-bottom: .5rem;
}
body.page-id-42 #infos-contact .tel-group .telephone .agence span,
body.page-id-42 #infos-contact .tel-group .telephone .immobilier span,
body.page-id-42 #infos-contact .tel-group .telephone .neuf span {
  font-weight: 400;
  color: #d3a571;
  text-transform: uppercase;
  margin-right: .3rem;
  text-align: right;
  width: 140px;
  letter-spacing: 3px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-42 #infos-contact .tel-group .telephone .agence span,
  body.page-id-42 #infos-contact .tel-group .telephone .immobilier span,
  body.page-id-42 #infos-contact .tel-group .telephone .neuf span {
    text-align: center;
    margin-right: 0;
  }
}
body.page-id-42 #infos-contact .tel-group .telephone .agence .tel a,
body.page-id-42 #infos-contact .tel-group .telephone .immobilier .tel a,
body.page-id-42 #infos-contact .tel-group .telephone .neuf .tel a {
  color: #151f21;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 3px;
  font-size: 1.1rem;
}
@media (min-width: 1200px) and (max-width: 1549.98px) {
  body.page-id-42 #infos-contact .mail-group {
    padding: 0;
  }
}
body.page-id-42 #infos-contact .mail-group .immobilier,
body.page-id-42 #infos-contact .mail-group .neuf {
  margin-bottom: .5rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-42 #infos-contact .mail-group .immobilier,
  body.page-id-42 #infos-contact .mail-group .neuf {
    text-align: center;
  }
}
body.page-id-42 #infos-contact .mail-group .immobilier span,
body.page-id-42 #infos-contact .mail-group .neuf span {
  font-weight: 400;
  color: #d3a571;
  text-transform: uppercase;
  margin-right: .3rem;
  text-align: right;
  width: 140px;
  letter-spacing: 3px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-42 #infos-contact .mail-group .immobilier span,
  body.page-id-42 #infos-contact .mail-group .neuf span {
    text-align: center;
    margin-right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1549.98px) {
  body.page-id-42 #infos-contact .mail-group .immobilier span,
  body.page-id-42 #infos-contact .mail-group .neuf span {
    letter-spacing: 1px;
  }
}
body.page-id-42 #infos-contact .mail-group .immobilier .email a,
body.page-id-42 #infos-contact .mail-group .neuf .email a {
  color: #151f21;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 1.1rem;
  letter-spacing: 3px;
  padding-right: 1rem !important;
}
@media (min-width: 1200px) and (max-width: 1549.98px) {
  body.page-id-42 #infos-contact .mail-group .immobilier .email a,
  body.page-id-42 #infos-contact .mail-group .neuf .email a {
    letter-spacing: 0;
  }
}
body.page-id-42 #infos-contact .adresse-group .adresse p {
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 1.4;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-42 #infos-contact .adresse-group .adresse p {
    text-align: center;
  }
}
body.page-id-42 #formulaire-map {
  padding: 1rem 0 4rem 0;
  background-color: #efefea;
}
body.page-id-42 #formulaire-map.container-fluid {
  padding-right: 6rem;
  padding-left: 6rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-42 #formulaire-map.container-fluid {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}
body.page-id-42 #formulaire-map .form {
  margin-top: 1rem;
}
body.page-id-42 #formulaire-map .form #nf-form-1-cont .nf-form-fields-required {
  display: none;
}
body.page-id-42 #formulaire-map .form #nf-form-1-cont textarea {
  height: 220px;
}
body.page-id-42 #formulaire-map .form #nf-form-1-cont label {
  display: none;
}
body.page-id-42 #formulaire-map .form #nf-form-1-cont input,
body.page-id-42 #formulaire-map .form #nf-form-1-cont textarea {
  padding: 1.8rem;
  border: none;
  outline: none;
  background-color: #fef5ed !important;
  font-weight: 300;
}
body.page-id-42 #formulaire-map .form #nf-form-1-cont ::placeholder {
  color: #9d9d9c;
  opacity: 1;
}
body.page-id-42 #formulaire-map .form #nf-form-1-cont :-ms-input-placeholder {
  color: #9d9d9c;
}
body.page-id-42 #formulaire-map .form #nf-form-1-cont ::-ms-input-placeholder {
  color: #9d9d9c;
}
body.page-id-42 #formulaire-map .form #nf-form-1-cont #nf-field-4-wrap input {
  width: 200px;
  padding: .8rem .5rem .5rem;
  background-color: #fef5ed !important;
  color: #151f21 !important;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 3px;
  cursor: pointer;
  float: left;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  margin-right: .5rem;
}
body.page-id-42 #formulaire-map .form #nf-form-1-cont #nf-field-4-wrap input:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-color: #151f21 !important;
  color: #fef5ed !important;
}
body.page-id-42 #formulaire-map .map .inner {
  position: relative;
}
body.page-id-42 #formulaire-map .map .inner .bandeau-map {
  background-color: #151f21;
  left: 0;
  top: 0;
  transform: rotate(180deg);
  height: 100%;
  width: 2.5rem;
  position: absolute;
}
body.page-id-42 #formulaire-map .map .inner .bandeau-map .titre-map {
  color: #fefefe;
  padding-top: .4rem;
  width: 380px;
  height: auto;
  font-size: 1.2rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-270deg);
  letter-spacing: 2px;
}
body.page-id-5 #wrapper-home {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('../img/fond-portail.png');
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
body.page-id-5 #wrapper-home::before,
body.page-id-5 #wrapper-home::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 40;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-5 #wrapper-home::before {
  left: -12rem;
  background-color: #fbdbce;
  transform: skewX(-160deg);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-5 #wrapper-home::after {
  right: -12rem;
  background-color: #e2e2d9;
  transform: scaleX(-1);
  transform: skewX(20deg);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-5 #wrapper-home.immo-ancien-active::before {
  width: 70%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-5 #wrapper-home.immo-ancien-active .container-home::after {
  opacity: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-5 #wrapper-home.immo-ancien-active .picto-ancien {
  background-color: #fefefe !important;
}
body.page-id-5 #wrapper-home.immo-ancien-active .btn-immo-neuf {
  z-index: 0 !important;
}
body.page-id-5 #wrapper-home.immo-neuf-active::after {
  width: 80%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-5 #wrapper-home.immo-neuf-active .container-home::before {
  opacity: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-5 #wrapper-home.immo-neuf-active .picto-neuf {
  background-color: #fefefe !important;
}
body.page-id-5 #wrapper-home.immo-neuf-active .btn-immo-ancien {
  z-index: 0 !important;
}
body.page-id-5 .container-home {
  width: 100%;
  height: 100vh;
  background-color: #fefefe;
  position: relative;
}
body.page-id-5 .container-home::before,
body.page-id-5 .container-home::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100vh;
  width: 330px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 55;
  opacity: 1;
}
body.page-id-5 .container-home::before {
  left: 0;
  background-image: url('../img/terrazo-ancien-home.png');
}
body.page-id-5 .container-home::after {
  right: 0;
  background-image: url('../img/terrazo-neuf-home.png');
}
body.page-id-5 .container-home .inner-home .logo {
  width: 100%;
  position: relative;
  z-index: 200;
}
body.page-id-5 .container-home .inner-home .logo figure img {
  max-width: 25%;
  display: block;
  margin: 0 auto;
  z-index: 50;
  position: relative;
}
body.page-id-5 .container-home .inner-home .accroche {
  width: 100%;
  margin-top: 2rem;
  position: relative;
  z-index: 200;
}
body.page-id-5 .container-home .inner-home .accroche figure img {
  max-width: 50%;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 50;
}
body.page-id-5 .container-home .inner-home .accroche figure div {
  font-family: 'Meie Script', cursive;
  text-align: center;
  display: block;
  margin: 0 auto;
  position: relative;
  font-weight: bold;
  font-size: 2.4em;
  letter-spacing: 1px;
  z-index: 50;
}
body.page-id-5 .container-home .inner-home #immobilier-ancien,
body.page-id-5 .container-home .inner-home #immobilier-neuf {
  margin-top: 4rem;
}
body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-ancien,
body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-neuf,
body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-ancien,
body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-neuf {
  text-decoration: none;
  transition-timing-function: cubic-bezier(.17,.47,.43,.47);
  position: relative;
  z-index: 50;
}
body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-ancien .picto-ancien,
body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-ancien .picto-neuf,
body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-neuf .picto-ancien,
body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-neuf .picto-neuf,
body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-ancien .picto-ancien,
body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-ancien .picto-neuf,
body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-neuf .picto-ancien,
body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-neuf .picto-neuf {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  position: relative;
  transition: width .4s, height .4s;
  transition-timing-function: cubic-bezier(.17,.47,.23,.27);
}
body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-ancien .picto-ancien .picto,
body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-ancien .picto-neuf .picto,
body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-neuf .picto-ancien .picto,
body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-neuf .picto-neuf .picto,
body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-ancien .picto-ancien .picto,
body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-ancien .picto-neuf .picto,
body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-neuf .picto-ancien .picto,
body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-neuf .picto-neuf .picto {
  width: 140px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: width .4s, height .4s;
  transition-timing-function: cubic-bezier(.27,.37,.33,.37);
}
body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-ancien .picto-ancien,
body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-neuf .picto-ancien,
body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-ancien .picto-ancien,
body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-neuf .picto-ancien {
  background-color: #fbdbce;
}
body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-ancien .picto-neuf,
body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-neuf .picto-neuf,
body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-ancien .picto-neuf,
body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-neuf .picto-neuf {
  background-color: #e7e8de;
}
body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-ancien .text,
body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-neuf .text,
body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-ancien .text,
body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-neuf .text {
  margin-top: 1.5rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  text-align: center;
}
body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-ancien .text h2,
body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-neuf .text h2,
body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-ancien .text h2,
body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-neuf .text h2 {
  color: #151f21;
  text-transform: uppercase;
  font-size: .9rem;
  letter-spacing: 5px;
  font-weight: normal;
  font-family: 'Orator';
  text-align: center;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  position: relative;
  display: inline-block;
  z-index: 15;
}
body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-ancien:hover,
body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-neuf:hover,
body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-ancien:hover,
body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-neuf:hover {
  transition-timing-function: cubic-bezier(.17,.47,.43,.47);
}
body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-ancien:hover .picto-neuf,
body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-ancien:hover .picto-ancien,
body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-neuf:hover .picto-neuf,
body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-neuf:hover .picto-ancien,
body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-ancien:hover .picto-neuf,
body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-ancien:hover .picto-ancien,
body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-neuf:hover .picto-neuf,
body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-neuf:hover .picto-ancien {
  background-color: #fefefe;
  transition-timing-function: cubic-bezier(.17,.47,.43,.47);
}
body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-ancien:hover .picto-neuf .picto,
body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-ancien:hover .picto-ancien .picto,
body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-neuf:hover .picto-neuf .picto,
body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-neuf:hover .picto-ancien .picto,
body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-ancien:hover .picto-neuf .picto,
body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-ancien:hover .picto-ancien .picto,
body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-neuf:hover .picto-neuf .picto,
body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-neuf:hover .picto-ancien .picto {
  width: 120px;
  height: 80px;
  transition: width .4s, height .4s;
  transition-timing-function: cubic-bezier(.27,.37,.33,.37);
}
body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-ancien:hover .text,
body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-neuf:hover .text,
body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-ancien:hover .text,
body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-neuf:hover .text {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-ancien:hover .text h2,
body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-neuf:hover .text h2,
body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-ancien:hover .text h2,
body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-neuf:hover .text h2 {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-38 #wrapper-immo-ancien {
  position: relative;
  overflow: hidden;
}
body.page-id-38 #wrapper-immo-ancien.location-active #location {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  transition: all 1s ease-in-out !important;
  -webkit-transition: all 1s ease-in-out !important;
  -moz-transition: all 1s ease-in-out !important;
  -o-transition: all 1s ease-in-out !important;
}
body.page-id-38 #wrapper-immo-ancien.location-active #vente {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  transition: all 1s ease-in-out !important;
  -webkit-transition: all 1s ease-in-out !important;
  -moz-transition: all 1s ease-in-out !important;
  -o-transition: all 1s ease-in-out !important;
}
body.page-id-38 #wrapper-immo-ancien.vente-active #vente {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  transition: all 1s ease-in-out !important;
  -webkit-transition: all 1s ease-in-out !important;
  -moz-transition: all 1s ease-in-out !important;
  -o-transition: all 1s ease-in-out !important;
}
body.page-id-38 #wrapper-immo-ancien.vente-active #location {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  transition: all 1s ease-in-out !important;
  -webkit-transition: all 1s ease-in-out !important;
  -moz-transition: all 1s ease-in-out !important;
  -o-transition: all 1s ease-in-out !important;
}
body.page-id-38 #wrapper-immo-ancien #location,
body.page-id-38 #wrapper-immo-ancien #vente {
  transition: all 1s ease-in-out !important;
  -webkit-transition: all 1s ease-in-out !important;
  -moz-transition: all 1s ease-in-out !important;
  -o-transition: all 1s ease-in-out !important;
  height: 85vh;
  width: 100%;
  padding: 0;
}
body.page-id-38 #wrapper-immo-ancien #location .inner,
body.page-id-38 #wrapper-immo-ancien #vente .inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 100%;
  width: 100%;
}
body.page-id-38 #wrapper-immo-ancien #location .inner .bandeau-text-vente,
body.page-id-38 #wrapper-immo-ancien #location .inner .bandeau-text-location,
body.page-id-38 #wrapper-immo-ancien #vente .inner .bandeau-text-vente,
body.page-id-38 #wrapper-immo-ancien #vente .inner .bandeau-text-location {
  top: -1rem;
  bottom: 0;
  width: 3rem;
  padding: .5rem 1rem;
  position: absolute;
  height: 110%;
  transform: rotate(5deg);
  z-index: 20;
}
body.page-id-38 #wrapper-immo-ancien #location .inner .bandeau-text-vente .titre-section,
body.page-id-38 #wrapper-immo-ancien #location .inner .bandeau-text-location .titre-section,
body.page-id-38 #wrapper-immo-ancien #vente .inner .bandeau-text-vente .titre-section,
body.page-id-38 #wrapper-immo-ancien #vente .inner .bandeau-text-location .titre-section {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-90deg);
}
body.page-id-38 #wrapper-immo-ancien #location .inner .bandeau-text-vente .titre-section h2,
body.page-id-38 #wrapper-immo-ancien #location .inner .bandeau-text-location .titre-section h2,
body.page-id-38 #wrapper-immo-ancien #vente .inner .bandeau-text-vente .titre-section h2,
body.page-id-38 #wrapper-immo-ancien #vente .inner .bandeau-text-location .titre-section h2 {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.5;
  padding: .5rem 0 .1rem 0;
}
body.page-id-38 #wrapper-immo-ancien #location .inner .bandeau-text-vente,
body.page-id-38 #wrapper-immo-ancien #vente .inner .bandeau-text-vente {
  left: 0;
  background-color: #fbdbce;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-38 #wrapper-immo-ancien #location .inner .bandeau-text-vente .titre-section,
body.page-id-38 #wrapper-immo-ancien #vente .inner .bandeau-text-vente .titre-section {
  color: #151f21;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-38 #wrapper-immo-ancien #location .inner .bandeau-text-location,
body.page-id-38 #wrapper-immo-ancien #vente .inner .bandeau-text-location {
  right: 0;
  background-color: #d3a571;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-38 #wrapper-immo-ancien #location .inner .bandeau-text-location .titre-section,
body.page-id-38 #wrapper-immo-ancien #vente .inner .bandeau-text-location .titre-section {
  color: #fefefe;
}
body.page-id-553 #presentation {
  margin: 2rem 0 0 !important;
  position: relative;
  padding-bottom: 1.5rem;
}
body.page-id-553 #presentation p {
  font-size: 1.1rem;
  line-height: 1.4;
}
body.page-id-553 #presentation p strong {
  font-weight: normal;
}
body.page-id-553 #presentation:after {
  content: "";
  background-color: #fde9da;
  position: absolute;
  width: 50px;
  height: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
body.page-id-553 #offres h2 {
  text-align: center;
  margin-bottom: 15px;
}
body.page-id-553 #offres .carousel-slider {
  padding: 0 50px;
}
body.page-id-553 #offres .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
body.page-id-553 #offres .owl-prev span {
  font-size: 50px;
  margin-left: -80px;
  color: #151f21;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-553 #offres .owl-prev:hover span {
  color: #d3a571;
}
body.page-id-553 #offres .owl-next {
  float: right;
}
body.page-id-553 #offres .owl-next span {
  font-size: 50px;
  margin-right: -80px;
  color: #151f21;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-553 #offres .owl-next:hover span {
  color: #d3a571;
}
body.page-id-553 #offres .spontanner {
  display: block;
  margin: 45px auto 4rem;
  background-color: #151f21;
  color: #fde9da;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px 25px 10px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-553 #offres .spontanner:hover {
  background-color: #d0b59b;
  color: #fefefe;
}
body.page-id-553 #offres .spontanner:focus {
  outline: none;
}
body.page-id-553 .offre {
  border: 1px solid rgba(0,0,0,0.1);
  margin: 0 0 1rem;
  padding: 0;
}
body.page-id-553 .offre .block-offre {
  padding: 50px 40px 40px;
}
body.page-id-553 .offre h3 {
  background-color: #fefefe;
  padding: 12px 25px;
  position: absolute;
  bottom: 100%;
  transform: translateY(50%);
  margin: 0 auto;
  left: 0;
  right: 0;
  font-size: 30px;
  width: max-content;
}
body.page-id-553 .offre p {
  font-size: 16px;
}
body.page-id-553 .offre ul {
  font-size: 16px;
}
body.page-id-553 .offre .postuler {
  display: block;
  margin: 45px auto 0;
  background-color: #fde9da;
  color: #d0b59b;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px 25px 10px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-553 .offre .postuler:hover {
  background-color: #d0b59b;
  color: #fefefe;
}
body.page-id-553 .offre .postuler:focus {
  outline: none;
}
body.page-id-18 #presentation,
body.page-id-553 #presentation {
  margin: 4rem 0;
}
body.page-id-18 #presentation #accroche p,
body.page-id-553 #presentation #accroche p {
  font-size: 1.1rem;
  line-height: 1.4;
}
body.page-id-18 #les-services,
body.page-id-553 #les-services {
  margin: 5rem 0;
}
body.page-id-18 #les-services.container-fluid,
body.page-id-553 #les-services.container-fluid {
  padding: 0 8rem;
}
@media (min-width: 1200px) and (max-width: 1499.98px) {
  body.page-id-18 #les-services.container-fluid,
  body.page-id-553 #les-services.container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-18 #les-services.container-fluid,
  body.page-id-553 #les-services.container-fluid {
    padding: 0;
  }
}
body.page-id-18 #les-services .services-ancien .service-item,
body.page-id-18 #les-services .services-neuf .service-item,
body.page-id-553 #les-services .services-ancien .service-item,
body.page-id-553 #les-services .services-neuf .service-item {
  display: block;
  margin: 0 auto;
  text-decoration: none;
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
}
body.page-id-18 #les-services .services-ancien .service-item .image-service,
body.page-id-18 #les-services .services-neuf .service-item .image-service,
body.page-id-553 #les-services .services-ancien .service-item .image-service,
body.page-id-553 #les-services .services-neuf .service-item .image-service {
  width: 372px;
  height: 372px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 1250px) and (max-width: 1399.98px) {
  body.page-id-18 #les-services .services-ancien .service-item .image-service,
  body.page-id-18 #les-services .services-neuf .service-item .image-service,
  body.page-id-553 #les-services .services-ancien .service-item .image-service,
  body.page-id-553 #les-services .services-neuf .service-item .image-service {
    width: 322px;
    height: 322px;
  }
}
@media (min-width: 1200px) and (max-width: 1249.98px) {
  body.page-id-18 #les-services .services-ancien .service-item .image-service,
  body.page-id-18 #les-services .services-neuf .service-item .image-service,
  body.page-id-553 #les-services .services-ancien .service-item .image-service,
  body.page-id-553 #les-services .services-neuf .service-item .image-service {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-18 #les-services .services-ancien .service-item .image-service,
  body.page-id-18 #les-services .services-neuf .service-item .image-service,
  body.page-id-553 #les-services .services-ancien .service-item .image-service,
  body.page-id-553 #les-services .services-neuf .service-item .image-service {
    width: 262px;
    height: 262px;
  }
}
body.page-id-18 #les-services .services-ancien .service-item .image-service figure,
body.page-id-18 #les-services .services-neuf .service-item .image-service figure,
body.page-id-553 #les-services .services-ancien .service-item .image-service figure,
body.page-id-553 #les-services .services-neuf .service-item .image-service figure {
  width: 92%;
  height: 92%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-18 #les-services .services-ancien .service-item .image-service figure::before,
body.page-id-18 #les-services .services-neuf .service-item .image-service figure::before,
body.page-id-553 #les-services .services-ancien .service-item .image-service figure::before,
body.page-id-553 #les-services .services-neuf .service-item .image-service figure::before {
  content: "";
  position: absolute;
  background-color: #fde9da;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  border-radius: 50%;
}
body.page-id-18 #les-services .services-ancien .service-item .image-service figure::after,
body.page-id-18 #les-services .services-neuf .service-item .image-service figure::after,
body.page-id-553 #les-services .services-ancien .service-item .image-service figure::after,
body.page-id-553 #les-services .services-neuf .service-item .image-service figure::after {
  content: "En savoir plus";
  position: absolute;
  opacity: 0;
  left: 50%;
  top: -100%;
  width: 100%;
  transform: translate(-50%,-50%);
  height: 30px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fefefe;
  font-weight: 300;
  letter-spacing: 4px;
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
}
body.page-id-18 #les-services .services-ancien .service-item .titre-service,
body.page-id-18 #les-services .services-neuf .service-item .titre-service,
body.page-id-553 #les-services .services-ancien .service-item .titre-service,
body.page-id-553 #les-services .services-neuf .service-item .titre-service {
  text-transform: uppercase;
  font-weight: 600;
  color: #151f21;
  font-size: 1.2rem;
  letter-spacing: 2px;
  margin-top: 1.5rem;
  border: solid 1px #9d9d9c;
  padding: .5rem 1rem;
  display: inline-block;
}
body.page-id-18 #les-services .services-ancien .service-item:hover,
body.page-id-18 #les-services .services-neuf .service-item:hover,
body.page-id-553 #les-services .services-ancien .service-item:hover,
body.page-id-553 #les-services .services-neuf .service-item:hover {
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
}
body.page-id-18 #les-services .services-ancien .service-item:hover figure,
body.page-id-18 #les-services .services-neuf .service-item:hover figure,
body.page-id-553 #les-services .services-ancien .service-item:hover figure,
body.page-id-553 #les-services .services-neuf .service-item:hover figure {
  width: 82%;
  height: 82%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-18 #les-services .services-ancien .service-item:hover figure::before,
body.page-id-18 #les-services .services-neuf .service-item:hover figure::before,
body.page-id-553 #les-services .services-ancien .service-item:hover figure::before,
body.page-id-553 #les-services .services-neuf .service-item:hover figure::before {
  opacity: .9;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-18 #les-services .services-ancien .service-item:hover figure::after,
body.page-id-18 #les-services .services-neuf .service-item:hover figure::after,
body.page-id-553 #les-services .services-ancien .service-item:hover figure::after,
body.page-id-553 #les-services .services-neuf .service-item:hover figure::after {
  top: 50%;
  opacity: 1;
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
}
body.page-id-18 #les-services .services-ancien,
body.page-id-553 #les-services .services-ancien {
  margin-bottom: 5rem;
}
body.page-id-18 #les-services .services-ancien .image-service,
body.page-id-553 #les-services .services-ancien .image-service {
  background-color: #fde9da;
  background-image: url('../img/fond-service-ancien.png');
}
body.page-id-18 #les-services .services-neuf .image-service,
body.page-id-553 #les-services .services-neuf .image-service {
  background-color: #151f21;
  background-image: url('../img/fond-service-neuf.png');
}
body.page-id-18 #les-services .services-neuf .image-service figure::before,
body.page-id-553 #les-services .services-neuf .image-service figure::before {
  background-color: #151f21 !important;
}
body.page-id-18 #instagram .titre,
body.page-id-553 #instagram .titre {
  margin-bottom: 3rem;
  position: relative;
}
body.page-id-18 #instagram .titre h2,
body.page-id-553 #instagram .titre h2 {
  position: relative;
  color: #151f21;
  font-family: 'Orator Std';
  font-weight: 500;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: .5rem;
  display: inline-block;
  z-index: 1;
  border-right: 10px solid #fefefe;
}
body.page-id-18 #instagram .titre h2::before,
body.page-id-553 #instagram .titre h2::before {
  content: "";
  position: absolute;
  background-color: #fde9da;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: .4rem;
  z-index: -1;
}
body.page-id-18 #instagram .titre:after,
body.page-id-553 #instagram .titre:after {
  content: "";
  display: block;
  height: 1px;
  background: #fde9da;
  width: 100%;
  position: absolute;
  top: 12px;
  right: 0;
}
body.page-id-270 #presentation-wrapper {
  padding-bottom: 0;
}
body.page-id-270 #presentation-wrapper #presentation {
  margin: 2rem 0;
}
body.page-id-270 #presentation-wrapper #presentation #accroche p {
  font-size: 1.1rem;
  line-height: 1.4;
}
body.page-id-270 #forfait .forfait-wrapper {
  background-color: #fefefe;
  border: 1px solid #151f21;
  padding: 2rem 1rem;
}
body.page-id-270 #forfait .forfait-wrapper .prix-forfait {
  color: #151f21;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-family: 'Josefin Sans', sans-serif;
}
body.page-id-270 #forfait .forfait-wrapper .infos-sup-forfait {
  color: #151f21;
  font-size: .8rem;
  letter-spacing: 2px;
}
body.page-id-272 #presentation-wrapper {
  padding-bottom: 0;
}
body.page-id-272 #presentation-wrapper #presentation {
  position: relative;
  margin: 2rem 0 2.5rem;
  padding-bottom: 1.5rem;
}
body.page-id-272 #presentation-wrapper #presentation:after {
  content: "";
  background-color: #fde9da;
  position: absolute;
  width: 50px;
  height: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
body.page-id-272 #presentation-wrapper #presentation #accroche p {
  font-size: 1.1rem;
  line-height: 1.4;
}
body.page-id-272 #solutions {
  margin-bottom: 5rem;
  margin-top: -0.6rem;
}
body.page-id-272 #solutions .solution-wrapper .solution:nth-child(2) .inner {
  background-color: #151f21;
  background-image: url('../img/fond-formulaire-immo-neuf.png');
}
body.page-id-272 #solutions .solution-wrapper .solution .nom-solution {
  font-size: 1.7rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: 'Josefin Sans', sans-serif;
  text-align: center;
  margin-top: 1rem;
  color: #e7c9ac;
}
body.page-id-272 #solutions .solution-wrapper .solution .description-solution {
  font-size: 1rem;
  text-align: center;
  margin: .8rem 0 2rem;
}
body.page-id-272 #solutions .solution-wrapper .solution .inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #151f21;
  width: 100%;
  padding: 3rem;
  position: relative;
  z-index: 0;
  margin-bottom: 2.5rem;
}
body.page-id-272 #solutions .solution-wrapper .solution .inner::before {
  content: "";
  position: absolute;
  width: 96%;
  height: 92%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
body.page-id-272 #solutions .solution-wrapper .solution .inner .realisation h2,
body.page-id-272 #solutions .solution-wrapper .solution .inner .cote-client h2 {
  text-align: center;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2rem;
  font-family: 'Josefin Sans', sans-serif;
}
body.page-id-272 #solutions .solution-wrapper .solution .inner .realisation .element ul,
body.page-id-272 #solutions .solution-wrapper .solution .inner .cote-client .element ul {
  padding-left: 1rem;
}
body.page-id-272 #solutions .solution-wrapper .solution .inner .realisation .element ul li,
body.page-id-272 #solutions .solution-wrapper .solution .inner .cote-client .element ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: .5rem;
}
body.page-id-272 #solutions .solution-wrapper .solution .inner .realisation .element ul li::before,
body.page-id-272 #solutions .solution-wrapper .solution .inner .cote-client .element ul li::before {
  content: "";
  position: absolute;
  background-color: #e7c9ac;
  left: -15px;
  top: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
body.page-id-272 #solutions .solution-wrapper .solution .inner .forfait {
  background-color: #fde9da;
  padding: 2rem .5rem;
}
body.page-id-272 #solutions .solution-wrapper .solution .inner .forfait .prix-forfait {
  color: #151f21;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: .5rem;
  font-family: 'Josefin Sans', sans-serif;
  text-align: center;
}
body.page-id-272 #solutions .solution-wrapper .solution .inner .forfait .infos-sup-forfait {
  color: #151f21;
  font-size: .8rem;
  letter-spacing: 2px;
  text-align: center;
}
body.page-id-272 #solutions .solution-wrapper .solution .inner-2 {
  background-color: #fef2e9;
  border: 0;
  margin-bottom: 2.5rem;
}
body.page-id-272 #solutions .solution-wrapper .solution .inner-2:before {
  background-color: #fef2e9;
}
body.page-id-272 #solutions .solution-wrapper .solution .inner-2 .realisation .element ul li::before,
body.page-id-272 #solutions .solution-wrapper .solution .inner-2 .cote-client .element ul li::before {
  background-color: #151f21;
}
body.page-id-272 #solutions .solution-wrapper .solution .inner-2 .cote-client {
  border: 0;
  padding: 0;
  margin: 0;
}
body.page-id-273 #presentation-wrapper {
  padding-bottom: 0;
}
body.page-id-273 #presentation-wrapper #presentation {
  position: relative;
  margin: 2rem 0 2.5rem;
  padding-bottom: 1rem;
}
body.page-id-273 #presentation-wrapper #presentation:after {
  content: "";
  background-color: #fde9da;
  position: absolute;
  width: 50px;
  height: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
body.page-id-273 #presentation-wrapper #presentation #accroche p {
  font-size: 1.1rem;
  line-height: 1.4;
}
body.page-id-273 #solutions {
  margin-bottom: 5rem;
}
body.page-id-273 #solutions .solution-wrapper .solution .inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #151f21;
  width: 100%;
  padding: 3rem;
  position: relative;
  z-index: 0;
  margin-bottom: 2.5rem;
}
body.page-id-273 #solutions .solution-wrapper .solution .inner::before {
  content: "";
  position: absolute;
  width: 96%;
  height: 92%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
body.page-id-273 #solutions .solution-wrapper .solution .inner .realisation h2,
body.page-id-273 #solutions .solution-wrapper .solution .inner .cote-client h2 {
  text-align: center;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2rem;
  font-family: 'Josefin Sans', sans-serif;
}
body.page-id-273 #solutions .solution-wrapper .solution .inner .realisation .element,
body.page-id-273 #solutions .solution-wrapper .solution .inner .cote-client .element {
  margin-bottom: 2.4rem;
}
body.page-id-273 #solutions .solution-wrapper .solution .inner .realisation .element ul,
body.page-id-273 #solutions .solution-wrapper .solution .inner .cote-client .element ul {
  padding-left: 1rem;
}
body.page-id-273 #solutions .solution-wrapper .solution .inner .realisation .element ul li,
body.page-id-273 #solutions .solution-wrapper .solution .inner .cote-client .element ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: .5rem;
}
body.page-id-273 #solutions .solution-wrapper .solution .inner .realisation .element ul li::before,
body.page-id-273 #solutions .solution-wrapper .solution .inner .cote-client .element ul li::before {
  content: "";
  position: absolute;
  background-color: #e7c9ac;
  left: -15px;
  top: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
body.page-id-273 #solutions .solution-wrapper .solution .inner .realisation .honoraire,
body.page-id-273 #solutions .solution-wrapper .solution .inner .cote-client .honoraire {
  background-color: #f8f8f8;
  padding: 2rem .5rem;
}
body.page-id-273 #solutions .solution-wrapper .solution .inner .realisation .honoraire ul,
body.page-id-273 #solutions .solution-wrapper .solution .inner .cote-client .honoraire ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
body.page-id-273 #solutions .solution-wrapper .solution .inner .realisation .honoraire ul li,
body.page-id-273 #solutions .solution-wrapper .solution .inner .cote-client .honoraire ul li {
  font-weight: 500;
  color: #151f21;
  font-size: .8rem;
  letter-spacing: 1px;
  text-align: center;
}
body.page-id-273 #solutions .solution-wrapper .solution .inner-2 {
  background-color: #fef2e9;
  border: 0;
  margin-bottom: 2.5rem;
}
body.page-id-273 #solutions .solution-wrapper .solution .inner-2:before {
  background-color: #fef2e9;
}
body.page-id-273 #solutions .solution-wrapper .solution .inner-2 .honoraire {
  background-color: #fde9da !important;
  padding: 2rem .5rem;
}
body.page-id-273 #solutions .solution-wrapper .solution .inner-2 .honoraire ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
body.page-id-273 #solutions .solution-wrapper .solution .inner-2 .honoraire ul li {
  font-weight: 500;
  color: #151f21;
  font-size: .8rem;
  letter-spacing: 1px;
  text-align: center;
}
body.page-id-273 #solutions .solution-wrapper .solution .inner-2 .realisation .element ul li::before,
body.page-id-273 #solutions .solution-wrapper .solution .inner-2 .cote-client .element ul li::before {
  background-color: #151f21;
}
body.page-id-273 #solutions .solution-wrapper .solution .inner-2 .cote-client {
  border: 0;
  padding: 0;
  margin: 0;
}
body.page-id-274 #presentation-wrapper {
  padding-bottom: 0;
}
body.page-id-274 #presentation-wrapper #presentation {
  position: relative;
  margin: 2rem 0 2.5rem;
  padding-bottom: 1rem;
}
body.page-id-274 #presentation-wrapper #presentation:after {
  content: "";
  background-color: #e2e2d9;
  position: absolute;
  width: 50px;
  height: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
body.page-id-274 #presentation-wrapper #presentation #accroche p {
  font-size: 1.1rem;
  line-height: 1.4;
}
body.page-id-274 #solutions {
  margin-bottom: 1rem;
}
body.page-id-274 #solutions .solution-wrapper .solution .inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #151f21;
  width: 100%;
  padding: 3rem;
  position: relative;
  z-index: 0;
  margin-bottom: 2.5rem;
}
body.page-id-274 #solutions .solution-wrapper .solution .inner::before {
  content: "";
  position: absolute;
  width: 96%;
  height: 92%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
body.page-id-274 #solutions .solution-wrapper .solution .inner .realisation {
  margin-bottom: -15px;
}
body.page-id-274 #solutions .solution-wrapper .solution .inner .realisation h2,
body.page-id-274 #solutions .solution-wrapper .solution .inner .realisation .nom-offre,
body.page-id-274 #solutions .solution-wrapper .solution .inner .offre h2,
body.page-id-274 #solutions .solution-wrapper .solution .inner .offre .nom-offre {
  text-align: center;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2rem;
  font-family: 'Josefin Sans', sans-serif;
}
body.page-id-274 #solutions .solution-wrapper .solution .inner .realisation .description-offre,
body.page-id-274 #solutions .solution-wrapper .solution .inner .offre .description-offre {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
body.page-id-274 #solutions .solution-wrapper .solution .inner .realisation .element ul,
body.page-id-274 #solutions .solution-wrapper .solution .inner .offre .element ul {
  padding-left: 1rem;
}
body.page-id-274 #solutions .solution-wrapper .solution .inner .realisation .element ul li,
body.page-id-274 #solutions .solution-wrapper .solution .inner .offre .element ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: .5rem;
}
body.page-id-274 #solutions .solution-wrapper .solution .inner .realisation .element ul li::before,
body.page-id-274 #solutions .solution-wrapper .solution .inner .offre .element ul li::before {
  content: "";
  position: absolute;
  background-color: #e2e2d9;
  left: -15px;
  top: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
body.page-id-274 #solutions .solution-wrapper .solution .inner-2 {
  background-color: #efefea;
  border: 0;
  margin-bottom: 0;
}
body.page-id-274 #solutions .solution-wrapper .solution .inner-2:before {
  background-color: #efefea;
}
body.page-id-274 #solutions .solution-wrapper .solution .inner-2 .realisation .element ul li::before,
body.page-id-274 #solutions .solution-wrapper .solution .inner-2 .offre .element ul li::before {
  background-color: #151f21;
}
body.page-id-274 #solutions .solution-wrapper .solution .inner-2 .offre {
  border: 0;
  padding: 0;
  margin: 0;
  margin-bottom: -15px;
}
body.page-id-275 #presentation-wrapper {
  padding-bottom: 0;
}
body.page-id-275 #presentation-wrapper #presentation {
  position: relative;
  margin: 2rem 0 2.5rem;
  padding-bottom: 1rem;
}
body.page-id-275 #presentation-wrapper #presentation:after {
  content: "";
  background-color: #e2e2d9;
  position: absolute;
  width: 50px;
  height: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
body.page-id-275 #presentation-wrapper #presentation #accroche p {
  font-size: 1.1rem;
  line-height: 1.4;
}
body.page-id-275 #solutions {
  margin-bottom: 1rem;
}
body.page-id-275 #solutions .solution-wrapper .solution .inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #151f21;
  width: 100%;
  padding: 3rem;
  position: relative;
  z-index: 0;
  margin-bottom: 2.5rem;
}
body.page-id-275 #solutions .solution-wrapper .solution .inner::before {
  content: "";
  position: absolute;
  width: 96%;
  height: 92%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
body.page-id-275 #solutions .solution-wrapper .solution .inner .realisation {
  margin-bottom: -15px;
}
body.page-id-275 #solutions .solution-wrapper .solution .inner .realisation h2,
body.page-id-275 #solutions .solution-wrapper .solution .inner .module h2 {
  text-align: center;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2rem;
  font-family: 'Josefin Sans', sans-serif;
}
body.page-id-275 #solutions .solution-wrapper .solution .inner .realisation .element ul,
body.page-id-275 #solutions .solution-wrapper .solution .inner .module .element ul {
  padding-left: 1rem;
}
body.page-id-275 #solutions .solution-wrapper .solution .inner .realisation .element ul li,
body.page-id-275 #solutions .solution-wrapper .solution .inner .module .element ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: .5rem;
}
body.page-id-275 #solutions .solution-wrapper .solution .inner .realisation .element ul li::before,
body.page-id-275 #solutions .solution-wrapper .solution .inner .module .element ul li::before {
  content: "";
  position: absolute;
  background-color: #e2e2d9;
  left: -15px;
  top: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
body.page-id-275 #solutions .solution-wrapper .solution .inner .infos-mandat {
  background-color: #e2e2d9;
  padding: 2rem .5rem;
  font-weight: 500;
  color: #151f21;
  font-size: .8rem;
  letter-spacing: 1px;
  text-align: center;
}
body.page-id-275 #solutions .solution-wrapper .solution .inner-2 {
  background-color: #efefea;
  border: 0;
  margin-bottom: 0;
}
body.page-id-275 #solutions .solution-wrapper .solution .inner-2:before {
  background-color: #efefea;
}
body.page-id-275 #solutions .solution-wrapper .solution .inner-2 .module {
  border: 0;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
}
body.page-id-275 #solutions .solution-wrapper .solution .inner-2 .realisation .element ul li::before,
body.page-id-275 #solutions .solution-wrapper .solution .inner-2 .module .element ul li::before {
  background-color: #151f21;
}
body.page-id-275 #solutions .solution-wrapper .solution .inner-2 .offre {
  border: 0;
  padding: 0;
  margin: 0;
  margin-bottom: -15px;
}
.link-insta-widget {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.link-insta-widget div {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: transparent;
}
body.page-id-367 #presentation,
body.page-id-545 #presentation {
  margin: 2rem 0;
}
body.page-id-367 #presentation #accroche p,
body.page-id-545 #presentation #accroche p {
  font-size: 1.1rem;
  line-height: 1.4;
}
body.page-id-367 #service .services-agence .inner-service .service-item,
body.page-id-545 #service .services-agence .inner-service .service-item {
  display: block;
  margin: 0 auto;
  text-decoration: none;
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
}
body.page-id-367 #service .services-agence .inner-service .service-item .image-service,
body.page-id-545 #service .services-agence .inner-service .service-item .image-service {
  width: 290px;
  height: 290px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  background-color: #151f21;
  background-image: url('../img/fond-service-neuf.png');
}
@media (min-width: 1250px) and (max-width: 1399.98px) {
  body.page-id-367 #service .services-agence .inner-service .service-item .image-service,
  body.page-id-545 #service .services-agence .inner-service .service-item .image-service {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1200px) and (max-width: 1249.98px) {
  body.page-id-367 #service .services-agence .inner-service .service-item .image-service,
  body.page-id-545 #service .services-agence .inner-service .service-item .image-service {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-367 #service .services-agence .inner-service .service-item .image-service,
  body.page-id-545 #service .services-agence .inner-service .service-item .image-service {
    width: 262px;
    height: 262px;
  }
}
body.page-id-367 #service .services-agence .inner-service .service-item .image-service figure,
body.page-id-545 #service .services-agence .inner-service .service-item .image-service figure {
  width: 92%;
  height: 92%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-367 #service .services-agence .inner-service .service-item .titre-service,
body.page-id-545 #service .services-agence .inner-service .service-item .titre-service {
  text-transform: uppercase;
  font-weight: 600;
  color: #151f21;
  font-size: 1.2rem;
  letter-spacing: 2px;
  margin-top: 1.5rem;
  border: solid 1px #9d9d9c;
  padding: .5rem 1rem;
  display: inline-block;
  margin-bottom: 1rem;
  max-width: 280px;
}
body.page-id-367 #service .services-agence .inner-service .service-item .description,
body.page-id-545 #service .services-agence .inner-service .service-item .description {
  margin-top: .5rem;
  text-align: justify;
}
body.page-id-367 #service .services-agence .inner-service .service-item .description p,
body.page-id-545 #service .services-agence .inner-service .service-item .description p {
  font-size: .9rem;
  line-height: 1.4;
}
body.page-id-367 #instagram .titre,
body.page-id-545 #instagram .titre {
  margin-bottom: 3rem;
  position: relative;
}
body.page-id-367 #instagram .titre h2,
body.page-id-545 #instagram .titre h2 {
  position: relative;
  color: #151f21;
  font-family: 'Orator Std';
  font-weight: 500;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: .5rem;
  display: inline-block;
  z-index: 1;
  border-right: 10px solid #fefefe;
}
body.page-id-367 #instagram .titre h2::before,
body.page-id-545 #instagram .titre h2::before {
  content: "";
  position: absolute;
  background-color: #fde9da;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: .4rem;
  z-index: -1;
}
body.page-id-367 #instagram .titre:after,
body.page-id-545 #instagram .titre:after {
  content: "";
  display: block;
  height: 1px;
  background: #fde9da;
  width: 100%;
  position: absolute;
  top: 12px;
  right: 0;
}
body.page-id-271 #presentation {
  margin: 4rem 0;
}
body.page-id-271 #presentation #accroche p {
  font-size: 1.1rem;
  line-height: 1.4;
}
body.page-id-271 #service-wrapper #les-avantages.container-fluid {
  padding: 0 10rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-271 #service-wrapper #les-avantages.container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  body.page-id-271 #service-wrapper #les-avantages.container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 1400px) and (max-width: 1499.98px) {
  body.page-id-271 #service-wrapper #les-avantages.container-fluid {
    padding: 0 4rem;
  }
}
body.page-id-271 #service-wrapper #les-avantages #avantages {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
body.page-id-271 #service-wrapper #les-avantages #avantages .avantage-item {
  max-width: 15%;
  flex-basis: 15%;
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  body.page-id-271 #service-wrapper #les-avantages #avantages .avantage-item {
    max-width: 17%;
    flex-basis: 17%;
  }
}
body.page-id-271 #service-wrapper #les-avantages #avantages .avantage-item img {
  margin-bottom: .5rem;
}
body.page-id-271 #service-wrapper #les-avantages #avantages .avantage-item h4 {
  color: #626262;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .9rem;
  font-weight: 400;
}
body.page-id-271 #les-etapes {
  position: relative;
  margin-top: 20rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-271 #les-etapes {
    margin-top: 2rem;
  }
}
body.page-id-271 #les-etapes::before {
  content: "";
  position: absolute;
  left: 0;
  top: -5rem;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-image: url('../img/bg-etape-green.png');
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  body.page-id-271 #les-etapes::before {
    height: 70%;
  }
}
@media (min-width: 1100px) and (max-width: 1199.98px) {
  body.page-id-271 #les-etapes::before {
    height: 82%;
  }
}
@media (min-width: 992px) and (max-width: 1099.98px) {
  body.page-id-271 #les-etapes::before {
    height: 80%;
  }
}
body.page-id-271 #les-etapes.container-fluid {
  padding: 0 14rem;
}
@media (min-width: 1500px) and (max-width: 1599.98px) {
  body.page-id-271 #les-etapes.container-fluid {
    padding: 0 10rem;
  }
}
@media (min-width: 1400px) and (max-width: 1499.98px) {
  body.page-id-271 #les-etapes.container-fluid {
    padding: 0 8rem;
  }
}
@media (min-width: 1300px) and (max-width: 1399.98px) {
  body.page-id-271 #les-etapes.container-fluid {
    padding: 0 6rem;
  }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  body.page-id-271 #les-etapes.container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-271 #les-etapes.container-fluid {
    padding: 0 1rem;
  }
}
body.page-id-271 #les-etapes #premiere-etape .etape-item:nth-child(1) {
  margin-top: -20rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-271 #les-etapes #premiere-etape .etape-item:nth-child(1) {
    margin-top: 0;
  }
}
body.page-id-271 #les-etapes #premiere-etape .etape-item:nth-child(2) {
  margin-top: -14rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-271 #les-etapes #premiere-etape .etape-item:nth-child(2) {
    margin-top: 0;
  }
}
body.page-id-271 #les-etapes #premiere-etape .etape-item:nth-child(3) {
  margin-top: -8rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-271 #les-etapes #premiere-etape .etape-item:nth-child(3) {
    margin-top: 0;
  }
}
body.page-id-271 #les-etapes #deuxieme-etape .etape-item:nth-child(1) {
  margin-top: 15rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-271 #les-etapes #deuxieme-etape .etape-item:nth-child(1) {
    margin-top: 0;
  }
}
body.page-id-271 #les-etapes #deuxieme-etape .etape-item:nth-child(2) {
  margin-top: 4rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-271 #les-etapes #deuxieme-etape .etape-item:nth-child(2) {
    margin-top: 0;
  }
}
body.page-id-271 #les-etapes #troisieme-etape .etape-item:nth-child(1) {
  margin-top: 10rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-271 #les-etapes #troisieme-etape .etape-item:nth-child(1) {
    margin-top: 0;
  }
}
body.page-id-271 #les-etapes #troisieme-etape .etape-item:nth-child(2) {
  margin-top: 25rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-271 #les-etapes #troisieme-etape .etape-item:nth-child(2) {
    margin-top: 0;
  }
}
body.page-id-271 #les-etapes #troisieme-etape .etape-item:nth-child(3) {
  margin-top: 28rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-271 #les-etapes #troisieme-etape .etape-item:nth-child(3) {
    margin-top: 0;
  }
}
body.page-id-271 #les-etapes #premiere-etape .wrapper,
body.page-id-271 #les-etapes #deuxieme-etape .wrapper,
body.page-id-271 #les-etapes #troisieme-etape .wrapper {
  margin-bottom: 2rem;
}
body.page-id-271 #les-etapes #premiere-etape .wrapper .etape-item .inner,
body.page-id-271 #les-etapes #deuxieme-etape .wrapper .etape-item .inner,
body.page-id-271 #les-etapes #troisieme-etape .wrapper .etape-item .inner {
  border: solid 1px #9d9d9c;
  background-color: #fefefe;
}
body.page-id-271 #les-etapes #premiere-etape .wrapper .etape-item .inner .top-etape,
body.page-id-271 #les-etapes #deuxieme-etape .wrapper .etape-item .inner .top-etape,
body.page-id-271 #les-etapes #troisieme-etape .wrapper .etape-item .inner .top-etape {
  padding: 2rem 3rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-271 #les-etapes #premiere-etape .wrapper .etape-item .inner .top-etape,
  body.page-id-271 #les-etapes #deuxieme-etape .wrapper .etape-item .inner .top-etape,
  body.page-id-271 #les-etapes #troisieme-etape .wrapper .etape-item .inner .top-etape {
    padding: 1.5rem;
  }
}
body.page-id-271 #les-etapes #premiere-etape .wrapper .etape-item .inner .top-etape h4,
body.page-id-271 #les-etapes #deuxieme-etape .wrapper .etape-item .inner .top-etape h4,
body.page-id-271 #les-etapes #troisieme-etape .wrapper .etape-item .inner .top-etape h4 {
  text-transform: uppercase;
  color: #9d9d9c;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 2px;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: solid 2px #d68f7b;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-271 #les-etapes #premiere-etape .wrapper .etape-item .inner .top-etape h4,
  body.page-id-271 #les-etapes #deuxieme-etape .wrapper .etape-item .inner .top-etape h4,
  body.page-id-271 #les-etapes #troisieme-etape .wrapper .etape-item .inner .top-etape h4 {
    font-size: 1.1rem;
  }
}
body.page-id-271 #les-etapes #premiere-etape .wrapper .etape-item .inner .top-etape h4 .number,
body.page-id-271 #les-etapes #deuxieme-etape .wrapper .etape-item .inner .top-etape h4 .number,
body.page-id-271 #les-etapes #troisieme-etape .wrapper .etape-item .inner .top-etape h4 .number {
  display: inline-block;
  color: #d68f7b;
  font-size: 2rem;
  padding: 0;
}
body.page-id-271 #les-etapes #premiere-etape .wrapper .etape-item .inner .top-etape h4 .title,
body.page-id-271 #les-etapes #deuxieme-etape .wrapper .etape-item .inner .top-etape h4 .title,
body.page-id-271 #les-etapes #troisieme-etape .wrapper .etape-item .inner .top-etape h4 .title {
  display: inline-block;
}
body.page-id-271 #les-etapes #premiere-etape .wrapper .etape-item .inner .top-etape h5,
body.page-id-271 #les-etapes #deuxieme-etape .wrapper .etape-item .inner .top-etape h5,
body.page-id-271 #les-etapes #troisieme-etape .wrapper .etape-item .inner .top-etape h5 {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 2rem;
}
body.page-id-271 #les-etapes #premiere-etape .wrapper .etape-item .inner .top-etape .etape,
body.page-id-271 #les-etapes #deuxieme-etape .wrapper .etape-item .inner .top-etape .etape,
body.page-id-271 #les-etapes #troisieme-etape .wrapper .etape-item .inner .top-etape .etape {
  margin-top: 1.5rem;
}
body.page-id-271 #les-etapes #premiere-etape .wrapper .etape-item .inner .top-etape .etape ul,
body.page-id-271 #les-etapes #deuxieme-etape .wrapper .etape-item .inner .top-etape .etape ul,
body.page-id-271 #les-etapes #troisieme-etape .wrapper .etape-item .inner .top-etape .etape ul {
  padding-left: 1rem;
}
body.page-id-271 #les-etapes #premiere-etape .wrapper .etape-item .inner .top-etape .etape ul li,
body.page-id-271 #les-etapes #deuxieme-etape .wrapper .etape-item .inner .top-etape .etape ul li,
body.page-id-271 #les-etapes #troisieme-etape .wrapper .etape-item .inner .top-etape .etape ul li {
  margin-bottom: .5rem;
}
body.page-id-271 #les-etapes #premiere-etape .wrapper .etape-item .inner .bg-bottom,
body.page-id-271 #les-etapes #deuxieme-etape .wrapper .etape-item .inner .bg-bottom,
body.page-id-271 #les-etapes #troisieme-etape .wrapper .etape-item .inner .bg-bottom {
  height: 85px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/bg-etape-neuf.png');
}
#temoignage {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
#temoignage .titre {
  margin-bottom: 3rem;
  position: relative;
}
#temoignage .titre h2 {
  position: relative;
  color: #151f21;
  font-family: 'Orator Std';
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
  display: inline-block;
  z-index: 1;
  border-right: 10px solid #fefefe;
}
#temoignage .titre h2::before {
  content: "";
  position: absolute;
  background-color: #fbdbce;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: .4rem;
  z-index: -1;
}
#temoignage .titre:after {
  content: "";
  display: block;
  height: 1px;
  background: #fbdbce;
  width: 100%;
  position: absolute;
  top: 12px;
  right: 0;
}
#temoignage #slider-avis .owl-stage-outer .owl-stage .owl-item .bloc-avis .photo {
  padding-right: 3rem;
  padding-left: 0;
}
#temoignage #slider-avis .owl-stage-outer .owl-stage .owl-item .bloc-avis .photo .inner {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#temoignage #slider-avis .owl-stage-outer .owl-stage .owl-item .bloc-avis .info-client {
  padding: 2rem;
  background-color: #f6f6f6;
}
#temoignage #slider-avis .owl-stage-outer .owl-stage .owl-item .bloc-avis .info-client .client .prenom,
#temoignage #slider-avis .owl-stage-outer .owl-stage .owl-item .bloc-avis .info-client .client .age {
  text-transform: uppercase;
  color: #d38673;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: right;
}
#temoignage #slider-avis .owl-stage-outer .owl-stage .owl-item .bloc-avis .info-client .client .prenom {
  margin-right: .5rem;
}
#temoignage #slider-avis .owl-stage-outer .owl-stage .owl-item .bloc-avis .info-client .titre {
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: right;
  margin: 1rem 0 1.5rem 0;
  position: relative;
}
#temoignage #slider-avis .owl-stage-outer .owl-stage .owl-item .bloc-avis .info-client .titre::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.7rem;
  background-color: #151f21;
  width: 15px;
  height: 1px;
}
#temoignage #slider-avis .owl-stage-outer .owl-stage .owl-item .bloc-avis .info-client .avis {
  text-align: justify;
  font-size: 1.05rem;
  margin-bottom: 10px;
}
#temoignage #slider-avis .owl-stage-outer .owl-stage .owl-item .bloc-avis .info-client .avis i.fas {
  font-size: 12px;
  position: relative;
  opacity: 0.5;
}
#temoignage #slider-avis > .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
#temoignage #slider-avis > .owl-nav .owl-prev {
  position: absolute;
  left: -30px;
  outline: none;
  border: none;
}
#temoignage #slider-avis > .owl-nav .owl-prev span {
  font-size: 3rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #9d9d9c;
  font-weight: 200;
  outline: none;
  border: none;
}
#temoignage #slider-avis > .owl-nav .owl-next {
  position: absolute;
  right: -30px;
  outline: none;
  border: none;
}
#temoignage #slider-avis > .owl-nav .owl-next span {
  outline: none;
  border: none;
  font-size: 3rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #9d9d9c;
  font-weight: 200;
}
#temoignage #slider-avis > .owl-nav:hover span,
#temoignage #slider-avis > .owl-nav:focus span {
  outline: none;
  border: none;
  color: #151f21;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.blog .main-actus .bloc-main-actus {
  position: relative;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.blog .main-actus .bloc-main-actus .inner {
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%);
  background-color: rgba(255,255,255,0.8);
  width: 40%;
  height: 90%;
  padding: 3rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.blog .main-actus .bloc-main-actus .inner {
    width: 45%;
    padding: 2rem;
  }
}
body.blog .main-actus .bloc-main-actus .inner .titre {
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 1.3;
}
body.blog .main-actus .bloc-main-actus .inner .date {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
body.blog .main-actus .bloc-main-actus .inner .texte p {
  text-align: justify;
  line-height: 1.4rem;
  font-size: 1.1rem;
}
body.blog .main-actus .bloc-main-actus .inner .btn-actus {
  display: inline-block;
  color: #151f21;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.1rem;
  padding: .5rem 1rem;
  border: solid 1px #151f21;
  text-decoration: none;
  margin-top: 1rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.blog .main-actus .bloc-main-actus .inner .btn-actus:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-color: #151f21;
  color: #fefefe;
}
body.blog #slider {
  background-color: #fefefe;
  padding: 2rem;
  margin-top: 3rem;
  margin-bottom: 4rem;
}
body.blog #slider #slider-actus {
  height: 12rem;
}
body.blog #slider #slider-actus >.owl-stage-outer {
  height: 100%;
}
body.blog #slider #slider-actus >.owl-stage-outer * {
  height: 100%;
}
body.blog #slider #slider-actus >.owl-stage-outer .owl-item {
  overflow: hidden;
  position: relative;
}
body.blog #slider #slider-actus >.owl-stage-outer .owl-item a {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 15px;
}
body.blog #slider #slider-actus >.owl-stage-outer .owl-item a .bandeau-date {
  background-color: rgba(255,255,255,0.8);
  left: 0;
  top: 0;
  transform: rotate(180deg);
  height: 100%;
  width: 2.5rem;
  position: absolute;
}
body.blog #slider #slider-actus >.owl-stage-outer .owl-item a .bandeau-date .date {
  color: #151f21;
  padding-top: .4rem;
  width: 110px;
  height: auto;
  font-size: 1.2rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-270deg);
  letter-spacing: 2px;
}
body.blog #slider #slider-actus >.owl-stage-outer .owl-item a .hover-actus {
  position: absolute;
  left: 0;
  top: -100%;
  background-color: rgba(21,31,33,0.9);
  width: 100%;
  height: 100%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.blog #slider #slider-actus >.owl-stage-outer .owl-item a .hover-actus .titre,
body.blog #slider #slider-actus >.owl-stage-outer .owl-item a .hover-actus .btn-more {
  height: auto;
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translate(-50%,-50%);
}
body.blog #slider #slider-actus >.owl-stage-outer .owl-item a .hover-actus .titre {
  font-size: 1.2rem;
  font-weight: 600;
  top: -150%;
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
  opacity: 0;
}
body.blog #slider #slider-actus >.owl-stage-outer .owl-item a .hover-actus .titre::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.5rem;
  height: 2px;
  width: 0;
  background-color: #fde9da;
  transition: all .8s ease-in-out !important;
  -webkit-transition: all .8s ease-in-out !important;
  -moz-transition: all .8s ease-in-out !important;
  -o-transition: all .8s ease-in-out !important;
}
body.blog #slider #slider-actus >.owl-stage-outer .owl-item a .hover-actus .btn-more {
  text-transform: uppercase;
  bottom: -150%;
  letter-spacing: 2px;
  transition: all .8s ease-in-out !important;
  -webkit-transition: all .8s ease-in-out !important;
  -moz-transition: all .8s ease-in-out !important;
  -o-transition: all .8s ease-in-out !important;
  opacity: 0;
}
body.blog #slider #slider-actus >.owl-stage-outer .owl-item a .hover-actus .btn-more:hover {
  color: #fefefe;
  transition: all .8s ease-in-out !important;
  -webkit-transition: all .8s ease-in-out !important;
  -moz-transition: all .8s ease-in-out !important;
  -o-transition: all .8s ease-in-out !important;
}
body.blog #slider #slider-actus >.owl-stage-outer .owl-item a:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.blog #slider #slider-actus >.owl-stage-outer .owl-item a:hover .hover-actus {
  top: 0;
}
body.blog #slider #slider-actus >.owl-stage-outer .owl-item a:hover .hover-actus .titre {
  top: 38%;
  opacity: 1;
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
}
body.blog #slider #slider-actus >.owl-stage-outer .owl-item a:hover .hover-actus .titre::before {
  width: 15px;
  transition: all .8s ease-in-out !important;
  -webkit-transition: all .8s ease-in-out !important;
  -moz-transition: all .8s ease-in-out !important;
  -o-transition: all .8s ease-in-out !important;
}
body.blog #slider #slider-actus >.owl-stage-outer .owl-item a:hover .hover-actus .btn-more {
  bottom: 35%;
  opacity: 1;
  transition: all .8s ease-in-out !important;
  -webkit-transition: all .8s ease-in-out !important;
  -moz-transition: all .8s ease-in-out !important;
  -o-transition: all .8s ease-in-out !important;
}
body.blog #slider #slider-actus > .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.blog #slider #slider-actus > .owl-nav .owl-prev {
  position: absolute;
  left: -30px;
  outline: none;
  border: none;
}
body.blog #slider #slider-actus > .owl-nav .owl-prev span {
  font-size: 3rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #9d9d9c;
  font-weight: 200;
  outline: none;
  border: none;
}
body.blog #slider #slider-actus > .owl-nav .owl-next {
  position: absolute;
  right: -30px;
  outline: none;
  border: none;
}
body.blog #slider #slider-actus > .owl-nav .owl-next span {
  outline: none;
  border: none;
  font-size: 3rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #9d9d9c;
  font-weight: 200;
}
body.blog #slider #slider-actus > .owl-nav:hover span,
body.blog #slider #slider-actus > .owl-nav:focus span {
  outline: none;
  border: none;
  color: #fde9da;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.blog #btn-reseau {
  margin-bottom: 3rem;
}
body.blog #btn-reseau .btn-actus .inner .texte {
  text-transform: uppercase;
  color: #151f21;
  font-size: 1rem;
  font-weight: 700;
  padding: 1rem 0;
  margin-right: .6rem;
  letter-spacing: 2px;
}
body.blog #btn-reseau .btn-actus .inner .picto-reseau a {
  color: #151f21;
  margin: 0 .3rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.blog #btn-reseau .btn-actus .inner .picto-reseau a i {
  font-size: 1rem;
}
body.blog #btn-reseau .btn-actus .inner .picto-reseau a:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #151f21;
}
.acces-formulaire,
.acces-tel,
.acces-newsletter {
  position: fixed;
  right: 0;
  background: #e2e2d9;
  color: #d3a571;
  font-family: 'oneo';
  font-weight: normal;
  font-style: normal;
  font-size: 2.5rem;
  width: 62px;
  height: 62px;
  text-align: center;
  line-height: 62px;
  text-decoration: none;
  cursor: pointer;
  z-index: 100;
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .acces-formulaire,
  .acces-tel,
  .acces-newsletter {
    font-size: 1.9rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.acces-formulaire a,
.acces-tel a,
.acces-newsletter a {
  position: absolute;
  right: -245px;
  top: 0;
  display: inline-block;
  height: 62px;
  width: 245px;
  font-size: 1rem;
  background-color: #ede0d8;
  color: #d3a571;
  text-decoration: none;
  font-family: 'Orator Std';
  font-weight: 500;
  padding: 0 .8rem;
  cursor: pointer;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .acces-formulaire a,
  .acces-tel a,
  .acces-newsletter a {
    height: 50px;
  }
}
.acces-formulaire:hover,
.acces-tel:hover,
.acces-newsletter:hover {
  background: #151f21;
  color: #d3a571;
}
.acces-formulaire:hover a,
.acces-tel:hover a,
.acces-newsletter:hover a {
  right: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.acces-formulaire:hover a:hover,
.acces-tel:hover a:hover,
.acces-newsletter:hover a:hover {
  background: #151f21;
  color: #d3a571;
}
.acces-formulaire {
  top: 215px;
}
.acces-tel {
  top: 150px;
}
.acces-newsletter {
  top: 280px;
}
.nf-form-fields-required {
  text-align: center;
  color: #fefefe;
}
.nf-form-content input:not([type=button]),
.nf-form-content textarea {
  background: #c0c3c3 !important;
  color: #151f21 !important;
}
.nf-form-content input[type=button] {
  background: #c0c3c3 !important;
  color: #151f21 !important;
  margin: auto;
  padding: 15px 30px;
  text-transform: uppercase;
  display: inherit;
}
.nf-form-content input[type=button]:hover {
  background: #fde9da !important;
  cursor: pointer;
}
.header-banner {
  height: 10rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main-content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.oneo-btn {
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.4);
  color: #c0c3c3;
  text-decoration: none;
  padding: 1rem 3rem;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}
.oneo-btn:before,
.oneo-btn:after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
.draw:before,
.draw:after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
}
.draw:before {
  top: 0;
  left: 0;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}
.draw:after {
  bottom: 0;
  right: 0;
}
.draw:hover {
  color: #151f21 !important;
}
.draw:hover:before,
.draw:hover:after {
  width: 100%;
  height: 100%;
}
.draw:hover:before {
  border-top-color: #151f21;
  border-right-color: #151f21;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}
.draw:hover:after {
  border-bottom-color: #151f21;
  border-left-color: #151f21;
  transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
}
body.page-id-39 .main-content {
  padding-bottom: 0;
}
body.page-id-39 .main-content h1 {
  text-transform: uppercase;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  line-height: 1.4;
}
body.page-id-39 .main-content p {
  font-size: 1.1rem;
  line-height: 1.4;
}
body.page-id-39 #neuf-menu-navigation #neuf-menu-presentation {
  padding-left: 0;
}
body.page-id-39 #neuf-menu-navigation #neuf-menu-presentation::before {
  left: 9% !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-39 #neuf-menu-navigation #neuf-menu-presentation::before {
    left: 9% !important;
  }
}
body.page-id-39 #neuf-avantages-wrapper {
  padding: 3rem 10rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-39 #neuf-avantages-wrapper {
    padding: 3rem 2rem !important;
  }
}
body.page-id-39 #neuf-avantages-wrapper .avantage-item {
  max-width: 14%;
  flex-basis: 14%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-39 #neuf-avantages-wrapper .avantage-item {
    max-width: 15% !important;
    flex-basis: 15% !important;
  }
}
body.page-id-39 #neuf-avantages-wrapper .avantage-item img {
  margin-bottom: .5rem;
}
body.page-id-39 #neuf-avantages-wrapper .avantage-item h4 {
  color: #626262;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .9rem;
  font-weight: 400;
}
body.page-id-39 #map-search-container {
  margin-bottom: 6rem;
}
body.page-id-39 #map {
  height: 620px;
}
body.page-id-39 #map .gm-style-iw .nom {
  font-weight: bold;
  font-size: 14px;
}
body.page-id-39 #map .gm-style-iw .adresse {
  margin: 7.5px 0 10px;
}
body.page-id-39 #map .gm-style-iw a {
  background-color: ;
  color: #fefefe;
  border: 1px solid ;
  display: block;
  text-align: center;
  padding: 5px 15px;
}
body.page-id-39 #map .gm-style-iw a:hover {
  color: ;
  background-color: #fefefe;
}
body.page-id-39 .oneo-btn {
  margin: 10px 0 40px;
  color: #626262;
}
body.page-id-39 .oneo-btn .titre1 {
  font-size: 1rem;
  font-weight: 700;
}
body.page-id-39 .oneo-btn .titre2 {
  display: block;
}
body.page-id-39 #slider_promoteurs .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-39 #slider_promoteurs .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
  outline: none;
  border: none;
}
body.page-id-39 #slider_promoteurs .owl-nav .owl-next {
  position: absolute;
  right: -50px;
  outline: none;
  border: none;
}
body.page-id-39 #slider_promoteurs .owl-nav .owl-prev span,
body.page-id-39 #slider_promoteurs .owl-next span {
  font-size: 3rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #9d9d9c;
  font-weight: 200;
  outline: none;
  border: none;
}
body.page-id-56 .entete-immobilier-ancien,
body.page-id-57 .entete-immobilier-ancien {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 150px;
}
body.page-id-56 #immobilier-ancien,
body.page-id-57 #immobilier-ancien {
  margin-top: 5rem;
}
body.page-id-56 #immobilier-ancien .container-fluid,
body.page-id-57 #immobilier-ancien .container-fluid {
  padding-bottom: 0 !important;
}
body.page-id-56 #immobilier-ancien .les-biens .annonce,
body.page-id-57 #immobilier-ancien .les-biens .annonce {
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-56 #immobilier-ancien .les-biens .annonce.exclusivite::before,
body.page-id-57 #immobilier-ancien .les-biens .annonce.exclusivite::before {
  content: "";
  position: absolute;
  background-image: url('../img/picto-exclusiviter.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 45px;
  height: 45px;
  top: 1rem;
  right: 2rem;
  z-index: 50;
}
body.page-id-56 #immobilier-ancien .les-biens .annonce.exclusivite::after,
body.page-id-57 #immobilier-ancien .les-biens .annonce.exclusivite::after {
  content: "Exclusivité";
  position: absolute;
  background-color: rgba(211,135,115,0.8);
  color: #fefefe;
  width: auto;
  padding: .6rem .6rem .3rem;
  font-size: .8rem;
  letter-spacing: 3px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  top: 1rem;
  left: -100%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-56 #immobilier-ancien .les-biens .annonce.compromis-vente::before,
body.page-id-57 #immobilier-ancien .les-biens .annonce.compromis-vente::before {
  content: "";
  position: absolute;
  background-image: url('../img/picto-vente.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 45px;
  height: 45px;
  top: 1rem;
  right: 2rem;
  z-index: 50;
}
body.page-id-56 #immobilier-ancien .les-biens .annonce.compromis-vente::after,
body.page-id-57 #immobilier-ancien .les-biens .annonce.compromis-vente::after {
  content: "Compromis de vente";
  position: absolute;
  background-color: rgba(251,219,206,0.8);
  color: #151f21;
  width: auto;
  padding: .6rem .6rem .3rem;
  font-size: .8rem;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
  top: 1rem;
  text-align: center;
  left: -100%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-56 #immobilier-ancien .les-biens .annonce .annonce-link,
body.page-id-57 #immobilier-ancien .les-biens .annonce .annonce-link {
  text-decoration: none;
}
body.page-id-56 #immobilier-ancien .les-biens .annonce .annonce-link figure,
body.page-id-57 #immobilier-ancien .les-biens .annonce .annonce-link figure {
  height: 400px;
  width: 100%;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
body.page-id-56 #immobilier-ancien .les-biens .annonce .annonce-link figure span,
body.page-id-57 #immobilier-ancien .les-biens .annonce .annonce-link figure span {
  height: 100%;
  width: 100%;
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .8s ease-in-out !important;
  -webkit-transition: all .8s ease-in-out !important;
  -moz-transition: all .8s ease-in-out !important;
  -o-transition: all .8s ease-in-out !important;
}
body.page-id-56 #immobilier-ancien .les-biens .annonce .annonce-link .nom-bien-superficie,
body.page-id-57 #immobilier-ancien .les-biens .annonce .annonce-link .nom-bien-superficie {
  position: relative;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  margin-top: 1rem;
}
body.page-id-56 #immobilier-ancien .les-biens .annonce .annonce-link .nom-bien-superficie h2,
body.page-id-57 #immobilier-ancien .les-biens .annonce .annonce-link .nom-bien-superficie h2 {
  color: #151f21;
  font-family: 'Orator Std';
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  z-index: 5;
}
body.page-id-56 #immobilier-ancien .les-biens .annonce .annonce-link .nom-bien-superficie .superficie-bien,
body.page-id-57 #immobilier-ancien .les-biens .annonce .annonce-link .nom-bien-superficie .superficie-bien {
  color: #151f21;
  font-family: 'Orator Std';
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.2;
  padding-left: 1.5rem;
  position: relative;
}
body.page-id-56 #immobilier-ancien .les-biens .annonce .annonce-link .nom-bien-superficie .superficie-bien::before,
body.page-id-57 #immobilier-ancien .les-biens .annonce .annonce-link .nom-bien-superficie .superficie-bien::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  background-color: #151f21;
  height: 1px;
  width: 8px;
}
body.page-id-56 #immobilier-ancien .les-biens .annonce .annonce-link .infos-bien,
body.page-id-57 #immobilier-ancien .les-biens .annonce .annonce-link .infos-bien {
  position: relative;
  margin-top: .5rem;
}
body.page-id-56 #immobilier-ancien .les-biens .annonce .annonce-link .infos-bien .secteur-bien,
body.page-id-57 #immobilier-ancien .les-biens .annonce .annonce-link .infos-bien .secteur-bien {
  color: #151f21;
  font-family: 'Orator Std';
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: .3rem;
}
body.page-id-56 #immobilier-ancien .les-biens .annonce .annonce-link .infos-bien .type-bien,
body.page-id-57 #immobilier-ancien .les-biens .annonce .annonce-link .infos-bien .type-bien {
  color: #151f21;
  font-family: 'Orator Std';
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: .3rem;
  padding-right: 1.5rem;
  position: relative;
}
body.page-id-56 #immobilier-ancien .les-biens .annonce .annonce-link .infos-bien .prix-bien,
body.page-id-57 #immobilier-ancien .les-biens .annonce .annonce-link .infos-bien .prix-bien {
  color: #151f21;
  font-family: 'Orator Std';
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
body.page-id-56 #immobilier-ancien .les-biens .annonce:hover,
body.page-id-57 #immobilier-ancien .les-biens .annonce:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-56 #immobilier-ancien .les-biens .annonce:hover .nom-bien-superficie,
body.page-id-57 #immobilier-ancien .les-biens .annonce:hover .nom-bien-superficie {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-56 #immobilier-ancien .les-biens .annonce:hover .nom-bien-superficie h2,
body.page-id-57 #immobilier-ancien .les-biens .annonce:hover .nom-bien-superficie h2 {
  color: #fde9da;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-56 #immobilier-ancien .les-biens .annonce:hover.exclusivite::after,
body.page-id-56 #immobilier-ancien .les-biens .annonce:hover.compromis-vente::after,
body.page-id-57 #immobilier-ancien .les-biens .annonce:hover.exclusivite::after,
body.page-id-57 #immobilier-ancien .les-biens .annonce:hover.compromis-vente::after {
  left: 1rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-56 .coup-de-coeur-slider,
body.page-id-57 .coup-de-coeur-slider {
  padding: 2rem 1rem;
  padding-bottom: 15px;
}
body.page-id-56 .coup-de-coeur-slider .titre,
body.page-id-57 .coup-de-coeur-slider .titre {
  margin-bottom: 3rem;
}
body.page-id-56 .coup-de-coeur-slider .titre h2,
body.page-id-57 .coup-de-coeur-slider .titre h2 {
  position: relative;
  color: #151f21;
  font-family: 'Orator Std';
  font-weight: 500;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: .5rem;
  display: inline-block;
  z-index: 1;
}
body.page-id-56 .coup-de-coeur-slider .titre h2::before,
body.page-id-57 .coup-de-coeur-slider .titre h2::before {
  content: "";
  position: absolute;
  background-color: #fbdbce;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: .4rem;
  z-index: -1;
}
body.page-id-56 .coup-de-coeur-slider .titre h3,
body.page-id-57 .coup-de-coeur-slider .titre h3 {
  position: relative;
  color: #d38673;
  font-family: 'Orator Std';
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
}
body.page-id-56 .coup-de-coeur-slider #slider-coup-de-coeur,
body.page-id-57 .coup-de-coeur-slider #slider-coup-de-coeur {
  height: 200px;
  position: relative;
  margin-bottom: 2rem;
}
body.page-id-56 .coup-de-coeur-slider #slider-coup-de-coeur >.owl-stage-outer,
body.page-id-57 .coup-de-coeur-slider #slider-coup-de-coeur >.owl-stage-outer {
  height: 100%;
}
body.page-id-56 .coup-de-coeur-slider #slider-coup-de-coeur >.owl-stage-outer *,
body.page-id-57 .coup-de-coeur-slider #slider-coup-de-coeur >.owl-stage-outer * {
  height: 100%;
}
body.page-id-56 .coup-de-coeur-slider #slider-coup-de-coeur >.owl-stage-outer .owl-item,
body.page-id-57 .coup-de-coeur-slider #slider-coup-de-coeur >.owl-stage-outer .owl-item {
  overflow: hidden;
  position: relative;
}
body.page-id-56 .coup-de-coeur-slider #slider-coup-de-coeur >.owl-stage-outer .owl-item >a,
body.page-id-57 .coup-de-coeur-slider #slider-coup-de-coeur >.owl-stage-outer .owl-item >a {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  display: block;
  position: relative;
}
body.page-id-56 .coup-de-coeur-slider #slider-coup-de-coeur >.owl-stage-outer .owl-item >a .hover-img,
body.page-id-57 .coup-de-coeur-slider #slider-coup-de-coeur >.owl-stage-outer .owl-item >a .hover-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background-color: rgba(255,255,255,0.8);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  padding: .8rem;
  overflow: hidden;
}
body.page-id-56 .coup-de-coeur-slider #slider-coup-de-coeur >.owl-stage-outer .owl-item >a .hover-img .nom-bien,
body.page-id-57 .coup-de-coeur-slider #slider-coup-de-coeur >.owl-stage-outer .owl-item >a .hover-img .nom-bien {
  display: block;
  height: auto;
  text-align: center;
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
  width: 100%;
  padding: 0 15px;
}
body.page-id-56 .coup-de-coeur-slider #slider-coup-de-coeur >.owl-stage-outer .owl-item >a .hover-img .nom-bien h2,
body.page-id-57 .coup-de-coeur-slider #slider-coup-de-coeur >.owl-stage-outer .owl-item >a .hover-img .nom-bien h2 {
  font-family: 'Orator Std';
  font-weight: 500;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #151f21;
  position: relative;
  margin-bottom: 1.5rem;
}
body.page-id-56 .coup-de-coeur-slider #slider-coup-de-coeur >.owl-stage-outer .owl-item >a .hover-img .nom-bien h2::before,
body.page-id-57 .coup-de-coeur-slider #slider-coup-de-coeur >.owl-stage-outer .owl-item >a .hover-img .nom-bien h2::before {
  content: "";
  position: absolute;
  background-color: #151f21;
  width: 20px;
  height: 2px;
  left: 50%;
  margin-left: -10px;
  bottom: -15px;
}
body.page-id-56 .coup-de-coeur-slider #slider-coup-de-coeur >.owl-stage-outer .owl-item >a .hover-img .secteur-bien,
body.page-id-57 .coup-de-coeur-slider #slider-coup-de-coeur >.owl-stage-outer .owl-item >a .hover-img .secteur-bien {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  color: #151f21;
  font-size: 1.2rem;
  height: auto;
  text-align: center;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 250%;
  transition: all .5s ease-in-out !important;
  -webkit-transition: all .5s ease-in-out !important;
  -moz-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
  width: 100%;
}
body.page-id-56 .coup-de-coeur-slider #slider-coup-de-coeur >.owl-stage-outer .owl-item:hover .hover-img,
body.page-id-57 .coup-de-coeur-slider #slider-coup-de-coeur >.owl-stage-outer .owl-item:hover .hover-img {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  top: 0;
}
body.page-id-56 .coup-de-coeur-slider #slider-coup-de-coeur >.owl-stage-outer .owl-item:hover .hover-img .nom-bien,
body.page-id-57 .coup-de-coeur-slider #slider-coup-de-coeur >.owl-stage-outer .owl-item:hover .hover-img .nom-bien {
  margin-top: inherit;
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
}
body.page-id-56 .coup-de-coeur-slider #slider-coup-de-coeur >.owl-stage-outer .owl-item:hover .hover-img .secteur-bien,
body.page-id-57 .coup-de-coeur-slider #slider-coup-de-coeur >.owl-stage-outer .owl-item:hover .hover-img .secteur-bien {
  margin-top: 0;
  transition: all .5s ease-in-out !important;
  -webkit-transition: all .5s ease-in-out !important;
  -moz-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
}
body.page-id-56 .coup-de-coeur-slider #slider-coup-de-coeur > .owl-nav,
body.page-id-57 .coup-de-coeur-slider #slider-coup-de-coeur > .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-56 .coup-de-coeur-slider #slider-coup-de-coeur > .owl-nav .owl-prev,
body.page-id-57 .coup-de-coeur-slider #slider-coup-de-coeur > .owl-nav .owl-prev {
  position: absolute;
  left: -30px;
  outline: none;
  border: none;
}
body.page-id-56 .coup-de-coeur-slider #slider-coup-de-coeur > .owl-nav .owl-prev span,
body.page-id-57 .coup-de-coeur-slider #slider-coup-de-coeur > .owl-nav .owl-prev span {
  font-size: 3rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #9d9d9c;
  font-weight: 200;
  outline: none;
  border: none;
}
body.page-id-56 .coup-de-coeur-slider #slider-coup-de-coeur > .owl-nav .owl-next,
body.page-id-57 .coup-de-coeur-slider #slider-coup-de-coeur > .owl-nav .owl-next {
  position: absolute;
  right: -30px;
  outline: none;
  border: none;
}
body.page-id-56 .coup-de-coeur-slider #slider-coup-de-coeur > .owl-nav .owl-next span,
body.page-id-57 .coup-de-coeur-slider #slider-coup-de-coeur > .owl-nav .owl-next span {
  outline: none;
  border: none;
  font-size: 3rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #9d9d9c;
  font-weight: 200;
}
body.page-id-56 .coup-de-coeur-slider #slider-coup-de-coeur > .owl-nav:hover span,
body.page-id-56 .coup-de-coeur-slider #slider-coup-de-coeur > .owl-nav:focus span,
body.page-id-57 .coup-de-coeur-slider #slider-coup-de-coeur > .owl-nav:hover span,
body.page-id-57 .coup-de-coeur-slider #slider-coup-de-coeur > .owl-nav:focus span {
  outline: none;
  border: none;
  color: #151f21;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-56 .bien-recement-louer,
body.page-id-57 .bien-recement-louer {
  padding: 2rem 1rem;
}
body.page-id-56 .bien-recement-louer .titre,
body.page-id-57 .bien-recement-louer .titre {
  margin-bottom: 3rem;
}
body.page-id-56 .bien-recement-louer .titre h2,
body.page-id-57 .bien-recement-louer .titre h2 {
  position: relative;
  color: #151f21;
  font-family: 'Orator Std';
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 0;
  z-index: 1;
}
body.page-id-56 .bien-recement-louer .titre h2::before,
body.page-id-57 .bien-recement-louer .titre h2::before {
  content: "";
  position: absolute;
  background-color: #fbdbce;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: .4rem;
  z-index: -1;
}
body.page-id-56 .bien-recement-louer #slider-bien-louer,
body.page-id-57 .bien-recement-louer #slider-bien-louer {
  height: 190px;
  position: relative;
}
body.page-id-56 .bien-recement-louer #slider-bien-louer >.owl-stage-outer,
body.page-id-57 .bien-recement-louer #slider-bien-louer >.owl-stage-outer {
  height: 100%;
}
body.page-id-56 .bien-recement-louer #slider-bien-louer >.owl-stage-outer *,
body.page-id-57 .bien-recement-louer #slider-bien-louer >.owl-stage-outer * {
  height: 100%;
}
body.page-id-56 .bien-recement-louer #slider-bien-louer >.owl-stage-outer .owl-item,
body.page-id-57 .bien-recement-louer #slider-bien-louer >.owl-stage-outer .owl-item {
  overflow: hidden;
  position: relative;
}
body.page-id-56 .bien-recement-louer #slider-bien-louer >.owl-stage-outer .owl-item >a,
body.page-id-57 .bien-recement-louer #slider-bien-louer >.owl-stage-outer .owl-item >a {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  display: block;
  position: relative;
}
body.page-id-56 .bien-recement-louer #slider-bien-louer >.owl-stage-outer .owl-item >a .hover-img,
body.page-id-57 .bien-recement-louer #slider-bien-louer >.owl-stage-outer .owl-item >a .hover-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background-color: rgba(255,255,255,0.8);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  padding: .8rem;
  overflow: hidden;
}
body.page-id-56 .bien-recement-louer #slider-bien-louer >.owl-stage-outer .owl-item >a .hover-img .nom-bien,
body.page-id-57 .bien-recement-louer #slider-bien-louer >.owl-stage-outer .owl-item >a .hover-img .nom-bien {
  height: auto;
  text-align: center;
  margin-top: -250%;
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
  width: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
}
body.page-id-56 .bien-recement-louer #slider-bien-louer >.owl-stage-outer .owl-item >a .hover-img .nom-bien h2,
body.page-id-57 .bien-recement-louer #slider-bien-louer >.owl-stage-outer .owl-item >a .hover-img .nom-bien h2 {
  font-family: 'Orator Std';
  font-weight: 500;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #151f21;
  margin-bottom: 1.5rem;
}
body.page-id-56 .bien-recement-louer #slider-bien-louer >.owl-stage-outer .owl-item >a .hover-img .nom-bien h2::before,
body.page-id-57 .bien-recement-louer #slider-bien-louer >.owl-stage-outer .owl-item >a .hover-img .nom-bien h2::before {
  content: "";
  position: absolute;
  background-color: #151f21;
  width: 0;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: .8rem;
  transition: all .8s ease-in-out !important;
  -webkit-transition: all .8s ease-in-out !important;
  -moz-transition: all .8s ease-in-out !important;
  -o-transition: all .8s ease-in-out !important;
}
body.page-id-56 .bien-recement-louer #slider-bien-louer >.owl-stage-outer .owl-item >a .hover-img .secteur-bien,
body.page-id-57 .bien-recement-louer #slider-bien-louer >.owl-stage-outer .owl-item >a .hover-img .secteur-bien {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  color: #151f21;
  font-size: 1.2rem;
  height: auto;
  text-align: center;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 250%;
  transition: all .5s ease-in-out !important;
  -webkit-transition: all .5s ease-in-out !important;
  -moz-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
  width: 100%;
}
body.page-id-56 .bien-recement-louer #slider-bien-louer >.owl-stage-outer .owl-item:hover .hover-img,
body.page-id-57 .bien-recement-louer #slider-bien-louer >.owl-stage-outer .owl-item:hover .hover-img {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  top: 0;
}
body.page-id-56 .bien-recement-louer #slider-bien-louer >.owl-stage-outer .owl-item:hover .hover-img .nom-bien,
body.page-id-57 .bien-recement-louer #slider-bien-louer >.owl-stage-outer .owl-item:hover .hover-img .nom-bien {
  margin-top: inherit;
  transition: all .6s ease-in-out !important;
  -webkit-transition: all .6s ease-in-out !important;
  -moz-transition: all .6s ease-in-out !important;
  -o-transition: all .6s ease-in-out !important;
}
body.page-id-56 .bien-recement-louer #slider-bien-louer >.owl-stage-outer .owl-item:hover .hover-img .nom-bien h2::before,
body.page-id-57 .bien-recement-louer #slider-bien-louer >.owl-stage-outer .owl-item:hover .hover-img .nom-bien h2::before {
  width: 20px;
  transition: all .8s ease-in-out !important;
  -webkit-transition: all .8s ease-in-out !important;
  -moz-transition: all .8s ease-in-out !important;
  -o-transition: all .8s ease-in-out !important;
}
body.page-id-56 .bien-recement-louer #slider-bien-louer >.owl-stage-outer .owl-item:hover .hover-img .secteur-bien,
body.page-id-57 .bien-recement-louer #slider-bien-louer >.owl-stage-outer .owl-item:hover .hover-img .secteur-bien {
  margin-top: inherit;
  transition: all .5s ease-in-out !important;
  -webkit-transition: all .5s ease-in-out !important;
  -moz-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
}
body.page-id-56 .bien-recement-louer #slider-bien-louer > .owl-nav,
body.page-id-57 .bien-recement-louer #slider-bien-louer > .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-56 .bien-recement-louer #slider-bien-louer > .owl-nav .owl-prev,
body.page-id-57 .bien-recement-louer #slider-bien-louer > .owl-nav .owl-prev {
  left: -30px;
  position: absolute;
  outline: none;
  border: none;
}
body.page-id-56 .bien-recement-louer #slider-bien-louer > .owl-nav .owl-prev span,
body.page-id-57 .bien-recement-louer #slider-bien-louer > .owl-nav .owl-prev span {
  font-size: 3rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #9d9d9c;
  font-weight: 200;
  outline: none;
  border: none;
}
body.page-id-56 .bien-recement-louer #slider-bien-louer > .owl-nav .owl-next,
body.page-id-57 .bien-recement-louer #slider-bien-louer > .owl-nav .owl-next {
  right: -30px;
  position: absolute;
  outline: none;
  border: none;
}
body.page-id-56 .bien-recement-louer #slider-bien-louer > .owl-nav .owl-next span,
body.page-id-57 .bien-recement-louer #slider-bien-louer > .owl-nav .owl-next span {
  font-size: 3rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #9d9d9c;
  font-weight: 200;
  outline: none;
  border: none;
}
body.page-id-56 .bien-recement-louer #slider-bien-louer > .owl-nav:hover span,
body.page-id-56 .bien-recement-louer #slider-bien-louer > .owl-nav:focus span,
body.page-id-57 .bien-recement-louer #slider-bien-louer > .owl-nav:hover span,
body.page-id-57 .bien-recement-louer #slider-bien-louer > .owl-nav:focus span {
  outline: none;
  border: none;
  color: #151f21;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.oneo-btn {
  text-transform: uppercase;
}
#btn-vente {
  margin-bottom: 3rem;
}
#btn-vente .inner .texte {
  text-transform: uppercase;
  color: #fefefe;
  font-size: .9rem;
  font-weight: 700;
  padding: 1rem 0;
  margin-right: .6rem;
  letter-spacing: 2px;
  background-color: #e7c9ac;
  padding: 0.8rem 1rem .6rem 1rem;
  text-decoration: none;
}
#btn-vente .inner .texte:hover {
  background-color: #151f21;
}
#btn-vente .inner .picto {
  width: 50px;
  height: 50px;
}
#btn-vente .inner .picto img {
  display: block;
  margin: 0 auto;
  max-width: 85%;
}
body.single-immo_ancien_location .entete-immobilier-ancien,
body.single-immo_ancien_vente .entete-immobilier-ancien {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 150px;
}
body.single-immo_ancien_location .fil-arianne,
body.single-immo_ancien_vente .fil-arianne {
  margin-top: 3rem;
}
body.single-immo_ancien_location .fil-arianne .container,
body.single-immo_ancien_vente .fil-arianne .container {
  max-width: 1510px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-immo_ancien_location .fil-arianne .container,
  body.single-immo_ancien_vente .fil-arianne .container {
    max-width: 1064px;
  }
}
body.single-immo_ancien_location .fil-arianne .container a,
body.single-immo_ancien_location .fil-arianne .container span,
body.single-immo_ancien_vente .fil-arianne .container a,
body.single-immo_ancien_vente .fil-arianne .container span {
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  color: #9d9d9c;
}
body.single-immo_ancien_location .fil-arianne .container span,
body.single-immo_ancien_vente .fil-arianne .container span {
  color: #151f21;
  font-size: 1rem;
  margin: 0 .5rem;
}
body.single-immo_ancien_location .fil-arianne .container span.ref-bien,
body.single-immo_ancien_vente .fil-arianne .container span.ref-bien {
  font-weight: 600;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content {
  max-width: 1510px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-immo_ancien_location #immobilier-ancien-single .page-content,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content {
    max-width: 100%;
  }
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos {
  margin: 3rem 0 3rem 0;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .galerie,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .galerie {
  padding-left: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .galerie,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .galerie {
    padding-right: 0;
  }
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos #bien-slider,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos #bien-slider {
  position: relative;
  height: 40rem;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos #bien-slider .owl-stage-outer,
body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos #bien-slider .owl-stage,
body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos #bien-slider .owl-item,
body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos #bien-slider .item,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos #bien-slider .owl-stage-outer,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos #bien-slider .owl-stage,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos #bien-slider .owl-item,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos #bien-slider .item {
  height: 100%;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos #bien-slider .item,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos #bien-slider .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos #bien-slider .owl-nav,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos #bien-slider .owl-nav {
  position: absolute;
  bottom: 4rem;
  z-index: 25;
  right: 4rem;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos #bien-slider .owl-nav .owl-prev,
body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos #bien-slider .owl-nav .owl-next,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos #bien-slider .owl-nav .owl-prev,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos #bien-slider .owl-nav .owl-next {
  line-height: 1;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos #bien-slider .owl-nav .owl-prev i,
body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos #bien-slider .owl-nav .owl-next i,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos #bien-slider .owl-nav .owl-prev i,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos #bien-slider .owl-nav .owl-next i {
  position: absolute;
  font-size: 1rem;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos #bien-slider .owl-nav .owl-prev,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos #bien-slider .owl-nav .owl-prev {
  left: -52px;
  position: absolute;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos #bien-slider .owl-nav .owl-prev::before,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos #bien-slider .owl-nav .owl-prev::before {
  content: "|";
  position: absolute;
  color: #fefefe;
  right: -56px;
  top: -8px;
  font-size: 2rem;
  font-weight: 200;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos #bien-slider .owl-nav .owl-prev i,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos #bien-slider .owl-nav .owl-prev i {
  left: 30px;
  color: #fefefe;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos #bien-slider .owl-nav .owl-next,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos #bien-slider .owl-nav .owl-next {
  right: -52px;
  position: absolute;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos #bien-slider .owl-nav .owl-next i,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos #bien-slider .owl-nav .owl-next i {
  right: 30px;
  color: #fefefe;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien {
  padding-left: 3rem;
  padding-right: 4rem;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien {
    padding-left: 1rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien {
    padding-left: 0;
    padding-right: 0;
    margin-top: 2rem;
  }
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-top .nom-bien,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-top .nom-bien {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  color: #151f21;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
  position: relative;
  line-height: 1.2;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-top .nom-bien::before,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-top .nom-bien::before {
  content: "";
  position: absolute;
  background-color: #151f21;
  width: 15px;
  height: 2px;
  left: 0;
  bottom: -0.8rem;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-top .reference-bien,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-top .reference-bien {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  color: #151f21;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-top .description-bien,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-top .description-bien {
  margin-top: 3rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-top .description-bien,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-top .description-bien {
    margin-top: 1rem;
  }
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-top .description-bien p,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-top .description-bien p {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  color: #151f21;
  font-size: 1rem;
  text-align: justify;
  line-height: 1.4;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom {
  padding-left: 0;
  position: relative;
  width: 100%;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom .infos-contenu,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom .infos-contenu {
  padding-left: 1rem;
  border-left: solid 2px #e7c9ac;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom .infos-contenu div:last-child,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom .infos-contenu div:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom {
    margin-top: 1rem;
  }
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom.exclusivite::after,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom.exclusivite::after {
  content: "";
  position: absolute;
  background-image: url('../img/picto-exclusiviter.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
  top: 58%;
  transform: translateY(-50%);
  right: 0;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom.compromis-vente::after,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom.compromis-vente::after {
  content: "";
  position: absolute;
  background-image: url('../img/picto-vente.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
  top: 58%;
  transform: translateY(-50%);
  right: 0;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom.exclusivite.compromis-vente::after,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom.exclusivite.compromis-vente::after {
  content: "";
  position: absolute;
  background: url('../img/picto-exclusiviter.png') no-repeat 50% 0, url('../img/picto-vente.png') no-repeat 50% 65px;
  background-size: contain;
  width: 50px;
  height: 115px;
  right: 0;
  transform: none;
  top: auto;
}
@media (max-width: 1199.98px) {
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom.exclusivite.compromis-vente::after,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom.exclusivite.compromis-vente::after {
    top: 0;
    bottom: auto;
  }
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom .secteur-bien,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom .secteur-bien {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  color: #151f21;
  font-size: 1.7rem;
  margin-bottom: 1rem;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom .superficie-bien,
body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom .prix-bien,
body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom .type-bien,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom .superficie-bien,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom .prix-bien,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom .type-bien {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  color: #151f21;
  font-size: 1.7rem;
  margin-bottom: 1rem;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom .prix-bien,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom .prix-bien {
  margin-bottom: 0;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom .date-disponibiliter,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom .date-disponibiliter {
  margin-top: 10px;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom .date-disponibiliter span,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom .date-disponibiliter span {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  color: #151f21;
  font-size: 1.2rem;
  font-style: italic;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom .date-disponibiliter span.date,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom .date-disponibiliter span.date {
  font-weight: 300;
  font-size: 1.7rem;
  font-style: normal;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique {
  margin-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique {
    margin-top: 3rem;
  }
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien {
  padding-left: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien {
    padding-right: 0;
  }
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner {
  padding: 2rem 0;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .titre h2,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .titre h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  color: #151f21;
  font-size: 2rem;
  padding-left: 0;
  margin-bottom: 2rem;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-cols,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-cols {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  padding: 0;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-cols .caracteristique,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-cols .caracteristique {
  margin-bottom: 1.5rem;
  position: relative;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-cols .caracteristique .picto,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-cols .caracteristique .picto {
  padding: 0;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-cols .caracteristique .picto img,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-cols .caracteristique .picto img {
  display: block;
  margin: 0 auto;
  max-width: 60%;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-cols .caracteristique .nom-caracteristique,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-cols .caracteristique .nom-caracteristique {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  color: #151f21;
  font-size: 0.9rem;
  padding-left: 0;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-left,
body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-right,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-left,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-right {
  padding: 0;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-left .caracteristique,
body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-right .caracteristique,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-left .caracteristique,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-right .caracteristique {
  margin-bottom: 1.5rem;
  position: relative;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-left .caracteristique .picto,
body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-right .caracteristique .picto,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-left .caracteristique .picto,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-right .caracteristique .picto {
  padding: 0;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-left .caracteristique .picto img,
body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-right .caracteristique .picto img,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-left .caracteristique .picto img,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-right .caracteristique .picto img {
  display: block;
  margin: 0 auto;
  max-width: 60%;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-left .caracteristique .nom-caracteristique,
body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-right .caracteristique .nom-caracteristique,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-left .caracteristique .nom-caracteristique,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-right .caracteristique .nom-caracteristique {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  color: #151f21;
  font-size: 1rem;
  padding-left: 0;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .agent,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .agent {
  padding-left: 3rem;
  padding-right: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .agent,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .agent {
    padding-right: 0;
    padding-left: 0;
    margin-top: 1rem;
  }
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner {
  padding: 2rem;
  background-color: #e7c9ac;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .agent-contact,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .agent-contact {
    width: 45%;
  }
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .agent-contact .photo,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .agent-contact .photo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 9rem;
  position: relative;
  z-index: 5;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .agent-contact .infos-contact,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .agent-contact .infos-contact {
  padding-right: 0;
  padding-bottom: 20px;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .agent-contact .infos-contact .titre,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .agent-contact .infos-contact .titre {
  color: #fefefe;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: 'Orator Std';
  font-weight: 500;
  padding: .7rem .5rem .3rem;
  border: solid 1px #fefefe;
  text-align: center;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .agent-contact .infos-contact .nom-agent,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .agent-contact .infos-contact .nom-agent {
  color: #fefefe;
  font-size: .90rem;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 1rem;
  position: relative;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .agent-contact .infos-contact .nom-agent::before,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .agent-contact .infos-contact .nom-agent::before {
  content: "";
  position: absolute;
  background-color: #fefefe;
  width: 15px;
  height: 1px;
  left: 0;
  bottom: -0.5rem;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .agent-contact .infos-contact .poste,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .agent-contact .infos-contact .poste {
  color: #fefefe;
  font-size: .85rem;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  margin-top: 1rem;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .agent-contact .infos-contact .telephone,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .agent-contact .infos-contact .telephone {
  margin-top: .5rem;
  color: #fefefe;
  font-size: .9rem;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .agent-contact .infos-contact .mail,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .agent-contact .infos-contact .mail {
  color: #fefefe;
  font-size: .95rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .les-plus-du-bien,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .les-plus-du-bien {
    width: 50%;
    padding-left: 1.5rem;
  }
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .les-plus-du-bien .les-plus,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .les-plus-du-bien .les-plus {
  font-family: 'Josefin Sans', sans-serif;
  color: #fefefe;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  padding-left: 0;
  position: relative;
  text-align: justify;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .alentour,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .alentour {
  margin: 4rem 0;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .alentour .infos-secteur,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .alentour .infos-secteur {
  background-color: #151f21;
  padding: 4rem 3rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .alentour .infos-secteur,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .alentour .infos-secteur {
    padding: 2rem;
  }
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .alentour .infos-secteur .texte,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .alentour .infos-secteur .texte {
  margin-bottom: 1.5rem;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .alentour .infos-secteur .texte p,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .alentour .infos-secteur .texte p {
  color: #fefefe;
  font-size: 1.1rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  text-align: justify;
  margin-bottom: 0;
  line-height: 1.3;
  position: relative;
  padding-left: .5rem;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .alentour .infos-secteur .texte p::before,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .alentour .infos-secteur .texte p::before {
  content: "";
  position: absolute;
  background-color: #fefefe;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: -5px;
  top: 5px;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .alentour .infos-secteur .texte:last-child,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .alentour .infos-secteur .texte:last-child {
  margin-bottom: 0;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .alentour .img-titre,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .alentour .img-titre {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .alentour .img-titre .bandeau,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .alentour .img-titre .bandeau {
  background-color: rgba(255,255,255,0.8);
  right: 0;
  top: 0;
  transform: rotate(180deg);
  height: 100%;
  width: 2.5rem;
  position: absolute;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .alentour .img-titre .bandeau .titre,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .alentour .img-titre .bandeau .titre {
  color: #151f21;
  padding-top: .4rem;
  width: 195px;
  font-size: 1.2rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-270deg);
  letter-spacing: 2px;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire {
  background-color: #fde9da;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/fond-formulaire-immo-ancien.png');
  height: 100%;
  width: 100%;
  padding: 2rem;
  position: relative;
  margin-bottom: 4rem;
  z-index: 0;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire::before,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire::before {
  content: "";
  position: absolute;
  width: 98%;
  height: 95%;
  background-color: #fefefe;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .titre-form,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .titre-form {
  padding-top: 1rem;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .titre-form h2,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .titre-form h2 {
  text-align: center;
  color: #151f21;
  font-size: 1.8rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .number,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .number {
  text-align: center;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .number .fixe,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .number .fixe {
  position: relative;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .number .fixe::before,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .number .fixe::before {
  content: "/";
  position: absolute;
  right: -1.5rem;
  top: 1px;
  color: #b2b2b2;
  font-size: 1.8rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .number .portable,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .number .portable {
  display: inline-block;
  margin: 1rem;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .number .portable a,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .number .portable a {
  color: #b2b2b2;
  font-size: 1.6rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-decoration: none;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .number .portable .contact .agent,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .number .portable .contact .agent {
  color: #151f21;
  font-size: 1.5rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .number .portable .contact .infos span,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .number .portable .contact .infos span {
  color: #151f21;
  font-size: 2rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  margin: 0 .5rem;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .choix,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .choix {
  color: #151f21;
  font-size: 1.5rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  text-align: center;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .form,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .form {
  margin-top: 1rem;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .form #nf-form-2-cont .nf-form-content,
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .form #nf-form-6-cont .nf-form-content,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .form #nf-form-2-cont .nf-form-content,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .form #nf-form-6-cont .nf-form-content {
  max-width: 1300px;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .form #nf-form-2-cont .nf-form-fields-required,
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .form #nf-form-6-cont .nf-form-fields-required,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .form #nf-form-2-cont .nf-form-fields-required,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .form #nf-form-6-cont .nf-form-fields-required {
  display: none;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .form #nf-form-2-cont textarea,
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .form #nf-form-6-cont textarea,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .form #nf-form-2-cont textarea,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .form #nf-form-6-cont textarea {
  height: 140px;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .form #nf-form-2-cont label,
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .form #nf-form-6-cont label,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .form #nf-form-2-cont label,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .form #nf-form-6-cont label {
  display: none;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .form #nf-form-2-cont input,
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .form #nf-form-2-cont textarea,
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .form #nf-form-6-cont input,
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .form #nf-form-6-cont textarea,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .form #nf-form-2-cont input,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .form #nf-form-2-cont textarea,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .form #nf-form-6-cont input,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .form #nf-form-6-cont textarea {
  padding: 1.8rem;
  border: none;
  outline: none;
  background-color: #fde9da !important;
  font-weight: 300;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .form #nf-form-2-cont ::placeholder,
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .form #nf-form-6-cont ::placeholder,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .form #nf-form-2-cont ::placeholder,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .form #nf-form-6-cont ::placeholder {
  color: #9d9d9c;
  opacity: 1;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .form #nf-form-2-cont :-ms-input-placeholder,
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .form #nf-form-6-cont :-ms-input-placeholder,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .form #nf-form-2-cont :-ms-input-placeholder,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .form #nf-form-6-cont :-ms-input-placeholder {
  color: #9d9d9c;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .form #nf-form-2-cont ::-ms-input-placeholder,
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .form #nf-form-6-cont ::-ms-input-placeholder,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .form #nf-form-2-cont ::-ms-input-placeholder,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .form #nf-form-6-cont ::-ms-input-placeholder {
  color: #9d9d9c;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .form #nf-form-2-cont #nf-field-16-wrap input,
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .form #nf-form-2-cont #nf-field-60-wrap input,
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .form #nf-form-6-cont #nf-field-16-wrap input,
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .form #nf-form-6-cont #nf-field-60-wrap input,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .form #nf-form-2-cont #nf-field-16-wrap input,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .form #nf-form-2-cont #nf-field-60-wrap input,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .form #nf-form-6-cont #nf-field-16-wrap input,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .form #nf-form-6-cont #nf-field-60-wrap input {
  width: 200px;
  padding: .8rem .5rem .5rem;
  background-color: #fde9da !important;
  color: #d3a371 !important;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.3rem;
  letter-spacing: 2px;
  cursor: pointer;
  float: right;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  margin-right: .5rem;
}
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .form #nf-form-2-cont #nf-field-16-wrap input:hover,
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .form #nf-form-2-cont #nf-field-60-wrap input:hover,
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .form #nf-form-6-cont #nf-field-16-wrap input:hover,
body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .form #nf-form-6-cont #nf-field-60-wrap input:hover,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .form #nf-form-2-cont #nf-field-16-wrap input:hover,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .form #nf-form-2-cont #nf-field-60-wrap input:hover,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .form #nf-form-6-cont #nf-field-16-wrap input:hover,
body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .form #nf-form-6-cont #nf-field-60-wrap input:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-color: #d3a371 !important;
  color: #fde9da !important;
}
body.single-immobilier_neuf .entete-immobilier-neuf {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 150px;
}
body.single-immobilier_neuf .fil-arianne {
  margin-top: 3rem;
}
body.single-immobilier_neuf .fil-arianne .container {
  max-width: 1510px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-immobilier_neuf .fil-arianne .container {
    max-width: 1014px;
  }
}
body.single-immobilier_neuf .fil-arianne .container a,
body.single-immobilier_neuf .fil-arianne .container span {
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  color: #9d9d9c;
}
body.single-immobilier_neuf .fil-arianne .container span {
  color: #151f21;
  font-size: 1rem;
  margin: 0 .5rem;
}
body.single-immobilier_neuf .fil-arianne .container span.nom-projet {
  font-weight: 600;
}
body.single-immobilier_neuf #lot {
  background-color: #e2e2d9;
  padding: 2rem;
  margin: 4rem 0;
}
body.single-immobilier_neuf #lot .titre-tableau {
  margin-bottom: 1rem;
}
body.single-immobilier_neuf #lot .titre-tableau .nb-piece h3,
body.single-immobilier_neuf #lot .titre-tableau .surface h3,
body.single-immobilier_neuf #lot .titre-tableau .prix h3,
body.single-immobilier_neuf #lot .titre-tableau .action h3 {
  font-size: 1rem;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  color: #a75850;
  letter-spacing: 2px;
}
body.single-immobilier_neuf #lot .titre-tableau .nb-piece h4,
body.single-immobilier_neuf #lot .titre-tableau .surface h4,
body.single-immobilier_neuf #lot .titre-tableau .prix h4,
body.single-immobilier_neuf #lot .titre-tableau .action h4 {
  font-size: .9rem;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  line-height: .5;
  letter-spacing: 2px;
}
body.single-immobilier_neuf #lot .titre-tableau .nb-piece h5,
body.single-immobilier_neuf #lot .titre-tableau .surface h5,
body.single-immobilier_neuf #lot .titre-tableau .prix h5,
body.single-immobilier_neuf #lot .titre-tableau .action h5 {
  font-size: .9rem;
  font-family: 'Josefin Sans', sans-serif;
  color: #a75850;
  font-weight: 700;
  line-height: 1;
}
body.single-immobilier_neuf #lot .titre-tableau .action {
  padding-left: 4rem;
}
body.single-immobilier_neuf #lot .infos-lots .lot {
  padding: 1rem 0;
}
body.single-immobilier_neuf #lot .infos-lots .lot:nth-child(odd) {
  background-color: #c9c9c3;
}
body.single-immobilier_neuf #lot .infos-lots .lot .nb-piece,
body.single-immobilier_neuf #lot .infos-lots .lot .surface,
body.single-immobilier_neuf #lot .infos-lots .lot .prix,
body.single-immobilier_neuf #lot .infos-lots .lot .action {
  font-size: 1rem;
  font-family: 'Josefin Sans', sans-serif;
}
body.single-immobilier_neuf #lot .infos-lots .lot .prix {
  color: #a75850;
  font-weight: 700;
}
body.single-immobilier_neuf #lot .infos-lots .lot .action a {
  text-transform: uppercase;
  font-weight: 700;
  padding: .5rem;
  margin: 0 .5rem;
  color: #151f21;
  text-decoration: none;
  border: solid 1px #151f21;
  font-size: .8rem;
  line-height: 1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single-immobilier_neuf #lot .infos-lots .lot .action a:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-color: #151f21;
  color: #fefefe;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content {
  max-width: 1510px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-immobilier_neuf #immobilier-neuf-single .page-content {
    max-width: 100%;
  }
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos {
  margin: 3rem 0 3rem 0;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .galerie {
  padding-left: 0;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .galerie {
    padding-right: 0;
  }
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .galerie .bandeau-slider {
  background-color: rgba(255,255,255,0.8);
  left: 0;
  top: 0;
  transform: rotate(180deg);
  height: 100%;
  width: 2.5rem;
  position: absolute;
  z-index: 9999;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .galerie .bandeau-slider .titre-projet {
  color: #151f21;
  padding-top: .4rem;
  width: 195px;
  font-size: 1.2rem;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-270deg);
  letter-spacing: 3px;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos #bien-slider {
  position: relative;
  height: 35rem;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos #bien-slider .owl-stage-outer,
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos #bien-slider .owl-stage,
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos #bien-slider .owl-item,
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos #bien-slider .item {
  height: 100%;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos #bien-slider .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos #bien-slider .owl-nav {
  position: absolute;
  bottom: 4rem;
  z-index: 25;
  right: 4rem;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos #bien-slider .owl-nav .owl-prev,
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos #bien-slider .owl-nav .owl-next {
  line-height: 1;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos #bien-slider .owl-nav .owl-prev i,
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos #bien-slider .owl-nav .owl-next i {
  position: absolute;
  font-size: 1rem;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos #bien-slider .owl-nav .owl-prev {
  left: -52px;
  position: absolute;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos #bien-slider .owl-nav .owl-prev::before {
  content: "|";
  position: absolute;
  color: #fefefe;
  right: -56px;
  top: -8px;
  font-size: 2rem;
  font-weight: 200;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos #bien-slider .owl-nav .owl-prev i {
  left: 30px;
  color: #fefefe;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos #bien-slider .owl-nav .owl-next {
  right: -52px;
  position: absolute;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos #bien-slider .owl-nav .owl-next i {
  right: 30px;
  color: #fefefe;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien {
  padding-left: 3rem;
  padding-right: 4rem;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien {
    padding-left: 1rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien {
    padding-left: 0;
    padding-right: 0;
    margin-top: 2rem;
  }
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-top .nom-bien {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  color: #151f21;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
  position: relative;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-top .nom-bien::before {
  content: "";
  position: absolute;
  background-color: #151f21;
  width: 15px;
  height: 2px;
  left: 0;
  bottom: -0.8rem;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-top .reference-bien {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  color: #151f21;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-top .description-bien {
  margin-top: 2rem;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-top .description-bien p {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  color: #151f21;
  font-size: 1rem;
  text-align: justify;
  line-height: 1.4;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-bottom {
  width: 100%;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-bottom .infos-contenu {
  padding-left: 1rem;
  border-left: solid 2px #e7c9ac;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-bottom .secteur-bien {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  color: #151f21;
  font-size: 1.7rem;
  margin-bottom: 1rem;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-bottom .prix-bien {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  color: #151f21;
  font-size: 1.3rem;
  margin-bottom: .5rem;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-bottom .type-bien,
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-bottom .infos-prix {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  color: #151f21;
  font-size: 1.2rem;
  margin-bottom: .5rem;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-bottom .infos-prix {
  font-style: italic;
  margin: 0 0 .8rem 0;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-bottom .adresse-bien .adresse,
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-bottom .adresse-bien .code-postal-ville {
  font-weight: 300;
  color: #151f21;
  font-size: 1.6rem;
  font-style: italic;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-bottom .adresse-bien .code-postal-ville {
  margin-top: .8rem;
  position: relative;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-bottom .adresse-bien .code-postal-ville.exclusivite::before {
  content: "";
  position: absolute;
  background-image: url('../img/exclusivite-neuf.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
  top: -3px;
  transform: translateY(-50%);
  right: 15px;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-bottom .adresse-bien .code-postal-ville .avancement-projet {
  position: absolute;
  right: -3rem;
  top: 0;
  transform: translateY(-50%);
  color: #151f21;
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-bottom .adresse-bien .code-postal-ville .avancement-projet::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/pourcentage.png');
  width: 70px;
  height: 70px;
  right: -1.1rem;
  top: 35%;
  transform: translateY(-50%);
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-bottom .adresse-bien .code-postal-ville .ville {
  margin-left: .5rem;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-bottom .promoteur {
  margin-bottom: .5rem;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-bottom .promoteur span {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  color: #151f21;
  font-size: 1.2rem;
  font-style: italic;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-bottom .promoteur span.nom-promoteur {
  font-weight: 700;
  font-size: 1.7rem;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-bottom .date-disponibiliter span {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  color: #151f21;
  font-size: 1.2rem;
  font-style: italic;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-bottom .date-disponibiliter span.date {
  font-weight: 300;
  font-size: 1.7rem;
  font-style: normal;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique {
  margin-bottom: 2rem;
  margin-top: 3rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique {
    margin-top: 3rem;
  }
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien {
  padding-right: 0;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien .inner {
  padding: 2rem 0;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien .inner .infos-top-projet .titre {
  padding: 0;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien .inner .infos-top-projet .titre h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  color: #151f21;
  font-size: 2rem;
  padding-left: 1rem;
  margin-bottom: 2rem;
  padding: 0;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien .inner .infos-top-projet .btn-lots {
  color: #151f21;
  text-transform: uppercase;
  border: solid 1px #151f21;
  padding: .8rem .6rem .6rem;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1.2rem;
  text-decoration: none;
  text-align: center;
  margin-bottom: 2rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien .inner .infos-top-projet .btn-lots {
    font-size: 1rem;
  }
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien .inner .infos-top-projet .btn-lots:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-color: #fefefe;
  color: #151f21;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-left,
body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-right {
  padding: 0;
  width: 100%;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-left .caracteristique,
body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-right .caracteristique {
  position: relative;
  margin-bottom: 30px;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-left .caracteristique.texte-gras .nom-caracteristique,
body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-right .caracteristique.texte-gras .nom-caracteristique {
  font-weight: bold;
  font-size: 0.9rem;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-left .caracteristique .picto,
body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-right .caracteristique .picto {
  padding: 0;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-left .caracteristique .picto img,
body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-right .caracteristique .picto img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-left .caracteristique .nom-caracteristique,
body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-right .caracteristique .nom-caracteristique {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  color: #151f21;
  font-size: 1rem;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien .btn-projet {
  margin-top: 1.5rem;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien .btn-projet a {
  display: inline-block;
  background-color: #dad5ba;
  padding: .9rem 1rem .5rem 1rem;
  border-radius: 20px;
  color: #fefefe;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 1px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien .btn-projet a:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-color: #151f21;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien .btn-projet .btn-tarif {
  margin-right: 1rem;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .agent {
  padding-right: 3rem;
  padding-left: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .agent {
    padding-right: 0;
    padding-left: 15px;
    margin-bottom: 1rem;
  }
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .agent .inner {
  padding: 2rem;
  background-color: #5a5963;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .agent .inner .agent-contact {
    width: 45%;
  }
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .agent .inner .agent-contact .photo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 9rem;
  position: relative;
  z-index: 5;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .agent .inner .agent-contact .infos-contact {
  padding-right: 0;
  padding-bottom: 20px;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .agent .inner .agent-contact .infos-contact .titre {
  color: #fefefe;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: 'Orator Std';
  font-weight: 500;
  padding: .7rem .5rem .3rem;
  border: solid 1px #fefefe;
  text-align: center;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .agent .inner .agent-contact .infos-contact .nom-agent {
  color: #fefefe;
  font-size: .95rem;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 1rem;
  position: relative;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .agent .inner .agent-contact .infos-contact .nom-agent::before {
  content: "";
  position: absolute;
  background-color: #fefefe;
  width: 15px;
  height: 1px;
  left: 0;
  bottom: -0.5rem;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .agent .inner .agent-contact .infos-contact .poste {
  color: #fefefe;
  font-size: .9rem;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  margin-top: 1rem;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .agent .inner .agent-contact .infos-contact .telephone {
  margin-top: .5rem;
  color: #fefefe;
  font-size: .9rem;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .agent .inner .agent-contact .infos-contact .mail {
  color: #fefefe;
  font-size: .95rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .agent .inner .les-plus-du-bien {
    width: 50%;
    padding-left: 1.5rem;
  }
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .agent .inner .les-plus-du-bien .les-plus {
  font-family: 'Josefin Sans', sans-serif;
  color: #fefefe;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  padding-left: 0;
  position: relative;
  text-align: justify;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .alentour {
  margin: 4rem 0;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .alentour .infos-secteur {
  background-color: #151f21;
  padding: 4rem 3rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.single-immobilier_neuf #immobilier-neuf-single .page-content .alentour .infos-secteur {
    padding: 2rem;
  }
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .alentour .infos-secteur h2 {
  color: #fefefe;
  margin-bottom: .5rem;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .alentour .infos-secteur .texte {
  margin-bottom: 1.5rem;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .alentour .infos-secteur .texte p {
  color: #fefefe;
  font-size: 1.1rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  text-align: justify;
  margin-bottom: 0;
  line-height: 1.3;
  position: relative;
  padding-left: .5rem;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .alentour .infos-secteur .texte p::before {
  content: "";
  position: absolute;
  background-color: #fefefe;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: -5px;
  top: 5px;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .alentour .infos-secteur .texte:last-child {
  margin-bottom: 0;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .alentour .img-titre {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .alentour .img-titre .bandeau {
  background-color: rgba(255,255,255,0.8);
  left: 0;
  top: 0;
  transform: rotate(180deg);
  height: 100%;
  width: 2.5rem;
  position: absolute;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content .alentour .img-titre .bandeau .titre {
  color: #151f21;
  padding-top: .4rem;
  font-size: 1.2rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-270deg);
  letter-spacing: 2px;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire {
  background-color: #151f21;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/fond-formulaire-immo-neuf.png');
  height: 100%;
  width: 100%;
  padding: 2rem;
  position: relative;
  margin-bottom: 4rem;
  z-index: 0;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire::before {
  content: "";
  position: absolute;
  width: 98%;
  height: 95%;
  background-color: #fefefe;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire .titre-form {
  padding-top: 1rem;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire .titre-form h2 {
  text-align: center;
  color: #151f21;
  font-size: 1.8rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire .number {
  text-align: center;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire .number .fixe {
  position: relative;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire .number .fixe::before {
  content: "/";
  position: absolute;
  right: -1.5rem;
  top: 1px;
  color: #b2b2b2;
  font-size: 1.8rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire .number .portable {
  display: inline-block;
  margin: 1rem;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire .number .portable a {
  color: #b2b2b2;
  font-size: 1.6rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-decoration: none;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire .number .portable .contact .agent {
  color: #151f21;
  font-size: 1.5rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire .number .portable .contact .infos span {
  color: #151f21;
  font-size: 2rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  margin: 0 .5rem;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire .choix {
  color: #151f21;
  font-size: 1.5rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  text-align: center;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire .form {
  margin-top: 1rem;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire .form #nf-form-3-cont .nf-form-content {
  max-width: 1300px;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire .form #nf-form-3-cont .nf-form-fields-required {
  display: none;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire .form #nf-form-3-cont #nf-field-24-wrap {
  position: relative;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire .form #nf-form-3-cont #nf-field-24-wrap::before {
  content: ">";
  position: absolute;
  top: 50%;
  right: 1rem;
  color: #9d9d9c;
  font-size: 1.2rem;
  font-weight: 400;
  transform: translateY(-50%) rotate(90deg);
  z-index: 99;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire .form #nf-form-3-cont .nf-form-content select.ninja-forms-field:not([multiple]) {
  height: 57px !important;
  background-color: #efefea !important;
  font-weight: 300;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire .form #nf-form-3-cont textarea {
  height: 140px;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire .form #nf-form-3-cont label {
  display: none;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire .form #nf-form-3-cont input,
body.single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire .form #nf-form-3-cont textarea {
  padding: 1.8rem;
  border: none;
  outline: none;
  background-color: #efefea !important;
  font-weight: 300;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire .form #nf-form-3-cont ::placeholder {
  color: #9d9d9c;
  opacity: 1;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire .form #nf-form-3-cont :-ms-input-placeholder {
  color: #9d9d9c;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire .form #nf-form-3-cont ::-ms-input-placeholder {
  color: #9d9d9c;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire .form #nf-form-3-cont #nf-field-22-wrap input {
  width: 200px;
  padding: .8rem .5rem .5rem;
  background-color: #efefea !important;
  color: #9d9d9c !important;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.3rem;
  letter-spacing: 2px;
  cursor: pointer;
  float: right;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  margin-right: .5rem;
}
body.single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire .form #nf-form-3-cont #nf-field-22-wrap input:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-color: #151f21 !important;
  color: #efefea !important;
}
body.page-id-40 #presentation p {
  font-size: 1.1rem;
  line-height: 1.4;
}
body.page-id-40 .main-content h1 {
  text-transform: uppercase;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  line-height: 1.4;
}
body.page-id-40 .main-content #avantages {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-40 .main-content #avantages {
    margin-bottom: 0;
  }
}
body.page-id-40 .main-content #avantages .avantage-item {
  max-width: 18%;
  flex-basis: 18%;
}
body.page-id-40 .main-content #avantages .avantage-item img {
  margin-bottom: .5rem;
}
body.page-id-40 .main-content #avantages .avantage-item h4 {
  color: #626262;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1rem;
  font-weight: 400;
}
@media (min-width: 992px) and (max-width: 1249.98px) {
  body.page-id-40 .main-content #avantages .avantage-item h4 {
    font-size: .9rem;
  }
}
#team-members-wrapper {
  background-color: #151f21;
  padding-bottom: 5rem;
}
#team-members-wrapper .team-member-item .team-member-infos {
  padding: 8rem;
  color: #fefefe;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #team-members-wrapper .team-member-item .team-member-infos {
    padding: 3rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  #team-members-wrapper .team-member-item .team-member-infos {
    padding: 4rem;
  }
}
#team-members-wrapper .team-member-item .team-member-infos h2 {
  position: relative;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
#team-members-wrapper .team-member-item .team-member-infos h2:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 10px;
  height: 1px;
  background-color: #fefefe;
  margin-left: -5px;
}
#team-members-wrapper .team-member-item .team-member-infos h3 {
  font-size: .9rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
#team-members-wrapper .team-member-item .team-member-infos .member-description {
  margin-bottom: 3rem;
}
#team-members-wrapper .team-member-item .team-member-infos .member-citation {
  color: #d3a571;
  font-size: 1.1rem;
}
#team-members-wrapper .team-member-item figure {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
}
#team-members-wrapper .team-member-item:nth-child(2n+1) figure {
  order: 2;
}
#immobilier-neuf-menu {
  position: relative;
  margin-top: 5rem;
  margin-bottom: 3rem;
  padding: 0;
  z-index: 50;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #immobilier-neuf-menu {
    margin-bottom: 1rem;
  }
}
#immobilier-neuf-menu:before {
  content: "";
  position: absolute;
  bottom: 1.3rem;
  left: 3.2rem;
  width: 28.5rem;
  background-color: #151f21;
  height: 1px;
}
#immobilier-neuf-menu li {
  position: relative;
  margin-right: 2rem;
  list-style-type: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .9rem;
  text-align: center;
  padding-bottom: 2rem;
}
#immobilier-neuf-menu li a {
  display: inline-block;
  text-decoration: none;
  color: #626262;
  max-width: 110px;
}
#immobilier-neuf-menu li:last-of-type {
  margin-right: 0;
}
#immobilier-neuf-menu li:last-of-type a {
  max-width: 160px;
}
#immobilier-neuf-menu li:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border: 1px solid #151f21;
  background-color: #fefefe;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  margin-left: -5px;
}
#immobilier-neuf-menu li.active:after {
  background-color: #151f21;
}
#immobilier-neuf-menu li:not(.active):hover:after,
#immobilier-neuf-menu li:not(.active):focus:after {
  background-color: #d3a571;
  border: 1px solid #d3a571;
}
#immo-neuf-hors-lyon {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
#immo-neuf-liste,
#immo-neuf-hors-lyon {
  padding-right: 4rem;
  padding-left: 2rem;
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  #immo-neuf-liste,
  #immo-neuf-hors-lyon {
    padding-right: 1rem;
    padding-left: 0;
  }
}
@media (min-width: 1300px) and (max-width: 1399.98px) {
  #immo-neuf-liste,
  #immo-neuf-hors-lyon {
    padding-right: 2rem;
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #immo-neuf-liste,
  #immo-neuf-hors-lyon {
    padding-right: 0;
    padding-left: 0;
  }
}
#immo-neuf-liste .no-project,
#immo-neuf-hors-lyon .no-project {
  background-color: #151f21;
  width: 100%;
  display: block;
  padding: .8rem;
  color: #fefefe;
  text-align: center;
  letter-spacing: 3px;
  padding: 0 .5rem;
}
#immo-neuf-liste .real-estate-item,
#immo-neuf-hors-lyon .real-estate-item {
  text-decoration: none;
  padding: 0 15px;
  margin-bottom: 2rem;
}
#immo-neuf-liste .real-estate-item.exclusiviter figure::before,
#immo-neuf-hors-lyon .real-estate-item.exclusiviter figure::before {
  content: "";
  position: absolute;
  background-image: url('../img/exclusivite-neuf.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 45px;
  height: 45px;
  z-index: 50;
  top: 1rem;
  right: 1rem;
}
#immo-neuf-liste .real-estate-item figure,
#immo-neuf-hors-lyon .real-estate-item figure {
  height: 11rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  position: relative;
}
#immo-neuf-liste .real-estate-item h2,
#immo-neuf-hors-lyon .real-estate-item h2 {
  position: relative;
  margin: 0;
  background-color: #151f21;
  color: #fefefe;
  padding: 1rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 300;
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  #immo-neuf-liste .real-estate-item h2,
  #immo-neuf-hors-lyon .real-estate-item h2 {
    font-size: 1.1rem;
  }
}
#immo-neuf-liste .real-estate-item h2 .plus-icon,
#immo-neuf-hors-lyon .real-estate-item h2 .plus-icon {
  position: absolute;
  display: inline-block;
  top: 1.1rem;
  right: 1rem;
  height: 16px;
  width: 16px;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
#immo-neuf-liste .real-estate-item h2 .plus-icon:after,
#immo-neuf-liste .real-estate-item h2 .plus-icon:before,
#immo-neuf-hors-lyon .real-estate-item h2 .plus-icon:after,
#immo-neuf-hors-lyon .real-estate-item h2 .plus-icon:before {
  content: "";
  position: absolute;
  display: block;
  background-color: #d3a571;
}
#immo-neuf-liste .real-estate-item h2 .plus-icon:after,
#immo-neuf-hors-lyon .real-estate-item h2 .plus-icon:after {
  height: 2px;
  width: 16px;
  margin-top: -1px;
  top: 50%;
  z-index: 9;
}
#immo-neuf-liste .real-estate-item h2 .plus-icon:before,
#immo-neuf-hors-lyon .real-estate-item h2 .plus-icon:before {
  width: 2px;
  height: 16px;
  margin-left: -1px;
  left: 50%;
  z-index: 9;
}
#immo-neuf-liste .real-estate-item .rei-infos,
#immo-neuf-hors-lyon .real-estate-item .rei-infos {
  padding-top: 1rem;
  color: #151f21;
}
#immo-neuf-liste .real-estate-item .rei-infos .rei-release-date,
#immo-neuf-hors-lyon .real-estate-item .rei-infos .rei-release-date {
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0;
  margin-bottom: .2rem;
}
#immo-neuf-liste .real-estate-item .rei-infos .rei-release-ville,
#immo-neuf-liste .real-estate-item .rei-infos .rei-departement,
#immo-neuf-hors-lyon .real-estate-item .rei-infos .rei-release-ville,
#immo-neuf-hors-lyon .real-estate-item .rei-infos .rei-departement {
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0;
  margin-bottom: .2rem;
  display: inline-block;
}
#immo-neuf-liste .real-estate-item .rei-infos .rei-departement,
#immo-neuf-hors-lyon .real-estate-item .rei-infos .rei-departement {
  font-weight: 400;
}
#immo-neuf-liste .real-estate-item:hover h2 .plus-icon,
#immo-neuf-liste .real-estate-item:focus h2 .plus-icon,
#immo-neuf-hors-lyon .real-estate-item:hover h2 .plus-icon,
#immo-neuf-hors-lyon .real-estate-item:focus h2 .plus-icon {
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
body.page-id-192 #immo-neuf-header {
  height: 7rem;
  background-image: url('../img/immo-neuf-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body.page-id-192 .btn-map {
  display: none;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-192 .btn-map {
    display: block;
    z-index: 500;
    cursor: pointer;
    background-color: #d3a571;
    border-radius: 20px;
    padding: .8rem 1.5rem .5rem 1.5rem;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-bottom: 2rem;
    transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    -moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
  }
  body.page-id-192 .btn-map i {
    color: #fefefe;
  }
  body.page-id-192 .btn-map span {
    letter-spacing: 2px;
    color: #fefefe;
    text-transform: uppercase;
    margin-left: .5rem;
  }
  body.page-id-192 .btn-map:hover {
    background-color: #151f21;
    transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    -moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-192 #immo-neuf-liste {
    margin-top: 2rem;
  }
}
body.page-id-192 #immo-neuf-liste #district-presentation {
  padding: 0 .5rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.page-id-192 #immo-neuf-liste #district-presentation figure h4 span {
  font-size: 1.2rem;
}
body.page-id-192 #immo-neuf-liste #district-presentation .district-desc-wrapper {
  padding: 2rem;
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  body.page-id-192 #immo-neuf-liste #district-presentation .district-desc-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  body.page-id-192 #immo-neuf-liste #district-presentation .district-desc-wrapper .district-intro {
    font-size: 1.2rem;
  }
}
body.page-id-192 #districts-map-wrapper {
  position: relative;
  min-height: 1000px;
}
body.page-id-192 #districts-map-wrapper #map {
  position: absolute;
  left: 0;
  top: 0;
  padding: 3rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-192 #districts-map-wrapper #map {
    opacity: 1;
    transition: all .9s ease-in-out !important;
    -webkit-transition: all .9s ease-in-out !important;
    -moz-transition: all .9s ease-in-out !important;
    -o-transition: all .9s ease-in-out !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-192 #districts-map-wrapper #map.hide {
    opacity: 0;
    transition: all .9s ease-in-out !important;
    -webkit-transition: all .9s ease-in-out !important;
    -moz-transition: all .9s ease-in-out !important;
    -o-transition: all .9s ease-in-out !important;
  }
}
body.page-id-192 #districts-map-wrapper #map #lyon-map {
  max-height: 900px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-192 #districts-map-wrapper #map #lyon-map {
    max-height: 750px;
    margin-top: 1rem;
  }
}
body.page-id-192 #districts-map-wrapper #map #lyon-map .district-wrapper:hover,
body.page-id-192 #districts-map-wrapper #map #lyon-map .district-wrapper:active {
  cursor: pointer;
}
body.page-id-192 #districts-map-wrapper #map #lyon-map .district-wrapper path {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-192 #districts-map-wrapper #map #lyon-map .district-wrapper:hover path {
  fill: #fbdbce;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-192 #districts-map-wrapper #map #lyon-map .district-wrapper.active path {
  fill: #fbdbce;
}
body.page-id-192 .what-to-do i {
  font-size: 3rem;
  color: #fbdbce;
  margin-bottom: 2rem;
}
body.page-id-192 .what-to-do h4 {
  font-size: 1.5rem;
}
#default-page-title {
  margin-bottom: 3rem;
}
#default-page-title h1 {
  font-weight: 700;
  font-family: 'Josefin Sans', serif;
}
.page-id-3 #texte-confidentialite a,
.page-id-6 #texte-confidentialite a {
  color: #151f21;
}
.page-id-3 #texte-confidentialite a:hover,
.page-id-6 #texte-confidentialite a:hover {
  color: #d3a571;
  text-decoration: underline;
}
.default-page {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ede0d8;
}
.default-page h1,
.default-page h2,
.default-page h3,
.default-page h4 {
  font-family: 'Orator', serif;
  margin-top: 2rem;
  font-weight: 700;
}
.default-page h3 {
  font-size: 1.4rem;
}
.default-page p,
.default-page a,
.default-page ul,
.default-page li,
.default-page div {
  font-family: 'Josefin Sans', serif;
}
footer {
  background: #e7c9ac;
  background-image: url(../img/fond.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
footer .container-fluid {
  padding: 0 6rem;
}
@media (max-width: 1450px) {
  footer .container-fluid {
    padding: 0 3rem;
  }
}
@media (min-width: 992px) and (max-width: 1320px) {
  footer .container-fluid {
    padding: 0;
  }
}
footer .logo a {
  position: relative;
  display: block;
}
footer .logo a::before {
  content: "";
  position: absolute;
  border: solid 4px #d3a571;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 180px;
  height: 180px;
  border-radius: 50%;
}
footer .logo a img {
  max-width: 40%;
  display: block;
  margin: 0 auto;
}
footer .agence-reseau .agence {
  padding-top: 15px;
}
footer .agence-reseau .agence p {
  color: #151f21;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 25px;
  letter-spacing: 3px;
  font-family: 'Orator', sans-serif;
  font-weight: bold;
}
footer .agence-reseau .reseau-socio .reseaux {
  list-style-type: none;
  margin-top: 15px;
  margin-bottom: 0;
}
footer .agence-reseau .reseau-socio .reseaux > li {
  display: inline-block;
  margin: 0 7px;
  list-style-type: none;
}
footer .agence-reseau .reseau-socio .reseaux > li:first-child {
  margin-left: 0 !important;
}
footer .agence-reseau .reseau-socio .reseaux > li a,
footer .agence-reseau .reseau-socio .reseaux > li span {
  color: #d3a571;
}
footer .agence-reseau .reseau-socio .reseaux > li a i,
footer .agence-reseau .reseau-socio .reseaux > li span i {
  font-size: 1.5rem;
}
footer .agence-reseau .reseau-socio .reseaux > li a:hover,
footer .agence-reseau .reseau-socio .reseaux > li span:hover {
  color: #151f21;
}
footer .menu-horaire .menu-footer ul {
  padding-left: 0;
}
footer .menu-horaire .menu-footer ul li {
  list-style-type: none;
  margin-bottom: .6rem;
}
footer .menu-horaire .menu-footer ul li a {
  font-family: 'Orator', sans-serif;
  text-transform: uppercase;
  color: #151f21;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 4px;
  font-weight: 600;
  position: relative;
  display: block;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
footer .menu-horaire .menu-footer ul li a:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #d3a571;
}
footer .menu-horaire .menu-footer ul li:last-of-type {
  margin-bottom: 0;
}
footer .menu-horaire .honoraires {
  color: #d3a571;
  display: block;
  text-decoration: none;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
}
footer .menu-horaire .honoraires:hover {
  color: #151f21;
}
footer .informations-contact {
  padding-left: 0;
}
footer .informations-contact .tel,
footer .informations-contact .email {
  margin-bottom: .5rem;
}
footer .informations-contact .tel a,
footer .informations-contact .email a {
  font-family: 'Orator', sans-serif;
  text-transform: uppercase;
  color: #151f21;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 4px;
}
footer .informations-contact .tel a strong,
footer .informations-contact .email a strong {
  font-weight: 600;
}
footer .informations-contact .email a {
  font-family: 'Orator', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
}
footer .informations-contact .email a span {
  font-size: 14px;
  font-family: Arial;
}
footer .informations-contact .adresse {
  line-height: 27px;
  margin-top: -3px;
}
footer .informations-contact .adresse p {
  font-family: 'Orator', sans-serif;
  text-transform: uppercase;
  color: #151f21;
  font-size: 12px;
  letter-spacing: 4px;
  text-decoration: none;
  font-weight: 600;
}
footer .btn-contact {
  margin-top: 1.5rem;
}
footer .btn-contact a {
  background-color: #fefefe;
  color: #d3a571;
  display: block;
  text-decoration: none;
  font-family: 'Orator', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding: 15px 30px;
  line-height: 18px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
footer .btn-contact a:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-color: #151f21;
}
.page-id-271 #temoignage >.titre,
.page-id-271 .coup-de-coeur-slider >.titre,
.page-id-271 #instagram >.titre,
.page-id-271 .bien-recement-louer >.titre,
.page-id-57 #temoignage >.titre,
.page-id-57 .coup-de-coeur-slider >.titre,
.page-id-57 #instagram >.titre,
.page-id-57 .bien-recement-louer >.titre,
.page-id-56 #temoignage >.titre,
.page-id-56 .coup-de-coeur-slider >.titre,
.page-id-56 #instagram >.titre,
.page-id-56 .bien-recement-louer >.titre,
.page-id-18 #temoignage >.titre,
.page-id-18 .coup-de-coeur-slider >.titre,
.page-id-18 #instagram >.titre,
.page-id-18 .bien-recement-louer >.titre,
.page-id-367 #temoignage >.titre,
.page-id-367 .coup-de-coeur-slider >.titre,
.page-id-367 #instagram >.titre,
.page-id-367 .bien-recement-louer >.titre {
  position: relative;
}
.page-id-271 #temoignage >.titre h2,
.page-id-271 .coup-de-coeur-slider >.titre h2,
.page-id-271 #instagram >.titre h2,
.page-id-271 .bien-recement-louer >.titre h2,
.page-id-57 #temoignage >.titre h2,
.page-id-57 .coup-de-coeur-slider >.titre h2,
.page-id-57 #instagram >.titre h2,
.page-id-57 .bien-recement-louer >.titre h2,
.page-id-56 #temoignage >.titre h2,
.page-id-56 .coup-de-coeur-slider >.titre h2,
.page-id-56 #instagram >.titre h2,
.page-id-56 .bien-recement-louer >.titre h2,
.page-id-18 #temoignage >.titre h2,
.page-id-18 .coup-de-coeur-slider >.titre h2,
.page-id-18 #instagram >.titre h2,
.page-id-18 .bien-recement-louer >.titre h2,
.page-id-367 #temoignage >.titre h2,
.page-id-367 .coup-de-coeur-slider >.titre h2,
.page-id-367 #instagram >.titre h2,
.page-id-367 .bien-recement-louer >.titre h2 {
  background-color: #fefefe;
  z-index: 9;
  border-right: 10px solid #fefefe;
}
.page-id-271 #temoignage >.titre::after,
.page-id-271 .coup-de-coeur-slider >.titre::after,
.page-id-271 #instagram >.titre::after,
.page-id-271 .bien-recement-louer >.titre::after,
.page-id-57 #temoignage >.titre::after,
.page-id-57 .coup-de-coeur-slider >.titre::after,
.page-id-57 #instagram >.titre::after,
.page-id-57 .bien-recement-louer >.titre::after,
.page-id-56 #temoignage >.titre::after,
.page-id-56 .coup-de-coeur-slider >.titre::after,
.page-id-56 #instagram >.titre::after,
.page-id-56 .bien-recement-louer >.titre::after,
.page-id-18 #temoignage >.titre::after,
.page-id-18 .coup-de-coeur-slider >.titre::after,
.page-id-18 #instagram >.titre::after,
.page-id-18 .bien-recement-louer >.titre::after,
.page-id-367 #temoignage >.titre::after,
.page-id-367 .coup-de-coeur-slider >.titre::after,
.page-id-367 #instagram >.titre::after,
.page-id-367 .bien-recement-louer >.titre::after {
  content: "";
  display: block;
  height: 1px;
  background: #fde9da;
  width: 100%;
  position: absolute;
  top: 12px;
  right: 0;
}
.thumbnail-wrapper {
  margin: 7px !important;
}
#nf-field-55-container {
  display: none;
}
.offre {
  border: 1px solid #151f21;
  padding: 10px;
  margin: 10px;
}
.nf-form-fields-required {
  display: none;
}
#slider_promoteurs {
  position: relative;
  padding: 15px;
  margin-bottom: 20px;
}
#slider_promoteurs h4 {
  position: absolute;
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  background: #fefefe;
  top: -15px;
}
.thumbnail-image {
  border: 5px solid #fefefe !important;
}
body.page-id-367 #presentation,
body.page-id-40 #presentation {
  margin: 0 0 4rem;
}
body.page-id-367 #presentation #accroche,
body.page-id-40 #presentation #accroche {
  font-size: 1em;
}
body.page-id-367 #presentation #accroche p,
body.page-id-40 #presentation #accroche p {
  font-size: 1.1rem;
  line-height: 1.4;
}
@media (max-width: 1600px) {
  body.page-id-271 #les-etapes:before {
    height: 92%;
  }
  body.page-id-271 #les-etapes #troisieme-etape .etape-item:nth-child(1) {
    margin-top: 0;
  }
  body.page-id-271 #les-etapes #troisieme-etape .etape-item:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 1430px) {
  body.single-immobilier_neuf #lot .infos-lots .lot .action {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    padding-left: 4rem;
  }
  body.single-immobilier_neuf #lot .infos-lots .lot .action a {
    max-width: 250px;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  body.single-immobilier_neuf #lot .infos-lots .lot .action a:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  h1#main-title {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner {
    padding-left: 0;
    padding-right: 0;
  }
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .titre h2,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .titre h2 {
    padding: 0;
  }
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-cols,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-cols {
    padding: 0;
  }
  body.page-id-39 #neuf-avantages-wrapper .avantage-item h4 {
    font-size: 12px;
  }
  body.page-id-39 #map-search-container #map-wrapper #buttons-wrapper .button-item > a {
    font-size: 1rem !important;
  }
  body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien {
    padding-left: 0;
  }
  body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien .inner {
    padding-left: 0;
    padding-right: 0;
  }
  body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien .inner .infos-top-projet .titre h2 {
    padding: 0;
  }
  body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien .inner .infos-top-projet .caracteristique-cols {
    padding: 0;
  }
  body.page-id-367 #service .container-fluid,
  body.page-id-545 #service .container-fluid {
    padding: 0 !important;
  }
  #temoignage #slider-avis {
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  footer .logo-footer {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body header {
    padding: 1rem 0;
  }
  body header .logo {
    margin-bottom: 1rem;
  }
  body header .logo a img {
    max-width: 25%;
  }
  body header .menu-principal {
    padding: 0;
  }
  body header .menu-principal .navbar ul li {
    margin: 0 .4rem;
  }
  body header .menu-principal .navbar ul li a.nav-link {
    font-size: 11px;
    letter-spacing: 1px;
  }
  body header .reseau-socios .reseaux {
    margin-bottom: 0;
  }
  body footer .container-fluid {
    padding: 0 1rem;
  }
  body footer .logo {
    margin-bottom: 5rem;
    margin-top: 2rem;
  }
  body footer .logo a img {
    max-width: 20%;
  }
  body footer .menu-horaire {
    padding-left: 2rem;
  }
  body footer .menu-horaire .honoraires {
    font-size: .75rem !important;
  }
  body footer .infos-client {
    padding-left: 3rem;
  }
  body footer .btn-contact a {
    padding: 1rem 0.75rem !important;
  }
  body.page-id-5 .container-home::before {
    display: none;
  }
  body.page-id-5 .container-home::after {
    display: none;
  }
  body.page-id-5 .container-home .inner-home .logo figure img {
    max-width: 45%;
  }
  body.page-id-5 .container-home .inner-home .accroche figure img {
    max-width: 75%;
  }
  body.page-id-38 #wrapper-immo-ancien #location,
  body.page-id-38 #wrapper-immo-ancien #vente {
    height: 65vh;
  }
  .acces-formulaire,
  .acces-tel,
  .acces-newsletter {
    font-size: 1.9rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .acces-formulaire a,
  .acces-tel a,
  .acces-newsletter a {
    height: 50px;
  }
  .acces-tel {
    top: 161px;
  }
  .acces-newsletter {
    top: 269px;
  }
  .page-id-57 #immobilier-ancien {
    margin-top: 2rem !important;
  }
  .page-id-270 #bouton .oneo-btn {
    padding: 1rem 2rem !important;
  }
  body.page-id-271 #service-wrapper {
    padding-top: 0 !important;
  }
  body.page-id-271 #service-wrapper #les-avantages.container-fluid {
    padding: 0 1rem !important;
  }
  body.page-id-271 #service-wrapper #les-avantages #avantages {
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
  }
  body.page-id-271 #service-wrapper #les-avantages #avantages .avantage-item {
    max-width: 33% !important;
    flex-basis: 33% !important;
  }
  body.page-id-271 #service-wrapper #les-avantages #avantages .avantage-item h4 {
    font-size: .9rem !important;
  }
  body.page-id-271 #les-etapes {
    position: relative;
    margin-top: 1rem !important;
  }
  body.page-id-271 #les-etapes::before {
    height: 75% !important;
  }
  body.page-id-271 #les-etapes.container-fluid {
    padding: 0 !important;
  }
  body.page-id-271 #les-etapes #premiere-etape .etape-item:nth-child(1) {
    margin-top: 0 !important;
  }
  body.page-id-271 #les-etapes #premiere-etape .etape-item:nth-child(2) {
    margin-top: 0 !important;
  }
  body.page-id-271 #les-etapes #premiere-etape .etape-item:nth-child(3) {
    margin-top: 0 !important;
  }
  body.page-id-271 #les-etapes #deuxieme-etape .etape-item:nth-child(1) {
    margin-top: 0 !important;
  }
  body.page-id-271 #les-etapes #deuxieme-etape .etape-item:nth-child(2) {
    margin-top: 0 !important;
  }
  body.page-id-271 #les-etapes #troisieme-etape .etape-item:nth-child(1) {
    margin-top: 0 !important;
  }
  body.page-id-271 #les-etapes #troisieme-etape .etape-item:nth-child(2) {
    margin-top: 0 !important;
  }
  body.page-id-271 #les-etapes #troisieme-etape .etape-item:nth-child(3) {
    margin-top: 0 !important;
  }
  body.page-id-271 #les-etapes #premiere-etape .wrapper,
  body.page-id-271 #les-etapes #deuxieme-etape .wrapper,
  body.page-id-271 #les-etapes #troisieme-etape .wrapper {
    margin-bottom: 1rem !important;
  }
  body.page-id-271 #les-etapes #premiere-etape .wrapper .etape-item .inner,
  body.page-id-271 #les-etapes #deuxieme-etape .wrapper .etape-item .inner,
  body.page-id-271 #les-etapes #troisieme-etape .wrapper .etape-item .inner {
    margin-bottom: 1rem !important;
  }
  body.page-id-271 #temoignage #slider-avis .owl-stage-outer .owl-stage .owl-item .bloc-avis .photo {
    padding-right: 0 !important;
  }
  body.page-id-545 #service .container-fluid {
    padding: 0 !important;
  }
  body.page-id-545 #service .services-agence .inner-service {
    padding: 0;
  }
  body.page-id-545 #service .services-agence .inner-service .service-item {
    padding: 0;
  }
  body.page-id-545 #service .services-agence .inner-service .service-item .image-service {
    width: 220px !important;
    height: 220px !important;
  }
  body.page-id-367 #service .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body.page-id-367 #service .services-agence .inner-service {
    padding: 0;
  }
  body.page-id-367 #service .services-agence .inner-service .service-item {
    display: block;
    margin: 0 auto;
    text-decoration: none;
    padding: 0 !important;
  }
  body.page-id-367 #service .services-agence .inner-service .service-item .image-service {
    width: 220px !important;
    height: 220px !important;
  }
  body.page-id-367 #service .services-agence .inner-service .service-item .titre-service {
    text-transform: uppercase;
    font-weight: 600;
    color: #151f21;
    font-size: 1.2rem;
    letter-spacing: 2px;
    margin-top: 1.5rem;
    border: solid 1px #9d9d9c;
    padding: .5rem 1rem;
    display: inline-block;
    margin-bottom: 1rem;
  }
  body.page-id-367 #instagram .flux iframe {
    height: 120px !important;
  }
  body.page-id-367 #instagram .titre {
    margin-bottom: 2rem !important;
  }
  .page-id-39 #map-search-container .fluid-container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .page-id-39 #all-projects .residence figure {
    height: 250px !important;
  }
  .page-id-39 #filters .actions .btn {
    width: 100%;
    margin-bottom: 15px;
  }
  .page-id-56 #immobilier-ancien,
  .page-id-57 #immobilier-ancien {
    margin-top: 3rem;
  }
  .page-id-56 #immobilier-ancien .container-fluid,
  .page-id-57 #immobilier-ancien .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .page-id-56 #immobilier-ancien .les-biens .annonce .annonce-link figure,
  .page-id-57 #immobilier-ancien .les-biens .annonce .annonce-link figure {
    height: 280px !important;
  }
  .page-id-56 #immobilier-ancien .les-biens .annonce .annonce-link .nom-bien-superficie h2,
  .page-id-57 #immobilier-ancien .les-biens .annonce .annonce-link .nom-bien-superficie h2 {
    font-size: 1rem;
  }
  .page-id-56 #immobilier-ancien .les-biens .annonce .annonce-link .nom-bien-superficie .superficie-bien,
  .page-id-57 #immobilier-ancien .les-biens .annonce .annonce-link .nom-bien-superficie .superficie-bien {
    font-size: 1rem;
  }
  .page-id-56 .coup-de-coeur-slider,
  .page-id-57 .coup-de-coeur-slider {
    padding: 1rem;
  }
  .page-id-56 .coup-de-coeur-slider .titre,
  .page-id-57 .coup-de-coeur-slider .titre {
    margin-bottom: 2rem;
  }
  .page-id-56 .coup-de-coeur-slider .titre h3,
  .page-id-57 .coup-de-coeur-slider .titre h3 {
    font-size: .9rem;
    letter-spacing: 1px;
  }
  .page-id-56 .coup-de-coeur-slider #slider-coup-de-coeur,
  .page-id-57 .coup-de-coeur-slider #slider-coup-de-coeur {
    height: 180px !important;
    position: relative;
    margin-bottom: 0;
  }
  .page-id-56 .bien-recement-louer .titre,
  .page-id-57 .bien-recement-louer .titre {
    margin-bottom: 2rem;
  }
  .page-id-56 .bien-recement-louer #slider-bien-louer,
  .page-id-57 .bien-recement-louer #slider-bien-louer {
    height: 180px !important;
  }
  body.single-immo_ancien_location .fil-arianne .container,
  body.single-immo_ancien_vente .fil-arianne .container {
    max-width: 100%;
  }
  body.single-immo_ancien_location .fil-arianne .container a,
  body.single-immo_ancien_location .fil-arianne .container span,
  body.single-immo_ancien_vente .fil-arianne .container a,
  body.single-immo_ancien_vente .fil-arianne .container span {
    font-size: .75rem;
  }
  body.single-immo_ancien_location .fil-arianne .container span,
  body.single-immo_ancien_vente .fil-arianne .container span {
    font-size: .75rem;
  }
  body.single-immo_ancien_location .fil-arianne .container span.ref-bien,
  body.single-immo_ancien_vente .fil-arianne .container span.ref-bien {
    font-weight: 600;
  }
  body.single-immo_ancien_location #immobilier-ancien-single .page-content,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content {
    max-width: 100%;
  }
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos {
    margin: 3rem 0 3rem 0;
  }
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .galerie,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .galerie {
    padding-right: 0;
  }
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos #bien-slider,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos #bien-slider {
    height: 28rem;
  }
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien {
    padding-left: 0;
    padding-right: 0;
    margin-top: 2rem;
  }
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom {
    margin-top: 1rem;
  }
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique {
    margin-top: 3rem;
  }
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien {
    padding-right: 0;
  }
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner {
    padding: 1.5rem 0;
  }
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .agent,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .agent {
    padding-right: 0;
    padding-left: 0;
    margin-top: 1rem;
  }
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .agent-contact,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .agent-contact {
    width: 50%;
  }
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .agent-contact .infos-contact .nom-agent,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .agent-contact .infos-contact .nom-agent {
    font-size: .85rem;
  }
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .agent-contact .infos-contact .mail,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .agent-contact .infos-contact .mail {
    font-size: 1.1rem;
  }
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .les-plus-du-bien,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .les-plus-du-bien {
    width: 50%;
    padding-left: 1.5rem;
  }
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .les-plus-du-bien .les-plus:last-child,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .les-plus-du-bien .les-plus:last-child {
    margin-bottom: 0;
  }
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .alentour,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .alentour {
    margin: 2rem 0;
  }
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .alentour .infos-secteur,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .alentour .infos-secteur {
    padding: 2rem;
  }
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .alentour .img-titre,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .alentour .img-titre {
    height: 18rem;
    order: -1;
  }
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .form,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .form {
    margin-top: 1rem;
  }
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .form #nf-form-2-cont textarea,
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .form #nf-form-6-cont textarea,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .form #nf-form-2-cont textarea,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .form #nf-form-6-cont textarea {
    height: 131px;
  }
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .form #nf-form-2-cont #nf-field-17-container,
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .form #nf-form-2-cont #nf-field-61-container,
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .form #nf-form-6-cont #nf-field-17-container,
  body.single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .form #nf-form-6-cont #nf-field-61-container,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .form #nf-form-2-cont #nf-field-17-container,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .form #nf-form-2-cont #nf-field-61-container,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .form #nf-form-6-cont #nf-field-17-container,
  body.single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .form #nf-form-6-cont #nf-field-61-container {
    margin-bottom: 0;
  }
  body.page-id-39 #neuf-menu-navigation #neuf-menu-presentation {
    padding-left: 0;
  }
  body.page-id-39 #neuf-menu-navigation #neuf-menu-presentation::before {
    left: 8% !important;
  }
  body.page-id-39 #neuf-menu-navigation #neuf-menu-presentation .nmp-item .nmp-title {
    font-size: .75rem !important;
    max-width: 7rem !important;
    margin: 0 1rem !important;
  }
  body.page-id-39 #neuf-menu-navigation #neuf-menu-presentation .nmp-item .nmp-visu {
    width: 9rem !important;
    height: 9rem !important;
  }
  body.page-id-39 #neuf-menu-navigation #neuf-menu-presentation .nmp-item:last-child .nmp-title {
    max-width: 8rem !important;
  }
  body.page-id-39 #neuf-avantages-wrapper {
    padding: 3rem 1rem !important;
  }
  body.page-id-39 #neuf-avantages-wrapper .avantage-item {
    max-width: 28% !important;
    flex-basis: 28% !important;
  }
  body.page-id-39 #neuf-avantages-wrapper .avantage-item h4 {
    font-size: .8rem;
  }
  #district-presentation .district-desc-wrapper .district-intro {
    font-size: 1.3rem !important;
  }
  body.page-id-193 #immo-neuf-liste,
  body.page-id-194 #immo-neuf-liste,
  body.page-id-195 #immo-neuf-liste {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  body.page-id-193 #district-presentation,
  body.page-id-194 #district-presentation,
  body.page-id-195 #district-presentation {
    padding: 0 15px;
  }
  body.page-id-192 .what-to-do h4 {
    font-size: 1.2rem;
  }
  body.page-id-192 #districts-map-wrapper #map #lyon-map {
    max-height: 700px;
    margin-top: 2rem;
  }
  body.page-id-192 #immo-neuf-liste,
  body.page-id-192 #immo-neuf-hors-lyon {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  body.page-id-192 #immo-neuf-liste #district-presentation,
  body.page-id-192 #immo-neuf-hors-lyon #district-presentation {
    padding: 0 15px;
  }
  body.single-immobilier_neuf .fil-arianne .container {
    max-width: 100%;
  }
  body.single-immobilier_neuf .fil-arianne .container a,
  body.single-immobilier_neuf .fil-arianne .container span {
    font-size: .75rem;
  }
  body.single-immobilier_neuf .fil-arianne .container span {
    font-size: .75rem;
  }
  body.single-immobilier_neuf .fil-arianne .container span.ref-bien {
    font-weight: 600;
  }
  body.single-immobilier_neuf #immobilier-neuf-single .page-content {
    max-width: 100%;
  }
  body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos {
    margin: 3rem 0 3rem 0;
  }
  body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .galerie {
    padding-right: 0;
  }
  body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos #bien-slider {
    height: 28rem;
  }
  body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien {
    padding-left: 0;
    padding-right: 0;
    margin-top: 2rem;
  }
  body.single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-bottom {
    margin-top: 1rem;
  }
  body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique {
    margin-top: 3rem;
  }
  body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien {
    padding-left: 0;
    margin-top: 2rem;
  }
  body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien .inner {
    padding: 1.5rem 0;
  }
  body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .agent {
    padding-right: 0;
    padding-left: 0;
    margin-top: 1rem;
  }
  body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .agent .inner .agent-contact {
    width: 50%;
  }
  body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .agent .inner .agent-contact .infos-contact .nom-agent {
    font-size: .85rem;
  }
  body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .agent .inner .agent-contact .infos-contact .mail {
    font-size: 1.1rem;
  }
  body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .agent .inner .les-plus-du-bien {
    width: 50%;
    padding-left: 1.5rem;
  }
  body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .agent .inner .les-plus-du-bien .les-plus:last-child {
    margin-bottom: 0;
  }
  body.single-immobilier_neuf #immobilier-neuf-single .page-content .alentour {
    margin: 2rem 0;
  }
  body.single-immobilier_neuf #immobilier-neuf-single .page-content .alentour .infos-secteur {
    padding: 2rem;
  }
  body.single-immobilier_neuf #immobilier-neuf-single .page-content .alentour .img-titre {
    height: 18rem;
    order: -1;
  }
  body.single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire .form {
    margin-top: 1rem;
  }
  body.single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire .form #nf-form-3-cont textarea {
    height: 131px;
  }
  body.single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire .form #nf-form-3-cont #nf-field-24-container {
    margin-bottom: 0;
  }
  #team-members-wrapper .team-member-item .team-member-infos {
    padding: 2rem;
  }
  body.page-id-40 .main-content #avantages .avantage-item h4 {
    font-size: .85rem;
  }
  body.page-id-18 #presentation #main-title {
    font-size: 1.5rem;
  }
  body.page-id-18 #presentation #accroche p {
    font-size: 1rem;
  }
  body.page-id-18 #les-services {
    margin: 4rem 0;
  }
  body.page-id-18 #les-services.container-fluid {
    padding: 0;
  }
  body.page-id-18 #les-services .services-ancien .service-item,
  body.page-id-18 #les-services .services-neuf .service-item {
    transition: all .6s ease-in-out !important;
    -webkit-transition: all .6s ease-in-out !important;
    -moz-transition: all .6s ease-in-out !important;
    -o-transition: all .6s ease-in-out !important;
  }
  body.page-id-18 #les-services .services-ancien .service-item .image-service,
  body.page-id-18 #les-services .services-neuf .service-item .image-service {
    width: 190px;
    height: 190px;
  }
  body.page-id-18 #les-services .services-ancien .service-item .titre-service,
  body.page-id-18 #les-services .services-neuf .service-item .titre-service {
    font-size: .9rem;
    letter-spacing: 1px;
  }
  body.page-id-18 #les-services .services-ancien {
    margin-bottom: 3rem;
  }
  body.page-id-18 #instagram .titre {
    margin-bottom: 2rem;
  }
  body.blog .main-actus .bloc-main-actus {
    height: 450px;
  }
  body.blog .main-actus .bloc-main-actus .inner {
    width: 50%;
    padding: 1.5rem;
  }
  body.blog .main-actus .bloc-main-actus .inner .titre {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  body.blog .main-actus .bloc-main-actus .inner .date {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  body.blog .main-actus .bloc-main-actus .inner .texte p {
    font-size: .9rem;
  }
  body.blog .main-actus .bloc-main-actus .inner .btn-actus {
    font-size: 1rem;
  }
  body.blog #slider {
    margin-bottom: 3rem;
  }
  body.page-id-42 #infos-contact.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  body.page-id-42 #infos-contact .tel-group .picto,
  body.page-id-42 #infos-contact .mail-group .picto,
  body.page-id-42 #infos-contact .adresse-group .picto {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  body.page-id-42 #infos-contact .tel-group .telephone .agence span,
  body.page-id-42 #infos-contact .tel-group .telephone .immobilier span,
  body.page-id-42 #infos-contact .tel-group .telephone .neuf span {
    text-align: center;
    margin-right: 0;
  }
  body.page-id-42 #infos-contact .mail-group {
    padding: 0;
  }
  body.page-id-42 #infos-contact .mail-group .immobilier,
  body.page-id-42 #infos-contact .mail-group .neuf {
    text-align: center;
  }
  body.page-id-42 #infos-contact .mail-group .immobilier span,
  body.page-id-42 #infos-contact .mail-group .neuf span {
    text-align: center;
    margin-right: 0;
    letter-spacing: 1px;
  }
  body.page-id-42 #infos-contact .mail-group .immobilier .email a,
  body.page-id-42 #infos-contact .mail-group .neuf .email a {
    letter-spacing: 0;
  }
  body.page-id-42 #infos-contact .adresse-group .adresse p {
    text-align: center;
    font-size: .9rem;
  }
  body.page-id-42 #formulaire-map.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  body.page-id-42 #formulaire-map .map .inner {
    position: relative;
  }
  body.page-id-42 #formulaire-map .map .inner .bandeau-map .titre-map {
    width: 360px;
    font-size: 1rem;
  }
  #grdp_barre_mini {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  h1#main-title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  html,
  body {
    overflow-x: hidden !important;
    overflow: auto !important;
  }
  body header {
    padding: 1rem 0;
    position: relative;
  }
  body header .logo {
    margin-bottom: 1rem;
  }
  body header .logo a {
    width: 130px;
    height: auto;
    display: block;
  }
  body header .logo a img {
    max-width: 100%;
  }
  body header .menu-principal {
    padding: 0;
  }
  body header .menu-principal .navbar .navbar-toggler {
    margin-left: 50%;
    transform: translateX(-50%);
  }
  body header .menu-principal .navbar ul li {
    margin: 0 .4rem;
  }
  body header .menu-principal .navbar ul li a.nav-link {
    font-size: 12px;
    letter-spacing: 1px;
  }
  body header .menu-principal .navbar ul li.menu-item-has-children .dropdown-menu {
    padding: 1rem;
    box-shadow: none;
    text-align: center;
  }
  body header .menu-principal .navbar ul li.menu-item-has-children .dropdown-menu .sub-link:after {
    width: 65%;
    left: 50%;
    transform: translateX(-50%);
  }
  body header .menu-principal .navbar ul li.menu-item-has-children .dropdown-menu .sub-link a {
    font-size: 10px;
    letter-spacing: 1px;
  }
  body header .reseau-socios {
    top: 2rem;
    right: 1rem;
    position: absolute;
    width: 45%;
  }
  body header .reseau-socios .reseaux {
    margin-bottom: 0;
  }
  body footer {
    background-repeat: repeat;
    background-size: auto;
  }
  body footer.pb-5 {
    padding: 30px 0 !important;
  }
  body footer .container-fluid {
    padding: 0 1rem;
  }
  body footer .logo {
    margin-top: 1rem;
  }
  body footer .logo a::before {
    width: 150px;
    height: 150px;
  }
  body footer .logo a img {
    max-width: 50%;
  }
  body footer .logo-footer {
    margin-bottom: 0;
  }
  body footer .logo-footer img {
    max-height: 100px;
  }
  body footer .agence-reseau {
    margin-top: 30px;
  }
  body footer .agence-reseau .agence {
    text-align: center;
  }
  body footer .agence-reseau .agence p {
    text-align: center;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 16px;
  }
  body footer .agence-reseau .agence p br {
    content: "";
    margin-right: 6px;
  }
  body footer .agence-reseau .reseau-socio {
    width: 100%;
    text-align: center;
  }
  body footer .menu-horaire {
    margin: 1rem 0;
  }
  body footer .menu-horaire .menu-footer ul {
    text-align: center;
  }
  body footer .menu-horaire .menu-footer ul li a {
    font-size: 10px;
  }
  body footer .menu-horaire .honoraires {
    text-align: center;
  }
  body footer .informations-contact {
    margin-top: 1rem;
    width: 100%;
  }
  body footer .informations-contact .tel,
  body footer .informations-contact .email {
    text-align: center;
  }
  body footer .informations-contact .tel a,
  body footer .informations-contact .email a {
    font-size: 10px;
    letter-spacing: 2px;
  }
  body footer .informations-contact .adresse p {
    text-align: center;
    font-size: 10px;
    letter-spacing: 2px;
  }
  body footer .btn-contact {
    margin-top: 1.5rem;
    width: 100%;
    text-align: center;
  }
  body footer .btn-contact a {
    margin: 0;
    transform: none;
    max-width: 100%;
    font-size: 10px;
    width: auto;
    display: inline-block;
    padding: 1rem 1.5rem;
  }
  body .copyright {
    font-size: 12px;
    line-height: 16px;
    text-align: left;
  }
  body .copyright a.logo-idcom {
    float: left;
    margin-bottom: 20px;
  }
  body .copyright a.logo-idcom img {
    max-width: 30px;
  }
  body.page-id-545 #service .container-fluid {
    padding: 0 !important;
  }
  body.page-id-545 #service .services-agence .inner-service {
    padding: 0 30px;
  }
  body.page-id-545 #service .services-agence .inner-service .service-item {
    padding: 0;
  }
  body.page-id-545 #service .services-agence .inner-service .service-item .image-service {
    width: 220px !important;
    height: 220px !important;
  }
  body.page-id-5 #wrapper-home {
    overflow: auto;
  }
  body.page-id-5 #wrapper-home:before,
  body.page-id-5 #wrapper-home:after {
    display: none !important;
  }
  body.page-id-5 .acces-formulaire,
  body.page-id-5 .acces-tel,
  body.page-id-5 .acces-newsletter {
    font-size: 2rem;
    width: 45px;
    height: 45px;
    line-height: 47px;
    z-index: 1000;
  }
  body.page-id-5 .acces-formulaire {
    top: 38%;
  }
  body.page-id-5 .acces-tel {
    top: 29%;
  }
  body.page-id-5 .acces-newsletter {
    top: 47%;
  }
  body.page-id-5 .container-home {
    background-color: transparent;
  }
  body.page-id-5 .container-home::before {
    display: none;
  }
  body.page-id-5 .container-home::after {
    display: none;
  }
  body.page-id-5 .container-home .inner-home {
    background-color: #fefefe;
    padding-bottom: 50px;
  }
  body.page-id-5 .container-home .inner-home .logo {
    margin-top: 2rem;
  }
  body.page-id-5 .container-home .inner-home .logo figure img {
    max-width: 50%;
  }
  body.page-id-5 .container-home .inner-home .accroche figure img {
    max-width: 98%;
  }
  body.page-id-5 .container-home .inner-home #immobilier-ancien,
  body.page-id-5 .container-home .inner-home #immobilier-neuf {
    margin-top: 1rem;
  }
  body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-ancien .picto-ancien,
  body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-ancien .picto-neuf,
  body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-neuf .picto-ancien,
  body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-neuf .picto-neuf,
  body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-ancien .picto-ancien,
  body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-ancien .picto-neuf,
  body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-neuf .picto-ancien,
  body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-neuf .picto-neuf {
    width: 150px;
    margin: 0 auto;
    height: 150px;
  }
  body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-ancien .picto-ancien .picto,
  body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-ancien .picto-neuf .picto,
  body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-neuf .picto-ancien .picto,
  body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-neuf .picto-neuf .picto,
  body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-ancien .picto-ancien .picto,
  body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-ancien .picto-neuf .picto,
  body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-neuf .picto-ancien .picto,
  body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-neuf .picto-neuf .picto {
    width: 100px;
    height: 100px;
  }
  body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-ancien .text,
  body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-neuf .text,
  body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-ancien .text,
  body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-neuf .text {
    margin-top: 1rem;
  }
  body.page-id-5 .container-home .inner-home #immobilier-ancien .btn-immo-ancien .picto-ancien {
    background-color: #fbdbce !important;
  }
  body.page-id-5 .container-home .inner-home #immobilier-neuf .btn-immo-neuf .picto-neuf {
    background-color: #e7e8de !important;
  }
  body.page-id-38 #wrapper-immo-ancien.location-active #location {
    -ms-flex: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.page-id-38 #wrapper-immo-ancien.location-active #vente {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.page-id-38 #wrapper-immo-ancien.vente-active #vente {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.page-id-38 #wrapper-immo-ancien.vente-active #location {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.page-id-38 #wrapper-immo-ancien #location,
  body.page-id-38 #wrapper-immo-ancien #vente {
    transition: all 1s ease-in-out !important;
    -webkit-transition: all 1s ease-in-out !important;
    -moz-transition: all 1s ease-in-out !important;
    -o-transition: all 1s ease-in-out !important;
    height: 35vh;
    width: 100%;
    padding: 0;
  }
  body.page-id-38 #wrapper-immo-ancien #location .inner,
  body.page-id-38 #wrapper-immo-ancien #vente .inner {
    background-size: cover;
  }
  body.page-id-38 #wrapper-immo-ancien #location .inner .bandeau-text-vente,
  body.page-id-38 #wrapper-immo-ancien #location .inner .bandeau-text-location,
  body.page-id-38 #wrapper-immo-ancien #vente .inner .bandeau-text-vente,
  body.page-id-38 #wrapper-immo-ancien #vente .inner .bandeau-text-location {
    height: 100%;
    transform: rotate(0deg);
    z-index: 20;
    top: 0;
  }
  body.page-id-38 #wrapper-immo-ancien #location .inner .bandeau-text-vente .titre-section h2,
  body.page-id-38 #wrapper-immo-ancien #location .inner .bandeau-text-location .titre-section h2,
  body.page-id-38 #wrapper-immo-ancien #vente .inner .bandeau-text-vente .titre-section h2,
  body.page-id-38 #wrapper-immo-ancien #vente .inner .bandeau-text-location .titre-section h2 {
    font-size: 1rem;
    letter-spacing: 2px;
  }
  body.page-id-38 #wrapper-immo-ancien #location .inner .bandeau-text-location,
  body.page-id-38 #wrapper-immo-ancien #vente .inner .bandeau-text-location {
    left: 0;
  }
  body.page-id-57 #immobilier-ancien {
    margin-top: 0 !important;
  }
  body.page-id-56 .entete-immobilier-ancien,
  body.page-id-57 .entete-immobilier-ancien {
    height: 100px;
  }
  body.page-id-56 #immobilier-ancien,
  body.page-id-57 #immobilier-ancien {
    margin-top: 3rem;
  }
  body.page-id-56 #immobilier-ancien .container-fluid,
  body.page-id-57 #immobilier-ancien .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.page-id-56 #immobilier-ancien .les-biens .annonce .annonce-link figure,
  body.page-id-57 #immobilier-ancien .les-biens .annonce .annonce-link figure {
    height: 300px;
  }
  body.page-id-56 #immobilier-ancien .les-biens .annonce .annonce-link .nom-bien-superficie h2,
  body.page-id-57 #immobilier-ancien .les-biens .annonce .annonce-link .nom-bien-superficie h2 {
    font-size: 1rem;
  }
  body.page-id-56 #immobilier-ancien .les-biens .annonce .annonce-link .nom-bien-superficie .superficie-bien,
  body.page-id-57 #immobilier-ancien .les-biens .annonce .annonce-link .nom-bien-superficie .superficie-bien {
    font-size: 1rem;
  }
  body.page-id-56 .coup-de-coeur-slider,
  body.page-id-57 .coup-de-coeur-slider {
    padding: 1rem;
  }
  body.page-id-56 .coup-de-coeur-slider .titre,
  body.page-id-57 .coup-de-coeur-slider .titre {
    margin-bottom: 2rem;
  }
  body.page-id-56 .coup-de-coeur-slider .titre h3,
  body.page-id-57 .coup-de-coeur-slider .titre h3 {
    font-size: .9rem;
    letter-spacing: 1px;
  }
  body.page-id-56 .coup-de-coeur-slider #slider-coup-de-coeur,
  body.page-id-57 .coup-de-coeur-slider #slider-coup-de-coeur {
    height: 300px;
    position: relative;
    margin-bottom: 0;
  }
  body.page-id-56 .bien-recement-louer .titre,
  body.page-id-57 .bien-recement-louer .titre {
    margin-bottom: 2rem;
  }
  body.page-id-56 .bien-recement-louer #slider-bien-louer,
  body.page-id-57 .bien-recement-louer #slider-bien-louer {
    height: 300px;
  }
  .single-immo_ancien_location .entete-immobilier-ancien,
  .single-immo_ancien_vente .entete-immobilier-ancien {
    height: 100px;
  }
  .single-immo_ancien_location .fil-arianne .container,
  .single-immo_ancien_vente .fil-arianne .container {
    max-width: 100%;
  }
  .single-immo_ancien_location .fil-arianne .container a,
  .single-immo_ancien_location .fil-arianne .container span,
  .single-immo_ancien_vente .fil-arianne .container a,
  .single-immo_ancien_vente .fil-arianne .container span {
    text-transform: lowercase !important;
    letter-spacing: 0 !important;
  }
  .single-immo_ancien_location .fil-arianne .container span,
  .single-immo_ancien_vente .fil-arianne .container span {
    font-size: .8rem !important;
  }
  .single-immo_ancien_location .fil-arianne .container span.ref-bien,
  .single-immo_ancien_vente .fil-arianne .container span.ref-bien {
    font-weight: 600;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content {
    max-width: 100%;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos {
    margin: 3rem 0 3rem 0;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .galerie,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .galerie {
    padding-right: 0;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos #bien-slider,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos #bien-slider {
    height: 300px !important;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos #bien-slider .owl-nav,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos #bien-slider .owl-nav {
    bottom: 3rem !important;
    right: 3rem !important;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    margin-top: 1rem;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-top .nom-bien,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-top .nom-bien {
    font-size: 1.2rem !important;
    letter-spacing: 1px !important;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-top .reference-bien,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-top .reference-bien {
    font-size: 1rem !important;
    letter-spacing: 1px;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-top .description-bien,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-top .description-bien {
    margin-top: 2rem !important;
    margin-bottom: 2rem;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom {
    width: 100%;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom::before,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom::before {
    height: 100%;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom.exclusivite::after,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom.exclusivite::after {
    width: 40px !important;
    height: 40px !important;
    top: 55% !important;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom.compromis-vente::after,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom.compromis-vente::after {
    width: 40px !important;
    height: 40px !important;
    top: 55% !important;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom.exclusivite.compromis-vente::after,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom.exclusivite.compromis-vente::after {
    width: 40px !important;
    top: 0 !important;
    height: 125px !important;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom .secteur-bien,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom .secteur-bien {
    font-size: 1.4rem !important;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom .superficie-bien,
  .single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom .prix-bien,
  .single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom .type-bien,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom .superficie-bien,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom .prix-bien,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom .type-bien {
    font-size: 1.4rem !important;
    margin-bottom: .5rem !important;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom .prix-bien,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom .prix-bien {
    margin-bottom: 0 !important;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom .date-disponibiliter,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom .date-disponibiliter {
    line-height: 1;
    padding-top: .3rem;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom .date-disponibiliter span,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom .date-disponibiliter span {
    font-size: 1.1rem !important;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom .date-disponibiliter span.date,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .galerie-infos .infos-bien .infos-bottom .date-disponibiliter span.date {
    font-size: 1.1rem !important;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien {
    padding-right: 0;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .titre h2,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .titre h2 {
    font-size: 1.6rem !important;
    text-align: center !important;
    padding-left: 0 !important;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-left,
  .single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-right,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-left,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-right {
    padding: 0;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-left .caracteristique,
  .single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-right .caracteristique,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-left .caracteristique,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-right .caracteristique {
    margin-bottom: 1rem !important;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-left .caracteristique .picto img,
  .single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-right .caracteristique .picto img,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-left .caracteristique .picto img,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-right .caracteristique .picto img {
    max-width: 30% !important;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-left .caracteristique .nom-caracteristique,
  .single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-right .caracteristique .nom-caracteristique,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-left .caracteristique .nom-caracteristique,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-right .caracteristique .nom-caracteristique {
    text-align: center !important;
    padding-right: 0;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-cols,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-cols {
    column-count: 1 !important;
    -moz-column-count: 1 !important;
    -webkit-column-count: 1 !important;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-cols .caracteristique,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-cols .caracteristique {
    width: 50%;
    float: left;
    padding: 0 15px;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-cols .caracteristique .picto,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-cols .caracteristique .picto {
    height: 50px;
    line-height: 50px;
    margin-bottom: 15px;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-cols .caracteristique .picto img,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-cols .caracteristique .picto img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-cols .caracteristique .nom-caracteristique,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-cols .caracteristique .nom-caracteristique {
    font-size: 0.8rem !important;
    padding: 0;
    text-align: center;
    height: 54px;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .agent,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .agent {
    padding-left: 0 !important;
    margin-top: 1rem !important;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .agent-contact .photo,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .agent-contact .photo {
    height: 10rem !important;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .agent-contact .infos-contact,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .agent-contact .infos-contact {
    padding-right: 0;
    padding-left: 0 !important;
    margin: 1rem 0;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .agent-contact .infos-contact .telephone,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .agent-contact .infos-contact .telephone {
    font-size: 1rem !important;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .agent-contact .infos-contact .mail,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .agent-contact .infos-contact .mail {
    font-size: 1rem !important;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .les-plus-du-bien .les-plus,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .les-plus-du-bien .les-plus {
    font-family: 'Josefin Sans', sans-serif;
    color: #fefefe;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    padding-left: 0;
    position: relative;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .alentour,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .alentour {
    margin: 3rem 0 !important;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .alentour .infos-secteur,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .alentour .infos-secteur {
    padding: 2rem !important;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .alentour .infos-secteur .texte p,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .alentour .infos-secteur .texte p {
    font-size: 1rem !important;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .alentour .img-titre,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .alentour .img-titre {
    height: 16rem !important;
    order: -1 !important;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .alentour .img-titre .bandeau,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .alentour .img-titre .bandeau {
    left: 0 !important;
    right: inherit !important;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .alentour .img-titre .bandeau .titre,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .alentour .img-titre .bandeau .titre {
    transform: translate(-50%,-50%) rotate(270deg) !important;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire {
    padding: 1rem !important;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire::before,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire::before {
    width: 93% !important;
    height: 98% !important;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .titre-form,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .titre-form {
    padding-top: 1rem;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .titre-form h2,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .titre-form h2 {
    font-size: 1.4rem !important;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .number,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .number {
    text-align: center;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .number .portable,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .number .portable {
    display: inline-block;
    margin: 1rem 0 !important;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .number .portable a,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .number .portable a {
    font-size: 1.1rem !important;
    display: inline-block !important;
    width: 100% !important;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .number .portable .contact .agent,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .number .portable .contact .agent {
    font-size: 1.2rem !important;
  }
  .single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .form #nf-form-2-cont .nf-form-content,
  .single-immo_ancien_location #immobilier-ancien-single .page-content .formulaire .form #nf-form-6-cont .nf-form-content,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .form #nf-form-2-cont .nf-form-content,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .formulaire .form #nf-form-6-cont .nf-form-content {
    max-width: 100%;
  }
  .single-immobilier_neuf .entete-immobilier-neuf {
    height: 100px;
  }
  .single-immobilier_neuf .fil-arianne .container {
    max-width: 100%;
  }
  .single-immobilier_neuf .fil-arianne .container a,
  .single-immobilier_neuf .fil-arianne .container span {
    text-transform: lowercase !important;
    letter-spacing: 0 !important;
  }
  .single-immobilier_neuf .fil-arianne .container span {
    font-size: .8rem !important;
  }
  .single-immobilier_neuf .fil-arianne .container span.ref-bien {
    font-weight: 600;
  }
  .single-immobilier_neuf #lot {
    margin: 2rem 0 !important;
    padding: 0 !important;
  }
  .single-immobilier_neuf #lot .titre-tableau {
    display: none;
  }
  .single-immobilier_neuf #lot .infos-lots .lot {
    padding: 1rem 0;
  }
  .single-immobilier_neuf #lot .infos-lots .lot:nth-child(odd) {
    background-color: #c9c9c3;
  }
  .single-immobilier_neuf #lot .infos-lots .lot .piece,
  .single-immobilier_neuf #lot .infos-lots .lot .surface,
  .single-immobilier_neuf #lot .infos-lots .lot .prix,
  .single-immobilier_neuf #lot .infos-lots .lot .action {
    font-size: 1rem;
    font-family: 'Josefin Sans', sans-serif;
    padding-top: 1.5rem;
    justify-content: center !important;
  }
  .single-immobilier_neuf #lot .infos-lots .lot .piece::before,
  .single-immobilier_neuf #lot .infos-lots .lot .surface::before,
  .single-immobilier_neuf #lot .infos-lots .lot .prix::before,
  .single-immobilier_neuf #lot .infos-lots .lot .action::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-size: .9rem;
    color: #fde9da;
    padding: .4rem;
    background-color: #151f21;
    text-align: center;
  }
  .single-immobilier_neuf #lot .infos-lots .lot .piece::before {
    content: attr(data-piece);
    top: -15px;
  }
  .single-immobilier_neuf #lot .infos-lots .lot .surface {
    padding-top: 3rem;
  }
  .single-immobilier_neuf #lot .infos-lots .lot .surface::before {
    content: attr(data-suface);
    top: 7px;
  }
  .single-immobilier_neuf #lot .infos-lots .lot .prix {
    color: #a75850;
    font-weight: 700;
    padding-top: 3rem;
  }
  .single-immobilier_neuf #lot .infos-lots .lot .prix::before {
    content: attr(data-prix);
    top: 7px;
  }
  .single-immobilier_neuf #lot .infos-lots .lot .action {
    padding-top: 3rem;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .single-immobilier_neuf #lot .infos-lots .lot .action::before {
    content: attr(data-action);
    top: 7px;
  }
  .single-immobilier_neuf #lot .infos-lots .lot .action a {
    text-align: center;
    margin-bottom: .5rem !important;
    width: 100%;
    display: block;
    max-width: 100% !important;
  }
  .single-immobilier_neuf #lot .infos-lots .lot .action a:hover {
    transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    -moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    background-color: #151f21;
    color: #fefefe;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content {
    max-width: 100%;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos {
    margin: 3rem 0 3rem 0;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .galerie {
    padding-right: 0;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos #bien-slider {
    height: 300px !important;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos #bien-slider .owl-nav {
    bottom: 3rem !important;
    right: 3rem !important;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    margin-top: 1rem;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-top .nom-bien {
    font-size: 1.2rem !important;
    letter-spacing: 1px !important;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-top .reference-bien {
    font-size: 1rem !important;
    letter-spacing: 1px;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-top .description-bien {
    margin-top: 2rem !important;
    margin-bottom: 2rem;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-bottom {
    width: 100%;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-bottom::before {
    height: 100%;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-bottom .adresse-bien .adresse {
    font-size: 1.2rem !important;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-bottom .adresse-bien .code-postal-ville {
    font-size: 1.2rem !important;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-bottom .adresse-bien .code-postal-ville.exclusivite::before {
    width: 40px !important;
    height: 40px !important;
    right: 58px !important;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-bottom .adresse-bien .code-postal-ville .avancement-projet {
    right: 1rem !important;
    font-size: .75rem !important;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-bottom .adresse-bien .code-postal-ville .avancement-projet::before {
    width: 45px !important;
    height: 45px !important;
    right: -0.6rem !important;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-bottom.exclusivite::after {
    width: 40px !important;
    height: 40px !important;
    top: 55% !important;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-bottom.compromis-vente::after {
    width: 40px !important;
    height: 40px !important;
    top: 55% !important;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-bottom .secteur-bien {
    font-size: 1.4rem !important;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-bottom .superficie-bien,
  .single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-bottom .prix-bien,
  .single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-bottom .type-bien {
    font-size: 1.2rem !important;
    margin-bottom: .5rem !important;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-bottom .prix-bien {
    margin-bottom: 0 !important;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-bottom .date-disponibiliter {
    line-height: 1;
    padding-top: .3rem;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-bottom .date-disponibiliter span {
    font-size: 1.1rem !important;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .galerie-infos .infos-bien .infos-bottom .date-disponibiliter span.date {
    font-size: 1.1rem !important;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique {
    margin-top: 1rem !important;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien {
    padding-left: 0;
    margin-top: 1rem !important;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien .btn-projet a {
    margin-right: 0 !important;
    width: 100% !important;
    display: block !important;
    text-align: center !important;
    font-size: .9rem !important;
    margin-bottom: 1rem !important;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien .inner .titre h2 {
    font-size: 1.6rem !important;
    text-align: center !important;
    padding-left: 0 !important;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-left,
  .single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-right {
    padding: 0;
    width: 100%;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-left .caracteristique,
  .single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-right .caracteristique {
    margin-bottom: 1rem !important;
    column-count: 1 !important;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-left .caracteristique .picto,
  .single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-right .caracteristique .picto {
    padding: 0 15px !important;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-left .caracteristique .nom-caracteristique,
  .single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-right .caracteristique .nom-caracteristique {
    margin-left: 0 !important;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .agent {
    padding-right: 0 !important;
    margin-top: 1rem !important;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .agent .inner .agent-contact .photo {
    height: 10rem !important;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .agent .inner .agent-contact .infos-contact {
    padding-right: 0;
    padding-left: 0 !important;
    margin: 1rem 0;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .agent .inner .agent-contact .infos-contact .telephone {
    font-size: 1rem !important;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .agent .inner .agent-contact .infos-contact .mail {
    font-size: 1rem !important;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .agent .inner .les-plus-du-bien .les-plus {
    font-family: 'Josefin Sans', sans-serif;
    color: #fefefe;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    padding-left: 0;
    position: relative;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .alentour {
    margin: 2rem 0 !important;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .alentour .infos-secteur {
    padding: 2rem !important;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .alentour .infos-secteur .texte p {
    font-size: 1rem !important;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .alentour .img-titre {
    height: 16rem !important;
    order: -1 !important;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .alentour .img-titre .bandeau {
    left: 0 !important;
    right: inherit !important;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content .alentour .img-titre .bandeau .titre {
    transform: translate(-50%,-50%) rotate(270deg) !important;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire {
    padding: 1rem !important;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire::before {
    width: 93% !important;
    height: 98% !important;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire .titre-form {
    padding-top: 1rem;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire .titre-form h2 {
    font-size: 1.4rem !important;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire .number {
    text-align: center;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire .number .portable {
    display: inline-block;
    margin: 1rem 0 !important;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire .number .portable a {
    font-size: 1.1rem !important;
    display: inline-block !important;
    width: 100% !important;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire .number .portable .contact .agent {
    font-size: 1.2rem !important;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire .form #nf-form-3-cont .nf-form-content {
    max-width: 100%;
  }
  .single-immobilier_neuf #immobilier-neuf-single .page-content #formulaire .form #nf-form-3-cont #nf-field-22-wrap input {
    width: 100% !important;
    float: none !important;
  }
  .page-id-18 #presentation {
    margin: 1rem 0 !important;
  }
  .page-id-18 #presentation #main-title {
    font-size: 1.5rem !important;
  }
  .page-id-18 #les-services {
    margin: 2rem 0 0 0 !important;
  }
  .page-id-18 #les-services.container-fluid {
    padding: 0 1rem !important;
  }
  .page-id-18 #les-services .services-ancien .service-item,
  .page-id-18 #les-services .services-neuf .service-item {
    margin-bottom: 2rem !important;
  }
  .page-id-18 #les-services .services-ancien .service-item .image-service,
  .page-id-18 #les-services .services-neuf .service-item .image-service {
    width: 230px !important;
    height: 230px !important;
  }
  .page-id-18 #les-services .services-ancien {
    margin-bottom: 1rem !important;
  }
  .page-id-18 #instagram .flux iframe {
    height: 80px !important;
  }
  .page-id-18 #instagram .titre {
    margin-bottom: 2rem !important;
  }
  .page-id-270 #presentation-wrapper {
    padding-bottom: 0;
    padding-top: 0 !important;
  }
  .page-id-270 #presentation-wrapper #presentation {
    margin: 2rem 0;
  }
  .page-id-270 #presentation-wrapper #presentation #main-title {
    font-size: 1.4rem !important;
  }
  .page-id-270 #forfait .container {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .page-id-270 #forfait .forfait-wrapper {
    padding: 2rem !important;
  }
  .page-id-270 #forfait .forfait-wrapper .prix-forfait {
    text-align: center !important;
  }
  .page-id-270 #forfait .forfait-wrapper .infos-sup-forfait {
    text-align: center !important;
  }
  .page-id-270 #bouton .oneo-btn {
    width: 100% !important;
    display: block !important;
    margin-bottom: .5rem !important;
    font-size: .9rem !important;
  }
  body.page-id-272 #presentation-wrapper {
    padding-top: 0 !important;
  }
  body.page-id-272 #presentation-wrapper #presentation #main-title {
    font-size: 1.5rem !important;
  }
  body.page-id-272 #solutions {
    margin-bottom: 2rem !important;
  }
  body.page-id-272 #solutions .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body.page-id-272 #solutions .solution-wrapper .solution {
    padding: 0 !important;
    margin-bottom: 1rem !important;
  }
  body.page-id-272 #solutions .solution-wrapper .solution .inner {
    padding: 2rem !important;
  }
  body.page-id-272 #solutions .solution-wrapper .solution .inner::before {
    height: 97% !important;
  }
  body.page-id-272 #solutions .solution-wrapper .solution .inner .realisation h2,
  body.page-id-272 #solutions .solution-wrapper .solution .inner .cote-client h2 {
    text-align: center !important;
  }
  body.page-id-272 #solutions .solution-wrapper .solution .inner .nom-solution {
    font-size: 1.4rem !important;
  }
  .page-id-273 #presentation-wrapper {
    padding-top: 0 !important;
  }
  .page-id-273 #presentation-wrapper #presentation #main-title {
    font-size: 1.4rem !important;
  }
  .page-id-273 #solutions {
    margin-bottom: 2rem !important;
  }
  .page-id-273 #solutions .solution-wrapper .solution .inner {
    padding: 1.5rem !important;
  }
  .page-id-273 #solutions .solution-wrapper .solution .inner::before {
    width: 96% !important;
    height: 98% !important;
  }
  .page-id-273 #solutions .solution-wrapper .solution .inner .realisation h2,
  .page-id-273 #solutions .solution-wrapper .solution .inner .cote-client h2 {
    text-align: center !important;
  }
  body.page-id-271 #presentation {
    margin: 2rem 0 !important;
  }
  body.page-id-271 #presentation #main-title {
    font-size: 1.4rem !important;
  }
  body.page-id-271 #service-wrapper {
    padding-top: 0 !important;
  }
  body.page-id-271 #service-wrapper #les-avantages.container-fluid {
    padding: 0 1rem !important;
  }
  body.page-id-271 #service-wrapper #les-avantages #avantages {
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
  }
  body.page-id-271 #service-wrapper #les-avantages #avantages .avantage-item {
    max-width: 50% !important;
    flex-basis: 50% !important;
  }
  body.page-id-271 #service-wrapper #les-avantages #avantages .avantage-item h4 {
    font-size: 0.75rem !important;
    padding: 0 15px;
  }
  body.page-id-271 #les-etapes {
    position: relative;
    margin-top: 1rem !important;
  }
  body.page-id-271 #les-etapes::before {
    display: none !important;
  }
  body.page-id-271 #les-etapes.container-fluid {
    padding: 0 !important;
  }
  body.page-id-271 #les-etapes #premiere-etape .etape-item:nth-child(1) {
    margin-top: 0 !important;
  }
  body.page-id-271 #les-etapes #premiere-etape .etape-item:nth-child(2) {
    margin-top: 0 !important;
  }
  body.page-id-271 #les-etapes #premiere-etape .etape-item:nth-child(3) {
    margin-top: 0 !important;
  }
  body.page-id-271 #les-etapes #deuxieme-etape .etape-item:nth-child(1) {
    margin-top: 0 !important;
  }
  body.page-id-271 #les-etapes #deuxieme-etape .etape-item:nth-child(2) {
    margin-top: 0 !important;
  }
  body.page-id-271 #les-etapes #troisieme-etape .etape-item:nth-child(1) {
    margin-top: 0 !important;
  }
  body.page-id-271 #les-etapes #troisieme-etape .etape-item:nth-child(2) {
    margin-top: 0 !important;
  }
  body.page-id-271 #les-etapes #troisieme-etape .etape-item:nth-child(3) {
    margin-top: 0 !important;
  }
  body.page-id-271 #les-etapes #premiere-etape .wrapper,
  body.page-id-271 #les-etapes #deuxieme-etape .wrapper,
  body.page-id-271 #les-etapes #troisieme-etape .wrapper {
    margin-bottom: 1rem !important;
  }
  body.page-id-271 #les-etapes #premiere-etape .wrapper .etape-item .inner,
  body.page-id-271 #les-etapes #deuxieme-etape .wrapper .etape-item .inner,
  body.page-id-271 #les-etapes #troisieme-etape .wrapper .etape-item .inner {
    margin-bottom: 1rem !important;
  }
  body.page-id-271 #temoignage #slider-avis .owl-stage-outer .owl-stage .owl-item .bloc-avis .photo {
    height: 15rem !important;
    padding-right: 0 !important;
  }
  .page-id-274 #presentation-wrapper,
  .page-id-275 #presentation-wrapper {
    padding-top: 0 !important;
  }
  .page-id-274 #presentation-wrapper #presentation #main-title,
  .page-id-275 #presentation-wrapper #presentation #main-title {
    font-size: 1.4rem !important;
  }
  .page-id-274 #solutions .solution-wrapper .solution,
  .page-id-275 #solutions .solution-wrapper .solution {
    padding: 0 !important;
  }
  .page-id-274 #solutions .solution-wrapper .solution .inner,
  .page-id-275 #solutions .solution-wrapper .solution .inner {
    padding: 1.8rem !important;
  }
  .page-id-274 #solutions .solution-wrapper .solution .inner .realisation h2,
  .page-id-274 #solutions .solution-wrapper .solution .inner .realisation .nom-offre,
  .page-id-274 #solutions .solution-wrapper .solution .inner .offre h2,
  .page-id-274 #solutions .solution-wrapper .solution .inner .offre .nom-offre,
  .page-id-275 #solutions .solution-wrapper .solution .inner .realisation h2,
  .page-id-275 #solutions .solution-wrapper .solution .inner .realisation .nom-offre,
  .page-id-275 #solutions .solution-wrapper .solution .inner .offre h2,
  .page-id-275 #solutions .solution-wrapper .solution .inner .offre .nom-offre {
    text-align: center !important;
  }
  .page-id-274 #bouton .oneo-btn,
  .page-id-275 #bouton .oneo-btn {
    width: 100% !important;
  }
  .page-id-39 .header-banner {
    height: 6rem !important;
  }
  .page-id-39 #map {
    height: 400px !important;
  }
  .page-id-39 .main-content h1 {
    padding: 0 !important;
    margin-bottom: 1rem !important;
  }
  .page-id-39 #neuf-avantages-wrapper {
    padding: 3rem 2rem !important;
  }
  .page-id-39 #neuf-avantages-wrapper .avantage-item {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
  .page-id-39 #neuf-presentation-wrapper {
    padding-top: 30px 0 !important;
  }
  .page-id-39 #neuf-presentation-wrapper #presentation {
    padding: 0 !important;
    margin: 0 !important;
  }
  .page-id-39 #map-search-container .fluid-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .page-id-39 #map-search-container #map-wrapper {
    padding-left: 15px !important;
  }
  .page-id-39 #map-search-container #map-wrapper #buttons-wrapper.row .button-item > a {
    font-size: 0.8rem !important;
    width: 100%;
    text-align: center;
  }
  .page-id-39 #map-search-container #map-wrapper #buttons-wrapper.row .button-item:first-of-type {
    margin-bottom: 1rem;
  }
  .page-id-39 #all-projects .residence figure {
    height: 250px !important;
  }
  #slider_promoteurs h4 {
    position: static;
  }
  body.page-id-553 #offres .carousel-slider {
    padding: 0;
    padding-top: 30px;
  }
  body.page-id-553 #offres .owl-nav {
    top: -25px;
  }
  body.page-id-553 #offres .owl-nav .owl-prev span {
    margin: 0;
  }
  body.page-id-553 #offres .owl-nav .owl-next span {
    margin: 0;
  }
  body.page-id-553 .offre h3 {
    position: static;
    transform: none;
    width: 100%;
    padding: 0;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  body.page-id-553 .offre ul {
    padding-left: 20px;
  }
  body.page-id-553 .offre .block-offre {
    padding: 30px;
  }
  body.page-id-367 #presentation-wrapper {
    padding-top: 30px !important;
  }
  body.page-id-367 #presentation #main-title {
    font-size: 1.4rem !important;
  }
  body.page-id-367 #presentation #acrroche p {
    font-size: 1rem !important;
  }
  body.page-id-367 #service .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body.page-id-367 #service .services-agence .inner-service {
    padding: 0;
  }
  body.page-id-367 #service .services-agence .inner-service .service-item {
    display: block;
    margin: 0 auto;
    text-decoration: none;
    transition: all .6s ease-in-out !important;
    -webkit-transition: all .6s ease-in-out !important;
    -moz-transition: all .6s ease-in-out !important;
    -o-transition: all .6s ease-in-out !important;
  }
  body.page-id-367 #service .services-agence .inner-service .service-item .image-service {
    width: 220px !important;
    height: 220px !important;
  }
  body.page-id-367 #service .services-agence .inner-service .service-item .titre-service {
    text-transform: uppercase;
    font-weight: 600;
    color: #151f21;
    font-size: 1.2rem;
    letter-spacing: 2px;
    margin-top: 1.5rem;
    border: solid 1px #9d9d9c;
    padding: .5rem 1rem;
    display: inline-block;
    margin-bottom: 1rem;
  }
  body.page-id-367 #instagram .flux iframe {
    height: 80px !important;
  }
  body.page-id-367 #instagram .titre {
    margin-bottom: 2rem !important;
  }
  body.page-id-40 .main-content {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  body.page-id-40 .main-content h1 {
    font-size: 1.4rem !important;
  }
  body.page-id-40 .main-content #presentation {
    padding: 1rem !important;
  }
  body.page-id-40 .main-content #avantages {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  body.page-id-40 .main-content #avantages .avantage-item {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
  body.page-id-40 .main-content #avantages .avantage-item h4 {
    font-size: .9rem !important;
  }
  #team-members-wrapper .team-member-item .team-member-infos {
    padding: 2rem !important;
  }
  #team-members-wrapper .team-member-item figure {
    height: 15rem !important;
  }
  #team-members-wrapper .team-member-item:nth-child(1) figure {
    order: -1 !important;
  }
  .blog .main-actus .bloc-main-actus {
    height: 480px !important;
  }
  .blog .main-actus .bloc-main-actus .inner {
    right: .8rem !important;
    width: 90% !important;
    height: 90% !important;
    padding: 1rem !important;
  }
  .blog .main-actus .bloc-main-actus .inner .titre {
    margin-bottom: 1rem !important;
  }
  .blog .main-actus .bloc-main-actus .inner .date {
    margin-bottom: 1rem !important;
  }
  .blog .main-actus .bloc-main-actus .inner .texte p {
    line-height: 1.2rem !important;
    font-size: .9rem !important;
  }
  .blog .main-actus .bloc-main-actus .inner .btn-actus {
    width: 100% !important;
    text-align: center !important;
  }
  .page-id-42 #titre-contact {
    margin: 2rem 0 !important;
  }
  .page-id-42 #titre-contact .titre {
    font-size: 1.8rem !important;
  }
  .page-id-42 #infos-contact {
    padding: 2rem 0 2rem 0 !important;
    background-color: #efefea;
  }
  .page-id-42 #infos-contact.container-fluid {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .page-id-42 #infos-contact .tel-group .picto,
  .page-id-42 #infos-contact .mail-group .picto,
  .page-id-42 #infos-contact .adresse-group .picto {
    margin-bottom: 1rem !important;
  }
  .page-id-42 #infos-contact .tel-group .icon-adresse,
  .page-id-42 #infos-contact .mail-group .icon-adresse,
  .page-id-42 #infos-contact .adresse-group .icon-adresse {
    background-image: url('../img/picto-localisation.png');
  }
  .page-id-42 #infos-contact .tel-group .icon-mail,
  .page-id-42 #infos-contact .mail-group .icon-mail,
  .page-id-42 #infos-contact .adresse-group .icon-mail {
    background-image: url('../img/picto-mail.png');
  }
  .page-id-42 #infos-contact .tel-group .icon-tel,
  .page-id-42 #infos-contact .mail-group .icon-tel,
  .page-id-42 #infos-contact .adresse-group .icon-tel {
    background-image: url('../img/picto-tel.png');
  }
  .page-id-42 #infos-contact .tel-group .telephone .agence span,
  .page-id-42 #infos-contact .tel-group .telephone .immobilier span,
  .page-id-42 #infos-contact .tel-group .telephone .neuf span {
    text-align: center !important;
  }
  .page-id-42 #infos-contact .mail-group {
    margin-top: 1rem !important;
  }
  .page-id-42 #infos-contact .mail-group .immobilier,
  .page-id-42 #infos-contact .mail-group .neuf {
    margin-bottom: .5rem;
  }
  .page-id-42 #infos-contact .mail-group .immobilier span,
  .page-id-42 #infos-contact .mail-group .neuf span {
    text-align: center !important;
  }
  .page-id-42 #infos-contact .adresse-group {
    margin-top: 1rem !important;
  }
  .page-id-42 #infos-contact .adresse-group .adresse p {
    text-align: center !important;
  }
  .page-id-42 #formulaire-map {
    padding: 1rem 0 2rem 0 !important;
  }
  .page-id-42 #formulaire-map.container-fluid {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .page-id-42 #formulaire-map .form {
    margin-top: 1rem;
  }
  .page-id-42 #formulaire-map .form #nf-form-1-cont textarea {
    height: 160px !important;
  }
  .page-id-42 #formulaire-map .form #nf-form-1-cont #nf-field-4-wrap input {
    width: 100% !important;
    float: none !important;
  }
  .page-id-42 #formulaire-map .map {
    height: 350px !important;
  }
  .page-id-42 #formulaire-map .map .sow-google-map-canvas {
    height: 350px !important;
  }
  .page-id-42 #formulaire-map .map .inner {
    position: relative;
  }
  .page-id-42 #formulaire-map .map .inner .bandeau-map .titre-map {
    width: 290px !important;
    letter-spacing: 1px !important;
    font-size: .95rem !important;
  }
  .oneo-btn {
    text-transform: uppercase;
    width: 90%;
    white-space: pre-wrap;
    padding: 1rem;
  }
  .btn-loc {
    width: 100%;
  }
  #btn-vente {
    margin-bottom: 3rem;
    width: 100%;
  }
  #btn-vente .inner .texte {
    text-align: center;
  }
  .acces-formulaire,
  .acces-tel,
  .acces-newsletter {
    font-size: 2rem;
    width: 45px;
    height: 45px;
    line-height: 47px;
  }
  .acces-formulaire {
    top: 38%;
  }
  .acces-tel {
    top: 29%;
  }
  .acces-newsletter {
    top: 47%;
  }
  #grdp_barre_mini {
    display: none !important;
  }
  body.page-id-3 .default-page,
  body.page-id-6 .default-page {
    overflow-x: hidden;
  }
  body.page-id-3 #texte-confidentialite h2,
  body.page-id-6 #texte-confidentialite h2 {
    font-size: 20px;
    line-height: 24px;
  }
  body.page-id-3 #texte-confidentialite h3,
  body.page-id-6 #texte-confidentialite h3 {
    font-size: 16px;
    line-height: 20px;
  }
  body.page-id-3 #texte-confidentialite h4,
  body.page-id-6 #texte-confidentialite h4 {
    font-size: 16px;
    line-height: 20px;
  }
  body.page-id-3 #texte-confidentialite p,
  body.page-id-6 #texte-confidentialite p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767.98px) and (min-width: 992px) and (max-width: 1199.98px) {
  .single-immo_ancien_location #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .les-plus-du-bien,
  .single-immo_ancien_vente #immobilier-ancien-single .page-content .agent-caracteristique .agent .inner .les-plus-du-bien {
    width: 50%;
    padding-left: 1.5rem;
  }
}
@media (max-width: 767.98px) and (min-width: 992px) and (max-width: 1199.98px) {
  .single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .agent .inner .les-plus-du-bien {
    width: 50%;
    padding-left: 1.5rem;
  }
}
@media (max-width: 539px) {
  body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-left .caracteristique .nom-caracteristique,
  body.single-immobilier_neuf #immobilier-neuf-single .page-content .agent-caracteristique .caracteristique-bien .inner .caracteristique-right .caracteristique .nom-caracteristique {
    text-align: center;
    margin-top: 10px;
  }
}
body.page-id-39 .main-content h1 {
  text-transform: uppercase;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  line-height: 1.4;
}
body.page-id-39 #neuf-avantages-wrapper {
  padding: 3rem 10rem;
}
body.page-id-39 #neuf-avantages-wrapper .avantage-item {
  max-width: 14%;
  flex-basis: 14%;
}
body.page-id-39 #neuf-avantages-wrapper .avantage-item img {
  margin-bottom: .5rem;
}
body.page-id-39 #neuf-avantages-wrapper .avantage-item h4 {
  color: #626262;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .9rem;
  font-weight: 400;
}
body.page-id-39 #neuf-menu-navigation {
  background-color: #151f21;
  color: #fefefe;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
body.page-id-39 #neuf-menu-navigation #neuf-menu-presentation {
  position: relative;
}
body.page-id-39 #neuf-menu-navigation #neuf-menu-presentation:before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #fefefe;
  left: 12%;
  right: 9%;
  top: 2.9rem;
}
body.page-id-39 #neuf-menu-navigation #neuf-menu-presentation .nmp-item {
  text-align: center;
  list-style-type: none;
}
body.page-id-39 #neuf-menu-navigation #neuf-menu-presentation .nmp-item > a {
  text-decoration: none;
  text-align: center;
  display: inline-block;
}
body.page-id-39 #neuf-menu-navigation #neuf-menu-presentation .nmp-item .nmp-title {
  position: relative;
  list-style-type: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .9rem;
  text-align: center;
  padding-bottom: 2rem;
  max-width: 8rem;
  margin: auto;
  margin-bottom: 2rem;
}
body.page-id-39 #neuf-menu-navigation #neuf-menu-presentation .nmp-item .nmp-title a {
  display: inline-block;
  text-decoration: none;
  color: #626262;
  max-width: 110px;
}
body.page-id-39 #neuf-menu-navigation #neuf-menu-presentation .nmp-item .nmp-title:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border: 1px solid #d3a571;
  background-color: #151f21;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  margin-left: -5px;
}
body.page-id-39 #neuf-menu-navigation #neuf-menu-presentation .nmp-item .nmp-visu {
  position: relative;
  width: 12rem;
  height: 12rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
}
body.page-id-39 #neuf-menu-navigation #neuf-menu-presentation .nmp-item .nmp-visu:after {
  content: "";
  position: absolute;
  width: 110%;
  height: 110%;
  border: 1px solid #d3a571;
  left: -5%;
  top: -5%;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body.page-id-39 #neuf-menu-navigation #neuf-menu-presentation .nmp-item:hover .nmp-title:after,
body.page-id-39 #neuf-menu-navigation #neuf-menu-presentation .nmp-item:focus .nmp-title:after {
  background-color: #d3a571;
  border: 1px solid #d3a571;
}
body.page-id-39 #neuf-menu-navigation #neuf-menu-presentation .nmp-item:hover .nmp-visu:after,
body.page-id-39 #neuf-menu-navigation #neuf-menu-presentation .nmp-item:focus .nmp-visu:after {
  width: 115%;
  height: 115%;
  left: -7%;
  top: -7%;
}
body.page-id-39 #neuf-menu-navigation #neuf-menu-presentation .nmp-item:last-of-type .nmp-title {
  max-width: 10rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-39 #map-search-container .fluid-container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
body.page-id-39 #map-search-container #map-wrapper {
  padding-left: 0;
}
body.page-id-39 #map-search-container #map-wrapper #buttons-wrapper {
  margin-top: 1rem;
}
body.page-id-39 #map-search-container #map-wrapper #buttons-wrapper .button-item > a {
  display: inline-block;
  padding: .9rem 1rem .5rem 1rem;
  border-radius: 20px;
  color: #fefefe;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 1px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-39 #map-search-container #map-wrapper #buttons-wrapper .button-item > a:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-color: #151f21;
}
body.page-id-39 #map-search-container #map-wrapper #buttons-wrapper .button-item:first-of-type > a {
  background-color: #dad5ba;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
}
body.page-id-39 #map-search-container #map-wrapper #buttons-wrapper .button-item:first-of-type > a:hover {
  background-color: #151f21;
  color: #fefefe;
}
body.page-id-39 #map-search-container #map-wrapper #buttons-wrapper .button-item:last-of-type > a {
  background-color: #dad5ba;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
}
body.page-id-39 #map-search-container #map-wrapper #buttons-wrapper .button-item:last-of-type > a:hover {
  background-color: #151f21;
  color: #fefefe;
}
body.page-id-39 #map-filters {
  margin-top: 0 !important;
}
body.page-id-39 #map-filters .liste .residence {
  display: none;
}
body.page-id-39 #map-filters,
body.page-id-39 #all-projects {
  margin-top: 4rem;
}
body.page-id-39 #map-filters .form-row,
body.page-id-39 #all-projects .form-row {
  margin: 0;
}
body.page-id-39 #map-filters .input-group,
body.page-id-39 #all-projects .input-group {
  max-width: 100%;
  padding: 0;
  flex: 0 0 100%;
}
body.page-id-39 #map-filters .residence,
body.page-id-39 #all-projects .residence {
  text-decoration: none;
  margin-bottom: 2rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-39 #map-filters .residence .latitude,
body.page-id-39 #map-filters .residence .longitude,
body.page-id-39 #all-projects .residence .latitude,
body.page-id-39 #all-projects .residence .longitude {
  display: none;
}
body.page-id-39 #map-filters .residence figure,
body.page-id-39 #all-projects .residence figure {
  height: 250px;
  width: 100%;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.page-id-39 #map-filters .residence .nom-bien-superficie,
body.page-id-39 #all-projects .residence .nom-bien-superficie {
  position: relative;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  margin-top: 1rem;
}
body.page-id-39 #map-filters .residence .nom-bien-superficie h2,
body.page-id-39 #all-projects .residence .nom-bien-superficie h2 {
  color: #151f21;
  font-family: 'Orator Std';
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  z-index: 5;
}
body.page-id-39 #map-filters .residence .infos-bien,
body.page-id-39 #all-projects .residence .infos-bien {
  position: relative;
  margin-top: .5rem;
}
body.page-id-39 #map-filters .residence .infos-bien .secteur-bien,
body.page-id-39 #all-projects .residence .infos-bien .secteur-bien {
  color: #151f21;
  font-family: 'Orator Std';
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: .3rem;
}
body.page-id-39 #map-filters .residence .infos-bien .superficie-bien,
body.page-id-39 #all-projects .residence .infos-bien .superficie-bien {
  color: #151f21;
  font-family: 'Orator Std';
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
}
body.page-id-39 #map-filters .residence .infos-bien .type-bien,
body.page-id-39 #all-projects .residence .infos-bien .type-bien {
  color: #151f21;
  font-family: 'Orator Std';
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: .3rem;
  padding-right: 1.5rem;
  position: relative;
}
body.page-id-39 #map-filters .residence .infos-bien .type-bien::before,
body.page-id-39 #all-projects .residence .infos-bien .type-bien::before {
  content: "";
  position: absolute;
  right: 8px;
  top: 6px;
  background-color: #151f21;
  height: 1px;
  width: 8px;
}
body.page-id-39 #map-filters .residence .infos-bien .prix-bien,
body.page-id-39 #all-projects .residence .infos-bien .prix-bien {
  display: block;
  color: #151f21;
  font-family: 'Orator Std';
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
body.page-id-39 #map-filters .residence:hover,
body.page-id-39 #all-projects .residence:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-39 #map-filters .residence:hover .nom-bien-superficie,
body.page-id-39 #all-projects .residence:hover .nom-bien-superficie {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-39 #map-filters .residence:hover .nom-bien-superficie h2,
body.page-id-39 #all-projects .residence:hover .nom-bien-superficie h2 {
  color: #e7c9ac;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-39 #all-projects .residence figure {
  height: 350px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-39 #all-projects .residence figure {
    height: 250px;
  }
}
body.page-id-39 #filters form .form-group input {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}
body.page-id-39 #filters form .form-group .input-group-prepend .input-group-text {
  background-color: #151f21;
  color: #fefefe;
  border: 0;
}
body.page-id-39 #filters .actions {
  margin-bottom: 1rem;
}
body.page-id-39 #filters .actions .btn {
  padding: .5rem 1rem;
  background-color: #151f21;
  color: #fefefe;
  text-align: center;
  font-size: 1rem;
  text-decoration: none;
  border: 0;
  outline: none;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}
body.page-id-39 #filters .actions .btn:nth-child(2) {
  background-color: #c0c3c3;
  color: #151f21;
}
#district-presentation {
  margin-bottom: 3rem;
}
#district-presentation figure {
  padding: 0;
  margin: 0;
  background-size: cover;
  background-position: center;
}
#district-presentation figure h4 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3rem;
  padding: .5rem 1rem;
  height: 100%;
  z-index: 20;
  background-color: #d3a571;
  left: 0;
  margin: 0;
}
#district-presentation figure h4 span {
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-90deg);
  color: #fefefe;
  font-size: 1rem;
}
#district-presentation .district-desc-wrapper {
  background-color: #d3a571;
  color: #fefefe;
  padding: 3rem;
}
#district-presentation .district-desc-wrapper .district-intro {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
}
@font-face {
  font-family: 'oneo';
  src: url('../fonts/oneo.eot?vdlg0m');
  src: url('../fonts/oneo.eot?vdlg0m#iefix') format('embedded-opentype'), url('../fonts/oneo.ttf?vdlg0m') format('truetype'), url('../fonts/oneo.woff?vdlg0m') format('woff'), url('../fonts/oneo.svg?vdlg0m#oneo') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'oneo' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-newsletter-home:before {
  content: "\e902";
}
.icon-mail-home:before {
  content: "\e900";
}
.icon-tel-home:before {
  content: "\e901";
}
@font-face {
  font-family: 'Orator';
  src: url('../fonts/orator.eot?#iefix') format('embedded-opentype'), url('../fonts/orator.woff') format('woff'), url('../fonts/orator.ttf') format('truetype'), url('../fonts/orator.svg#orator') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Orator Std';
  src: url('../fonts/OratorStd.eot');
  src: url('../fonts/OratorStd.eot?#iefix') format('embedded-opentype'), url('../fonts/OratorStd.woff2') format('woff2'), url('../fonts/OratorStd.woff') format('woff'), url('../fonts/OratorStd.ttf') format('truetype'), url('../fonts/OratorStd.svg#OratorStd') format('svg');
  font-weight: 500;
  font-style: normal;
}
