html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input::-moz-focus-inner {
  border: 0;
}
.col-p5 {
  width: 5%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p5 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.col-p10 {
  width: 10%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p10 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.col-p15 {
  width: 15%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p15 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.col-p20 {
  width: 20%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p20 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.col-p25 {
  width: 25%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p25 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.col-p30 {
  width: 30%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p30 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.col-p35 {
  width: 35%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p35 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.col-p40 {
  width: 40%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p40 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.col-p45 {
  width: 45%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p45 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.col-p50 {
  width: 50%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p50 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.col-p55 {
  width: 55%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p55 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.col-p60 {
  width: 60%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p60 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.col-p65 {
  width: 65%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p65 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.col-p70 {
  width: 70%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p70 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.col-p75 {
  width: 75%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p75 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.col-p80 {
  width: 80%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p80 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.col-p85 {
  width: 85%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p85 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.col-p90 {
  width: 90%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p90 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.col-p95 {
  width: 95%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p95 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.col-p5 {
  width: 5%;
  float: left;
}
@media screen and (max-width: 768px) {
  .col-p5 {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
#mentions .modal-title {
  color: #000;
}
#mentions p {
  margin-bottom: 15px;
  font-size: 12px !important;
  line-height: 14px !important;
}
#mentions p strong,
#mentions p b {
  font-weight: bold;
}
#mentions a {
  color: #000;
}
a {
  color: #474747;
  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-decoration: none;
  outline: none;
}
a:hover,
a:active {
  color: #c7228b;
  text-decoration: none;
  outline: none;
}
a:focus {
  text-decoration: none;
}
p strong {
  font-weight: bold;
}
.lb-data .lb-number {
  display: none !important;
}
#grdp_barre_mini {
  left: auto !important;
  right: 0;
}
body {
  font-family: 'Nunito', sans-serif;
  overflow: auto;
  overflow-x: hidden;
  color: #474747;
  line-height: 24px;
  font-size: 16px;
  background: #ffffff;
}
body #menu-mobile,
body #menu-contact {
  display: none;
}
body header #entete {
  background-color: #523569;
  width: 100%;
  text-align: right;
  padding: 2px 30px;
}
body header #entete .info {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin-left: 40px;
}
body header #entete .info i {
  color: #c7228b;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin-right: 10px;
}
body header #entete .info a {
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
body header #entete .info a:hover {
  color: #c7228b;
}
body header #logo-et-menu {
  padding: 32px 30px;
  font-size: 0;
}
body header #logo-et-menu #logo {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
}
body header #logo-et-menu #logo img {
  display: inline-block;
  vertical-align: middle;
}
body header #logo-et-menu #logo .slogan {
  width: 130px;
  color: #747474;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 35px;
}
body header #logo-et-menu #wrapper_menu {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  text-align: right;
}
body header #logo-et-menu #wrapper_menu nav {
  display: inline-block;
  vertical-align: middle;
}
body header #logo-et-menu #wrapper_menu nav li {
  display: inline-block;
}
body header #logo-et-menu #wrapper_menu nav li a {
  text-transform: uppercase;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px;
  text-align: center;
}
body header #logo-et-menu #wrapper_menu nav li a:hover {
  color: #523569;
}
body header #logo-et-menu #wrapper_menu nav li:after {
  content: "";
  background-color: #c7228b;
  height: 30px;
  width: 1px;
  display: inline-block;
  vertical-align: middle;
}
body header #logo-et-menu #wrapper_menu nav li:first-child a {
  margin-left: 0;
}
body header #logo-et-menu #wrapper_menu nav li:last-child a {
  margin-right: 0;
}
body header #logo-et-menu #wrapper_menu nav li:last-child:after {
  display: none;
}
body header #logo-et-menu #wrapper_menu nav li.current-menu-item a {
  color: #523569;
  font-weight: bold;
  position: relative;
}
body header #logo-et-menu #wrapper_menu nav li.current-menu-item a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: url(../img/points-rose.png) no-repeat center;
  bottom: -15px;
  left: 0;
  cursor: default;
}
body header #logo-et-menu #wrapper_menu .lien-fb {
  background-color: #c7228b;
  color: #ffffff;
  border: 1px solid #c7228b;
  font-size: 28px;
  font-weight: bold;
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 40px;
  padding-top: 8px;
  margin-left: 50px;
}
body header #logo-et-menu #wrapper_menu .lien-fb:hover {
  background-color: #ffffff;
  color: #c7228b;
}
body main #home-topcontent {
  position: relative;
}
body main #home-topcontent:after {
  content: "";
  display: block;
  clear: both;
}
body main #avis-certifies {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}
body main #avis-certifies #ac-img {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  z-index: 2;
}
body main #avis-certifies #ac-img .circular-chart {
  display: block;
  width: 100px;
  max-height: 250px;
}
body main #avis-certifies #ac-img .circular-chart .circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
}
body main #avis-certifies #ac-img .circular-chart .circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 2s ease-out forwards;
  stroke: #c72d5b;
}
body main #avis-certifies #ac-img .circular-chart .percentage {
  fill: #ab6490;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}
body main #avis-certifies #ac-img > img {
  width: 80px;
  height: auto;
  margin-right: 1rem;
}
body main #avis-certifies #ac-img:after {
  animation: shine 4s ease-in-out infinite;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  background: rgba(255,255,255,0.13);
  background: linear-gradient(to right,rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.25) 77%,rgba(255,255,255,0.7) 92%,rgba(255,255,255,0) 100%);
}
body main #avis-certifies #ac-infos {
  padding: .5rem 2rem .5rem 5rem;
  margin-left: -5rem;
  background-color: #ffffff;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -o-border-radius: 50px !important;
}
body main #avis-certifies #ac-infos .star-rating {
  height: 20px;
  position: relative;
  width: 100px;
}
body main #avis-certifies #ac-infos .star-rating:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTAgNTAiIGZpbGw9IiM3ZjhjOGQiID4gICAgPHBhdGggZD0iTSAyNSAyLjI3MzQzNzUgTCAxOC42MDkzNzUgMTguNDgwNDY5IEwgMC44MTA1NDY4OCAxOS40MTc5NjkgTCAxNC42NDg0MzggMzAuNDEyMTA5IEwgMTAuMDcwMzEyIDQ3LjIyMjY1NiBMIDI1IDM3Ljc3MTQ4NCBMIDM5LjkyOTY4OCA0Ny4yMjI2NTYgTCAzNS4zNTE1NjIgMzAuNDEyMTA5IEwgNDkuMTg5NDUzIDE5LjQxNzk2OSBMIDMxLjM5MDYyNSAxOC40ODA0NjkgTCAyNSAyLjI3MzQzNzUgeiI+PC9wYXRoPjwvc3ZnPg==");
  background-repeat: repeat-x;
  background-size: 20px;
  bottom: 0;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
body main #avis-certifies #ac-infos .star-rating > span {
  display: block;
  text-indent: -10000px;
  width: 100px;
  height: 20px;
  position: absolute;
  overflow: hidden;
}
body main #avis-certifies #ac-infos .star-rating > span:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTAgNTAiIGZpbGw9IiNmMWM0MGYiID4gICAgPHBhdGggZD0iTSAyNSAyLjI3MzQzNzUgTCAxOC42MDkzNzUgMTguNDgwNDY5IEwgMC44MTA1NDY4OCAxOS40MTc5NjkgTCAxNC42NDg0MzggMzAuNDEyMTA5IEwgMTAuMDcwMzEyIDQ3LjIyMjY1NiBMIDI1IDM3Ljc3MTQ4NCBMIDM5LjkyOTY4OCA0Ny4yMjI2NTYgTCAzNS4zNTE1NjIgMzAuNDEyMTA5IEwgNDkuMTg5NDUzIDE5LjQxNzk2OSBMIDMxLjM5MDYyNSAxOC40ODA0NjkgTCAyNSAyLjI3MzQzNzUgeiI+PC9wYXRoPjwvc3ZnPg==");
  background-repeat: repeat-x;
  background-size: 20px;
  bottom: 0;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  right: 0;
  text-indent: 10000px;
  top: 0;
}
body main #avis-certifies #ac-infos #ac-title {
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
}
body main #avis-certifies #ac-infos #ac-survey {
  text-decoration: underline;
  font-size: .75rem;
}
body main #avis-certifies #ac-infos .opinion-system-rating {
  display: flex;
  justify-content: space-between;
}
body main .opinion-system-widget-company-rating-detail {
  display: none !important;
}
body main .opinion-system-widget-company-rating-detail .os-bootstrap {
  background-color: transparent;
}
body main .opinion-system-widget-company-rating-detail .os-bootstrap .os-container-fluid > .os-row .os-nav {
  display: none;
}
body main .opinion-system-widget-company-rating-detail .os-bootstrap .os-container-fluid > .os-row .os-tab-content .os-tab-pane > div:last-child {
  display: none;
}
body main .opinion-system-widget-company-rating-detail .os-bootstrap .os-dynamic-content > .os-row:nth-child(1) .satisfaction-review {
  display: none;
}
body main .opinion-system-widget-company-rating-detail .os-bootstrap .os-dynamic-content > .os-row:nth-child(2) {
  display: none;
}
body main .opinion-system-widget-company-rating-detail .os-bootstrap .os-dynamic-content .company-rating-detail-survey {
  display: none;
}
body main .titre-grand-hotel {
  font-family: 'Grand Hotel', cursive;
  text-align: center;
  font-size: 60px;
  line-height: 72px;
}
body main .confiez-nous-votre-bien-fixe {
  position: fixed;
  bottom: 0;
  right: 30px;
  background-color: #c7228b;
  color: #ffffff;
  border: 2px solid #c7228b;
  border-bottom: 0;
  padding: 7.5px 45px;
  font-weight: bold;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  z-index: 5;
  font-size: 20px;
}
body main .confiez-nous-votre-bien-fixe:hover {
  background-color: #ffffff;
  color: #c7228b;
}
body footer {
  background-color: #474747;
  color: #ffffff;
  padding: 15px 30px 30px;
}
body footer a {
  color: #ffffff;
}
body footer a:hover {
  color: #c7228b;
}
body footer .informations-contact img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 45px;
}
body footer .informations-contact .info {
  display: inline-block;
  vertical-align: middle;
}
body footer .informations-contact .info i {
  display: none;
}
body footer .informations-contact .tiret {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}
body footer .informations-legales {
  font-size: 14px;
  text-align: right;
  padding-top: 24px;
}
body footer .informations-legales img {
  display: inline-block;
  vertical-align: middle;
}
body footer .informations-legales a:last-child {
  margin-left: 5px;
}
.home .confiez-nous-votre-bien-fixe {
  display: none;
}
.home main {
  background: url(../img/bg-carreaux.png);
}
.home .boutons-de-navigation {
  padding: 0px 0px 90px;
  margin-top: -20%;
  float: left;
  width: 100%;
}
.home .boutons-de-navigation .container {
  float: right;
}
.home .boutons-de-navigation .bouton {
  text-align: center;
}
.home .boutons-de-navigation .bouton img {
  margin: auto;
  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;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  transform: translateZ(0) perspective(1px) scale3d(0.8,0.8,1);
  -webkit-transform: translateZ(0) perspective(1px) scale3d(0.8,0.8,1);
  -moz-transform: translateZ(0) perspective(1px) scale3d(0.8,0.8,1);
  -o-transform: translateZ(0) perspective(1px) scale3d(0.8,0.8,1);
}
.home .boutons-de-navigation .bouton .intitule {
  font-size: 32px;
  line-height: 38px;
  font-weight: 900;
  margin-top: 15px;
  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;
}
.home .boutons-de-navigation .bouton .texte {
  font-weight: bold;
  width: 140px;
  margin: auto;
  color: #747474;
  font-size: 20px;
  line-height: 26px;
  margin-top: 5px;
}
.home .boutons-de-navigation .bouton:hover img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  transform: translateZ(0) perspective(1px) scale3d(1,1,1);
  -webkit-transform: translateZ(0) perspective(1px) scale3d(1,1,1);
  -moz-transform: translateZ(0) perspective(1px) scale3d(1,1,1);
  -o-transform: translateZ(0) perspective(1px) scale3d(1,1,1);
}
.home .boutons-de-navigation .petit-bouton img {
  padding-top: 24px;
}
.home .boutons-de-navigation .bouton-acheter .intitule {
  color: #c72d5b;
}
.home .boutons-de-navigation .bouton-home-affinity .intitule {
  color: #c72d5b;
}
.home .boutons-de-navigation .bouton-home-affinity .intitule span {
  color: #ab6490;
}
.home .boutons-de-navigation .bouton-home-affinity .texte {
  width: 320px;
}
.home .boutons-de-navigation .bouton-vendre .intitule {
  color: #ab6490;
}
.home .nos-derniers-coups-de-coeur {
  float: left;
  width: 100%;
  background-color: #523569;
  padding: 70px 90px 110px;
}
.home .nos-derniers-coups-de-coeur .titre {
  color: #ffffff;
  background: url(../img/bg-titre-points-blanc.png) no-repeat center;
}
.home .nos-derniers-coups-de-coeur .titre span {
  background-color: #523569;
  padding: 0 20px;
}
.home .nos-derniers-coups-de-coeur .coups-de-coeur {
  margin-top: 50px;
}
.home .nos-derniers-coups-de-coeur .coups-de-coeur .coup-de-coeur a {
  display: block;
  border: 3px solid #ffffff;
}
.home .nos-derniers-coups-de-coeur .coups-de-coeur .coup-de-coeur a:hover {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -webkit-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -moz-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -o-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
}
.home .nos-derniers-coups-de-coeur .coups-de-coeur .coup-de-coeur .fond {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 395px;
  border-bottom: 3px solid #ffffff;
}
.home .nos-derniers-coups-de-coeur .coups-de-coeur .coup-de-coeur .description {
  background-color: #ffffff;
  border-top: 1px solid #b3b3b3;
  font-weight: bold;
  padding: 10px 15px;
  font-size: 18px;
}
.home .nos-derniers-coups-de-coeur .coups-de-coeur .coup-de-coeur .description .nom {
  margin-bottom: 5px;
}
.home .nos-derniers-coups-de-coeur .coups-de-coeur .coup-de-coeur .description .localisation {
  text-transform: uppercase;
}
.page-id-8 .titre {
  color: #523569;
}
.page-id-8 .biens-immobiliers .container {
  width: 900px;
}
.page-id-8 .biens-immobiliers .filtrage {
  text-align: center;
}
.page-id-8 .biens-immobiliers .filtrage #filters {
  font-size: 0;
  padding: 25px 0;
}
.page-id-8 .biens-immobiliers .filtrage #filters .button {
  background-color: #523569;
  color: #ffffff;
  text-transform: uppercase;
  border: 0;
  font-weight: bold;
  font-size: 16px;
  outline: none;
  padding: 10px 20px;
  margin: 0 12px;
  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;
}
.page-id-8 .biens-immobiliers .filtrage #filters .button:hover {
  background-color: #ab6490;
}
.page-id-8 .biens-immobiliers .filtrage #filters .button:first-child {
  margin-left: 0;
}
.page-id-8 .biens-immobiliers .filtrage #filters .button:last-child {
  margin-right: 0;
}
.page-id-8 .biens-immobiliers .filtrage #filters .button.is-checked {
  background-color: #ab6490;
}
.page-id-8 .biens-immobiliers .filtrage #sorts {
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  padding: 7.5px 0;
  position: relative;
  font-weight: bold;
}
.page-id-8 .biens-immobiliers .filtrage #sorts .button {
  border: 0;
  background-color: transparent;
  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;
  outline: none;
  padding: 0 15px;
}
.page-id-8 .biens-immobiliers .filtrage #sorts .button:hover {
  color: #ab6490;
}
.page-id-8 .biens-immobiliers .filtrage #sorts .button:after {
  color: #ab6490;
  margin-left: 5px;
  font-size: 15px;
}
.page-id-8 .biens-immobiliers .filtrage #sorts .button[data-sort-by="tprix"] {
  border-left: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
}
.page-id-8 .biens-immobiliers .filtrage #sorts .button.is-checked {
  color: #ab6490;
}
.page-id-8 .biens-immobiliers .filtrage #sorts .effacer-le-tri {
  display: none;
  position: absolute;
  bottom: -28px;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 1;
  color: #523569;
}
.page-id-8 .biens-immobiliers .filtrage #sorts .effacer-le-tri:hover {
  color: #ab6490;
}
.page-id-8 .biens-immobiliers .filtrage #sorts form {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 15px;
}
.page-id-8 .biens-immobiliers .filtrage #sorts form input {
  padding: 5px 15px;
  font-weight: normal;
  outline: none;
  width: 200px;
  border: 1px solid #b3b3b3;
}
.page-id-8 .biens-immobiliers .filtrage #sorts form .ville {
  position: relative;
}
.page-id-8 .biens-immobiliers .filtrage #sorts form .ville .dropdown-menu {
  position: absolute;
  top: 33px;
  left: 0;
  color: #474747;
  border-radius: 0;
  border: 0;
  padding: 0;
  width: 100%;
}
.page-id-8 .biens-immobiliers .filtrage #sorts form .ville .dropdown-menu div {
  padding: 5px 15px;
  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;
  cursor: pointer;
}
.page-id-8 .biens-immobiliers .filtrage #sorts form .ville .dropdown-menu div strong {
  font-weight: bold;
}
.page-id-8 .biens-immobiliers .filtrage #sorts form .ville .dropdown-menu div:hover {
  background-color: #e6e6e6;
}
.page-id-8 .biens-immobiliers .filtrage #sorts form .ville .dropdown-menu .saisir-une-ville {
  cursor: default;
}
.page-id-8 .biens-immobiliers .filtrage #sorts form .ville .dropdown-menu .saisir-une-ville:hover {
  background-color: #ffffff;
}
.page-id-8 .biens-immobiliers .filtrage #sorts form .ville .dropdown-menu .aucun-resultat {
  display: none;
  cursor: default;
}
.page-id-8 .biens-immobiliers .filtrage #sorts form .ville .dropdown-menu .aucun-resultat:hover {
  background-color: #ffffff;
}
.page-id-8 .biens-immobiliers .filtrage #sorts form .ville.saisie-effectuee .saisir-une-ville {
  display: none;
}
.page-id-8 .biens-immobiliers .filtrage #sorts form .ville.aucun-resultat .aucun-resultat {
  display: block;
}
.page-id-8 .biens-immobiliers .filtrage #sorts form .ville.open .dropdown-menu {
  display: block;
}
.page-id-8 .biens-immobiliers .filtrage #sorts form input[name="rayon"] {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  width: 55px;
}
.page-id-8 .biens-immobiliers .filtrage #sorts form .rayon {
  display: none;
}
.page-id-8 .biens-immobiliers .filtrage #sorts form .rayon .intitule {
  font-size: 14px;
}
.page-id-8 .biens-immobiliers .filtrage #sorts form .bouton-valider {
  background-color: #e6e6e6;
  border: 1px solid #b3b3b3;
  height: 36px;
  width: 36px;
  outline: none;
  display: none;
}
.page-id-8 .biens-immobiliers .filtrage #sorts form .bouton-valider i {
  color: #ab6490;
  font-size: 20px;
}
.page-id-8 .biens-immobiliers .filtrage #sorts .tri-asc:after {
  content: "▲";
}
.page-id-8 .biens-immobiliers .filtrage #sorts .tri-desc:after {
  content: "▼";
}
.page-id-8 .biens-immobiliers .phrase-de-recherche {
  padding: 30px 0 0;
  float: initial;
  font-weight: bold;
  color: #ab6490;
  text-align: center;
}
.page-id-8 .biens-immobiliers .grid {
  margin-top: 30px;
}
.page-id-8 .biens-immobiliers .grid .aucun-resultat {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.page-id-8 .biens-immobiliers .grid .grid-item {
  padding: 0px;
  padding: 2px;
}
.page-id-8 .biens-immobiliers .grid .grid-item .informations-pour-trier {
  display: none;
}
.page-id-8 .biens-immobiliers .grid .grid-item .full-height {
  height: 450px;
  overflow: hidden;
  position: relative;
}
.page-id-8 .biens-immobiliers .grid .grid-item .full-height .zoom {
  background: url(../img/loupe.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  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;
  display: none;
}
.page-id-8 .biens-immobiliers .grid .grid-item .full-height .fond {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 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;
}
.page-id-8 .biens-immobiliers .grid .grid-item .full-height .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #747474;
  opacity: 0;
  z-index: 1;
  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;
}
.page-id-8 .biens-immobiliers .grid .grid-item .full-height .avis {
  position: absolute;
  right: 30px;
  top: 15px;
  font-size: 0;
  z-index: 2;
}
.page-id-8 .biens-immobiliers .grid .grid-item .full-height .avis .introduction {
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  padding: 5px 35px;
  color: #523569;
  font-size: 16px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  max-width: 480px;
  white-space: nowrap;
  overflow: hidden;
}
.page-id-8 .biens-immobiliers .grid .grid-item .full-height .avis .photo {
  height: 65px;
  width: 65px;
  border-radius: 65px;
  border: 2px solid #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  margin-left: -15px;
}
.page-id-8 .biens-immobiliers .grid .grid-item .full-height .description {
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  padding: 15px 30px;
  font-weight: bold;
  font-size: 18px;
  z-index: 2;
}
.page-id-8 .biens-immobiliers .grid .grid-item .full-height .description .nom {
  margin-bottom: 5px;
}
.page-id-8 .biens-immobiliers .grid .grid-item .full-height .description .localisation {
  text-transform: uppercase;
}
.page-id-8 .biens-immobiliers .grid .grid-item .full-height .description .prix {
  position: absolute;
  right: 30px;
  top: 15px;
}
.page-id-8 .biens-immobiliers .grid .grid-item .full-height .description .honoraires {
  position: absolute;
  right: 30px;
  bottom: 15px;
  font-size: 12px;
  width: 105px;
  text-align: center;
  line-height: 13px;
  font-style: italic;
}
.page-id-8 .biens-immobiliers .grid .grid-item .full-height:hover .fond {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -webkit-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -moz-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -o-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
}
.page-id-8 .biens-immobiliers .grid .grid-item .full-height:hover .zoom {
  opacity: 1;
}
.page-id-8 .biens-immobiliers .grid .grid-item .full-height:hover .overlay {
  opacity: 0.75;
}
.page-id-8 .bien-de-vos-reves .container {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #b3b3b3;
}
.page-id-8 .bien-de-vos-reves .texte {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 100px;
  font-size: 20px;
  line-height: 32px;
}
.single-bien_immobilier .lightboxOverlay {
  opacity: 0.95;
}
.single-bien_immobilier .lb-outerContainer {
  background-color: transparent;
}
.single-bien_immobilier .lightbox .lb-image {
  border-radius: 0;
}
.single-bien_immobilier .lb-nav a.lb-prev {
  opacity: 1;
  margin-left: -65px;
}
.single-bien_immobilier .lb-nav a.lb-next {
  opacity: 1;
  margin-right: -65px;
}
.single-bien_immobilier .entete {
  padding-bottom: 60px;
}
.single-bien_immobilier .entete .titre {
  color: #523569;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  position: relative;
}
.single-bien_immobilier .entete .titre:after {
  content: "";
  width: 300px;
  height: 2px;
  background-color: #523569;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -150px;
}
.single-bien_immobilier .entete .annonce-nav {
  padding-top: 20px;
}
.single-bien_immobilier .entete .annonce-nav a {
  background-color: #e6e6e6;
  font-size: 18px;
  padding: 7.5px 5px;
  border-radius: 20px;
}
.single-bien_immobilier .entete .annonce-nav a:hover {
  background-color: #c7228b;
  color: #ffffff;
}
.single-bien_immobilier .entete .annonce-nav i {
  vertical-align: sub;
  font-size: 28px;
}
.single-bien_immobilier .entete .annonce-precedente {
  padding-left: 45px;
}
.single-bien_immobilier .entete .annonce-precedente a {
  padding-right: 15px;
}
.single-bien_immobilier .entete .annonce-precedente i {
  margin-right: 15px;
}
.single-bien_immobilier .entete .annonce-suivante {
  padding-right: 45px;
  text-align: right;
}
.single-bien_immobilier .entete .annonce-suivante a {
  padding-left: 15px;
}
.single-bien_immobilier .entete .annonce-suivante i {
  margin-left: 15px;
}
.single-bien_immobilier .entete .revenir-a-ma-selection {
  margin-top: 60px;
  text-align: center;
}
.single-bien_immobilier .entete .revenir-a-ma-selection a {
  border: 2px solid #c7228b;
  color: #ffffff;
  background-color: #c7228b;
  outline: none;
  font-size: 20px;
  padding: 5px 15px;
  display: inline-block;
}
.single-bien_immobilier .entete .revenir-a-ma-selection a i {
  margin-right: 10px;
}
.single-bien_immobilier .lien-fiche-pdf {
  padding: 15px 30px;
  text-align: right;
}
.single-bien_immobilier .lien-fiche-pdf a {
  background-color: #c7228b;
  color: #ffffff;
  padding: 7.5px 15px;
  border: 2px solid #c7228b;
}
.single-bien_immobilier .lien-fiche-pdf a:hover {
  color: #c7228b;
  background-color: #ffffff;
}
.single-bien_immobilier .lien-fiche-pdf i {
  font-size: 24px;
  vertical-align: middle;
  display: inline-block;
}
.single-bien_immobilier .lien-fiche-pdf span {
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
  font-weight: bold;
}
.single-bien_immobilier .galerie {
  display: none;
}
.single-bien_immobilier .galerie #slider {
  border: 0;
  margin-bottom: 60px;
}
.single-bien_immobilier .galerie #slider .flex-direction-nav {
  display: none;
}
.single-bien_immobilier .galerie #carousel {
  border: 0;
  margin-bottom: 30px;
}
.single-bien_immobilier .galerie #carousel .flex-viewport {
  margin: 0 75px;
}
.single-bien_immobilier .galerie #carousel .flex-viewport li {
  margin: 0 15px !important;
  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;
}
.single-bien_immobilier .galerie #carousel .flex-viewport li:hover {
  opacity: 0.25;
}
.single-bien_immobilier .galerie #carousel .flex-viewport li:first-child {
  margin-left: 0 !important;
}
.single-bien_immobilier .galerie #carousel .flex-viewport li:last-child {
  margin-right: 0 !important;
}
.single-bien_immobilier .galerie #carousel .flex-viewport li.flex-active-slide {
  opacity: 0.25;
}
.single-bien_immobilier .galerie #carousel .flex-direction-nav a {
  width: 30px;
  height: 100%;
  background-color: #b3b3b3;
  top: 20px;
  text-align: center;
  padding-top: 55px;
  outline: none;
  z-index: 1 !important;
  opacity: 1 !important;
}
.single-bien_immobilier .galerie #carousel .flex-direction-nav a:before {
  text-shadow: none;
  color: #ffffff;
  font-size: 24px;
}
.single-bien_immobilier .galerie #carousel .flex-direction-nav a:hover {
  background-color: #c7228b;
}
.single-bien_immobilier .galerie #carousel .flex-direction-nav .flex-prev {
  left: 20px !important;
}
.single-bien_immobilier .galerie #carousel .flex-direction-nav .flex-next {
  right: 20px !important;
}
.single-bien_immobilier .fiche {
  padding: 0 30px 25px;
}
.single-bien_immobilier .fiche >.row >.col-sm-6:first-child {
  padding-left: 90px;
  padding-right: 30px;
}
.single-bien_immobilier .fiche >.row >.col-sm-6:last-child {
  padding-left: 30px;
  padding-right: 90px;
}
.single-bien_immobilier .fiche .photos .content {
  height: 800px;
}
.single-bien_immobilier .fiche .photos .photo {
  margin-bottom: 30px;
}
.single-bien_immobilier .fiche .photos .photo:last-child {
  margin-bottom: 0;
}
.single-bien_immobilier .fiche .informations-generales {
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  padding: 25px 0;
  font-size: 20px;
  font-weight: bold;
}
.single-bien_immobilier .fiche .informations-generales .presentation-en-quelques-mots {
  color: #523569;
  margin-bottom: 5px;
}
.single-bien_immobilier .fiche .informations-generales .prix {
  text-align: right;
  line-height: 20px;
}
.single-bien_immobilier .fiche .informations-generales .prix .honoraires {
  font-size: 14px;
  font-style: italic;
}
.single-bien_immobilier .fiche .informations-generales .vignettes {
  margin-top: 10px;
  margin-bottom: 5px;
}
.single-bien_immobilier .fiche .informations-generales .vignettes span {
  font-weight: normal;
  font-size: 16px;
  background-color: #523569;
  color: #ffffff;
  margin-right: 20px;
  border-radius: 5px;
  padding: 5px 10px;
}
.single-bien_immobilier .fiche .informations-generales .vignettes span:last-child {
  margin-right: 0px;
}
.single-bien_immobilier .fiche .avis {
  padding: 25px 0;
  border-bottom: 1px solid #b3b3b3;
}
.single-bien_immobilier .fiche .avis .photo {
  height: 65px;
  width: 65px;
  border-radius: 65px;
  border: 2px solid #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.single-bien_immobilier .fiche .avis .accroche {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 18px;
}
.single-bien_immobilier .fiche .avis .accroche .intitule {
  color: #523569;
}
.single-bien_immobilier .fiche .avis .detail {
  margin-top: 10px;
  text-align: justify;
}
.single-bien_immobilier .fiche .en-resume {
  padding: 25px 0;
}
.single-bien_immobilier .fiche .en-resume .titre {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
.single-bien_immobilier .fiche .en-resume .col-sm-4 {
  margin-bottom: 10px;
}
.single-bien_immobilier .fiche .schemas {
  padding-top: 35px;
  border-top: 1px solid #b3b3b3;
  float: left;
  width: 100%;
  margin-bottom: 35px;
  border-bottom: 1px solid #b3b3b3;
}
.single-bien_immobilier .fiche .schemas .schema-dpe .titre {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.single-bien_immobilier .fiche .schemas .schema-dpe .valeur {
  margin-bottom: 30px;
}
.single-bien_immobilier .fiche .schemas .schema-dpe .valeur .numero {
  color: #474747;
  text-align: center;
  position: relative;
  font-weight: bold;
  display: inline-block;
  font-size: 18px;
}
.single-bien_immobilier .fiche .schemas .schema-dpe .cases {
  font-size: 0;
}
.single-bien_immobilier .fiche .schemas .schema-dpe .cases .case {
  color: #474747;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  width: 40px;
  height: 25px;
  display: inline-block;
  padding-top: 1px;
  vertical-align: middle;
}
.single-bien_immobilier .fiche .schemas .schema-dpe .cases .case span {
  display: none;
}
.single-bien_immobilier .fiche .schemas .schema-dpe .cases .case.active {
  border-radius: 50%;
  border: 2px solid #ffffff;
  margin-left: -5px;
  margin-right: -5px;
  position: relative;
  line-height: 35px;
  height: 40px;
}
.single-bien_immobilier .fiche .schemas .schema-dpe .cases .case.active span {
  display: block;
}
.single-bien_immobilier .fiche .schemas .schema-dpe .cases .case-a {
  background-color: #339a33;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.single-bien_immobilier .fiche .schemas .schema-dpe .cases .case-a span {
  display: block;
}
.single-bien_immobilier .fiche .schemas .schema-dpe .cases .case-b {
  background-color: #33cc33;
}
.single-bien_immobilier .fiche .schemas .schema-dpe .cases .case-c {
  background-color: #ccff33;
}
.single-bien_immobilier .fiche .schemas .schema-dpe .cases .case-d {
  background-color: #ffff00;
}
.single-bien_immobilier .fiche .schemas .schema-dpe .cases .case-e {
  background-color: #ffcc00;
}
.single-bien_immobilier .fiche .schemas .schema-dpe .cases .case-f {
  background-color: #ff9a33;
}
.single-bien_immobilier .fiche .schemas .schema-dpe .cases .case-g {
  background-color: #ff0000;
  color: #ffffff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.single-bien_immobilier .fiche .schemas .schema-dpe .cases .case-g span {
  display: block;
}
.single-bien_immobilier .fiche .schemas .schema-ges .titre {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.single-bien_immobilier .fiche .schemas .schema-ges .valeur {
  margin-bottom: 30px;
}
.single-bien_immobilier .fiche .schemas .schema-ges .valeur .numero {
  color: #474747;
  text-align: center;
  position: relative;
  font-weight: bold;
  display: inline-block;
  font-size: 18px;
}
.single-bien_immobilier .fiche .schemas .schema-ges .cases {
  font-size: 0;
}
.single-bien_immobilier .fiche .schemas .schema-ges .cases .case {
  color: #474747;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  width: 40px;
  height: 25px;
  display: inline-block;
  padding-top: 1px;
  vertical-align: middle;
}
.single-bien_immobilier .fiche .schemas .schema-ges .cases .case span {
  display: none;
}
.single-bien_immobilier .fiche .schemas .schema-ges .cases .case.active {
  border-radius: 50%;
  border: 2px solid #ffffff;
  margin-left: -5px;
  margin-right: -5px;
  position: relative;
  line-height: 35px;
  height: 40px;
}
.single-bien_immobilier .fiche .schemas .schema-ges .cases .case.active span {
  display: block;
}
.single-bien_immobilier .fiche .schemas .schema-ges .cases .case-a {
  background-color: #dbcfe5;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.single-bien_immobilier .fiche .schemas .schema-ges .cases .case-a span {
  display: block;
}
.single-bien_immobilier .fiche .schemas .schema-ges .cases .case-b {
  background-color: #cf96e7;
}
.single-bien_immobilier .fiche .schemas .schema-ges .cases .case-c {
  background-color: #b86cd9;
}
.single-bien_immobilier .fiche .schemas .schema-ges .cases .case-d {
  background-color: #ae4bd9;
}
.single-bien_immobilier .fiche .schemas .schema-ges .cases .case-e {
  background-color: #ae2bd9;
}
.single-bien_immobilier .fiche .schemas .schema-ges .cases .case-f {
  background-color: #9a0acc;
}
.single-bien_immobilier .fiche .schemas .schema-ges .cases .case-g {
  background-color: #8500cd;
  color: #ffffff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.single-bien_immobilier .fiche .schemas .schema-ges .cases .case-g span {
  display: block;
}
.single-bien_immobilier .fiche .descriptif {
  padding: 25px 0;
  border-top: 1px solid #b3b3b3;
}
.single-bien_immobilier .fiche .descriptif .contenu .titre {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
.single-bien_immobilier .fiche .descriptif .contenu .texte {
  text-align: justify;
}
.single-bien_immobilier .fiche .descriptif .contenu .texte p {
  margin-bottom: 20px;
}
.single-bien_immobilier .fiche .descriptif .carte #map {
  height: 370px;
}
.single-bien_immobilier .videos {
  padding: 25px 0;
  border-top: 1px solid #b3b3b3;
}
.single-bien_immobilier .videos button {
  border: 1px solid #b3b3b3;
  border-radius: 10px;
  display: block;
  padding: 7.5px 15px;
  font-weight: bold;
  color: #523569;
  text-align: center;
  font-size: 20px;
  background-color: #ffffff;
  width: 100%;
  outline: none;
  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;
}
.single-bien_immobilier .videos button img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.single-bien_immobilier .videos button:hover {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -webkit-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -moz-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -o-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
}
.single-bien_immobilier .formulaire {
  padding: 25px 0;
  border-top: 1px solid #b3b3b3;
}
.single-bien_immobilier .formulaire .titre {
  text-align: left;
  color: #523569;
  margin-bottom: 20px;
}
.single-bien_immobilier .formulaire .texte p {
  margin-bottom: 20px;
}
.single-bien_immobilier .formulaire #nf-form-1-cont .nf-form-fields-required,
.single-bien_immobilier .formulaire #nf-form-1-cont label {
  display: none;
}
.single-bien_immobilier .formulaire #nf-form-1-cont .nf-row {
  margin: 0 -20px;
}
.single-bien_immobilier .formulaire #nf-form-1-cont .nf-cell {
  padding: 0 20px;
}
.single-bien_immobilier .formulaire #nf-form-1-cont .nf-response-msg {
  font-size: 18px;
  color: #c7228b;
}
.single-bien_immobilier .formulaire #nf-form-1-cont input,
.single-bien_immobilier .formulaire #nf-form-1-cont select {
  padding: 5px 15px;
  outline: none;
}
.single-bien_immobilier .formulaire #nf-form-1-cont #nf-field-7-container label {
  display: block;
}
.single-bien_immobilier .formulaire #nf-form-1-cont #nf-field-4-container input {
  text-transform: uppercase;
  color: #ffffff;
  border: 0;
  background-color: #c7228b;
  width: 100%;
  padding: 6.75px 15px;
  font-size: 20px;
  margin-top: 34px;
}
.single-bien_immobilier .formulaire #nf-form-1-cont #nf-field-26-container li label {
  display: block;
}
.page-id-10 .confiez-nous-votre-bien-fixe {
  display: none;
}
.page-id-10 .titre {
  color: #523569;
}
.page-id-10 .vendre-facilement {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.page-id-10 .vendre-facilement .introduction {
  text-align: center;
  margin: 30px 0;
  padding: 0 15px;
}
.page-id-10 .vendre-facilement .etapes {
  width: 100%;
  float: left;
  padding: 0 0 75px;
  background: url(../img/forme-etapes-rose.png) no-repeat center 35%;
}
.page-id-10 .vendre-facilement .etapes .etape {
  width: 20%;
  float: left;
}
@media screen and (max-width: 768px) {
  .page-id-10 .vendre-facilement .etapes .etape {
    clear: both;
    float: inherit;
    width: 100%;
  }
}
.page-id-10 .vendre-facilement .etapes .etape .zone {
  width: 175px;
  margin: auto;
  background-color: #f2f2f2;
  border: 1px solid #b3b3b3;
  padding: 15px;
  border-radius: 160px;
  position: relative;
  -moz-box-shadow: inset -5px 5px 10px 0px #b3b3b3;
  -webkit-box-shadow: inset -5px 5px 10px 0px #b3b3b3;
  -o-box-shadow: inset -5px 5px 10px 0px #b3b3b3;
  box-shadow: inset -5px 5px 10px 0px #b3b3b3;
}
.page-id-10 .vendre-facilement .etapes .etape .zone .photo {
  height: 100px;
  width: 100px;
  margin: auto;
  border-radius: 100px;
  border: 2px solid #ab6490;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-id-10 .vendre-facilement .etapes .etape .zone .texte {
  text-align: center;
  height: 96px;
  font-size: 14px;
  line-height: 20px;
}
.page-id-10 .vendre-facilement .etapes .etape .zone .numero {
  height: 40px;
  width: 40px;
  background-color: #ffffff;
  color: #c7228b;
  font-weight: bold;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  border: 1px solid #b3b3b3;
  border-radius: 40px;
  text-align: center;
  font-size: 22px;
  padding-top: 8px;
}
.page-id-10 .vendre-facilement .etapes .haut {
  margin-bottom: 70px;
}
.page-id-10 .vendre-facilement .etapes .haut .zone .texte {
  margin-top: 10px;
  margin-bottom: 20px;
}
.page-id-10 .vendre-facilement .etapes .haut .zone .numero {
  bottom: -20px;
}
.page-id-10 .vendre-facilement .etapes .bas .zone .texte {
  margin-top: 30px;
  margin-bottom: 0px;
}
.page-id-10 .vendre-facilement .etapes .bas .zone .numero {
  top: -20px;
}
.page-id-10 .vendre-facilement .owl-carousel {
  display: none;
}
.page-id-10 .nos-honoraires .container {
  width: 760px;
}
.page-id-10 .nos-honoraires table {
  margin: 25px 0 100px;
}
.page-id-10 .nos-honoraires table th {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.page-id-10 .pourquoi-choisir-lexclusivite .raisons {
  padding: 75px 0 100px;
}
.page-id-10 .pourquoi-choisir-lexclusivite .raisons >.container {
  width: 1700px;
}
.page-id-10 .pourquoi-choisir-lexclusivite .raisons .raison {
  padding: 0 30px;
}
.page-id-10 .pourquoi-choisir-lexclusivite .raisons .raison .zone {
  border: 1px solid #b3b3b3;
  background-color: #f2f2f2;
  border-radius: 11px;
}
.page-id-10 .pourquoi-choisir-lexclusivite .raisons .raison .zone .titre {
  background-color: #523569;
  color: #ffffff;
  font-weight: bold;
  padding: 7.5px 20px;
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid #b3b3b3;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.page-id-10 .pourquoi-choisir-lexclusivite .raisons .raison .zone .photo {
  height: 160px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-id-10 .pourquoi-choisir-lexclusivite .raisons .raison .zone .texte {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 15px 20px 0;
  border-top: 1px solid #b3b3b3;
  min-height: 135px;
}
.page-id-10 .pourquoi-choisir-lexclusivite .raisons .raison .zone .texte a {
  cursor: pointer;
}
.page-id-10 .pourquoi-choisir-lexclusivite .raisons .raison .zone .texte a[data-lightbox="home-staging-virtuel"] {
  color: #c7228b;
}
.page-id-10 .pourquoi-choisir-lexclusivite .raisons .raison .zone .texte a[data-lightbox="home-staging-virtuel"] i {
  margin-left: 5px;
}
.page-id-10 .pourquoi-choisir-lexclusivite .raisons .raison .zone .texte p {
  margin-bottom: 15px;
}
.page-id-10 .pourquoi-choisir-lexclusivite .raisons .raison .zone .zone-cachee {
  display: none;
}
.page-id-10 .ce-quils-pensent-de-nous .owl-carousel {
  width: 1700px;
  margin: 60px auto 0;
}
.page-id-10 .ce-quils-pensent-de-nous .owl-carousel .owl-nav div {
  position: absolute;
  top: -100px;
  font-size: 42px;
  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;
}
.page-id-10 .ce-quils-pensent-de-nous .owl-carousel .owl-nav div:hover {
  color: #ab6490;
}
.page-id-10 .ce-quils-pensent-de-nous .owl-carousel .owl-nav .owl-prev {
  left: 25px;
}
.page-id-10 .ce-quils-pensent-de-nous .owl-carousel .owl-nav .owl-next {
  right: 25px;
}
.page-id-10 .ce-quils-pensent-de-nous .owl-carousel .owl-item {
  padding: 0 30px;
}
.page-id-10 .ce-quils-pensent-de-nous .owl-carousel .owl-item .item {
  background-color: #f2f2f2;
  border: 1px solid #ab6490;
  border-radius: 10px;
}
.page-id-10 .ce-quils-pensent-de-nous .owl-carousel .owl-item .item img {
  width: auto;
  margin: auto;
  margin-top: 15px;
}
.page-id-10 .ce-quils-pensent-de-nous .owl-carousel .owl-item .item .contenu {
  padding: 15px 20px 0;
}
.page-id-10 .ce-quils-pensent-de-nous .owl-carousel .owl-item .item .contenu .texte {
  margin-bottom: 15px;
}
.page-id-10 .ce-quils-pensent-de-nous .owl-carousel .owl-item .item .auteurs {
  padding: 0px 20px 15px;
  font-weight: bold;
  text-align: center;
  color: #ab6490;
}
.page-id-10 .faites-estimer-votre-bien-immobilier {
  margin-bottom: 60px;
}
.page-id-10 .faites-estimer-votre-bien-immobilier .introduction {
  text-align: center;
  margin: 30px 0;
  padding: 0 15px;
}
.page-id-10 .faites-estimer-votre-bien-immobilier #nf-form-3-cont .nf-form-fields-required,
.page-id-10 .faites-estimer-votre-bien-immobilier #nf-form-3-cont label {
  display: none;
}
.page-id-10 .faites-estimer-votre-bien-immobilier #nf-form-3-cont .nf-row {
  margin: 0 -20px;
}
.page-id-10 .faites-estimer-votre-bien-immobilier #nf-form-3-cont .nf-cell {
  padding: 0 20px;
}
.page-id-10 .faites-estimer-votre-bien-immobilier #nf-form-3-cont .nf-response-msg {
  font-size: 18px;
  color: #c7228b;
}
.page-id-10 .faites-estimer-votre-bien-immobilier #nf-form-3-cont input,
.page-id-10 .faites-estimer-votre-bien-immobilier #nf-form-3-cont select {
  padding: 5px 15px;
  outline: none;
}
.page-id-10 .faites-estimer-votre-bien-immobilier #nf-form-3-cont #nf-field-23-container label {
  display: block;
}
.page-id-10 .faites-estimer-votre-bien-immobilier #nf-form-3-cont #nf-field-20-container input {
  text-transform: uppercase;
  color: #ffffff;
  border: 0;
  background-color: #c7228b;
  width: 100%;
  padding: 6.75px 15px;
  font-size: 20px;
  margin-top: 34px;
}
.page-id-10 .faites-estimer-votre-bien-immobilier #nf-form-3-cont #nf-field-27-container li label {
  display: block;
}
.page-id-12 .loading {
  display: block;
  max-width: 100%;
  margin: 0px auto 30px;
}
.page-id-12 .zone-recherche {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 489px;
  padding: 30px 0;
  border-bottom: 8px solid #523569;
  position: relative;
}
.page-id-12 .zone-recherche .logo-homeaffinity {
  margin: auto;
  margin-bottom: 20px;
}
.page-id-12 .zone-recherche .introduction {
  font-size: 28px;
  text-align: center;
  color: #d92899;
  font-weight: bold;
  margin-bottom: 60px;
}
.page-id-12 .zone-recherche .phrase-de-recherche {
  color: #ffffff;
  font-size: 24px;
  text-align: center;
}
.page-id-12 .zone-recherche .phrase-de-recherche .ligne {
  margin-top: 10px;
}
.page-id-12 .zone-recherche .phrase-de-recherche form .dropdown {
  display: inline-block;
  vertical-align: text-top;
  outline: none;
}
.page-id-12 .zone-recherche .phrase-de-recherche form .dropdown button {
  color: #d92899;
  background-color: transparent;
  border: 0;
  outline: none;
  padding: 0;
  box-shadow: none !important;
  font-size: 24px;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.page-id-12 .zone-recherche .phrase-de-recherche form .dropdown button .nom {
  border-bottom: 2px solid #d92899;
}
.page-id-12 .zone-recherche .phrase-de-recherche form .dropdown button i {
  font-size: 20px;
}
.page-id-12 .zone-recherche .phrase-de-recherche form input {
  border: 0;
  outline: none;
  background-color: transparent;
  border-bottom: 2px solid #d92899;
  color: #d92899;
}
.page-id-12 .zone-recherche .phrase-de-recherche form input::-webkit-input-placeholder {
  color: #d92899;
}
.page-id-12 .zone-recherche .phrase-de-recherche form input:-moz-placeholder {
  color: #d92899;
  opacity: 1;
}
.page-id-12 .zone-recherche .phrase-de-recherche form input::-moz-placeholder {
  color: #d92899;
  opacity: 1;
}
.page-id-12 .zone-recherche .phrase-de-recherche form input:-ms-input-placeholder {
  color: #d92899;
}
.page-id-12 .zone-recherche .phrase-de-recherche form input::-ms-input-placeholder {
  color: #d92899;
}
.page-id-12 .zone-recherche .phrase-de-recherche form input::placeholder {
  color: #d92899;
}
.page-id-12 .zone-recherche .phrase-de-recherche form .ville {
  position: relative;
}
.page-id-12 .zone-recherche .phrase-de-recherche form .ville .dropdown-menu {
  position: absolute;
  top: 33px;
  left: 0;
  color: #474747;
  border-radius: 0;
  border: 0;
  padding: 0;
  width: 100%;
}
.page-id-12 .zone-recherche .phrase-de-recherche form .ville .dropdown-menu div {
  padding: 5px 15px;
  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;
  cursor: pointer;
}
.page-id-12 .zone-recherche .phrase-de-recherche form .ville .dropdown-menu div strong {
  font-weight: bold;
}
.page-id-12 .zone-recherche .phrase-de-recherche form .ville .dropdown-menu div:hover {
  background-color: #e6e6e6;
}
.page-id-12 .zone-recherche .phrase-de-recherche form .ville .dropdown-menu .saisir-une-ville {
  cursor: default;
}
.page-id-12 .zone-recherche .phrase-de-recherche form .ville .dropdown-menu .saisir-une-ville:hover {
  background-color: #ffffff;
}
.page-id-12 .zone-recherche .phrase-de-recherche form .ville .dropdown-menu .aucun-resultat {
  display: none;
  cursor: default;
}
.page-id-12 .zone-recherche .phrase-de-recherche form .ville .dropdown-menu .aucun-resultat:hover {
  background-color: #ffffff;
}
.page-id-12 .zone-recherche .phrase-de-recherche form .ville.saisie-effectuee .saisir-une-ville {
  display: none;
}
.page-id-12 .zone-recherche .phrase-de-recherche form .ville.aucun-resultat .aucun-resultat {
  display: block;
}
.page-id-12 .zone-recherche .phrase-de-recherche form .ville.open .dropdown-menu {
  display: block;
}
.page-id-12 .zone-recherche .phrase-de-recherche form .budget-min,
.page-id-12 .zone-recherche .phrase-de-recherche form .budget-max {
  width: 110px;
  text-align: center;
}
.page-id-12 .zone-recherche .phrase-de-recherche form .jen-veux-plus {
  position: absolute;
  display: block;
  width: 305px;
  z-index: 3;
  bottom: -8px;
}
.page-id-12 .zone-recherche .phrase-de-recherche form .jen-veux-plus .titre {
  background-color: #523569;
  font-size: 28px;
  font-weight: bold;
  padding: 10px 15px;
  border-top-right-radius: 10px;
  cursor: pointer;
  border: 2px solid #523569;
  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;
}
.page-id-12 .zone-recherche .phrase-de-recherche form .jen-veux-plus .titre i {
  display: block;
  float: right;
  margin-top: 3px;
  margin-right: 5px;
  font-size: 18px;
}
.page-id-12 .zone-recherche .phrase-de-recherche form .jen-veux-plus .titre:hover {
  background-color: #ffffff;
  color: #523569;
}
.page-id-12 .zone-recherche .phrase-de-recherche form .jen-veux-plus .titre:hover i {
  color: #523569;
}
.page-id-12 .zone-recherche .phrase-de-recherche form .jen-veux-plus .champs {
  color: #474747;
  background-color: #e6e6e6;
  padding: 20px 15px;
  float: left;
  display: none;
  position: absolute;
  top: 48px;
  width: 100%;
  left: 0;
}
.page-id-12 .zone-recherche .phrase-de-recherche form .jen-veux-plus .champs .ligne {
  text-align: left;
  margin-top: 15px;
  float: left;
  width: 100%;
}
.page-id-12 .zone-recherche .phrase-de-recherche form .jen-veux-plus .champs .ligne:first-child {
  margin-top: 0px;
}
.page-id-12 .zone-recherche .phrase-de-recherche form .jen-veux-plus .champs .ligne input {
  margin: 0;
  float: left;
  margin-top: 3px;
}
.page-id-12 .zone-recherche .phrase-de-recherche form .jen-veux-plus .champs .ligne label {
  font-size: 14px;
  font-weight: bold;
  float: left;
  cursor: pointer;
  width: 95%;
  line-height: 18px;
  padding-left: 15px;
}
.page-id-12 .zone-recherche .phrase-de-recherche form .jen-veux-plus .champs .ligne select {
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  padding: 5px 15px;
  outline: none;
}
.page-id-12 .zone-recherche .phrase-de-recherche form .jen-veux-plus .champs .ligne select option {
  font-size: 14px;
  font-weight: bold;
  outline: none;
}
.page-id-12 .zone-recherche .phrase-de-recherche form .jen-veux-plus .champs .ligne select option[disabled] {
  background-color: #b3b3b3;
}
.page-id-12 .zone-recherche .phrase-de-recherche form .jen-veux-plus.active .titre i {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.page-id-12 .zone-recherche .phrase-de-recherche form .bouton-loupe {
  background-color: transparent;
  outline: none;
  border: 0;
}
.page-id-12 .zone-recherche .phrase-de-recherche form .bouton-loupe i {
  color: #d92899;
  font-size: 24px;
  padding: 0;
  margin-left: 15px;
}
.page-id-12 .zone-recherche .phrase-de-recherche form .bouton-valider {
  padding: 7.5px 20px;
  border: 2px solid #d92899;
  margin-top: 20px;
  border-radius: 20px;
}
.page-id-12 .liste-des-biens-immobiliers .zone-annuler {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.page-id-12 .liste-des-biens-immobiliers .zone-annuler .annuler-ma-recherche {
  border: 2px solid #c7228b;
  color: #ffffff;
  background-color: #c7228b;
  outline: none;
  font-size: 20px;
  padding: 10px 15px;
}
.page-id-12 .liste-des-biens-immobiliers .zone-annuler .annuler-ma-recherche i {
  margin-right: 10px;
}
.page-id-12 .liste-des-biens-immobiliers .liste {
  padding: 60px 15px 0;
}
.page-id-12 .liste-des-biens-immobiliers .liste .row .row {
  margin: 0;
}
.page-id-12 .liste-des-biens-immobiliers .liste .row.enlever-les-biens-incompatibles .bien-immobilier.zero {
  display: none;
}
.page-id-12 .liste-des-biens-immobiliers .liste .row.enlever-les-biens-incompatibles .bien-immobilier.hors-prix {
  display: none;
}
.page-id-12 .liste-des-biens-immobiliers .liste .information {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 75px;
  padding: 0 30px;
}
.page-id-12 .liste-des-biens-immobiliers .liste .bien-immobilier {
  margin-bottom: 0px;
  padding: 0px;
  padding: 2px;
}
.page-id-12 .liste-des-biens-immobiliers .liste .bien-immobilier a {
  position: relative;
  display: block;
}
.page-id-12 .liste-des-biens-immobiliers .liste .bien-immobilier a:hover .full-height .fond {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -webkit-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -moz-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -o-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
}
.page-id-12 .liste-des-biens-immobiliers .liste .bien-immobilier a:hover .full-height .zoom {
  opacity: 1;
}
.page-id-12 .liste-des-biens-immobiliers .liste .bien-immobilier a:hover .full-height .overlay {
  opacity: 0.75;
}
.page-id-12 .liste-des-biens-immobiliers .liste .bien-immobilier .coeur {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 5;
}
.page-id-12 .liste-des-biens-immobiliers .liste .bien-immobilier .coeur span {
  position: absolute;
  width: 100%;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  top: 28px;
  z-index: 100;
  right: 0;
}
.page-id-12 .liste-des-biens-immobiliers .liste .bien-immobilier .coeur span em {
  font-size: 16px;
  vertical-align: text-top;
  display: inline-block;
}
.page-id-12 .liste-des-biens-immobiliers .liste .bien-immobilier .full-height {
  height: 450px;
  overflow: hidden;
  position: relative;
}
.page-id-12 .liste-des-biens-immobiliers .liste .bien-immobilier .full-height .zoom {
  background: url(../img/loupe.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  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;
  display: none;
}
.page-id-12 .liste-des-biens-immobiliers .liste .bien-immobilier .full-height .fond {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 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;
}
.page-id-12 .liste-des-biens-immobiliers .liste .bien-immobilier .full-height .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #747474;
  opacity: 0;
  z-index: 1;
  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;
}
.page-id-12 .liste-des-biens-immobiliers .liste .bien-immobilier .full-height .description {
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  padding: 15px 30px;
  font-weight: bold;
  font-size: 18px;
  z-index: 2;
}
.page-id-12 .liste-des-biens-immobiliers .liste .bien-immobilier .full-height .description .nom {
  margin-bottom: 5px;
}
.page-id-12 .liste-des-biens-immobiliers .liste .bien-immobilier .full-height .description .localisation span {
  text-transform: uppercase;
}
.page-id-12 .liste-des-biens-immobiliers .liste .bien-immobilier .full-height .description .prix {
  position: absolute;
  right: 30px;
  top: 15px;
}
.page-id-12 .liste-des-biens-immobiliers .liste .bien-immobilier .full-height .description .honoraires {
  position: absolute;
  right: 30px;
  bottom: 15px;
  font-size: 12px;
  width: 105px;
  text-align: center;
  line-height: 13px;
  font-style: italic;
}
.page-id-12 .zone-alerte {
  border-top: 2px solid #ab6490;
  background-color: #ffffff;
  padding: 20px 0;
}
.page-id-12 .zone-alerte .titre {
  color: #523569;
}
.page-id-12 .zone-alerte .bonne-nouvelle {
  text-align: center;
  font-weight: bold;
  margin: 30px 0;
  font-size: 20px;
  color: #ab6490;
}
.page-id-12 .zone-alerte form {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.page-id-12 .zone-alerte form .check {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
}
.page-id-12 .zone-alerte form .check .checkbox {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  height: 20px;
}
.page-id-12 .zone-alerte form .check .checkbox input {
  display: none;
}
.page-id-12 .zone-alerte form .check .checkbox span {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #ffffff;
  border: 2px solid #c7228b;
  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;
}
.page-id-12 .zone-alerte form .check .checkbox input:checked + span {
  background-color: #c7228b;
}
.page-id-12 .zone-alerte form .check .label {
  font-size: 20px;
  line-height: 32px;
  vertical-align: middle;
  color: #ab6490;
  font-weight: bold;
  padding: 0;
  border-radius: 0;
  white-space: normal;
  margin-left: 10px;
}
.page-id-12 .zone-alerte form .champs {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
}
.page-id-12 .zone-alerte form .champs input {
  outline: none;
  padding: 5px 15px;
  border: 1px solid #b3b3b3;
  width: 100%;
}
.page-id-12 .zone-alerte form .champs button {
  position: absolute;
  right: 0;
  top: 0;
  color: #ab6490;
  background-color: #f2f2f2;
  border: 1px solid #b3b3b3;
  outline: none;
  height: 100%;
  width: 40px;
  text-align: center;
  padding: 0;
  font-size: 18px;
}
.page-id-14 .titre {
  color: #523569;
}
.page-id-14 .fonds-de-commerce .container {
  width: 900px;
}
.page-id-14 .fonds-de-commerce .phrase-de-recherche {
  padding: 30px 0 0;
  float: initial;
  font-weight: bold;
  color: #ab6490;
  text-align: center;
}
.page-id-14 .fonds-de-commerce .filtrage {
  text-align: center;
}
.page-id-14 .fonds-de-commerce .filtrage #filters {
  font-size: 0;
  padding: 25px 0;
}
.page-id-14 .fonds-de-commerce .filtrage #filters .button {
  background-color: #523569;
  color: #ffffff;
  text-transform: uppercase;
  border: 0;
  font-weight: bold;
  font-size: 16px;
  outline: none;
  padding: 10px 20px;
  margin: 10px 12px;
  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;
}
.page-id-14 .fonds-de-commerce .filtrage #filters .button:hover {
  background-color: #ab6490;
}
.page-id-14 .fonds-de-commerce .filtrage #filters .button:first-child {
  margin-left: 0;
}
.page-id-14 .fonds-de-commerce .filtrage #filters .button:last-child {
  margin-right: 0;
}
.page-id-14 .fonds-de-commerce .filtrage #filters .button.is-checked {
  background-color: #ab6490;
}
.page-id-14 .fonds-de-commerce .filtrage #sorts {
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  padding: 7.5px 0;
  position: relative;
  font-weight: bold;
}
.page-id-14 .fonds-de-commerce .filtrage #sorts .button {
  border: 0;
  background-color: transparent;
  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;
  outline: none;
  padding: 0 15px;
}
.page-id-14 .fonds-de-commerce .filtrage #sorts .button:hover {
  color: #ab6490;
}
.page-id-14 .fonds-de-commerce .filtrage #sorts .button:after {
  color: #ab6490;
  margin-left: 5px;
  font-size: 15px;
}
.page-id-14 .fonds-de-commerce .filtrage #sorts .button[data-sort-by="tprix"] {
  border-left: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
}
.page-id-14 .fonds-de-commerce .filtrage #sorts .button.is-checked {
  color: #ab6490;
}
.page-id-14 .fonds-de-commerce .filtrage #sorts .effacer-le-tri {
  display: none;
  position: absolute;
  bottom: -28px;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 1;
  color: #523569;
}
.page-id-14 .fonds-de-commerce .filtrage #sorts .effacer-le-tri:hover {
  color: #ab6490;
}
.page-id-14 .fonds-de-commerce .filtrage #sorts form {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 15px;
}
.page-id-14 .fonds-de-commerce .filtrage #sorts form input {
  padding: 5px 15px;
  font-weight: normal;
  outline: none;
  width: 200px;
  border: 1px solid #b3b3b3;
}
.page-id-14 .fonds-de-commerce .filtrage #sorts form .ville {
  position: relative;
}
.page-id-14 .fonds-de-commerce .filtrage #sorts form .ville .dropdown-menu {
  position: absolute;
  top: 33px;
  left: 0;
  color: #474747;
  border-radius: 0;
  border: 0;
  padding: 0;
  width: 100%;
}
.page-id-14 .fonds-de-commerce .filtrage #sorts form .ville .dropdown-menu div {
  padding: 5px 15px;
  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;
  cursor: pointer;
}
.page-id-14 .fonds-de-commerce .filtrage #sorts form .ville .dropdown-menu div strong {
  font-weight: bold;
}
.page-id-14 .fonds-de-commerce .filtrage #sorts form .ville .dropdown-menu div:hover {
  background-color: #e6e6e6;
}
.page-id-14 .fonds-de-commerce .filtrage #sorts form .ville .dropdown-menu .saisir-une-ville {
  cursor: default;
}
.page-id-14 .fonds-de-commerce .filtrage #sorts form .ville .dropdown-menu .saisir-une-ville:hover {
  background-color: #ffffff;
}
.page-id-14 .fonds-de-commerce .filtrage #sorts form .ville .dropdown-menu .aucun-resultat {
  display: none;
  cursor: default;
}
.page-id-14 .fonds-de-commerce .filtrage #sorts form .ville .dropdown-menu .aucun-resultat:hover {
  background-color: #ffffff;
}
.page-id-14 .fonds-de-commerce .filtrage #sorts form .ville.saisie-effectuee .saisir-une-ville {
  display: none;
}
.page-id-14 .fonds-de-commerce .filtrage #sorts form .ville.aucun-resultat .aucun-resultat {
  display: block;
}
.page-id-14 .fonds-de-commerce .filtrage #sorts form .ville.open .dropdown-menu {
  display: block;
}
.page-id-14 .fonds-de-commerce .filtrage #sorts form input[name="rayon"] {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  width: 55px;
}
.page-id-14 .fonds-de-commerce .filtrage #sorts form .rayon {
  display: none;
}
.page-id-14 .fonds-de-commerce .filtrage #sorts form .rayon .intitule {
  font-size: 14px;
}
.page-id-14 .fonds-de-commerce .filtrage #sorts form .bouton-valider {
  background-color: #e6e6e6;
  border: 1px solid #b3b3b3;
  height: 36px;
  width: 36px;
  outline: none;
  display: none;
}
.page-id-14 .fonds-de-commerce .filtrage #sorts form .bouton-valider i {
  color: #ab6490;
  font-size: 20px;
}
.page-id-14 .fonds-de-commerce .filtrage #sorts .tri-asc:after {
  content: "▲";
}
.page-id-14 .fonds-de-commerce .filtrage #sorts .tri-desc:after {
  content: "▼";
}
.page-id-14 .fonds-de-commerce .grid {
  margin-top: 30px;
}
.page-id-14 .fonds-de-commerce .grid .aucun-resultat {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.page-id-14 .fonds-de-commerce .grid .grid-item {
  padding: 0px;
  padding: 2px;
}
.page-id-14 .fonds-de-commerce .grid .grid-item .informations-pour-trier {
  display: none;
}
.page-id-14 .fonds-de-commerce .grid .grid-item .full-height {
  height: 450px;
  overflow: hidden;
  position: relative;
}
.page-id-14 .fonds-de-commerce .grid .grid-item .full-height .zoom {
  background: url(../img/loupe.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  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;
  display: none;
}
.page-id-14 .fonds-de-commerce .grid .grid-item .full-height .fond {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 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;
}
.page-id-14 .fonds-de-commerce .grid .grid-item .full-height .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #747474;
  opacity: 0;
  z-index: 1;
  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;
}
.page-id-14 .fonds-de-commerce .grid .grid-item .full-height .avis {
  position: absolute;
  right: 30px;
  top: 15px;
  font-size: 0;
  z-index: 2;
}
.page-id-14 .fonds-de-commerce .grid .grid-item .full-height .avis .introduction {
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  padding: 5px 35px;
  color: #523569;
  font-size: 16px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  max-width: 480px;
  white-space: nowrap;
  overflow: hidden;
}
.page-id-14 .fonds-de-commerce .grid .grid-item .full-height .avis .photo {
  height: 65px;
  width: 65px;
  border-radius: 65px;
  border: 2px solid #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  margin-left: -15px;
}
.page-id-14 .fonds-de-commerce .grid .grid-item .full-height .description {
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  padding: 15px 30px;
  font-weight: bold;
  font-size: 18px;
  z-index: 2;
}
.page-id-14 .fonds-de-commerce .grid .grid-item .full-height .description .nom {
  margin-bottom: 5px;
}
.page-id-14 .fonds-de-commerce .grid .grid-item .full-height .description .localisation span {
  text-transform: uppercase;
}
.page-id-14 .fonds-de-commerce .grid .grid-item .full-height .description .prix {
  position: absolute;
  right: 30px;
  top: 15px;
}
.page-id-14 .fonds-de-commerce .grid .grid-item .full-height .description .honoraires {
  position: absolute;
  right: 30px;
  bottom: 15px;
  font-size: 12px;
  width: 105px;
  text-align: center;
  line-height: 13px;
  font-style: italic;
}
.page-id-14 .fonds-de-commerce .grid .grid-item .full-height:hover .fond {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -webkit-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -moz-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -o-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
}
.page-id-14 .fonds-de-commerce .grid .grid-item .full-height:hover .zoom {
  opacity: 1;
}
.page-id-14 .fonds-de-commerce .grid .grid-item .full-height:hover .overlay {
  opacity: 0.75;
}
.page-id-14 .bien-de-vos-reves .container {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #b3b3b3;
}
.page-id-14 .bien-de-vos-reves .texte {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 100px;
  font-size: 20px;
  line-height: 32px;
}
.single-fond_de_commerce .lightboxOverlay {
  opacity: 0.95;
}
.single-fond_de_commerce .lb-outerContainer {
  background-color: transparent;
}
.single-fond_de_commerce .lightbox .lb-image {
  border-radius: 0;
}
.single-fond_de_commerce .lb-nav a.lb-prev {
  opacity: 1;
  margin-left: -65px;
}
.single-fond_de_commerce .lb-nav a.lb-next {
  opacity: 1;
  margin-right: -65px;
}
.single-fond_de_commerce .entete {
  padding-bottom: 60px;
}
.single-fond_de_commerce .entete .titre {
  color: #523569;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  position: relative;
}
.single-fond_de_commerce .entete .titre:after {
  content: "";
  width: 300px;
  height: 2px;
  background-color: #523569;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -150px;
}
.single-fond_de_commerce .entete .annonce-nav {
  padding-top: 20px;
}
.single-fond_de_commerce .entete .annonce-nav a {
  background-color: #e6e6e6;
  font-size: 18px;
  padding: 7.5px 5px;
  border-radius: 20px;
}
.single-fond_de_commerce .entete .annonce-nav a:hover {
  background-color: #c7228b;
  color: #ffffff;
}
.single-fond_de_commerce .entete .annonce-nav i {
  vertical-align: sub;
  font-size: 28px;
}
.single-fond_de_commerce .entete .annonce-precedente {
  padding-left: 45px;
}
.single-fond_de_commerce .entete .annonce-precedente a {
  padding-right: 15px;
}
.single-fond_de_commerce .entete .annonce-precedente i {
  margin-right: 15px;
}
.single-fond_de_commerce .entete .annonce-suivante {
  padding-right: 45px;
  text-align: right;
}
.single-fond_de_commerce .entete .annonce-suivante a {
  padding-left: 15px;
}
.single-fond_de_commerce .entete .annonce-suivante i {
  margin-left: 15px;
}
.single-fond_de_commerce .galerie {
  display: none;
}
.single-fond_de_commerce .galerie #slider {
  border: 0;
  margin-bottom: 60px;
}
.single-fond_de_commerce .galerie #slider .flex-direction-nav {
  display: none;
}
.single-fond_de_commerce .galerie #carousel {
  border: 0;
  margin-bottom: 30px;
}
.single-fond_de_commerce .galerie #carousel .flex-viewport {
  margin: 0 75px;
}
.single-fond_de_commerce .galerie #carousel .flex-viewport li {
  margin: 0 15px !important;
  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;
}
.single-fond_de_commerce .galerie #carousel .flex-viewport li:hover {
  opacity: 0.25;
}
.single-fond_de_commerce .galerie #carousel .flex-viewport li:first-child {
  margin-left: 0 !important;
}
.single-fond_de_commerce .galerie #carousel .flex-viewport li:last-child {
  margin-right: 0 !important;
}
.single-fond_de_commerce .galerie #carousel .flex-viewport li.flex-active-slide {
  opacity: 0.25;
}
.single-fond_de_commerce .galerie #carousel .flex-direction-nav a {
  width: 30px;
  height: 100%;
  background-color: #b3b3b3;
  top: 20px;
  text-align: center;
  padding-top: 55px;
  outline: none;
  z-index: 1 !important;
  opacity: 1 !important;
}
.single-fond_de_commerce .galerie #carousel .flex-direction-nav a:before {
  text-shadow: none;
  color: #ffffff;
  font-size: 24px;
}
.single-fond_de_commerce .galerie #carousel .flex-direction-nav a:hover {
  background-color: #c7228b;
}
.single-fond_de_commerce .galerie #carousel .flex-direction-nav .flex-prev {
  left: 20px !important;
}
.single-fond_de_commerce .galerie #carousel .flex-direction-nav .flex-next {
  right: 20px !important;
}
.single-fond_de_commerce .fiche {
  padding: 0 30px 25px;
}
.single-fond_de_commerce .fiche >.row >.col-sm-6:first-child {
  padding-left: 90px;
  padding-right: 30px;
}
.single-fond_de_commerce .fiche >.row >.col-sm-6:last-child {
  padding-left: 30px;
  padding-right: 90px;
}
.single-fond_de_commerce .fiche .photos .content {
  height: 800px;
}
.single-fond_de_commerce .fiche .photos .photo {
  margin-bottom: 30px;
}
.single-fond_de_commerce .fiche .photos .photo:last-child {
  margin-bottom: 0;
}
.single-fond_de_commerce .fiche .informations-generales {
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  padding: 25px 0;
  font-size: 20px;
  font-weight: bold;
}
.single-fond_de_commerce .fiche .informations-generales .presentation-en-quelques-mots {
  color: #ab6490;
  margin-bottom: 5px;
}
.single-fond_de_commerce .fiche .informations-generales .prix {
  text-align: right;
  line-height: 20px;
}
.single-fond_de_commerce .fiche .informations-generales .prix .honoraires {
  font-size: 14px;
  font-style: italic;
}
.single-fond_de_commerce .fiche .informations-generales .vignettes {
  margin-top: 10px;
  margin-bottom: 5px;
}
.single-fond_de_commerce .fiche .informations-generales .vignettes span {
  font-weight: normal;
  font-size: 16px;
  background-color: #ab6490;
  color: #ffffff;
  margin-right: 20px;
  border-radius: 5px;
  padding: 5px 10px;
}
.single-fond_de_commerce .fiche .informations-generales .vignettes span:last-child {
  margin-right: 0px;
}
.single-fond_de_commerce .fiche .avis {
  padding: 25px 0;
  border-bottom: 1px solid #b3b3b3;
}
.single-fond_de_commerce .fiche .avis .photo {
  height: 65px;
  width: 65px;
  border-radius: 65px;
  border: 2px solid #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.single-fond_de_commerce .fiche .avis .accroche {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 18px;
}
.single-fond_de_commerce .fiche .avis .accroche .intitule {
  color: #ab6490;
}
.single-fond_de_commerce .fiche .avis .detail {
  margin-top: 10px;
  text-align: justify;
}
.single-fond_de_commerce .fiche .en-resume {
  padding: 25px 0;
}
.single-fond_de_commerce .fiche .en-resume .titre {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
.single-fond_de_commerce .fiche .en-resume .col-sm-4 {
  margin-bottom: 10px;
}
.single-fond_de_commerce .fiche .schemas {
  padding-top: 35px;
  border-top: 1px solid #b3b3b3;
  float: left;
  width: 100%;
  margin-bottom: 35px;
  border-bottom: 1px solid #b3b3b3;
}
.single-fond_de_commerce .fiche .schemas .schema-dpe {
  margin-bottom: 35px;
  float: left;
  width: 100%;
}
.single-fond_de_commerce .fiche .schemas .schema-dpe .titre {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.single-fond_de_commerce .fiche .schemas .schema-dpe .valeur {
  display: none;
}
.single-fond_de_commerce .fiche .schemas .schema-dpe .cases {
  font-size: 0;
}
.single-fond_de_commerce .fiche .schemas .schema-dpe .cases .case {
  color: #474747;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  width: 14.285714285714285714285714285714%;
  display: inline-block;
  padding: 5px;
  opacity: 0.25;
}
.single-fond_de_commerce .fiche .schemas .schema-dpe .cases .case.active {
  opacity: 1;
}
.single-fond_de_commerce .fiche .schemas .schema-dpe .cases .case-a {
  background-color: #339a33;
}
.single-fond_de_commerce .fiche .schemas .schema-dpe .cases .case-b {
  background-color: #33cc33;
}
.single-fond_de_commerce .fiche .schemas .schema-dpe .cases .case-c {
  background-color: #ccff33;
}
.single-fond_de_commerce .fiche .schemas .schema-dpe .cases .case-d {
  background-color: #ffff00;
}
.single-fond_de_commerce .fiche .schemas .schema-dpe .cases .case-e {
  background-color: #ffcc00;
}
.single-fond_de_commerce .fiche .schemas .schema-dpe .cases .case-f {
  background-color: #ff9a33;
}
.single-fond_de_commerce .fiche .schemas .schema-dpe .cases .case-g {
  background-color: #ff0000;
  color: #ffffff;
}
.single-fond_de_commerce .fiche .schemas .schema-dpe .legende {
  margin-top: 5px;
}
.single-fond_de_commerce .fiche .schemas .schema-dpe .legende div {
  font-style: italic;
  font-size: 14px;
}
.single-fond_de_commerce .fiche .schemas .schema-dpe .legende .moins {
  float: left;
}
.single-fond_de_commerce .fiche .schemas .schema-dpe .legende .plus {
  float: right;
}
.single-fond_de_commerce .fiche .schemas .schema-ges {
  margin-bottom: 35px;
  float: left;
  width: 100%;
}
.single-fond_de_commerce .fiche .schemas .schema-ges .titre {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.single-fond_de_commerce .fiche .schemas .schema-ges .valeur {
  display: none;
}
.single-fond_de_commerce .fiche .schemas .schema-ges .cases {
  font-size: 0;
}
.single-fond_de_commerce .fiche .schemas .schema-ges .cases .case {
  color: #474747;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  width: 14.285714285714285714285714285714%;
  display: inline-block;
  padding: 5px;
  opacity: 0.25;
}
.single-fond_de_commerce .fiche .schemas .schema-ges .cases .case.active {
  opacity: 1;
}
.single-fond_de_commerce .fiche .schemas .schema-ges .cases .case-a {
  background-color: #dbcfe5;
}
.single-fond_de_commerce .fiche .schemas .schema-ges .cases .case-b {
  background-color: #cf96e7;
}
.single-fond_de_commerce .fiche .schemas .schema-ges .cases .case-c {
  background-color: #b86cd9;
}
.single-fond_de_commerce .fiche .schemas .schema-ges .cases .case-d {
  background-color: #ae4bd9;
}
.single-fond_de_commerce .fiche .schemas .schema-ges .cases .case-e {
  background-color: #ae2bd9;
}
.single-fond_de_commerce .fiche .schemas .schema-ges .cases .case-f {
  background-color: #9a0acc;
}
.single-fond_de_commerce .fiche .schemas .schema-ges .cases .case-g {
  background-color: #8500cd;
  color: #ffffff;
}
.single-fond_de_commerce .fiche .schemas .schema-ges .legende {
  margin-top: 5px;
}
.single-fond_de_commerce .fiche .schemas .schema-ges .legende div {
  font-style: italic;
  font-size: 14px;
}
.single-fond_de_commerce .fiche .schemas .schema-ges .legende .moins {
  float: left;
}
.single-fond_de_commerce .fiche .schemas .schema-ges .legende .plus {
  float: right;
}
.single-fond_de_commerce .fiche .descriptif {
  padding: 25px 0;
  border-top: 1px solid #b3b3b3;
}
.single-fond_de_commerce .fiche .descriptif .contenu .titre {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
.single-fond_de_commerce .fiche .descriptif .contenu .texte {
  text-align: justify;
}
.single-fond_de_commerce .fiche .descriptif .contenu .texte p {
  margin-bottom: 20px;
}
.single-fond_de_commerce .fiche .descriptif .carte #map {
  height: 370px;
}
.single-fond_de_commerce .fiche .ca-wrapper {
  padding: 25px 0;
  border-top: 1px solid #b3b3b3;
}
.single-fond_de_commerce .fiche .ca-wrapper .contenu .titre {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
.single-fond_de_commerce .fiche .ca-wrapper .contenu .table thead {
  color: #ffffff;
  background-color: #ab6490;
}
.single-fond_de_commerce .videos {
  padding: 25px 0;
  border-top: 1px solid #b3b3b3;
}
.single-fond_de_commerce .videos button {
  border: 1px solid #b3b3b3;
  border-radius: 10px;
  display: block;
  padding: 7.5px 15px;
  font-weight: bold;
  color: #523569;
  text-align: center;
  font-size: 20px;
  background-color: #ffffff;
  width: 100%;
  outline: none;
  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;
}
.single-fond_de_commerce .videos button img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.single-fond_de_commerce .videos button:hover {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -webkit-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -moz-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -o-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
}
.single-fond_de_commerce .formulaire {
  padding: 25px 0;
  border-top: 1px solid #b3b3b3;
}
.single-fond_de_commerce .formulaire .titre {
  text-align: left;
  color: #523569;
  margin-bottom: 20px;
}
.single-fond_de_commerce .formulaire .texte p {
  margin-bottom: 20px;
}
.single-fond_de_commerce .formulaire #nf-form-1-cont .nf-form-fields-required,
.single-fond_de_commerce .formulaire #nf-form-1-cont label {
  display: none;
}
.single-fond_de_commerce .formulaire #nf-form-1-cont .nf-row {
  margin: 0 -20px;
}
.single-fond_de_commerce .formulaire #nf-form-1-cont .nf-cell {
  padding: 0 20px;
}
.single-fond_de_commerce .formulaire #nf-form-1-cont .nf-response-msg {
  font-size: 18px;
  color: #c7228b;
}
.single-fond_de_commerce .formulaire #nf-form-1-cont input,
.single-fond_de_commerce .formulaire #nf-form-1-cont select {
  padding: 5px 15px;
  outline: none;
}
.single-fond_de_commerce .formulaire #nf-form-1-cont #nf-field-7-container label,
.single-fond_de_commerce .formulaire #nf-form-1-cont #nf-field-26-container label {
  display: block;
}
.single-fond_de_commerce .formulaire #nf-form-1-cont #nf-field-26-container .nf-field-label {
  display: none;
}
.single-fond_de_commerce .formulaire #nf-form-1-cont #nf-field-4-container input {
  text-transform: uppercase;
  color: #ffffff;
  border: 0;
  background-color: #c7228b;
  width: 100%;
  padding: 6.75px 15px;
  font-size: 20px;
  margin-top: 34px;
}
.page-id-16 .confiez-nous-votre-bien-fixe {
  display: none;
}
.page-id-16 .titre {
  color: #523569;
}
.page-id-16 .lactu-immo .actualites .actualite {
  padding-top: 60px;
}
.page-id-16 .lactu-immo .actualites .actualite .visuel .photo {
  height: 375px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-id-16 .lactu-immo .actualites .actualite .visuel .date-de-publication {
  background-color: #e6e6e6;
  padding: 5px 50px;
}
.page-id-16 .lactu-immo .actualites .actualite .textuel {
  padding: 35px 50px;
  border-bottom: 1px solid #b3b3b3;
}
.page-id-16 .lactu-immo .actualites .actualite .textuel .titre {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ab6490;
}
.page-id-16 .lactu-immo .actualites .actualite .textuel .texte {
  text-align: justify;
}
.page-id-16 .lactu-immo .actualites .actualite .textuel .texte p {
  margin-bottom: 15px;
}
.page-id-16 .lactu-immo .actualites .actualite .textuel .texte ul {
  margin-bottom: 15px;
  padding-left: 20px;
  list-style-type: disc;
}
.page-id-16 .lactu-immo .actualites .actualite .textuel .lien {
  text-align: center;
  margin-top: 30px;
}
.page-id-16 .lactu-immo .actualites .actualite .textuel .lien a {
  background-color: #ab6490;
  border: 1px solid #ab6490;
  color: #ffffff;
  font-size: 18px;
  padding: 5px 25px;
}
.page-id-16 .lactu-immo .actualites .actualite .textuel .lien a:hover {
  color: #ab6490;
  background-color: #ffffff;
}
.page-id-16 .lactu-immo .actualites .navigation {
  padding: 30px 0 60px;
  float: left;
  width: 100%;
}
.page-id-16 .lactu-immo .actualites .navigation a {
  font-weight: bold;
  color: #ab6490;
  font-size: 18px;
}
.page-id-16 .lactu-immo .actualites .navigation a:hover {
  color: #474747;
}
.page-id-16 .lactu-immo .actualites .navigation .actualites-plus-anciennes {
  float: left;
}
.page-id-16 .lactu-immo .actualites .navigation .actualites-plus-recentes {
  float: right;
}
.page-id-18 .titre {
  color: #523569;
}
.page-id-18 .nos-engagements {
  padding-top: 50px;
  padding-bottom: 75px;
}
.page-id-18 .nos-engagements .engagements .engagement {
  margin-top: 50px;
  text-align: center;
}
.page-id-18 .nos-engagements .engagements .engagement .mot-daccroche {
  font-size: 18px;
  color: #ab6490;
  text-transform: uppercase;
  font-weight: bold;
}
.page-id-18 .nos-engagements .engagements .engagement .mot-daccroche i {
  margin-right: 10px;
  font-size: 16px;
}
.page-id-18 .nos-engagements .engagements .engagement .texte {
  width: 100%;
  margin: auto;
}
.page-id-18 .notre-equipe {
  background: url(../img/bg-carreaux.png);
  padding: 60px 0;
}
.page-id-18 .notre-equipe .membres {
  padding-top: 45px;
}
.page-id-18 .notre-equipe .membres .membre .zone .visuel {
  border: 1px solid #b3b3b3;
  height: 430px;
  overflow: hidden;
  position: relative;
}
.page-id-18 .notre-equipe .membres .membre .zone .visuel .fond {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-id-18 .notre-equipe .membres .membre .zone .visuel .description {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.75);
  color: #ffffff;
  padding: 30px 15px;
  display: table;
  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;
}
.page-id-18 .notre-equipe .membres .membre .zone .visuel .description .sous-description {
  display: table-cell;
  vertical-align: top;
}
.page-id-18 .notre-equipe .membres .membre .zone .visuel .description .nom {
  font-weight: bold;
  font-size: 20px;
}
.page-id-18 .notre-equipe .membres .membre .zone .visuel .description .poste {
  margin-bottom: 15px;
}
.page-id-18 .notre-equipe .membres .membre .zone .visuel .description .contenu p {
  margin-bottom: 15px;
}
.page-id-18 .notre-equipe .membres .membre .zone .textuel {
  background-color: #ab6490;
  color: #ffffff;
  padding: 7.5px 15px;
}
.page-id-18 .notre-equipe .membres .membre .zone .textuel .nom {
  font-weight: bold;
  font-size: 20px;
}
.page-id-18 .notre-equipe .membres .membre .zone .textuel .telephone i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.page-id-18 .notre-equipe .membres .membre .zone .textuel .telephone a {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.page-id-18 .notre-equipe .membres .membre .zone .textuel .telephone a:hover {
  color: #523569;
}
.page-id-18 .notre-equipe .membres .membre .zone .textuel .information-complementaire {
  font-size: 14px;
  min-height: 24px;
}
.page-id-18 .notre-equipe .membres .membre .zone:hover .visuel .description {
  opacity: 1;
}
.page-id-18 .nos-partenaires {
  background: url(../img/bg-carreaux.png);
  padding: 60px 0;
}
.page-id-18 .nos-partenaires .partenaires {
  padding-top: 45px;
}
.page-id-18 .nos-partenaires .partenaires .partenaire:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  margin-top: 2rem;
}
.page-id-18 .nos-partenaires .partenaires .partenaire .zone {
  border: 1px solid #b3b3b3;
}
.page-id-18 .nos-partenaires .partenaires .partenaire .zone .visuel {
  display: table;
  background-color: #ffffff;
  width: 100%;
  height: 130px;
  padding: 5px;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 0;
}
.page-id-18 .nos-partenaires .partenaires .partenaire .zone .visuel .photo {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  text-align: center;
}
.page-id-18 .nos-partenaires .partenaires .partenaire .zone .visuel .photo img {
  max-height: 105px;
  width: auto;
  max-width: 100%;
  margin: auto;
}
.page-id-18 .nos-partenaires .partenaires .partenaire .zone .textuel {
  background-color: #ffffff;
  padding: 15px;
  font-size: 14px;
  line-height: 22px;
}
.page-id-18 .nos-partenaires .partenaires .partenaire .zone .textuel .description {
  text-align: justify;
}
.page-id-18 .nos-partenaires .partenaires .partenaire .zone .textuel .lien-site {
  margin-top: 10px;
}
.page-id-18 .nos-partenaires .partenaires .partenaire .zone .textuel .lien-site i {
  margin-right: 5px;
}
.page-id-18 .nos-partenaires .partenaires .partenaire .zone .textuel .lien-site a {
  color: #c7228b;
  font-weight: bold;
}
.page-id-18 .nos-partenaires .partenaires .partenaire .zone .textuel .lien-site a:hover {
  color: #474747;
}
.page-id-20 main {
  background-color: #523569;
  color: #ffffff;
}
.page-id-20 .informations >.row {
  position: relative;
}
.page-id-20 .informations >.row .col-sm-offset-3 {
  position: static;
}
.page-id-20 .informations >.row .col-sm-offset-3:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  bottom: 0;
}
.page-id-20 .informations .titre {
  margin-top: 55px;
  font-size: 24px;
  font-weight: bold;
}
.page-id-20 .informations .info {
  font-size: 18px;
  margin-top: 20px;
}
.page-id-20 .informations .info a,
.page-id-20 .informations .info span {
  color: #ffffff;
}
.page-id-20 .informations .col-lg-2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 270px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.page-id-20 .informations .col-lg-4 {
  padding: 0;
}
.page-id-20 .informations #map {
  height: 270px;
}
.page-id-20 .formulaire .titre {
  font-size: 42px;
  line-height: 58px;
  padding-top: 50px;
  padding-bottom: 35px;
}
.page-id-20 .formulaire #nf-form-2-cont .nf-row {
  margin: 0 -45px;
}
.page-id-20 .formulaire #nf-form-2-cont .nf-cell {
  padding: 0 45px;
}
.page-id-20 .formulaire #nf-form-2-cont .nf-form-fields-required {
  display: none;
}
.page-id-20 .formulaire #nf-form-2-cont .nf-response-msg {
  font-size: 18px;
  color: #c7228b;
  font-weight: bold;
}
.page-id-20 .formulaire #nf-form-2-cont input,
.page-id-20 .formulaire #nf-form-2-cont select,
.page-id-20 .formulaire #nf-form-2-cont option {
  outline: none;
  padding: 5px 15px;
  color: #474747;
}
.page-id-20 .formulaire #nf-form-2-cont label {
  display: none;
  font-weight: normal;
}
.page-id-20 .formulaire #nf-form-2-cont .ninja-forms-req-symbol {
  color: #ffffff;
}
.page-id-20 .formulaire #nf-form-2-cont #nf-field-9-container {
  margin-bottom: 35px;
}
.page-id-20 .formulaire #nf-form-2-cont #nf-field-12-container {
  margin-bottom: 35px;
}
.page-id-20 .formulaire #nf-form-2-cont #nf-field-13-container {
  margin-bottom: 35px;
}
.page-id-20 .formulaire #nf-form-2-cont #nf-field-11-container {
  margin-bottom: 70px;
  margin-top: 20px;
}
.page-id-20 .formulaire #nf-form-2-cont #nf-field-17-container {
  margin-top: -5px;
  margin-bottom: 15px;
}
.page-id-20 .formulaire #nf-form-2-cont #nf-field-17-container label {
  display: block;
}
.page-id-20 .formulaire #nf-form-2-cont #nf-field-17-container ul {
  font-size: 0;
}
.page-id-20 .formulaire #nf-form-2-cont #nf-field-17-container ul li {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.page-id-20 .formulaire #nf-form-2-cont #nf-field-17-container ul li input {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.page-id-20 .formulaire #nf-form-2-cont #nf-field-17-container ul li label {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-top: -10px;
}
.page-id-20 .formulaire #nf-form-2-cont #nf-field-24-container li label {
  display: block;
}
.page-id-20 .formulaire #nf-form-2-cont #nf-field-16-container {
  margin-bottom: 15px;
}
.page-id-20 .formulaire #nf-form-2-cont #nf-field-16-container label {
  display: block;
}
.page-id-20 .formulaire #nf-form-2-cont #nf-field-14-container label {
  display: block;
}
.page-id-20 .formulaire #nf-form-2-cont #nf-field-11-container {
  text-align: center;
}
.page-id-20 .formulaire #nf-form-2-cont #nf-field-11-container input {
  background-color: #c7228b;
  text-transform: uppercase;
  padding: 7.5px 100px;
  border-radius: 25px;
  border: 0;
  outline: none;
  font-size: 20px;
  color: #ffffff;
}
.page-id-20 .formulaire img {
  padding-right: 30px;
}
.page-id-1298 .texte {
  padding: 40px 0;
}
.page-id-1298 .texte h2 {
  font-weight: bold;
  color: #523569;
  margin-bottom: 20px;
}
.page-id-1298 .texte h3 {
  font-weight: bold;
  color: #ab6490;
}
.page-id-1298 .texte h4 {
  color: #c7228b;
  font-style: italic;
}
.page-id-1298 .texte p,
.page-id-1298 .texte ul {
  margin-bottom: 20px;
}
@media screen and (max-width: 1890px) {
  body header #logo-et-menu #logo {
    width: 25%;
  }
  body header #logo-et-menu #wrapper_menu {
    width: 75%;
  }
}
@media screen and (max-width: 1740px) {
  body header #logo-et-menu #logo .slogan {
    margin-left: 15px;
  }
  body header #logo-et-menu #wrapper_menu nav li a {
    margin: 0 15px;
  }
  body header #logo-et-menu #wrapper_menu .lien-fb {
    margin-left: 30px;
  }
  .home .boutons-de-navigation {
    padding: 0px 0px 60px;
  }
  .page-id-10 .pourquoi-choisir-lexclusivite .raisons >.container {
    width: 100%;
    padding: 0 30px;
  }
  .page-id-10 .pourquoi-choisir-lexclusivite .raisons .raison {
    padding: 0 15px;
  }
  .page-id-10 .ce-quils-pensent-de-nous .owl-carousel {
    padding: 0 15px;
    width: 100%;
  }
  .page-id-10 .ce-quils-pensent-de-nous .owl-carousel .owl-item {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1600px) {
  body footer {
    padding: 15px 30px 60px;
  }
  body footer .informations-contact {
    padding-top: 24px;
    width: 55%;
  }
  body footer .informations-contact img {
    display: none;
  }
  body footer .informations-contact .tiret {
    margin: 0;
  }
  body footer .informations-legales {
    width: 45%;
  }
  .home .boutons-de-navigation {
    padding: 0px 0px 50px;
  }
  .home .nos-derniers-coups-de-coeur {
    padding: 70px 30px 110px;
  }
  .home .nos-derniers-coups-de-coeur .coups-de-coeur .coup-de-coeur .fond {
    height: 350px;
  }
  .home main #avis-certifies {
    bottom: 3rem;
  }
  .single-bien_immobilier .fiche >.row >.col-sm-6:first-child {
    padding-left: 45px;
    padding-right: 15px;
  }
  .single-bien_immobilier .fiche >.row >.col-sm-6:last-child {
    padding-right: 45px;
    padding-left: 15px;
  }
  .page-id-12 .liste-des-biens-immobiliers .liste {
    padding: 30px 15px 0;
  }
  .page-id-12 .liste-des-biens-immobiliers .liste .bien-immobilier .coeur {
    width: 80px;
  }
  .page-id-12 .liste-des-biens-immobiliers .liste .bien-immobilier .coeur img {
    max-width: 100%;
  }
  .page-id-12 .liste-des-biens-immobiliers .liste .bien-immobilier .coeur span {
    font-size: 20px;
    top: 18px;
  }
  .page-id-12 .liste-des-biens-immobiliers .liste .bien-immobilier .coeur span em {
    font-size: 14px;
  }
  .single-fond_de_commerce .fiche >.row >.col-sm-6:first-child {
    padding-left: 45px;
    padding-right: 15px;
  }
  .single-fond_de_commerce .fiche >.row >.col-sm-6:last-child {
    padding-right: 45px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1500px) {
  body header #logo-et-menu {
    padding: 15px 30px;
  }
  body header #logo-et-menu #logo {
    width: 20%;
  }
  body header #logo-et-menu #logo .slogan {
    display: block;
    font-size: 17px;
    margin-top: 10px;
    width: auto;
    margin-left: 0;
  }
  body header #logo-et-menu #wrapper_menu {
    width: 80%;
  }
  body header #logo-et-menu #wrapper_menu nav li a {
    font-size: 16px;
  }
  body header #logo-et-menu #wrapper_menu .lien-fb {
    margin-left: 15px;
  }
  .home .nos-derniers-coups-de-coeur .coups-de-coeur .coup-de-coeur .description {
    font-size: 16px;
  }
  .home main #avis-certifies {
    bottom: 4rem;
  }
  .single-bien_immobilier .fiche .informations-generales .vignettes {
    width: 100%;
  }
  .single-bien_immobilier .fiche .informations-generales .en-resume .col-sm-4 {
    width: 50%;
  }
  .single-bien_immobilier .formulaire .titre {
    font-size: 48px;
  }
  .single-bien_immobilier .formulaire #nf-form-1-cont #nf-field-4-container input {
    margin-top: 35px;
  }
  .page-id-8 .biens-immobiliers .grid .grid-item {
    width: 50%;
  }
  .page-id-10 .vendre-facilement .etapes {
    background-size: 98%;
  }
  .page-id-10 .vendre-facilement .etapes >.container {
    width: 100%;
  }
  .page-id-10 .pourquoi-choisir-lexclusivite .raisons .raison .zone .titre {
    padding: 7.5px 10px;
    font-size: 15px;
  }
  .page-id-10 .pourquoi-choisir-lexclusivite .raisons .raison .zone .texte {
    min-height: 200px;
  }
  .single-fond_de_commerce .fiche .informations-generales .vignettes {
    width: 100%;
  }
  .single-fond_de_commerce .fiche .informations-generales .en-resume .col-sm-4 {
    width: 50%;
  }
  .single-fond_de_commerce .formulaire .titre {
    font-size: 48px;
  }
  .single-fond_de_commerce .formulaire #nf-form-1-cont #nf-field-4-container input {
    margin-top: 35px;
  }
  .page-id-12 .liste-des-biens-immobiliers .liste .bien-immobilier {
    width: 50%;
  }
  .page-id-14 .fonds-de-commerce .grid .grid-item {
    width: 50%;
    padding: 0;
  }
  .page-id-20 .informations >.row .col-sm-offset-3 {
    width: 35%;
    margin-left: 15%;
  }
  .page-id-20 .formulaire >.row .col-sm-offset-3 {
    width: 70%;
    margin-left: 15%;
  }
  .page-id-20 .formulaire >.row .col-sm-3 {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  body.home main #avis-certifies {
    bottom: 6rem;
  }
}
@media screen and (max-width: 1300px) {
  body header #entete {
    text-align: center;
  }
  body header #logo-et-menu #logo {
    width: 100%;
    padding-bottom: 15px;
    text-align: center;
  }
  body header #logo-et-menu #logo img {
    height: 60px;
  }
  body header #logo-et-menu #logo .slogan {
    display: inline-block;
    font-size: 18px;
    margin-left: 30px;
    vertical-align: bottom;
    margin-bottom: 18px;
  }
  body header #logo-et-menu #wrapper_menu {
    width: 100%;
    text-align: center;
  }
  body footer {
    padding: 0px 30px 25px;
  }
  body footer .informations-contact {
    width: 100%;
  }
  body footer .informations-legales {
    width: 100%;
    text-align: left;
  }
  body.home .boutons-de-navigation {
    margin-top: -10%;
  }
  body.home .boutons-de-navigation .petit-bouton img {
    padding-top: 0;
  }
  body.home .boutons-de-navigation .bouton-home-affinity .texte {
    width: 100%;
  }
  body.home .nos-derniers-coups-de-coeur {
    padding: 70px 30px 0px;
  }
  body.home .nos-derniers-coups-de-coeur .coups-de-coeur {
    width: 100%;
  }
  body.home .nos-derniers-coups-de-coeur .coups-de-coeur .coup-de-coeur {
    width: 50%;
    margin-bottom: 60px;
  }
  body.home main #avis-certifies {
    bottom: auto;
  }
  .page-id-8 main {
    margin-top: 30px;
  }
  .page-id-8 .titre {
    font-size: 48px;
  }
  .page-id-8 .biens-immobiliers .grid .grid-item .full-height {
    height: 500px;
  }
  .page-id-8 .biens-immobiliers .grid .grid-item .full-height .avis {
    text-align: center;
    width: 100%;
    padding: 0 15px;
    right: 0;
  }
  .page-id-8 .biens-immobiliers .grid .grid-item .full-height .avis .introduction {
    max-width: 100%;
    white-space: normal;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .page-id-8 .biens-immobiliers .grid .grid-item .full-height .avis .photo {
    display: none;
  }
  .single-bien_immobilier main {
    margin-top: 30px;
  }
  .single-bien_immobilier .entete {
    position: relative;
    padding-bottom: 120px;
  }
  .single-bien_immobilier .entete .titre {
    width: 100%;
  }
  .single-bien_immobilier .entete .titre:after {
    bottom: -20px;
  }
  .single-bien_immobilier .entete .annonce-nav {
    width: auto;
    position: absolute;
    bottom: 30px;
    padding: 0;
  }
  .single-bien_immobilier .entete .annonce-nav a {
    display: block;
    width: 100%;
  }
  .single-bien_immobilier .entete .annonce-precedente {
    left: 30px;
  }
  .single-bien_immobilier .entete .annonce-suivante {
    right: 30px;
  }
  .single-bien_immobilier .galerie #carousel {
    margin-bottom: 15px;
  }
  .single-bien_immobilier .galerie #carousel .flex-viewport li {
    width: 150px !important;
    margin: 0px 7.5px !important;
  }
  .single-bien_immobilier .galerie #carousel .flex-direction-nav a {
    padding-top: 42px;
  }
  .single-bien_immobilier .fiche >.row {
    margin: 0;
  }
  .single-bien_immobilier .fiche >.row >.col-sm-6 {
    width: 100%;
  }
  .single-bien_immobilier .fiche >.row >.col-sm-6:first-child {
    padding: 0 30px;
  }
  .single-bien_immobilier .fiche >.row >.col-sm-6:last-child {
    padding: 0 30px;
  }
  .single-bien_immobilier .fiche >.row .photos {
    padding-left: 0;
  }
  .single-bien_immobilier .fiche .descriptif .contenu {
    width: 100%;
  }
  .single-bien_immobilier .fiche .descriptif .carte {
    width: 100%;
  }
  .single-bien_immobilier .fiche .descriptif .carte #map {
    height: 250px;
    margin-top: 5px;
  }
  .single-bien_immobilier .formulaire #nf-form-1-cont #nf-field-4-container input {
    margin-top: 35px;
  }
  .page-id-10 main {
    margin-top: 30px;
  }
  .page-id-10 .vendre-facilement .etapes .etape .zone {
    width: 175px;
  }
  .page-id-10 .vendre-facilement .etapes .etape .zone .photo {
    height: 143px;
    width: 100%;
  }
  .page-id-10 .pourquoi-choisir-lexclusivite .raisons {
    padding: 50px 0 70px;
  }
  .page-id-10 .pourquoi-choisir-lexclusivite .raisons .raison {
    width: 50%;
    margin-bottom: 30px;
  }
  .page-id-10 .pourquoi-choisir-lexclusivite .raisons .raison .zone .texte {
    min-height: 150px;
  }
  .page-id-12 .zone-recherche {
    height: 450px;
    padding: 25px 0;
  }
  .page-id-12 .zone-recherche .logo-homeaffinity {
    margin-bottom: 20px;
    height: 90px;
  }
  .page-id-12 .zone-recherche .introduction {
    margin-bottom: 40px;
  }
  .page-id-12 .liste-des-biens-immobiliers .liste {
    width: 100% !important;
    float: none !important;
  }
  .page-id-12 .liste-des-biens-immobiliers .liste .bien-immobilier .full-height {
    height: 500px;
  }
  .page-id-12 .zone-alerte .container {
    width: 760px;
  }
  .page-id-14 main {
    margin-top: 30px;
  }
  .page-id-14 .titre {
    font-size: 48px;
  }
  .page-id-14 .fonds-de-commerce .grid .grid-item .full-height {
    height: 500px;
  }
  .page-id-14 .fonds-de-commerce .grid .grid-item .full-height .avis {
    text-align: center;
    width: 100%;
    padding: 0 15px;
    right: 0;
  }
  .page-id-14 .fonds-de-commerce .grid .grid-item .full-height .avis .introduction {
    max-width: 100%;
    white-space: normal;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .page-id-14 .fonds-de-commerce .grid .grid-item .full-height .avis .photo {
    display: none;
  }
  .single-fond_de_commerce main {
    margin-top: 30px;
  }
  .single-fond_de_commerce .entete {
    position: relative;
    padding-bottom: 120px;
  }
  .single-fond_de_commerce .entete .titre {
    width: 100%;
  }
  .single-fond_de_commerce .entete .titre:after {
    bottom: -20px;
  }
  .single-fond_de_commerce .entete .annonce-nav {
    width: auto;
    position: absolute;
    bottom: 30px;
    padding: 0;
  }
  .single-fond_de_commerce .entete .annonce-nav a {
    display: block;
    width: 100%;
  }
  .single-fond_de_commerce .entete .annonce-precedente {
    left: 30px;
  }
  .single-fond_de_commerce .entete .annonce-suivante {
    right: 30px;
  }
  .single-fond_de_commerce .galerie #carousel {
    margin-bottom: 15px;
  }
  .single-fond_de_commerce .galerie #carousel .flex-viewport li {
    width: 150px !important;
    margin: 0px 7.5px !important;
  }
  .single-fond_de_commerce .galerie #carousel .flex-direction-nav a {
    padding-top: 42px;
  }
  .single-fond_de_commerce .fiche >.row {
    margin: 0;
  }
  .single-fond_de_commerce .fiche >.row >.col-sm-6 {
    width: 100%;
  }
  .single-fond_de_commerce .fiche >.row >.col-sm-6:first-child {
    padding: 0 30px;
  }
  .single-fond_de_commerce .fiche >.row >.col-sm-6:last-child {
    padding: 0 30px;
  }
  .single-fond_de_commerce .fiche >.row .photos {
    padding-left: 0;
  }
  .single-fond_de_commerce .fiche .descriptif .contenu {
    width: 100%;
  }
  .single-fond_de_commerce .fiche .descriptif .carte {
    width: 100%;
  }
  .single-fond_de_commerce .fiche .descriptif .carte #map {
    height: 250px;
    margin-top: 5px;
  }
  .single-fond_de_commerce .formulaire #nf-form-1-cont #nf-field-4-container input {
    margin-top: 35px;
  }
  .page-id-16 main {
    margin-top: 30px;
  }
  .page-id-16 .lactu-immo {
    padding: 0 30px;
  }
  .page-id-16 .lactu-immo .container {
    width: 100%;
  }
  .page-id-16 .lactu-immo .actualites .actualite .textuel {
    padding: 35px 0px;
  }
  .page-id-16 .lactu-immo .actualites .actualite .visuel .date-de-publication {
    padding: 5px 15px;
  }
  .page-id-18 main {
    margin-top: 30px;
  }
  .page-id-18 .nos-engagements .engagements .engagement .texte {
    min-height: 80px;
    width: 80%;
  }
  .page-id-18 .notre-equipe {
    padding: 60px 15px;
  }
  .page-id-18 .notre-equipe .container {
    width: 100%;
  }
  .page-id-18 .notre-equipe .membres .membre .zone .visuel {
    height: 500px;
  }
  .page-id-20 .informations >.row .col-sm-offset-3 {
    margin: 0;
    width: 50%;
    padding-left: 45px;
  }
  .page-id-20 .formulaire >.row {
    margin: 0;
  }
  .page-id-20 .formulaire >.row .col-sm-offset-3 {
    width: 100%;
    margin: 0;
    padding: 0 30px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1450px) {
  body.home .boutons-de-navigation {
    padding: 0px 0px 50px;
  }
  body.home .boutons-de-navigation .container {
    width: 970px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  body main #avis-certifies {
    left: auto;
    bottom: auto;
    right: 4rem;
    top: 20%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  body main #avis-certifies {
    top: 18%;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  body main #avis-certifies {
    top: 16%;
  }
}
@media screen and (min-width: 768px) and (max-width: 825px) {
  body main #avis-certifies {
    top: 14%;
  }
}
@media screen and (max-width: 1200px) {
  .page-id-18 .nos-partenaires .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-id-18 .nos-partenaires .partenaires .partenaire {
    margin-bottom: 30px;
  }
  .page-id-18 .nos-partenaires .partenaires .partenaire .zone .textuel {
    min-height: 140px;
  }
}
@media screen and (max-width: 1024px) {
  body .container {
    width: 100%;
  }
  body #menu-mobile {
    display: block;
    width: 45px;
    height: 45px;
    background-color: #c7228b;
    z-index: 11;
    right: 15px;
    top: 14px;
    position: fixed;
    text-align: center;
    color: white;
    font-size: 30px;
    padding-top: 6px;
    border: 2px solid #c7228b;
    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 #menu-mobile.active {
    background-color: #ffffff;
    color: #c7228b;
  }
  body #menu-contact {
    display: block;
    width: 45px;
    height: 45px;
    background-color: #c7228b;
    z-index: 11;
    right: 75px;
    top: 14px;
    position: fixed;
    text-align: center;
    color: white;
    font-size: 30px;
    padding-top: 6px;
    border: 2px solid #c7228b;
    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 #menu-contact.active {
    background-color: #ffffff;
    color: #c7228b;
  }
  body header {
    width: 100%;
    background-color: #ffffff;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 10;
    border-bottom: 2px solid #c7228b;
  }
  body header #logo-et-menu {
    padding: 7.5px 15px;
  }
  body header #logo-et-menu #logo {
    padding-bottom: 0;
    width: auto;
  }
  body header #logo-et-menu #logo .slogan {
    margin-left: 15px;
  }
  body header #logo-et-menu #wrapper_menu {
    width: 250px;
    position: fixed;
    z-index: 10;
    top: 77px;
    left: -1000px;
    background-color: #ffffff;
    height: 100%;
    text-align: left;
    border-right: 2px solid #c7228b;
  }
  body header #logo-et-menu #wrapper_menu nav {
    display: block;
  }
  body header #logo-et-menu #wrapper_menu nav li {
    display: block;
    margin-top: 15px;
  }
  body header #logo-et-menu #wrapper_menu nav li:after {
    display: none;
  }
  body header #logo-et-menu #wrapper_menu nav li a {
    display: block;
    margin: 0;
    font-size: 18px;
    padding: 7.5px 15px;
    font-weight: bold;
  }
  body header #logo-et-menu #wrapper_menu nav li.current-menu-item a {
    background-color: #c7228b;
    color: #ffffff;
  }
  body header #logo-et-menu #wrapper_menu nav li.current-menu-item a:after {
    display: none;
  }
  body header #logo-et-menu #wrapper_menu .lien-fb {
    margin-top: 15px;
  }
  body header #entete {
    font-weight: bold;
    width: auto;
    position: fixed;
    right: -1000px;
    top: 77px;
    z-index: 10;
    padding: 5px 15px;
  }
  body header #entete .info {
    margin-left: 0;
    display: block;
    text-align: left;
    padding: 5px 0;
  }
  body main {
    margin-top: 75px !important;
  }
  body main .titre-grand-hotel {
    font-size: 52px;
    line-height: 68px;
  }
  body footer {
    padding: 0px 30px 45px;
  }
  .home .nos-derniers-coups-de-coeur {
    padding: 30px 30px 0px;
  }
  .home .nos-derniers-coups-de-coeur .titre span {
    font-size: 56px;
  }
  .home .nos-derniers-coups-de-coeur .coups-de-coeur {
    padding-bottom: 30px;
  }
  .home .nos-derniers-coups-de-coeur .coups-de-coeur .coup-de-coeur {
    margin-bottom: 30px;
  }
  .page-id-8 main {
    padding-top: 30px;
  }
  .page-id-8 .titre {
    padding: 0 30px;
  }
  .page-id-8 .biens-immobiliers .container {
    width: 100%;
  }
  .page-id-8 .biens-immobiliers .filtrage {
    padding: 0 15px;
  }
  .page-id-8 .biens-immobiliers .grid .grid-item .full-height {
    height: 350px;
  }
  .page-id-8 .biens-immobiliers .grid .grid-item .full-height .avis {
    display: none;
  }
  .page-id-8 .biens-immobiliers .grid .grid-item .full-height .description {
    padding: 10px 15px;
  }
  .page-id-8 .biens-immobiliers .grid .grid-item .full-height .description .prix {
    position: absolute;
    right: 0;
    bottom: 0;
    top: -55px;
    width: 100%;
    left: 0;
    padding-left: 15px;
    color: #ffffff;
    font-size: 20px;
    text-shadow: 0px 0px 5px #c30c7e;
  }
  .page-id-8 .biens-immobiliers .grid .grid-item .full-height .description .honoraires {
    position: absolute;
    right: 0;
    bottom: 0;
    top: -25px;
    width: 100%;
    left: 0;
    padding-left: 10px;
    color: #ffffff;
    font-size: 14px;
    text-shadow: 0px 0px 5px #c30c7e;
    text-align: left;
  }
  .page-id-8 .bien-de-vos-reves .container {
    padding-top: 25px;
  }
  .page-id-8 .bien-de-vos-reves .texte {
    margin-top: 25px;
    margin-bottom: 50px;
  }
  .single-bien_immobilier main {
    padding-top: 30px;
  }
  .single-bien_immobilier .entete .annonce-nav a {
    font-size: 16px;
  }
  .single-bien_immobilier .entete .annonce-nav i {
    font-size: 24px;
  }
  .single-bien_immobilier .fiche {
    padding: 0 0px 25px;
  }
  .single-bien_immobilier .fiche .informations-generales {
    border-top: 0;
  }
  .single-bien_immobilier .fiche .photos {
    display: none;
  }
  .single-bien_immobilier .fiche .col-sm-7 {
    width: 100%;
  }
  .single-bien_immobilier .formulaire #nf-form-1-cont .nf-cell {
    width: 100% !important;
  }
  .single-bien_immobilier .formulaire #nf-form-1-cont #nf-field-4-container input {
    margin-top: 0;
  }
  .single-bien_immobilier .galerie {
    display: block;
  }
  .single-bien_immobilier .galerie #slider {
    margin-bottom: 0;
  }
  .single-bien_immobilier .videos .col-sm-5 {
    width: 50%;
    margin: 0;
  }
  .page-id-10 main {
    padding-top: 30px;
  }
  .page-id-10 .vendre-facilement .etapes {
    background: none;
    padding: 0;
  }
  .page-id-10 .vendre-facilement .etapes .container {
    padding: 0 15px;
  }
  .page-id-10 .vendre-facilement .etapes .etape {
    margin-bottom: 30px;
    width: 50%;
    float: left;
    clear: none;
    padding: 0 15px;
  }
  .page-id-10 .vendre-facilement .etapes .etape .zone {
    width: 100%;
  }
  .page-id-10 .vendre-facilement .etapes .etape .zone .photo {
    display: none;
  }
  .page-id-10 .vendre-facilement .etapes .etape .zone .texte {
    margin-top: 20px;
    margin-bottom: 35px;
    height: auto;
    min-height: 55px;
    padding: 7.5px 0 0;
    margin: 0;
    text-align: left;
  }
  .page-id-10 .vendre-facilement .etapes .haut .zone .numero {
    bottom: auto;
    top: -20px;
  }
  .page-id-10 .faites-estimer-votre-bien-immobilier #nf-form-3-cont .nf-cell {
    width: 100% !important;
  }
  .page-id-10 .faites-estimer-votre-bien-immobilier #nf-form-3-cont #nf-field-20-container input {
    margin-top: 0;
  }
  .page-id-12 .zone-recherche {
    height: 500px;
  }
  .page-id-12 .zone-recherche .logo-homeaffinity {
    height: 70px;
  }
  .page-id-12 .zone-recherche .introduction {
    padding: 0 15px;
    line-height: 32px;
  }
  .page-id-12 .phrase-de-recherche .ligne {
    font-size: 22px;
  }
  .page-id-12 .phrase-de-recherche form {
    padding: 0 15px;
  }
  .page-id-12 .phrase-de-recherche form input[data-name="ville"] {
    width: 220px;
  }
  .page-id-12 .phrase-de-recherche form .jen-veux-plus {
    left: -5px;
  }
  .page-id-12 .phrase-de-recherche form .jen-veux-plus .titre {
    font-size: 26px;
  }
  .page-id-12 .phrase-de-recherche form .dropdown button {
    font-size: 22px;
  }
  .page-id-12 .liste-des-biens-immobiliers .liste .bien-immobilier .full-height {
    height: 350px;
  }
  .page-id-12 .liste-des-biens-immobiliers .liste .bien-immobilier .full-height .description {
    padding: 10px 15px;
  }
  .page-id-12 .liste-des-biens-immobiliers .liste .bien-immobilier .full-height .description .prix {
    position: absolute;
    right: 0;
    bottom: 0;
    top: -55px;
    width: 100%;
    left: 0;
    padding-left: 15px;
    color: #ffffff;
    font-size: 20px;
    text-shadow: 0px 0px 5px #c30c7e;
  }
  .page-id-12 .liste-des-biens-immobiliers .liste .bien-immobilier .full-height .description .honoraires {
    position: absolute;
    right: 0;
    bottom: 0;
    top: -25px;
    width: 100%;
    left: 0;
    padding-left: 10px;
    color: #ffffff;
    font-size: 14px;
    text-shadow: 0px 0px 5px #c30c7e;
    text-align: left;
  }
  .page-id-14 main {
    padding-top: 30px;
  }
  .page-id-14 .titre {
    padding: 0 30px;
  }
  .page-id-14 .fonds-de-commerce .container {
    width: 100%;
  }
  .page-id-14 .fonds-de-commerce .filtrage {
    padding: 0 15px;
  }
  .page-id-14 .fonds-de-commerce .grid .grid-item .full-height {
    height: 350px;
  }
  .page-id-14 .fonds-de-commerce .grid .grid-item .full-height .avis {
    display: none;
  }
  .page-id-14 .fonds-de-commerce .grid .grid-item .full-height .description {
    padding: 10px 15px;
  }
  .page-id-14 .fonds-de-commerce .grid .grid-item .full-height .description .prix {
    position: absolute;
    right: 0;
    bottom: 0;
    top: -55px;
    width: 100%;
    left: 0;
    padding-left: 15px;
    color: #ffffff;
    font-size: 20px;
    text-shadow: 0px 0px 5px #c30c7e;
  }
  .page-id-14 .fonds-de-commerce .grid .grid-item .full-height .description .honoraires {
    position: absolute;
    right: 0;
    bottom: 0;
    top: -25px;
    width: 100%;
    left: 0;
    padding-left: 10px;
    color: #ffffff;
    font-size: 14px;
    text-shadow: 0px 0px 5px #c30c7e;
    text-align: left;
  }
  .page-id-14 .bien-de-vos-reves .container {
    padding-top: 25px;
  }
  .page-id-14 .bien-de-vos-reves .texte {
    margin-top: 25px;
    margin-bottom: 50px;
  }
  .single-fond_de_commerce main {
    padding-top: 30px;
  }
  .single-fond_de_commerce .entete .annonce-nav a {
    font-size: 16px;
  }
  .single-fond_de_commerce .entete .annonce-nav i {
    font-size: 24px;
  }
  .single-fond_de_commerce .fiche {
    padding: 0 0px 25px;
  }
  .single-fond_de_commerce .fiche .informations-generales {
    border-top: 0;
  }
  .single-fond_de_commerce .fiche .photos {
    display: none;
  }
  .single-fond_de_commerce .fiche .col-sm-7 {
    width: 100%;
  }
  .single-fond_de_commerce .formulaire #nf-form-1-cont .nf-cell {
    width: 100% !important;
  }
  .single-fond_de_commerce .formulaire #nf-form-1-cont #nf-field-4-container input {
    margin-top: 0;
  }
  .single-fond_de_commerce .galerie {
    display: block;
  }
  .single-fond_de_commerce .galerie #slider {
    margin-bottom: 0;
  }
  .single-fond_de_commerce .videos .col-sm-5 {
    width: 50%;
    margin: 0;
  }
  .page-id-16 main {
    padding-top: 30px;
  }
  .page-id-16 .lactu-immo .actualites .actualite {
    padding-top: 40px;
  }
  .page-id-16 .lactu-immo .actualites .actualite .visuel .photo {
    height: 250px;
  }
  .page-id-18 main {
    padding-top: 30px;
  }
  .page-id-18 .nos-engagements .container {
    width: 100%;
  }
  .page-id-18 .nos-engagements .engagements .engagement .texte {
    width: 80%;
  }
  .page-id-18 .notre-equipe .membres .membre {
    width: 50%;
    margin-bottom: 30px;
  }
  .page-id-20 .informations .col-lg-2 {
    display: none;
  }
  .page-id-20 .informations #map {
    margin-top: 30px;
  }
  .page-id-20 .formulaire .titre {
    font-size: 40px;
  }
  .page-id-20 .formulaire #nf-form-2-cont .nf-cell:first-child {
    padding-right: 15px;
  }
  .page-id-20 .formulaire #nf-form-2-cont .nf-cell:last-child {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  #grdp_barre_mini {
    bottom: 41px;
  }
  body #menu-contact,
  body #menu-mobile {
    top: 7px;
  }
  body header #entete {
    top: 62px;
  }
  body header #entete .info a {
    vertical-align: top;
    width: 85%;
  }
  body header #logo-et-menu #logo img {
    height: 45px;
  }
  body header #logo-et-menu #logo .slogan {
    display: none;
  }
  body header #logo-et-menu #wrapper_menu {
    top: 62px;
    width: 100%;
    border-right: 0;
  }
  body header #logo-et-menu #wrapper_menu nav li {
    margin-top: 10px;
  }
  body main {
    margin-top: 60px !important;
  }
  body main .confiez-nous-votre-bien-fixe {
    padding: 7.5px 15px;
    text-align: center;
    width: 100%;
    right: 0;
    border-radius: 0;
    font-size: 18px;
  }
  body footer {
    padding: 10px 15px 50px;
  }
  body footer .informations-contact {
    display: none;
  }
  body footer .informations-legales {
    padding-top: 0;
  }
  .home .forcefullwidth_wrapper_tp_banner {
    display: none;
  }
  .home .boutons-de-navigation {
    margin-top: 0;
    padding: 30px 0px;
  }
  .home .boutons-de-navigation .bouton {
    text-align: left;
    margin-bottom: 10px;
  }
  .home .boutons-de-navigation .bouton img {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
  }
  .home .boutons-de-navigation .bouton .intitule {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    margin-left: 10px;
  }
  .home .boutons-de-navigation .bouton .texte {
    display: none;
  }
  .home main #avis-certifies {
    position: relative;
    bottom: auto;
    left: auto;
    top: auto;
    flex-wrap: wrap;
    width: 100%;
    min-width: 100px;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .home .nos-derniers-coups-de-coeur .titre {
    background: none;
    line-height: 42px;
  }
  .home .nos-derniers-coups-de-coeur .titre span {
    padding: 0;
    font-size: 42px;
  }
  .home .nos-derniers-coups-de-coeur .coups-de-coeur {
    margin-top: 30px;
  }
  .home .nos-derniers-coups-de-coeur .coups-de-coeur .coup-de-coeur {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .home .nos-derniers-coups-de-coeur .coups-de-coeur .coup-de-coeur .fond {
    height: 250px;
  }
  .home .nos-derniers-coups-de-coeur .coups-de-coeur .coup-de-coeur .description {
    padding: 7.5px 10px;
  }
  .page-id-8 .titre {
    font-size: 42px;
    line-height: 42px;
    padding: 0 15px;
  }
  .page-id-8 .biens-immobiliers .filtrage {
    padding: 0;
  }
  .page-id-8 .biens-immobiliers .filtrage #filters .button {
    width: 50%;
    margin: 0;
    padding: 10px 5px;
    font-size: 14px;
    border: 1px solid #ab6490;
  }
  .page-id-8 .biens-immobiliers .filtrage #sorts {
    text-align: left;
  }
  .page-id-8 .biens-immobiliers .filtrage #sorts .petit-titre {
    color: #ab6490;
  }
  .page-id-8 .biens-immobiliers .filtrage #sorts .petit-titre:after {
    content: "▼";
  }
  .page-id-8 .biens-immobiliers .filtrage #sorts .petit-titre.active:after {
    content: "▲";
  }
  .page-id-8 .biens-immobiliers .filtrage #sorts .button {
    padding: 0;
    display: none;
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }
  .page-id-8 .biens-immobiliers .filtrage #sorts .button[data-sort-by="tprix"] {
    border: 0;
  }
  .page-id-8 .biens-immobiliers .filtrage #sorts .cp-plus-proche {
    padding: 0;
    display: none;
    margin-top: 10px;
  }
  .page-id-8 .biens-immobiliers .filtrage #sorts .cp-plus-proche form {
    width: 100%;
  }
  .page-id-8 .biens-immobiliers .filtrage #sorts .cp-plus-proche form input {
    width: 100%;
  }
  .page-id-8 .biens-immobiliers .filtrage #sorts form {
    display: none;
    padding: 0;
    margin-top: 10px;
  }
  .page-id-8 .biens-immobiliers .grid .grid-item {
    padding-bottom: 0;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .page-id-8 .biens-immobiliers .grid .grid-item .full-height {
    height: 250px;
  }
  .page-id-8 .biens-immobiliers .grid .grid-item .full-height .description {
    font-size: 16px;
    padding: 10px;
  }
  .page-id-8 .biens-immobiliers .grid .grid-item .full-height .description .prix {
    padding-left: 10px;
  }
  .page-id-8 .bien-de-vos-reves .container {
    border-top: 0;
    margin-top: 0;
  }
  .page-id-8 .bien-de-vos-reves .titre {
    font-size: 32px;
    line-height: 32px;
  }
  .page-id-8 .bien-de-vos-reves .texte {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
  }
  .single-bien_immobilier .entete {
    padding-bottom: 30px;
  }
  .single-bien_immobilier .entete .row {
    margin: 0;
  }
  .single-bien_immobilier .entete .annonce-nav {
    display: none;
  }
  .single-bien_immobilier .entete .revenir-a-ma-selection {
    margin-top: 90px;
  }
  .single-bien_immobilier .entete .titre {
    width: 100%;
    padding: 0 15px;
    font-size: 24px;
    line-height: 30px;
  }
  .single-bien_immobilier .entete .titre:after {
    display: none;
  }
  .single-bien_immobilier .galerie #carousel {
    display: none;
  }
  .single-bien_immobilier .fiche >.row >.col-sm-6:first-child {
    padding: 0 15px;
  }
  .single-bien_immobilier .fiche >.row >.col-sm-6:last-child {
    padding: 0 15px;
  }
  .single-bien_immobilier .fiche .informations-generales {
    font-size: 16px;
    padding: 5px 0 10px;
  }
  .single-bien_immobilier .fiche .informations-generales .prix {
    text-align: left;
    margin-top: 5px;
  }
  .single-bien_immobilier .fiche .informations-generales .vignettes {
    display: none;
  }
  .single-bien_immobilier .fiche .avis {
    padding: 10px 0;
  }
  .single-bien_immobilier .fiche .en-resume {
    padding: 10px 0;
  }
  .single-bien_immobilier .fiche .en-resume .titre {
    margin-bottom: 10px;
  }
  .single-bien_immobilier .fiche .schemas {
    padding-top: 10px;
  }
  .single-bien_immobilier .fiche .schemas .schema-dpe .legende .moins,
  .single-bien_immobilier .fiche .schemas .schema-ges .legende .moins {
    font-size: 12px;
  }
  .single-bien_immobilier .fiche .schemas .schema-dpe {
    margin-bottom: 20px;
  }
  .single-bien_immobilier .fiche .schemas .schema-dpe .valeur {
    margin-bottom: 0;
  }
  .single-bien_immobilier .fiche .schemas .schema-ges {
    margin-bottom: 10px;
  }
  .single-bien_immobilier .fiche .schemas .schema-ges .valeur {
    margin-bottom: 0;
  }
  .single-bien_immobilier .fiche .descriptif {
    padding: 10px 0;
  }
  .single-bien_immobilier .fiche .descriptif .carte #map {
    height: 200px;
  }
  .single-bien_immobilier .formulaire .titre {
    font-size: 32px;
    line-height: 32px;
  }
  .single-bien_immobilier .formulaire #nf-form-1-cont .nf-field-container {
    margin-bottom: 15px;
  }
  .single-bien_immobilier .videos {
    padding: 10px 0;
  }
  .single-bien_immobilier .videos .col-sm-5 {
    width: 100%;
    margin: 0;
  }
  .single-bien_immobilier .videos .col-sm-5:first-child {
    margin-bottom: 20px;
  }
  .page-id-10 .titre-grand-hotel {
    font-size: 38px;
    line-height: 42px;
    padding: 0 15px;
  }
  .page-id-10 .vendre-facilement .introduction {
    text-align: left;
    margin-top: 20px;
  }
  .page-id-10 .vendre-facilement .etapes {
    display: none;
    padding-bottom: 0;
  }
  .page-id-10 .vendre-facilement .etapes .etape {
    width: 100%;
  }
  .page-id-10 .vendre-facilement .etapes .etape .zone-texte {
    min-height: auto;
  }
  .page-id-10 .vendre-facilement .etapes .container {
    padding: 0;
  }
  .page-id-10 .vendre-facilement .owl-carousel {
    display: block;
    margin-top: 30px;
  }
  .page-id-10 .vendre-facilement .owl-carousel .owl-nav div {
    position: absolute;
    top: -25px;
    font-size: 42px;
  }
  .page-id-10 .vendre-facilement .owl-carousel .owl-nav .owl-prev {
    left: 25px;
  }
  .page-id-10 .vendre-facilement .owl-carousel .owl-nav .owl-next {
    right: 25px;
  }
  .page-id-10 .vendre-facilement .owl-carousel .item {
    padding: 20px 15px 0;
  }
  .page-id-10 .vendre-facilement .owl-carousel .item .zone {
    margin: auto;
    background-color: #f2f2f2;
    border: 1px solid #b3b3b3;
    padding: 15px;
    border-radius: 160px;
    -moz-box-shadow: inset -5px 5px 10px 0px #b3b3b3;
    -webkit-box-shadow: inset -5px 5px 10px 0px #b3b3b3;
    -o-box-shadow: inset -5px 5px 10px 0px #b3b3b3;
    box-shadow: inset -5px 5px 10px 0px #b3b3b3;
  }
  .page-id-10 .vendre-facilement .owl-carousel .item .zone .texte {
    margin-top: 20px;
    margin-bottom: 35px;
    height: auto;
    min-height: 55px;
    padding: 7.5px 0 0;
    margin: 0;
    text-align: left;
  }
  .page-id-10 .vendre-facilement .owl-carousel .item .zone .numero {
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    color: #c7228b;
    font-weight: bold;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    border: 1px solid #c7228b;
    border-radius: 40px;
    text-align: center;
    font-size: 22px;
    padding-top: 8px;
    top: 0px;
  }
  .page-id-10 .nos-honoraires .container {
    width: 100%;
  }
  .page-id-10 .pourquoi-choisir-lexclusivite .raisons {
    padding: 30px 0;
  }
  .page-id-10 .pourquoi-choisir-lexclusivite .raisons >.container {
    padding: 0 15px;
  }
  .page-id-10 .pourquoi-choisir-lexclusivite .raisons .raison {
    width: 100%;
    margin-bottom: 15px;
  }
  .page-id-10 .pourquoi-choisir-lexclusivite .raisons .raison .zone .texte {
    min-height: 0;
    padding: 10px 10px 0;
  }
  .page-id-10 .ce-quils-pensent-de-nous .owl-carousel {
    margin: 60px auto 30px;
  }
  .page-id-10 .ce-quils-pensent-de-nous .owl-carousel .owl-item {
    padding: 0;
  }
  .page-id-10 .ce-quils-pensent-de-nous .owl-carousel .owl-nav div {
    top: -50px;
  }
  .page-id-10 .faites-estimer-votre-bien-immobilier #nf-form-3-cont .nf-field-container {
    margin-bottom: 15px;
  }
  .page-id-12 .zone-recherche {
    padding: 20px 0;
    height: 600px;
  }
  .page-id-12 .zone-recherche .logo-homeaffinity {
    height: 50px;
    margin-bottom: 20px;
  }
  .page-id-12 .zone-recherche .introduction {
    font-size: 20px;
    line-height: 24px;
  }
  .page-id-12 .zone-recherche .phrase-de-recherche .ligne {
    font-size: 20px;
  }
  .page-id-12 .zone-recherche .phrase-de-recherche form .dropdown button {
    font-size: 20px;
  }
  .page-id-12 .zone-recherche .phrase-de-recherche form .jen-veux-plus {
    width: 100%;
    z-index: 7;
    left: 0;
  }
  .page-id-12 .zone-recherche .phrase-de-recherche form .jen-veux-plus .titre {
    font-size: 20px;
    padding: 5px;
    border-top-left-radius: 10px;
  }
  .page-id-12 .zone-recherche .phrase-de-recherche form .jen-veux-plus .champs {
    top: 38px;
  }
  .page-id-12 .liste-des-biens-immobiliers .liste .row .row .bien-immobilier {
    padding: 0 15px;
  }
  .page-id-12 .liste-des-biens-immobiliers .liste .bien-immobilier {
    margin-bottom: 15px;
    padding: 0 15px;
    width: 100%;
  }
  .page-id-12 .liste-des-biens-immobiliers .liste .bien-immobilier .full-height {
    height: 250px;
  }
  .page-id-12 .liste-des-biens-immobiliers .liste .bien-immobilier .full-height .description {
    font-size: 16px;
    padding: 10px;
  }
  .page-id-12 .liste-des-biens-immobiliers .liste .bien-immobilier .full-height .description .prix {
    padding-left: 10px;
  }
  .page-id-12 .liste-des-biens-immobiliers .liste .bien-immobilier .coeur {
    right: 15px;
    top: 15px;
  }
  .page-id-12 .zone-alerte .texte {
    font-size: 15px;
    margin-bottom: 0px;
  }
  .page-id-12 .zone-alerte .container {
    width: 100%;
  }
  .page-id-12 .zone-alerte .container .col-sm-8 {
    text-align: left;
  }
  .page-id-12 .zone-alerte form .check {
    font-size: 0;
  }
  .page-id-12 .zone-alerte form .check .checkbox {
    width: 5%;
  }
  .page-id-12 .zone-alerte form .check .label {
    text-align: left;
    width: 95%;
    margin: 0;
    padding-left: 15px;
    font-size: 20px;
    line-height: 26px;
  }
  .page-id-14 .titre {
    font-size: 42px;
    line-height: 42px;
    padding: 0 15px;
  }
  .page-id-14 .fonds-de-commerce .filtrage {
    padding: 0;
  }
  .page-id-14 .fonds-de-commerce .filtrage #filters .button {
    width: 50%;
    margin: 0;
    padding: 10px 5px;
    font-size: 14px;
    border: 1px solid #ab6490;
  }
  .page-id-14 .fonds-de-commerce .filtrage #sorts {
    text-align: left;
  }
  .page-id-14 .fonds-de-commerce .filtrage #sorts .petit-titre {
    color: #ab6490;
  }
  .page-id-14 .fonds-de-commerce .filtrage #sorts .petit-titre:after {
    content: "▼";
  }
  .page-id-14 .fonds-de-commerce .filtrage #sorts .petit-titre.active:after {
    content: "▲";
  }
  .page-id-14 .fonds-de-commerce .filtrage #sorts .button {
    padding: 0;
    display: none;
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }
  .page-id-14 .fonds-de-commerce .filtrage #sorts .button[data-sort-by="tprix"] {
    border: 0;
  }
  .page-id-14 .fonds-de-commerce .filtrage #sorts .cp-plus-proche {
    padding: 0;
    display: none;
    margin-top: 10px;
  }
  .page-id-14 .fonds-de-commerce .filtrage #sorts .cp-plus-proche form {
    width: 100%;
  }
  .page-id-14 .fonds-de-commerce .filtrage #sorts .cp-plus-proche form input {
    width: 100%;
  }
  .page-id-14 .fonds-de-commerce .filtrage #sorts form {
    display: none;
    padding: 0;
    margin-top: 10px;
  }
  .page-id-14 .fonds-de-commerce .grid .grid-item {
    width: 100%;
    padding-bottom: 0;
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .page-id-14 .fonds-de-commerce .grid .grid-item .full-height {
    height: 250px;
  }
  .page-id-14 .fonds-de-commerce .grid .grid-item .full-height .description {
    font-size: 16px;
    padding: 10px;
  }
  .page-id-14 .fonds-de-commerce .grid .grid-item .full-height .description .prix {
    padding-left: 10px;
  }
  .page-id-14 .bien-de-vos-reves .container {
    border-top: 0;
    margin-top: 0;
  }
  .page-id-14 .bien-de-vos-reves .titre {
    font-size: 32px;
    line-height: 32px;
  }
  .page-id-14 .bien-de-vos-reves .texte {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
  }
  .single-fond_de_commerce .entete {
    padding-bottom: 30px;
  }
  .single-fond_de_commerce .entete .row {
    margin: 0;
  }
  .single-fond_de_commerce .entete .annonce-nav {
    display: none;
  }
  .single-fond_de_commerce .entete .titre {
    width: 100%;
    padding: 0 15px;
    font-size: 24px;
    line-height: 30px;
  }
  .single-fond_de_commerce .entete .titre:after {
    display: none;
  }
  .single-fond_de_commerce .galerie #carousel {
    display: none;
  }
  .single-fond_de_commerce .fiche >.row >.col-sm-6:first-child {
    padding: 0 15px;
  }
  .single-fond_de_commerce .fiche >.row >.col-sm-6:last-child {
    padding: 0 15px;
  }
  .single-fond_de_commerce .fiche .informations-generales {
    font-size: 16px;
    padding: 5px 0 10px;
  }
  .single-fond_de_commerce .fiche .informations-generales .prix {
    text-align: left;
    margin-top: 5px;
  }
  .single-fond_de_commerce .fiche .informations-generales .vignettes {
    display: none;
  }
  .single-fond_de_commerce .fiche .avis {
    padding: 10px 0;
  }
  .single-fond_de_commerce .fiche .en-resume {
    padding: 10px 0;
  }
  .single-fond_de_commerce .fiche .en-resume .titre {
    margin-bottom: 10px;
  }
  .single-fond_de_commerce .fiche .schemas {
    padding-top: 10px;
  }
  .single-fond_de_commerce .fiche .schemas .schema-dpe .legende .moins,
  .single-fond_de_commerce .fiche .schemas .schema-ges .legende .moins {
    font-size: 12px;
  }
  .single-fond_de_commerce .fiche .schemas .schema-dpe {
    margin-bottom: 20px;
  }
  .single-fond_de_commerce .fiche .schemas .schema-ges {
    margin-bottom: 10px;
  }
  .single-fond_de_commerce .fiche .descriptif {
    padding: 10px 0;
  }
  .single-fond_de_commerce .fiche .descriptif .carte #map {
    height: 200px;
  }
  .single-fond_de_commerce .formulaire .titre {
    font-size: 32px;
    line-height: 32px;
  }
  .single-fond_de_commerce .formulaire #nf-form-1-cont .nf-field-container {
    margin-bottom: 15px;
  }
  .single-fond_de_commerce .videos {
    padding: 10px 0;
  }
  .single-fond_de_commerce .videos .col-sm-5 {
    width: 100%;
    margin: 0;
  }
  .single-fond_de_commerce .videos .col-sm-5:first-child {
    margin-bottom: 20px;
  }
  .page-id-16 .titre {
    font-size: 42px;
    line-height: 42px;
  }
  .page-id-16 .lactu-immo {
    padding: 0 15px;
  }
  .page-id-16 .lactu-immo .actualites .actualite .visuel .date-de-publication {
    font-size: 14px;
  }
  .page-id-16 .lactu-immo .actualites .actualite .visuel .photo {
    height: 200px;
  }
  .page-id-16 .lactu-immo .actualites .actualite .textuel {
    padding: 20px 0px 35px;
  }
  .page-id-16 .lactu-immo .actualites .actualite .textuel .titre {
    font-size: 16px;
    line-height: 24px;
  }
  .page-id-16 .lactu-immo .actualites .navigation span {
    width: 100%;
    text-align: center;
  }
  .page-id-16 .lactu-immo .actualites .navigation .actualites-plus-anciennes {
    margin-bottom: 15px;
  }
  .page-id-18 .titre {
    font-size: 42px;
    line-height: 42px;
  }
  .page-id-18 .nos-engagements {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .page-id-18 .nos-engagements .engagements {
    padding-bottom: 30px;
  }
  .page-id-18 .nos-engagements .engagements .engagement {
    margin-top: 20px;
    text-align: left;
  }
  .page-id-18 .nos-engagements .engagements .engagement .texte {
    width: 100%;
    min-height: auto;
  }
  .page-id-18 .notre-equipe {
    padding: 30px 15px;
  }
  .page-id-18 .notre-equipe .membres {
    padding-top: 30px;
  }
  .page-id-18 .notre-equipe .membres .membre {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
  }
  .page-id-18 .notre-equipe .membres .membre .zone .visuel {
    height: auto;
  }
  .page-id-18 .notre-equipe .membres .membre .zone .visuel .fond {
    height: 250px;
    position: static;
  }
  .page-id-18 .notre-equipe .membres .membre .zone .visuel .description {
    position: static;
    opacity: 1;
    padding: 15px;
  }
  .page-id-18 .notre-equipe .membres .membre .zone .textuel {
    display: none;
  }
  .page-id-18 .nos-partenaires .container {
    padding: 0 15px;
  }
  .page-id-18 .nos-partenaires .partenaires .partenaire {
    margin-bottom: 15px;
  }
  .page-id-18 .nos-partenaires .partenaires .partenaire .zone .textuel {
    min-height: auto;
  }
  .page-id-20 .informations {
    padding: 0 15px;
  }
  .page-id-20 .informations .titre {
    margin-top: 30px;
  }
  .page-id-20 .informations >.row {
    margin: 0;
  }
  .page-id-20 .informations >.row .col-sm-offset-3 {
    width: 100%;
    padding: 0;
  }
  .page-id-20 .informations >.row .col-sm-offset-3:after {
    bottom: -30px;
  }
  .page-id-20 .informations >.row .col-sm-6 {
    display: none;
  }
  .page-id-20 .formulaire .titre {
    font-size: 30px;
    line-height: 42px;
  }
  .page-id-20 .formulaire >.row .col-sm-offset-3 {
    padding: 0 15px;
  }
  .page-id-20 .formulaire #nf-form-2-cont .nf-row {
    margin: 0;
  }
  .page-id-20 .formulaire #nf-form-2-cont .nf-cell {
    padding: 0 !important;
  }
  .page-id-20 .formulaire #nf-form-2-cont .nf-field-container {
    margin-bottom: 15px !important;
  }
  .page-id-20 .formulaire #nf-form-2-cont #nf-field-17-container ul li {
    width: 100%;
  }
  .page-id-20 .formulaire #nf-form-2-cont #nf-field-11-container {
    margin-top: 0;
    margin-bottom: 60px !important;
  }
}
#slo_content_wrapper h1 {
  font-size: 1.6em;
  line-height: 2.4em;
  font-weight: bold;
}
#slo_content_wrapper p {
  font-size: 1em;
  line-height: 1.3em;
  margin-bottom: 10px;
}
#slo_content_wrapper h1,
#slo_content_wrapper h2,
#slo_content_wrapper h3,
#slo_content_wrapper h4,
#slo_content_wrapper h5,
#slo_content_wrapper h6,
#slo_content_wrapper b,
#slo_content_wrapper strong {
  font-weight: bold;
}
#slo_content_wrapper ul,
#slo_content_wrapper ol {
  padding: 8px 0 10px 15px !important;
}
#slo_content_wrapper ul {
  list-style-type: disc !important;
}
@keyframes shine {
  10% {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
  }
  100% {
    opacity: 0;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
  }
}
@-moz-keyframes shine {
  10% {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
  }
  100% {
    opacity: 0;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
  }
}
@-webkit-keyframes shine {
  10% {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
  }
  100% {
    opacity: 0;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
  }
}
@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
  25% {
    stroke-dasharray: 0 100;
  }
}
@-moz-keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
  25% {
    stroke-dasharray: 0 100;
  }
}
@-webkit-keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
  25% {
    stroke-dasharray: 0 100;
  }
}
