/*CONFIG*/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNZ.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v37/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o18E.ttf) format('truetype');
}
/*Conteneur*/
/*Font*/
/*Color*/
/* Couleurs chartes graphique 2023 */
/*Background*/
/* Border radius */
/*dateTimePicker*/
/*PAGES*/
/* GENERAL */
.html-landing-page {
  font-size: 16px;
}
.landing-page-file {
  font-size: unset !important;
}
.landing-page {
  background: url("/bundles/siteenginemain/images/landing/background.jpg");
  background-size: cover;
  padding: 1% 12%;
  width: 100%;
  margin: auto;
}
@media (max-width: 1280px) {
  .landing-page {
    padding: 2% 6%;
  }
}
@media (max-width: 769px) {
  .landing-page {
    padding: 1% 3%;
  }
}
@media (max-width: 480px) {
  .landing-page {
    padding: 1% 2%;
  }
}
/* BANNIERE */
.landing-page-header {
  position: initial;
  width: 100%;
}
.landing-page-banniere {
  height: 300px;
}
.landing-banner {
  width: 100%;
  min-height: 300px;
  max-height: 450px;
  object-fit: cover;
}
/* LOGO */
.landing-page-logo {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 120px;
  top: calc(-50% - 75px);
  z-index: 1;
  background: #fff;
  padding: 1%;
  border-radius: 10px;
}
@media (max-width: 810px) {
  .landing-page-logo {
    height: auto;
    width: 300px;
    top: calc(-50% - 45px);
  }
}
/* CONTENU */
.landing-content-wrapper {
  position: relative;
  background: #fff;
  padding: 2%;
  border-radius: 10px;
}
.landing-titre {
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 25px 0;
  background: #575756;
  margin: 0;
}
.landing-content {
  font-size: 1rem;
}
.landing-content a {
  color: #575756;
}
.landing-content img {
  padding: 10px;
}
.landing-content h1,
.landing-content h2,
.landing-content h3,
.landing-content h4,
.landing-content h5,
.landing-content h6 {
  margin-top: 0;
}
.landing-content h1:not(:first-child),
.landing-content h2:not(:first-child),
.landing-content h3:not(:first-child),
.landing-content h4:not(:first-child),
.landing-content h5:not(:first-child),
.landing-content h6:not(:first-child) {
  margin: 0.5em 0;
}
.landing-content p:not(:first-child) {
  margin-top: 1rem;
  margin-bottom: 0;
  line-height: 1.4rem;
}
.landing-content ol:not(:first-child),
.landing-content ul:not(:first-child),
.landing-content dl:not(:first-child) {
  margin-top: 1rem;
  margin-bottom: 0;
}
.landing-content ol > li,
.landing-content ul > li,
.landing-content dl > li {
  list-style-type: disc;
  /*initial non reconnu sur IE*/
  list-style-type: initial;
}
.landing-content ol li > *,
.landing-content ul li > *,
.landing-content dl li > * {
  display: inline-block;
}
.landing-content ol li:not(:first-child),
.landing-content ul li:not(:first-child),
.landing-content dl li:not(:first-child) {
  margin-top: 10px;
}
.landing-content ol ol,
.landing-content ul ul,
.landing-content ol ul,
.landing-content ul ol {
  margin-bottom: 0;
}
/* FORMULAIRE */
.formulaire-landing-page-wrapper {
  padding: 3% 0;
  background: #fff;
  border-radius: 10px;
  margin-top: 2%;
}
.formulaire-landing-page-wrapper .consentement_refus {
  font-size: 0.8rem;
}
.formulaire-landing-page-wrapper [type="radio"]:not(:checked) + span,
.formulaire-landing-page-wrapper [type="radio"]:checked + span {
  font-size: 0.8rem;
}
.formulaire-landing-page-wrapper .lienMentions {
  font-size: 0.8rem;
}
.formulaire-landing-page-wrapper .btn-large {
  background: #575756;
  color: #fff;
}
.formulaire-landing-page-wrapper .input-field > label:not(.label-icon).active {
  text-align: left;
  top: 13px;
  left: 5px;
}
.formulaire-landing-page-wrapper .dropdown-content li > span {
  color: #333333;
}
.formulaire-landing-page-wrapper .error {
  color: red;
  font-size: 0.8rem;
}
.formulaire-landing-page-wrapper .select-wrapper input {
  text-align: center;
  color: #333333;
}
.formulaire-landing-page-wrapper .select-wrapper input.select-dropdown:focus {
  border-bottom: none;
}
.formulaire-sous-titre {
  font-size: 1.4rem;
  padding-top: 1rem;
}
.landing-contact .row.formulaire-landing-champ-wrapper {
  display: block;
}
.landing-contact .row.formulaire-landing-champ-wrapper .input-field {
  width: 46%;
  margin: 2%;
}
@media (max-width: 810px) {
  .landing-contact .row.formulaire-landing-champ-wrapper .input-field {
    width: 48%;
    margin: 1%;
  }
}
@media (max-width: 480px) {
  .landing-contact .row.formulaire-landing-champ-wrapper .input-field {
    width: 98%;
  }
}
.landing-contact .row.formulaire-landing-champ-wrapper .input-field.input-adresse,
.landing-contact .row.formulaire-landing-champ-wrapper .input-field.input-reference,
.landing-contact .row.formulaire-landing-champ-wrapper .input-field.input-nom-proprietaire,
.landing-contact .row.formulaire-landing-champ-wrapper .input-field.input-profession {
  width: 96%;
}
@media (max-width: 480px) {
  .landing-contact .row.formulaire-landing-champ-wrapper .input-field.input-adresse,
  .landing-contact .row.formulaire-landing-champ-wrapper .input-field.input-reference,
  .landing-contact .row.formulaire-landing-champ-wrapper .input-field.input-nom-proprietaire,
  .landing-contact .row.formulaire-landing-champ-wrapper .input-field.input-profession {
    width: 98%;
  }
}
.landing-contact .row.formulaire-landing-champ-wrapper.landing-bloc-3 .input-field {
  width: 48%;
  margin: 1%;
}
@media (max-width: 480px) {
  .landing-contact .row.formulaire-landing-champ-wrapper.landing-bloc-3 .input-field {
    width: 98%;
    margin: 2%;
  }
}
.landing-contact .row.formulaire-landing-champ-wrapper.landing-bloc-3 .input-field.input-adresse,
.landing-contact .row.formulaire-landing-champ-wrapper.landing-bloc-3 .input-field.input-reference,
.landing-contact .row.formulaire-landing-champ-wrapper.landing-bloc-3 .input-field.input-nom-proprietaire,
.landing-contact .row.formulaire-landing-champ-wrapper.landing-bloc-3 .input-field.input-profession {
  width: 98%;
}
.landing-contact .row.formulaire-landing-champ-wrapper.landing-bloc-3 .input-field.input-poursuites,
.landing-contact .row.formulaire-landing-champ-wrapper.landing-bloc-3 .input-field.input-poursuites-annee,
.landing-contact .row.formulaire-landing-champ-wrapper.landing-bloc-3 .input-field.input-poursuites-montant {
  width: 31%;
}
@media (max-width: 810px) {
  .landing-contact .row.formulaire-landing-champ-wrapper.landing-bloc-3 .input-field.input-poursuites,
  .landing-contact .row.formulaire-landing-champ-wrapper.landing-bloc-3 .input-field.input-poursuites-annee,
  .landing-contact .row.formulaire-landing-champ-wrapper.landing-bloc-3 .input-field.input-poursuites-montant {
    width: 98%;
  }
}
#annonces {
  height: 100%;
}
#annonces #map {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
#annonces #map .marker-cluster-small {
  background-color: rgba(130, 130, 129, 0.6);
}
#annonces #map .marker-cluster-small div {
  background-color: rgba(87, 87, 86, 0.8);
  color: #fff;
}
#annonces #map .marker-cluster-medium {
  background-color: rgba(130, 130, 129, 0.6);
}
#annonces #map .marker-cluster-medium div {
  background-color: rgba(87, 87, 86, 0.8);
  color: #fff;
}
#annonces #map .marker-cluster-large {
  background-color: rgba(130, 130, 129, 0.6);
}
#annonces #map .marker-cluster-large div {
  background-color: rgba(87, 87, 86, 0.8);
  color: #fff;
}
#annonces #map.leaflet-container .agence-info-map {
  position: absolute;
  z-index: 10;
}
#annonces #map .leaflet-pane {
  z-index: 10;
}
#annonces #map .leaflet-popup-tip {
  background: #575756;
}
#annonces #map .leaflet-popup-content-wrapper {
  background: transparent;
  box-shadow: initial;
  top: 15px !important;
  left: 26px !important;
  -webkit-animation-name: openMarkerCluster;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  transform-origin: center bottom;
  padding: 1px 1px 0;
}
#annonces #map .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 13px 19px 0;
  width: 220px !important;
}
#annonces #map .leaflet-popup-content-wrapper .iw-exclusif {
  background: #575756;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}
#annonces #map .leaflet-popup-content-wrapper > div:nth-child(1) {
  display: block !important;
  border-bottom: 5px solid #575756;
  box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
}
#annonces #map .leaflet-popup-content-wrapper #iw-container {
  margin-bottom: 0px;
  font-size: 13px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  position: relative;
}
#annonces #map .leaflet-popup-content-wrapper #iw-container .iw-picture {
  background-position: center;
  width: 220px;
  height: 110px;
  background-size: cover;
  -webkit-animation: iw-picture 1.5s ease-out;
  -moz-animation: iw-picture 1.5s ease-out;
  -o-animation: iw-picture 1.5s ease-out;
  animation: iw-picture 1.5s ease-out;
}
#annonces #map .leaflet-popup-content-wrapper #iw-container .iw-picture .etiquette {
  padding: 5px;
  background-color: #575756;
  color: #fff;
  margin: 5px;
  float: left;
  max-width: 225px;
}
#annonces #map .leaflet-popup-content-wrapper #iw-container .iw-picture .nbphotos {
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  margin: 5px;
  float: right;
}
#annonces #map .leaflet-popup-content-wrapper #iw-container .iw-picture .nbphotos::before {
  content: 'x';
  font-family: melody;
  margin-right: 5px;
}
#annonces #map .leaflet-popup-content-wrapper #iw-container.mandataire .iw-link-picture {
  width: 40%;
  float: left;
}
#annonces #map .leaflet-popup-content-wrapper #iw-container.mandataire .iw-link-picture .iw-picture {
  width: 100%;
}
#annonces #map .leaflet-popup-content-wrapper #iw-container.mandataire .iw-citation {
  width: 54%;
  padding: 5px;
  float: left;
  height: 110px;
  overflow: hidden;
}
#annonces #map .leaflet-popup-content-wrapper #iw-container.mandataire .iw-title {
  font-weight: bold;
  clear: both;
}
#annonces #map .leaflet-popup-content-wrapper #iw-container.mandataire .iw-title .iw-nom {
  display: block;
}
#annonces #map .leaflet-popup-content-wrapper #iw-container.mandataire .iw-title .iw-statut {
  font-weight: normal;
}
#annonces #map .leaflet-popup-content-wrapper #iw-container.mandataire .iw-prix {
  font-weight: bold;
  clear: both;
}
#annonces #map .leaflet-popup-content-wrapper #iw-container.mandataire .iw-secteur {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 10px 5px;
  margin: 0;
}
#annonces #map .leaflet-popup-content-wrapper #iw-container .iw-visite {
  position: absolute;
  top: 45px;
  right: 5px;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
#annonces #map .leaflet-popup-content-wrapper #iw-container .iw-visite:before {
  font-size: 150%;
}
#annonces #map .leaflet-popup-content-wrapper #iw-container .iw-title {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 10px 0;
  margin: 0;
}
#annonces #map .leaflet-popup-content-wrapper #iw-container .iw-title .titre_bien,
#annonces #map .leaflet-popup-content-wrapper #iw-container .iw-title .adresse {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#annonces #map .leaflet-popup-content-wrapper #iw-container .iw-price {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 10px 5px;
  margin: 0;
}
#annonces #map .leaflet-popup-content-wrapper #iw-container .iw-price sup {
  font-size: 12px;
}
#annonces #map .leaflet-popup-content-wrapper #iw-container .iw-price .promo {
  color: red;
  font-size: 0.8em;
}
#annonces #map .leaflet-popup-content-wrapper #iw-container .iw-switch {
  font-size: 14px;
  padding: 5px 10px;
  margin: 0;
  cursor: pointer;
}
#annonces #map .leaflet-popup-content-wrapper #iw-container .iw-switch .cluster-footer-info {
  width: 33%;
  text-align: center;
  display: inline-block;
}
#annonces #map .gm-style-iw {
  top: 15px !important;
  left: 26px !important;
  -webkit-animation-name: openMarkerCluster;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  transform-origin: center bottom;
}
#annonces #map .gm-style-iw .iw-exclusif {
  background: #575756;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}
#annonces #map .gm-style-iw > div:nth-child(1) {
  display: block !important;
  border-bottom: 5px solid #575756;
  box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
}
#annonces #map .gm-style-iw + div {
  display: none;
}
#annonces #map .gm-style-iw #iw-container {
  margin-bottom: 0px;
  font-size: 13px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
}
#annonces #map .gm-style-iw #iw-container .iw-picture {
  background-position: center;
  width: 250px;
  height: 135px;
  background-size: cover;
  -webkit-animation: iw-picture 1.5s ease-out;
  -moz-animation: iw-picture 1.5s ease-out;
  -o-animation: iw-picture 1.5s ease-out;
  animation: iw-picture 1.5s ease-out;
}
#annonces #map .gm-style-iw #iw-container .iw-picture .etiquette {
  padding: 5px;
  background-color: #575756;
  color: #fff;
  margin: 5px;
  float: left;
  max-width: 225px;
}
#annonces #map .gm-style-iw #iw-container .iw-picture .nbphotos {
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  margin: 5px;
  float: right;
}
#annonces #map .gm-style-iw #iw-container .iw-picture .nbphotos::before {
  content: 'x';
  font-family: melody;
}
#annonces #map .gm-style-iw #iw-container .iw-title {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 10px 5px;
  margin: 0;
}
#annonces #map .gm-style-iw #iw-container .iw-title .titre_bien,
#annonces #map .gm-style-iw #iw-container .iw-title .adresse {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#annonces #map .gm-style-iw #iw-container .iw-price {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 10px 5px;
  margin: 0;
}
#annonces #map .gm-style-iw #iw-container .iw-price sup {
  font-size: 12px;
}
#annonces #map .gm-style-iw #iw-container .iw-switch {
  font-size: 14px;
  padding: 5px 10px;
  margin: 0;
  cursor: pointer;
}
#annonces #map .gm-style-iw #iw-container .iw-switch .cluster-footer-info {
  width: 33%;
  text-align: center;
  display: inline-block;
}
#annonces #map .agence-info-map {
  bottom: 10% !important;
}
#annonces #map .agence-info-map .controlUI {
  background-color: #fff;
  border: 2px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  margin-bottom: 22px;
  text-align: center;
}
#annonces #map .agence-info-map .controlUI .controlText {
  color: #191919;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 38px;
  padding-left: 5px;
  padding-right: 5px;
}
#annonces #map .agence-info-map .controlUI .controlText a {
  color: #333;
  display: block;
}
#annonces #map .agence-info-map .controlUI .controlText a > span {
  padding-left: 50px;
}
#annonces #map .fleche-infowindow {
  position: absolute;
  left: 50%;
  height: 0px;
  bottom: -10px;
  width: 0px;
  border-top: 10px solid #575756;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin-left: -10px;
  border-bottom-color: transparent;
  border-bottom-style: solid;
}
#annonces #map .controlWrapper {
  cursor: pointer;
  text-align: center;
  width: 32px;
  margin-right: 5px;
}
#annonces #map .controlWrapper .alerteSite {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 22px;
  color: #fff;
  height: 32px;
  background-color: #575756;
}
#annonces #map .controlWrapper .transports,
#annonces #map .controlWrapper .commerces,
#annonces #map .controlWrapper .enseignement,
#annonces #map .controlWrapper .medical,
#annonces #map .controlWrapper .service,
#annonces #map .controlWrapper .erasePoisButton {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
  width: 36px;
  height: 32px;
  background-color: #575756;
  font-family: melody;
  font-size: 22px;
  color: #fff;
  padding-top: 5px;
  text-align: center;
  cursor: pointer;
}
#annonces #map .controlWrapper .poi-container .transportContainer,
#annonces #map .controlWrapper .poi-container .enseignementContainer,
#annonces #map .controlWrapper .poi-container .commercesContainer,
#annonces #map .controlWrapper .poi-container .medicalContainer,
#annonces #map .controlWrapper .poi-container .serviceContainer {
  width: 200px;
  margin-left: -215px;
  margin-top: -45px;
  display: none;
  background-color: #fff;
}
#annonces #map .controlWrapper .poi-container .ul-list {
  list-style: none;
  text-align: left;
  margin: 15px;
}
#annonces #map .controlWrapper .poi-container .ul-list .titleListe {
  font-family: sans-serif;
  color: #333;
  text-align: left;
  font-size: 18px;
  padding: 10px;
}
#annonces #map .controlWrapper .poi-container .fleche {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ffffff;
  margin-top: 5px;
  margin-right: -15px;
  float: right;
}
#annonces #map .controlWrapper .erasePoisButton {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
#annonces #map .controlWrapper .erasePoisButton .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  font-size: 18px;
  font-family: roboto;
  font-weight: bold;
  z-index: 1;
  top: -5px;
  right: 105%;
}
#annonces #map .controlWrapper .erasePoisButton:hover .tooltiptext {
  visibility: visible;
}
#annonces.map_list.large #map,
#annonces.map_list.large #liste-bien {
  width: 50%;
  -webkit-transition: width 0.5s;
  /* Safari */
  transition: width 0.5s;
}
#annonces.map_list.large #liste-bien .global-list-map {
  position: relative;
}
#annonces.map_list.large #liste-bien .global-list-map .container-biens .article {
  width: 47%;
  float: left;
}
#annonces.map_list.large #liste-bien .global-list-map .container-biens .article > a {
  width: 35%;
}
#annonces.map_list.large #liste-bien .global-list-map .container-biens .article .informations_bien {
  width: 65%;
  padding: 10px 10px 0px;
  margin-bottom: 22px;
}
#annonces.map_list.large #liste-bien .global-list-map .container-biens .article .desc {
  max-height: 35px;
}
#annonces.map_list.large #liste-bien .global-list-map .container-biens .article .prix_bien,
#annonces.map_list.large #liste-bien .global-list-map .container-biens .article .txtDateSejour {
  position: absolute;
  right: 10px;
  bottom: 5px;
}
#annonces.map_list.large #liste-bien .global-list-map .container-biens .article.article-vignette {
  width: 285px;
}
#annonces.map_list.large #liste-bien .global-list-map .container-biens .article.article-vignette .informations_bien {
  width: 100%;
}
#annonces.map_list.large #liste-bien .global-list-map .container-biens .article.article-vignette .informations_bien .img-vignette {
  width: 285px;
}
#annonces.map_list.large #resize-map-list:before {
  content: '>';
}
#annonces.map_list #map,
#annonces.map_list #liste-bien {
  -webkit-transition: width 0.5s;
  /* Safari */
  transition: width 0.5s;
}
#annonces.map_list #map {
  width: 65%;
  min-height: 1px;
  float: left;
  position: relative;
}
#annonces.map_list #map .controlWrapper {
  padding-top: 50px;
}
#annonces.map_list #liste-bien {
  width: 35%;
  height: 100%;
  right: 0;
  box-shadow: 1px 1px 35px #828282;
  position: relative;
  background-color: #f5f5f5;
  float: left;
}
#annonces.map_list #liste-bien .global-list-map {
  overflow: auto;
  height: 93%;
}
#annonces.map_list #liste-bien .global-list-map .encart {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  background-color: #575756;
  font-size: 20px;
  color: #fff;
}
#annonces.map_list #liste-bien .global-list-map .encart a {
  color: #fff;
}
#annonces.map_list #liste-bien .global-list-map .encart span.alerteSite {
  cursor: pointer;
}
#annonces.map_list #liste-bien .global-list-map .encart .nbBiens {
  position: sticky;
  z-index: 4;
  top: 0;
  font-size: 100%;
  font-weight: normal;
  display: inline;
}
#annonces.map_list #liste-bien .global-list-map .container-biens {
  padding: 10px;
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article {
  position: relative;
  margin: 10px 1%;
  border-bottom: solid 5px #575756;
  -webkit-transition: width 0.5s;
  /* Safari */
  transition: width 0.5s;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article:nth-child(2n+1) {
  clear: left;
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article.hover {
  background-color: #ccc;
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article.hover .desc::after {
  background: linear-gradient(to top, #ccc 15%, rgba(204, 204, 204, 0) 86%) !important;
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article.fiche_mandataire .informations_bien {
  width: 60%;
  min-height: 150px;
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article.fiche_mandataire .reseau_mandataire {
  position: absolute;
  bottom: 5px;
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article.fiche_mandataire .reseau_mandataire a {
  font-family: saxo;
  background-color: #595959;
  margin-right: 10px;
  width: 40px;
  display: inline-block;
  text-align: center;
  padding: 2px 0;
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article.fiche_mandataire .actions_mandataire {
  float: left;
  width: 10%;
  padding: 10px 5px;
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article.fiche_mandataire .actions_mandataire .btn_liste_mandataire {
  font-family: saxo;
  display: block;
  text-align: center;
  width: 100%;
  height: 31px;
  line-height: 31px;
  font-size: 1.5rem;
  background-color: transparent;
  color: #595959;
  text-transform: initial;
  margin-bottom: 13px;
  cursor: pointer;
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article > a {
  float: left;
  width: 30%;
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article > a .cover_bien {
  display: block;
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article > a .cover_bien > img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article .etiquette-map-liste {
  padding: 5px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: #fff;
  background-color: #575756;
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article .informations_bien {
  padding: 10px;
  width: 70%;
  float: left;
  position: relative;
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article .informations_bien .visiteVirtuelle,
#annonces.map_list #liste-bien .global-list-map .container-biens .article .informations_bien .video {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 5px;
  background-color: #404040;
  color: #fff;
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article .informations_bien .visiteVirtuelle:before,
#annonces.map_list #liste-bien .global-list-map .container-biens .article .informations_bien .video:before {
  font-size: 150%;
  font-family: saxo;
  content: "°";
  color: #333;
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article .informations_bien .visiteVirtuelle + .video {
  right: 70px;
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article .informations_bien .video:before {
  font-family: saxo;
  content: "N";
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article .informations_bien h2,
#annonces.map_list #liste-bien .global-list-map .container-biens .article .informations_bien h3 {
  font-size: 15px;
  font-weight: bold;
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article .informations_bien h2 a,
#annonces.map_list #liste-bien .global-list-map .container-biens .article .informations_bien h3 a {
  color: #333;
  float: none;
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article .informations_bien p {
  font-size: 13px;
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article .informations_bien p.reference {
  float: left;
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article .informations_bien p.prix_bien,
#annonces.map_list #liste-bien .global-list-map .container-biens .article .informations_bien p.txtDateSejour {
  color: #333;
  font-weight: bolder;
  float: right;
  text-align: right;
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article .informations_bien p.prix_bien .promo,
#annonces.map_list #liste-bien .global-list-map .container-biens .article .informations_bien p.txtDateSejour .promo {
  color: red;
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article .informations_bien p.prix_bien .promo i,
#annonces.map_list #liste-bien .global-list-map .container-biens .article .informations_bien p.txtDateSejour .promo i {
  font-size: 0.8em;
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article .informations_bien p.desc {
  overflow: hidden;
  position: relative;
  min-height: 30px;
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article .informations_bien p.desc::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  content: "";
  background: linear-gradient(to top, #f5f5f5 15%, rgba(245, 245, 245, 0) 86%);
  pointer-events: none;
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article.article-vignette {
  width: 48%;
  height: 195px;
  display: inline-block;
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article.article-vignette > a {
  width: 100%;
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article.article-vignette .etiquette-map-liste {
  top: 0;
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article.article-vignette .img-vignette {
  background-position: center;
  width: 100%;
  height: 195px;
  background-size: cover;
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article.article-vignette .informations_bien {
  display: none;
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article.article-vignette:hover .informations_bien {
  padding: 10px;
  width: 100%;
  display: block;
  position: absolute;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  height: 195px;
  top: 0;
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article.article-vignette:hover .informations_bien .prix_bien,
#annonces.map_list #liste-bien .global-list-map .container-biens .article.article-vignette:hover .informations_bien .txtDateSejour {
  color: #fff;
  position: unset;
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article.article-vignette:hover .informations_bien h3 {
  margin-top: 50px;
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article.article-vignette:hover .informations_bien h3 a {
  color: #fff;
}
#annonces.map_list #liste-bien .global-list-map .container-biens #plus-bien {
  border: 2px solid #AAAAAA;
  padding: 5px 10px;
  cursor: pointer;
  color: #666;
  background-color: #ededed;
  text-align: center;
}
#annonces.map_list #liste-bien .global-list-map .container-biens #plus-bien span {
  line-height: 20px;
  vertical-align: top;
}
#annonces.map_list #liste-bien .global-list-map .container-biens #plus-bien img {
  width: 65px;
  height: 15px;
  margin: 2px 0 0 7px;
}
#annonces.map_list #liste-bien .global-list-map .reseaux-container-map {
  text-align: center;
  margin-top: 20px;
}
#annonces.map_list #liste-bien .global-list-map .reseaux-container-map .reseaux-map {
  font-family: piano;
  margin: 5px;
  font-size: 2rem;
  color: #333;
}
#annonces.map_list #liste-bien .global-list-map .reseaux-container-map .reseaux-map :hover {
  color: #D10859;
}
#annonces.map_list #liste-bien .global-list-map .footer-map-liste {
  padding: 20px;
  text-align: center;
  margin-top: 20px;
  background-color: #ccc;
}
#annonces.map_list #liste-bien .global-list-map .footer-map-liste a,
#annonces.map_list #liste-bien .global-list-map .footer-map-liste span {
  color: #333;
}
#annonces.map_list #liste-bien .encart_alerte {
  height: 7%;
  width: 100%;
  line-height: 50px;
  padding: 0 10px;
  background-color: #575756;
  font-size: 20px;
  color: #fff;
}
#annonces.map_list #liste-bien .encart_alerte a {
  color: #fff;
}
#annonces.map_list #liste-bien .encart_alerte span.alerteSite {
  cursor: pointer;
}
#annonces.map_list #resize-map-list:before {
  content: '<';
  background-color: #3d3d3d;
  cursor: pointer;
  top: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 200%;
  left: -50px;
  position: absolute;
  box-sizing: border-box;
  z-index: 15;
}
#annonces.map_list.lotissement #liste-bien .encart_alerte {
  display: none;
}
#annonces.map_list.lotissement #liste-bien .global-list-map {
  height: 100%;
}
@media (max-width: 1024px) {
  .liste_bien_file#moteur.map .choix_mode,
  .liste_bien_file#moteur.map_list .choix_mode {
    margin-right: 0;
  }
  #annonces.map_list #liste-bien .global-list-map .container-biens .article > a,
  #annonces.map_list.large #liste-bien .global-list-map .container-biens .article > a {
    float: none;
    display: block;
    width: auto;
  }
  #annonces.map_list #liste-bien .global-list-map .container-biens .article .informations_bien,
  #annonces.map_list.large #liste-bien .global-list-map .container-biens .article .informations_bien {
    width: 100%;
    float: none;
  }
  #annonces.map_list #liste-bien .global-list-map .container-biens .article .informations_bien p.desc,
  #annonces.map_list.large #liste-bien .global-list-map .container-biens .article .informations_bien p.desc {
    max-height: 39px;
  }
  #annonces.map_list #liste-bien .global-list-map .container-biens .article .informations_bien p.prix_bien,
  #annonces.map_list.large #liste-bien .global-list-map .container-biens .article .informations_bien p.prix_bien,
  #annonces.map_list #liste-bien .global-list-map .container-biens .article .informations_bien p.txtDateSejour,
  #annonces.map_list.large #liste-bien .global-list-map .container-biens .article .informations_bien p.txtDateSejour {
    float: none;
    text-align: right;
    margin-top: 10px;
  }
  #annonces.map_list #liste-bien .global-list-map .container-biens .article .informations_bien + .clear,
  #annonces.map_list.large #liste-bien .global-list-map .container-biens .article .informations_bien + .clear {
    display: none;
  }
  #annonces.map_list #liste-bien .global-list-map .container-biens .article.article-vignette,
  #annonces.map_list.large #liste-bien .global-list-map .container-biens .article.article-vignette {
    width: 100%;
  }
  #annonces #map .gm-style-iw > div {
    max-width: 210px !important;
  }
  #annonces #map .gm-style-iw > div #iw-container .iw-price {
    font-size: 18px;
    padding: 5px;
  }
  #annonces #map .gm-style-iw > div #iw-container .iw-title {
    padding: 5px;
  }
  #annonces #map .gm-style-iw > div #iw-container .iw-title > br {
    display: none;
  }
  #annonces #map .gm-style-iw > div #iw-container .iw-picture {
    width: 210px;
    height: 95px;
  }
}
@media (max-width: 900px) {
  #annonces.map_list #map {
    width: 60%;
  }
  #annonces.map_list #liste-bien {
    width: 40%;
  }
  #annonces.map_list #liste-bien .global-list-map .container-biens .article > a {
    width: 40%;
  }
  #annonces.map_list #liste-bien .global-list-map .encart {
    height: 85px !important;
    line-height: 45px !important;
    padding-top: 40px !important;
  }
}
@media (max-width: 680px) and (orientation: landscape) {
  #annonces #map .gm-style-iw {
    width: 300px !important;
    left: 0 !important;
  }
  #annonces #map .gm-style-iw > div {
    max-width: 350px !important;
  }
  #annonces #map .gm-style-iw > div #iw-container > a {
    display: none;
  }
  #annonces #map .gm-style-iw > div #iw-container .iw-title {
    float: left;
  }
  #annonces #map .gm-style-iw > div #iw-container .iw-price {
    float: right;
  }
  #annonces #map .gm-style-iw > div #iw-container .iw-switch {
    clear: both;
  }
  #annonces #map .agence-info-map {
    bottom: 0 !important;
  }
}
@media (max-width: 480px) {
  #annonces #map .gm-style-iw #iw-container .iw-picture {
    width: 250px;
    height: 125px;
  }
  #annonces #map .gm-style-iw #iw-container .iw-title {
    padding: 2px 5px;
  }
  #annonces #map .gm-style-iw #iw-container .iw-price {
    padding: 2px 5px;
  }
  #annonces #map .gm-style-iw #iw-container .iw-switch {
    padding: 2px 5px;
  }
  #annonces #map .agence-info-map {
    bottom: 3% !important;
  }
  #annonces #map .agence-info-map .controlUI {
    width: 100%;
  }
  #annonces #map .agence-info-map .controlUI .controlText {
    font-size: 14px;
    line-height: 20px;
  }
  #annonces #map .agence-info-map .controlUI .controlText a > span {
    padding-left: 0;
    display: block;
  }
}
@-webkit-keyframes openMarkerCluster {
  from {
    -webkit-transform: scaleX(0.14) scaleY(0.17);
  }
  35% {
    -webkit-transform: scaleX(1) scaleY(0.35);
  }
  to {
    -webkit-transform: scaleX(1) scaleY(1);
  }
}
@-webkit-keyframes iw-picture {
  from {
    opacity: 0;
  }
  35% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
body #tarteaucitronRoot div#tarteaucitronAlertBig {
  padding: 30px 0 !important;
  box-shadow: 0 0 20px #000 !important;
  width: 60% !important;
  background: rgba(255, 255, 255, 0.9) !important;
}
body #tarteaucitronRoot div#tarteaucitronAlertBig:before {
  display: none;
}
#tarteaucitronRoot #tarteaucitronAlertBig .cookie_container {
  display: -webkit-flex;
  display: flex;
}
#tarteaucitronRoot #tarteaucitronAlertBig .cookie_img {
  width: 100px;
  margin-right: 20px !important;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#tarteaucitronRoot #tarteaucitronAlertBig .cookie_img img {
  width: 100%;
}
#tarteaucitronRoot #tarteaucitronAlertBig .cookie_text_perso {
  width: calc(100% - 160px);
  text-align: center;
  font-size: 0.7em;
  color: #606060;
}
#tarteaucitronRoot #tarteaucitronAlertBig button.tarteaucitronCTAButton,
#tarteaucitronRoot #tarteaucitronAlertBig button#tarteaucitronCloseAlert {
  border-radius: 13px;
  font-size: 1.2em !important;
  padding: 5px 50px;
}
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronAllow {
  background-color: #c5d124 !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronDeny {
  background-color: #ebebeb !important;
  color: #7a7a7a !important;
  margin-left: 20px;
  margin-right: 20px;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert {
  background-color: #7a7a7a !important;
  color: #FFFFFF !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
  background-color: #333 !important;
  color: #FFFFFF !important;
  border-radius: 13px;
  font-size: 1.2em !important;
  padding: 5px 25px;
  margin: 0 2%;
}
@media screen and (max-width: 1024px) {
  #tarteaucitronRoot #tarteaucitronAlertBig .cookie_container {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  #tarteaucitronRoot #tarteaucitronAlertBig .cookie_img {
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
  #tarteaucitronRoot #tarteaucitronAlertBig .cookie_text_perso {
    width: 100%;
    font-size: 0.6em;
  }
}
@media screen and (max-width: 680px) {
  #tarteaucitronRoot #tarteaucitronAlertBig .cookie_text_perso {
    font-size: 0.6em !important;
  }
  #tarteaucitronRoot #tarteaucitronAlertBig .cookie_img {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #tarteaucitronRoot #tarteaucitronAlertBig .cookie_text_perso {
    font-size: 0.6em !important;
    width: 100% !important;
  }
  #tarteaucitronRoot #tarteaucitronAlertBig .cookie_img {
    display: none;
  }
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  margin: auto;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  border: 2px solid #575756;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #575756;
}
/*! nouislider - 10.0.0 - 2017-05-28 14:52:48 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}
.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
/* Styling;
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connect {
  background: #3FB8AF;
  border-radius: 4px;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal base;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical base;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px;
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.input-field {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
}
.btn {
  border: none;
  border-radius: 2px;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  cursor: pointer;
  outline: 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn:hover {
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.btn.disabled {
  pointer-events: none;
  background-color: #DFDFDF !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.row.flexible {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.flexible .col {
  margin-left: initial !important;
}
.row.no-mb {
  margin-bottom: 0;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.z-depth-0 {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* 2dp elevation modified*/
.z-depth-1 {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
/* 6dp elevation modified*/
.z-depth-2 {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
/* 12dp elevation modified*/
.z-depth-3 {
  -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
/* 16dp elevation */
.z-depth-4 {
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}
/* 24dp elevation */
.z-depth-5 {
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}
.hoverable {
  -webkit-transition: -webkit-box-shadow 0.25s;
  transition: -webkit-box-shadow 0.25s;
  transition: box-shadow 0.25s;
  transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
}
.hoverable:hover {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}
.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}
.preloader-wrapper.xsmall {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  float: left;
}
.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}
.preloader-wrapper.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}
@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #26a69a;
}
.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}
/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
.active .spinner-layer,
.active .spinner-layer.spinner-blue-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}
@keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}
/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.gap-patch .circle {
  width: 1000%;
  left: -450%;
}
.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  /* STROKEWIDTH */
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
}
.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
}
.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
  }
}
@keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}
@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
  }
}
@keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}
#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
.col {
  padding: 0 0.75rem;
}
.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding: 0 0.75rem;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
body .bandeau {
  background-color: #000000;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}
@media (min-width: 1025px) {
  body.styleRefont2025 .bandeau + .sticky-wrapper {
    display: none !important;
  }
  body.styleRefont2025 .topbar {
    display: none;
  }
  body.styleRefont2025 .topbar.overlay2025 {
    display: flex;
    align-items: center;
    gap: 25px;
    background-color: #fff;
    color: #333333;
    height: 150px;
  }
  body.styleRefont2025 .topbar.overlay2025 #logo,
  body.styleRefont2025 .topbar.overlay2025 .btn-right {
    align-self: center;
  }
  body.styleRefont2025 .topbar.overlay2025 #logo .logo img {
    max-height: 150px;
  }
  body.styleRefont2025 .topbar.overlay2025 .menu-spread {
    width: 100%;
    z-index: 10;
    position: relative;
  }
  body.styleRefont2025 .topbar.overlay2025 .menu-spread .container-horizontal {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    display: inline-flex;
    justify-content: space-evenly;
  }
  body.styleRefont2025 .topbar.overlay2025 .menu-spread .container-horizontal .menu-onglet {
    list-style: none;
    margin: 0 auto;
    text-decoration: none;
    transform: translateX(-3%);
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    width: auto;
  }
  body.styleRefont2025 .topbar.overlay2025 .menu-spread .container-horizontal .menu-onglet .menu-horizontal {
    font-weight: normal;
    color: #333333;
    display: block;
    width: 100%;
    border-radius: 0 !important;
  }
  body.styleRefont2025 .topbar.overlay2025 .menu-spread .container-horizontal .menu-onglet .ss_menu {
    display: none;
    position: absolute;
    left: 0;
  }
  body.styleRefont2025 .topbar.overlay2025 .menu-spread .container-horizontal .menu-onglet .ss_menu a,
  body.styleRefont2025 .topbar.overlay2025 .menu-spread .container-horizontal .menu-onglet .ss_menu span {
    width: 100%;
    padding: 0.8rem 0.5rem;
    text-align: start;
    border-style: none;
    border-radius: 0;
    transition: all 0.2s ease;
  }
  body.styleRefont2025 .topbar.overlay2025 .menu-spread .container-horizontal .menu-onglet .ss_menu a:first-child,
  body.styleRefont2025 .topbar.overlay2025 .menu-spread .container-horizontal .menu-onglet .ss_menu span:first-child {
    margin-top: 0.7rem;
  }
  body.styleRefont2025 .topbar.overlay2025 .menu-spread .container-horizontal .menu-onglet .ss_menu a:hover,
  body.styleRefont2025 .topbar.overlay2025 .menu-spread .container-horizontal .menu-onglet .ss_menu span:hover {
    padding-left: 0.8rem;
    border-left: 5px solid #6e8d2a !important;
    transition: all 0.2s ease;
  }
  body.styleRefont2025 .topbar.overlay2025 .menu-spread .container-horizontal .menu-onglet:hover .menu-horizontal {
    padding-bottom: 3px;
    border-bottom: 3px solid #6e8d2a;
    transition: all 0.2s ease;
  }
  body.styleRefont2025 .topbar.overlay2025 .menu-spread .container-horizontal .menu-onglet:hover .ss_menu {
    display: unset;
  }
  body.styleRefont2025 .topbar.overlay2025 .menu-spread .container-horizontal .menu-onglet:hover .ss_menu a,
  body.styleRefont2025 .topbar.overlay2025 .menu-spread .container-horizontal .menu-onglet:hover .ss_menu span {
    color: #575756;
    display: block;
    min-width: 15rem;
    text-align: left;
    padding: 0.7rem 0.5rem;
    background: #fff;
    border-radius: 0 !important;
  }
  body.styleRefont2025 .topbar.overlay2025 .btn-right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 450px;
  }
  body.styleRefont2025 .topbar.overlay2025 .btn-right .btn-estimer {
    background: #6e8d2a;
    color: #fff;
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    margin: 0;
  }
  body.styleRefont2025 .topbar.overlay2025 .btn-right .btn-scale {
    font-family: idf;
    color: #333333;
    font-weight: bold;
    font-size: 1.5em;
  }
  body.styleRefont2025 .is-sticky .topbar.overlay2025 {
    height: 50px;
  }
  body.styleRefont2025 .is-sticky .topbar.overlay2025 #logo {
    align-self: flex-start;
  }
  body.styleRefont2025 .is-sticky .topbar.overlay2025 #logo .logo img {
    max-height: 145px;
  }
  body.styleRefont2025 .responsive2025 {
    display: none;
  }
}
@media (min-width: 1025px) and (min-width: 1601px) {
  body.styleRefont2025 .topbar.overlay2025 .menu-spread .container-horizontal {
    width: 60%;
  }
}
@media (min-width: 1025px) and (max-width: 1024px) {
  body.styleRefont2025 .topbar.overlay2025 .menu-spread .container-horizontal .menu-onglet .ss_menu a,
  body.styleRefont2025 .topbar.overlay2025 .menu-spread .container-horizontal .menu-onglet .ss_menu span {
    padding: 0.5rem 0.2rem;
  }
}
@media (min-width: 1025px) and (max-width: 1024px) {
  body.styleRefont2025 .topbar.overlay2025 .menu-spread .container-horizontal .menu-onglet .ss_menu a:first-child,
  body.styleRefont2025 .topbar.overlay2025 .menu-spread .container-horizontal .menu-onglet .ss_menu span:first-child {
    margin-top: 0.71rem;
  }
}
@media (min-width: 1025px) and (max-height: 900px) {
  body.styleRefont2025 .is-sticky + .header.header-index + .index_file > .moteurs-index {
    top: 200px;
  }
}
@media (min-width: 1025px) and (max-height: 900px) and (max-height: 800px) {
  body.styleRefont2025 .is-sticky + .header.header-index + .index_file > .moteurs-index {
    top: 180px;
  }
}
@media (max-width: 1024px) {
  body.styleRefont2025 #myNav + #sticky-wrapper {
    display: none !important;
  }
  body.styleRefont2025 .topbar {
    background-color: #fff;
    color: #575756;
  }
  body.styleRefont2025 .topbar.overlay2025 {
    display: none;
  }
  body.styleRefont2025 .topbar > .menu .menu-button:hover,
  body.styleRefont2025 .topbar > .menu .moteur-button:hover {
    color: #fff;
  }
  body.styleRefont2025 .topbar > .menu .responsive2025 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    float: right;
    margin-right: 10px;
  }
  body.styleRefont2025 .topbar > .menu .responsive2025 .btn-scale {
    font-family: idf;
    color: #333333;
    font-weight: bold;
    font-size: 1.5em;
  }
  body.styleRefont2025 .topbar .os-widget-wrapper,
  body.styleRefont2025 .topbar .btn-accueil-wrapper {
    display: none;
  }
}
@media (max-width: 680px) {
  body.styleRefont2025 .bandeau {
    display: none;
  }
}
body.styleRefont2025 .header.header-index img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.styleRefont2025 .moteurs-index {
  width: 50vw;
  position: absolute;
  top: calc(50vh - 250px);
  text-align: center;
}
@media (max-height: 900px) and (min-width: 1025px) {
  body.styleRefont2025 .moteurs-index {
    top: 250px;
  }
}
@media (max-width: 1024px) {
  body.styleRefont2025 .moteurs-index {
    position: relative;
    width: 100%;
    top: 0;
  }
}
body.styleRefont2025 .moteurs-index .moteurs-index-tab .onglets {
  justify-content: center;
}
body.styleRefont2025 .moteurs-index .moteurs-index-tab .onglets li {
  background: none !important;
  flex: none;
  margin: 0 15px;
}
body.styleRefont2025 .moteurs-index .moteurs-index-tab .onglets li a {
  background: none !important;
  color: #000000 !important;
  font-weight: normal;
  padding: 0;
}
@media (max-width: 680px) {
  body.styleRefont2025 .moteurs-index .moteurs-index-tab .onglets li a {
    height: 35px;
  }
}
body.styleRefont2025 .moteurs-index .moteurs-index-tab .onglets li a:before {
  content: '•';
  font-size: 2rem;
  position: relative;
  top: 5px;
  color: #000000 !important;
}
body.styleRefont2025 .moteurs-index .moteurs-index-tab .onglets li.current > a {
  color: #ed6508 !important;
}
body.styleRefont2025 .moteurs-index .moteurs-index-tab .onglets li.current > a:before {
  color: #ed6508 !important;
}
body.styleRefont2025 .moteurs-index .moteurs-index-tab .tab-content {
  background-color: #fff !important;
  border-radius: 10px !important;
  padding: 30px 50px;
}
@media (max-width: 680px) {
  body.styleRefont2025 .moteurs-index .moteurs-index-tab .tab-content {
    padding: 20px;
  }
}
body.styleRefont2025 .moteurs-index .moteurs-index-tab .tab-content .moteur-index-wrapper {
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-height: 900px) {
  body.styleRefont2025 .moteurs-index .moteurs-index-tab .tab-content .moteur-index-wrapper {
    gap: 1rem;
  }
}
@media (max-height: 900px) and (max-height: 700px) {
  body.styleRefont2025 .moteurs-index .moteurs-index-tab .tab-content .moteur-index-wrapper {
    gap: 0.5rem;
  }
}
body.styleRefont2025 .moteurs-index .moteurs-index-tab .tab-content .moteur-index-wrapper .elargir-km {
  color: #000000;
}
body.styleRefont2025 .moteurs-index .moteurs-index-tab .tab-content .moteur-index-wrapper .SumoSelect > .CaptionCont > span.placeholder,
body.styleRefont2025 .moteurs-index .moteurs-index-tab .tab-content .moteur-index-wrapper .select2-chosen {
  text-align: left;
}
body.styleRefont2025 .moteurs-index .moteurs-index-tab .tab-content .moteur-index-wrapper input:not([type=checkbox]):not([type=radio]),
body.styleRefont2025 .moteurs-index .moteurs-index-tab .tab-content .moteur-index-wrapper .SumoSelect > .CaptionCont,
body.styleRefont2025 .moteurs-index .moteurs-index-tab .tab-content .moteur-index-wrapper .select2-container .select2-choice {
  border: 1px solid #DDD !important;
  box-shadow: none !important;
}
body.styleRefont2025 .moteurs-index .moteurs-index-tab .tab-content .moteur-index-wrapper .noUi-connect {
  background: #6e8d2a !important;
}
body.styleRefont2025 .moteurs-index .moteurs-index-tab .tab-content .moteur-index-btn {
  top: 0 !important;
  margin-top: 20px;
}
body.styleRefont2025 .moteurs-index .btn-estimer span {
  background: #6e8d2a;
  color: #fff;
  padding: 10px 20px;
  border-radius: 15px;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  margin: 0 0 0 10px;
}
body:not(.styleRefont2025) #myNav + #sticky-wrapper,
body:not(.styleRefont2025) .overlay2025,
body:not(.styleRefont2025) .responsive2025 {
  display: none !important;
}
.btn-with-icon {
  font-family: idf;
}
.icon-idf {
  font-family: idf;
}
@media (max-width: 680px) {
  .hide-mobile {
    display: none;
  }
}
.icon-saxo {
  font-family: saxo;
}
.countSelection {
  display: none;
}
.countSelection .visible {
  display: unset;
}
.position-relative {
  position: relative;
}
.position-aboslute {
  position: absolute;
}
.d-none {
  display: none !important;
}
.os-widget-wrapper {
  width: 11rem;
  margin: auto;
  padding-top: 0.4rem;
  position: relative;
}
@media (max-width: 680px) {
  .os-widget-wrapper {
    display: none;
  }
}
.os-widget-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}
.os-stars-wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
}
.os-rating-icon {
  text-align: center;
}
.os-logo {
  width: 1.2rem;
}
.os-stars-wallpaper {
  position: relative;
  width: 4rem;
}
.os-stars-txt {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0.5rem;
}
.os-nb-avis {
  font-size: 0.9rem;
}
.star-ratings {
  display: block;
  font-size: 1rem;
  height: 1rem;
  width: 43%;
  margin: 0.3rem 9rem;
  position: relative;
  padding: 0;
  text-shadow: 0 1px 0 #a2a2a2;
}
@media (max-width: 780px) {
  .star-ratings {
    width: 54%;
    margin: 0.3rem auto;
  }
}
.star-ratings .rating-icon {
  width: 15px;
  position: absolute;
  left: -20px;
}
.star-ratings .star-container {
  color: #ffcd34;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: -2px;
  left: 0;
  font-family: Roboto;
}
.star-ratings .star-container > span {
  width: 20%;
  float: left;
  overflow: hidden;
}
.star-ratings .star-container.star-background {
  z-index: 0;
  color: #c5c5c5;
}
.star-ratings .rating {
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  right: -40px;
  font-weight: bold;
  color: #99c736;
  font-size: 1rem;
}
.star-ratings .nbAvis {
  position: absolute;
  top: 0;
  font-size: 0.9rem;
}
.os-star-container {
  color: #ffcd34;
  width: 4rem;
  padding: 0;
  position: absolute;
  z-index: 1;
}
.os-star-container > span {
  width: 20%;
  float: left;
  overflow: hidden;
}
.os-star-container.os-star-background,
.os-star-container .st {
  z-index: 0;
  color: #c5c5c5;
}
@media (max-width: 780px) {
  .companies .company {
    width: 49%;
  }
  .companies .company:nth-of-type(3n+2) {
    margin: 5px 0;
  }
  .companies .company:nth-of-type(2n+2) {
    margin: 5px 0 5px 2%;
  }
  #opinionSystem .avis .btnCategory li {
    width: 105px;
  }
}
@media (max-width: 480px) {
  .opinionSystemTop .article_contenu {
    width: 100%;
    float: right;
  }
  .opinionSystemTop .certificate,
  .opinionSystemTop .gauge-chart {
    width: 33%;
  }
  .companies .company {
    width: 100%;
  }
  .avis .company {
    position: relative;
  }
  .avis .company .nbAvisCompany {
    position: absolute;
    width: 40%;
    float: none;
    right: 0;
    top: 70px;
  }
  .avis .company > div:first-of-type {
    width: 60%;
  }
  .avis .btnCategory li {
    width: 100px;
    padding: 5px 0;
    margin: 0;
  }
  .avis .colLeft {
    width: 25% !important;
  }
  .avis .colRight {
    width: 75% !important;
    font-size: 100%;
  }
  .avis .colRight .star-container {
    display: none;
  }
}
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@font-face {
  font-family: 'dax';
  src: url('/bundles/main/fonts/daxcondensed-webfont.eot');
  src: url('/bundles/main/fonts/daxcondensed-webfont.eot?#iefix') format('embedded-opentype'), url('/bundles/main/fonts/daxcondensed-webfont.woff') format('woff'), url('/bundles/main/fonts/daxcondensed-webfont.ttf') format('truetype'), url('/bundles/main/fonts/daxcondensed-webfont.svg#daxcondensed-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'idf';
  src: url('/bundles/main/fonts/idf.eot');
  src: url('/bundles/main/fonts/idf.eot?#iefix') format('embedded-opentype'), url('/bundles/main/fonts/idf.woff') format('woff'), url('/bundles/main/fonts/idf.ttf') format('truetype'), url('/bundles/main/fonts/idf.svg#idf') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'saxo';
  src: url('/bundles/main/fonts/saxo.eot');
  src: url('/bundles/main/fonts/saxo.eot?#iefix') format('embedded-opentype'), url('/bundles/main/fonts/saxo.woff') format('woff'), url('/bundles/main/fonts/saxo.ttf') format('truetype'), url('/bundles/main/fonts/saxo.svg#saxo') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'piano';
  src: url('/bundles/main/fonts/piano.eot');
  src: url('/bundles/main/fonts/piano.eot?#iefix') format('embedded-opentype'), url('/bundles/main/fonts/piano.woff') format('woff'), url('/bundles/main/fonts/piano.ttf') format('truetype'), url('/bundles/main/fonts/piano.svg#piano') format('svg');
  font-weight: normal;
  font-style: normal;
}
.piano {
  font-family: piano !important;
}
@font-face {
  font-family: 'melody';
  src: url('/bundles/main/fonts/melody.eot');
  src: url('/bundles/main/fonts/melody.eot?#iefix') format('embedded-opentype'), url('/bundles/main/fonts/melody.woff') format('woff'), url('/bundles/main/fonts/melody.ttf') format('truetype'), url('/bundles/main/fonts/melody.svg#melody') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
}
html.menu_resp {
  overflow: hidden;
}
html.menu_resp body {
  overflow: hidden;
  position: relative;
}
body {
  background: #f7f4f4;
}
img {
  border: none;
  max-width: 100%;
}
button {
  border: none;
  background: none;
  cursor: pointer;
}
a,
.ui-widget-content a {
  text-decoration: none;
  color: #575756;
}
ul {
  list-style-position: inside;
}
.center-align {
  text-align: center;
}
.custom_table {
  width: 100%;
  display: table;
  border-spacing: 0 3px;
  border-collapse: collapse;
}
.custom_table thead {
  border-bottom: 1px solid #d0d0d0;
}
.custom_table td,
.custom_table th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
.custom_table.link tr {
  border-radius: 2px;
}
.custom_table.link tr td {
  padding: 0;
}
.custom_table.link tr td > a,
.custom_table.link tr td span {
  display: block;
  padding: 15px 5px;
}
.custom_table.striped > tbody > tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.custom_table.highlight > tbody > tr {
  -webkit-transition: background-color 0.25s ease, box-shadow 0.25s ease;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}
.custom_table.highlight > tbody > tr:hover {
  background-color: #e2e2e2;
}
.img_16-9 {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.img_16-9 > img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.img_4-3 {
  display: block;
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
.img_4-3 > img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.text-warning {
  width: 90%;
  position: absolute;
  bottom: 1%;
  height: 4rem;
  overflow: hidden;
}
.text-warning span {
  font-family: piano;
  font-size: 1.2rem;
}
.sliding_text {
  white-space: nowrap;
  height: 4rem;
  line-height: 4rem;
  position: absolute;
  right: -9999%;
}
.opinion-header-wrapper .star-ratings {
  width: 12%;
  margin: 0;
  text-align: center;
  top: 1rem;
  left: 64%;
}
@media (max-width: 1650px) {
  .opinion-header-wrapper .star-ratings {
    width: 14%;
    left: 58%;
  }
}
@media (max-width: 1440px) {
  .opinion-header-wrapper .star-ratings {
    width: 16%;
    left: 50%;
  }
}
@media (max-width: 1024px) {
  .opinion-header-wrapper .star-ratings {
    width: 21%;
    left: 76%;
    top: 0.7rem;
  }
}
@media (max-width: 780px) {
  .opinion-header-wrapper .star-ratings {
    width: 24%;
    left: 70%;
  }
}
@media (max-width: 680px) {
  .opinion-header-wrapper .star-ratings {
    width: 53%;
    left: 35%;
  }
}
/** CLASSES RÉUTILISABLES **/
.box-shadow {
  box-shadow: none;
}
.padding-global {
  padding: 3% 12%;
}
@media (max-width: 1440px) {
  .padding-global {
    padding: 3%;
  }
}
.icon {
  font-family: idf;
}
.btn-scale {
  transition: 0.2s !important;
  cursor: pointer;
}
.btn-scale:hover {
  transform: rotateX(3deg) rotateY(-2deg) rotateZ(-1deg) translateX(-4px) translateY(-5px) translateZ(3px) skewX(-1deg) skewY(1deg);
}
.bg-transaction {
  background: #00b5d6;
}
.bg-neutre {
  background: #575756;
  color: #fff;
}
.metier-transaction-style {
  border: 1px solid #00b5d6;
  background: #fff;
}
.metier-syndic-style {
  border: 1px solid #99bf00;
  background: #fff;
}
.metier-location-style {
  border: 1px solid #f7a824;
  background: #fff;
}
.metier-gestion-style {
  border: 1px solid #7935d8;
  background: #fff;
}
.clr-neutre {
  color: #575756;
}
.clr-transaction,
.clr-vendeur {
  color: #00b5d6;
}
.clr-transaction.btn-hover,
.clr-vendeur.btn-hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
.clr-transaction.btn-hover:hover,
.clr-vendeur.btn-hover:hover {
  color: #007f96;
}
.clr-transaction.btn-hover:active,
.clr-vendeur.btn-hover:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  color: #005a6b;
}
.clr-transaction.w-border,
.clr-vendeur.w-border {
  border: 1px solid #d6d6d6;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, border;
  -moz-transition-property: background, border;
  -o-transition-property: background, border;
  transition-property: background, border;
}
.clr-transaction.w-border:hover,
.clr-vendeur.w-border:hover {
  border: 1px solid #00b5d6;
}
.clr-transaction.w-border:hover.bg-hover,
.clr-vendeur.w-border:hover.bg-hover {
  background: #e6e6e6;
}
.clr-transaction.w-border:active,
.clr-vendeur.w-border:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #e6e6e6;
}
.clr-transaction.w-border:active.bg-hover,
.clr-vendeur.w-border:active.bg-hover {
  background: #bfbfbf;
}
.clr-transaction.w-border-color,
.clr-vendeur.w-border-color {
  border: 1px solid #00b5d6;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, border;
  -moz-transition-property: background, border;
  -o-transition-property: background, border;
  transition-property: background, border;
}
.clr-transaction.w-border-color:hover,
.clr-vendeur.w-border-color:hover {
  border: 1px solid #00b5d6;
}
.clr-transaction.w-border-color:hover.bg-hover,
.clr-vendeur.w-border-color:hover.bg-hover {
  background: #e6e6e6;
}
.clr-transaction.w-border-color:active,
.clr-vendeur.w-border-color:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #e6e6e6;
}
.clr-transaction.w-border-color:active.bg-hover,
.clr-vendeur.w-border-color:active.bg-hover {
  background: #bfbfbf;
}
.clr-location {
  color: #f7a824;
}
.clr-location.btn-hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
.clr-location.btn-hover:hover {
  color: #bf7a07;
}
.clr-location.btn-hover:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  color: #895705;
}
.clr-location.w-border {
  border: 1px solid #d6d6d6;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, border;
  -moz-transition-property: background, border;
  -o-transition-property: background, border;
  transition-property: background, border;
}
.clr-location.w-border:hover {
  border: 1px solid #f7a824;
}
.clr-location.w-border:hover.bg-hover {
  background: #e6e6e6;
}
.clr-location.w-border:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #e6e6e6;
}
.clr-location.w-border:active.bg-hover {
  background: #bfbfbf;
}
.clr-location.w-border-color {
  border: 1px solid #f7a824;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, border;
  -moz-transition-property: background, border;
  -o-transition-property: background, border;
  transition-property: background, border;
}
.clr-location.w-border-color:hover {
  border: 1px solid #f7a824;
}
.clr-location.w-border-color:hover.bg-hover {
  background: #e6e6e6;
}
.clr-location.w-border-color:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #e6e6e6;
}
.clr-location.w-border-color:active.bg-hover {
  background: #bfbfbf;
}
.clr-professionnel {
  color: #00b5d6;
}
.clr-professionnel.btn-hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
.clr-professionnel.btn-hover:hover {
  color: #007f96;
}
.clr-professionnel.btn-hover:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  color: #005a6b;
}
.clr-professionnel.w-border {
  border: 1px solid #d6d6d6;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, border;
  -moz-transition-property: background, border;
  -o-transition-property: background, border;
  transition-property: background, border;
}
.clr-professionnel.w-border:hover {
  border: 1px solid #00b5d6;
}
.clr-professionnel.w-border:hover.bg-hover {
  background: #e6e6e6;
}
.clr-professionnel.w-border:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #e6e6e6;
}
.clr-professionnel.w-border:active.bg-hover {
  background: #bfbfbf;
}
.clr-professionnel.w-border-color {
  border: 1px solid #00b5d6;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, border;
  -moz-transition-property: background, border;
  -o-transition-property: background, border;
  transition-property: background, border;
}
.clr-professionnel.w-border-color:hover {
  border: 1px solid #00b5d6;
}
.clr-professionnel.w-border-color:hover.bg-hover {
  background: #e6e6e6;
}
.clr-professionnel.w-border-color:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #e6e6e6;
}
.clr-professionnel.w-border-color:active.bg-hover {
  background: #bfbfbf;
}
.clr-residence {
  color: #f7a824;
}
.clr-residence.btn-hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
.clr-residence.btn-hover:hover {
  color: #bf7a07;
}
.clr-residence.btn-hover:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  color: #895705;
}
.clr-residence.w-border {
  border: 1px solid #d6d6d6;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, border;
  -moz-transition-property: background, border;
  -o-transition-property: background, border;
  transition-property: background, border;
}
.clr-residence.w-border:hover {
  border: 1px solid #f7a824;
}
.clr-residence.w-border:hover.bg-hover {
  background: #e6e6e6;
}
.clr-residence.w-border:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #e6e6e6;
}
.clr-residence.w-border:active.bg-hover {
  background: #bfbfbf;
}
.clr-residence.w-border-color {
  border: 1px solid #f7a824;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, border;
  -moz-transition-property: background, border;
  -o-transition-property: background, border;
  transition-property: background, border;
}
.clr-residence.w-border-color:hover {
  border: 1px solid #f7a824;
}
.clr-residence.w-border-color:hover.bg-hover {
  background: #e6e6e6;
}
.clr-residence.w-border-color:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #e6e6e6;
}
.clr-residence.w-border-color:active.bg-hover {
  background: #bfbfbf;
}
.clr-gestion {
  color: #7935d8;
}
.clr-gestion.btn-hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
.clr-gestion.btn-hover:hover {
  color: #541e9e;
}
.clr-gestion.btn-hover:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  color: #3c1671;
}
.clr-gestion.w-border {
  border: 1px solid #d6d6d6;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, border;
  -moz-transition-property: background, border;
  -o-transition-property: background, border;
  transition-property: background, border;
}
.clr-gestion.w-border:hover {
  border: 1px solid #7935d8;
}
.clr-gestion.w-border:hover.bg-hover {
  background: #e6e6e6;
}
.clr-gestion.w-border:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #e6e6e6;
}
.clr-gestion.w-border:active.bg-hover {
  background: #bfbfbf;
}
.clr-gestion.w-border-color {
  border: 1px solid #7935d8;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, border;
  -moz-transition-property: background, border;
  -o-transition-property: background, border;
  transition-property: background, border;
}
.clr-gestion.w-border-color:hover {
  border: 1px solid #7935d8;
}
.clr-gestion.w-border-color:hover.bg-hover {
  background: #e6e6e6;
}
.clr-gestion.w-border-color:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #e6e6e6;
}
.clr-gestion.w-border-color:active.bg-hover {
  background: #bfbfbf;
}
.clr-gestion.darker {
  color: #617496;
}
.clr-syndic {
  color: #99bf00;
}
.clr-syndic.btn-hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
.clr-syndic.btn-hover:hover {
  color: #6b8600;
}
.clr-syndic.btn-hover:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  color: #4d6000;
}
.clr-syndic.w-border {
  border: 1px solid #d6d6d6;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, border;
  -moz-transition-property: background, border;
  -o-transition-property: background, border;
  transition-property: background, border;
}
.clr-syndic.w-border:hover {
  border: 1px solid #99bf00;
}
.clr-syndic.w-border:hover.bg-hover {
  background: #e6e6e6;
}
.clr-syndic.w-border:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #e6e6e6;
}
.clr-syndic.w-border:active.bg-hover {
  background: #bfbfbf;
}
.clr-syndic.w-border-color {
  border: 1px solid #99bf00;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, border;
  -moz-transition-property: background, border;
  -o-transition-property: background, border;
  transition-property: background, border;
}
.clr-syndic.w-border-color:hover {
  border: 1px solid #99bf00;
}
.clr-syndic.w-border-color:hover.bg-hover {
  background: #e6e6e6;
}
.clr-syndic.w-border-color:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #e6e6e6;
}
.clr-syndic.w-border-color:active.bg-hover {
  background: #bfbfbf;
}
.clr-metier {
  color: #575756;
}
.clr-metier.btn-hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
.clr-metier.btn-hover:hover {
  color: #3d3d3c;
}
.clr-metier.btn-hover:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  color: #2c2c2b;
}
.clr-metier.w-border {
  border: 1px solid #d6d6d6;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, border;
  -moz-transition-property: background, border;
  -o-transition-property: background, border;
  transition-property: background, border;
}
.clr-metier.w-border:hover {
  border: 1px solid #575756;
}
.clr-metier.w-border:hover.bg-hover {
  background: #e6e6e6;
}
.clr-metier.w-border:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #e6e6e6;
}
.clr-metier.w-border:active.bg-hover {
  background: #bfbfbf;
}
.clr-metier.w-border-color {
  border: 1px solid #575756;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, border;
  -moz-transition-property: background, border;
  -o-transition-property: background, border;
  transition-property: background, border;
}
.clr-metier.w-border-color:hover {
  border: 1px solid #575756;
}
.clr-metier.w-border-color:hover.bg-hover {
  background: #e6e6e6;
}
.clr-metier.w-border-color:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #e6e6e6;
}
.clr-metier.w-border-color:active.bg-hover {
  background: #bfbfbf;
}
.clr-action {
  color: #575756;
}
.clr-action.btn-hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
.clr-action.btn-hover:hover {
  color: #3d3d3c;
}
.clr-action.btn-hover:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  color: #2c2c2b;
}
.clr-action.w-border {
  border: 1px solid #d6d6d6;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, border;
  -moz-transition-property: background, border;
  -o-transition-property: background, border;
  transition-property: background, border;
}
.clr-action.w-border:hover {
  border: 1px solid #575756;
}
.clr-action.w-border:hover.bg-hover {
  background: #e6e6e6;
}
.clr-action.w-border:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #e6e6e6;
}
.clr-action.w-border:active.bg-hover {
  background: #bfbfbf;
}
.clr-action.w-border-color {
  border: 1px solid #575756;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, border;
  -moz-transition-property: background, border;
  -o-transition-property: background, border;
  transition-property: background, border;
}
.clr-action.w-border-color:hover {
  border: 1px solid #575756;
}
.clr-action.w-border-color:hover.bg-hover {
  background: #e6e6e6;
}
.clr-action.w-border-color:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #e6e6e6;
}
.clr-action.w-border-color:active.bg-hover {
  background: #bfbfbf;
}
.clr-blanc {
  color: #fff;
}
.clr-blanc.btn-hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
.clr-blanc.btn-hover:hover {
  color: #b3b3b3;
}
.clr-blanc.btn-hover:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  color: #808080;
}
.clr-blanc.w-border {
  border: 1px solid #d6d6d6;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, border;
  -moz-transition-property: background, border;
  -o-transition-property: background, border;
  transition-property: background, border;
}
.clr-blanc.w-border:hover {
  border: 1px solid #fff;
}
.clr-blanc.w-border:hover.bg-hover {
  background: #e6e6e6;
}
.clr-blanc.w-border:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #e6e6e6;
}
.clr-blanc.w-border:active.bg-hover {
  background: #bfbfbf;
}
.bg-transaction,
.bg-vendeur {
  color: #FFF;
  background: #00b5d6;
}
.bg-transaction.btn-hover,
.bg-vendeur.btn-hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
.bg-transaction.btn-hover:hover,
.bg-vendeur.btn-hover:hover {
  background: #007f96;
}
.bg-transaction.btn-hover:active,
.bg-vendeur.btn-hover:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #005a6b;
}
.bg-transaction.btn-hover.btn-espace-client,
.bg-vendeur.btn-hover.btn-espace-client {
  padding: 10px;
}
.bg-transaction.fade,
.bg-vendeur.fade {
  background: rgba(0, 181, 214, 0.6);
}
.bg-location {
  color: #FFF;
  background: #f7a824;
}
.bg-location.btn-hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
.bg-location.btn-hover:hover {
  background: #bf7a07;
}
.bg-location.btn-hover:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #895705;
}
.bg-location.fade {
  background: rgba(247, 168, 36, 0.6);
}
.bg-residence {
  color: #FFF;
  background: #f7a824;
}
.bg-residence.btn-hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
.bg-residence.btn-hover:hover {
  background: #bf7a07;
}
.bg-residence.btn-hover:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #895705;
}
.bg-residence.fade {
  background: rgba(247, 168, 36, 0.6);
}
.bg-gestion {
  color: #FFF;
  background: #7935d8;
}
.bg-gestion.btn-hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
.bg-gestion.btn-hover:hover {
  background: #541e9e;
}
.bg-gestion.btn-hover:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #3c1671;
}
.bg-gestion.fade {
  background: rgba(121, 53, 216, 0.6);
}
.bg-syndic {
  color: #FFF;
  background: #99bf00;
}
.bg-syndic.btn-hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
.bg-syndic.btn-hover:hover {
  background: #6b8600;
}
.bg-syndic.btn-hover:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #4d6000;
}
.bg-syndic.fade {
  background: rgba(153, 191, 0, 0.6);
}
.bg-metier {
  color: #FFF;
  background: #575756;
}
.bg-metier.btn-hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
.bg-metier.btn-hover:hover {
  background: #3d3d3c;
}
.bg-metier.btn-hover:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #2c2c2b;
}
.bg-metier.fade {
  background: rgba(87, 87, 86, 0.6);
}
.bg-action {
  color: #FFF;
  background: #575756;
}
.bg-action.btn-hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
.bg-action.btn-hover:hover {
  background: #3d3d3c;
}
.bg-action.btn-hover:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #2c2c2b;
}
.bg-action.fade {
  background: rgba(87, 87, 86, 0.6);
}
.bg-blanc {
  background: #fff;
}
.bg-blanc.btn-hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
.bg-blanc.btn-hover:hover {
  background: #b3b3b3;
}
.bg-blanc.btn-hover:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #808080;
}
.bg-blanc.fade {
  background: rgba(255, 255, 255, 0.6);
}
.bg-entreprise {
  color: #FFF;
  background: #575756;
}
.bg-entreprise.btn-hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
.bg-entreprise.btn-hover:hover {
  background: #3d3d3c;
}
.bg-entreprise.btn-hover:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #2c2c2b;
}
.bg-entreprise.fade {
  background: rgba(87, 87, 86, 0.6);
}
.owl-carousel {
  display: block;
}
.scrollToTop {
  display: none;
  position: fixed;
  z-index: 10;
  right: 10px;
  bottom: 10px;
  color: #fff;
  background: #575756;
  width: 50px;
  height: 50px;
  margin-left: -35px;
  border: 1px solid #fff;
  border-radius: 10%;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
.scrollToTop:hover {
  background: #3d3d3c;
}
.scrollToTop:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #2c2c2b;
}
.scrollToTop::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 20px;
  height: 20px;
  margin: -5px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
}
.scrollToTop:hover {
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.2), 0 3px 20px rgba(0, 0, 0, 0.19);
}
.gestion-cookies {
  font-family: 'Material Icons';
  font-size: 3rem;
  cursor: pointer;
  display: inline;
  position: fixed;
  z-index: 10;
  left: 0.625rem;
  bottom: 0.625rem;
  color: #575756;
  transition: 0.3s all ease-in-out;
}
.gestion-cookies:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
.gestion-cookies:hover:hover {
  color: #3d3d3c;
}
.gestion-cookies:hover:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  color: #2c2c2b;
}
.clear {
  clear: both;
}
.loader_grand {
  margin: 0 auto;
  width: 128px;
  height: 128px;
  background: url(/bundles/main/images/loader.gif);
  background-position-x: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
}
.loader_grand.height-max {
  height: 100%;
}
.loader_petit {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: url(/bundles/main/images/loader.gif);
  background-size: 64px 64px;
  background-position-x: 50%;
  background-repeat: no-repeat;
}
.box_shadow {
  position: relative;
}
.box_shadow:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  -o-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.box_shadow:hover:after {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.box_shadow > * {
  z-index: 2;
}
.header {
  position: relative;
}
.header .header-suite {
  height: 300px;
  position: relative;
}
.header .header-suite .header_suite-titre {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding-left: 52%;
  padding-right: 10%;
}
.header .header-suite .header_suite-titre > div {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.4);
}
.header .header-suite .header_suite-titre > div .entete-titre {
  display: block;
  font-size: 2.5em;
  margin-bottom: 10px;
}
.header .header-suite .header_suite-titre > div .entete-contenu {
  font-size: 1.2em;
}
.header .header-suite .header_suite-btn {
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
}
.header .header-suite .header_suite-btn .btn-accueil,
.header .header-suite .header_suite-btn .btn-compte-client {
  display: inline-block;
  position: relative;
}
.header .header-suite .header_suite-btn .btn-compte-client {
  text-align: right;
}
.header .header-suite .header_suite-btn .btn-accueil > a,
.header .header-suite .header_suite-btn .btn-compte-client > a {
  padding: 10px 15px;
  display: inline-block;
}
.header .header-suite .header_suite-btn .btn-accueil {
  margin-left: 0;
}
.header .header-suite .header_suite-btn .btn-compte-client {
  right: 0;
  font-family: idf;
}
.header .header-suite .header_suite-btn .btn-compte-client #dd-compte-client {
  position: absolute;
  right: 0;
  font-family: Dax;
}
.header .header-suite .header_suite-btn .btn-compte-client .compte-client {
  font-family: idf;
}
.header .header-suite .header_suite-btn .btn-compte-client .compte-client .espaceClient {
  font-family: Dax;
  font-size: 0.9em;
  padding-left: 10px;
  vertical-align: bottom;
}
.header .header-suite .header_suite-btn .btn-accueil {
  left: 0;
}
.header .header-suite .header_suite-btn .sous-menu-btn {
  position: absolute;
  display: none;
}
.header .header-suite .header_suite-btn .sous-menu-btn > a {
  display: block;
  padding: 10px;
  white-space: nowrap;
  text-align: left;
}
.header .header-btn {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  height: calc(100% - 40px);
  padding: 40px 0;
}
.header .header-btn > div:not(.btn-accueil):not(.btn-compte-client):not(#videoMute).col-center {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.header .header-btn > div:not(.btn-accueil):not(.btn-compte-client):not(#videoMute) > a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.5em;
}
.header .header-btn > div:not(.btn-accueil):not(.btn-compte-client):not(#videoMute) > a > span {
  background: rgba(255, 255, 255, 0.8);
  padding: 5px;
  position: relative;
  display: inline-block;
  border-radius: 4px;
  min-width: 150px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.header .header-btn > div:not(.btn-accueil):not(.btn-compte-client):not(#videoMute) > a > span::before {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: idf;
  font-size: 1.7em;
  padding: 15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  width: 80px;
  height: 80px;
  top: -22px;
  left: -80px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.header .header-btn > div:not(.btn-accueil):not(.btn-compte-client):not(#videoMute) > a > span:hover {
  background: rgba(230, 230, 230, 0.9);
}
.header .header-btn > div:not(.btn-accueil):not(.btn-compte-client):not(#videoMute) > a > span:hover::before {
  background: rgba(230, 230, 230, 0.9);
}
.header .header-btn > div:not(.btn-accueil):not(.btn-compte-client):not(#videoMute) > a > span:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: rgba(204, 204, 204, 0.9);
}
.header .header-btn > div:not(.btn-accueil):not(.btn-compte-client):not(#videoMute) > a > span:active::before {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: rgba(204, 204, 204, 0.9);
}
.header .header-btn > div:not(.btn-accueil):not(.btn-compte-client):not(#videoMute) > a.clr-transaction > span::before {
  content: 'e';
}
.header .header-btn > div:not(.btn-accueil):not(.btn-compte-client):not(#videoMute) > a.clr-location > span::before {
  content: 'L';
}
.header .header-btn > div:not(.btn-accueil):not(.btn-compte-client):not(#videoMute) > a.clr-gestion > span::before {
  content: 'o';
  top: -22px;
  left: auto;
  right: -80px;
}
.header .header-btn > div:not(.btn-accueil):not(.btn-compte-client):not(#videoMute) > a.clr-syndic > span::before {
  content: 'D';
}
.header .header-btn .diapo-contenu {
  position: absolute;
  top: 60%;
  right: 0;
  padding: 8px;
  background: rgba(255, 255, 255, 0.9);
  overflow: auto;
  max-height: 300px;
  width: 400px;
}
.header .header-btn .diapo-contenu .savoir_plus {
  display: inline-block;
  margin-top: 5px;
  padding: 5px 10px;
  float: right;
}
.header .header-btn .btn-accueil,
.header .header-btn .btn-compte-client,
.header .header-btn #videoMute {
  display: inline-block;
  position: absolute;
  margin-top: 0;
  width: auto;
}
.header .header-btn .btn-accueil > a,
.header .header-btn .btn-compte-client > a,
.header .header-btn #videoMute {
  padding: 10px 15px;
  display: inline-block;
}
.header .header-btn .btn-compte-client,
.header .header-btn .btn-accueil {
  top: 10px;
}
.header .header-btn .btn-accueil {
  margin-left: 0;
}
.header .header-btn #videoMute {
  top: 55px;
}
.header .header-btn .btn-compte-client {
  font-family: idf;
  right: 0;
}
.header .header-btn .btn-compte-client #dd-compte-client {
  position: absolute;
  right: 0;
  font-family: Dax;
}
.header .header-btn .btn-compte-client #dd-compte-client > a {
  white-space: nowrap;
  text-align: left;
}
.header .header-btn .btn-compte-client .compte-client .espaceClient {
  font-family: Dax;
  font-size: 0.9em;
  vertical-align: middle;
}
.header .header-btn #videoMute,
.header .header-btn .btn-accueil {
  left: 0;
}
.header .header-btn .sous-menu-btn {
  display: none;
}
.header .header-btn .sous-menu-btn > a {
  display: block;
  padding: 10px;
}
.menu.menu-haut {
  padding: 0 2rem;
  width: 100% !important;
}
.logo.menu-haut {
  top: 0 !important;
  left: 0 !important;
}
.barre-btn-top {
  display: grid;
  grid-template-columns: repeat(2, auto);
  padding: 0;
  height: 2rem;
  position: absolute;
  z-index: 12;
  top: 8%;
  right: 8%;
}
@media (max-width: 1650px) {
  .barre-btn-top {
    right: 10%;
  }
}
@media (max-width: 920px) {
  .barre-btn-top {
    right: 15%;
  }
  .barre-btn-top .os-widget-wrapper {
    display: none;
  }
}
@media (max-width: 680px) {
  .barre-btn-top {
    display: none;
  }
}
@media (max-width: 1024px) {
  .btn-parent-link {
    display: none;
  }
}
.btn-accueil-wrapper {
  display: grid;
  grid-template-columns: repeat(5, auto);
  margin-top: 0.4rem;
  float: right;
  position: relative;
}
@media (max-width: 1024px) {
  .btn-accueil-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 680px) {
  .btn-accueil-wrapper {
    margin-top: 0.2rem;
    grid-template-columns: auto !important;
  }
}
.btn-accueil-top,
.espace-client-btn-top,
.btn-compte-client {
  font-size: 1.2rem;
  color: #fff;
  padding: 0.5rem 0.8rem;
  text-align: center;
}
.modal,
.modal-portail {
  width: 0;
  top: 0;
  height: 0;
  transition: top 0.1s ease-in-out;
  text-align: center;
}
.modal .espace-client-link-wrapper,
.modal-portail .espace-client-link-wrapper,
.modal .btn-parent-link-wrapper,
.modal-portail .btn-parent-link-wrapper {
  padding: 0.5rem 0;
}
.modal .espace-client-link,
.modal-portail .espace-client-link,
.modal .btn-parent-link,
.modal-portail .btn-parent-link {
  display: none;
  width: 0;
  color: #fff;
}
.modal.open,
.modal-portail.open {
  width: 20rem;
  height: 8rem;
  position: absolute;
  top: 47px;
  right: 0.7rem;
  background: #575756;
  z-index: 200000;
}
.modal.open .espace-client-link,
.modal-portail.open .espace-client-link {
  display: unset;
  width: 100%;
}
.modal.open-portail,
.modal-portail.open-portail {
  width: 20rem;
  height: 6rem;
  position: absolute;
  top: 47px;
  right: 25rem;
  background: #575756;
  z-index: 200000;
}
.modal.open-portail .btn-parent-link,
.modal-portail.open-portail .btn-parent-link {
  display: unset;
  width: 100%;
}
.topbar {
  background: #575756;
  color: #FFF;
}
.topbar > .menu {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 50px;
}
.topbar > .menu:after {
  clear: both;
}
.topbar > .menu > h1 {
  width: 50px;
  height: 50px;
  display: inline-block;
}
.topbar > .menu .logo {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  height: 100%;
  z-index: 20;
}
.topbar > .menu .logo:not(.fixed) {
  height: 150px;
}
.topbar > .menu .logo > img {
  height: 100%;
  display: block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.topbar > .menu .menu-button,
.topbar > .menu .moteur-button {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  float: right;
  font-size: 1.6em;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
.topbar > .menu .menu-button:hover,
.topbar > .menu .moteur-button:hover {
  background: #3d3d3c;
}
.topbar > .menu .menu-button:active,
.topbar > .menu .moteur-button:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #2c2c2b;
}
.topbar > .menu .menu-button:hover,
.topbar > .menu .moteur-button:hover {
  background: #575756;
}
.topbar > .menu .menu-button::after,
.topbar > .menu .moteur-button::after {
  font-family: idf;
  margin-left: 5px;
}
.topbar > .menu .menu-button::after {
  content: 'Z';
}
.topbar > .menu .moteur-button {
  margin-right: 10px;
  display: none;
}
.topbar > .menu .moteur-button::after {
  content: 'M';
}
.topbar > .menu .btn-accueil,
.topbar > .menu .btn-accueil.btn-scroll-down,
.topbar > .menu .btn-compte-client,
.topbar > .menu .btn-compte-client.btn-scroll-down {
  float: left;
  display: inline-block;
  margin-left: 10px;
  padding: 6px;
  font-size: 1em;
  cursor: pointer;
}
.topbar > .menu .btn-accueil .btn-hover,
.topbar > .menu .btn-accueil.btn-scroll-down .btn-hover,
.topbar > .menu .btn-compte-client .btn-hover,
.topbar > .menu .btn-compte-client.btn-scroll-down .btn-hover {
  padding: 10px 15px;
  position: relative;
  display: inline-block;
}
.topbar > .menu .btn-accueil #dd-accueil,
.topbar > .menu .btn-accueil.btn-scroll-down #dd-accueil,
.topbar > .menu .btn-compte-client #dd-accueil,
.topbar > .menu .btn-compte-client.btn-scroll-down #dd-accueil,
.topbar > .menu .btn-accueil #dd-compte-client,
.topbar > .menu .btn-accueil.btn-scroll-down #dd-compte-client,
.topbar > .menu .btn-compte-client #dd-compte-client,
.topbar > .menu .btn-compte-client.btn-scroll-down #dd-compte-client {
  position: absolute;
  display: none;
  z-index: 10;
}
.topbar > .menu .btn-accueil #dd-accueil > a,
.topbar > .menu .btn-accueil.btn-scroll-down #dd-accueil > a,
.topbar > .menu .btn-compte-client #dd-accueil > a,
.topbar > .menu .btn-compte-client.btn-scroll-down #dd-accueil > a,
.topbar > .menu .btn-accueil #dd-compte-client > a,
.topbar > .menu .btn-accueil.btn-scroll-down #dd-compte-client > a,
.topbar > .menu .btn-compte-client #dd-compte-client > a,
.topbar > .menu .btn-compte-client.btn-scroll-down #dd-compte-client > a {
  display: block;
  padding: 10px;
}
.is-sticky .topbar {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.is-sticky .topbar > .menu .logo {
  height: 100% !important;
}
@media (max-width: 1400px) {
  .map_view .menu .logo {
    height: 85%;
  }
}
.titre_bar {
  background: #fff;
  height: 50px;
}
.titre_bar.unset {
  display: none;
}
.titre_bar > div {
  width: 100%;
  margin: 0 auto;
  padding: 6px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
}
.titre_bar > div > span,
.titre_bar > div h1 {
  font-size: 1.5em;
  font-weight: normal;
}
.titre_bar > div .titre_bar-btn {
  margin-left: auto;
  font-size: 1.5em;
  font-family: idf;
  white-space: nowrap;
}
.titre_bar > div .titre_bar-btn > *:not(.choix_mode) {
  display: inline-block;
  padding: 5px 0;
  width: 35px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.titre_bar > div .titre_bar-btn .selection > i {
  font-style: normal;
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 0.6em;
  display: none;
  font-family: 'Poppins', sans-serif;
  background: #575756;
  color: #FFF;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-align: center;
}
.titre_bar > div .titre_bar-btn .selection > i.visible {
  display: block;
}
/********************/
/****** ARIANE ******/
/********************/
.fil-ariane {
  width: 100%;
  margin: 10px auto;
}
.fil-ariane > .fil {
  float: left;
}
.fil-ariane > .fil > h1,
.fil-ariane > .fil span {
  font-size: 1em;
  display: inline-block;
  font-weight: normal;
}
.fil-ariane .btn_back {
  float: right;
}
.fil-ariane > .pagination-detail {
  margin-top: 10px;
  float: right;
}
.fil-ariane:after {
  content: "";
  display: table;
  clear: both;
}
/*************************/
/****** BLOC AGENCE ******/
/*************************/
.nous-rencontrer #blocAgence {
  padding: 20px 0;
}
.nous-rencontrer .rencontre-container {
  width: 100%;
  margin: 0 auto;
}
.nous-rencontrer .rencontre-container .rencontre-left {
  float: left;
  width: 50%;
}
.nous-rencontrer .rencontre-container .rencontre-left > h2 {
  font-size: 1.7em;
  font-weight: normal;
  margin-bottom: 10px;
}
.nous-rencontrer .rencontre-container .rencontre-left > p {
  margin-bottom: 10px;
}
.nous-rencontrer .rencontre-container .rencontre-left select {
  float: left;
  width: 48%;
  margin: 5px 0;
  height: 28px;
}
.nous-rencontrer .rencontre-container .rencontre-left select:nth-child(even) {
  margin-left: 4%;
}
.nous-rencontrer .rencontre-container .rencontre-left a {
  margin-top: 10px;
}
.nous-rencontrer .rencontre-container .rencontre-right {
  float: left;
  width: 40%;
  margin-left: 10%;
}
.nous-rencontrer .rencontre-container .rencontre-right > h3 {
  padding-bottom: 15px;
  font-size: 1.3em;
}
.nous-rencontrer .rencontre-container .rencontre-right > p {
  padding-bottom: 90px;
  font-size: 1.2em;
}
.nous-rencontrer .rencontre-container .rencontre-right .btn-rencontre {
  width: 70%;
}
.nous-rencontrer .rencontre-container .rencontre-right .btn-rencontre :not(:first-child) {
  margin-top: 30px;
}
.nous-rencontrer .rencontre-container .rencontre-right .btn-rencontre > a,
.nous-rencontrer .rencontre-container .rencontre-right .btn-rencontre > span {
  display: block;
  position: relative;
  padding: 15px 0 15px 80px;
  font-size: 1.2em;
  color: #575756;
  background: #FFF;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
.nous-rencontrer .rencontre-container .rencontre-right .btn-rencontre > a:hover,
.nous-rencontrer .rencontre-container .rencontre-right .btn-rencontre > span:hover {
  background: #b3b3b3;
}
.nous-rencontrer .rencontre-container .rencontre-right .btn-rencontre > a:active,
.nous-rencontrer .rencontre-container .rencontre-right .btn-rencontre > span:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #808080;
}
.nous-rencontrer .rencontre-container .rencontre-right .btn-rencontre > a > span,
.nous-rencontrer .rencontre-container .rencontre-right .btn-rencontre > span > span {
  display: none;
}
.nous-rencontrer .rencontre-container .rencontre-right .btn-rencontre > a::before,
.nous-rencontrer .rencontre-container .rencontre-right .btn-rencontre > span::before {
  position: absolute;
  top: 15px;
  left: 15px;
  font-family: idf;
  font-size: 1.1em;
}
.nous-rencontrer .rencontre-container .rencontre-right .btn-rencontre > a.infos-before::before,
.nous-rencontrer .rencontre-container .rencontre-right .btn-rencontre > span.infos-before::before {
  content: 'M';
}
.nous-rencontrer .rencontre-container .rencontre-right .btn-rencontre > a.tel-before::before,
.nous-rencontrer .rencontre-container .rencontre-right .btn-rencontre > span.tel-before::before {
  content: 'V';
}
.nous-rencontrer .rencontre-container .rencontre-right .btn-rencontre > a.mail-before::before,
.nous-rencontrer .rencontre-container .rencontre-right .btn-rencontre > span.mail-before::before {
  content: 'h';
}
.nous-rencontrer .rencontre-container .rencontre-right .btn-rencontre > a.contact-before::before,
.nous-rencontrer .rencontre-container .rencontre-right .btn-rencontre > span.contact-before::before {
  content: 'w';
}
.nous-rencontrer .rencontre-container .rencontre-right .btn-rencontre > a.geoloc-before::before,
.nous-rencontrer .rencontre-container .rencontre-right .btn-rencontre > span.geoloc-before::before {
  content: 'x';
  font-family: saxo;
}
/**************************/
/****** MENU OVERLAY ******/
/**************************/
.overlay {
  visibility: hidden;
  height: 61rem;
  width: 32rem;
  position: fixed;
  z-index: 100;
  top: -61rem;
  right: 0;
  font-size: 2rem;
  background-color: #fff;
  overflow-y: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 680px) {
  .overlay {
    height: 43.5rem;
  }
}
.overlay.visible {
  visibility: visible;
}
.overlay .overlay-content {
  position: relative;
  list-style-type: none;
  width: 100%;
  text-align: right;
  margin: 10px 0 0;
  padding: 0 30px 2rem 0;
  overflow: auto;
  max-height: calc(100vh - 60px);
}
.overlay .overlay-content > li {
  padding: 8px;
  display: block;
  cursor: pointer;
}
.overlay .overlay-content > li .ss_menu {
  display: none;
}
.overlay .overlay-content > li .ss_menu > a,
.overlay .overlay-content > li .ss_menu > span {
  color: #333;
  display: block;
  font-size: 0.6em;
  padding: 5px 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color;
  -moz-transition-property: background, color;
  -o-transition-property: background, color;
  transition-property: background, color;
}
.overlay .overlay-content > li .ss_menu > a:active,
.overlay .overlay-content > li .ss_menu > span:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.overlay .overlay-content > li.clr-transaction .ss_menu > a:hover,
.overlay .overlay-content > li.clr-transaction .ss_menu > span:hover {
  color: #00b5d6;
}
.overlay .overlay-content > li.clr-transaction .ss_menu > a:active,
.overlay .overlay-content > li.clr-transaction .ss_menu > span:active {
  color: #007f96;
}
.overlay .overlay-content > li.clr-location .ss_menu > a:hover,
.overlay .overlay-content > li.clr-location .ss_menu > span:hover {
  color: #f7a824;
}
.overlay .overlay-content > li.clr-location .ss_menu > a:active,
.overlay .overlay-content > li.clr-location .ss_menu > span:active {
  color: #bf7a07;
}
.overlay .overlay-content > li.clr-immobilier_neuf {
  color: #00b5d6;
}
.overlay .overlay-content > li.clr-immobilier_neuf .ss_menu > a:hover,
.overlay .overlay-content > li.clr-immobilier_neuf .ss_menu > span:hover {
  color: #00b5d6;
}
.overlay .overlay-content > li.clr-immobilier_neuf .ss_menu > a:active,
.overlay .overlay-content > li.clr-immobilier_neuf .ss_menu > span:active {
  color: #007f96;
}
.overlay .overlay-content > li.clr-residence .ss_menu > a:hover,
.overlay .overlay-content > li.clr-residence .ss_menu > span:hover {
  color: #f7a824;
}
.overlay .overlay-content > li.clr-residence .ss_menu > a:active,
.overlay .overlay-content > li.clr-residence .ss_menu > span:active {
  color: #bf7a07;
}
.overlay .overlay-content > li.clr-gestion .ss_menu > a:hover,
.overlay .overlay-content > li.clr-gestion .ss_menu > span:hover {
  color: #7935d8;
}
.overlay .overlay-content > li.clr-gestion .ss_menu > a:active,
.overlay .overlay-content > li.clr-gestion .ss_menu > span:active {
  color: #541e9e;
}
.overlay .overlay-content > li.clr-syndic .ss_menu > a:hover,
.overlay .overlay-content > li.clr-syndic .ss_menu > span:hover {
  color: #99bf00;
}
.overlay .overlay-content > li.clr-syndic .ss_menu > a:active,
.overlay .overlay-content > li.clr-syndic .ss_menu > span:active {
  color: #6b8600;
}
.overlay .overlay-content > li.clr-metier .ss_menu > a:hover,
.overlay .overlay-content > li.clr-metier .ss_menu > span:hover {
  color: #575756;
}
.overlay .overlay-content > li.clr-metier .ss_menu > a:active,
.overlay .overlay-content > li.clr-metier .ss_menu > span:active {
  color: #3d3d3c;
}
.overlay .closebtn {
  color: #000000;
  padding: 5px 30px;
  text-align: right;
  cursor: pointer;
  border-bottom: 1px solid #CCC;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.overlay .closebtn > i {
  right: 10px;
  content: '3';
  font-style: normal;
  display: inline-block;
  font-family: idf;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.overlay .closebtn:hover {
  background: rgba(255, 255, 255, 0.4);
}
/*******************/
/****** BARRE ******/
/*******************/
.toolbox {
  position: fixed;
  right: 20px;
  top: 200px;
  width: 48px;
  overflow: hidden;
  z-index: 20;
  background: #575756;
  font-family: idf;
  text-align: center;
}
.toolbox button {
  display: block;
  width: 100%;
  padding: 10px 0;
  font-size: 1.4em;
  color: #FFF;
  font-family: idf;
}
.toolbox button:before {
  content: 'i';
}
.toolbox > div > * {
  display: block;
  padding: 10px 0;
  font-size: 1.4em;
  cursor: pointer;
}
.toolbox > div > * > i {
  display: none;
  font-style: normal;
  font-size: 0.5em;
  font-family: 'Poppins', sans-serif;
  margin-top: 3px;
}
.toolbox > div > *.me-wai a {
  display: block;
  padding: 0;
  font-size: 1.4rem;
  cursor: pointer;
  border: 0;
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.toolbox > div > *.me-wai a > i {
  display: none;
  font-style: normal;
  font-size: 0.5em;
  font-family: 'Poppins', sans-serif;
  margin-top: 3px;
}
.container {
  position: relative;
  width: 100%;
  margin: 10px auto;
}
/********************/
/****** FOOTER ******/
/********************/
footer {
  background: #5496D0;
}
footer .footer-m {
  width: 100%;
  margin: 0 auto;
  padding: 25px 0;
  display: -webkit-flex;
  display: flex;
}
footer .footer-m > div {
  flex: 1;
  margin: 0 10px;
}
footer .footer-m > div > div {
  margin: 5px;
}
footer .footer-m > div > div:not(:first-child) {
  margin-top: 15px;
}
footer .footer-m > div > div > * {
  line-height: 1.4em;
  display: block;
}
footer .footer-m > div > div br {
  display: none;
}
footer .footer-m > div > div > span {
  font-size: 1.4em;
}
footer .footer-m > div > div > a {
  color: #333333;
  font-size: 1rem;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
footer .footer-m > div > div > a:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
footer .footer-m > div > div.transaction > span {
  color: #00b5d6;
}
footer .footer-m > div > div.transaction > a:hover {
  color: #00b5d6;
}
footer .footer-m > div > div.transaction > a:active {
  color: #007f96;
}
footer .footer-m > div > div.neutre > span {
  color: #ed6508;
}
footer .footer-m > div > div.neutre > a:hover {
  color: #ed6508;
}
footer .footer-m > div > div.neutre > a:active {
  color: #a64706;
}
footer .footer-m > div > div.location > span {
  color: #f7a824;
}
footer .footer-m > div > div.location > a:hover {
  color: #f7a824;
}
footer .footer-m > div > div.location > a:active {
  color: #bf7a07;
}
footer .footer-m > div > div.location > span.btn-popup.alerte_mail_footer {
  color: #333333;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
footer .footer-m > div > div.location > span.btn-popup.alerte_mail_footer:hover {
  color: #f7a824;
}
footer .footer-m > div > div.syndic > span {
  color: #d4ff26;
}
footer .footer-m > div > div.syndic > a:hover {
  color: #99bf00;
}
footer .footer-m > div > div.syndic > a:active {
  color: #6b8600;
}
footer .footer-m > .colonne > p {
  font-size: 1.4em;
  color: #000000;
}
footer .footer-m > .colonne > p > a {
  color: #000000;
}
footer .footer-m > .colonne ul li {
  list-style-type: none;
}
footer .footer-m > .colonne ul li a {
  color: #fff;
}
footer .footer-m > .colonne[class*='vente'] > p > a {
  color: #575756;
}
footer .footer-m > .colonne[class*='vente'] ul li a:hover {
  color: #575756;
}
footer .footer-m > .colonne[class*='vente'] ul li a:active {
  color: #3d3d3c;
}
footer .footer-m > .colonne[class*='location'] > p > a {
  color: #f7a824;
}
footer .footer-m > .colonne[class*='location'] ul li a:hover {
  color: #f7a824;
}
footer .footer-m > .colonne[class*='location'] ul li a:active {
  color: #bf7a07;
}
footer .footer-m > .colonne[class*='agence'] > p {
  color: #575756;
}
footer .footer-m > .colonne[class*='agence'] ul li a:hover {
  color: #575756;
}
footer .footer-m > .colonne[class*='agence'] ul li a:active {
  color: #3d3d3c;
}
footer .footer-m .logo_procivis,
footer .footer-m .logo-cifv {
  max-width: 65%;
}
footer .footer-m .logo_procivis .logo-unis,
footer .footer-m .logo-cifv .logo-unis {
  float: left;
  margin: 0 4%;
}
footer .reseaux_sociaux {
  text-align: center;
  padding: 10px 0 10px;
}
footer .reseaux_sociaux > a {
  display: inline-block;
  font-family: idf;
  padding: 10px 10px;
  font-size: 1.4em;
  cursor: pointer;
  min-width: 38px;
}
footer .reseaux_sociaux > a.facebook {
  background: #575756;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
footer .reseaux_sociaux > a.facebook:hover {
  background: #3d3d3c;
}
footer .reseaux_sociaux > a.facebook:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #2c2c2b;
}
footer .reseaux_sociaux > a.instagram {
  background: #575756;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
footer .reseaux_sociaux > a.instagram:hover {
  background: #3d3d3c;
}
footer .reseaux_sociaux > a.instagram:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #2c2c2b;
}
footer .reseaux_sociaux > a.linkedin {
  background: #575756;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
footer .reseaux_sociaux > a.linkedin:hover {
  background: #3d3d3c;
}
footer .reseaux_sociaux > a.linkedin:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #2c2c2b;
}
footer .footer-rs {
  background: #00b5d6;
}
footer .footer-rs > p {
  width: 100%;
  margin: 0 auto;
  padding: 25px 15px;
  color: #fff;
  font-size: 1.4em;
  text-align: center;
}
footer .footer-rs > p > b {
  font-size: 1.3em;
}
footer .footer-rs > p > a {
  font-family: saxo;
  font-size: 1.4em;
  color: #FFF;
  padding: 0px 5px;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
footer .footer-rs > p > a:hover {
  color: #575756;
}
footer .footer-rs > p > a:active {
  color: #3d3d3c;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
footer .footer-c {
  background: #575756;
}
footer .footer-c .c-credit {
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  color: #FFF;
}
footer .footer-c .c-credit a {
  color: #FFF;
}
footer .footer-c .c-credit .logo_procivis {
  width: 10%;
  margin: 2px auto;
}
footer .footer-c.map_mode .c-credit {
  padding: 5px 0;
}
footer .footer-c.map_mode .c-credit a + .liens-ref-bien {
  margin-top: 10px;
}
.logo-cifv {
  margin: 15% 0;
}
.logo_idf_rouge {
  width: 50%;
  padding: 1% 4%;
  background: #fff;
}
.container_cookies {
  padding: 10px 0;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 200;
  height: auto;
  width: 100%;
  text-align: center;
  background-color: #fff;
}
.container_cookies .text_cookies {
  height: 38px;
  margin: 0 10px;
  text-align: left;
  width: 844px;
  display: inline-block;
  font-size: 13px;
  line-height: 1.5em;
  vertical-align: middle;
}
.container_cookies .text_cookies span {
  color: #1b1b1b;
  font-size: 13px;
}
.container_cookies .text_cookies p {
  margin: 0;
  color: #6a6a6a;
  display: inline;
  font-size: 13px;
}
.container_cookies .text_cookies a {
  margin-left: 10px;
  text-decoration: underline;
  font-size: 13px;
}
.container_cookies .button_submit {
  border: medium none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  width: 55px;
  height: 32px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #575756;
}
[class*='row-flex-'] {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 5px 0;
}
[class*='row-flex-'].start {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
[class*='row-flex-'].end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
[class*='row-flex-'].flex-middle {
  -webkit-align-items: center;
  align-items: center;
}
[class*='row-flex-'].no-margin {
  margin: 0;
}
[class*='row-flex-'].col {
  -webkit-flex-direction: column;
  flex-direction: column;
}
[class*='row-flex-'].col > *:not(:first-child) {
  margin-top: 5px;
}
[class*='row-flex-'].wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
[class*='row-flex-'].complete > * {
  flex: 1;
}
[class*='row-flex-'] > * {
  position: relative;
}
[class*='row-flex-'] > *.empty-slot {
  display: none;
}
[class*='row-flex-'] > *.item_center {
  -webkit-align-self: center;
  align-self: center;
}
.row-flex-3 > * {
  width: 32%;
}
.row-flex-3 > *:not(:nth-child(3n + 1)) {
  margin-left: 2%;
}
.row-flex-3 > *:nth-child(n + 4) {
  margin-top: 10px;
}
.row-flex-3 > *.slot-2 {
  width: 66%;
}
.row-flex-3 > *.slot-3 {
  width: 100%;
}
.row-flex-2 > * {
  width: 48%;
}
.row-flex-2 > *:not(:nth-child(2n + 1)) {
  margin-left: 4%;
}
.row-flex-2 > *:nth-child(n + 3) {
  margin-top: 10px;
}
.row-flex-2 > *.slot-2 {
  width: 100%;
}
.row-flex-4 > * {
  width: 24%;
}
.row-flex-4 > *:not(:nth-child(4n + 1)) {
  margin-left: 1.33333333%;
}
.row-flex-4 > *:nth-child(n + 5) {
  margin-top: 10px;
}
.row-flex-4 > *.slot-2 {
  width: 49.33333333%;
}
.row-flex-4 > *.slot-4 {
  width: 100%;
}
.row-flex-1 > * {
  width: 100%;
}
.row-flex-1 > *:not(:first-child) {
  margin-top: 10px;
}
.map_popup {
  width: 800px;
  height: 675px;
}
.map_view .topbar .menu .logo {
  position: relative;
}
.map_view .topbar .menu > .menu_accueil {
  width: auto;
  height: 50px;
  display: inline-block;
  float: left;
}
#list-tool .alerte-mail-toolbar {
  font-size: 1.1em;
}
#list-tool .selection-toolbar {
  font-size: 1.6em;
}
@media screen and (max-width: 1440px) {
  .toolbox {
    left: auto;
    right: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 1280px) {
  .overlay {
    width: 50vw;
    font-size: 2em;
  }
  .overlay .overlay-content {
    width: auto;
    margin: 10px 0 0;
  }
  .toolbox {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
  }
  .toolbox button {
    display: none;
  }
  .toolbox #list-tool {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 1.2rem;
  }
  .toolbox > div > * {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 4px 0;
  }
}
@media screen and (max-width: 1100px) {
  .nous-rencontrer .rencontre-container,
  footer .footer-m,
  footer .footer-c > div,
  footer .footer-rs > p,
  .fil-ariane,
  .header .header-suite .header_suite-btn {
    width: auto;
  }
  .topbar > .menu,
  .titre_bar > div {
    width: auto;
    padding: 5px 10px;
  }
  .fil-ariane {
    margin: 10px;
  }
  .topbar > .menu > .logo {
    left: 15px;
  }
  .overlay {
    width: 500px;
  }
}
@media screen and (max-width: 1024px) {
  [class*='row-flex-'] {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header .header-suite .header_suite-btn {
    padding: 10px 10px 0;
  }
  .nous-rencontrer .rencontre-container .rencontre-right .btn-rencontre {
    width: 100%;
  }
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
  }
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid #d0d0d0;
    display: block;
    float: left;
  }
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  table.responsive-table th,
  table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  .toolbox > div > * > i {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .nous-rencontrer .rencontre-container .rencontre-right .btn-rencontre :not(:first-child) {
    margin-top: 15px;
  }
  .text-warning {
    width: 67%;
  }
}
@media screen and (max-width: 900px) and (orientation: landscape) {
  .topbar > .menu .moteur-button {
    display: -webkit-flex;
    display: flex;
  }
  .text-warning {
    width: 65%;
  }
}
@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
@media screen and (max-width: 800px) {
  html {
    font-size: 14px;
  }
  .overlay .closebtn {
    position: relative;
    display: block;
    font-size: 1.5em;
    top: 0;
    right: 0;
    padding: 10px;
  }
  .overlay .overlay-content {
    top: auto;
    width: auto;
    text-align: right;
  }
}
@media screen and (max-width: 680px) {
  .row-flex-3 > * {
    width: 100%;
  }
  .row-flex-3 > *:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }
  .row-flex-3 > *:nth-child(n + 3) {
    margin-top: 10px;
  }
  .row-flex-3 > *:not(:first-child) {
    margin-top: 6px;
  }
  .row-flex-3.complete > * {
    -webkit-flex: auto;
    flex: auto;
  }
  [class*='row-flex-'].complete > * {
    -webkit-flex: auto;
    flex: auto;
    width: 100%;
  }
  .titre_bar > div > span,
  .titre_bar > div h1 {
    font-size: 1em;
  }
  .fil-ariane > .fil,
  .fil-ariane > .pagination-detail {
    float: none;
  }
  .fil-ariane > .pagination-detail {
    text-align: center;
    margin-top: 10px;
  }
  .fil-ariane > .pagination-detail > * {
    display: inline-block;
  }
  .fil-ariane .btn_back {
    display: none;
  }
  .fil-ariane > br {
    display: none;
  }
  .overlay {
    width: 100%;
  }
  .topbar > .menu .moteur-button {
    display: -webkit-flex;
    display: flex;
  }
  .scrollToTop {
    bottom: 50px;
  }
  #list-tool .alerte-mail-toolbar {
    font-size: 1.4em;
  }
  #list-tool .selection-toolbar {
    font-size: 1.4em;
  }
  footer .transaction .footer-guide-acheter-defiscaliser-5,
  footer .transaction .footer-confier-votre-recherche-transaction-137,
  footer .transaction .footer-actualites-acheteur-transaction-1,
  footer .transaction .footer-guide-vendre-votre-bien-1050,
  footer .transaction .footer-clefs-vente-reussie-1077,
  footer .transaction .footer-bons-plans-actus-vendeur-144,
  footer .transaction .footer-mandats-de-vente-1074,
  footer .transaction .footer-ecoles-partenaires-103,
  footer .transaction .footer-valeur-gestionnaire-1066,
  footer .transaction .footer-agenceOnline,
  footer .transaction .footer-compteClient {
    display: none;
  }
  footer .location .footer-trouver-sa-location-1055,
  footer .location .footer-rechercher-colocation-1078,
  footer .location .footer-locataire-service-plus-7,
  footer .location .footer-actualites-locataire-2,
  footer .location .footer-guide-bien-location-1052,
  footer .location .footer-proteger-revenus-locatifs-141,
  footer .location .footer-mandats-location-gestion-1075,
  footer .location .footer-nos-garanties-11,
  footer .location .footer-bons-plans-actus-bailleur-12 {
    display: none;
  }
  footer .syndic .footer-guide-choisir-son-syndic-122,
  footer .syndic .footer-actualites-syndic-copropriete-3 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .row-flex-2 > * {
    width: 100%;
  }
  .row-flex-2 > *:not(:nth-child(2n + 1)) {
    margin-left: 0;
  }
  .row-flex-2 > *:nth-child(n + 3) {
    margin-top: 0;
  }
  .row-flex-2 > *:not(:first-child) {
    margin-top: 10px;
  }
  .row-flex-4 > * {
    width: 100%;
  }
  .row-flex-4 > *.slot-2 {
    width: 100%;
  }
  .row-flex-4 > *:not(:nth-child(4n + 1)) {
    margin-left: 0;
  }
  .row-flex-4 > *:not(:first-child) {
    margin-top: 10px;
  }
  .header .header-suite {
    height: 150px;
  }
  .header .header-suite .header_suite-btn.row-flex-2 > * {
    width: 48%;
  }
  .header .header-suite .header_suite-btn > div:last-child {
    margin-top: 0;
  }
  .header .header-suite .header_suite-titre {
    display: none;
  }
  .header .header-btn #videoMute {
    top: auto;
    left: auto;
    bottom: 10px;
    right: 0;
  }
  .topbar > .menu > .logo:not(.fixed) {
    height: 80px;
  }
  .nous-rencontrer .rencontre-container .rencontre-left,
  .nous-rencontrer .rencontre-container .rencontre-right {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .nous-rencontrer .rencontre-container .rencontre-left > h2 {
    font-size: 2em;
  }
  .nous-rencontrer .rencontre-container .rencontre-right > h3 {
    margin-top: 10px;
  }
  .nous-rencontrer .rencontre-container .rencontre-right > p {
    padding-bottom: 10px;
  }
  .nous-rencontrer .rencontre-container .rencontre-right .btn-rencontre :not(:first-child) {
    margin-top: 5px;
  }
  .row-flex-3 > * {
    width: 100%;
  }
  .row-flex-3 > *:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }
  footer .footer-m {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .footer-m > div:last-child {
    -webkit-flex: auto;
    flex: auto;
    width: 100%;
    margin-top: 10px;
  }
  footer .footer-c > div .c-img {
    display: none;
  }
  footer .footer-c > div .c-credit {
    float: none;
    width: 100%;
    padding: 0;
  }
  footer .footer-c > div > br {
    display: none;
  }
  .container_cookies {
    padding: 0;
  }
  .container_cookies .text_cookies {
    height: auto;
    margin: 0;
    padding: 10px 0;
    text-align: left;
    width: 85%;
    display: inline-block;
    font-size: 12px;
    line-height: 1em;
    vertical-align: middle;
  }
  .container_cookies .text_cookies span {
    color: #1b1b1b;
    font-size: 13px;
  }
  .container_cookies .text_cookies p {
    margin: 0;
    color: #6a6a6a;
    display: inline;
    font-size: 13px;
  }
  .container_cookies .text_cookies a {
    margin-left: 10px;
    text-decoration: underline;
    font-size: 13px;
  }
  .container_cookies .button_submit {
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    width: 10%;
    height: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #575756;
  }
  .text-warning {
    width: 53%;
  }
}
body {
  background: none;
}
.index_file .moteurs-index .moteurs-index-tab {
  width: 80%;
  margin: 0 auto;
  padding: 10px 0;
}
.index_file .moteurs-index .moteurs-index-tab .onglets {
  background: transparent;
  list-style-type: none;
  display: flex;
}
.index_file .moteurs-index .moteurs-index-tab .onglets > li {
  position: relative;
}
.index_file .moteurs-index .moteurs-index-tab .onglets > li[class^='tab-'] .current > a {
  cursor: default;
}
.index_file .moteurs-index .moteurs-index-tab .onglets > li > a {
  width: 100%;
  padding: 10px 0 10px 10px;
  font-size: 1rem;
  border-radius: 10px 10px 0 0;
}
.index_file .moteurs-index .moteurs-index-tab :not(.current):not(.tab-content)[class^='tab-'] > a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
.index_file .moteurs-index .moteurs-index-tab :not(.current):not(.tab-content)[class^='tab-'] > a:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.index_file .moteurs-index .moteurs-index-tab :not(.current):not(.tab-content).tab-transaction a {
  background: #00c7eb;
  color: #FFF;
}
.index_file .moteurs-index .moteurs-index-tab :not(.current):not(.tab-content).tab-transaction:active > a {
  background: #007f96;
}
.index_file .moteurs-index .moteurs-index-tab :not(.current):not(.tab-content).tab-transaction:before {
  color: #fff;
}
.index_file .moteurs-index .moteurs-index-tab :not(.current):not(.tab-content).tab-location a {
  background: #f7a824;
  color: #FFF;
}
.index_file .moteurs-index .moteurs-index-tab :not(.current):not(.tab-content).tab-location:active > a {
  background: #bf7a07;
}
.index_file .moteurs-index .moteurs-index-tab :not(.current):not(.tab-content).tab-location:before {
  color: #fff;
}
.index_file .moteurs-index .moteurs-index-tab :not(.current):not(.tab-content).tab-professionnel a {
  background: #00c7eb;
  color: #FFF;
}
.index_file .moteurs-index .moteurs-index-tab :not(.current):not(.tab-content).tab-professionnel:active > a {
  background: #004576;
}
.index_file .moteurs-index .moteurs-index-tab :not(.current):not(.tab-content).tab-professionnel:before {
  color: #fff;
}
.index_file .moteurs-index .moteurs-index-tab :not(.current):not(.tab-content).tab-neuf a {
  background: #00c7eb;
  color: #FFF;
}
.index_file .moteurs-index .moteurs-index-tab :not(.current):not(.tab-content).tab-neuf:active > a {
  background: #004576;
}
.index_file .moteurs-index .moteurs-index-tab :not(.current):not(.tab-content).tab-neuf:before {
  color: #fff;
}
.index_file .moteurs-index .moteurs-index-tab .tab-content {
  display: none;
  padding: 15px 80px;
  border-radius: 0 40px 10px 40px;
}
.index_file .moteurs-index .moteurs-index-tab .tab-content .moteur-index .input-select-multiple {
  width: 48%;
  margin: 15px 0;
  padding: 0 60px;
}
.index_file .moteurs-index .moteurs-index-tab .tab-content .moteur-index .input-select-multiple .selectMoteurMultiple {
  background-color: #fff;
}
.index_file .moteurs-index .moteurs-index-tab .tab-content .moteur-index > form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index_file .moteurs-index .moteurs-index-tab .tab-content .moteur-index > form > * {
  margin: 15px 0;
  padding: 0 60px;
  width: 48%;
}
.index_file .moteurs-index .moteurs-index-tab .tab-content .moteur-index > form .champs_moteur_slider {
  text-align: center;
}
.index_file .moteurs-index .moteurs-index-tab .tab-content .moteur-index > form .btn_count_moteur {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 1.2rem;
  background: #575756;
  color: #FFF;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
.index_file .moteurs-index .moteurs-index-tab .tab-content .moteur-index > form .btn_count_moteur:hover {
  background: #3d3d3c;
}
.index_file .moteurs-index .moteurs-index-tab .tab-content .moteur-index > form .btn_count_moteur:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #2c2c2b;
}
.index_file .rub-agence > div {
  margin: 0 auto;
  width: 100%;
  padding: 10px 0;
}
.index_file .rub-agence > div h1 {
  text-align: left;
  margin-bottom: 10px;
}
.index_file .rub-agence > div .c-agence {
  width: 60%;
  float: left;
  font-size: 1.3em;
  position: relative;
  padding-bottom: 50px;
}
.index_file .rub-agence > div .c-agence .info-plus {
  position: absolute;
  bottom: 0;
  right: 20px;
  padding: 5px 10px;
  font-size: 1.3rem;
}
@media (max-width: 480px) {
  .index_file .rub-agence > div .c-agence .info-plus {
    left: auto;
    right: auto;
    width: 100%;
    text-align: center;
  }
}
.index_file .rub-agence > div .img-agence {
  width: 35%;
  margin-left: 5%;
  float: left;
}
.index_file .rub-agence > div .btn-agence {
  position: relative;
  display: block;
  padding: 15px 0;
  margin-top: 10px;
  font-size: 1.8em;
  text-align: center;
  cursor: pointer;
  margin-top: 20px;
  background: #575756;
  color: #FFF;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
.index_file .rub-agence > div .btn-agence:hover {
  background: #3d3d3c;
}
.index_file .rub-agence > div .btn-agence:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #2c2c2b;
}
.index_file .rub-agence > div .btn-agence::before {
  content: 'L';
  margin-right: 20px;
  font-family: idf;
}
.index_file .rub-agence > div.c-flipbook .c-agence {
  width: 100%;
  font-size: 1.2rem;
  padding-bottom: 20px;
}
.index_file .rub-agence > div.c-flipbook .img-agence,
.index_file .rub-agence > div.c-flipbook .opinion-system {
  width: 50%;
  margin-left: 0%;
  display: block;
  float: right;
}
.index_file .rub-agence > div.c-flipbook .img-agence,
.index_file .rub-agence > div.c-flipbook .flipbook {
  width: 50%;
  margin-left: 0%;
  display: block;
  float: left;
}
@media screen and (max-width: 480px) {
  .index_file .rub-agence > div.c-flipbook .img-agence,
  .index_file .rub-agence > div.c-flipbook .flipbook,
  .index_file .rub-agence > div.c-flipbook .opinion-system {
    width: 100%;
    margin-top: 10px;
  }
}
.index_file .bloc_metier-transaction {
  background: #00b5d6;
  color: #FFF;
}
.index_file .bloc_metier-location {
  background: #f7a824;
  color: #FFF;
}
.index_file .bloc_metier-gestion {
  background: #7935d8;
  color: #FFF;
}
.index_file .bloc_metier-syndic {
  background: #99bf00;
  color: #FFF;
}
.index_file .selection-biens {
  padding: 30px 0;
}
.index_file .selection-biens > h2 {
  text-align: center;
  font-size: 2.2rem;
  margin: 10px 0;
  font-weight: bold;
  font-family: 'Quicksand', sans-serif;
}
@media (max-width: 480px) {
  .index_file .selection-biens > h2 {
    padding: 0 20px;
  }
}
.index_file .selection-biens > .titreTransaction {
  color: #00b5d6;
}
.index_file .selection-biens > .carousel-exclus {
  width: 110%;
  margin: 0 auto 10px;
  padding: 5px;
}
.index_file .selection-biens > .carousel-exclus:not(.owl-loaded) > * {
  width: 24%;
  display: inline-block;
}
.index_file .selection-biens > .carousel-exclus .owl-prev,
.index_file .selection-biens > .carousel-exclus .owl-next {
  font-size: 2em;
  padding: 5px;
  position: absolute;
  top: calc(50% - 16px);
  display: block !important;
  font-family: idf;
  border: 1px solid #d6d6d6;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, border;
  -moz-transition-property: background, border;
  -o-transition-property: background, border;
  transition-property: background, border;
}
.index_file .selection-biens > .carousel-exclus .owl-prev:hover,
.index_file .selection-biens > .carousel-exclus .owl-next:hover {
  border: 1px solid #000000;
}
.index_file .selection-biens > .carousel-exclus .owl-prev:hover.bg-hover,
.index_file .selection-biens > .carousel-exclus .owl-next:hover.bg-hover {
  background: #e6e6e6;
}
.index_file .selection-biens > .carousel-exclus .owl-prev:active,
.index_file .selection-biens > .carousel-exclus .owl-next:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #e6e6e6;
}
.index_file .selection-biens > .carousel-exclus .owl-prev:active.bg-hover,
.index_file .selection-biens > .carousel-exclus .owl-next:active.bg-hover {
  background: #bfbfbf;
}
.index_file .selection-biens > .carousel-exclus .owl-prev {
  left: -40px;
}
.index_file .selection-biens > .carousel-exclus .owl-next {
  right: -40px;
}
.index_file .selection-biens > .carousel-exclus .owl-prev i,
.index_file .selection-biens > .carousel-exclus .owl-next i {
  font-family: saxo;
  font-style: normal;
  color: #000000;
}
.index_file .selection-biens .btn-exclus,
.index_file .selection-biens .btn-locations,
.index_file .selection-biens .btn-transactions {
  display: block;
  padding: 10px;
  color: #fff;
  text-align: center;
  width: 18%;
  margin: 0 auto;
  font-size: 1.2rem;
  border-radius: 10px;
  box-shadow: none;
}
@media (max-width: 1440px) {
  .index_file .selection-biens .btn-exclus,
  .index_file .selection-biens .btn-locations,
  .index_file .selection-biens .btn-transactions {
    width: 32%;
    margin: auto;
  }
}
@media (max-width: 780px) {
  .index_file .selection-biens .btn-exclus,
  .index_file .selection-biens .btn-locations,
  .index_file .selection-biens .btn-transactions {
    width: 54%;
  }
}
@media (max-width: 680px) {
  .index_file .selection-biens .btn-exclus,
  .index_file .selection-biens .btn-locations,
  .index_file .selection-biens .btn-transactions {
    width: 70%;
  }
}
.index_file .selection-biens .btn-exclus,
.index_file .selection-biens .btn-transactions {
  background: #00b5d6;
}
.index_file .selection-biens .btn-locations {
  background: #f7a824;
}
.index_file [class^='bloc_metier-'] .actu-metier-carousel {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}
.index_file [class^='bloc_metier-'] .actu-metier-carousel .contenu-carousel {
  display: -webkit-flex;
  display: flex;
}
.index_file [class^='bloc_metier-'] .actu-metier-carousel .contenu-carousel .img-contenu {
  width: 45%;
}
.index_file [class^='bloc_metier-'] .actu-metier-carousel .contenu-carousel > .texte-contenu {
  position: relative;
  width: 55%;
  padding: 10px 5px 0 20px;
  font-size: 1.2rem;
}
.index_file [class^='bloc_metier-'] .actu-metier-carousel .contenu-carousel > .texte-contenu > h2 {
  margin-bottom: 10px;
}
.index_file [class^='bloc_metier-'] .actu-metier-carousel .contenu-carousel > .texte-contenu > h2 > a {
  color: #fff;
}
.index_file [class^='bloc_metier-'] .actu-metier-carousel .contenu-carousel > .texte-contenu .info-plus {
  position: absolute;
  bottom: 0;
  right: 20px;
  padding: 5px 10px;
  font-size: 1.3rem;
}
.index_file [class^='bloc_metier-'] .actu-metier-carousel .owl-carousel .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.index_file [class^='guide-metier-'] > div {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  overflow: hidden;
}
.index_file [class^='guide-metier-'] > div .guide-carousel {
  width: 40%;
}
.index_file [class^='guide-metier-'] > div .guide-carousel > h2 {
  font-size: 2.2em;
  font-weight: normal;
  margin-bottom: 10px;
}
.index_file [class^='guide-metier-'] > div .guide-carousel > div {
  background: #fff;
  padding: 15px;
}
.index_file [class^='guide-metier-'] > div .guide-carousel > div h3 {
  color: #575756;
  height: 50px;
}
.index_file [class^='guide-metier-'] > div .guide-carousel > div .guide-txt {
  height: 55px;
  overflow: hidden;
  position: relative;
}
.index_file [class^='guide-metier-'] > div .guide-carousel > div .guide-txt::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  content: "";
  background: linear-gradient(to top, #f5f5f5 15%, rgba(245, 245, 245, 0) 86%);
  pointer-events: none;
}
.index_file [class^='guide-metier-'] > div .guide-carousel > div [class^='btn-guide-'] {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 10px;
}
.index_file [class^='guide-metier-'] > div .guide-carousel > div [class^='btn-guide-'] > * {
  padding: 2px 10px;
  border: 1px solid #d6d6d6;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, border;
  -moz-transition-property: background, border;
  -o-transition-property: background, border;
  transition-property: background, border;
}
.index_file [class^='guide-metier-'] > div .guide-carousel > div [class^='btn-guide-'] > *:hover {
  border: 1px solid #575756;
}
.index_file [class^='guide-metier-'] > div .guide-carousel > div [class^='btn-guide-'] > *:hover.bg-hover {
  background: #e6e6e6;
}
.index_file [class^='guide-metier-'] > div .guide-carousel > div [class^='btn-guide-'] > *:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #e6e6e6;
}
.index_file [class^='guide-metier-'] > div .guide-carousel > div [class^='btn-guide-'] > *:active.bg-hover {
  background: #bfbfbf;
}
.index_file [class^='guide-metier-'] > div .guide-carousel > div [class^='btn-guide-'] .owl-prev,
.index_file [class^='guide-metier-'] > div .guide-carousel > div [class^='btn-guide-'] .owl-next {
  text-align: right;
  color: #575756;
  cursor: pointer;
}
.index_file [class^='guide-metier-'] > div .guide-carousel > div [class^='btn-guide-'] .btn-read-all {
  text-align: center;
}
.index_file [class^='guide-metier-'] > div .guide-seul .owl-next,
.index_file [class^='guide-metier-'] > div .guide-seul .owl-prev {
  display: none;
}
.index_file [class^='guide-metier-'] > div .banniere-guide {
  width: 53%;
  margin-top: 40px;
  margin-left: auto;
  padding: 5px;
  background: #fff;
}
.index_file [class^='guide-metier-'] > div .banniere-guide > p,
.index_file [class^='guide-metier-'] > div .banniere-guide > div {
  display: block;
}
.index_file [class^='guide-metier-'] > div .banniere-guide > p > a,
.index_file [class^='guide-metier-'] > div .banniere-guide > div > a {
  position: relative;
  width: 100%;
  display: block;
}
.index_file [class^='guide-metier-'] > div .banniere-guide > p > a img,
.index_file [class^='guide-metier-'] > div .banniere-guide > div > a img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.index_file [class^='guide-metier-'] .guide-metier.banniere-only .banniere-guide {
  width: 100%;
  text-align: center;
  background: transparent;
}
.index_file [class^='guide-metier-'] .guide-metier.banniere-only .banniere-guide > p,
.index_file [class^='guide-metier-'] .guide-metier.banniere-only .banniere-guide > div {
  width: 48%;
  display: inline-block;
}
.index_file [class^='guide-metier-'] .guide-metier.banniere-only .banniere-guide > p > a,
.index_file [class^='guide-metier-'] .guide-metier.banniere-only .banniere-guide > div > a {
  position: relative;
  width: 100%;
  display: block;
}
.index_file [class^='guide-metier-'] .guide-metier.banniere-only .banniere-guide > p > a img,
.index_file [class^='guide-metier-'] .guide-metier.banniere-only .banniere-guide > div > a img {
  position: initial;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.index_file [class^='guide-metier-'] .guide-metier.banniere-only .banniere-guide > p:not(:first-child),
.index_file [class^='guide-metier-'] .guide-metier.banniere-only .banniere-guide > div:not(:first-child) {
  margin-left: 2%;
}
.index_file [class^='guide-metier-'] .guide-metier:after {
  content: '';
  display: table;
  clear: both;
}
.index_file .guide-carousel > div.metier-location {
  border: 1px solid #f7a824;
}
.index_file .guide-carousel > div.metier-gestion {
  border: 1px solid #7935d8;
}
.index_file .guide-carousel > div.metier-syndic {
  border: 1px solid #99bf00;
}
.index_file .choisir-idf {
  background: #f7a824;
  font-size: 1rem;
  padding: 0 12%;
}
.index_file .choisir-idf > article {
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
}
.index_file .choisir-idf > article > h2 {
  margin-bottom: 10px;
  color: #FFF;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  font-size: 2rem;
}
.index_file .choisir-idf > article > a {
  margin-top: 10px;
  display: inline-block;
  font-size: 1.4rem;
  padding: 10px;
  border-radius: 10px;
}
.index_file .choisir-idf > article > a::before,
.index_file .choisir-idf > article > a::after {
  display: none;
}
.index_file .bloc-multi-encart {
  background: #f7f4f4;
}
.index_file .bloc-multi-encart .multi-encart {
  width: 1024px;
  margin: 0 auto;
  padding: 40px 10px;
}
.index_file .bloc-multi-encart .multi-encart .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 13rem;
  margin-top: 2%;
}
.index_file .bloc-multi-encart .multi-encart .owl-stage .owl-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index_file .bloc-multi-encart .multi-encart .encart {
  background: #fff;
  width: 100%;
  box-shadow: none;
  margin: 0.8rem;
  border-radius: 10px;
}
.index_file .bloc-multi-encart .multi-encart .encart > a {
  display: block;
}
.index_file .bloc-multi-encart .multi-encart .encart > a > img {
  width: 100px;
  margin: 0 auto;
}
.index_file .bloc-multi-encart .multi-encart .encart > a > h3 {
  padding: 10px 10px 0;
  font-size: 1.2em;
  font-weight: normal;
}
.index_file .bloc-multi-encart .multi-encart .encart > a > p {
  padding: 0 10px 10px;
  font-size: 0.9em;
}
.index_file .bloc-multi-encart .multi-encart .owl-prev,
.index_file .bloc-multi-encart .multi-encart .owl-next {
  font-size: 2em;
  padding: 5px;
  position: absolute;
  top: calc(50% - 16px);
  display: block !IMPORTANT;
  font-family: saxo;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
.index_file .bloc-multi-encart .multi-encart .owl-prev:hover,
.index_file .bloc-multi-encart .multi-encart .owl-next:hover {
  background: #a0acb3;
}
.index_file .bloc-multi-encart .multi-encart .owl-prev:active,
.index_file .bloc-multi-encart .multi-encart .owl-next:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #6b7d86;
}
.index_file .bloc-multi-encart .multi-encart .owl-prev {
  left: -30px;
}
.index_file .bloc-multi-encart .multi-encart .owl-next {
  right: -30px;
}
.index_file .bloc-multi-encart .multi-encart .owl-prev i,
.index_file .bloc-multi-encart .multi-encart .owl-next i {
  font-style: normal;
  color: #000000;
}
.index_file .nous_rencontrer {
  min-height: 450px;
}
.index_file .opinion-system {
  display: block;
  color: #005b9f;
  padding: 0 10px;
  font-size: 1.2em;
  float: left;
  width: 40%;
}
.index_file .opinion-system img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  float: right;
}
.index_file .opinion-system p {
  text-align: center;
  padding: 10px 0;
  font-size: 2em;
}
@media (max-width: 480px) {
  .index_file .opinion-system {
    width: 100%;
  }
  .index_file .opinion-system img {
    float: none;
  }
}
.index_file .actus-groupe {
  padding: 10px 0;
}
.index_file .actus-groupe > .groupe-carousel {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 10px;
}
.index_file .actus-groupe > .groupe-carousel .article-groupe {
  height: 260px;
  width: 80%;
  margin: auto;
}
.index_file .actus-groupe > .groupe-carousel .article-groupe .img-groupe {
  display: block;
}
.index_file .actus-groupe > .groupe-carousel .article-groupe .img-groupe .img_16-9 {
  width: 100%;
  padding-top: 48%;
  margin: auto;
  border-radius: 10px 40px 10px 40px;
}
.index_file .actus-groupe > .groupe-carousel .article-groupe .c-article {
  position: relative;
  font-size: 1.1rem;
}
.index_file .actus-groupe > .groupe-carousel .article-groupe .c-article > h2 {
  color: #99c736;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.index_file .actus-groupe > .groupe-carousel .article-groupe .c-article .btn-groupe-carousel {
  position: relative;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  top: 1rem;
  width: 100%;
}
.index_file .actus-groupe > .groupe-carousel .article-groupe .c-article .btn-groupe-carousel > * {
  cursor: pointer;
  color: #99c736;
  padding: 5px;
  margin-left: 10px;
  border: 1px solid #d6d6d6;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, border;
  -moz-transition-property: background, border;
  -o-transition-property: background, border;
  transition-property: background, border;
}
.index_file .actus-groupe > .groupe-carousel .article-groupe .c-article .btn-groupe-carousel > *:hover {
  border: 1px solid #575756;
}
.index_file .actus-groupe > .groupe-carousel .article-groupe .c-article .btn-groupe-carousel > *:hover.bg-hover {
  background: #e6e6e6;
}
.index_file .actus-groupe > .groupe-carousel .article-groupe .c-article .btn-groupe-carousel > *:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #e6e6e6;
}
.index_file .actus-groupe > .groupe-carousel .article-groupe .c-article .btn-groupe-carousel > *:active.bg-hover {
  background: #bfbfbf;
}
.index_file .actus-groupe > .groupe-carousel .article-groupe .c-article .btn-groupe-carousel .hide-on-large {
  display: none;
}
.index_file .actus-groupe > .bloc_contenu-2 {
  width: 100%;
  margin: 30px auto;
  background: #fff;
  padding: 10px;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.index_file .actus-groupe > .bloc_contenu-2 > .img-contenu {
  display: block;
  width: 45%;
}
.index_file .actus-groupe > .bloc_contenu-2 > .img-contenu > img {
  width: 100%;
}
.index_file .actus-groupe > .bloc_contenu-2 > .c-contenu-2 {
  width: 50%;
  margin-left: 5%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 1.1rem;
}
.index_file .actus-groupe > .bloc_contenu-2 > .c-contenu-2 > h2 {
  margin-bottom: 10px;
}
.index_file .actus-groupe > .bloc_contenu-2 > .c-contenu-2 > h2 > a {
  color: #575756;
}
.index_file .actus-groupe > .bloc_contenu-2 > .c-contenu-2 .btn-plus {
  margin-top: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  bottom: 0;
  left: 50%;
}
.index_file .actus-groupe > .bloc_contenu-2 > .c-contenu-2 .btn-plus > * {
  cursor: pointer;
  color: #575756;
  font-size: 1.5em;
  padding: 10px;
  border: 1px solid #d6d6d6;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, border;
  -moz-transition-property: background, border;
  -o-transition-property: background, border;
  transition-property: background, border;
}
.index_file .actus-groupe > .bloc_contenu-2 > .c-contenu-2 .btn-plus > *:hover {
  border: 1px solid #575756;
}
.index_file .actus-groupe > .bloc_contenu-2 > .c-contenu-2 .btn-plus > *:hover.bg-hover {
  background: #e6e6e6;
}
.index_file .actus-groupe > .bloc_contenu-2 > .c-contenu-2 .btn-plus > *:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #e6e6e6;
}
.index_file .actus-groupe > .bloc_contenu-2 > .c-contenu-2 .btn-plus > *:active.bg-hover {
  background: #bfbfbf;
}
.index_file .actus-groupe > .bloc_contenu-2 > .c-contenu-2 .btn-plus > *:not(:first-child) {
  margin-left: 10px;
}
.index_file .actus-groupe > .autres-actus {
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
}
.index_file .bloc-newsletter {
  background: #f8605d;
  padding: 40px 0;
}
.index_file .bloc-newsletter #form_newsletter {
  width: 100%;
  margin: 0 auto;
}
.index_file .bloc-newsletter #form_newsletter form .titre-news {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-family: 'Quicksand', sans-serif;
}
.index_file .bloc-newsletter #form_newsletter form .titre-news:before {
  content: '6';
  font-family: idf;
  font-size: 1.4rem;
}
.index_file .bloc-newsletter #form_newsletter form button {
  padding: 8px 0;
  width: 100%;
  font-size: 1rem;
}
.index_file .bloc-newsletter #form_newsletter form .error {
  color: #752e2c;
}
.index_file .bloc-newsletter #form_newsletter .opt-in {
  font-size: 0.8rem;
  text-align: initial;
}
.index_file .bloc-newsletter #form_newsletter .opt-in > a {
  color: #fff;
}
.index_file .bloc-newsletter #form_newsletter .opt-in > a:hover {
  color: #f7f4f4;
}
.index_file .bloc-partenaire {
  padding: 50px 0;
}
.index_file .bloc-partenaire .multi-partenaire {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 680px) {
  .moteur-index-btn-wrapper {
    width: 100% !important;
    text-align: end;
  }
  .moteur-index-btn-wrapper button {
    width: 42% !important;
    float: right;
  }
}
.onglets {
  width: 100%;
  padding: 0;
  margin: 0;
}
.onglets li {
  font-weight: bold;
  margin-right: 2px;
}
.onglets .tab-location,
.onglets .tab-transaction,
.onglets .tab-professionnel,
.onglets .tab-neuf {
  flex: 1 1;
  border-radius: 10px 10px 0 0;
}
.onglets .tab-location a,
.onglets .tab-transaction a,
.onglets .tab-professionnel a,
.onglets .tab-neuf a {
  display: block;
  height: 100%;
}
.onglets .tab-contenu {
  flex: 2 1;
  background: none;
  display: inline;
  border-radius: 0;
  padding-top: 10px;
  margin-left: 1rem;
}
.onglets .tab-contenu a {
  background: none;
}
.onglets .tab-contenu::before {
  content: '•';
  font-size: 2rem;
  position: relative;
  top: 5px;
}
.onglets .tab-neuf a {
  color: #fff;
}
.onglets .tab-confier a {
  color: #7935d8;
}
.onglets .tab-confier::before {
  color: #7935d8;
}
.onglets .tab-gerer a {
  color: #99bf00;
}
.onglets .tab-gerer::before {
  color: #99bf00;
}
.onglets .tab-estimer {
  margin-left: 0;
}
.onglets .tab-estimer a {
  color: #00b5d6;
}
.onglets .tab-estimer::before {
  color: #00b5d6;
}
@media (max-width: 1024px) {
  .onglets .tab-confier,
  .onglets .tab-gerer,
  .onglets .tab-estimer {
    display: none;
  }
}
.champs_moteur_budget_neuf p {
  color: #fff;
}
.opinion-index-wrapper .opinion-reviews .avis-wrapper .article_avis,
.index_file .actus-groupe > .bloc_contenu-2 {
  box-shadow: none;
}
.moving-effect {
  transition: all 0.2s ease-in-out;
}
.moving-effect:hover {
  transform: rotateX(3deg) rotateY(-2deg) rotateZ(-1deg) translateX(-4px) translateY(-5px) translateZ(3px) skewX(-1deg) skewY(1deg);
}
.mosaic-metier-subtitle {
  text-align: center;
  width: fit-content;
  margin: 1rem auto 0;
  position: relative;
}
.mosaic-metier-subtitle .arrow {
  transition: 0.25s ease-in;
}
.mosaic-metier-subtitle .mosaic-metier-global-link:hover .arrow {
  padding-left: 1rem;
}
.mosaic-metier-global-link {
  font-size: 1.2rem;
}
.mosaic-metier-wrapper {
  position: relative;
  padding: 3% 0;
}
@media (max-width: 780px) {
  .mosaic-metier-wrapper {
    padding: 12% 0;
  }
}
.mosaic-metier-wrapper::after {
  content: '';
  width: 100%;
  box-shadow: none;
  height: 40%;
  position: absolute;
  bottom: 4rem;
  right: 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .mosaic-metier-wrapper::after {
    bottom: 2rem;
    height: 50%;
  }
}
@media (max-width: 680px) {
  .mosaic-metier-wrapper::after {
    height: 65%;
  }
}
@media (max-width: 1024px) {
  .mosaic-metier-wrapper.four-cards::after {
    height: 53rem;
  }
}
@media (max-width: 680px) {
  .mosaic-metier-wrapper.four-cards::after {
    height: 83rem;
  }
}
.mosaic-metier-wrapper.transaction::after {
  background: #00b5d6;
}
.mosaic-metier-wrapper.location::after {
  background: #f7a824;
}
.mosaic-metier-wrapper.gestion::after {
  background: #7935d8;
}
.mosaic-metier-wrapper.syndic::after {
  background: #99bf00;
}
.mosaic-metier-first-title {
  font-size: 2.5rem;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
}
.mosaic-metier {
  width: 100%;
  padding: 3% 12%;
  display: grid;
  gap: 1rem;
  z-index: 2;
  grid-template-columns: repeat(4, 1fr);
}
.mosaic-metier.four-cards {
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1440px) {
  .mosaic-metier {
    padding: 3%;
  }
}
@media (max-width: 1024px) {
  .mosaic-metier {
    grid-template-columns: repeat(3, 1fr);
  }
  .mosaic-metier.four-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  .mosaic-metier {
    grid-template-columns: 1fr;
  }
  .mosaic-metier.four-cards {
    grid-template-columns: 1fr;
  }
}
.mosaic-card {
  display: flex;
  flex-flow: column;
  padding: 0.8rem;
  background: #fff;
  position: relative;
}
@media (min-width: 1025px) {
  .mosaic-metier-card-0 {
    overflow: hidden;
    position: relative;
  }
}
@media (min-width: 1025px) {
  .mosaic-metier-card-0 {
    grid-column: 1 / span 2;
  }
}
@media (min-width: 1025px) {
  .mosaic-metier-card-1.four-cards {
    grid-column: 3 / span 2;
  }
}
.mosaic-metier-content {
  order: 2;
  padding: 0.8rem;
}
.mosaic-metier-resume a {
  color: #000000;
}
.mosaic-metier-photo {
  order: 1;
}
.moteur-index-btn {
  padding: 10px;
  text-align: center;
  font-size: 1.2rem;
  background: #575756;
  color: #fff;
  position: relative;
  top: 2rem;
  border-radius: 10px;
}
.moteur-index-btn:hover {
  box-shadow: none;
}
.moteur-index-btn-submit-wrapper {
  width: 100%;
  text-align: center;
}
.header.header-index {
  height: calc(100vh - 200px);
}
.header.header-index.loader_grand {
  width: 100%;
}
.header.header-index .video-index {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.header.header-index .video-index > video {
  width: auto;
  height: auto;
  min-width: 100%;
  z-index: 0;
}
@media (min-height: 1440px) {
  .header.header-index .video-index > video {
    height: auto;
    width: auto;
  }
}
@media (max-width: 1440px) {
  .header.header-index .video-index > video {
    height: 100%;
  }
}
@media (max-width: 1280px) {
  .header.header-index .video-index > video {
    left: 45%;
  }
}
@media (max-width: 480px) {
  .header.header-index .video-index > video {
    display: block;
  }
}
.header.header-index div.voeux {
  height: 105%;
}
.header.header-index div.voeux img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.header.header-index .owl-carousel:not(.owl-loaded) *:not(:first-child) {
  display: none;
}
.header.header-index .owl-carousel .owl-nav.disabled + .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 5px;
}
.header.header-index .owl-carousel.diapo-index-mobile {
  display: none;
}
.header .header-bg,
.header .header-suite {
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #a59f9f;
  background-size: cover;
}
.header .header-bg {
  height: calc(100vh - 200px);
  position: relative;
}
.header div.header-suite {
  height: 400px;
}
@media (max-width: 1280px) {
  .header div.header-suite {
    height: 265px;
  }
}
@media (max-width: 768px) {
  .header div.header-suite {
    height: 175px;
  }
}
@media (max-width: 480px) {
  .header div.header-suite {
    height: 100px;
  }
}
/** BLOC PRESENTATION V2 **/
.presentation-accueil-wrapper {
  width: 100%;
  padding: 3% 12%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  background: #f7f4f4;
}
@media (max-width: 1440px) {
  .presentation-accueil-wrapper {
    padding: 3%;
  }
}
@media (max-width: 1024px) {
  .presentation-accueil-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .presentation-accueil-wrapper {
    margin-top: 2rem;
  }
}
.presentation-index-video {
  margin: auto;
}
@media (max-width: 680px) {
  .presentation-index-video {
    width: 100%;
  }
}
.presentation-index-content {
  font-size: 1rem;
  text-align: center;
}
.presentation-index-content a {
  color: #99c736;
}
.presentation-subtxt {
  font-weight: bold;
  color: #99c736;
  font-size: 1.2rem;
  text-align: center;
  width: 100%;
}
.conseil {
  color: #575756;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .conseil {
    margin-top: 2%;
    text-align: center;
  }
}
.presentation-accueil-main-title {
  font-family: 'Quicksand', sans-serif;
  font-size: 2rem;
  text-align: center;
  color: #99c736;
  margin-bottom: 1.5rem;
}
.presentation-index-text {
  line-height: 1.4;
}
.btn-under-index {
  width: 100%;
  margin: auto;
  padding: 1.2rem;
  font-family: 'Quicksand', sans-serif;
  text-align: center;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
  background: #575756;
  color: #fff;
  transition: all 0.25s;
  border-radius: 10px 10px 40px 40px;
}
.btn-under-index:hover {
  box-shadow: none;
}
.btn-under-index:hover::before {
  top: 44%;
  left: 78%;
}
@media (max-width: 1440px) {
  .btn-under-index {
    width: 60%;
    font-size: 1.2rem;
    margin: 2% auto;
    grid-column: 1 / span 2;
  }
}
@media (max-width: 1024px) {
  .btn-under-index {
    width: 70%;
  }
}
@media (max-width: 780px) {
  .btn-under-index {
    width: 80%;
  }
}
@media (max-width: 680px) {
  .btn-under-index {
    width: 100%;
    padding: 0.8rem;
  }
}
/** BLOC SERVICE **/
.card-service-wrapper {
  padding: 3% 12%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 1440px) {
  .card-service-wrapper {
    padding: 3%;
  }
}
@media (max-width: 1024px) {
  .card-service-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  .card-service-wrapper {
    grid-template-columns: 1fr;
  }
}
.card-service {
  text-align: center;
  position: relative;
  box-shadow: none;
  transition: 0.2s ease-in-out;
  height: 10rem;
  border-radius: 10px;
}
.card-service:hover {
  transform: rotateX(3deg) rotateY(-2deg) rotateZ(-1deg) translateX(-4px) translateY(-5px) translateZ(3px) skewX(-1deg) skewY(1deg);
}
.card-service.metier-transaction-style {
  background: #00b5d6;
}
.card-service.metier-location-style {
  background: #f7a824;
}
.card-service.metier-syndic-style {
  background: #99bf00;
}
.card-service.metier-gestion-style {
  background: #7935d8;
}
.card-service .icon {
  font-size: 2rem;
}
.card-service a {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
}
.txt-service-wrapper {
  width: 100%;
  height: 100%;
  padding: 1.5rem 0.2rem;
  color: #fff;
  font-size: 1.1rem;
}
@media (max-width: 1280px) {
  .txt-service-wrapper {
    padding: 1rem 0.2rem;
  }
}
/** MINIFICHES INDEX **/
.mf-index-cards-wrapper {
  width: 100%;
  display: grid;
  padding: 3% 12%;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 1440px) {
  .mf-index-cards-wrapper {
    padding: 3%;
  }
}
@media (max-width: 1024px) {
  .mf-index-cards-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  .mf-index-cards-wrapper {
    grid-template-columns: 1fr;
  }
}
.mf-index-card {
  background: #fff;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
.mf-index-card .mf-index-description,
.mf-index-card .mf-index-price-wrapper {
  padding: 0 0.5rem;
}
.mf-index-card .mf-index-price-wrapper {
  padding-bottom: 0.5rem;
}
.mf-index-card .price {
  font-size: 1.3rem;
  color: #575756;
  font-weight: bold;
}
.mf-index-card .price.transaction {
  color: #00b5d6;
}
.mf-index-card .price.location {
  color: #f7a824;
}
.mf-index-card .mf-index-photo,
.mf-index-card .mf-index-img {
  border-radius: 10px;
}
.mf-index-card:hover .mf-index-img {
  transform: scale(1.04);
}
.mf-boutons {
  width: 100%;
  position: absolute;
  right: 1rem;
  bottom: 0.5rem;
  text-align: end;
  z-index: 4;
}
.mf-selection {
  font-family: idf;
  font-size: 1.6rem;
  cursor: pointer;
}
.mf-selection.location {
  color: #f7a824;
}
.mf-selection.transaction {
  color: #00b5d6;
}
.mf-index-photo {
  position: relative;
  z-index: 1;
  height: 50%;
}
@media (max-width: 1280px) {
  .mf-index-photo {
    height: 46%;
  }
}
.mf-index-img {
  transform: scale(1);
  transition: all 0.3s ease-out;
}
.mf-index.nbPhoto {
  position: absolute;
  z-index: 2;
  right: 0.5rem;
  bottom: 0.5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  padding: 0.5rem;
  border-radius: 10px;
}
.mf-index-description {
  margin: 0.3rem 0;
}
.mf-index-description .titreMiniFiche .commune {
  margin-top: 0.3rem;
  color: #575756;
  font-size: 1.2rem;
  font-weight: bold;
}
.mf-index-description.transaction .titreMiniFiche .commune {
  color: #00b5d6;
}
.mf-index-description.location .titreMiniFiche .commune {
  color: #f7a824;
}
.titreMiniFiche {
  font-size: 1.4rem;
  font-family: 'Quicksand', sans-serif;
}
.mf-index-link {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 2;
}
/**/
/** BLOC SECTEUR **/
.bloc-secteur-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 1rem;
  padding: 0 12% 3%;
}
@media (max-width: 1440px) {
  .bloc-secteur-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 0 3% 3%;
  }
}
@media (max-width: 1024px) {
  .bloc-secteur-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
  }
}
.actus-secteur-title-link {
  display: block;
  text-align: center;
  padding: 3% 12%;
}
/** BANNER INDEX **/
.banner-secteur {
  width: fit-content;
}
@media (max-width: 1024px) {
  .banner-secteur {
    width: 100%;
  }
}
.banner-secteur img {
  box-shadow: none;
  border-radius: 10px 40px;
}
@media (max-width: 1024px) {
  .banner-secteur img {
    width: 100%;
  }
}
/** ACTUS SECTEURS **/
.actus-secteur-main-title {
  font-size: 1.8rem;
  color: #99c736;
  margin-bottom: 0.5rem;
  position: relative;
  transition: 0.25s ease-in;
}
@media (max-width: 1800px) and (min-width: 1651px) {
  .actus-secteur-main-title {
    font-size: 1.6rem;
  }
}
@media (max-width: 1650px) and (min-width: 1441px) {
  .actus-secteur-main-title {
    font-size: 1.4rem;
  }
}
@media (max-width: 1280px) {
  .actus-secteur-main-title {
    font-size: 1.6rem;
  }
}
@media (max-width: 1024px) {
  .actus-secteur-main-title {
    margin-bottom: unset;
    margin: 3% 0;
    font-size: 2.5rem;
  }
}
.actus-secteur-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 440px;
  gap: 1rem;
}
@media (max-width: 1440px) {
  .actus-secteur-cards-wrapper {
    grid-template-rows: 437px;
  }
}
@media (max-width: 1024px) {
  .actus-secteur-cards-wrapper {
    grid-template-rows: 1fr;
  }
}
@media (max-width: 680px) {
  .actus-secteur-cards-wrapper {
    grid-template-columns: 1fr;
  }
}
.actus-secteur-card {
  box-shadow: 0px 1px 1.9px rgba(0, 0, 0, 0.02), 0 5.4px 0px rgba(0, 0, 0, 0.03), 8px 3px 3px rgba(0, 0, 0, 0.03), 14px 10px 7px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 0px 37px 0px rgba(0, 0, 0, 0.05), -1px 1px 16px rgba(0, 0, 0, 0.07);
  position: relative;
  display: grid;
  grid-template-rows: 200px auto;
  border-radius: 10px 40px 10px 10px;
}
@media (max-width: 1280px) {
  .actus-secteur-card {
    grid-template-rows: 170px auto;
  }
}
.actus-secteur-img {
  border-radius: 10px 40px 10px 40px;
}
@media (max-width: 1080px) {
  .actus-secteur-img {
    border-radius: 10px 40px 0 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.actus-secteur-content {
  padding: 0.8rem;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.actus-secteur-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}
.actus-secteur-btn-wrapper {
  background: #575756;
}
.actus-secteur-card-link {
  width: 100%;
  margin: auto;
  text-align: center;
}
@media (max-width: 680px) {
  .actus-secteur-card-link {
    margin: 1.5rem auto;
  }
}
/** DUO CARDS **/
.card-duo-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 3% 6%;
  background: #f7f4f4;
}
@media (max-width: 1440px) {
  .card-duo-wrapper {
    padding: 3%;
  }
}
@media (max-width: 1280px) {
  .card-duo-wrapper {
    grid-template-columns: 1fr;
  }
}
.duo-card {
  background: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 1rem;
  border-radius: 10px;
}
@media (max-width: 680px) {
  .duo-card {
    grid-template-columns: 1fr;
  }
}
.duo-card-img {
  margin: auto;
}
.duo-card-img img {
  border-radius: 10px 40px 10px 40px;
}
.duo-card-main-title a {
  color: #99c736;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
}
.duo-card-content {
  padding: 0.8rem;
  margin: auto;
}
@media (max-width: 680px) {
  .duo-card-content {
    padding: 1rem 0.8rem;
  }
}
.btn-plus {
  margin-top: 1rem;
}
.btn-index {
  width: 100%;
  padding: 10px;
  text-align: center;
  background: #575756;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 10px;
}
.btn-index:hover {
  background: #fff;
  border: 1px solid #575756;
  color: #575756;
}
.owl-carousel .owl-dots .owl-dot span {
  border: 2px solid #fff;
}
.owl-carousel .owl-dots .owl-dot span:hover {
  background: #fff;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  border: 2px solid #fff;
  background: #fff;
}
.os-logo path {
  fill: #fff;
}
.btn-accueil-wrapper .os-widget-wrapper {
  padding-top: 0;
}
.opinion-index-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 3% 12%;
}
.opinion-index-wrapper h1,
.opinion-index-wrapper .retourAvis {
  display: none;
}
.opinion-index-wrapper .lien-page-opinion {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.opinion-index-wrapper .star-ratings {
  display: inline-flex;
  width: 80%;
  margin: 0;
}
@media (max-width: 1100px) {
  .opinion-index-wrapper .star-ratings {
    width: 85%;
  }
}
@media (max-width: 1100px) and (max-width: 780px) {
  .opinion-index-wrapper .star-ratings {
    width: 100%;
  }
}
@media (max-width: 1100px) and (max-width: 780px) and (max-width: 480px) {
  .opinion-index-wrapper .star-ratings {
    width: 40%;
  }
}
@media (max-width: 1100px) and (max-width: 780px) and (max-width: 480px) and (max-width: 380px) {
  .opinion-index-wrapper .star-ratings {
    width: 50%;
  }
}
.opinion-index-wrapper .star-ratings .rating-icon {
  width: auto;
  position: relative;
  left: 0;
}
.opinion-index-wrapper .star-ratings svg {
  width: 15%;
}
.opinion-index-wrapper .star-container.star-background {
  display: none;
}
.opinion-index-wrapper .star-container {
  position: absolute;
  display: block;
  width: 8rem;
  color: #ffcd34;
  z-index: 1;
  margin-left: 2rem;
}
.opinion-index-wrapper .btn-see-reviews-bottom {
  width: 68%;
  text-align: center;
  margin: 0.5rem 0 0 0;
  font-size: 0.9rem;
}
.opinion-index-wrapper .btn-see-reviews-bottom a {
  color: #fff;
}
@media (max-width: 1024px) and (min-width: 780px) {
  .opinion-index-wrapper .btn-see-reviews-bottom a {
    font-size: 0.8rem;
  }
}
@media (max-width: 780px) {
  .opinion-index-wrapper .btn-see-reviews-bottom {
    width: 36%;
  }
}
@media (max-width: 480px) {
  .opinion-index-wrapper .btn-see-reviews-bottom {
    width: 70%;
  }
}
.opinion-index-wrapper .opinion-percent {
  width: 24.2%;
  text-align: center;
  padding: 3rem 0;
  margin-right: 0.5rem;
  color: #fff;
  background: #99c736;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .opinion-index-wrapper .opinion-percent {
    width: 22.5%;
  }
}
@media (max-width: 780px) {
  .opinion-index-wrapper .opinion-percent {
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
  }
}
.opinion-index-wrapper .opinion-percent h2 {
  margin: 0;
}
.opinion-index-wrapper .opinion-percent .gauge {
  width: 30%;
  font-size: 3rem;
  text-align: center;
  fill: #fff;
}
.opinion-index-wrapper .opinion-percent svg {
  width: 18%;
}
.opinion-index-wrapper .opinion-percent svg path:first-child {
  fill: #fff;
}
.opinion-index-wrapper .opinion-percent .nbAvis {
  width: 9rem;
  color: #fff;
}
.opinion-index-wrapper .opinion-percent .rating-icon {
  display: inline-flex;
  justify-content: space-between;
}
.opinion-index-wrapper .opinion-percent .star-container {
  margin-left: 1rem;
}
.opinion-index-wrapper .opinion-percent .btn-see-reviews-bottom {
  color: #fff;
  background: #575756;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  margin-top: 10px;
  text-transform: uppercase;
}
.opinion-index-wrapper .opinion-reviews {
  width: 73%;
}
@media (max-width: 1024px) {
  .opinion-index-wrapper .opinion-reviews {
    width: 76%;
  }
}
@media (max-width: 780px) {
  .opinion-index-wrapper .opinion-reviews {
    width: 100%;
  }
}
.opinion-index-wrapper .opinion-reviews .avis-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 0.5rem;
}
@media (max-width: 480px) {
  .opinion-index-wrapper .opinion-reviews .avis-wrapper {
    grid-template-columns: unset;
    grid-template-rows: repeat(3, 1fr);
    row-gap: 0.5rem;
  }
}
.opinion-index-wrapper .opinion-reviews .avis-wrapper .article_avis {
  padding: 1rem;
  background: #fff;
  border-radius: 10px;
}
.opinion-index-wrapper .opinion-reviews .avis-wrapper .avis {
  box-shadow: 0px 1px 1.9px rgba(0, 0, 0, 0.02), 0 5.4px 0px rgba(0, 0, 0, 0.03), 8px 3px 3px rgba(0, 0, 0, 0.03), 14px 10px 7px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 0px 37px 0px rgba(0, 0, 0, 0.05), -1px 1px 16px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}
.opinion-index-wrapper .opinion-reviews .avis-wrapper .detail-reviews {
  min-height: 10.5rem;
  max-height: 10.5rem;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .opinion-index-wrapper .opinion-reviews .avis-wrapper .detail-reviews {
    min-height: 10.5rem;
  }
}
@media (max-width: 1024px) {
  .opinion-index-wrapper .opinion-reviews .avis-wrapper .detail-reviews {
    min-height: 11.5rem;
  }
}
@media (max-width: 480px) {
  .opinion-index-wrapper .opinion-reviews .avis-wrapper .detail-reviews {
    min-height: 8.5rem;
    max-height: 8.5rem;
  }
}
.opinion-index-wrapper .opinion-reviews .avis-wrapper .detail-reviews .titre1 {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
}
.opinion-index-wrapper .opinion-reviews .avis-wrapper .detail-reviews .titre2 {
  font-weight: bold;
  margin: 1rem 0;
}
.opinion-index-wrapper .opinion-reviews .avis-wrapper .detail-reviews .comm-reviews {
  margin: 0.5rem 0;
}
.opinion-index-wrapper + p {
  font-size: 90%;
  margin-top: 10px;
}
.article-groupe-full {
  display: flex;
}
.career-cards-wrapper {
  width: 100%;
  padding: 3% 12%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}
@media (max-width: 780px) {
  .career-cards-wrapper {
    padding: 3%;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.career-card {
  text-align: center;
  box-shadow: none;
  padding: 1.5rem 2.5rem;
  display: grid;
  grid-template-rows: 2fr 1fr;
}
.career-img-link {
  margin: auto;
}
.career-content {
  margin: auto;
}
.career-title {
  margin: 2% 0;
}
.career-btn-wrapper {
  margin: 5% auto 2%;
}
.career-btn {
  font-size: 1.4rem;
  border: 1px solid #575756;
  padding: 10px;
  box-shadow: inset 0 0 0 2px transparent;
  font-weight: 700;
  vertical-align: middle;
  position: relative;
  transition: all 0.25s;
}
.career-btn::before,
.career-btn::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.career-btn::before,
.career-btn::after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.career-btn::before {
  top: 0;
  left: 0;
}
.career-btn::after {
  bottom: 0;
  right: 0;
}
.career-btn:hover::before,
.career-btn:hover::after {
  width: 100%;
  height: 100%;
}
.career-btn:hover::before {
  border-top-color: #575756;
  border-right-color: #575756;
  transition: width 0.15s ease-out, height 0.25s ease-out 0.25s;
}
.career-btn:hover::after {
  border-bottom-color: #575756;
  border-left-color: #575756;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.groupe-carousel img {
  border-radius: 40px 10px 10px 10px;
}
/** Bloc double actus 2023 **/
.metier-double-actus-subtitle {
  text-align: center;
  margin: 1rem auto 0;
  width: 76%;
  padding: 1.5rem;
  border-radius: 10px 10px 40px 40px;
}
@media (max-width: 1280px) {
  .metier-double-actus-subtitle {
    width: 88%;
  }
}
@media (max-width: 820px) {
  .metier-double-actus-subtitle {
    width: 96%;
    padding: 1rem;
  }
}
.metier-double-actus-subtitle.transaction {
  background: #00b5d6;
}
.metier-double-actus-subtitle.location {
  background: #f7a824;
}
.metier-double-actus-subtitle.gestion {
  background: #7935d8;
}
.metier-double-actus-subtitle.syndic {
  background: #99bf00;
}
.metier-double-actus-global-link {
  font-size: 1.2rem;
  color: #fff;
  border: 1px solid #fff;
  padding: 0.5rem;
  margin: 0 1%;
}
@media (max-width: 1024px) {
  .metier-double-actus-global-link {
    display: block;
    margin: 1%;
  }
}
.metier-double-actus-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 4fr;
  width: 100%;
  padding: 0 12%;
  margin: auto;
  gap: 2rem;
}
@media (max-width: 1280px) {
  .metier-double-actus-content-wrapper {
    gap: 0;
    padding: 0 6%;
  }
}
@media (max-width: 1024px) {
  .metier-double-actus-content-wrapper {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 2%;
  }
}
.metier-double-actu-banner-wrapper {
  width: 100%;
  margin-top: 4rem;
}
@media (max-width: 1280px) {
  .metier-double-actu-banner-wrapper {
    margin-top: 6.5rem;
  }
}
@media (max-width: 1024px) {
  .metier-double-actu-banner-wrapper {
    display: none;
  }
}
.metier-double-actu-banner-wrapper img {
  max-height: 24rem;
  border-radius: 10px;
}
.metier-double-actus-wrapper {
  position: relative;
  padding: 2% 0;
}
@media (max-width: 780px) {
  .metier-double-actus-wrapper {
    padding: 12% 0;
  }
}
.metier-double-actus-wrapper.location,
.metier-double-actus-wrapper.syndic {
  background: #f7f4f4;
}
.metier-double-actus-first-title {
  font-size: 2.2rem;
  text-align: left;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
}
@media (max-width: 820px) {
  .metier-double-actus-first-title {
    text-align: center;
  }
}
.metier-double-actus {
  width: 100%;
  display: grid;
  gap: 0.5rem;
  z-index: 2;
  grid-template-columns: 1fr;
}
@media (max-width: 1440px) {
  .metier-double-actus {
    padding: 3%;
  }
}
.metier-double-actu-card {
  display: grid;
  padding: 0.8rem;
  position: relative;
  grid-template-columns: 1fr 3fr;
  gap: 1rem;
}
@media (max-width: 480px) {
  .metier-double-actu-card {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.metier-double-actus-main-title .metier-double-actus-link {
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  font-size: 1.1rem;
  color: #333333;
}
.metier-double-separator {
  display: none;
}
.metier-double-separator-0 {
  display: block;
  width: 85%;
  height: 2px;
  border: none;
}
.metier-double-separator-0.transaction {
  background: #00b5d6;
}
.metier-double-separator-0.location {
  background: #f7a824;
}
.metier-double-separator-0.gestion {
  background: #7935d8;
}
.metier-double-separator-0.syndic {
  background: #99bf00;
}
.metier-double-actus-resume .lien-savoir-plus-transaction {
  color: #00b5d6;
  font-weight: bold;
}
.metier-double-actus-resume .lien-savoir-plus-location {
  color: #f7a824;
  font-weight: bold;
}
.metier-double-actus-resume .lien-savoir-plus-gestion {
  color: #7935d8;
  font-weight: bold;
}
.metier-double-actus-resume .lien-savoir-plus-syndic {
  color: #99bf00;
  font-weight: bold;
}
.metier-double-actus-content {
  order: 2;
  padding: 0.8rem;
}
.metier-double-actus-resume a {
  color: #333333;
  font-size: 0.9rem;
}
.metier-double-actus-photo {
  order: 1;
}
.metier-double-actus-photo img {
  height: 10rem;
  width: 20rem;
  object-fit: cover;
  border-radius: 10px 40px 10px 40px;
}
@media (max-width: 480px) {
  .metier-double-actus-photo img {
    display: block;
    margin: auto;
  }
}
/** Bloc Rencontre **/
.nous-rencontrer .nous_rencontrer-mini {
  padding: 1% 12%;
}
@media (max-width: 780px) {
  .nous-rencontrer .nous_rencontrer-mini {
    padding: 1%;
  }
}
.nous-rencontrer .rencontre-container {
  width: 100%;
  padding: 3% 12%;
}
@media (max-width: 780px) {
  .nous-rencontrer .rencontre-container {
    padding: 3%;
  }
}
.nous-rencontrer .rencontre-container .rencontre-left h2 {
  color: #99c736;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
}
.nous-rencontrer .rencontre-container .rencontre-left p {
  color: #99c736;
}
.nous-rencontrer .rencontre-container .rencontre-left div select {
  box-shadow: none;
  height: 48px;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .nous-rencontrer .rencontre-container .rencontre-left div select {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .nous-rencontrer .rencontre-container .rencontre-left div select:nth-child(even) {
    margin-left: 0;
  }
}
.nous-rencontrer .rencontre-container .rencontre-left .img_4-3 {
  border-radius: 10px 40px 10px 40px;
  padding-top: 0;
}
.nous-rencontrer .rencontre-container .rencontre-left .img_4-3 img {
  position: unset;
  width: 85%;
  max-height: 20rem;
  left: 25%;
  border-radius: 10px 40px 10px 40px;
}
@media (max-width: 980px) {
  .nous-rencontrer .rencontre-container .rencontre-left {
    width: 100%;
  }
}
.nous-rencontrer .rencontre-container .rencontre-right h3 {
  color: #99c736;
}
.nous-rencontrer .rencontre-container .rencontre-right p {
  color: #575756;
}
@media (max-width: 980px) {
  .nous-rencontrer .rencontre-container .rencontre-right {
    display: none;
  }
}
.nous-rencontrer .rencontre-container .rencontre-right .btn-rencontre > span,
.nous-rencontrer .rencontre-container .rencontre-right .btn-rencontre > a {
  border-radius: 10px;
  background: #575756;
  color: #fff;
}
.nous-rencontrer.bg-transaction,
.nous-rencontrer .bg-vendeur {
  background: none;
}
.nous-rencontrer #blocAgence {
  padding: 0;
  background: #fff;
}
.bloc-newsletter {
  background: #575756;
  color: #fff;
  padding: 3% 12% !important;
}
@media (max-width: 780px) {
  .bloc-newsletter {
    padding: 3% !important;
  }
}
.bloc-newsletter .input-field select,
.bloc-newsletter .input-field input {
  border-radius: 10px !important;
}
.bloc-newsletter .btn-newsletter {
  background: #575756;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #fff;
}
.bloc-newsletter .btn-newsletter:hover {
  background: #fff;
  color: #575756;
}
@media screen and (max-width: 1100px) {
  .index_file .moteurs-index .moteurs-index-tab,
  .index_file .rub-agence > div,
  .index_file [class^='bloc_metier-'] .actu-metier-carousel,
  .index_file .selection-biens > .carousel-exclus,
  .index_file [class^='guide-metier-'] > div,
  .index_file .actus-groupe > .groupe-carousel,
  .index_file .choisir-idf > article,
  .index_file .bloc-multi-encart .multi-encart,
  .index_file .actus-groupe > .recrutement,
  .index_file .actus-groupe > .bloc_contenu-2,
  .index_file .bloc-newsletter #form_newsletter,
  .index_file .bloc-partenaire .multi-partenaire,
  .index_file .opinion-system > div {
    width: auto;
    padding: 10px;
  }
  .index_file .selection-biens > .carousel-exclus .owl-prev,
  .index_file .selection-biens > .carousel-exclus .owl-next,
  .index_file .bloc-multi-encart .multi-encart .owl-prev,
  .index_file .bloc-multi-encart .multi-encart .owl-next {
    display: none !important;
  }
  .index_file .moteurs-index .moteurs-index-tab .onglets > li > a {
    padding: 10px 0 10px 10px;
  }
  .index_file .moteurs-index .moteurs-index-tab .tab-content {
    padding: 15px 20px;
  }
  .index_file .moteurs-index .moteurs-index-tab .tab-content .moteur-index > form > * {
    padding: 0 20px;
  }
  .header .header-btn {
    width: auto;
    padding: 20px 20px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .index_file .moteurs-index .moteurs-index-tab .tab-content .moteur-index .input-select-multiple {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .header.header-index,
  .header .header-bg {
    height: 480px;
  }
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .header.header-index,
  .header .header-bg {
    height: 430px;
  }
}
@media screen and (max-width: 900px) {
  .header .header-btn > div:not(.btn-accueil):not(.btn-compte-client):not(#videoMute) > a.clr-syndic > span::before {
    bottom: -90px;
    top: auto;
    left: calc(50% - 45px);
  }
  .header .header-btn > div:not(.btn-accueil):not(.btn-compte-client):not(#videoMute) > a.clr-gestion > span::before {
    top: -90px;
    left: calc(50% - 45px);
  }
  .header .header-btn > div:not(.btn-accueil):not(.btn-compte-client):not(#videoMute) > a.clr-transaction > span::before {
    top: -90px;
    left: calc(50% - 45px);
  }
  .header .header-btn > div:not(.btn-accueil):not(.btn-compte-client):not(#videoMute) > a.clr-location > span::before {
    top: -90px;
    left: auto;
    right: calc(50% - 45px);
  }
}
@media screen and (max-width: 800px) {
  .index_file .moteurs-index .moteurs-index-tab .onglets > li.tab-location:not(.tab-content):before,
  .index_file .moteurs-index .moteurs-index-tab .onglets > li.tab-transaction:not(.tab-content):before {
    top: 13px;
  }
  .index_file .moteurs-index .moteurs-index-tab .onglets > li > a {
    padding: 10px 0 10px 10px;
    font-size: 1em;
  }
  .index_file .moteurs-index .moteurs-index-tab .tab-content .moteur-index > form > * {
    margin: 10px 0;
  }
  .header .header-btn .diapo-contenu {
    display: none !important;
  }
  .header .header-btn > div:not(.btn-accueil):not(.btn-compte-client):not(#videoMute) > a > span::before {
    display: none;
  }
}
@media screen and (max-width: 680px) and (orientation: landscape) {
  .header.header-index,
  .header .header-bg {
    height: 250px;
  }
}
@media screen and (max-width: 680px) {
  .index_file [class^='bloc_metier-'] .actu-metier-carousel .contenu-carousel > .texte-contenu {
    padding: 10px 5px 40px 20px;
  }
  .index_file [class^='bloc_metier-'] .actu-metier-carousel .contenu-carousel > div > h2 {
    font-size: 1.3em;
  }
  .index_file [class^='guide-metier-'] > div .guide-carousel {
    width: 48%;
  }
  .index_file [class^='guide-metier-'] > div .banniere-guide {
    width: 48%;
  }
  .index_file .bloc-newsletter form button {
    padding: 5px;
  }
  .index_file .moteurs-index .moteurs-index-tab .onglets .tab-confier,
  .index_file .moteurs-index .moteurs-index-tab .onglets .tab-gerer,
  .index_file .moteurs-index .moteurs-index-tab .onglets .tab-estimer {
    display: none;
  }
  .header.header-index .owl-carousel .owl-nav.disabled + .owl-dots {
    display: none;
  }
  .header .header-btn > * {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .index_file .moteurs-index .moteurs-index-tab .onglets {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0;
  }
  .index_file .moteurs-index .moteurs-index-tab .onglets > li {
    flex-basis: 33%;
  }
  .index_file .moteurs-index .moteurs-index-tab .onglets > li > a {
    font-size: 1.2em;
    padding: 20px 0 20px 40px;
  }
  .index_file .moteurs-index .moteurs-index-tab .onglets > li.tab-location:not(.tab-content):before,
  .index_file .moteurs-index .moteurs-index-tab .onglets > li.tab-transaction:not(.tab-content):before {
    top: 18px;
  }
  .index_file .moteurs-index .moteurs-index-tab .onglets > li[class^='tab-'] > a > span {
    display: none;
  }
  .index_file .moteurs-index .moteurs-index-tab .tab-content .moteur-index > form > * {
    width: 100%;
  }
  .index_file .moteurs-index .moteurs-index-tab .tab-content {
    border-radius: 0 0 10px 40px;
  }
  .index_file .moteurs-index .moteurs-index-tab .tab-content .moteur-index .input-select-multiple {
    width: 100%;
  }
  .index_file .rub-agence > div {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .index_file .rub-agence > div .img-agence,
  .index_file .rub-agence > div .c-agence {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  .index_file .rub-agence > div > * {
    order: 5;
  }
  .index_file .rub-agence > div .img-agence {
    order: 1;
    margin-bottom: 10px;
  }
  .index_file .rub-agence > div .btn-agence::before {
    display: none;
  }
  .index_file [class^='bloc_metier-'] .actu-metier-carousel .contenu-carousel {
    display: block;
  }
  .index_file [class^='bloc_metier-'] .actu-metier-carousel .contenu-carousel .img-contenu,
  .index_file [class^='bloc_metier-'] .actu-metier-carousel .contenu-carousel > .texte-contenu {
    width: 100%;
  }
  .index_file [class^='bloc_metier-'] .actu-metier-carousel .contenu-carousel .img-contenu {
    margin-bottom: 15px;
  }
  .index_file [class^='bloc_metier-'] .actu-metier-carousel .contenu-carousel .texte-contenu {
    padding: 0;
  }
  .index_file [class^='bloc_metier-'] .actu-metier-carousel .contenu-carousel .texte-contenu > div {
    height: 55px;
    overflow: hidden;
    position: relative;
  }
  .index_file [class^='bloc_metier-'] .actu-metier-carousel .contenu-carousel .texte-contenu > div::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 15px;
    width: 100%;
    content: "";
    pointer-events: none;
  }
  .index_file [class^='bloc_metier-'] .actu-metier-carousel .contenu-carousel .texte-contenu .info-plus {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 10px;
    right: 0;
  }
  .index_file .bloc_metier-location .texte-contenu > div::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 15px;
    width: 100%;
    content: "";
    pointer-events: none;
    background: linear-gradient(to top, #f7a824 15%, rgba(245, 245, 245, 0) 86%);
  }
  .index_file .bloc_metier-transaction .texte-contenu > div::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 15px;
    width: 100%;
    content: "";
    pointer-events: none;
    background: linear-gradient(to top, #00b5d6 15%, rgba(245, 245, 245, 0) 86%);
  }
  .index_file [class^='guide-metier-'] > div .guide-carousel,
  .index_file [class^='guide-metier-'] > div .banniere-guide {
    width: 100%;
  }
  .index_file [class^='guide-metier-'] > div .banniere-guide > p > a img,
  .index_file [class^='guide-metier-'] > div .banniere-guide > div > a img {
    position: relative;
    width: auto !important;
    height: auto !important;
  }
  .index_file [class^='guide-metier-'] .guide-metier.banniere-only .banniere-guide > p {
    width: 100%;
  }
  .index_file [class^='guide-metier-'] .guide-metier.banniere-only .banniere-guide > p:not(:first-child) {
    margin-left: auto;
    margin-top: 40px;
  }
  .index_file .actus-groupe > .groupe-carousel .article-groupe {
    height: auto;
  }
  .index_file .actus-groupe > .groupe-carousel .article-groupe .c-article {
    position: relative;
    padding-bottom: 30px;
  }
  .index_file .actus-groupe > .groupe-carousel .article-groupe .c-article > h2 {
    margin-top: 10px;
  }
  .index_file .actus-groupe > .groupe-carousel .article-groupe .c-article .sc-article {
    font-size: 1rem;
    position: relative;
  }
  .index_file .actus-groupe > .groupe-carousel .article-groupe .c-article .btn-groupe-carousel {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .index_file .actus-groupe > .groupe-carousel .article-groupe .c-article .btn-groupe-carousel .hide-on-small {
    display: none;
  }
  .index_file .actus-groupe > .groupe-carousel .article-groupe .c-article .btn-groupe-carousel .hide-on-large {
    display: initial;
  }
  .index_file .actus-groupe > .bloc_contenu-2 {
    flex-direction: column;
  }
  .index_file .actus-groupe > .bloc_contenu-2 .img-contenu,
  .index_file .actus-groupe > .bloc_contenu-2 .c-contenu-2 {
    width: 100%;
  }
  .index_file .actus-groupe > .bloc_contenu-2 .c-contenu-2 {
    margin-left: 0;
  }
  .index_file .actus-groupe > .bloc_contenu-2 .c-contenu-2 .btn-plus {
    left: 0;
    margin-top: 10px;
  }
  .index_file .bloc-partenaire .multi-partenaire {
    padding: 0 20%;
  }
  .header.header-index,
  .header .header-bg {
    height: 280px;
  }
  .header .header-btn {
    display: block;
    padding: 40px 20px 10px;
  }
  .header .header-btn > .row-flex-0 {
    width: 100%;
  }
  .header .header-btn > div:not(.btn-accueil):not(.btn-compte-client):not(#videoMute) > a {
    text-align: left;
    margin: 10px 0;
  }
  .header .header-btn > div:not(.btn-accueil):not(.btn-compte-client):not(#videoMute) > a > span {
    min-width: auto;
  }
  .header .header-btn > div:not(.btn-accueil):not(.btn-compte-client):not(#videoMute).col-center :not(:first-child) {
    margin-top: 10px;
  }
  .header.header-index .owl-carousel.diapo-index.resp_active {
    display: none !important;
  }
  .header.header-index .owl-carousel.diapo-index-mobile {
    display: block;
  }
}
@media screen and (max-width: 380px) {
  .index_file .moteurs-index .moteurs-index-tab .onglets > li > a {
    font-size: 1.2em;
    border-radius: 10px 10px 0 0;
    padding: 20px 0 20px;
    text-align: center;
  }
}
footer .footer-m > .colonne[class*='vente'] > p > a {
  color: #00b5d6;
}
footer .footer-m > .colonne ul li a {
  color: #575756;
  font-size: 0.9rem;
}
footer .footer-m > .colonne p > a,
footer .footer-m > .colonne p {
  font-size: 1rem;
}
.annonceFooter {
  padding: 0 6%;
}
@media (max-width: 680px) {
  .barre-btn-top.only-index {
    display: block;
    right: 25%;
    top: 16%;
  }
}
.leaflet-popup.leaflet-zoom-animated {
  width: 440px;
}
.liste_bien_file .moteur_encart {
  background: #ece9eb;
}
.liste_bien_file .moteur_encart.bottom-transaction {
  border-bottom: 2px solid #00b5d6;
}
.liste_bien_file .moteur_encart.bottom-location {
  border-bottom: 2px solid #f7a824;
}
.liste_bien_file .moteur_encart.bottom-location .noUi-connect {
  background: #f7a824;
}
.liste_bien_file .moteur_encart .moteur {
  width: 100%;
  margin: 0 auto;
  padding: 5px 0;
}
.liste_bien_file .moteur_encart .moteur .form_moteur .criteres {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.liste_bien_file .moteur_encart .moteur .form_moteur .criteres > * {
  width: calc(100% / 4 - 20px);
  margin: 5px 10px;
}
.liste_bien_file .moteur_encart .moteur .form_moteur .criteres > *.mini-filter {
  width: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
}
.liste_bien_file .moteur_encart .moteur .form_moteur .criteres .select-metier {
  background-color: #fff;
}
.liste_bien_file .moteur_encart .moteur .form_moteur .criteres .champs_moteur_slider {
  padding: 0 20px;
}
.liste_bien_file .moteur_encart .moteur .form_moteur .criteres .btn_icon {
  display: inline-block;
  width: fit-content;
}
.liste_bien_file .moteur_encart .moteur .form_moteur .criteres .btn_icon input {
  display: none;
}
.liste_bien_file .moteur_encart .moteur .form_moteur .criteres .btn_icon input.font-materialize + label {
  font-family: "Material Icons" !important;
  font-size: 1.6rem;
}
.liste_bien_file .moteur_encart .moteur .form_moteur .criteres .btn_icon input + label {
  display: inline-block;
  font-family: idf;
  cursor: pointer;
  font-size: 1.4rem;
  padding: 0.5rem;
}
.liste_bien_file .moteur_encart .moteur .form_moteur .criteres .btn_icon input:checked + label {
  background: #202f0a;
  color: #FFF;
}
.liste_bien_file .moteur_encart .moteur .form_moteur .criteres .btn_icon.bg-transaction input:checked + label {
  background: #002d36;
}
.liste_bien_file .moteur_encart .moteur .form_moteur .criteres .btn_icon.bg-location input:checked + label {
  background: #442c02;
}
.liste_bien_file .moteur_encart .moteur .form_moteur .criteres .btn_icon.bg-residence input:checked + label {
  background: #442c02;
}
.liste_bien_file .moteur_encart .moteur .form_moteur .criteres .choix_mode {
  width: auto;
  background: #f7f7f7;
}
@media (max-width: 900px) {
  .liste_bien_file .moteur_encart .moteur .form_moteur .criteres .choix_mode {
    display: none;
  }
}
.liste_bien_file .moteur_encart .moteur .form_moteur .criteres .choix_mode > span {
  display: inline-block;
  font-family: idf;
  cursor: pointer;
  padding: 5px;
  font-size: 1.4em;
}
.liste_bien_file .moteur_encart .moteur .form_moteur .criteres .choix_mode .active {
  cursor: default;
  color: #575756;
}
.liste_bien_file .moteur_encart .moteur .form_moteur .criteres .choix_mode .inactive {
  color: #b3b3b3;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
.liste_bien_file .moteur_encart .moteur .form_moteur .criteres .choix_mode .inactive:hover {
  color: #b3b3b3;
}
.liste_bien_file .moteur_encart .moteur .form_moteur .criteres .choix_mode .inactive:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  color: #808080;
}
.liste_bien_file .moteur_encart .moteur .form_moteur .criteres .btn_sans_ajax {
  margin-left: auto;
  padding: 10px 0;
}
.liste_bien_file .moteur_encart .btn_recherche {
  display: none;
  text-align: center;
}
.liste_bien_file .moteur_encart .btn_recherche > span {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1.6em;
}
.liste_bien_file .alerte-btn {
  display: block;
  padding: 5px;
  cursor: pointer;
  text-align: center;
  font-size: 1.2em;
  margin: 10px 0;
}
.liste_bien_file .alerte-btn::before {
  content: 't';
  font-family: saxo;
  font-size: 1.3em;
  margin-right: 10px;
}
.liste_bien_file .container_liste_bien {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #f7f4f4;
}
.liste_bien_file .container_liste_bien #refresh_annonce {
  padding: 10px 0 20px;
}
.liste_bien_file .container_liste_bien .right_absolute {
  position: absolute;
  top: 142px;
  right: 0;
  width: 24%;
}
.liste_bien_file .container_liste_bien .right_absolute :not(.is-sticky) .map_annonce {
  width: 100% !important;
}
@media (max-width: 900px) {
  .liste_bien_file .container_liste_bien .right_absolute {
    display: none;
  }
}
.liste_bien_file .container_liste_bien .right_absolute .map_annonce #map_canvas {
  width: 100%;
  height: 250px;
}
.liste_bien_file .container_liste_bien .right_absolute .map_annonce #map_canvas .leaflet-pane {
  z-index: 8;
}
.liste_bien_file .container_liste_bien .right_absolute .map_annonce #map_canvas .leaflet-top,
.liste_bien_file .container_liste_bien .right_absolute .map_annonce #map_canvas .leaflet-bottom {
  z-index: 8;
}
.liste_bien_file .container_liste_bien .right_absolute .map_annonce .banner_annonce {
  margin-top: 15px;
}
.liste_bien_file .annonces {
  min-height: 300px;
}
.liste_bien_file .annonces .count_biens {
  margin: 10px 0;
  font-size: 1.4em;
  font-weight: normal;
}
.liste_bien_file .annonces .pagination {
  text-align: center;
  font-size: 1.2rem;
  position: relative;
  bottom: 2.5rem;
}
.liste_bien_file .annonces .pagination > * {
  display: inline-block;
}
.liste_bien_file .annonces .pagination > *:not(.active) {
  padding: 5px 0;
  cursor: pointer;
  color: #000;
}
.liste_bien_file .annonces .pagination > *.active > span {
  color: #575756;
  font-size: 1.3rem;
}
.liste_bien_file .annonces .pagination > *:not(:first-child) {
  margin-left: 4px;
}
@media (max-width: 480px) {
  .liste_bien_file .annonces .pagination > *:not(:first-child) {
    margin-left: 2px;
  }
}
@media (max-width: 1024px) {
  .liste_bien_file .annonces .pagination {
    bottom: 0.5rem;
  }
}
@media (max-width: 480px) {
  .liste_bien_file .annonces .pagination {
    font-size: 1rem;
  }
}
.liste_bien_file .annonces .pagination .waves-effect .material-icons {
  font-size: 1.2rem;
}
.liste_bien_file .annonces .pagination-dizaines {
  font-size: 1rem;
}
.liste_bien_file .annonces .annonces-liste {
  margin-bottom: 3rem;
}
.liste_bien_file .annonces .annonces-liste.map_active {
  width: 75%;
  float: left;
}
.liste_bien_file .annonces .annonces-liste.liste_vignette {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-left: -20px;
  margin-bottom: -20px;
}
.liste_bien_file .annonces .annonces-liste.liste_vignette > * {
  position: relative;
  flex: 0 0 auto;
  width: calc(100% * 1 / 3 - 20px);
  margin-bottom: 20px;
  margin-left: 20px;
}
.liste_bien_file .annonces .annonces-liste.liste_vignette > .slot-full {
  width: calc(100% - 20px);
}
.liste_bien_file .annonces .annonces-liste.liste_vignette > .slot-2 {
  width: calc(100% * 2 / 3 - 20px);
}
.liste_bien_file .annonces .annonces-liste.liste_vignette > .slot-3 {
  width: calc(100% * 3 / 3 - 20px);
}
.liste_bien_file .annonces .annonces-liste.liste_vignette > .slot-first {
  order: -1;
}
@media (max-width: 680px) {
  .liste_bien_file .annonces .annonces-liste.liste_vignette > * {
    width: calc(100% * 1 / 2 - 20px);
  }
  .liste_bien_file .annonces .annonces-liste.liste_vignette > .slot-2,
  .liste_bien_file .annonces .annonces-liste.liste_vignette > .slot-3 {
    width: calc(100% - 20px);
  }
}
@media (max-width: 480px) {
  .liste_bien_file .annonces .annonces-liste.liste_vignette > *,
  .liste_bien_file .annonces .annonces-liste.liste_vignette > .slot-2,
  .liste_bien_file .annonces .annonces-liste.liste_vignette > .slot-3 {
    width: calc(100% - 20px);
  }
}
.liste_bien_file .annonces .annonces-liste .bien_vide span {
  cursor: pointer;
}
.liste_bien_file .biens_visites {
  width: 100%;
  padding: 3% 12%;
}
.liste_bien_file .biens_visites > div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-left: -20px;
  margin-bottom: -20px;
}
.liste_bien_file .biens_visites > div > * {
  position: relative;
  flex: 0 0 auto;
  width: calc(100% * 1 / 3 - 20px);
  margin-bottom: 20px;
  margin-left: 20px;
}
.liste_bien_file .biens_visites > div > .slot-full {
  width: calc(100% - 20px);
}
.liste_bien_file .biens_visites > div > .slot-2 {
  width: calc(100% * 2 / 3 - 20px);
}
.liste_bien_file .biens_visites > div > .slot-3 {
  width: calc(100% * 3 / 3 - 20px);
}
.liste_bien_file .biens_visites > div > .slot-first {
  order: -1;
}
@media (max-width: 680px) {
  .liste_bien_file .biens_visites > div > * {
    width: calc(100% * 1 / 2 - 20px);
  }
  .liste_bien_file .biens_visites > div > .slot-2,
  .liste_bien_file .biens_visites > div > .slot-3 {
    width: calc(100% - 20px);
  }
}
@media (max-width: 480px) {
  .liste_bien_file .biens_visites > div > *,
  .liste_bien_file .biens_visites > div > .slot-2,
  .liste_bien_file .biens_visites > div > .slot-3 {
    width: calc(100% - 20px);
  }
}
.btn-checkbox {
  display: inline-block;
}
.btn-checkbox input {
  display: none;
}
.btn-checkbox input + label {
  display: inline-block;
  cursor: pointer;
  font-size: 1.2rem;
  padding: 0.5rem;
}
.btn-checkbox input:checked + label {
  color: #FFF;
}
#annonces.map_list #resize-map-list:before {
  background-color: #bf7a07;
}
#annonces.map_list #liste-bien .global-list-map .encart {
  background-color: #f7a824;
}
#annonces #map .gm-style-iw #iw-container .iw-picture .nbphotos::before {
  content: 'T';
  font-family: idf;
  margin-right: 4px;
}
#transaction #annonces.map_list #liste-bien .global-list-map .encart,
#transaction #annonces.map_list #liste-bien .global-list-map .container-biens .article .etiquette-map-liste,
#transaction #annonces #map .gm-style-iw #iw-container .iw-picture .etiquette {
  background-color: #00b5d6;
}
#transaction #annonces.map_list #liste-bien .global-list-map .container-biens .article,
#transaction #annonces #map .gm-style-iw > div:nth-child(1) {
  border-bottom: solid 5px #00b5d6;
}
#transaction #annonces #map .fleche-infowindow {
  border-top: 10px solid #00b5d6;
}
#transaction #annonces.map_list #resize-map-list:before {
  background-color: #00a3c1;
  font-family: saxo;
  font-size: 2em;
}
#transaction #annonces.map_list #liste-bien .global-list-map .container-biens .article .informations_bien p.prix_bien,
#transaction #annonces #map .agence-info-map .controlUI .controlText a {
  color: #00b5d6;
}
#location #annonces.map_list #liste-bien .global-list-map .encart,
#location #annonces.map_list #liste-bien .global-list-map .container-biens .article .etiquette-map-liste,
#location #annonces #map .gm-style-iw #iw-container .iw-picture .etiquette {
  background-color: #f7a824;
}
#location #annonces.map_list #liste-bien .global-list-map .container-biens .article,
#location #annonces #map .gm-style-iw > div:nth-child(1) {
  border-bottom: solid 5px #f7a824;
}
#location #annonces #map .fleche-infowindow {
  border-top: 10px solid #f7a824;
}
#location #annonces.map_list #resize-map-list:before {
  background-color: #f69d09;
  font-family: saxo;
  font-size: 2em;
}
#location #annonces.map_list #liste-bien .global-list-map .container-biens .article .informations_bien p.prix_bien,
#location #annonces #map .agence-info-map .controlUI .controlText a {
  color: #f7a824;
}
#residence #annonces.map_list #liste-bien .global-list-map .encart,
#residence #annonces.map_list #liste-bien .global-list-map .container-biens .article .etiquette-map-liste,
#residence #annonces #map .gm-style-iw #iw-container .iw-picture .etiquette {
  background-color: #f7a824;
}
#residence #annonces.map_list #liste-bien .global-list-map .container-biens .article,
#residence #annonces #map .gm-style-iw > div:nth-child(1) {
  border-bottom: solid 5px #f7a824;
}
#residence #annonces #map .fleche-infowindow {
  border-top: 10px solid #f7a824;
}
#residence #annonces.map_list #resize-map-list:before {
  background-color: #f69d09;
  font-family: saxo;
  font-size: 2em;
}
#residence #annonces.map_list #liste-bien .global-list-map .container-biens .article .informations_bien p.prix_bien,
#residence #annonces #map .agence-info-map .controlUI .controlText a {
  color: #f7a824;
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article .informations_bien .visiteVirtuelle {
  background-color: #00b5d6;
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article .informations_bien .visiteVirtuelle:before {
  color: #fff;
}
.minifiche_liste {
  background: #FFF;
}
.minifiche_liste .photo {
  width: 40%;
  float: left;
  position: relative;
  z-index: 1;
}
.minifiche_liste .photo a {
  display: block;
  position: relative;
}
.minifiche_liste .photo .etiquette {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 4px 0;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.minifiche_liste .photo .nbPhoto {
  position: absolute;
  bottom: 10px;
  left: 20px;
  color: #FFF;
  z-index: 1;
}
.minifiche_liste .photo::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  width: 100%;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 5%, rgba(245, 245, 245, 0) 86%);
  pointer-events: none;
}
.minifiche_liste .bloc_right {
  float: left;
  width: 60%;
  padding: 10px;
  z-index: 1;
  position: relative;
}
.minifiche_liste .bloc_right .description {
  float: left;
  width: calc(100% - 60px);
  padding-right: 10px;
}
.minifiche_liste .bloc_right .description .titreMiniFiche {
  font-weight: normal;
}
.minifiche_liste .bloc_right .description .titreMiniFiche > span {
  font-size: 1.2em;
  margin-bottom: 5px;
}
.minifiche_liste .bloc_right .description .titreMiniFiche > span:not(:first-child) {
  display: block;
}
.minifiche_liste .bloc_right .description .prix {
  margin-top: 10px;
  font-size: 1.5em;
}
.minifiche_liste .bloc_right .description .nom_agence,
.minifiche_liste .bloc_right .description .reference {
  display: block;
  margin-top: 5px;
}
.minifiche_liste .bloc_right .btn_annonce {
  float: left;
  width: 60px;
}
.minifiche_liste .bloc_right .btn_annonce > * {
  display: block;
  cursor: pointer;
  text-align: center;
  font-family: idf;
  padding: 6px 0;
  font-size: 1.3em;
}
.minifiche_liste .bloc_right .btn_annonce > *:not(:first-child) {
  margin-top: 5px;
}
.minifiche_liste:not(:first-child) {
  margin-top: 10px;
}
.minifiche-index {
  background: #FFF;
  margin: 2px;
}
.minifiche-index .photo {
  z-index: 1;
}
.minifiche-index .photo > img {
  transition: all 0.2s linear;
}
.minifiche-index .photo::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  width: 100%;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 5%, rgba(245, 245, 245, 0) 86%);
  pointer-events: none;
}
.minifiche-index .photo .nbPhoto {
  position: absolute;
  bottom: 10px;
  left: 20px;
  color: #FFF;
  z-index: 1;
}
.minifiche-index .description {
  padding: 5px 10px;
  border-bottom: 1px solid #CCC;
}
.minifiche-index .description > h3 {
  font-size: 1.4em;
  margin-bottom: 5px;
}
.minifiche-index .description > h3 .commune {
  font-size: 0.9rem;
}
.minifiche-index .description .commune {
  font-size: 0.9em;
}
.minifiche-index .prix-btn {
  padding: 10px 4px 10px 10px;
  height: 55px;
  position: relative;
  z-index: 1;
}
.minifiche-index .prix-btn .prix {
  float: left;
  color: #00b5d6;
  font-weight: bold;
}
.minifiche-index .prix-btn .prix-location {
  float: left;
  color: #f7a824;
  font-weight: bold;
}
.minifiche-index .prix-btn .prix-location .prix {
  color: #f7a824;
}
.minifiche-index .prix-btn .boutons {
  float: right;
  font-family: idf;
}
.minifiche-index .prix-btn .boutons > * {
  color: #00b5d6;
  border: 1px solid #d6d6d6;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, border;
  -moz-transition-property: background, border;
  -o-transition-property: background, border;
  transition-property: background, border;
  padding: 8px;
  cursor: pointer;
  display: inline-block;
}
.minifiche-index .prix-btn .boutons > *:hover {
  border: 1px solid #00b5d6;
}
.minifiche-index .prix-btn .boutons > *:hover.bg-hover {
  background: #e6e6e6;
}
.minifiche-index .prix-btn .boutons > *:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #e6e6e6;
}
.minifiche-index .prix-btn .boutons > *:active.bg-hover {
  background: #bfbfbf;
}
.minifiche-index .prix-btn .boutons-location {
  float: right;
  font-family: idf;
}
.minifiche-index .prix-btn .boutons-location > * {
  color: #f7a824;
  border: 1px solid #d6d6d6;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, border;
  -moz-transition-property: background, border;
  -o-transition-property: background, border;
  transition-property: background, border;
  padding: 8px;
  cursor: pointer;
  display: inline-block;
}
.minifiche-index .prix-btn .boutons-location > *:hover {
  border: 1px solid #f7a824;
}
.minifiche-index .prix-btn .boutons-location > *:hover.bg-hover {
  background: #e6e6e6;
}
.minifiche-index .prix-btn .boutons-location > *:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #e6e6e6;
}
.minifiche-index .prix-btn .boutons-location > *:active.bg-hover {
  background: #bfbfbf;
}
.minifiche-index .prix-btn .chargesHonoraire {
  font-size: 0.9em;
  position: absolute;
  bottom: 5px;
}
.minifiche1 {
  text-align: center;
}
.minifiche1 .view-first {
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
.minifiche1 .view-first .img_bien > img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.2s linear;
}
.minifiche1 .view-first .img_bien .display-resp {
  text-align: center;
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.minifiche1 .view-first .img_bien .etiquette {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 5px 0;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.minifiche1 .view-first .mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  padding: 20px 0px 5px;
  background-color: rgba(255, 255, 255, 0.85);
  transition: all 0.4s ease-in-out;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.minifiche1 .view-first .mask > * {
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.minifiche1 .view-first .mask .selectionBien {
  cursor: pointer;
  padding: 5px;
  display: block;
}
.minifiche1 .view-first .mask .selectionBien::before {
  content: 'g';
  margin-right: 8px;
  vertical-align: middle;
  font-family: idf;
}
.minifiche1 .view-first .mask h2 {
  transform: translateY(-180px);
  -webkit-transform: translateY(-180px);
  transition: all 0.6s ease-in-out;
}
.minifiche1 .view-first .mask .ville_prix {
  padding: 10px 0;
}
.minifiche1 .view-first .mask .info {
  width: 150px;
  padding: 5px 0;
}
.minifiche1 .view-first:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.minifiche1 .view-first:hover .mask {
  opacity: 1;
}
.minifiche1 .view-first:hover h2 {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.minifiche1 .titre-externe {
  display: block;
  text-align: left;
  padding: 5px;
  font-size: 1.2rem;
  color: #3a3a3a;
}
.biens_similaires,
.biens_visites {
  margin: 20px auto;
}
.biens_similaires > h3,
.biens_visites > h3 {
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom: 10px;
}
.biens_similaires > div,
.biens_visites > div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-left: -20px;
  margin-bottom: -20px;
}
.biens_similaires > div > *,
.biens_visites > div > * {
  position: relative;
  flex: 0 0 auto;
  width: calc(100% * 1 / 3 - 20px);
  margin-bottom: 20px;
  margin-left: 20px;
}
.biens_similaires > div > .slot-full,
.biens_visites > div > .slot-full {
  width: calc(100% - 20px);
}
.biens_similaires > div > .slot-2,
.biens_visites > div > .slot-2 {
  width: calc(100% * 2 / 3 - 20px);
}
.biens_similaires > div > .slot-3,
.biens_visites > div > .slot-3 {
  width: calc(100% * 3 / 3 - 20px);
}
.biens_similaires > div > .slot-first,
.biens_visites > div > .slot-first {
  order: -1;
}
@media (max-width: 680px) {
  .biens_similaires > div > *,
  .biens_visites > div > * {
    width: calc(100% * 1 / 2 - 20px);
  }
  .biens_similaires > div > .slot-2,
  .biens_visites > div > .slot-2,
  .biens_similaires > div > .slot-3,
  .biens_visites > div > .slot-3 {
    width: calc(100% - 20px);
  }
}
@media (max-width: 480px) {
  .biens_similaires > div > *,
  .biens_visites > div > *,
  .biens_similaires > div > .slot-2,
  .biens_visites > div > .slot-2,
  .biens_similaires > div > .slot-3,
  .biens_visites > div > .slot-3 {
    width: calc(100% - 20px);
  }
}
.pro-link-btn {
  margin-left: 0.5rem;
  padding: 0.5rem;
  text-align: center;
  color: #fff;
}
@media (max-width: 1024px) {
  .pro-link-btn {
    width: 22% !important;
    padding: 0.7rem;
  }
}
@media (max-width: 480px) {
  .pro-link-btn {
    width: 100% !important;
    margin: 8px auto !important;
    padding: 1rem;
  }
}
@media (min-width: 1440px) {
  .map_view .liste_bien_file .moteur_encart .moteur {
    padding: 5px 11rem;
  }
}
@media screen and (max-width: 100%) {
  .liste_bien_file .moteur_encart .moteur,
  .liste_bien_file .annonces,
  .liste_bien_file .annonces .annonces-liste.map_active,
  .liste_bien_file .biens_visites,
  .liste_bien_file .container_liste_bien {
    width: 100%;
  }
  .liste_bien_file .annonces {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .minifiche1 .view-first .img_bien .display-resp {
    display: block;
  }
  .minifiche1 .view-first:hover img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .minifiche1 .view-first .mask {
    display: none;
  }
  .liste_bien_file .biens_visites {
    padding: 0 10px;
  }
}
@media screen and (max-width: 900px) {
  .liste_bien_file .annonces .annonces-liste.map_active {
    width: 100%;
  }
  .liste_bien_file .annonces :not(h3) + .pagination {
    float: none;
    text-align: center;
  }
  .liste_bien_file .annonces .localisation {
    display: none;
  }
  #annonces.map_list #liste-bien .global-list-map .encart {
    padding-top: 0;
    height: auto;
  }
}
@media screen and (max-width: 900px) and (orientation: landscape) {
  .liste_bien_file .moteur_encart {
    visibility: hidden;
    position: fixed;
    top: -100vh;
    height: 100vh;
    z-index: 100;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .liste_bien_file .moteur_encart .moteur .form_moteur .criteres > * {
    width: calc(100% / 3 - 20px);
  }
  .liste_bien_file .moteur_encart .moteur .form_moteur .criteres .champs_moteur_slider {
    width: calc(100% / 3 * 2 - 20px);
  }
  .liste_bien_file .moteur_encart.visible {
    visibility: initial;
  }
  .liste_bien_file .moteur_encart .btn_recherche {
    display: block;
  }
}
@media screen and (max-width: 680px) {
  .liste_bien_file .moteur_encart {
    visibility: hidden;
    position: fixed;
    top: -100vh;
    height: 100vh;
    z-index: 100;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .liste_bien_file .moteur_encart .moteur .form_moteur .criteres > * {
    width: calc(100% / 3 - 20px);
  }
  .liste_bien_file .moteur_encart .moteur .form_moteur .criteres .champs_moteur_slider {
    width: calc(100% / 3 * 2 - 20px);
  }
  .liste_bien_file .moteur_encart.visible {
    visibility: initial;
  }
  .liste_bien_file .moteur_encart .btn_recherche {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .liste_bien_file .moteur_encart .moteur .form_moteur .criteres > * {
    width: 44%;
    margin: 8px 3%;
  }
  .liste_bien_file .moteur_encart .moteur .form_moteur .criteres .champs_moteur_slider {
    padding: 0 0px;
    width: 44%;
  }
  .liste_bien_file .annonces .count_biens,
  .liste_bien_file .annonces .pagination {
    float: none;
    text-align: center;
  }
  .minifiche_liste .photo,
  .minifiche_liste .bloc_right {
    width: 100%;
    float: none;
  }
  .minifiche_liste .bloc_right .description {
    width: 100%;
    float: none;
  }
  .minifiche_liste .bloc_right .btn_annonce {
    margin-top: 10px;
    width: 100%;
    float: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .minifiche_liste .bloc_right .btn_annonce > * {
    -webkit-flex: 1;
    flex: 1;
  }
  .minifiche_liste .bloc_right .btn_annonce > *:not(:first-child) {
    margin-top: 0;
    margin-left: 10px;
  }
  .minifiche_liste .bloc_right .btn_annonce + br {
    display: none;
  }
  .minifiche_liste .bloc_right + br {
    display: none;
  }
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article .etiquette-map-liste {
  font-size: 12px;
  padding: 2px;
}
#annonces.map_list.large #liste-bien .global-list-map .container-biens .article > a {
  width: 40%;
}
#annonces.map_list.large #liste-bien .global-list-map .container-biens .article .informations_bien {
  width: 60%;
}
.pagination-detail * {
  padding: 3px;
}
.pagination-detail > a {
  color: #575756;
  border: 1px solid #d6d6d6;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, border;
  -moz-transition-property: background, border;
  -o-transition-property: background, border;
  transition-property: background, border;
}
.pagination-detail > a:hover {
  border: 1px solid #575756;
}
.pagination-detail > a:hover.bg-hover {
  background: #e6e6e6;
}
.pagination-detail > a:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #e6e6e6;
}
.pagination-detail > a:active.bg-hover {
  background: #bfbfbf;
}
.pagination-detail > span {
  color: #000;
}
.liste_lots {
  background: #fff;
  margin: 1rem 0;
}
.dpe-small {
  margin-top: 40px;
}
.bien_detail_file .fiche-detail > .container-photo {
  background: #fff;
  padding: 30px 0;
}
.bien_detail_file .fiche-detail > .container-photo > .c-photos {
  position: relative;
  width: 400%;
  margin: 0 auto;
}
.bien_detail_file .fiche-detail > .container-photo > .c-photos .loading {
  display: none;
}
.bien_detail_file .fiche-detail > .container-photo > .c-photos > .photos {
  position: relative;
}
.bien_detail_file .fiche-detail > .container-photo > .c-photos > .photos .owl-item .item {
  opacity: 0.4;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.bien_detail_file .fiche-detail > .container-photo > .c-photos > .photos .owl-item.center .item {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.bien_detail_file .fiche-detail > .container-photo > .c-photos > .photos .owl-prev > i,
.bien_detail_file .fiche-detail > .container-photo > .c-photos > .photos .owl-next > i {
  position: absolute;
  display: block;
  top: calc(50% - 85px);
  font-family: saxo;
  left: -50px;
  padding: 60px 5px;
  font-size: 2.5em;
  font-style: initial;
}
.bien_detail_file .fiche-detail > .container-photo > .c-photos > .photos .owl-next > i {
  left: auto;
  right: -50px;
}
.bien_detail_file .fiche-detail > .container-photo > .c-photos > .photos:not(.owl-loaded) {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 300px;
}
.bien_detail_file .fiche-detail > .container-photo > .c-photos > .photos:not(.owl-loaded) > * {
  padding-top: 0;
}
.bien_detail_file .fiche-detail > .container-photo > .c-photos > .photos:not(.owl-loaded) > *:not(:first-child) {
  margin-left: 2%;
}
.bien_detail_file .fiche-detail > .container-photo > .c-photos > .photos:not(.owl-loaded) > *:nth-child(n + 4) {
  display: none;
}
.bien_detail_file .fiche-detail > .container-photo > .c-photos > .nb-photo {
  display: none;
}
.bien_detail_file .fiche-detail > .container-photo > .c-photos .etiquette {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  width: 250px;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
  z-index: 2;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.bien_detail_file .fiche-detail .c-scroll-detail {
  background: #fff;
}
.bien_detail_file .fiche-detail .c-scroll-detail .scroll-detail {
  width: 100%;
  margin: 10px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.bien_detail_file .fiche-detail .c-scroll-detail .scroll-detail > span {
  flex: 1 1;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  color: #575756;
  background: #FFF;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
.bien_detail_file .fiche-detail .c-scroll-detail .scroll-detail > span:hover {
  background: #b3b3b3;
}
.bien_detail_file .fiche-detail .c-scroll-detail .scroll-detail > span:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #808080;
}
.bien_detail_file .fiche-detail .c-scroll-detail .scroll-detail > span:not(:first-child) {
  border-left: 1px solid #333;
}
.bien_detail_file .fiche-detail .c-desc-detail {
  background: #f7f4f4;
  padding: 30px 0;
}
.bien_detail_file .fiche-detail .c-desc-detail .prix_resp {
  display: none;
}
.bien_detail_file .fiche-detail .c-desc-detail .prix-honoraire {
  background: #fff;
  padding: 10px;
  color: #333;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.bien_detail_file .fiche-detail .c-desc-detail .prix-honoraire .prix {
  font-size: 2rem;
  font-weight: bold;
}
.bien_detail_file .fiche-detail .c-desc-detail .prix-honoraire .mention_hai {
  font-size: 0.8rem;
}
.bien_detail_file .fiche-detail .c-desc-detail .prix-honoraire .criteres-principaux {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0;
}
.bien_detail_file .fiche-detail .c-desc-detail .prix-honoraire .criteres-principaux > p {
  width: 48%;
  padding: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.bien_detail_file .fiche-detail .c-desc-detail .prix-honoraire .criteres-principaux > p:before {
  font-family: idf;
  margin-right: 5px;
}
.bien_detail_file .fiche-detail .c-desc-detail .prix-honoraire .criteres-principaux > p.chambre::before {
  content: 'S';
}
.bien_detail_file .fiche-detail .c-desc-detail .prix-honoraire .criteres-principaux > p.typo::before {
  font-family: saxo;
  content: '^';
}
.bien_detail_file .fiche-detail .c-desc-detail .prix-honoraire .criteres-principaux > p.sdb::before {
  content: 'U';
}
.bien_detail_file .fiche-detail .c-desc-detail .prix-honoraire .criteres-principaux > p.surface::before {
  content: '7';
}
.bien_detail_file .fiche-detail .c-desc-detail .prix-honoraire .criteres-principaux > p.parking::before {
  content: '1';
}
.bien_detail_file .fiche-detail .c-desc-detail .prix-honoraire .criteres-principaux > p:nth-child(n + 3) {
  margin-top: 10px;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail {
  width: 100%;
  margin: 0 auto;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-left {
  float: left;
  width: 65%;
  font-size: 1.1rem;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-left .titre h3 {
  font-size: 1em;
  font-weight: normal;
  color: #8e6767;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-left .descriptif {
  margin-top: 20px;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-left > h3 {
  color: #8e6767;
  margin: 30px 0 10px;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-left .criteres {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-left .criteres > div {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  width: 32%;
  padding: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-left .criteres > div i {
  font-family: saxo;
  margin-right: 10px;
  font-style: normal;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-left .criteres > div:not(:nth-child(3n + 1)) {
  margin-left: 2%;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-left .criteres > div:nth-child(n + 4) {
  margin-top: 10px;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right {
  float: right;
  width: 33%;
  margin-left: 2%;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .contact-bien {
  margin-top: 20px;
  background: #fff;
  padding: 10px;
  text-align: center;
  color: #333;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .contact-bien > h3 {
  font-size: 1.2em;
  padding: 5px 60px;
  font-weight: normal;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .contact-bien .btn-contact {
  font-size: 1.2em;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .contact-bien .btn-contact > a,
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .contact-bien .btn-contact > span {
  display: block;
  padding: 10px 0;
  cursor: pointer;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .contact-bien .btn-contact > a::before,
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .contact-bien .btn-contact > span::before {
  font-family: idf;
  margin-right: 10px;
  font-size: 1.2em;
  color: #fff;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .contact-bien .btn-contact > a:not(:first-child),
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .contact-bien .btn-contact > span:not(:first-child) {
  margin-top: 5px;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .contact-bien .btn-contact > a.ico-telephone::before,
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .contact-bien .btn-contact > span.ico-telephone::before {
  content: 'V';
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .contact-bien .btn-contact > a.ico-rappeler::before,
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .contact-bien .btn-contact > span.ico-rappeler::before {
  content: 'w';
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .contact-bien .btn-contact > a.ico-candidature::before,
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .contact-bien .btn-contact > span.ico-candidature::before {
  content: 'q';
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .contact-bien .btn-contact > a.ico-visite::before,
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .contact-bien .btn-contact > span.ico-visite::before {
  content: 'c';
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .contact-bien .btn-contact > a.ico-visite2::before,
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .contact-bien .btn-contact > span.ico-visite2::before {
  content: 'r';
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .contact-bien .btn-contact > a.ico-video::before,
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .contact-bien .btn-contact > span.ico-video::before {
  content: '/';
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .contact-bien .btn-share {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .contact-bien .btn-share > a,
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .contact-bien .btn-share > span {
  font-size: 1.5em;
  padding: 5px;
  min-width: 40px;
  cursor: pointer;
  font-family: idf;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .contact-bien .btn-share > a:not(:first-child),
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .contact-bien .btn-share > span:not(:first-child) {
  margin-left: 5px;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .btn-finance {
  display: block;
  margin-top: 20px;
  padding: 10px 0;
  font-size: 1.7em;
  text-align: center;
  cursor: pointer;
  color: #FFF;
  background: #4e7590;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .btn-finance:hover {
  background: #375265;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .btn-finance:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #273a48;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .btn-investisseur {
  display: block;
  margin-top: 20px;
  padding: 10px;
  font-size: 1.7em;
  text-align: center;
  cursor: pointer;
  color: #FFF;
  background: #00b5d6;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .btn-investisseur:hover {
  background: #007f96;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .btn-investisseur:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #005a6b;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .commune {
  margin-top: 20px;
  padding: 10px;
  background: #fff;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .commune > h3 {
  margin-bottom: 10px;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .liste_lots {
  background: #fff;
  margin: 20px 0;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .liste_lots tr td a,
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .liste_lots tr td span {
  color: #000;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .liste_lots tr td a.reserve_vendu,
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .liste_lots tr td span.reserve_vendu {
  color: rgba(43, 43, 43, 0.74);
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .map {
  margin-top: 20px;
  padding: 10px 0 0;
  background: #fff;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .map > h3 {
  margin-bottom: 10px;
  padding: 0 10px;
  font-size: 1.5em;
  font-weight: normal;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .map .map-leaflet {
  width: 100%;
  height: 550px;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .map .map-leaflet iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .map .map-leaflet .leaflet-container {
  z-index: 10;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .description_onglet {
  margin: 10px 0;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .description_onglet .ui-widget.ui-widget-content {
  border: 0;
  border-radius: 0;
  background: none;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .description_onglet.pr_location .ui-widget-header .ui-state-active {
  background: #f7a824;
  color: #FFF;
  border: 1px solid #da8c08;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .description_onglet.pr_transaction .ui-widget-header .ui-state-active {
  background: #00b5d6;
  color: #FFF;
  border: 1px solid #0091ab;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .description_onglet .ui-widget-header {
  border: 0;
  background: none;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .description_onglet .ui-tabs {
  padding: 0;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .description_onglet .ui-tabs .ui-tabs-nav {
  padding: 0;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .description_onglet .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 0.5em 0.7em;
  font-family: dax;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .description_onglet .bloc_onglet_texte {
  border: 1px solid #CCC;
  font-family: dax;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .description_onglet .bloc_onglet_texte h2 {
  font-size: 1.1rem;
}
.is-sticky .c-scroll-detail {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.trio-btn-wrapper {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: 0.8rem;
}
.trio-btn-wrapper.vendu {
  width: 28rem;
}
@media (max-width: 1024px) {
  .trio-btn-wrapper {
    grid-template-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
    margin: 1% auto;
  }
}
.trio-btn-wrapper .btn-hover {
  padding: 1rem;
}
.trio-criteres-wrapper {
  margin-bottom: 3rem;
}
.trio-btn-anchor {
  padding: 1rem;
  color: #fff;
  text-align: center;
}
.trio-btn-anchor:hover {
  box-shadow: none;
}
@media (max-width: 1024px) {
  .trio-btn-anchor {
    padding: 0.5rem;
  }
}
@media (max-width: 680px) {
  .trio-btn-anchor {
    padding: 1rem 0.5rem;
  }
}
.trio-description-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1rem;
  column-gap: 2rem;
  background: #f7f4f4;
  padding: 2% 12%;
}
@media (max-width: 1580px) {
  .trio-description-wrapper {
    padding: 2% 3%;
  }
}
@media (max-width: 680px) {
  .trio-description-wrapper {
    display: block;
  }
}
.trio-main-title {
  margin-bottom: 0.3rem;
}
.trio-second-title {
  margin-bottom: 0.3rem;
  font-size: 1.4rem;
}
.trio-prix {
  font-size: 1.6rem;
  font-weight: bold;
}
.trio-description-left h3 {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
}
.encadrement-loyer-wrapper {
  padding: 0.8rem 0.2rem;
  background: #f7f4f4;
}
.trio-description-right .prix-honoraire {
  background: #fff;
  padding: 1rem 1rem 0.5rem;
  box-shadow: none;
}
@media (max-width: 680px) {
  .prix-desktop-wrapper {
    display: none;
  }
}
.prix-responsive-wrapper .prix-honoraire {
  padding: 1rem 0;
}
@media (min-width: 680px) {
  .prix-responsive-wrapper {
    display: none;
  }
}
.trio-btn-contact-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  width: 100%;
}
@media (max-width: 1440px) {
  .trio-btn-contact-wrapper {
    grid-template-columns: 1fr;
  }
}
.trio-btn-contact {
  padding: 0.8rem 1rem;
  font-size: 1.2rem;
}
.trio-btn-contact::before {
  font-family: idf;
  font-size: 1.6rem;
  margin-right: 1rem;
}
.trio-btn-contact.ico-telephone::before {
  content: 'V';
}
.trio-btn-contact.ico-rappeler::before {
  content: 'w';
}
.trio-btn-contact:hover {
  box-shadow: none;
}
.trio-share-title {
  font-size: 1.1rem;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .trio-share-title {
    line-height: 2;
  }
}
.trio-btn-share-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 0.5rem;
  gap: 1rem;
}
@media (max-width: 680px) {
  .trio-btn-share-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.trio-btn-share {
  text-align: center;
  cursor: pointer;
  font-family: idf;
  font-size: 1.6rem;
  padding: 0.5rem;
}
@media (max-width: 1024px) {
  .trio-btn-share {
    background: #f7f4f4;
  }
}
.trio-btn-share:hover {
  box-shadow: none;
}
.btn-right-wrapper {
  display: grid;
  grid-template-rows: auto;
  width: 100%;
}
.ico-visite2::before {
  content: 'r';
  font-family: idf;
  margin-right: 10px;
  font-size: 1.2em;
  color: #fff;
}
.ico-candidature::before {
  content: 'q';
  font-family: idf;
  margin-right: 10px;
  font-size: 1.2em;
  color: #fff;
}
.trio-btn-large {
  padding: 1rem;
  font-size: 1.4rem;
  margin-top: 0.8rem;
  text-align: center;
  color: #fff;
}
@media (max-width: 1440px) {
  .trio-btn-large {
    text-align: center;
  }
}
.trio-btn-large.ico-rappeler::before {
  font-family: idf;
  font-size: 1.6rem;
  margin-right: 1rem;
  content: 'w';
}
.trio-btn-large:hover {
  box-shadow: none;
}
.trio-third-title {
  font-size: 1.3rem;
  margin: 0.8rem 0;
}
.trio-contact-bien {
  margin-top: 1rem;
  background: #fff;
  padding: 1rem 1rem 0.5rem;
  box-shadow: none;
}
.trio-detail-wrapper .commune {
  padding: 3% 12%;
}
@media (max-width: 1024px) {
  .trio-detail-wrapper .commune {
    padding: 3%;
  }
}
.trio-detail-prix {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 1280px) {
  .trio-detail-prix {
    font-size: 1.4rem;
  }
}
.trio-detail-disponibilite {
  font-weight: bold;
}
.trio-criteres-principaux,
.trio-description-left .criteres {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 1rem 0;
}
@media (max-width: 1280px) {
  .trio-criteres-principaux,
  .trio-description-left .criteres {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  .trio-criteres-principaux,
  .trio-description-left .criteres {
    grid-template-columns: 1fr;
  }
}
.trio-criteres-principaux > p,
.trio-description-left .criteres > p,
.trio-criteres-principaux div,
.trio-description-left .criteres div {
  background: #fff;
  padding: 1rem;
  box-shadow: none;
  text-align: center;
}
.trio-description-left .criteres {
  margin: 3rem 0;
}
.trio-description-content {
  margin-bottom: 1rem;
}
.trio-map {
  padding: 3% 12%;
}
.trio-map #map,
.trio-map #cityscan {
  height: 45rem !important;
  z-index: 1 !important;
  width: 100%;
}
@media (max-width: 1440px) {
  .trio-map {
    padding: 3%;
  }
}
.trio-contact-bottom-wrapper {
  padding: 3% 12%;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 2rem;
  background: #f7f4f4;
}
@media (max-width: 1440px) {
  .trio-contact-bottom-wrapper {
    padding: 3%;
  }
}
.trio-form-bien {
  padding: 0.8rem;
}
.trio-form-bien button {
  padding: 0.8rem;
}
.biens_similaires {
  background: #f7f4f4;
}
.trio-img-btn-wrapper {
  padding: 3% 12% 3%;
  display: grid;
  grid-template-columns: auto auto;
}
@media (max-width: 1600px) {
  .trio-img-btn-wrapper {
    padding: 3%;
  }
}
@media (max-width: 1024px) {
  .trio-img-btn-wrapper {
    grid-template-columns: auto;
  }
}
@media (max-width: 820px) {
  .trio-img-btn-wrapper {
    justify-content: center;
  }
}
@media (max-width: 680px) {
  .trio-img-btn-wrapper {
    justify-content: center;
  }
}
.trio-all-btn-wrapper {
  margin: auto;
  text-align: center;
}
@media (max-width: 1024px) {
  .trio-all-btn-wrapper {
    width: 100%;
  }
}
.trio-partage-wrapper {
  margin-bottom: 1rem;
}
.container-photo.trio {
  width: fit-content;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .container-photo.trio {
    max-width: 100%;
    grid-template-columns: 2fr 1fr;
  }
}
@media (max-width: 820px) {
  .container-photo.trio {
    display: block;
    padding-left: unset;
    width: 100%;
  }
}
.container-photo .vue-trio > .photos:not(.owl-loaded) > *:not(:first-child) {
  display: none;
}
.container-photo .vue-trio .nb_photo {
  position: absolute;
  top: 0.5rem;
  right: 3%;
  line-height: 2rem;
  background: rgba(0, 0, 0, 0.3);
  padding: 0.3rem;
  color: #fff;
}
.photo-duo {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  row-gap: 1rem;
  overflow: hidden;
}
@media (max-width: 820px) {
  .photo-duo {
    display: none;
  }
}
.photo-double img {
  width: 15rem;
  height: 13.4rem;
}
@media (max-width: 1700px) {
  .photo-double img {
    width: 14rem;
    height: 12.3rem;
  }
}
@media (max-width: 1024px) {
  .photo-double img {
    width: 100%;
    height: 15.2rem;
  }
}
@media (max-width: 780px) {
  .photo-double img {
    height: 13rem;
  }
}
.trio-main-photo {
  height: 28rem;
  width: 36rem;
  position: relative;
  background-size: cover;
}
@media (max-width: 1700px) {
  .trio-main-photo {
    height: 25.8rem;
    width: 29rem;
  }
}
@media (max-width: 1600px) {
  .trio-main-photo {
    height: 25.8rem;
    width: 33rem;
  }
}
@media (max-width: 1380px) {
  .trio-main-photo {
    width: 27rem;
  }
}
@media (max-width: 1024px) {
  .trio-main-photo {
    height: 31rem;
    width: 38rem;
  }
}
@media (max-width: 820px) {
  .trio-main-photo {
    height: 27rem;
  }
}
@media (max-width: 680px) {
  .trio-main-photo {
    height: 16rem;
    width: 300px;
  }
}
.photo-video,
.trio-photo-wt-video {
  height: 13.4rem;
  width: 19rem;
  margin: 0;
  overflow: hidden;
  background-size: cover;
}
@media (max-width: 1700px) {
  .photo-video,
  .trio-photo-wt-video {
    width: 17rem;
    height: 12.3rem;
  }
}
@media (max-width: 1600px) {
  .photo-video,
  .trio-photo-wt-video {
    width: 23rem;
  }
}
@media (max-width: 1350px) {
  .photo-video,
  .trio-photo-wt-video {
    width: 20rem;
  }
}
@media (max-width: 1024px) {
  .photo-video,
  .trio-photo-wt-video {
    width: 100%;
    height: 15rem;
  }
}
.trio {
  padding: 0.5rem;
}
.trio .vue-trio {
  position: relative;
  width: fit-content;
}
@media (max-width: 680px) {
  .trio .vue-trio {
    margin: auto;
  }
}
.trio .vue-trio .etiquette {
  display: block;
  position: absolute;
  left: 4%;
  top: 0;
  width: auto;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
  z-index: 2;
  font-size: 1.2rem;
  text-transform: uppercase;
  background: #575756;
  color: #fff;
}
@media (max-width: 1024px) {
  .trio .vue-trio .etiquette {
    top: 4%;
  }
}
@media (max-width: 780px) {
  .trio .vue-trio .etiquette {
    top: 5%;
  }
}
@media (max-width: 480px) {
  .trio .vue-trio .etiquette {
    top: 0;
    left: 4.5%;
    max-width: 230px;
  }
}
.trio .photo-visite {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 820px) {
  .trio .photo-visite {
    grid-template-rows: repeat(2, auto);
  }
}
@media (max-width: 680px) {
  .trio .photo-visite {
    display: none;
  }
}
.trio .photo-visite iframe,
.trio .photo-visite img {
  height: 13.4rem;
  width: 19rem;
}
@media (max-width: 1700px) {
  .trio .photo-visite iframe,
  .trio .photo-visite img {
    width: 17rem;
    height: 12.3rem;
  }
}
@media (max-width: 1600px) {
  .trio .photo-visite iframe,
  .trio .photo-visite img {
    width: 23rem;
  }
}
@media (max-width: 1350px) {
  .trio .photo-visite iframe,
  .trio .photo-visite img {
    width: 20rem;
  }
}
@media (max-width: 1024px) {
  .trio .photo-visite iframe,
  .trio .photo-visite img {
    width: 100%;
    height: 15rem;
  }
}
.trio .photos {
  margin: auto;
}
.trio .btn-responsive-visite {
  width: 100%;
  margin: 1rem auto;
  text-align: center;
}
.trio .btn-responsive-visite .btn-visite {
  padding: 15px 90px;
  height: 3rem;
  font-size: 1.2rem;
  background: #575756;
  color: #fff;
}
.trio .btn-responsive-visite .btn-visite i {
  font-style: normal;
  font-family: saxo;
  color: #fff;
}
@media (min-width: 680px) {
  .trio .btn-responsive-visite {
    display: none;
  }
}
.diaporama-btn {
  position: absolute;
  top: 90%;
  left: 4%;
  font-size: 1rem;
  background: #575756;
  color: #fff;
  padding: 0.4rem 1rem;
}
.diaporama-btn.hidden {
  display: none;
}
@media (max-width: 820px) {
  .diaporama-btn {
    top: 82%;
  }
}
@media (max-width: 680px) {
  .diaporama-btn {
    display: none;
  }
}
.bandeau-type-bien {
  background: #575756;
  color: #fff;
}
.double-img {
  margin: 0;
  overflow: hidden;
  background-size: cover;
  height: 24rem;
  width: 29rem;
}
@media (max-width: 680px) {
  .double-img-1 {
    display: none;
  }
}
.vue-double {
  position: relative;
}
.vue-double .etiquette {
  display: block;
  position: absolute;
  left: 1%;
  top: 0;
  width: auto;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
  z-index: 2;
  font-size: 1.2rem;
  text-transform: uppercase;
  background: #575756;
  color: #fff;
}
.vue-double .photos {
  display: grid;
  margin: auto;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 780px) {
  .vue-double .photos {
    grid-template-columns: 1fr;
  }
}
.vue-double .photos a {
  overflow: hidden;
}
@media (max-width: 480px) {
  .vue-double .photos a {
    width: 98%;
  }
}
.vue-double .photos img {
  height: 23rem;
}
.icon-share {
  color: #fff;
  margin-left: 0.8rem;
  font-size: 1.4rem;
}
.icon-share-dk {
  margin-left: 0.8rem;
  font-size: 1.4rem;
}
@media (max-width: 780px) {
  .icon-share-dk.material-icons {
    font-size: 1.6rem;
  }
}
@media (max-width: 780px) {
  .hide-mobile {
    display: none !important;
  }
}
@media (max-width: 780px) {
  .hidden-social-links {
    width: 15rem;
  }
}
@media (max-width: 780px) {
  .share-buttons {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 3%;
  }
}
.only {
  padding: 0;
  text-align: center;
}
.only .etiquette {
  display: block;
  position: absolute;
  left: 30%;
  width: auto;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
  z-index: 2;
  font-size: 1.2rem;
  text-transform: uppercase;
  background: #575756;
  color: #fff;
}
@media (max-width: 1024px) {
  .only .etiquette {
    top: 4%;
  }
}
@media (max-width: 780px) {
  .only .etiquette {
    top: 5%;
  }
}
@media (max-width: 480px) {
  .only .etiquette {
    top: 0;
    left: 4.5%;
    max-width: 230px;
  }
}
.only .vue-trio > .photos:not(.owl-loaded) {
  margin: auto;
  width: fit-content;
}
.tableau-neuf-description {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .tableau-neuf-description {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 820px) {
  .tableau-neuf-description {
    grid-template-columns: 1fr;
  }
}
.tableau-neuf-onglets {
  box-shadow: none;
  background: #fff;
}
.tableau-neuf-content {
  padding: 0.8rem;
}
.tableau-neuf-content li {
  list-style-type: none;
  line-height: 1.5;
}
.tableau-neuf-title {
  font-size: 1.8rem;
  text-align: center;
  padding: 0.8rem;
  background: #00b5d6;
  color: #fff;
}
/*|----------|*/
/*|  == DPE  |*/
/*|----------|*/
.dpe-small,
.dpe-full {
  margin-top: 20px;
}
.dpe-small .dpe-colonne::after,
.dpe-full .dpe-colonne::after {
  border-top: 10px solid #f7f4f4;
  border-bottom: 10px solid #f7f4f4;
}
.dpe-small .dpe-valeur,
.dpe-full .dpe-valeur {
  background: #f7f4f4;
}
.dpe:not(.dpe-small, .dpe-full) {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dpe:not(.dpe-small, .dpe-full) .bilan_ges {
  margin-left: 20px;
}
.dpe:not(.dpe-small, .dpe-full) .tableau_conso,
.dpe:not(.dpe-small, .dpe-full) .tableau_ges {
  width: 250px;
}
.dpe:not(.dpe-small, .dpe-full) .tableau_conso td,
.dpe:not(.dpe-small, .dpe-full) .tableau_ges td {
  border-bottom: none !important;
}
.dpe:not(.dpe-small, .dpe-full) .tableau_conso .valeur_conso,
.dpe:not(.dpe-small, .dpe-full) .tableau_ges .valeur_conso,
.dpe:not(.dpe-small, .dpe-full) .tableau_conso .valeur_ges,
.dpe:not(.dpe-small, .dpe-full) .tableau_ges .valeur_ges {
  float: right;
  width: 32px;
  height: 21px;
  padding: 0;
  margin: 2px 0 2px 0;
  color: #fff;
  font-size: 0.9em;
  text-align: center;
}
.dpe:not(.dpe-small, .dpe-full) .dpe_A {
  background: url(/bundles/soclecommunentity/images/dpe/dpe_A.png);
  background-repeat: no-repeat;
}
.dpe:not(.dpe-small, .dpe-full) .dpe_B {
  background: url(/bundles/soclecommunentity/images/dpe/dpe_B.png);
  background-repeat: no-repeat;
}
.dpe:not(.dpe-small, .dpe-full) .dpe_C {
  background: url(/bundles/soclecommunentity/images/dpe/dpe_C.png);
  background-repeat: no-repeat;
}
.dpe:not(.dpe-small, .dpe-full) .dpe_D {
  background: url(/bundles/soclecommunentity/images/dpe/dpe_D.png);
  background-repeat: no-repeat;
}
.dpe:not(.dpe-small, .dpe-full) .dpe_E {
  background: url(/bundles/soclecommunentity/images/dpe/dpe_E.png);
  background-repeat: no-repeat;
}
.dpe:not(.dpe-small, .dpe-full) .dpe_F {
  background: url(/bundles/soclecommunentity/images/dpe/dpe_F.png);
  background-repeat: no-repeat;
}
.dpe:not(.dpe-small, .dpe-full) .dpe_G {
  background: url(/bundles/soclecommunentity/images/dpe/dpe_G.png);
  background-repeat: no-repeat;
}
.dpe:not(.dpe-small, .dpe-full) .ges_A {
  background: url(/bundles/soclecommunentity/images/dpe/ges_A.png);
  background-repeat: no-repeat;
}
.dpe:not(.dpe-small, .dpe-full) .ges_B {
  background: url(/bundles/soclecommunentity/images/dpe/ges_B.png);
  background-repeat: no-repeat;
}
.dpe:not(.dpe-small, .dpe-full) .ges_C {
  background: url(/bundles/soclecommunentity/images/dpe/ges_C.png);
  background-repeat: no-repeat;
}
.dpe:not(.dpe-small, .dpe-full) .ges_D {
  background: url(/bundles/soclecommunentity/images/dpe/ges_D.png);
  background-repeat: no-repeat;
}
.dpe:not(.dpe-small, .dpe-full) .ges_E {
  background: url(/bundles/soclecommunentity/images/dpe/ges_E.png);
  background-repeat: no-repeat;
}
.dpe:not(.dpe-small, .dpe-full) .ges_F {
  background: url(/bundles/soclecommunentity/images/dpe/ges_F.png);
  background-repeat: no-repeat;
}
.dpe:not(.dpe-small, .dpe-full) .ges_G {
  background: url(/bundles/soclecommunentity/images/dpe/ges_G.png);
  background-repeat: no-repeat;
}
.desc-right .me-wai-ouvrir {
  pointer-events: none;
  z-index: 0;
}
.desc-right .estimation-sub-link {
  position: absolute;
  width: 152px;
  height: 33px;
  bottom: 0;
  top: 760px;
}
.desc-right .btn-estimation {
  color: #ff4f2b;
  cursor: pointer;
}
@media screen and (max-width: 400%) {
  .bien_detail_file .fiche-detail > .container-photo > .c-photos {
    width: 100%;
    padding: 0 60px;
  }
}
@media screen and (max-width: 1100px) {
  .bien_detail_file .fiche-detail .c-scroll-detail .scroll-detail {
    width: auto;
  }
  .bien_detail_file .fiche-detail .c-desc-detail {
    padding: 10px;
  }
  .bien_detail_file .fiche-detail .c-desc-detail .desc-detail {
    width: auto;
  }
  .bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .contact-bien > h3 {
    padding: 5px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .bien_detail_file .fiche-detail .c-desc-detail .desc-detail .liste_lots:after {
    content: "";
    display: table;
    clear: both;
  }
  .bien_detail_file .fiche-detail .c-desc-detail .prix-honoraire .prix {
    font-size: 1.7rem;
  }
  .bien_detail_file .fiche-detail > .container-photo > .c-photos > .photos:not(.owl-loaded) {
    height: 200px;
  }
}
@media screen and (max-width: 900px) {
  .bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-left .criteres > div {
    width: 49%;
  }
  .bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-left .criteres > div:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }
  .bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-left .criteres > div:not(:nth-child(2n + 1)) {
    margin-left: 2%;
  }
  .bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-left .criteres > div:nth-child(n + 4) {
    margin-top: 0;
  }
  .bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-left .criteres > div:nth-child(n + 3) {
    margin-top: 10px;
  }
  .dpe .bilan_ges {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 680px) {
  .bien_detail_file .fiche-detail > .container-photo > .c-photos {
    padding: 0 10px;
  }
  .bien_detail_file .fiche-detail > .container-photo > .c-photos > .photos .owl-nav {
    display: none;
  }
  .bien_detail_file .fiche-detail .c-scroll-detail .scroll-detail > span {
    -webkit-flex: auto;
    flex: auto;
  }
  .bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-left {
    width: 60%;
  }
  .bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right {
    width: 38%;
  }
  .bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .prix-honoraire .criteres-principaux > p {
    width: 100%;
  }
  .bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .prix-honoraire .criteres-principaux > p:nth-child(n + 3) {
    margin-top: 0;
  }
  .bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .prix-honoraire .criteres-principaux > p:not(:first-child) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 680px) and (orientation: landscape) {
  .bien_detail_file .fiche-detail .c-desc-detail .desc-detail .map .map-leaflet {
    height: 200px;
  }
}
@media screen and (max-width: 480px) {
  .bien_detail_file .fiche-detail > .container-photo > .c-photos > .photos .owl-item .item {
    opacity: 1;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .bien_detail_file .fiche-detail > .container-photo > .c-photos > .photos:not(.owl-loaded) {
    height: auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bien_detail_file .fiche-detail > .container-photo > .c-photos > .photos:not(.owl-loaded) > * {
    padding-top: 75%;
  }
  .bien_detail_file .fiche-detail > .container-photo > .c-photos > .photos:not(.owl-loaded) > *:not(:first-child) {
    margin-left: 0;
    margin-top: 10px;
  }
  .bien_detail_file .fiche-detail .c-scroll-detail .scroll-detail {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bien_detail_file .fiche-detail .c-scroll-detail .scroll-detail > span {
    width: 50%;
  }
  .bien_detail_file .fiche-detail .c-scroll-detail .scroll-detail > span:not(:first-child) {
    border-left: 0;
  }
  .bien_detail_file .fiche-detail .c-scroll-detail .scroll-detail > span:nth-child(even) {
    border-left: 1px solid #575756;
  }
  .bien_detail_file .fiche-detail .c-scroll-detail .scroll-detail > span:nth-child(n + 3) {
    border-top: 1px solid #575756;
  }
  .bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-left {
    float: none;
    width: 100%;
  }
  .bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-left .prix_resp {
    display: block;
    margin: 10px 0;
  }
  .bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-left .prix_resp .criteres-principaux > p {
    width: 49%;
  }
  .bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-left .prix_resp .criteres-principaux > p:nth-child(n + 3) {
    margin-top: 10px;
  }
  .bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-left .prix_resp .criteres-principaux > p:not(:first-child) {
    margin-top: 0;
  }
  .bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .prix-honoraire {
    display: none;
  }
  .bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .btn-finance {
    display: none;
  }
  .bien_detail_file .fiche-detail .c-desc-detail .desc-detail .map .map-leaflet {
    height: 200px;
  }
  .bien_detail_file .fiche-detail .c-desc-detail .prix-honoraire .prix {
    font-size: 1.4rem;
  }
}
.erp-wrapper {
  margin-bottom: 16px;
}
.tableau-neuf-title {
  font-size: 1.4rem;
}
.agence_file {
  margin-top: 10px;
}
.agence_file .liste_agences.estimation {
  padding-top: 3.5%;
}
.agence_file .liste_agences.estimation .recherche_page #s2id_selectAgence.select2-container .select2-choice > .select2-chosen {
  margin-right: 35px;
  font-size: 0.8rem;
}
@media (max-width: 680px) {
  .agence_file .liste_agences.estimation .fiche_agences .minifiche_agence .fiche-top .btn-start-estimation {
    position: relative;
    margin-top: 10px;
  }
}
.agence_file .contenu-main-title {
  padding-top: 0;
  padding-bottom: calc(3.5% + 20px);
}
.agence_file #agence_map {
  padding: 3% 0 0;
}
.agence_file .liste_agences,
.agence_file .agence_detail {
  padding: 0 12% 3%;
}
@media (max-width: 1440px) {
  .agence_file .liste_agences,
  .agence_file .agence_detail {
    padding: 3%;
  }
}
.agence_file .liste_agences .fiche_agences .minifiche_agence {
  box-shadow: none;
}
.agence_file .fiche_agences {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 1280px) {
  .agence_file .fiche_agences {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 780px) {
  .agence_file .fiche_agences {
    grid-template-columns: 1fr;
  }
}
.agence_file .fiche_agences.fiche_agences_one {
  grid-template-columns: initial;
}
.agence_file .liste_agences .fiche_agences .minifiche_agence .fiche-bottom .fiche-service {
  width: 100%;
}
.agence_file .liste_agences .fiche_agences .minifiche_agence .fiche-bottom {
  flex-wrap: wrap;
}
.agence_file .agence_detail {
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.agence_file .agence_detail > * {
  margin-bottom: 20px;
}
.agence_file .agence_detail .agence-left {
  width: 40%;
}
.agence_file .agence_detail .agence-left .accroche {
  margin-bottom: 15px;
  text-align: justify;
  font-size: 1.2em;
}
.agence_file .agence_detail .agence-left > h2 {
  margin-bottom: 10px;
}
.agence_file .agence_detail .agence-left .services > span {
  cursor: pointer;
  padding: 10px;
  font-size: 1rem;
}
.agence_file .agence_detail .agence-left .services > span::before {
  content: 'V';
  font-family: idf;
  margin-right: 20px;
}
@media (max-width: 1440px) {
  .agence_file .agence_detail .agence-left .services > span {
    font-size: 0.8rem;
  }
}
.agence_file .agence_detail .agence-left .services::after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.agence_file .agence_detail .agence-left .horaires {
  margin: 10px 0;
  padding: 10px;
  text-align: center;
  background: #FFF;
}
.agence_file .agence_detail .agence-left .horaires .horaire-titre {
  margin-bottom: 10px;
  font-size: 1.3em;
}
.agence_file .agence_detail .agence-left .site_web {
  display: block;
  background-color: #FFF;
  padding: 10px;
  text-align: center;
}
.agence_file .agence_detail .agence-left .agence-map {
  margin: 10px 0;
}
.agence_file .agence_detail .agence-left .agence-map > p {
  padding: 10px;
  text-align: center;
  background: #FFF;
  margin-bottom: 10px;
  font-size: 1.2em;
}
.agence_file .agence_detail .agence-left .agence-map > p::before {
  content: 'x';
  font-family: saxo;
  margin-right: 10px;
}
.agence_file .agence_detail .agence-left .agence-map .map {
  width: 100%;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}
.agence_file .agence_detail .agence-left .agence-map .map > #map_canvas {
  position: absolute !important;
  top: 0;
}
.agence_file .agence_detail .agence-left .agence-map .leaflet-pane,
.agence_file .agence_detail .agence-left .agence-map .leaflet-top,
.agence_file .agence_detail .agence-left .agence-map .leaflet-bottom {
  z-index: 8;
}
.agence_file .agence_detail .agence-left .reseaux_sociaux_agence > span,
.agence_file .agence_detail .agence-left .reseaux_sociaux_agence > a {
  display: block;
  position: relative;
  width: calc(100% - 30px);
  margin-left: 30px;
  padding: 11px 5px;
  cursor: pointer;
  text-align: center;
}
.agence_file .agence_detail .agence-left .reseaux_sociaux_agence > span::before,
.agence_file .agence_detail .agence-left .reseaux_sociaux_agence > a::before {
  position: absolute;
  left: -28px;
  top: 8px;
  font-size: 1.3em;
  content: 'h';
  font-family: idf;
  color: #000;
}
.agence_file .agence_detail .agence-left .reseaux_sociaux_agence > span.facebook,
.agence_file .agence_detail .agence-left .reseaux_sociaux_agence > a.facebook {
  margin-top: 10px;
}
.agence_file .agence_detail .agence-left .reseaux_sociaux_agence > span.facebook::before,
.agence_file .agence_detail .agence-left .reseaux_sociaux_agence > a.facebook::before {
  content: 'x';
}
.agence_file .agence_detail .agence-right {
  width: 56%;
  margin-left: 4%;
}
.agence_file .agence_detail .agence-right .agence-biens {
  background: #FFF;
  margin-top: 10px;
  padding: 10px;
}
.agence_file .agence_detail .agence-right .agence-biens .raison-social h2 {
  font-size: 1.2em;
  margin-bottom: 5px;
}
.agence_file .agence_detail .agence-right .agence-biens .nb_biens {
  margin-top: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.agence_file .agence_detail .agence-right .agence-biens .nb_biens.one_service {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.agence_file .agence_detail .agence-right .agence-biens .nb_biens > a {
  width: 24%;
  text-align: center;
  padding: 5px;
}
.agence_file .agence_detail .agence-right .agence-biens .nb_biens > a .count {
  margin: 0 5%;
}
.agence_file .agence_detail .agence-right .agence-biens .nb_biens > a .count > span {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.agence_file .agence_detail .agence-right .agence-biens .nb_biens > a .count > span > i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-style: normal;
  font-size: 2.3em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.agence_file .agence_detail .agence-right .agence-biens .nb_biens > a > p {
  margin-top: 10px;
  font-size: 1.2em;
}
.agence_file .agence_detail .agence-right .agence-biens .nb_biens > a.clr-transaction i {
  border: 4px solid #00b5d6;
}
.agence_file .agence_detail .agence-right .agence-biens .nb_biens > a.clr-location i {
  border: 4px solid #f7a824;
}
.agence_file .agence_detail .agence-right .agence-biens .nb_biens > a.clr-residence i {
  border: 4px solid #f7a824;
}
.agence_file .agence_detail .agence-right .agence-biens .nb_biens > a:not(:first-child) {
  margin-left: 1%;
}
.agence_file .agence_detail .agence-right::after {
  clear: both;
}
.agence_file .agence_detail .form-agence {
  width: 100%;
  background: #FFF;
  padding: 30px 20px;
}
.agence_file .agence_detail .form-agence > h2 {
  margin-bottom: 15px;
  text-align: center;
}
.agence_file .agence_detail .form-agence > h3 {
  margin-bottom: 10px;
}
.agence_file .agence_detail .form-agence .clr-transaction.facebook {
  font-family: idf;
  font-size: 20px;
  margin: 0 5px;
}
.agence_file .agence_detail .form-agence .clr-transaction.instagram {
  font-family: idf;
  font-size: 20px;
  margin: 0 5px;
}
.agence_file .agence_detail .form-agence .clr-transaction.google {
  font-family: idf;
  font-size: 20px;
  margin: 0 5px;
}
.agence_file .agence_detail .trombi_agence {
  width: 100%;
  padding: 10px;
  background: #FFF;
}
.agence_file .agence_detail .trombi_agence > h3 {
  text-align: center;
  color: #00b5d6;
  font-weight: normal;
  margin-bottom: 15px;
}
.agence_file .agence_detail .trombi_agence .liste-agents {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.agence_file .agence_detail .trombi_agence .liste-agents > * {
  width: 32%;
  text-align: center;
}
.agence_file .agence_detail .trombi_agence .liste-agents > *:nth-child(n + 4) {
  margin-top: 10px;
}
.agence_file .agence_detail .trombi_agence .liste-agents > *:not(:nth-child(3n + 1)) {
  margin-left: 2%;
}
.agence_file .agence_detail .trombi_agence .liste-agents > * img {
  border-radius: 0%;
}
.agence_file .agence_detail .trombi_agence .liste-agents > * p {
  font-weight: bold;
}
.agence_file .agence_detail .trombi_agence .liste-agents > * p .fonction {
  color: #00b5d6;
  font-weight: normal;
}
.agence_file .agence_detail .trombi_agence .liste-agents > * a {
  color: #00b5d6;
  border: 1px solid #d6d6d6;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, border;
  -moz-transition-property: background, border;
  -o-transition-property: background, border;
  transition-property: background, border;
  padding: 5px;
  margin-top: 1px;
  display: inline-block;
}
.agence_file .agence_detail .trombi_agence .liste-agents > * a:hover {
  border: 1px solid #00b5d6;
}
.agence_file .agence_detail .trombi_agence .liste-agents > * a:hover.bg-hover {
  background: #e6e6e6;
}
.agence_file .agence_detail .trombi_agence .liste-agents > * a:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #e6e6e6;
}
.agence_file .agence_detail .trombi_agence .liste-agents > * a:active.bg-hover {
  background: #bfbfbf;
}
.agence_file .agence_detail .trombi_agence .liste-agents > * a::before {
  content: 't';
  font-family: idf;
  margin-right: 5px;
  font-weight: bold;
}
.agence_file .agence_detail .description {
  margin: 20px 0;
}
.agence_file .agence_detail .description > h2 {
  font-size: 1.4em;
  font-weight: normal;
}
.agence_file .agence_detail .description > div {
  text-align: justify;
}
.agence_file .liste_agences {
  width: 100%;
  margin: 0 auto;
}
.agence_file .liste_agences.estimation h2 {
  padding: 25px 0 25px;
}
.agence_file .liste_agences .comboChoixAgence {
  padding: 3%;
  border-radius: 10px 30px;
}
.agence_file .liste_agences .comboChoixAgence > select {
  margin-bottom: 10px;
  width: 280px;
  border-radius: 10px;
  margin-right: 10px;
}
.agence_file .liste_agences .geolocAgenceMap {
  margin-top: 3%;
  width: 100%;
  height: 600px;
}
.agence_file .liste_agences .geolocAgenceMap .leaflet-pane,
.agence_file .liste_agences .geolocAgenceMap .leaflet-top,
.agence_file .liste_agences .geolocAgenceMap .leaflet-bottom {
  z-index: 8;
}
.agence_file .liste_agences .geolocAgenceMap .info_window {
  width: 400px;
}
.agence_file .liste_agences .geolocAgenceMap .info_window .agence_top {
  border-bottom: 4px solid #45C4D5;
}
.agence_file .liste_agences .geolocAgenceMap .info_window .agence_top .info_img {
  width: 25%;
}
.agence_file .liste_agences .geolocAgenceMap .info_window .agence_top .info_img > a > img {
  transition: all 0.2s linear;
}
.agence_file .liste_agences .geolocAgenceMap .info_window .agence_top .coordonnee {
  padding: 0 4px;
}
.agence_file .liste_agences .geolocAgenceMap .info_window .agence_top .btn_agence {
  padding: 3px 0;
}
.agence_file .liste_agences .geolocAgenceMap .info_window .agence_top .btn_agence > a,
.agence_file .liste_agences .geolocAgenceMap .info_window .agence_top .btn_agence > span {
  display: block;
  padding: 4px;
  cursor: pointer;
  white-space: nowrap;
}
.agence_file .liste_agences .geolocAgenceMap .info_window .agence_top .btn_agence > a:not(:first-child),
.agence_file .liste_agences .geolocAgenceMap .info_window .agence_top .btn_agence > span:not(:first-child) {
  margin-top: 5px;
}
.agence_file .liste_agences .geolocAgenceMap .info_window .agence_bottom > a {
  padding: 5px;
  font-size: 1.2em;
}
.agence_file .liste_agences .fiche_agences {
  margin: 10px 0;
}
.agence_file .liste_agences .fiche_agences .minifiche_agence {
  background: #FFF;
  padding: 5px 10px;
}
.agence_file .liste_agences .fiche_agences .minifiche_agence .fiche-top {
  margin-bottom: 10px;
  flex-direction: column-reverse;
}
.agence_file .liste_agences .fiche_agences .minifiche_agence .fiche-top > div {
  align-self: end;
}
.agence_file .liste_agences .fiche_agences .minifiche_agence .fiche-bottom {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.agence_file .liste_agences .fiche_agences .minifiche_agence .fiche-bottom .btn-telephone {
  padding: 10px 20px;
  font-size: 1.2em;
  margin: 0 auto;
}
.agence_file .liste_agences .fiche_agences .minifiche_agence .fiche-bottom .fiche-photo {
  width: 100%;
}
.agence_file .liste_agences .fiche_agences .minifiche_agence .fiche-bottom .fiche-coordonnee {
  padding: 0 5px;
  width: 100%;
  margin-left: 2%;
}
.agence_file .liste_agences .fiche_agences .minifiche_agence .fiche-bottom .fiche-coordonnee .fiche-coordonnee-code-postal {
  font-weight: bold;
}
.agence_file .liste_agences .fiche_agences .minifiche_agence .fiche-bottom .fiche-coordonnee .actions {
  margin-top: 10px;
}
.agence_file .liste_agences .fiche_agences .minifiche_agence .fiche-bottom .fiche-coordonnee .actions > * {
  display: block;
  padding: 11px 0;
  width: 150px;
  text-align: center;
  cursor: pointer;
}
.agence_file .liste_agences .fiche_agences .minifiche_agence .fiche-bottom .fiche-service {
  width: 100%;
}
.agence_file .liste_agences .fiche_agences .minifiche_agence .fiche-bottom .fiche-service .services > * {
  position: relative;
  width: calc(48% - 30px);
  margin-left: 30px;
  padding: 11px 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.agence_file .liste_agences .fiche_agences .minifiche_agence .fiche-bottom .fiche-service .services > *:hover,
.agence_file .liste_agences .fiche_agences .minifiche_agence .fiche-bottom .fiche-service .services > *:not(.hide-telephone) {
  width: 48%;
  margin-left: 0;
  padding: 11px 0 11px 30px;
}
.agence_file .liste_agences .fiche_agences .minifiche_agence .fiche-bottom .fiche-service .services > *:hover::before,
.agence_file .liste_agences .fiche_agences .minifiche_agence .fiche-bottom .fiche-service .services > *:not(.hide-telephone)::before {
  left: 3px;
  color: #FFF;
}
.agence_file .liste_agences .fiche_agences .minifiche_agence .fiche-bottom .fiche-service .services > *:nth-child(n + 3) {
  margin-top: 10px;
}
.agence_file .liste_agences .fiche_agences .minifiche_agence .fiche-bottom .fiche-service .services > *::before {
  position: absolute;
  left: -26px;
  top: 8px;
  font-size: 1.5em;
  content: 'V';
  font-family: idf;
  color: #000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.agence_file .liste_agences .fiche_agences .minifiche_agence .fiche-bottom .fiche-service > span,
.agence_file .liste_agences .fiche_agences .minifiche_agence .fiche-bottom .fiche-service > a {
  display: block;
  position: relative;
  width: calc(100% - 30px);
  margin-left: 30px;
  padding: 11px 5px;
  cursor: pointer;
  text-align: center;
}
.agence_file .liste_agences .fiche_agences .minifiche_agence .fiche-bottom .fiche-service > span::before,
.agence_file .liste_agences .fiche_agences .minifiche_agence .fiche-bottom .fiche-service > a::before {
  position: absolute;
  left: -28px;
  top: 8px;
  font-size: 1.3em;
  content: 'h';
  font-family: idf;
  color: #000;
}
.agence_file .liste_agences .fiche_agences .minifiche_agence .fiche-bottom .fiche-service > span.facebook,
.agence_file .liste_agences .fiche_agences .minifiche_agence .fiche-bottom .fiche-service > a.facebook {
  margin-top: 5px;
}
.agence_file .liste_agences .fiche_agences .minifiche_agence .fiche-bottom .fiche-service > span.facebook::before,
.agence_file .liste_agences .fiche_agences .minifiche_agence .fiche-bottom .fiche-service > a.facebook::before {
  content: 'x';
}
.agence_file .liste_agences .fiche_agences .minifiche_agence:not(:first-child) {
  margin-top: 10px;
}
.agence_file .liste_agences .btn-start-estimation {
  display: inline-block;
  padding: 10px;
  text-align: center;
  font-size: 1.4em;
  width: 300px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.agence_file .recherche_page > select {
  margin-bottom: 10px;
  width: 250px;
  background: white;
  border-radius: 10px;
}
.agence_file .mini-search {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}
.agence_file .map_metier {
  width: 100%;
  margin: 20px auto;
}
.agence_file .map_metier .map_click .inactive {
  position: absolute;
}
.agence_file .map_metier .map_choice {
  flex: 1;
  padding: 10px;
}
.agence_file .map_metier .map_choice .select_region,
.agence_file .map_metier .map_choice .select_departement {
  margin: 10px 0;
  width: 200px;
  display: inline-block;
}
.agence_file .map_metier .tableau_metier .agence_row {
  background-color: #FFF;
  font-weight: bold;
}
.agence_file .map_metier .tableau_metier .agence_row > div > * {
  display: block;
  padding: 10px;
}
.agence_file .map_metier .tableau_metier .btn_metier > * {
  text-align: center;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  cursor: pointer;
}
.agence_file .map_metier .tableau_metier .btn_metier > *:hover {
  background-color: #d2d2d2;
}
.agence_file .map_metier .tableau_metier .btn_metier > *:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #c2c2c2;
}
.agence_file .map_metier .tableau_metier .btn_metier > *[data-tel]:not(.hide-telephone) {
  background-color: #FFF !important;
}
.agence_file .map_metier .tableau_metier .btn_metier > *.btn-disabled {
  background-color: #FFF !important;
}
.agence_file .map_metier .tableau_metier .btn_metier .show-biens {
  position: relative;
}
.agence_file .map_metier .tableau_metier .btn_metier .show-biens > i {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
}
.agence_file .map_metier .tableau_metier .btn_metier .show-biens > i.loader_petit {
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
}
.agence_file .map_metier .tableau_metier .tableau_bien {
  padding: 0 10px;
}
.agence_file .map_metier .tableau_metier .tableau_bien > *:not(:first-child) {
  margin-left: 10px;
}
.popup_telephone {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: 1rem;
  text-align: center;
}
.numeroTelephone {
  font-size: 1.4rem;
}
.agence-card {
  background: #fff;
  max-height: 27rem;
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 1330px) {
  .agence-card {
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 1024px) {
  .agence-card {
    padding: 1.2rem 0.8rem;
  }
}
@media (max-width: 680px) {
  .agence-card {
    grid-template-columns: 1fr;
    max-height: 35rem;
  }
}
.agence-photo-wrapper {
  max-width: 50%;
  margin: auto;
  position: relative;
}
.agence-photo-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.agence-content-wrapper {
  margin: auto;
}
.agence-content-wrapper .txt-agence {
  font-size: 1.4rem;
}
.agence-raison-social {
  font-weight: bold;
  font-size: 1.5rem;
}
.agence-cp-ville {
  font-weight: bold;
  font-size: 1.2rem;
}
.card-agence-btn-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  width: 89%;
  margin-top: 1rem;
}
@media (max-width: 680px) {
  .card-agence-btn-wrapper {
    width: 100%;
  }
}
.card-agence-btn {
  padding: 0.8rem;
  background: #575756;
  color: #fff;
}
.card-agence-btn::before {
  font-family: saxo;
  margin-right: 1rem;
  font-size: 1.2rem;
}
.card-agence-btn.voir::before {
  content: 'D';
}
.card-agence-btn.telephone::before {
  content: 'M';
}
.card-agence-btn.contact::before {
  content: 'h';
}
.card-agence-btn.localiser::before {
  content: 'x';
}
@media screen and (max-width: 1100px) {
  .agence_file .agence_detail,
  .agence_file .map_metier,
  .agence_file .liste_agences,
  .agence_file .mini-search {
    width: auto;
  }
  .agence_file .mini-search {
    padding: 10px;
  }
  .agence_file .mini_fiche-agence {
    padding: 20px 10px;
  }
  .agence_file .liste_agences .fiche_agences .minifiche_agence {
    margin: 0 10px;
  }
  .agence_file .agence_detail {
    margin: 0 10px;
  }
  .mini_fiche-agence > div {
    width: auto;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 680px) {
  .mini_fiche-agence > div .btn-agence > * {
    padding: 10px;
  }
  .agence_file .liste_agences .fiche_agences .minifiche_agence .fiche-bottom .fiche-coordonnee {
    width: 48%;
    margin-left: 4%;
  }
  .agence_file .liste_agences .fiche_agences .minifiche_agence .fiche-bottom .fiche-service {
    margin-top: 10px;
    width: 100%;
  }
  .agence_file .agence_detail > * {
    margin-bottom: 0;
    order: 100;
  }
  .agence_file .agence_detail .respos-1 {
    order: 1;
  }
  .agence_file .agence_detail .respos-2 {
    order: 2;
  }
  .agence_file .agence_detail > .agence-right,
  .agence_file .agence_detail > .agence-left {
    width: 100%;
    margin: 10px 0;
  }
  .agence_file .map_metier .tableau_metier .btn_metier .show-biens.btn-disabled {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .mini_fiche-agence {
    padding: 2% 0;
  }
  .mini_fiche-agence > div {
    padding: 0 10px;
  }
  .mini_fiche-agence > div .btn-agence {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .mini_fiche-agence > div .btn-agence > * {
    width: 49%;
    text-align: center;
  }
  .mini_fiche-agence > div .btn-agence > *::before {
    width: auto;
    display: block;
    margin: 3px auto;
    font-size: 2em;
  }
  .mini_fiche-agence > div .btn-agence > *:not(:first-child) {
    margin-top: 0;
  }
  .mini_fiche-agence > div .btn-agence > *:nth-child(n + 3) {
    margin-top: 5px;
  }
  .agence_file .liste_agences .fiche_agences .minifiche_agence .fiche-bottom .fiche-coordonnee .actions > * {
    width: 100%;
  }
  .agence_file .liste_agences .fiche_agences .minifiche_agence .fiche-bottom .fiche-service .services > * {
    width: calc(100% - 30px);
  }
  .agence_file .liste_agences .fiche_agences .minifiche_agence .fiche-bottom .fiche-service .services > *:hover {
    width: 100%;
  }
  .agence_file .agence_detail .agence-right .agence-biens .nb_biens > a {
    width: 32%;
  }
  .agence_file .map_metier .tableau_metier .nom_agence {
    text-align: center;
    font-size: 1.4em;
  }
  .agence_file .map_metier .tableau_metier .btn_metier {
    margin-top: 0;
  }
  .agence_file .map_metier .tableau_metier .btn_metier > * {
    width: 50%;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .agence_file .liste_agences .mapAgences .geolocAgenceMap .info_window {
    width: 310px;
  }
  .agence_file .liste_agences .mapAgences .geolocAgenceMap .agence_top .info_img {
    display: none;
  }
}
.contenu_file .contenu {
  position: relative;
  width: 100%;
  margin: 10px auto 40px;
}
.contenu_file .contenu .btn_contact {
  display: grid;
  grid-template-columns: 2fr 1fr;
  justify-content: space-between;
  width: 100%;
  padding: 3% 12%;
  text-align: start;
}
@media (max-width: 820px) {
  .contenu_file .contenu .btn_contact {
    grid-template-columns: 1fr;
  }
  .contenu_file .contenu .btn_contact .contenu-main-title {
    margin: auto;
  }
}
@media (max-width: 1440px) {
  .contenu_file .contenu .btn_contact {
    padding: 0 3%;
  }
}
.contenu_file .contenu .btn_contact > span {
  padding: 10px;
  text-align: center;
  cursor: pointer;
  margin: 10px 0;
  font-size: 1.5em;
  display: inline-block;
}
@media (max-width: 820px) {
  .contenu_file .contenu .btn_contact > span {
    margin: 10px 20%;
  }
}
.contenu_file .contenu .btn_contact > span#btn_moteur_suite:before {
  content: 'M';
  font-family: idf;
  font-size: 0.8em;
  padding-right: 10px;
}
.contenu_file .contenu.bottom-transaction {
  border-bottom: 10px solid #00b5d6;
}
.contenu_file .contenu.bottom-transaction::after {
  border-top: 25px solid #00b5d6;
}
.contenu_file .contenu.bottom-transaction .liste-rubriques > h2 {
  border-top: 10px solid #00b5d6;
}
.contenu_file .contenu.bottom-transaction .liste-rubriques > h2:after {
  border-top: 25px solid #00b5d6;
}
.contenu_file .contenu.bottom-location {
  border-bottom: 10px solid #f7a824;
}
.contenu_file .contenu.bottom-location::after {
  border-top: 25px solid #f7a824;
}
.contenu_file .contenu.bottom-location .liste-rubriques > h2 {
  border-top: 10px solid #f7a824;
}
.contenu_file .contenu.bottom-location .liste-rubriques > h2:after {
  border-top: 25px solid #f7a824;
}
.contenu_file .contenu.bottom-syndic {
  border-bottom: 10px solid #99bf00;
}
.contenu_file .contenu.bottom-syndic::after {
  border-top: 25px solid #99bf00;
}
.contenu_file .contenu.bottom-syndic .liste-rubriques > h2 {
  border-top: 10px solid #99bf00;
}
.contenu_file .contenu.bottom-syndic .liste-rubriques > h2:after {
  border-top: 25px solid #99bf00;
}
.contenu_file .contenu.bottom-gestion {
  border-bottom: 10px solid #7935d8;
}
.contenu_file .contenu.bottom-gestion::after {
  border-top: 25px solid #7935d8;
}
.contenu_file .contenu.bottom-gestion .liste-rubriques > h2 {
  border-top: 10px solid #7935d8;
}
.contenu_file .contenu.bottom-gestion .liste-rubriques > h2:after {
  border-top: 25px solid #7935d8;
}
.contenu_file .contenu.bottom-metier {
  border-bottom: 10px solid #575756;
}
.contenu_file .contenu.bottom-metier::after {
  border-top: 25px solid #575756;
}
.contenu_file .contenu.bottom-metier .liste-rubriques > h2 {
  border-top: 10px solid #575756;
}
.contenu_file .contenu.bottom-metier .liste-rubriques > h2:after {
  border-top: 25px solid #575756;
}
.contenu_file .contenu::after {
  content: "";
  position: absolute;
  right: 0;
  left: calc(50% - 30px);
  bottom: -35px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
}
.contenu_file .contenu .btn_articles {
  display: inline-block;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
.contenu_file .contenu .liste-contenus .fiche_article {
  width: 32%;
  background: #FFF;
}
.contenu_file .contenu .liste-contenus .fiche_article > h2 {
  padding: 10px;
  font-size: 1.3em;
}
.contenu_file .contenu .liste-contenus .fiche_article > div {
  padding: 10px;
  height: 55px;
  overflow: hidden;
  position: relative;
}
.contenu_file .contenu .liste-contenus .fiche_article > div::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  content: "";
  background: linear-gradient(to top, #f5f5f5 15%, rgba(245, 245, 245, 0) 86%);
  pointer-events: none;
}
.contenu_file .contenu .liste-contenus .fiche_article .suite {
  position: relative;
  display: inline-block;
  margin: 10px;
  padding: 5px 10px;
}
.contenu_file .contenu .liste-contenus .fiche_article .edition {
  padding: 0 10px 10px;
}
.contenu_file .contenu .liste-contenus .fiche_article:not(:nth-child(3n + 1)) {
  margin-left: 2%;
}
.contenu_file .contenu .liste-contenus .fiche_article:nth-child(n + 4) {
  margin-top: 25px;
}
.contenu_file .contenu .article_contenu.rubrique-recrutement {
  padding-bottom: 1%;
  margin: 0;
}
.contenu_file .contenu .liste-offres {
  padding: 1% 12%;
}
.contenu_file .contenu .liste-offres .fiche_article {
  width: 20%;
}
.contenu_file .contenu .liste-rubriques {
  margin: 20px 0;
}
.contenu_file .contenu .liste-rubriques > h2 {
  position: relative;
  font-size: 2em;
  text-align: center;
  margin: 30px 0;
  padding-top: 40px;
}
.contenu_file .contenu .liste-rubriques > h2:after {
  content: "";
  position: absolute;
  right: 0;
  left: calc(50% - 30px);
  top: 0px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
}
.contenu_file .contenu .liste-rubriques .guide-carousel {
  width: 32%;
  float: left;
}
.contenu_file .contenu .liste-rubriques .guide-carousel > h2 {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 10px;
}
.contenu_file .contenu .liste-rubriques .guide-carousel > div {
  background: #FFF;
  padding: 15px;
}
.contenu_file .contenu .liste-rubriques .guide-carousel > div.metier-location {
  border: 1px solid #f7a824;
}
.contenu_file .contenu .liste-rubriques .guide-carousel > div.metier-gestion {
  border: 1px solid #7935d8;
}
.contenu_file .contenu .liste-rubriques .guide-carousel > div.metier-syndic {
  border: 1px solid #99bf00;
}
.contenu_file .contenu .liste-rubriques .guide-carousel > div.metier-transaction,
.contenu_file .contenu .liste-rubriques .guide-carousel > div.metier-vendeur {
  border: 1px solid #00b5d6;
}
.contenu_file .contenu .liste-rubriques .guide-carousel > div h3 {
  position: relative;
  color: #575756;
  height: 50px;
}
.contenu_file .contenu .liste-rubriques .guide-carousel > div h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  content: "";
  background: linear-gradient(to top, #f5f5f5 15%, rgba(245, 245, 245, 0) 86%);
  pointer-events: none;
}
.contenu_file .contenu .liste-rubriques .guide-carousel > div .guide-txt {
  height: 55px;
  overflow: hidden;
  position: relative;
}
.contenu_file .contenu .liste-rubriques .guide-carousel > div .guide-txt::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  content: "";
  background: linear-gradient(to top, #f5f5f5 15%, rgba(245, 245, 245, 0) 86%);
  pointer-events: none;
}
.contenu_file .contenu .liste-rubriques .guide-carousel > div [class^='btn-guide-'] {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin-top: 10px;
}
.contenu_file .contenu .liste-rubriques .guide-carousel > div [class^='btn-guide-'] > * {
  padding: 2px 10px;
  border: 1px solid #d6d6d6;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, border;
  -moz-transition-property: background, border;
  -o-transition-property: background, border;
  transition-property: background, border;
}
.contenu_file .contenu .liste-rubriques .guide-carousel > div [class^='btn-guide-'] > *:hover {
  border: 1px solid #575756;
}
.contenu_file .contenu .liste-rubriques .guide-carousel > div [class^='btn-guide-'] > *:hover.bg-hover {
  background: #e6e6e6;
}
.contenu_file .contenu .liste-rubriques .guide-carousel > div [class^='btn-guide-'] > *:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #e6e6e6;
}
.contenu_file .contenu .liste-rubriques .guide-carousel > div [class^='btn-guide-'] > *:active.bg-hover {
  background: #bfbfbf;
}
.contenu_file .contenu .liste-rubriques .guide-carousel > div [class^='btn-guide-'] .owl-next,
.contenu_file .contenu .liste-rubriques .guide-carousel > div [class^='btn-guide-'] .owl-prev {
  font-family: saxo;
  text-align: right;
  color: #575756;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contenu_file .contenu .liste-rubriques .guide-carousel > div [class^='btn-guide-'] .btn-read-all {
  text-align: center;
}
.contenu_file .contenu .liste-rubriques .guide-carousel:not(:first-child) {
  margin-left: 2%;
}
.contenu_file .contenu .liste-rubriques .guide-seul .owl-next,
.contenu_file .contenu .liste-rubriques .guide-seul .owl-prev {
  display: none;
}
.contenu_file .contenu .compte-web .espace-extranet a {
  display: block;
  padding: 10px;
  margin-top: 10px;
}
.contenu_file .contenu .compte-web .video:not(:first-child) {
  margin-top: 20px;
}
.contenu_file .contenu .compte-web .video > h3 {
  font-size: 1.6em;
  margin-bottom: 10px;
}
.contenu_file .contenu .compte-web .video > a {
  display: block;
  padding: 10px;
  margin-top: 5px;
  font-size: 1.4em;
  text-align: center;
}
.contenu_file .contenu .autres-comptes > div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-left: -20px;
  margin-bottom: -20px;
  margin-bottom: 0;
}
.contenu_file .contenu .autres-comptes > div > * {
  position: relative;
  flex: 0 0 auto;
  width: calc(100% * 1 / 4 - 20px);
  margin-bottom: 20px;
  margin-left: 20px;
}
.contenu_file .contenu .autres-comptes > div > .slot-full {
  width: calc(100% - 20px);
}
.contenu_file .contenu .autres-comptes > div > .slot-2 {
  width: calc(100% * 2 / 4 - 20px);
}
.contenu_file .contenu .autres-comptes > div > .slot-3 {
  width: calc(100% * 3 / 4 - 20px);
}
.contenu_file .contenu .autres-comptes > div > .slot-first {
  order: -1;
}
@media (max-width: 680px) {
  .contenu_file .contenu .autres-comptes > div > * {
    width: calc(100% * 1 / 2 - 20px);
  }
  .contenu_file .contenu .autres-comptes > div > .slot-2,
  .contenu_file .contenu .autres-comptes > div > .slot-3 {
    width: calc(100% - 20px);
  }
}
@media (max-width: 480px) {
  .contenu_file .contenu .autres-comptes > div > *,
  .contenu_file .contenu .autres-comptes > div > .slot-2,
  .contenu_file .contenu .autres-comptes > div > .slot-3 {
    width: calc(100% - 20px);
  }
}
.contenu_file .contenu .autres-comptes > div > * {
  padding: 10px;
}
.contenu_file .contenu .article_contenu {
  margin: 20px 0;
  font-size: 1.1rem;
}
.contenu_file .contenu .article_contenu h2,
.contenu_file .contenu .article_contenu h3,
.contenu_file .contenu .article_contenu h4,
.contenu_file .contenu .article_contenu h5 {
  margin-bottom: 10px;
}
.contenu_file .contenu .article_contenu h2:not(:first-child),
.contenu_file .contenu .article_contenu h3:not(:first-child),
.contenu_file .contenu .article_contenu h4:not(:first-child),
.contenu_file .contenu .article_contenu h5:not(:first-child) {
  margin-top: 15px;
}
.contenu_file .contenu .article_contenu > p + p {
  margin-top: 20px;
}
.contenu_file .contenu .article_contenu img {
  padding: 10px;
}
.contenu_file .contenu .article_contenu ul {
  margin-top: 20px;
  margin-left: 10px;
}
.contenu_file .contenu .article_contenu ul li > * {
  display: inline;
}
.contenu_file .contenu .article_contenu ul li:not(:first-child) {
  margin-top: 10px;
}
.contenu_file .contenu .article_contenu .source_contenu {
  margin-top: 20px;
  font-size: 0.7em;
  color: #6a6a6a;
}
.contenu_file .contenu .article_contenu .newsletterInvestisseur {
  cursor: pointer;
}
.contenu_file .contenu .article_contenu .compte-web {
  margin-top: 15px;
}
.contenu_file .contenu .article_contenu:after {
  content: '';
  display: table;
  clear: both;
}
.contenu_file .contenu .departement > ul {
  list-style-type: none;
  margin: 20px;
}
.contenu_file .contenu .departement > ul > li > h2 {
  font-size: 1.4em;
}
.contenu_file .contenu .departement > ul > li > ul {
  list-style-type: none;
  margin-left: 20px;
}
.contenu_file .contenu .departement > ul > li > ul > li {
  margin-top: 10px;
}
.contenu_file .contenu .departement > ul > li:not(:first-child) {
  margin-top: 20px;
}
.contenu_file .contenu .moteur-index {
  background-color: #fff;
}
.contenu_file .contenu .moteur-index > form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contenu_file .contenu .moteur-index > form > * {
  margin: 15px 0;
  padding: 0 60px;
  width: 48%;
}
.contenu_file .contenu .moteur-index > form .btn_count_moteur {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 1.2rem;
  background-color: #0063A8;
  color: #FFF;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
.contenu_file .contenu .moteur-index > form .btn_count_moteur:hover {
  background-color: #004576;
}
.contenu_file .agence_online {
  margin: 20px 0;
}
.contenu_file .agence_online > h2 {
  margin-bottom: 20px;
}
.contenu_file .agence_online .btn_has_projet {
  margin: 20px 0;
  background: #FFF;
  border: 1px solid #575756;
  text-align: center;
  padding: 20px;
  font-size: 1.4em;
}
.contenu_file .agence_online .liste_guide_online {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-left: -20px;
  margin-bottom: -20px;
  margin-bottom: 0;
}
.contenu_file .agence_online .liste_guide_online > * {
  position: relative;
  flex: 0 0 auto;
  width: calc(100% * 1 / 2 - 20px);
  margin-bottom: 20px;
  margin-left: 20px;
}
.contenu_file .agence_online .liste_guide_online > .slot-full {
  width: calc(100% - 20px);
}
.contenu_file .agence_online .liste_guide_online > .slot-2 {
  width: calc(100% * 2 / 2 - 20px);
}
.contenu_file .agence_online .liste_guide_online > .slot-3 {
  width: calc(100% * 3 / 2 - 20px);
}
.contenu_file .agence_online .liste_guide_online > .slot-first {
  order: -1;
}
@media (max-width: 680px) {
  .contenu_file .agence_online .liste_guide_online > * {
    width: calc(100% * 1 / 2 - 20px);
  }
  .contenu_file .agence_online .liste_guide_online > .slot-2,
  .contenu_file .agence_online .liste_guide_online > .slot-3 {
    width: calc(100% - 20px);
  }
}
@media (max-width: 480px) {
  .contenu_file .agence_online .liste_guide_online > *,
  .contenu_file .agence_online .liste_guide_online > .slot-2,
  .contenu_file .agence_online .liste_guide_online > .slot-3 {
    width: calc(100% - 20px);
  }
}
.contenu_file .agence_online .liste_guide_online > * {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding: 30px 5px;
  text-align: center;
  font-size: 1.5em;
}
.contenu_file .agence_online .liste_guide_online > * p > span {
  margin: 10px 0;
  display: block;
}
.contenu_file .agence_online .liste_guide_online > * p > i {
  font-style: normal;
  font-family: idf;
  display: block;
  font-size: 2em;
  margin-bottom: 10px;
}
.contenu_file .agence_online .btn_contact_locale {
  text-align: center;
  padding: 10px;
  font-size: 1.6em;
  cursor: pointer;
}
.contenu_file .agence_online .btn_contact_locale:before {
  content: 'L';
  margin-right: 10px;
  font-size: 1.1em;
  font-family: idf;
}
.contenu_file .agence_online .titre_modules {
  text-align: center;
  margin: 30px 0;
  font-weight: normal;
  font-size: 1.9em;
  padding-bottom: 20px;
  border-bottom: 10px solid #0063A8;
}
.contenu_file .agence_online .titre_modules:after {
  content: "";
  position: absolute;
  right: 0;
  left: calc(50% - 30px);
  bottom: -35px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 25px solid #0063A8;
}
.contenu_file .service_online .service-contenu {
  margin-bottom: 20px;
}
.contenu_file .service_online .service-contenu > .contenu-service {
  text-align: justify;
  -webkit-flex: 1;
  flex: 1;
}
.contenu_file .service_online .service-contenu .service-btn {
  margin-left: 3%;
  font-size: 1.2em;
  width: 30%;
}
.contenu_file .service_online .service-contenu .service-btn > div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-left: -10px;
  margin-bottom: -10px;
}
.contenu_file .service_online .service-contenu .service-btn > div > * {
  position: relative;
  flex: 0 0 auto;
  width: calc(100% * 1 / 2 - 10px);
  margin-bottom: 10px;
  margin-left: 10px;
}
.contenu_file .service_online .service-contenu .service-btn > div > .slot-full {
  width: calc(100% - 10px);
}
.contenu_file .service_online .service-contenu .service-btn > div > .slot-2 {
  width: calc(100% * 2 / 2 - 10px);
}
.contenu_file .service_online .service-contenu .service-btn > div > .slot-3 {
  width: calc(100% * 3 / 2 - 10px);
}
.contenu_file .service_online .service-contenu .service-btn > div > .slot-first {
  order: -1;
}
@media (max-width: 680px) {
  .contenu_file .service_online .service-contenu .service-btn > div > * {
    width: calc(100% * 1 / 2 - 10px);
  }
  .contenu_file .service_online .service-contenu .service-btn > div > .slot-2,
  .contenu_file .service_online .service-contenu .service-btn > div > .slot-3 {
    width: calc(100% - 10px);
  }
}
@media (max-width: 480px) {
  .contenu_file .service_online .service-contenu .service-btn > div > *,
  .contenu_file .service_online .service-contenu .service-btn > div > .slot-2,
  .contenu_file .service_online .service-contenu .service-btn > div > .slot-3 {
    width: calc(100% - 10px);
  }
}
.contenu_file .service_online .service-contenu .service-btn > div > * {
  padding: 10px;
  text-align: center;
  font-size: 1.1rem;
}
.contenu_file .service_online .service-contenu .service-btn > div > * > i {
  font-style: normal;
  font-family: idf;
  display: block;
  font-size: 1.4rem;
}
.contenu_file .service_online .service-contenu .service-btn > div > *.disabled {
  pointer-events: none;
  background-color: #DFDFDF !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #9F9F9F !important;
  border: 1px solid #9F9F9F;
  cursor: default;
}
.contenu_file .service_online .choix_projet > * {
  position: relative;
  padding: 10px 10px 10px 40px;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  font-size: 1.3em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.contenu_file .service_online .choix_projet > *.active:after {
  transform: scale(1);
}
.contenu_file .service_online .choix_projet > *:before,
.contenu_file .service_online .choix_projet > *:after {
  position: absolute;
  height: 100%;
  font-family: idf;
  font-size: 1.3em;
  line-height: 3.5;
  color: #FFF;
  top: 0;
  left: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.contenu_file .service_online .choix_projet > *:before {
  content: '(';
}
.contenu_file .service_online .choix_projet > *:after {
  content: ')';
  padding: 0 4.5px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.contenu_file .service_online .bloc-liste {
  margin: 20px 0;
}
.contenu_file .service_online .bloc-liste > * {
  width: 100%;
  margin: 15px 0;
}
.contenu_file .liste_alerte .alerte {
  background-color: #FFF;
  padding: 10px 10px 50px;
  height: 100%;
  position: relative;
}
.contenu_file .liste_alerte .alerte .alerte-action {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  text-align: right;
}
.contenu_file .liste_alerte .alerte .alerte-action > * {
  padding: 5px;
  display: inline-block;
}
.contenu_file .bareme_region > h2 {
  margin: 20px 0 !important;
}
.contenu_file .bareme_region > h3 {
  margin: 12px 0 !important;
}
.contenu_file .bareme_region > h4 {
  margin: 5px 0 10px !important;
}
.contenu_file .bareme_region .bareme_agence {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contenu_file .bareme_region .bareme_agence > a {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 10px;
  text-align: center;
}
.contenu_file .bareme_region .bareme_agence > a:not(:first-child) {
  margin-left: 1%;
}
.contenu_file .bareme_region .bareme_agence > a:before {
  content: 'L';
  font-family: saxo;
  font-size: 1.4rem;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.contenu_file .bareme_region:not(:first-child) {
  margin-top: 40px;
}
.contenu_file .me-wai.me-wai-pret .me-wai-ouvrir {
  -webkit-text-fill-color: #FFF !important;
  color: #FFF !important;
  border: 0 !important;
}
.contenu_file.opinion-system {
  padding: 3% 12%;
}
@media (max-width: 1440px) {
  .contenu_file.opinion-system {
    padding: 3%;
  }
}
section.contenu_file .contenu .liste-contenus[class*='row-flex-'].start {
  justify-content: unset;
  -webkit-justify-content: unset;
}
section.contenu_file .contenu .liste-contenus[class*='row-flex-'].start .fiche_article {
  margin-left: 1% !important;
}
.btn-contenu {
  margin: auto;
  font-size: 1.2rem;
}
.btn-contenu span {
  padding: 2%;
  display: block;
  text-align: center;
  height: 2.5rem;
  font-weight: bold;
}
@media (max-width: 900px) {
  .btn-contenu {
    text-align: center;
  }
}
.departement {
  padding: 3% 12%;
}
@media (max-width: 1440px) {
  .departement {
    padding: 3%;
  }
}
.page-annonces {
  padding: 20px 0;
}
.page-annonces .annoncesBloc {
  width: 1100px;
  margin: 10px auto 40px;
}
.page-annonces h1,
.page-annonces h2,
.page-annonces h3,
.page-annonces h4 {
  margin: 10px 0;
}
.page-annonces h1 {
  font-size: 1.6rem;
}
.page-annonces h3 {
  font-size: 1.4rem;
}
.page-annonces h4 {
  font-size: 1.2rem;
}
.page-annonces .color_link_annonce {
  font-weight: 700;
}
.page-annonces .texte_commune.img img {
  float: right;
  margin: 0 10px 10px;
  width: 300px;
}
.page-annonces .texte_commune.img:after {
  display: table;
  clear: both;
  content: '';
}
.contenu-main-title {
  padding-top: 3%;
  font-size: 2rem;
}
.contenu.annonces {
  padding: 3% 12%;
}
@media (max-width: 1440px) {
  .contenu.annonces {
    padding: 3%;
  }
}
/** classes pour les contenus des pages services **/
.service-banniere {
  width: 100%;
  color: #333333;
  background: #f7f4f4;
  display: grid;
  line-height: 1.4;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 780px) {
  .service-banniere {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 680px) {
  .service-banniere {
    padding: 9% 3%;
  }
  .service-banniere .btn-banner {
    width: 100%;
  }
}
.presentation-txt-wrapper {
  display: grid;
  grid-auto-flow: row;
}
.service-main-title {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.presentation-btn.btn-banner {
  margin: 2rem 0;
  padding: 1rem;
  text-align: center;
  height: 3.5rem;
}
/** PAGES SERVICES **/
.btn-banner {
  cursor: pointer;
  font-size: 1.2rem !important;
}
.page-service-wrapper .moteur-index-global {
  transform: scale(0);
  height: 0;
  transition: 0.3s ease-in-out;
  transform-origin: bottom;
}
.page-service-wrapper .moteur-index-global.show-moteur {
  margin-top: 1rem;
  transform: scale(1);
  height: auto;
  padding: 0 12% 3%;
}
@media (max-width: 1440px) {
  .page-service-wrapper .moteur-index-global.show-moteur {
    padding: 0 3% 3%;
  }
}
.titre-page-service {
  padding: 0.5rem;
  text-align: center;
}
.page-service-title {
  font-size: 2rem;
}
.page-service-wrapper {
  width: 100%;
}
.page-service-wrapper .moteur-index-form {
  padding: 3% 12%;
  box-shadow: none;
}
.page-service-wrapper .moteur-index-form.transaction {
  background: #00b5d6;
}
.page-service-wrapper .moteur-index-form.location {
  background: #f7a824;
}
@media (max-width: 780px) {
  .page-service-wrapper .moteur-index-form {
    padding: 5%;
  }
}
.bottom-neutre > .btn-contact,
.bottom-syndic > .btn-contact,
.bottom-gestion > .btn-contact {
  display: flex;
  justify-content: end;
  padding-right: 12%;
}
/** BTN FULL **/
.btn-full-wrapper {
  width: 100%;
  padding: 4.5rem;
  margin: 2.5rem 0;
  position: relative;
}
.btn-full-wrapper .btn-popup {
  cursor: pointer;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/** bloc btn duo **/
.bloc-btn-duo-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 780px) {
  .bloc-btn-duo-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.module_link-titre {
  justify-content: unset !important;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 1.2rem;
}
.module_link-titre::before {
  content: attr(data-icon);
  padding: 0.3rem;
  font-family: idf;
  font-size: 4rem;
}
.module_link-titre::after {
  position: absolute;
  top: 29%;
  right: 25px;
  content: '';
  width: 37px;
  height: 37px;
  margin: -5px 0 0 -8px;
  border-left: 6px solid #fff;
  border-bottom: 6px solid #fff;
  transform: rotate(226deg);
}
.module_link-titre.alerte::before {
  content: attr(data-icon);
  padding: 0.3rem;
  font-family: idf;
  font-size: 3rem;
}
.module_link-texte {
  line-height: 1.5rem;
}
.module_link {
  cursor: pointer;
  padding: 1rem 0.7rem;
  box-shadow: none;
}
.module_link.bg-light {
  background: #fff;
}
.module_link.bg-light .module_link-titre {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 1.4rem;
}
@media (max-width: 1800px) {
  .module_link.bg-light .module_link-titre {
    font-size: 1.2rem;
  }
}
@media (max-width: 1440px) {
  .module_link.bg-light .module_link-titre {
    font-size: 1rem;
  }
}
.module_link.bg-light .module_link-titre::after {
  border-left: 6px solid #00b5d6;
  border-bottom: 6px solid #00b5d6;
}
/** bloc double **/
.bloc-duo-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding: 3% 12%;
}
@media (max-width: 1440px) {
  .bloc-duo-wrapper {
    padding: 3%;
  }
}
@media (max-width: 780px) {
  .bloc-duo-wrapper {
    grid-template-columns: 1fr;
  }
}
.bloc-duo-wrapper .duo-card-services {
  position: relative;
  overflow: hidden;
  box-shadow: none;
  height: 99%;
}
.bloc-duo-wrapper .duo-card-services:hover .btn-duo {
  background: #FFF;
  color: #00b5d6;
}
.bloc-duo-wrapper .duo-card-services:hover .btn-duo::before,
.bloc-duo-wrapper .duo-card-services:hover .btn-duo::after {
  width: 100%;
  height: 100%;
}
.bloc-duo-wrapper .duo-card-services:hover .btn-duo::before {
  border-top-color: #00b5d6;
  border-right-color: #00b5d6;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.bloc-duo-wrapper .duo-card-services:hover .btn-duo::after {
  border-bottom-color: #00b5d6;
  border-left-color: #00b5d6;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.bloc-duo-wrapper .lien-duo {
  width: 100%;
  cursor: pointer;
  font-size: 1.3rem;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
}
.bloc-duo-wrapper .lien-duo .titre-bloc {
  width: 100%;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.7);
}
.bloc-duo-wrapper .lien-duo .titre-bloc h3 {
  margin-bottom: 1.5rem;
}
@media (max-width: 1280px) {
  .bloc-duo-wrapper .lien-duo .titre-bloc {
    font-size: 1.2rem;
  }
}
@media (max-width: 1024px) {
  .bloc-duo-wrapper .lien-duo .titre-bloc {
    height: 100%;
    padding: 5rem 1rem;
  }
}
.btn-duo {
  padding: 0.8rem 4.7rem;
  color: #fff;
  border: 0;
  margin: 1rem;
  box-shadow: inset 0 0 0 2px transparent;
  font-size: inherit;
  font-weight: 700;
  vertical-align: middle;
  position: relative;
  transition: color 0.4s;
}
.btn-duo::before,
.btn-duo::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-duo::before,
.btn-duo::after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.btn-duo::before {
  top: 0;
  left: 0;
}
.btn-duo::after {
  bottom: 0;
  right: 0;
}
/**banners metier **/
.banner-metier-wrapper {
  width: 100%;
  height: 23rem;
  margin: 3% 0;
  position: relative;
}
@media (max-width: 680px) {
  .banner-metier-wrapper {
    height: auto;
  }
}
.banner-metier-wrapper:hover .btn-banner.clr-neutre {
  background: #fff;
  color: #575756;
}
.banner-metier-wrapper:hover .btn-banner.clr-transaction {
  background: #FFF;
  color: #00b5d6;
}
.banner-metier-wrapper:hover .btn-banner.clr-location {
  background: #FFF;
  color: #f7a824;
}
.banner-metier-wrapper:hover .btn-banner.clr-gestion {
  background: #FFF;
  color: #7935d8;
}
.banner-metier-wrapper:hover .btn-banner.clr-syndic {
  background: #FFF;
  color: #99bf00;
}
.banner-metier-wrapper:hover .btn-banner::before,
.banner-metier-wrapper:hover .btn-banner::after {
  width: 100%;
  height: 100%;
}
.banner-metier-wrapper:hover .btn-banner::before {
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.banner-metier-wrapper:hover .btn-banner.clr-neutre::before {
  border-top-color: #575756;
  border-right-color: #575756;
}
.banner-metier-wrapper:hover .btn-banner.clr-transaction::before {
  border-top-color: #00b5d6;
  border-right-color: #00b5d6;
}
.banner-metier-wrapper:hover .btn-banner.clr-location::before {
  border-top-color: #f7a824;
  border-right-color: #f7a824;
}
.banner-metier-wrapper:hover .btn-banner.clr-gestion::before {
  border-top-color: #7935d8;
  border-right-color: #7935d8;
}
.banner-metier-wrapper:hover .btn-banner.clr-syndic::before {
  border-top-color: #99bf00;
  border-right-color: #99bf00;
}
.banner-metier-wrapper:hover .btn-banner::after {
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.banner-metier-wrapper:hover .btn-banner.clr-neutre::after {
  border-bottom-color: #575756;
  border-left-color: #575756;
}
.banner-metier-wrapper:hover .btn-banner.clr-transaction::after {
  border-bottom-color: #00b5d6;
  border-left-color: #00b5d6;
}
.banner-metier-wrapper:hover .btn-banner.clr-location::after {
  border-bottom-color: #f7a824;
  border-left-color: #f7a824;
}
.banner-metier-wrapper:hover .btn-banner.clr-gestion::after {
  border-bottom-color: #7935d8;
  border-left-color: #7935d8;
}
.banner-metier-wrapper:hover .btn-banner.clr-syndic::after {
  border-bottom-color: #99bf00;
  border-left-color: #99bf00;
}
.banner-metier-wrapper.newsletter-banner {
  background: url("/bundles/main/images/service/banner-newsletter.jpg");
}
.banner-metier-wrapper.investissement-banner {
  background: url("/bundles/main/images/service/banner-investissement.jpg");
}
.banner-metier-wrapper.service-banner {
  background: url("/bundles/main/images/service/banner-service-online.jpg");
}
.banner-transaction-vente {
  background: url("/bundles/main/images/service/banner-vente.jpg");
}
.banner-investissement-locatif {
  background: url("/bundles/main/images/service/banner-investissement.jpg");
}
@media (min-width: 1280px) {
  .banner-investissement-locatif .banner-img-content {
    width: 50%;
  }
}
.banner-transaction-nid {
  background: url("/bundles/main/images/service/banner-vente-nid.jpg");
}
@media (min-width: 1280px) {
  .banner-transaction-nid .banner-img-content {
    width: 36%;
    transform: translateY(47%);
  }
  .banner-transaction-nid .btn-banner {
    width: 21rem;
  }
}
@media (max-width: 860px) {
  .banner-transaction-nid .btn-banner {
    padding: 0.8rem 3rem;
  }
}
.banner-location-ideal {
  background: url("/bundles/main/images/service/banner-location-ideal.jpg");
}
@media (min-width: 1280px) {
  .banner-location-ideal .btn-banner {
    width: 21rem;
  }
}
.banner-habitez-etudiez {
  background: url("/bundles/main/images/service/habitez-etudiez.jpg");
}
@media (max-width: 1280px) and (min-width: 780px) {
  .banner-habitez-etudiez .banner-img-content {
    width: 80%;
  }
}
@media (max-width: 780px) and (min-width: 680px) {
  .banner-habitez-etudiez .banner-img-content {
    width: 90%;
  }
}
.banner-faire-louer {
  background: url("/bundles/main/images/service/banner-guide-gestion.jpg");
}
.banner-agence-proximite {
  background: url("/bundles/main/images/service/banner-agence-proxi.jpg");
}
@media (min-width: 1280px) {
  .banner-agence-proximite .banner-img-content {
    width: 60%;
  }
}
.banner-choisir-syndic {
  background: url("/bundles/main/images/service/banner-choisir-syndic.jpg");
}
@media (min-width: 1280px) {
  .banner-choisir-syndic .banner-img-content {
    width: 80%;
  }
}
@media (max-width: 780px) {
  .banner-choisir-syndic .banner-img-content {
    width: 100%;
  }
}
.banner-trouver-syndic {
  background: url("/bundles/main/images/service/banner-trouver-syndic.jpg");
}
.banner-img-title {
  font-size: 2rem;
}
.banner-img-txt {
  font-size: 1.4rem;
}
@media (max-width: 680px) {
  .banner-img-txt {
    font-size: 1rem;
  }
}
.banner-img-content,
.content-banner-dynamique {
  transform: translateY(30%);
  padding: 2rem;
  display: grid;
  width: 57%;
  margin: auto;
  grid-template-rows: repeat(2, 1fr);
  text-align: center;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.9);
}
.banner-img-content .btn-banner,
.content-banner-dynamique .btn-banner {
  margin: auto;
  font-size: 1.2rem;
}
@media (max-width: 1024px) {
  .banner-img-content,
  .content-banner-dynamique {
    width: 85%;
    left: 8%;
  }
}
@media (max-width: 680px) {
  .banner-img-content,
  .content-banner-dynamique {
    width: 100%;
    top: 0;
    bottom: 0;
    transform: translateY(0%);
    padding: 1rem;
    left: 0;
    height: 15rem;
  }
}
.btn-banner {
  padding: 0.8rem 2rem;
  font-size: 1.2rem;
  background: #fff;
  width: 18rem;
  margin: 1rem;
  box-shadow: inset 0 0 0 2px transparent;
  font-size: inherit;
  font-weight: 700;
  vertical-align: middle;
  position: relative;
  transition: color 0.4s;
}
.btn-banner.clr-neutre {
  color: #575756;
  border: 1px solid #575756;
}
.btn-banner.clr-transaction {
  color: #00b5d6;
  border: 1px solid #00b5d6;
}
.btn-banner.clr-location {
  color: #f7a824;
  border: 1px solid #f7a824;
}
.btn-banner.clr-gestion {
  color: #7935d8;
  border: 1px solid #7935d8;
}
.btn-banner.clr-syndic {
  color: #99bf00;
  border: 1px solid #99bf00;
}
.btn-banner::before,
.btn-banner::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-banner::before,
.btn-banner::after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.btn-banner::before {
  top: 0;
  left: 0;
}
.btn-banner::after {
  bottom: 0;
  right: 0;
}
/** Spaceless **/
.spaceless-wrapper {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 50%);
  height: 350px;
  position: relative;
  grid-auto-flow: column;
}
@media (max-width: 1440px) {
  .spaceless-wrapper {
    padding: 3%;
  }
}
@media (max-width: 850px) {
  .spaceless-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: 370px 1fr;
    grid-auto-flow: row;
    height: auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 680px) {
  .spaceless-wrapper {
    grid-template-rows: 180px 1fr;
    margin-bottom: 3%;
  }
}
.spaceless-wrapper:not(:first-child) {
  padding: 0 12%;
}
@media (max-width: 1440px) {
  .spaceless-wrapper:not(:first-child) {
    padding: 0 3%;
  }
}
@media (max-width: 680px) {
  .spaceless-wrapper:not(:first-child) {
    padding: 3%;
  }
}
.spaceless-wrapper:last-child {
  margin-bottom: 3%;
}
.spaceless-wrapper:hover .btn-banner.clr-transaction {
  background: #FFF;
  color: #00b5d6;
}
.spaceless-wrapper:hover .btn-banner.clr-location {
  background: #FFF;
  color: #f7a824;
}
.spaceless-wrapper:hover .btn-banner.clr-gestion {
  background: #FFF;
  color: #7935d8;
}
.spaceless-wrapper:hover .btn-banner.clr-syndic {
  background: #FFF;
  color: #99bf00;
}
.spaceless-wrapper:hover .btn-banner::before,
.spaceless-wrapper:hover .btn-banner::after {
  width: 100%;
  height: 100%;
}
.spaceless-wrapper:hover .btn-banner::before {
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.spaceless-wrapper:hover .btn-banner.clr-transaction::before {
  border-top-color: #00b5d6;
  border-right-color: #00b5d6;
}
.spaceless-wrapper:hover .btn-banner.clr-location::before {
  border-top-color: #f7a824;
  border-right-color: #f7a824;
}
.spaceless-wrapper:hover .btn-banner.clr-gestion::before {
  border-top-color: #7935d8;
  border-right-color: #7935d8;
}
.spaceless-wrapper:hover .btn-banner.clr-syndic::before {
  border-top-color: #99bf00;
  border-right-color: #99bf00;
}
.spaceless-wrapper:hover .btn-banner::after {
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.spaceless-wrapper:hover .btn-banner.clr-transaction::after {
  border-bottom-color: #00b5d6;
  border-left-color: #00b5d6;
}
.spaceless-wrapper:hover .btn-banner.clr-location::after {
  border-bottom-color: #f7a824;
  border-left-color: #f7a824;
}
.spaceless-wrapper:hover .btn-banner.clr-gestion::after {
  border-bottom-color: #7935d8;
  border-left-color: #7935d8;
}
.spaceless-wrapper:hover .btn-banner.clr-syndic::after {
  border-bottom-color: #99bf00;
  border-left-color: #99bf00;
}
.spaceless-img {
  background-size: 100%;
}
@media (max-width: 1650px) and (min-width: 850px) {
  .spaceless-img {
    background: no-repeat center;
  }
}
.spaceless-img.left {
  grid-column: 2;
}
@media (max-width: 850px) {
  .spaceless-img.left {
    grid-column: unset;
  }
}
.lien-spaceless {
  width: 100%;
  height: 100%;
  padding-top: 4%;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.spaceless-content-wrapper {
  display: flex;
  align-items: center;
  padding: 0 4.7rem;
  background: #f7f4f4;
}
@media (max-width: 850px) {
  .spaceless-content-wrapper {
    padding: 1rem 1.7rem;
  }
}
@media (max-width: 680px) {
  .spaceless-content-wrapper {
    text-align: center;
  }
}
.spaceless-btn.btn-banner {
  text-align: center;
  margin: 2rem 0;
  transition: all 0.7s;
  padding: 1.2rem 4.7rem;
}
@media (max-width: 680px) {
  .spaceless-btn.btn-banner {
    margin: 2rem auto;
  }
}
.spaceless-btn.btn-banner.clr-transaction {
  border: 1px solid #00b5d6;
}
.spaceless-btn.btn-banner.clr-location {
  border: 1px solid #f7a824;
}
.spaceless-btn.btn-banner.clr-gestion {
  border: 1px solid #7935d8;
}
.spaceless-btn.btn-banner.clr-syndic {
  border: 1px solid #99bf00;
}
.spaceless-main-title {
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 680px) {
  .spaceless-wrapper.right .spaceless-content-wrapper {
    background: #f7f4f4;
  }
}
.banner-txt-wrapper {
  margin: 3% 0;
}
@media (max-width: 1440px) {
  .banner-txt-wrapper {
    padding: 3%;
  }
}
.banner-txt-main-title {
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 680px) {
  .banner-txt-main-title {
    text-align: center;
  }
}
.banner-txt-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 680px) {
  .banner-txt-content {
    text-align: center;
    grid-template-columns: 1fr;
    grid-template-rows: 2fr 1fr;
  }
}
.banner-txt-content .content {
  background: rgba(255, 255, 255, 0.9);
  padding: 4rem 4rem;
  margin: 5rem 8rem;
}
@media (max-width: 1280px) {
  .banner-txt-content .content {
    margin: 5rem 2rem;
  }
}
@media (max-width: 1024px) {
  .banner-txt-content .content {
    margin: 1rem;
    height: auto;
    padding: 2rem;
  }
}
@media (max-width: 780px) {
  .banner-txt-content .content {
    margin: 2rem;
  }
}
@media (max-width: 680px) {
  .banner-txt-content .content {
    margin: 0.6rem;
    padding: 0.6rem;
    text-align: center;
  }
}
.banner-txt-content .content h4 {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.banner-txt-content .btn-banner {
  width: 35%;
  font-size: 1.2rem;
  margin: auto;
  text-align: center;
  transition: all 0.7s;
}
@media (max-width: 1280px) {
  .banner-txt-content .btn-banner {
    width: 52%;
  }
}
@media (max-width: 780px) {
  .banner-txt-content .btn-banner {
    width: 70%;
  }
}
.banner-txt-content .btn-banner.clr-transaction {
  border: 1px solid #00b5d6;
}
.banner-txt-content .btn-banner.clr-transaction a {
  color: #00b5d6;
}
.banner-txt-content .btn-banner.clr-location {
  border: 1px solid #f7a824;
}
.banner-txt-content .btn-banner.clr-location a {
  color: #f7a824;
}
.banner-txt-content .btn-banner.clr-gestion {
  border: 1px solid #7935d8;
}
.banner-txt-content .btn-banner.clr-gestion a {
  color: #7935d8;
}
.banner-txt-content .btn-banner.clr-syndic {
  border: 1px solid #99bf00;
}
.banner-txt-content .btn-banner.clr-syndic a {
  color: #99bf00;
}
/** bloc cards duo **/
.service-duo-card-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 680px) {
  .service-duo-card-wrapper {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.service-duo-card {
  position: relative;
}
.service-duo-card:hover .btn-banner.clr-transaction {
  background: #FFF;
  color: #00b5d6;
}
.service-duo-card:hover .btn-banner.clr-location {
  background: #FFF;
  color: #f7a824;
}
.service-duo-card:hover .btn-banner.clr-gestion {
  background: #FFF;
  color: #7935d8;
}
.service-duo-card:hover .btn-banner.clr-syndic {
  background: #FFF;
  color: #99bf00;
}
.service-duo-card:hover .btn-banner::before,
.service-duo-card:hover .btn-banner::after {
  width: 100%;
  height: 100%;
}
.service-duo-card:hover .btn-banner::before {
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.service-duo-card:hover .btn-banner.clr-transaction::before {
  border-top-color: #00b5d6;
  border-right-color: #00b5d6;
}
.service-duo-card:hover .btn-banner.clr-location::before {
  border-top-color: #f7a824;
  border-right-color: #f7a824;
}
.service-duo-card:hover .btn-banner.clr-gestion::before {
  border-top-color: #7935d8;
  border-right-color: #7935d8;
}
.service-duo-card:hover .btn-banner.clr-syndic::before {
  border-top-color: #99bf00;
  border-right-color: #99bf00;
}
.service-duo-card:hover .btn-banner::after {
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.service-duo-card:hover .btn-banner.clr-transaction::after {
  border-bottom-color: #00b5d6;
  border-left-color: #00b5d6;
}
.service-duo-card:hover .btn-banner.clr-location::after {
  border-bottom-color: #f7a824;
  border-left-color: #f7a824;
}
.service-duo-card:hover .btn-banner.clr-gestion::after {
  border-bottom-color: #7935d8;
  border-left-color: #7935d8;
}
.service-duo-card:hover .btn-banner.clr-syndic::after {
  border-bottom-color: #99bf00;
  border-left-color: #99bf00;
}
.service-duo-card-content {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  width: 100%;
  padding: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.8);
}
.service-duo-card-content .btn-banner {
  margin: auto;
}
.clic-title {
  text-align: center;
}
/** bloc service **/
.service-banniere.agence-online {
  display: block;
}
.service-btn-online {
  padding: 2rem 18rem;
  margin: auto;
  font-size: 2rem;
}
@media (max-width: 680px) {
  .service-btn-online {
    padding: 2rem 5rem;
  }
}
.btn-services {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  text-align: center;
  font-size: 2rem;
  padding: 2rem;
}
.btn-services .icon {
  font-size: 3rem;
}
.btn-services.disabled {
  pointer-events: none;
  background-color: #DFDFDF !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}
.btn-services:hover {
  box-shadow: none;
}
/** agence online **/
.service-online-header {
  text-align: center;
  padding-top: 3%;
}
.bloc-btn-duo-wrapper {
  padding: 3% 12%;
}
@media (max-width: 1440px) {
  .bloc-btn-duo-wrapper {
    padding: 3%;
  }
}
.btn-duo-service {
  border: 1px solid #f7f4f4;
  cursor: pointer;
  padding: 1rem;
  display: grid;
  grid-template-rows: 2fr 1fr 1fr;
  box-shadow: none;
  transition: 0.2s ease-in-out;
}
.btn-duo-service:hover {
  transform: rotateX(3deg) rotateY(-2deg) rotateZ(-1deg) translateX(-4px) translateY(-5px) translateZ(3px) skewX(-1deg) skewY(1deg);
}
.btn-duo-service.bg-light {
  position: relative;
}
.btn-duo-service.bg-light.transaction {
  color: #00b5d6;
}
.btn-duo-service.bg-light .btn-duo-link {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}
.btn-duo-icon {
  font-family: idf;
  font-size: 3rem;
  margin: auto;
}
.btn-duo-second-title {
  text-align: center;
  font-size: 1.6rem;
}
.btn-duo-content {
  text-align: center;
}
.module_link {
  cursor: pointer;
}
.module_link.bg-light {
  background: #fff;
}
.module_link.bg-dark {
  background: #00b5d6;
}
.module_link .module_link-titre {
  padding: 10px;
  font-size: 1.5em;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.module_link .module_link-titre::before {
  content: attr(data-icon);
  font-family: idf;
  font-size: 3em;
}
.module_link .module_link-titre.icon-saxo::before {
  font-family: saxo;
}
.module_link .module_link-titre::after {
  content: url('/bundles/main/images/fleche.png');
}
.module_link .module_link-texte {
  text-align: center;
  font-size: 1.5em;
}
.module_link.contenu_card > span {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.module_link.contenu_card > span > img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.module_link.contenu_card > div {
  text-align: center;
  padding: 5px;
}
.module_link.contenu_card > div > h3 {
  font-size: 1.4em;
  margin: 10px 0;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.module_link.contenu_card > div > span {
  font-size: 1.2em;
  display: inline-block;
  padding: 5px;
}
.module_img {
  cursor: pointer;
}
.module_img .img_bloc {
  width: 50%;
  padding: 20px;
}
.module_img .img_bloc > span {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.module_img .img_bloc > span > img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.module_img .img_content {
  padding: 15px 40px;
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-align: center;
}
.module_img .img_content > h4 {
  font-size: 1.8em;
}
.module_img .img_content > p {
  font-size: 1.4em;
}
.module_img .img_content span {
  padding: 15px;
  font-size: 1.6em;
  display: inline-block;
}
.page-compte-client .recherche-page-wrapper,
.page-recrutement .recherche-page-wrapper {
  padding: 0 12%;
}
.page-compte-client .recherche_page,
.page-recrutement .recherche_page {
  background: #575756;
  padding: 3%;
  border-radius: 10px 40px;
}
.page-compte-client .recherche_page select,
.page-recrutement .recherche_page select {
  margin-bottom: 0;
}
.page-compte-client h2,
.page-recrutement h2 {
  font-size: 1.2rem;
  min-height: 58px;
}
.page-compte-client .fiche-photo,
.page-recrutement .fiche-photo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.page-compte-client .vignette-agence img,
.page-recrutement .vignette-agence img {
  width: 100%;
  height: 265px;
  object-fit: cover;
  border-radius: 10px 40px;
}
.page-compte-client .compte-client-btn,
.page-recrutement .compte-client-btn {
  background: #575756;
  color: #fff;
  padding: 1% 2%;
  border-radius: 10px;
  text-align: center;
}
.page-compte-client .compte-client-btn.clr-transaction,
.page-recrutement .compte-client-btn.clr-transaction {
  background: #00b5d6;
  transition: 0.3s;
}
.page-compte-client .compte-client-btn.clr-transaction:hover,
.page-recrutement .compte-client-btn.clr-transaction:hover {
  box-shadow: 0px 1px 1.9px rgba(0, 0, 0, 0.02), 0 5.4px 0px rgba(0, 0, 0, 0.03), 8px 3px 3px rgba(0, 0, 0, 0.03), 14px 10px 7px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 0px 37px 0px rgba(0, 0, 0, 0.05), -1px 1px 16px rgba(0, 0, 0, 0.07);
}
.page-compte-client .compte-client-btn.clr-gestion,
.page-recrutement .compte-client-btn.clr-gestion {
  background: #7935d8;
  transition: 0.3s;
}
.page-compte-client .compte-client-btn.clr-gestion:hover,
.page-recrutement .compte-client-btn.clr-gestion:hover {
  box-shadow: 0px 1px 1.9px rgba(0, 0, 0, 0.02), 0 5.4px 0px rgba(0, 0, 0, 0.03), 8px 3px 3px rgba(0, 0, 0, 0.03), 14px 10px 7px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 0px 37px 0px rgba(0, 0, 0, 0.05), -1px 1px 16px rgba(0, 0, 0, 0.07);
}
.page-compte-client .compte-client-btn.clr-syndic,
.page-recrutement .compte-client-btn.clr-syndic {
  background: #99bf00;
  transition: 0.3s;
}
.page-compte-client .compte-client-btn.clr-syndic:hover,
.page-recrutement .compte-client-btn.clr-syndic:hover {
  box-shadow: 0px 1px 1.9px rgba(0, 0, 0, 0.02), 0 5.4px 0px rgba(0, 0, 0, 0.03), 8px 3px 3px rgba(0, 0, 0, 0.03), 14px 10px 7px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 0px 37px 0px rgba(0, 0, 0, 0.05), -1px 1px 16px rgba(0, 0, 0, 0.07);
}
.page-compte-client .compte-client-btn.clr-location,
.page-recrutement .compte-client-btn.clr-location {
  background: #f7a824;
  transition: 0.3s;
}
.page-compte-client .compte-client-btn.clr-location:hover,
.page-recrutement .compte-client-btn.clr-location:hover {
  box-shadow: 0px 1px 1.9px rgba(0, 0, 0, 0.02), 0 5.4px 0px rgba(0, 0, 0, 0.03), 8px 3px 3px rgba(0, 0, 0, 0.03), 14px 10px 7px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 0px 37px 0px rgba(0, 0, 0, 0.05), -1px 1px 16px rgba(0, 0, 0, 0.07);
}
.page-compte-client .compte-client-btn.clr-metier,
.page-recrutement .compte-client-btn.clr-metier {
  background: #575756;
  transition: 0.3s;
}
.page-compte-client .compte-client-btn.clr-metier:hover,
.page-recrutement .compte-client-btn.clr-metier:hover {
  box-shadow: 0px 1px 1.9px rgba(0, 0, 0, 0.02), 0 5.4px 0px rgba(0, 0, 0, 0.03), 8px 3px 3px rgba(0, 0, 0, 0.03), 14px 10px 7px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 0px 37px 0px rgba(0, 0, 0, 0.05), -1px 1px 16px rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 100%) {
  .contenu_file .contenu {
    width: auto;
    padding: 10px 5px;
  }
  .page-annonces .annoncesBloc {
    width: 100%;
    margin: 10px auto 40px;
  }
}
@media screen and (max-width: 1024px) {
  .contenu_file .contenu .liste-rubriques .guide-carousel > h2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 680px) {
  .contenu_file .contenu .liste-contenus .fiche_article,
  .contenu_file .contenu .liste-rubriques .guide-carousel {
    width: 48%;
  }
  .contenu_file .contenu .liste-contenus .fiche_article:not(:first-child),
  .contenu_file .contenu .liste-rubriques .guide-carousel:not(:first-child) {
    margin-top: 0;
  }
  .contenu_file .contenu .liste-contenus .fiche_article:not(:nth-child(3n + 1)),
  .contenu_file .contenu .liste-rubriques .guide-carousel:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }
  .contenu_file .contenu .liste-contenus .fiche_article:nth-child(n + 4),
  .contenu_file .contenu .liste-rubriques .guide-carousel:nth-child(n + 4) {
    margin-top: 0;
  }
  .contenu_file .contenu .liste-contenus .fiche_article:nth-child(n + 3),
  .contenu_file .contenu .liste-rubriques .guide-carousel:nth-child(n + 3) {
    margin-top: 25px;
  }
  .contenu_file .contenu .liste-contenus .fiche_article:not(:nth-child(2n + 1)),
  .contenu_file .contenu .liste-rubriques .guide-carousel:not(:nth-child(2n + 1)) {
    margin-left: 4%;
  }
  .contenu_file .contenu .compte-web .left > a {
    width: 100%;
  }
  .module_link .module_link-titre {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .module_link .module_link-titre::after,
  .module_link .module_link-titre::before {
    display: none;
  }
  .module_link .module_link-texte {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .module_img .img_bloc,
  .module_img .img_content {
    width: 100%;
  }
  .module_img .img_bloc {
    order: 1;
  }
  .module_img .img_content {
    order: 2;
  }
  .module_img .img_content > * {
    margin: 10px 0;
  }
}
@media screen and (max-width: 480px) {
  .contenu_file .contenu .liste-contenus .fiche_article,
  .contenu_file .contenu .liste-rubriques .guide-carousel {
    width: 100%;
  }
  .contenu_file .contenu .liste-contenus .fiche_article:nth-child(n + 3),
  .contenu_file .contenu .liste-rubriques .guide-carousel:nth-child(n + 3) {
    margin-left: 0;
  }
  .contenu_file .contenu .liste-contenus .fiche_article:not(:nth-child(2n + 1)),
  .contenu_file .contenu .liste-rubriques .guide-carousel:not(:nth-child(2n + 1)) {
    margin-left: 0;
  }
  .contenu_file .contenu .liste-contenus .fiche_article:not(:first-child),
  .contenu_file .contenu .liste-rubriques .guide-carousel:not(:first-child) {
    margin-top: 25px;
  }
  .contenu_file .contenu .liste-contenus .fiche_article .suite,
  .contenu_file .contenu .liste-rubriques .guide-carousel .suite {
    font-size: 1.6em;
  }
  .contenu_file .contenu .btn_contact {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: 1.3em;
  }
  .contenu_file .contenu .btn_contact > .contenu-main-title {
    font-size: 2rem;
  }
  .contenu_file .contenu .btn_contact > span {
    display: block;
    font-size: 1em;
  }
  .contenu_file .contenu .article_contenu img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
    float: none !important;
  }
  .contenu_file .contenu .moteur-index > form > * {
    width: 100%;
    margin: 10px 0;
    padding: 0 20px;
  }
  .contenu_file .service_online .service-contenu .service-btn {
    width: auto;
    margin-top: 10px;
    margin-left: 0;
  }
  .contenu_file .service_online .service-contenu .service-btn > div > * {
    width: calc(100% * 1 / 2 - 10px);
  }
  .module_link.contenu_card > div > span,
  .module_img .img_content span {
    padding: 5px;
    font-size: 1.4em;
  }
  .page-annonces .texte_commune.img img {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
}
.body_regroupement_3.contenu_686,
.body_regroupement_20.contenu_686,
.body_regroupement_15.contenu_686,
.body_regroupement_12.contenu_686,
.body_regroupement_13.contenu_686,
.body_regroupement_14.contenu_686 {
  overflow-y: auto;
}
.body_regroupement_3.contenu_686 .body-content .container,
.body_regroupement_20.contenu_686 .body-content .container,
.body_regroupement_15.contenu_686 .body-content .container,
.body_regroupement_12.contenu_686 .body-content .container,
.body_regroupement_13.contenu_686 .body-content .container,
.body_regroupement_14.contenu_686 .body-content .container {
  margin: 0;
}
input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  width: 100%;
}
input:not([type=checkbox]):not([type=radio]) {
  height: 35px;
  padding: 3px 8px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid transparent;
  border-top: none;
  border-bottom: 1px solid #DDD;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;
}
input[type=radio] + label {
  margin-left: 6px;
  font-size: 1.2em;
}
input[type=radio]:not(:first-child) {
  margin-left: 10px;
}
select {
  height: 35px;
  padding: 3px 5px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid transparent;
  border-top: none;
  border-bottom: 1px solid #DDD;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;
}
textarea {
  padding: 10px 10px;
  resize: vertical;
  width: 100%;
  border-radius: 3px;
  border: 1px solid transparent;
  border-top: none;
  border-bottom: 1px solid #DDD;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;
}
.select-service *:not(:first-child) {
  text-transform: capitalize;
}
.critere select {
  height: 35px;
  border-radius: 4px;
}
.error {
  color: #FF0000;
  font-size: 0.8em;
}
.error + input,
.error + select {
  border-left: 2px solid #FF0000 !important;
}
.btn-disabled {
  pointer-events: none;
  background-color: #DFDFDF !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}
.divOffreRecrutement {
  display: none;
}
.demandeEstimation {
  padding: 2rem 0 1rem 0;
  font-size: 1rem;
}
/**********************/
/****** SELECT 2 ******/
/**********************/
.select2-container--default .select2-selection--single {
  border-radius: 2px;
}
.select2-container--default .select2-selection--multiple {
  border-radius: 0;
}
.select2-results {
  font-size: 0.8rem;
}
.select2-container .select2-choice {
  height: 35px;
  background-color: #FFF;
  background-image: none;
  border-radius: 3px;
  border: 1px solid transparent;
  border-top: none;
  border-bottom: 1px solid #DDD;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;
}
.select2-container .select2-choice abbr {
  display: block !important;
}
.select2-container .select2-choice .select2-arrow {
  background: none;
  border-left: 0;
}
.select2-container .select2-choice > .select2-chosen {
  line-height: 35px;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px 2px 5px 10px;
  font-size: 0.7rem;
  color: #777 !important;
}
.select2-container-multi .select2-choices .select2-search-choice > div {
  font-size: 0.8rem;
}
form .select2-container {
  width: 100% !important;
}
form .select2-container.departement {
  padding: 0;
}
/**********************/
/***** SUMOSELECT *****/
/**********************/
.SelectBox {
  width: auto;
  padding: 7px 8px;
}
.SelectBox {
  padding: 7px 8px;
}
.SumoSelect {
  width: 100% !important;
}
.SumoSelect > .CaptionCont {
  position: relative;
  min-height: 35px;
  background-color: #fff;
  margin: 0;
  height: 35px;
  line-height: 35px;
  padding: 0 9px;
  cursor: pointer;
  background-image: none;
  border-radius: 3px;
  border: 1px solid transparent;
  border-top: none;
  border-bottom: 1px solid #DDD;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;
}
.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 18px;
  cursor: pointer;
}
.SumoSelect > .CaptionCont > label > i {
  background-image: none;
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.SumoSelect > .CaptionCont > span {
  cursor: pointer;
}
.SumoSelect > .CaptionCont > span.placeholder {
  color: #999;
  font-style: normal;
}
.SumoSelect p {
  margin: 0;
}
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont,
.SumoSelect.open > .CaptionCont {
  border-color: transparent;
  border-bottom-color: #DDD;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;
}
.SumoSelect > .optWrapper > .options li label,
.SumoSelect .select-all > label,
.SumoSelect .select-all > span i,
.SumoSelect > .CaptionCont > span {
  color: #000;
}
.input-field .SumoSelect {
  vertical-align: top;
}
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i {
  background-color: #575756;
}
/**********************/
/***** NoUiSlider *****/
/**********************/
.noUi-horizontal {
  height: 12px;
}
.noUi-horizontal .noUi-handle {
  width: 22px;
  height: 22px;
  left: -11px;
  top: -6px;
}
.noUi-horizontal .noUi-handle::after,
.noUi-horizontal .noUi-handle::before {
  height: 10px;
  left: 7px;
  top: 5px;
}
.noUi-horizontal .noUi-handle::after {
  left: 12px;
}
.champs_moteur_budget .noUi-connect,
.champs_moteur_budget_tr .noUi-connect {
  background: #00b5d6;
}
.champs_moteur_loyer .noUi-connect,
.champs_moteur_loyer_loc .noUi-connect {
  background: #f7a824;
}
.champs_moteur_slider,
.champs_moteur_slider,
.elargir_km_desc {
  text-align: center;
}
.opt-in {
  font-size: 0.7em;
}
.opt-in > a:hover {
  color: #3d3d3d;
}
.input-optin > div {
  white-space: nowrap;
}
/**********************/
/***** FORMULAIRE *****/
/**********************/
.btn-form-bien {
  text-align: center;
}
.trio-form-bien button {
  margin-top: 2rem;
  width: 20%;
  font-size: 1.2rem;
}
@media (max-width: 8200px) {
  .trio-form-bien button {
    width: 70%;
  }
}
.form-bien {
  margin: 20px auto;
  background: #FFF;
}
.form-bien > form {
  padding: 10px 0;
}
.form-bien > form h3 {
  font-size: 1.5em;
  font-weight: normal;
}
.form-bien > form .btn-form-bien {
  text-align: center;
}
.form-bien > form .btn-form-bien > button {
  display: inline-block;
  padding: 10px;
  text-align: center;
  font-size: 1.4em;
  width: 300px;
}
.form_container > h3 {
  font-size: 1.5rem;
  display: block;
  text-align: center;
}
.consentement {
  display: block;
  text-align: left;
}
.consentement > span {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}
.consentement > span .consentement_input {
  padding: 10px;
  display: block;
}
.consentement > span .consentement_input + .error {
  bottom: -5px;
}
.consentement > span .consentement_refus {
  color: red;
  font-style: italic;
  display: none;
}
.form_container {
  width: 100%;
  margin: 10px auto;
}
.form_container > .title-form {
  font-size: 2em;
  text-align: center;
  margin-bottom: 20px;
}
.form_container .form-general {
  background: #FFF;
  padding: 10px;
}
.form_container .form-general > div button {
  margin-top: 0;
}
.form_container .form-general > div .mention {
  margin-top: auto;
  margin-bottom: 0;
}
.form_container .form-general .normal_view .btn-form button {
  display: inline-block;
  padding: 10px;
  text-align: center;
  font-size: 1.4em;
  width: 300px;
}
.form_container .form-general .normal_view + .normal_view {
  margin-top: 10px;
}
.form_container .form-general .input-upload > label {
  display: block;
  padding: 6px;
  text-align: center;
  cursor: pointer;
}
.form_container .form-general .input-upload > label:after {
  content: attr(data-after);
  font-family: saxo;
  font-size: 1.4em;
  display: block;
}
.form_container .form-general .input-upload > label.has_file:after {
  font-family: 'Poppins', sans-serif;
  font-size: 0.7em;
}
.form_container .form-recrutement button {
  width: 100%;
}
.form_container .creation_annonce h4 {
  font-size: 1.4em;
  margin: 10px 0 5px;
}
.form-general textarea {
  min-height: 120px;
}
.form-general button {
  padding: 6px 8px;
  font-size: 1.2rem;
}
.form-general .mention {
  font-size: 0.7em;
}
.btn_validation {
  text-align: center;
  margin: 15px 0 0;
}
.btn_validation .btn_ok,
.btn_validation .btn_ko {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
}
.btn_validation .btn_ok {
  background: #575756;
  color: #FFF;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
.btn_validation .btn_ok:hover {
  background: #3d3d3c;
}
.btn_validation .btn_ok:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #2c2c2b;
}
.btn_validation .btn_ko {
  background: #595959;
  color: #FFF;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
.btn_validation .btn_ko:hover {
  background: #3e3e3e;
}
.btn_validation .btn_ko:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #2d2d2d;
}
#contact_popup textarea {
  font-style: italic;
}
.success_send {
  font-size: 1.2em;
  text-align: center;
  padding: 20px 0;
}
.creation_annonce .btn-form,
.creation_annonce .option-optin {
  margin-top: 20px;
}
.creation_annonce .btn-form button {
  padding: 10px 20px;
}
/**********************/
/******* ALERTE *******/
/**********************/
#alerte #btn_creer_alerte,
#alerte #btn_modifier_alerte {
  padding: 10px;
  font-size: 110%;
}
#alerte h1,
#alerte h2,
#alerte h3 {
  margin-bottom: 5px;
}
@media screen and (max-width: 100%) {
  .form_container {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .form-bien > form .btn-form-bien > button {
    width: 100%;
  }
}
/**********************/
/******* LANDING ******/
/**********************/
.landing-page-file,
.landing-page-file input:not([type=checkbox]):not([type=radio]),
.landing-page-file textarea,
.landing-page-file select,
.landing-page-file button,
.landing-page-file input,
.landing-page-file optgroup {
  font-family: 'Quicksand', sans-serif !important;
}
.landing-page-file .landing-page-banniere {
  background-color: #99c736;
  display: grid;
  grid-template-columns: 3fr 7fr;
  align-items: center;
  justify-items: center;
  padding: 0 2%;
  height: 240px;
}
@media (max-width: 680px) {
  .landing-page-file .landing-page-banniere {
    height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: 125px 1fr 50px;
  }
}
.landing-page-file .landing-page-banniere .landing-page-logo {
  width: auto;
  height: 170px;
  top: unset;
  left: unset;
  transform: unset;
  background: none;
}
@media (max-width: 680px) {
  .landing-page-file .landing-page-banniere .landing-page-logo {
    height: 125px;
  }
}
.landing-page-file .landing-page-banniere .landing-banner {
  min-height: unset;
  max-height: 220px;
}
@media (min-width: 1501px) {
  .landing-page-file .landing-page-banniere .landing-banner {
    width: 80%;
  }
}
@media (min-width: 681px) {
  .landing-page-file .landing-page-banniere .landing-banner {
    grid-row: span 2;
  }
}
.landing-page-file .landing-page-banniere .telephoneSite {
  background-color: #fff;
  color: #99c736;
  padding: 10px 50px;
  border-radius: 20px;
  border: 0;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.3rem;
  height: auto;
  width: fit-content;
}
.landing-page-file .landing-page {
  background: none;
}
@media (max-width: 680px) {
  .landing-page-file .landing-page {
    display: flex;
    flex-direction: column-reverse;
  }
  .landing-page-file .landing-page .landing-content {
    text-align: center;
  }
}
.landing-page-file .landing-titre {
  background: none;
  color: #00b5d6;
  text-align: left;
  position: relative;
  padding: 0;
  margin-bottom: 15px;
}
.landing-page-file .landing-titre:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 14px;
  border-color: transparent transparent transparent #ff0000;
  position: absolute;
  left: -25px;
  top: calc(50% - 15px);
}
@media (max-width: 680px) {
  .landing-page-file .landing-titre {
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    margin-bottom: 50px;
  }
  .landing-page-file .landing-titre:before {
    display: none;
  }
  .landing-page-file .landing-titre:after {
    content: "";
    border-style: solid;
    border-width: 29px 30px 0 30px;
    border-color: #ff0000 transparent transparent transparent;
    position: absolute;
    bottom: -35px;
    left: calc(50% - 30px);
  }
}
.landing-page-file .landing-formulaire-wrapper .landing-titre-h2 {
  background: none;
  color: #00b5d6;
  text-align: center;
  position: relative;
  padding: 0;
  margin-bottom: 25px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 680px) {
  .landing-page-file .landing-formulaire-wrapper .landing-titre-h2 {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
}
.landing-page-file .landing-formulaire-wrapper .landing-titre-h2:after {
  content: "";
  border-style: solid;
  border-width: 29px 30px 0 30px;
  border-color: #ff0000 transparent transparent transparent;
  position: absolute;
  bottom: -35px;
  left: calc(50% - 30px);
}
.landing-page-file .landing-formulaire-wrapper .bannerNeuf {
  margin-bottom: 50px;
}
.landing-page-file .landing-formulaire-wrapper .bannerNeuf > a {
  display: grid;
  gap: 25px;
  align-items: stretch;
}
@media (min-width: 1001px) {
  .landing-page-file .landing-formulaire-wrapper .bannerNeuf > a {
    grid-template-columns: 3fr 3fr 3fr 2fr;
  }
}
@media (max-width: 1000px) {
  .landing-page-file .landing-formulaire-wrapper .bannerNeuf > a {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 680px) {
  .landing-page-file .landing-formulaire-wrapper .bannerNeuf > a {
    grid-template-columns: 1fr;
  }
}
.landing-page-file .landing-formulaire-wrapper .bannerNeuf > a img,
.landing-page-file .landing-formulaire-wrapper .bannerNeuf > a div,
.landing-page-file .landing-formulaire-wrapper .bannerNeuf > a span {
  border-radius: 20px;
}
.landing-page-file .landing-formulaire-wrapper .bannerNeuf > a img {
  object-fit: cover;
}
.landing-page-file .landing-formulaire-wrapper .bannerNeuf > a div {
  background-color: #00b5d6;
  color: #fff;
  align-content: center;
  justify-content: center;
  padding: 10px;
  display: flex;
  align-items: stretch;
}
.landing-page-file .landing-formulaire-wrapper .bannerNeuf > a div span {
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  border: 0;
  padding: 10px 10px 10px 30px;
  font-size: 1.1rem;
  line-height: 1.5rem;
}
@media (min-width: 1001px) {
  .landing-page-file .landing-formulaire-wrapper .bannerNeuf > a div span {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
}
.landing-page-file .landing-formulaire-wrapper .bannerNeuf > a div span:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 14px;
  border-color: transparent transparent transparent #ff0000;
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
}
.landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page {
  display: grid;
  gap: 25px;
  margin-bottom: 50px;
}
@media (min-width: 1001px) {
  .landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page {
    grid-template-columns: 1fr 1fr;
  }
}
.landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper {
  background-color: #00b5d6;
  border-radius: 20px;
  padding: 25px;
  margin: 0;
}
@media (min-width: 1001px) {
  .landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper:last-of-type:nth-of-type(odd) {
    grid-column: 1 / span 2;
  }
}
.landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper h3 {
  position: relative;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8rem;
  width: fit-content;
  margin: 10px auto 30px;
  clear: both;
}
.landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper h3:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 14px;
  border-color: transparent transparent transparent #ff0000;
  position: absolute;
  left: -25px;
  top: 0;
}
@media (max-width: 680px) {
  .landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper h3 {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper h3:before {
    display: none;
  }
  .landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper h3:after {
    content: "";
    border-style: solid;
    border-width: 14px 15px 0 15px;
    border-color: #ff0000 transparent transparent transparent;
    position: absolute;
    bottom: -25px;
    left: calc(50% - 15px);
  }
}
@media (min-width: 1001px) {
  .landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper.landing-bloc-3 .input-field {
    width: 46%;
  }
}
.landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper .input-field {
  padding: 0;
  margin: 15px 2%;
  width: 96%;
}
.landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper .input-field .btn {
  text-transform: initial;
}
.landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper .input-field.input-client,
.landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper .input-field.input-field-message,
.landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper .input-field.input-field-dejaPropio {
  width: 96%;
}
.landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper .input-field.file-field .btn {
  background-color: #99c736;
}
.landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper .input-field.file-field .file-path-wrapper input {
  background-color: #fff;
  box-shadow: none;
  padding: 3px 0;
  height: calc(3rem - 6px);
  border: 0;
  margin-bottom: 0;
}
.landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper .input-field .error {
  position: absolute;
  top: -20px;
  left: 20px;
}
.landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper .input-field > input,
.landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper .input-field > textarea,
.landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper .input-field > .select-wrapper input {
  background-color: #fff;
  color: #000000;
  border: 0;
  border-radius: 20px;
  text-align: center;
  font-size: 1rem;
  padding: 3px 0;
  box-shadow: none;
}
@media (max-width: 680px) {
  .landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper .input-field > input,
  .landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper .input-field > textarea,
  .landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper .input-field > .select-wrapper input {
    font-size: 0.8rem;
  }
}
.landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper .input-field > textarea {
  min-height: 100px;
}
.landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper .input-field > textarea::placeholder {
  color: #000000;
  padding-top: 45px;
}
.landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper .input-field > textarea.big {
  min-height: 300px;
}
.landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper .input-field > textarea.big::placeholder {
  padding-top: 140px;
}
.landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper .input-field > label {
  color: #000000;
  left: 50%;
  transform: translate(-50%, 10px);
  text-align: center;
  width: 90%;
}
@media (max-width: 680px) {
  .landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper .input-field > label {
    font-size: 0.8rem;
  }
}
.landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper .input-field > label:not(.label-icon).active {
  top: -35px;
  color: #000000;
}
.landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper .input-field > .select-wrapper .select-dropdown {
  border-radius: 20px;
}
.landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper .input-field-radio label {
  display: inline-block;
  height: 3rem;
  padding: 1rem;
  background-color: #fff;
  color: #000000;
  border: 0;
  border-radius: 20px;
  cursor: pointer;
  text-align: center;
  font-size: 1rem;
  line-height: 1rem;
  width: 100%;
}
@media (min-width: 1001px) {
  .landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper .input-field-radio label {
    width: 46%;
  }
  .landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper .input-field-radio label:last-of-type {
    margin-left: 4%;
  }
}
@media (max-width: 1000px) {
  .landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper .input-field-radio label {
    margin-left: 0;
    margin-bottom: 8px;
  }
}
.landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper .input-field-radio input:checked + label {
  background-color: #99c736;
  color: #fff;
}
.landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper,
.landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper label {
  color: #fff;
}
@media (min-width: 1001px) {
  .landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page-1 .formulaire-landing-champ-wrapper:last-of-type {
    grid-row: 1 / span 2;
  }
  .landing-page-file .landing-formulaire-wrapper .formulaire .form-landing-page-1 .formulaire-landing-champ-wrapper:last-of-type:nth-of-type(odd) {
    grid-column: 2;
  }
}
.landing-page-file .landing-formulaire-wrapper .formulaire .mentions-landing-page .btn-large {
  padding: 10px 50px;
  background-color: #00b5d6;
  border-radius: 20px;
  border: 0;
  font-size: 1.4rem;
  line-height: 1.4rem;
  height: auto;
  text-transform: initial;
}
.landing-page-file .landing-formulaire-wrapper .formulaire .mentions-landing-page .btn-large:hover {
  background-color: #00b5d6;
}
.landing-page-file .landing-formulaire-wrapper .formulaire .mentions-landing-page label {
  color: #000000;
}
.landing-page-file .landing-formulaire-wrapper .formulaire .mentions-landing-page [type="radio"]:checked + span:before,
.landing-page-file .landing-formulaire-wrapper .formulaire .mentions-landing-page [type="radio"].with-gap:checked + span:before,
.landing-page-file .landing-formulaire-wrapper .formulaire .mentions-landing-page [type="radio"]:checked + span:after,
.landing-page-file .landing-formulaire-wrapper .formulaire .mentions-landing-page [type="radio"].with-gap:checked + span:after {
  border: 2px solid #00b5d6;
}
.landing-page-file .landing-formulaire-wrapper .formulaire .mentions-landing-page [type="radio"]:checked + span:after,
.landing-page-file .landing-formulaire-wrapper .formulaire .mentions-landing-page [type="radio"].with-gap:checked + span:after {
  background-color: #00b5d6;
}
.landing-page-file .landing-formulaire-wrapper .formulaire .mentions-landing-page .bloc-agences {
  padding: 0;
  margin-top: 50px;
  display: grid;
  gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (min-width: 1001px) {
  .landing-page-file .landing-formulaire-wrapper .formulaire .mentions-landing-page .bloc-agences {
    align-items: stretch;
  }
}
@media (max-width: 1000px) {
  .landing-page-file .landing-formulaire-wrapper .formulaire .mentions-landing-page .bloc-agences {
    grid-template-columns: 1fr;
  }
}
.landing-page-file .landing-formulaire-wrapper .formulaire .mentions-landing-page .bloc-agences .bloc-agence {
  background-color: #ebebeb;
  color: #333;
  border-radius: 20px;
  padding: 4% 4% 20px;
}
.landing-page-file .landing-formulaire-wrapper .formulaire .mentions-landing-page .bloc-agences .bloc-agence .photo {
  width: 100%;
  display: inline-block;
}
.landing-page-file .landing-formulaire-wrapper .formulaire .mentions-landing-page .bloc-agences .bloc-agence .photo img {
  background: none;
  border-radius: 0;
  width: 60%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .landing-page-file .landing-formulaire-wrapper .formulaire .mentions-landing-page .bloc-agences .bloc-agence .photo img {
    height: auto;
  }
}
.landing-page-file .landing-formulaire-wrapper .formulaire .mentions-landing-page .bloc-agences .bloc-agence .texte {
  width: 100%;
  margin-top: 10px;
  display: inline-block;
}
.landing-page-file .landing-formulaire-wrapper .formulaire .mentions-landing-page .bloc-agences .bloc-agence .texte h3 {
  color: #575756;
  font-size: 1.75rem;
  line-height: 1.75rem;
}
.landing-page-file .landing-formulaire-wrapper .formulaire .mentions-landing-page .bloc-agences .bloc-agence .texte h4 {
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.landing-page-file .landing-formulaire-wrapper .formulaire .mentions-landing-page .bloc-agences .bloc-agence .texte .horaire-agence {
  margin: 10px 0;
}
.landing-page-file .landing-formulaire-wrapper .formulaire .mentions-landing-page .bloc-agences .bloc-agence .texte .tel_agence,
.landing-page-file .landing-formulaire-wrapper .formulaire .mentions-landing-page .bloc-agences .bloc-agence .texte .contactSite {
  color: #575756;
  display: block;
  margin-top: 5px;
  cursor: pointer;
}
.landing-page-file .landing-formulaire-wrapper .formulaire .mentions-landing-page .bloc-agences .bloc-agence .texte .tel_agence:before,
.landing-page-file .landing-formulaire-wrapper .formulaire .mentions-landing-page .bloc-agences .bloc-agence .texte .contactSite:before {
  content: "M";
  font-family: saxo;
  margin-right: 5px;
}
.landing-page-file .landing-formulaire-wrapper .formulaire .mentions-landing-page .bloc-agences .bloc-agence .texte .contactSite:before {
  content: "i";
}
.landing-page-file .landing-formulaire-wrapper .formulaire .mentions-landing-page .bloc-agences .bloc-idf {
  background-color: #99c736;
  padding: 50px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.landing-page-file .landing-formulaire-wrapper .formulaire .mentions-landing-page .bloc-agences .bloc-idf .landing-page-logo {
  background: none;
  width: auto;
  height: 170px;
  top: unset;
  left: unset;
  transform: unset;
}
@media (max-width: 680px) {
  .landing-page-file .landing-formulaire-wrapper .formulaire .mentions-landing-page .bloc-agences .bloc-idf .landing-page-logo {
    height: 125px;
  }
}
.landing-page-file .landing-formulaire-wrapper .formulaire .mentions-landing-page .bloc-agences .bloc-idf .bloc-reseau {
  margin-top: 25px;
  width: 170px;
  display: flex;
  justify-content: space-around;
}
.landing-page-file .landing-formulaire-wrapper .formulaire .mentions-landing-page .bloc-agences .bloc-idf .bloc-reseau a {
  background: none;
  display: inline-block;
  font-family: idf;
  padding: 10px 10px;
  font-size: 2.4em;
  cursor: pointer;
  min-width: 38px;
}
@media (min-width: 1001px) {
  .landing-page-file.landing-page-id-1 .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper.landing-bloc-3 .input-field {
    width: 96%;
  }
}
.landing-page-file.landing-page-id-1 .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper .input-field > textarea {
  height: 215px;
  min-height: 215px;
}
.landing-page-file.landing-page-id-1 .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper .input-field > textarea::placeholder {
  padding-top: 100px;
}
.landing-page-file.landing-page-id-2 .landing-titre {
  color: #7935d8;
}
.landing-page-file.landing-page-id-2 .landing-formulaire-wrapper .landing-titre-h2 {
  color: #7935d8;
}
.landing-page-file.landing-page-id-2 .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper {
  background-color: #7935d8;
}
.landing-page-file.landing-page-id-2 .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper .input-field > label:not(.label-icon).active {
  color: #fff;
}
.landing-page-file.landing-page-id-2 .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper .input-field > textarea {
  height: 120px;
  min-height: 120px;
}
.landing-page-file.landing-page-id-2 .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper .input-field > textarea::placeholder {
  padding-top: 55px;
}
.landing-page-file.landing-page-id-2 .landing-formulaire-wrapper .formulaire .mentions-landing-page .btn-large {
  background-color: #7935d8;
}
.landing-page-file.landing-page-id-2 .landing-formulaire-wrapper .formulaire .mentions-landing-page .btn-large:hover {
  background-color: #7935d8;
}
.landing-page-file.landing-page-id-2 .landing-formulaire-wrapper .formulaire .mentions-landing-page [type="radio"]:checked + span:before,
.landing-page-file.landing-page-id-2 .landing-formulaire-wrapper .formulaire .mentions-landing-page [type="radio"].with-gap:checked + span:before,
.landing-page-file.landing-page-id-2 .landing-formulaire-wrapper .formulaire .mentions-landing-page [type="radio"]:checked + span:after,
.landing-page-file.landing-page-id-2 .landing-formulaire-wrapper .formulaire .mentions-landing-page [type="radio"].with-gap:checked + span:after {
  border: 2px solid #7935d8;
}
.landing-page-file.landing-page-id-2 .landing-formulaire-wrapper .formulaire .mentions-landing-page [type="radio"]:checked + span:after,
.landing-page-file.landing-page-id-2 .landing-formulaire-wrapper .formulaire .mentions-landing-page [type="radio"].with-gap:checked + span:after {
  background-color: #7935d8;
}
.landing-page-file.landing-page-id-3 .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper .input-field > textarea.big {
  height: 195px;
  min-height: 195px;
}
.landing-page-file.landing-page-id-3 .landing-formulaire-wrapper .formulaire .form-landing-page .formulaire-landing-champ-wrapper .input-field > textarea.big::placeholder {
  padding-top: 80px;
}
#EnvoiFormulaire_champFormulaires_1 {
  display: none;
}
@font-face {
  font-family: 'admin';
  src: url('/bundles/soclecommunentity/fonts/admin.eot');
  src: url('/bundles/soclecommunentity/fonts/admin.eot?#iefix') format('embedded-opentype'), url('/bundles/soclecommunentity/fonts/admin.woff') format('woff'), url('/bundles/soclecommunentity/fonts/admin.ttf') format('truetype'), url('/bundles/soclecommunentity/fonts/admin.svg#admin') format('svg');
  font-weight: normal;
  font-style: normal;
}
.os-widget-wrapper {
  width: 10rem;
  margin: auto;
  padding-top: 0.4rem;
  position: relative;
}
.os-widget-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}
.os-stars-wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
}
.os-rating-icon {
  text-align: center;
}
.os-logo {
  width: 1.2rem;
}
.os-stars-wallpaper {
  position: relative;
  width: 4rem;
}
.os-stars-txt {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0.5rem;
}
.os-nb-avis {
  font-size: 0.9rem;
}
.os-star-container {
  color: #ffcd34;
  width: 4rem;
  padding: 0;
  position: absolute;
  z-index: 1;
}
.os-star-container > span {
  width: 20%;
  float: left;
  overflow: hidden;
}
.os-star-container.os-star-background {
  z-index: 0;
  color: #c5c5c5;
}
#opinionSystem {
  background: #fff;
  /* Jauge de satisfaction */
  /* Bloc companies */
  /* Bloc avis */
  /* Star rating system */
}
#opinionSystem > h1 {
  font-size: 150%;
  color: #99c736;
  margin-bottom: 20px;
}
#opinionSystem .opinionSystemTop {
  border: 1px solid #ccc;
  padding: 10px 20px;
  margin-bottom: 20px;
}
#opinionSystem .opinionSystemTop h2 {
  font-size: 150%;
  color: #99c736;
}
#opinionSystem .opinionSystemTop .gauge-chart {
  float: left;
  width: 22%;
  margin: 2% 2% 0 0;
}
#opinionSystem .opinionSystemTop .gauge-chart .gauge-chart {
  width: 20rem;
  margin: 0 auto;
}
#opinionSystem .opinionSystemTop .gauge-chart .gauge-text {
  text-anchor: middle;
  fill: #99c736;
  font-weight: 400;
  font-size: 75%;
}
#opinionSystem .opinionSystemTop .gauge-chart .gauge .donut-ring {
  stroke: #333;
}
#opinionSystem .opinionSystemTop .gauge-chart .gauge .donut-segment {
  stroke: #99c736;
}
#opinionSystem .opinionSystemTop .gauge-chart .star-ratings {
  margin: 20px auto;
}
#opinionSystem .opinionSystemTop .gauge-chart .star-ratings .nbAvis {
  color: #000;
  font-size: 0.9rem;
}
#opinionSystem .opinionSystemTop .article_contenu {
  float: left;
  width: 56%;
  border: none;
  margin: 2% 0 0 0;
  padding: 15px;
}
#opinionSystem .opinionSystemTop .certificate {
  float: right;
  margin: 2% 0 0 2%;
  width: 18%;
}
#opinionSystem .companies::after {
  content: "";
  width: 32.33%;
}
#opinionSystem .companies {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
#opinionSystem .companies .companies_search {
  width: 40%;
  margin: 0 30% 15px 30%;
}
#opinionSystem .companies .company {
  border: 1px solid #ccc;
  width: 32.333%;
  margin: 5px 0 5px 0;
  padding: 10px;
}
#opinionSystem .companies .company h2 {
  color: #99c736;
  text-align: center;
  font-size: 100%;
  margin: 5px 0 10px;
  font-weight: bold;
  text-transform: uppercase;
}
#opinionSystem .companies .company .address {
  height: 70px;
  text-align: center;
}
#opinionSystem .companies .company hr {
  width: 40%;
  display: block;
  margin: 0 auto 15px;
}
#opinionSystem .companies .company .nbAvis {
  text-align: center;
  margin: 5px;
  display: block;
}
#opinionSystem .companies .company .nbAvis::before {
  font-family: melody;
  content: '-';
  color: #ccc;
  font-size: 1.2rem;
  padding-right: 0.5rem;
}
#opinionSystem .companies .company .star-ratings {
  display: block;
}
#opinionSystem .companies .company a {
  color: #99c736;
  background: #edecec;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 5px 20px;
}
#opinionSystem .avis > h1,
#opinionSystem .avis > a {
  display: none;
}
#opinionSystem .avis .company {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
}
#opinionSystem .avis .company > div:first-of-type {
  width: 40%;
}
#opinionSystem .avis .company > div {
  width: 30%;
  float: left;
}
@media (max-width: 680px) {
  #opinionSystem .avis .company > div {
    width: 100% !important;
    text-align: left;
    margin-top: 10px;
  }
}
#opinionSystem .avis .company h2,
#opinionSystem .avis .company .satisfaction {
  margin-bottom: 20px;
  color: #99c736;
}
#opinionSystem .avis .company .satisfaction {
  font-size: 1.2rem;
  display: block;
  text-align: center;
}
#opinionSystem .avis .company .star-ratings .rating {
  right: -50px;
  font-size: 120%;
  line-height: 18px;
}
#opinionSystem .avis .company .nbAvisCompany {
  position: relative;
}
#opinionSystem .avis .company .nbAvisCompany p {
  position: absolute;
  top: 45px;
  font-size: 1rem;
  font-weight: bold;
  left: 0;
  right: 0;
}
#opinionSystem .avis .btnCategory {
  text-align: center;
}
#opinionSystem .avis .btnCategory li {
  cursor: pointer;
  border-bottom: 2px solid #aaa;
  padding: 5px 10px;
  display: inline-block;
  width: 150px;
  margin: 0 5px;
  font-weight: bold;
  color: #aaa;
}
#opinionSystem .avis .btnCategory li.active {
  border-color: #99c736;
  color: #99c736;
}
#opinionSystem .avis .article_avis {
  width: 100%;
  margin: 5px 0 10px;
  padding: 10px 0;
}
#opinionSystem .avis .article_avis .star-ratings .rating-icon,
#opinionSystem .avis .article_avis .star-ratings .rating {
  display: none !important;
}
#opinionSystem .avis .article_avis .colLeft {
  float: left;
  width: 15%;
  min-width: 82px;
}
#opinionSystem .avis .article_avis .colLeft .face {
  font-family: admin;
  font-size: 60px;
  border: 3px solid #000;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 56px;
  padding-bottom: 2px;
  margin: 0 auto;
}
#opinionSystem .avis .article_avis .colLeft .rating {
  font-weight: bold;
  color: #99c736;
  font-size: 1rem;
  font-family: muli, "Trebuchet MS";
  text-align: center;
}
#opinionSystem .avis .article_avis .colRight {
  float: right;
  width: 85%;
  max-width: calc(100% - 82px);
}
#opinionSystem .avis .article_avis .colRight .titre1 {
  font-size: 150%;
  margin-bottom: 10px;
}
#opinionSystem .avis .article_avis .colRight .titre2 {
  font-size: 120%;
  margin-bottom: 10px;
}
#opinionSystem .avis .article_avis .colRight .voirDetailNotes {
  color: #99c736;
  font-size: 120%;
  margin: 10px 0 0;
  display: block;
  cursor: pointer;
}
#opinionSystem .avis .article_avis .colRight .detailNotes {
  margin: 10px 0;
  display: none;
}
#opinionSystem .avis .article_avis .colRight .detailNotes .question {
  display: block;
  width: 60%;
  float: left;
  position: relative;
  overflow: hidden;
}
#opinionSystem .avis .article_avis .colRight .detailNotes .question:after {
  content: '';
  position: absolute;
  bottom: 0.4rem;
  width: 100%;
  height: 0;
  line-height: 0;
  border-bottom: 2px dotted #ccc;
  margin-left: 5px;
}
#opinionSystem .avis .article_avis .colRight .detailNotes .star-ratings {
  float: left;
  margin-left: 10px;
  width: 135px;
}
#opinionSystem .avis .article_avis .colRight .detailNotes .star-ratings .rating {
  display: block !important;
  left: 0;
}
#opinionSystem .avis .article_avis .colRight .detailNotes .star-ratings .star-container {
  left: 50px;
}
#opinionSystem .star-ratings {
  display: block;
  font-size: 18px;
  height: 25px;
  width: 82px;
  min-width: 82px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  text-shadow: 0 1px 0 #a2a2a2;
}
#opinionSystem .star-ratings .rating-icon {
  width: 15px;
  position: absolute;
  left: -20px;
}
#opinionSystem .star-ratings .star-container {
  color: #ffcd34;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: -2px;
  left: 0;
  font-family: Roboto;
}
#opinionSystem .star-ratings .star-container > span {
  width: 20%;
  float: left;
  overflow: hidden;
}
#opinionSystem .star-ratings .star-container.star-background {
  z-index: 0;
  color: #c5c5c5;
}
#opinionSystem .star-ratings .rating {
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  right: -40px;
  font-weight: bold;
  color: #99c736;
  font-size: 1rem;
}
#opinionSystem .star-ratings .nbAvis {
  position: absolute;
  top: 20px;
  font-size: 0.9rem;
}
@media (max-width: 780px) {
  #opinionSystem .companies .company {
    width: 49%;
  }
  #opinionSystem .companies .company:nth-of-type(3n+2) {
    margin: 5px 0;
  }
  #opinionSystem .companies .company:nth-of-type(2n+2) {
    margin: 5px 0 5px 2%;
  }
  #opinionSystem #opinionSystem .avis .btnCategory li {
    width: 105px;
  }
}
@media (max-width: 480px) {
  #opinionSystem .opinionSystemTop .article_contenu {
    width: 100%;
    float: right;
  }
  #opinionSystem .opinionSystemTop .certificate,
  #opinionSystem .opinionSystemTop .gauge-chart {
    width: 33%;
  }
  #opinionSystem .companies .company {
    width: 100%;
  }
  #opinionSystem .avis .company .nbAvisCompany p {
    position: relative;
    top: 0;
  }
  #opinionSystem .avis .btnCategory li {
    width: 100px;
    padding: 5px 0;
    margin: 0;
  }
  #opinionSystem .avis .colLeft {
    width: 25% !important;
  }
  #opinionSystem .avis .colRight {
    width: 75% !important;
    font-size: 100%;
  }
  #opinionSystem .avis .colRight .star-container {
    display: none;
  }
}
/*********************/
/* == Selection Bien */
/*********************/
/*****SELECTION*******/
.selection_popup {
  width: 480px;
  text-align: center;
}
.selection_popup .selection_active,
.selection_popup .btn_action.bg_selection,
.selection_popup .btnEnvoyer.bg_selection {
  background-color: #575756;
}
.selection_popup #titreSelection {
  font-weight: bold;
  text-align: center;
  font-size: 200%;
}
.selection_popup .btn_type {
  margin: 15px auto;
  display: -webkit-flex;
  display: flex;
}
.selection_popup .btn_type button.btnTypeSelection {
  position: relative;
  padding: 10px 5px;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border: none;
  border-radius: 6px;
  margin-right: 5px;
  font-size: 90%;
  -webkit-flex: 1;
  flex: 1;
}
.selection_popup .btn_type button.btnTypeSelection.bg-transaction.has_biens:after {
  background-color: #00b5d6;
}
.selection_popup .btn_type button.btnTypeSelection.bg-location.has_biens:after {
  background-color: #f7a824;
}
.selection_popup .btn_type button.btnTypeSelection.bg-residence.has_biens:after {
  background-color: #f7a824;
}
.selection_popup .btn_type button.btnTypeSelection.has_biens:after {
  content: attr(data-nb);
  position: absolute;
  top: -8px;
  right: -3px;
  border-radius: 3px;
  line-height: 20px;
  width: 20px;
  height: 20px;
}
.formulaire_popup {
  width: 500px;
}
.formulaire_popup .consentement {
  display: block;
  text-align: left;
}
.formulaire_popup .consentement > span {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}
.formulaire_popup .consentement > span .consentement_input {
  padding: 10px;
  display: block;
}
.formulaire_popup .consentement > span .consentement_input + .error {
  bottom: -5px;
}
.formulaire_popup .consentement > span .consentement_refus {
  color: red;
  font-style: italic;
  display: none;
}
.popup_calculette {
  width: 800px;
}
.ui-dialog-content #map_agence,
.ui-dialog-content #map_agence_popup,
.ui-dialog-content #map {
  width: 600px !important;
}
.ui-dialog-content #map {
  height: 300px !important;
}
/******************/
/* == Alerte bien */
/******************/
.alerte_form {
  width: 500px;
}
.alerte_form .btn_alerte {
  text-align: center;
  cursor: pointer;
  margin: 10px 0;
}
.alerte_form .btn_alerte > * {
  float: left;
  width: 48%;
  padding: 8px 0;
}
.alerte_form .btn_alerte > *:not(:first-child) {
  margin-left: 4%;
}
.alerte_form .budget_field.input-field,
.alerte_form .piece_field.input-field {
  padding: 0;
}
.popup-index {
  width: 800px;
}
.btnTypeSelectionSelected {
  background-color: #005B9F !important;
}
.photoMiniFiche a {
  position: relative;
}
.annoncesContent {
  max-height: 400px;
  overflow: auto;
}
.annoncesContent .miniFiche {
  width: 46%;
  border: 1px solid #999;
  float: left;
  padding: 5px 10px;
  margin: 0 2% 4% 2%;
  height: 207px;
  position: relative;
}
.annoncesContent span.etiquette {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 90%;
  text-align: center;
  width: 100%;
  padding: 5px 0;
  opacity: 0.9;
}
.prixSelection {
  font-weight: bold;
}
.suppr_bien {
  font-family: idf;
  position: absolute;
  bottom: 5px;
  right: 5px;
  cursor: pointer;
}
.btnSelection {
  margin: 20px auto 10px;
  text-align: center;
}
.btnSelection > span {
  display: inline-block;
  font-family: idf;
  padding: 5px 0;
  text-align: center;
  border: none;
  border-radius: 5px;
  width: 60px;
  margin: 0 4px;
  font-size: 1.6em;
  cursor: pointer;
}
.btnSelection > span.disabled {
  pointer-events: none;
  background-color: #DFDFDF !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}
#popup .flash-notice {
  text-align: center;
  font-weight: bold;
}
.formContent table {
  text-align: left;
  width: 100%;
  margin: 5px 0 0;
}
.formContent table input {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.formContent table span {
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  display: block;
  color: #fff;
}
.formContent table td {
  padding: 4px 0;
}
.formContent #mailSelection {
  cursor: pointer;
}
.formContent #amiSelection {
  cursor: pointer;
}
.formContent #agenceSelection {
  cursor: pointer;
}
.ajout_selection {
  width: 400px;
}
@media (max-width: 480px) {
  .ajout_selection {
    width: 100%;
  }
}
.popup_telephone tr td {
  display: block;
  text-align: center;
}
.popup_telephone tr td:first-child {
  font-size: 0.8em;
}
.popup_telephone tr td:last-child {
  font-size: 1.5em;
}
.print_file {
  background-color: #FFF;
  width: 750px;
  padding: 5px;
}
.print_file .titre_fiche {
  padding: 5px;
  margin: 10px 0;
}
.print_file .titre_fiche h2 {
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  float: left;
}
.print_file .titre_fiche .prix_annonce_detail {
  float: right;
  font-size: 18px;
}
.print_file .titre_fiche:after {
  content: "";
  display: table;
  clear: both;
}
.print_file .image_print .big_pic {
  width: 70%;
  margin: 0 auto;
  position: relative;
  float: left;
}
.print_file .image_print .big_pic > span {
  display: block;
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
.print_file .image_print .big_pic > span > img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.print_file .image_print .big_pic .etiquette {
  position: absolute;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  top: 30px;
}
.print_file .image_print .small_pic {
  width: 22%;
  margin-left: 5%;
  display: block;
  float: left;
}
.print_file .image_print .small_pic > span {
  display: block;
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
.print_file .image_print .small_pic > span > img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.print_file .image_print .small_pic > span:not(:first-child) {
  margin-top: 11px;
}
.print_file .image_print:after {
  content: "";
  display: table;
  clear: both;
}
.print_file .description_print {
  margin: 5px 0;
}
.print_file .description_print .reference_bien {
  font-size: 1.3em;
}
.print_file .description_print .descriptif {
  margin: 10px 0;
}
.print_file .description_print .criteres {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0;
}
.print_file .description_print .criteres > div {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: #FFF;
  width: 32%;
  padding: 10px;
  border: 1px solid #a7a7a7;
}
.print_file .description_print .criteres > div:not(:nth-child(3n + 1)) {
  margin-left: 2%;
}
.print_file .description_print .criteres > div:nth-child(n + 4) {
  margin-top: 10px;
}
.print_file .dpe_ges .bilan_ges,
.print_file .dpe_ges .bilan_conso {
  float: left;
  width: 48%;
}
.print_file .dpe_ges .bilan_ges {
  margin-left: 4%;
}
.print_file .dpe_ges .dpe .dpe-container {
  margin-bottom: 0;
  margin-right: 2%;
  display: inline-block;
  float: none;
  width: 46%;
}
.print_file .dpe_ges .dpe .dpe-container-global {
  margin-bottom: 0;
  display: block;
  float: none;
}
.print_file .phrase_bas {
  margin-top: 10px;
  text-align: center;
  font-size: 0.9em;
}
.print_file h3 {
  font-size: 1.4em;
  margin: 10px 0;
}
.print_file h4 {
  font-size: 1.2em;
  margin: 8px 0;
}
.selection_popup .formContent .consentement span {
  text-align: left !important;
  color: #000 !important;
}
.selection_popup .formContent .consentement .consentement_input > input {
  width: auto;
}
.popup_calculette {
  background-color: #fff;
  vertical-align: middle;
}
.popup_calculette form div > div > div {
  padding: 0 0 15px 0;
}
.popup_calculette span {
  text-align: left;
  font-weight: normal;
  color: #333333;
}
.popup_calculette form div span {
  display: block;
  float: left;
}
.popup_calculette form div span:first-of-type {
  width: 60%;
}
.popup_calculette form div span:last-of-type {
  width: 40%;
}
.popup_calculette form div span:last-of-type input {
  height: 30px;
  width: 80%;
  font-size: 17px;
  border-radius: 5px;
  border-width: 1px;
}
.popup_calculette .titre_form_calc {
  box-shadow: 0 1px 0 #f7f4f4;
  display: block;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  padding: 0.7rem;
  text-align: center;
  width: auto;
  font-weight: bold;
}
.popup_calculette button {
  width: auto ! important;
  padding: 0.8rem;
  font-size: 1rem;
  margin: 5px 0 0;
  background-color: #575756;
  color: white;
}
.popup_calculette #boutons > span {
  width: 40%;
  display: block;
  padding: 1rem;
  font-size: 100%;
  margin: 20px auto ! important;
  background-color: #575756;
  cursor: pointer;
  font-weight: bold;
}
.popup_calculette #boutons > span > span {
  background-color: #575756;
  text-align: center;
  color: white;
}
.popup_calculette #boutons > span span {
  display: block;
}
@media screen and (max-width: 900px) {
  .popup_calculette {
    width: auto;
  }
}
@media screen and (max-width: 680px) {
  .ui-dialog-content #map_agence,
  .ui-dialog-content #map_agence_popup,
  .ui-dialog-content #map {
    width: 480px !important;
  }
  .alerte_form {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .selection_popup,
  .formulaire_popup {
    width: auto;
  }
  .ui-dialog-content #map_agence,
  .ui-dialog-content #map_agence_popup,
  .ui-dialog-content #map {
    width: 100% !important;
  }
}
/*Conteneur*/
/*Font*/
/*Color*/
/*Background*/
/*dateTimePicker*/
/** MENU HAUT **/
.fil-ariane {
  padding: 0.5% 12%;
  margin: 0;
  background: #f7f4f4;
}
.fil-ariane > .pagination-detail {
  float: unset;
  text-align: center;
}
@media (max-width: 1440px) {
  .fil-ariane {
    padding: 0.5% 3%;
  }
}
.topbar > .menu .logo {
  top: 0;
}
@media (max-width: 1440px) {
  .diapo-contenu {
    left: 65% !important;
  }
}
.star-ratings .nbAvis {
  color: #fff;
}
.contenu_file .contenu .article_contenu,
.map_metier,
.liste_bien_file .container_liste_bien,
.liste_bien_file .moteur_encart.bottom-transaction,
.liste_bien_file .moteur_encart.bottom-location {
  padding: 1% 12% 3%;
}
@media (max-width: 1440px) {
  .contenu_file .contenu .article_contenu,
  .map_metier,
  .liste_bien_file .container_liste_bien,
  .liste_bien_file .moteur_encart.bottom-transaction,
  .liste_bien_file .moteur_encart.bottom-location {
    padding: 3%;
  }
}
@media (max-width: 1280px) {
  .contenu_file .contenu .article_contenu,
  .map_metier,
  .liste_bien_file .container_liste_bien,
  .liste_bien_file .moteur_encart.bottom-transaction,
  .liste_bien_file .moteur_encart.bottom-location {
    padding: 0.5% 3%;
  }
}
.liste_bien_file .is-sticky .moteur_encart.bottom-transaction,
.liste_bien_file .is-sticky .moteur_encart.bottom-location {
  top: 51px !important;
}
.liste-contenus,
.liste-rubriques {
  padding: 1% 12% 3%;
}
@media (max-width: 1440px) {
  .liste-contenus,
  .liste-rubriques {
    padding: 3%;
  }
}
.selection-biens {
  background: #f7f4f4;
}
.index_file .selection-biens .btn-exclus {
  background: #00b5d6;
}
.btn-nav {
  display: inline-flex;
  width: 100%;
  display: flex;
  bottom: 5.5%;
  position: absolute;
  font-size: 2rem;
  justify-content: space-between;
}
.btn-nav .owl-prev,
.btn-nav .owl-next {
  padding: 0 0.5rem;
  margin: 0 0.5rem;
}
@media (max-width: 1600px) {
  .btn-nav {
    bottom: 5.7%;
  }
}
@media (max-width: 1280px) {
  .banner-service-wrapper .content-banner {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  .banner-service-wrapper .content-banner {
    width: 82%;
  }
}
.header .header-suite .header_suite-btn {
  display: none;
}
/** MULTI ENCARTS **/
.actu-secteur-main-title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-weight: bold;
  font-family: 'Quicksand', sans-serif;
  color: #99c736;
}
.index_file .bloc-multi-encart .multi-encart {
  width: 80%;
}
.index_file .actus-groupe > .bloc_contenu-2 {
  width: 100%;
  padding: 3% 12%;
}
@media (max-width: 680px) {
  .index_file .actus-groupe > .bloc_contenu-2 {
    padding: 3%;
    text-align: center;
  }
}
.index_file .actus-groupe > .bloc_contenu-2 .btn-plus {
  padding: 1rem 0;
  justify-content: flex-start !important;
}
@media (max-width: 1600px) {
  .index_file .actus-groupe > .bloc_contenu-2 .btn-plus {
    justify-content: center !important;
  }
}
.index_file .bloc-multi-encart .multi-encart .encart {
  text-align: center;
}
.index_file .actus-groupe > .bloc_contenu-2 > .img-contenu > img {
  width: 76%;
}
.index_file .actus-groupe > .bloc_contenu-2 > .c-contenu-2 {
  margin: auto;
  width: 100%;
}
.index_file .actus-groupe {
  padding: 3% 12%;
}
@media (max-width: 1440px) {
  .index_file .actus-groupe {
    padding: 3%;
  }
}
/** FORM SERVICE **/
.formulaire_popup {
  width: 800px;
}
@media (max-width: 1024px) {
  .formulaire_popup {
    width: 100%;
  }
}
.form_container {
  background: #f7f4f4;
  box-shadow: none;
  margin: 0;
}
/** PAGE DETAIL **/
.bien_detail_file .fiche-detail .c-desc-detail {
  padding: 3% 12%;
}
@media (max-width: 1440px) {
  .bien_detail_file .fiche-detail .c-desc-detail {
    padding: 3%;
  }
}
.mf-agence {
  padding: 0.8rem;
}
.mf-agence h2 {
  margin-bottom: 0.8rem;
}
.biens_similaires,
.biens_visites {
  padding: 1% 12%;
}
@media (max-width: 1440px) {
  .biens_similaires,
  .biens_visites {
    padding: 3%;
  }
}
.mf-agence-photo-adresse {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.mf-agences-coordonnees-code-postal {
  font-weight: bold;
}
.mf-agence-btn-actions {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: 0.8rem;
  margin-top: 0.8rem;
}
.mf-agence-btn-actions .btn-scale {
  padding: 0.8rem;
}
.mf-agence-btn-service {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
  width: 100%;
  margin-top: 0.8rem;
}
.btn-agence-service {
  padding: 0.8rem;
}
.btn-agence-service::before {
  content: 'V';
  font-family: idf;
  margin-right: 0.8rem;
}
.btn-agence-service.service-span {
  grid-column: 1 / span 2;
}
.btn-agence-service.service-span::before {
  content: 'h';
}
.fiche-coordonnee {
  margin: 0 !important;
  padding: 0.8rem !important;
  width: 100% !important;
}
.agence_file .liste_agences .fiche_agences .minifiche_agence .fiche-bottom .fiche-coordonnee .actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.container_liste_bien {
  padding: 3% 12%;
}
@media (max-width: 1440px) {
  .container_liste_bien {
    padding: 3%;
  }
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .contact-bien .btn-contact > span {
  padding: 10px;
}
.bien_detail_file .fiche-detail .c-desc-detail .desc-detail .desc-right .contact-bien .btn-contact {
  display: unset;
  padding: unset;
  text-align: unset;
}
.bien_detail_file .fiche-detail > .container-photo > .c-photos {
  width: 82%;
}
.bien_detail_file .fiche-detail .c-scroll-detail .scroll-detail {
  display: grid;
  width: 100%;
  padding: 0 12%;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 1440px) {
  .bien_detail_file .fiche-detail .c-scroll-detail .scroll-detail {
    padding: 0 3%;
  }
}
@media (max-width: 780px) {
  .bien_detail_file .fiche-detail .c-scroll-detail .scroll-detail {
    grid-template-columns: repeat(2, 1fr);
  }
}
.bien_detail_file .fiche-detail .c-scroll-detail .scroll-detail span {
  color: #fff;
  background: #575756;
}
@media (max-width: 680px) {
  .bien_detail_file .fiche-detail .c-scroll-detail .scroll-detail span {
    padding: 15px 0;
    width: 100%;
    font-size: 1.2rem;
  }
}
.bien_detail_file .fiche-detail .c-scroll-detail .scroll-detail span:not(:first-child) {
  border-left: none;
}
/** BLOC NEWSLETTER **/
.index_file .bloc-newsletter {
  background: #575756;
}
.btn-newsletter {
  padding: 1.2rem;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  display: inline-block;
  background: #fff;
  color: #575756;
  border: 1px solid #575756;
}
.btn-newsletter:hover::before {
  top: 31%;
  left: 65%;
}
@media (max-width: 680px) {
  .btn-newsletter {
    width: 100%;
  }
}
.rowBtn select,
.rowBtn input,
.rowBtn button {
  height: 3rem !important;
}
/** btn haut de page **/
.btn-service-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 780px) {
  .btn-service-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  .btn-service-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }
}
.page-online .btn-services {
  padding: 1rem;
  font-size: 1.4rem;
}
.btn-service-title {
  font-size: 2rem;
}
.btn-contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 680px) {
  .btn-contact {
    grid-template-columns: 1fr;
    gap: 1rem;
    font-size: 1.2rem;
  }
}
.service-btn-top {
  padding: 1rem;
  font-size: 1.6rem;
  max-width: 31rem;
}
.service-btn-top:hover {
  box-shadow: none;
}
.service-btn-moteur {
  position: relative;
  padding-left: 2.5rem;
}
.service-btn-moteur::before {
  content: 'M';
  font-family: idf;
  position: absolute;
  top: 1rem;
  left: 0.8rem;
  color: #fff;
}
.banner-metier-wrapper.creer-annonce-banner {
  background: url(/bundles/main/images/service/banner-creer-annonces.jpg);
}
.banner-metier-wrapper.syndic-banner {
  background: url(/bundles/main/images/service/banner-syndic.jpg);
}
/***/
.bottom-neutre > .btn-contact,
.bottom-syndic > .btn-contact,
.bottom-gestion > .btn-contact {
  display: flex;
  justify-content: end;
  padding-right: 12%;
}
.page-annonces {
  padding: 20px 0;
}
.page-annonces .annoncesBloc {
  width: 1100px;
  margin: 10px auto 40px;
}
.page-annonces h1,
.page-annonces h2,
.page-annonces h3,
.page-annonces h4 {
  margin: 10px 0;
}
.page-annonces h1 {
  font-size: 1.6rem;
}
.page-annonces h3 {
  font-size: 1.4rem;
}
.page-annonces h4 {
  font-size: 1.2rem;
}
.page-annonces .color_link_annonce {
  font-weight: 700;
}
.page-annonces .texte_commune.img img {
  float: right;
  margin: 0 10px 10px;
  width: 300px;
}
.page-annonces .texte_commune.img:after {
  display: table;
  clear: both;
  content: '';
}
.index_file .selection-biens > .carousel-exclus .owl-prev,
.index_file .selection-biens > .carousel-exclus .owl-next {
  display: none !important;
}
.liste_bien_file .container_liste_bien .right_absolute {
  right: 2%;
  top: 142px;
}
@media (max-width: 680px) {
  .liste_bien_file .container_liste_bien .right_absolute {
    display: none !important;
  }
}
#annonces.map_list #liste-bien .encart_alerte {
  background-color: #575756;
}
.opinion-header-wrapper {
  position: absolute;
  width: 100%;
  top: 2%;
  left: 0;
}
@media (max-width: 1024px) {
  .opinion-header-wrapper {
    top: 15%;
  }
}
@media (max-width: 680px) {
  .opinion-header-wrapper.hidden {
    display: none;
  }
}
.opinion-header-wrapper .star-ratings {
  width: 12%;
  margin: 0;
  text-align: center;
  top: 1rem;
  left: 60%;
}
@media (max-width: 1750px) {
  .opinion-header-wrapper .star-ratings {
    width: 14%;
    left: 55%;
  }
}
@media (max-width: 1650px) {
  .opinion-header-wrapper .star-ratings {
    left: 52%;
  }
}
@media (max-width: 1440px) {
  .opinion-header-wrapper .star-ratings {
    width: 16%;
    left: 44%;
  }
}
@media (max-width: 1280px) {
  .opinion-header-wrapper .star-ratings {
    width: 18%;
    left: 40%;
  }
}
@media (max-width: 1024px) {
  .opinion-header-wrapper .star-ratings {
    width: 21%;
    left: 76%;
    top: 0.7rem;
  }
}
@media (max-width: 780px) {
  .opinion-header-wrapper .star-ratings {
    width: 24%;
    left: 70%;
  }
}
@media (max-width: 680px) {
  .opinion-header-wrapper .star-ratings {
    width: 53%;
    left: 35%;
  }
}
.btn-accueil-wrapper {
  width: 100%;
  display: flex;
  margin-top: 0;
  justify-content: space-evenly;
  color: #fff;
}
.btn-accueil-top,
.espace-client-btn-top {
  font-size: 1.3rem;
  color: #fff;
  padding: 0.5rem 0.8rem;
  text-align: center;
  width: unset;
}
/** MOTEUR INDEX **/
.elargir-km {
  color: #fff;
}
.index_file .moteurs-index {
  border-radius: 0;
}
.index_file .moteurs-index .moteurs-index-tab {
  margin: 3% auto;
  padding: 0;
  border-radius: 0;
}
@media (max-width: 1440px) {
  .index_file .moteurs-index .moteurs-index-tab {
    width: 97%;
  }
}
.index_file .moteurs-index .moteurs-index-tab :not(.current):not(.tab-content)[class^='tab-'] > a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
.index_file .moteurs-index .moteurs-index-tab :not(.current):not(.tab-content)[class^='tab-'] > a:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.index_file .moteurs-index .moteurs-index-tab .current.tab-transaction,
.index_file .moteurs-index .moteurs-index-tab .active-div.tab-transaction {
  background: #00b5d6;
  color: #FFF;
}
.index_file .moteurs-index .moteurs-index-tab .current.tab-transaction > a,
.index_file .moteurs-index .moteurs-index-tab .active-div.tab-transaction > a {
  color: #FFF;
}
.index_file .moteurs-index .moteurs-index-tab .current.tab-location,
.index_file .moteurs-index .moteurs-index-tab .active-div.tab-location {
  background: #f7a824;
  color: #FFF;
}
.index_file .moteurs-index .moteurs-index-tab .current.tab-location > a,
.index_file .moteurs-index .moteurs-index-tab .active-div.tab-location > a {
  color: #FFF;
}
.index_file .moteurs-index .moteurs-index-tab .current.tab-professionnel,
.index_file .moteurs-index .moteurs-index-tab .active-div.tab-professionnel {
  background: #00b5d6;
  color: #FFF;
}
.index_file .moteurs-index .moteurs-index-tab .current.tab-professionnel > a,
.index_file .moteurs-index .moteurs-index-tab .active-div.tab-professionnel > a {
  color: #FFF;
}
.index_file .selection-biens {
  padding: 30px 0;
}
.index_file .selection-biens > .carousel-exclus {
  width: 110%;
  margin: 0 auto 10px;
  padding: 5px;
}
.index_file .selection-biens > .carousel-exclus:not(.owl-loaded) > * {
  width: 24%;
  display: inline-block;
}
.index_file .selection-biens > .carousel-exclus .owl-prev,
.index_file .selection-biens > .carousel-exclus .owl-next {
  font-size: 2em;
  padding: 5px;
  position: absolute;
  top: calc(50% - 16px);
  display: block !important;
  font-family: idf;
  border: 1px solid #d6d6d6;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, border;
  -moz-transition-property: background, border;
  -o-transition-property: background, border;
  transition-property: background, border;
}
.index_file .selection-biens > .carousel-exclus .owl-prev:hover,
.index_file .selection-biens > .carousel-exclus .owl-next:hover {
  border: 1px solid #000000;
}
.index_file .selection-biens > .carousel-exclus .owl-prev:hover.bg-hover,
.index_file .selection-biens > .carousel-exclus .owl-next:hover.bg-hover {
  background: #e6e6e6;
}
.index_file .selection-biens > .carousel-exclus .owl-prev:active,
.index_file .selection-biens > .carousel-exclus .owl-next:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #e6e6e6;
}
.index_file .selection-biens > .carousel-exclus .owl-prev:active.bg-hover,
.index_file .selection-biens > .carousel-exclus .owl-next:active.bg-hover {
  background: #bfbfbf;
}
.index_file .selection-biens > .carousel-exclus .owl-prev {
  left: -40px;
}
.index_file .selection-biens > .carousel-exclus .owl-next {
  right: -40px;
}
.index_file .selection-biens > .carousel-exclus .owl-prev i,
.index_file .selection-biens > .carousel-exclus .owl-next i {
  font-family: saxo;
  font-style: normal;
  color: #000000;
}
.index_file [class^='bloc_metier-'] .actu-metier-carousel {
  width: 100%;
  margin: 0 auto;
  padding: 3% 12%;
}
@media (max-width: 780px) {
  .index_file [class^='bloc_metier-'] .actu-metier-carousel {
    padding: 3%;
  }
}
.index_file [class^='bloc_metier-'] .actu-metier-carousel .contenu-carousel {
  display: -webkit-flex;
  display: flex;
}
.index_file [class^='bloc_metier-'] .actu-metier-carousel .contenu-carousel .img-contenu {
  width: 45%;
}
.index_file [class^='bloc_metier-'] .actu-metier-carousel .contenu-carousel > .texte-contenu {
  position: relative;
  width: 55%;
  padding: 10px 5px 0 20px;
  font-size: 1.2rem;
}
.index_file [class^='bloc_metier-'] .actu-metier-carousel .contenu-carousel > .texte-contenu > h2 {
  margin-bottom: 10px;
}
.index_file [class^='bloc_metier-'] .actu-metier-carousel .contenu-carousel > .texte-contenu > h2 > a {
  color: #fff;
}
.index_file [class^='bloc_metier-'] .actu-metier-carousel .contenu-carousel > .texte-contenu .info-plus {
  position: absolute;
  bottom: 0;
  right: 20px;
  padding: 10px;
  font-size: 1.3rem;
}
.index_file [class^='bloc_metier-'] .actu-metier-carousel .owl-carousel .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.moteur-index-form {
  padding: 1rem 0 0 0;
}
.moteur-index-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.moteur-index-wrapper.pro,
.moteur-index-wrapper.neuf {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 780px) {
  .moteur-index-wrapper.pro,
  .moteur-index-wrapper.neuf {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 780px) {
  .moteur-index-wrapper {
    grid-template-columns: 1fr;
  }
}
.moteur-index-wrapper input:not([type=checkbox]):not([type=radio]),
.moteur-index-wrapper .SumoSelect > .CaptionCont,
.moteur-index-wrapper .select2-container .select2-choice,
.moteur-index-wrapper select {
  border-radius: 10px;
}
.moteur-index-wrapper .noUi-horizontal .noUi-handle {
  border-radius: 25px;
}
/** FORMULAIRE **/
.form_container {
  width: 100%;
  margin: 10px auto;
  padding: 3% 12%;
}
@media (max-width: 780px) {
  .form_container {
    padding: 3%;
  }
}
/** FOOTER **/
@media (max-width: 680px) {
  footer {
    text-align: center;
  }
}
.footer-links-wrapper {
  width: 100%;
  padding: 3% 12%;
  border-top: 1px solid #f7f4f4;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
@media (max-width: 1440px) {
  .footer-links-wrapper {
    padding: 3%;
  }
}
@media (max-width: 780px) {
  .footer-links-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 680px) {
  .footer-links-wrapper {
    grid-template-columns: 1fr;
  }
}
.footer-links-wrapper .logo_procivis {
  max-width: 65%;
  margin: 13% auto;
}
.footer-links-wrapper .logo_procivis .logo-unis {
  float: left;
  margin: 0 4%;
}
.footer-links {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.footer-links * {
  color: #333333;
}
.footer-links .clr-transaction-pro {
  color: #00b5d6;
  font-size: 1.1rem;
}
.footer-links .clr-transaction {
  color: #00b5d6;
  font-size: 1.1rem;
}
.footer-links .clr-location {
  color: #f7a824;
  font-size: 1.1rem;
}
.footer-links .clr-gestion {
  color: #7935d8;
  font-size: 1.1rem;
}
.footer-links .clr-syndic {
  color: #99bf00;
  font-size: 1.1rem;
}
.footer-links .clr-neutre {
  color: #575756;
  font-size: 1.1rem;
}
.reseaux_sociaux {
  text-align: center;
  padding: 10px 0 10px;
}
.reseaux_sociaux > a {
  display: inline-block;
  font-family: idf;
  padding: 10px 10px;
  font-size: 1.4em;
  cursor: pointer;
  min-width: 38px;
}
.reseaux_sociaux > a.facebook {
  background: #575756;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
.reseaux_sociaux > a.facebook:hover {
  background: #3d3d3c;
}
.reseaux_sociaux > a.facebook:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #2c2c2b;
}
.reseaux_sociaux > a.instagram {
  background: #575756;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
.reseaux_sociaux > a.instagram:hover {
  background: #3d3d3c;
}
.reseaux_sociaux > a.instagram:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #2c2c2b;
}
.reseaux_sociaux > a.linkedin {
  background: #575756;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-property: background, color, box-shadow;
  -moz-transition-property: background, color, box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
}
.reseaux_sociaux > a.linkedin:hover {
  background: #3d3d3c;
}
.reseaux_sociaux > a.linkedin:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: #2c2c2b;
}
footer {
  background: #fff;
}
.footer-rs {
  background: #00b5d6;
}
.footer-rs > p {
  width: 100%;
  margin: 0 auto;
  padding: 25px 15px;
  color: #fff;
  font-size: 1.4em;
  text-align: center;
}
.footer-rs > p > b {
  font-size: 1.3em;
}
.footer-rs > p > a {
  font-family: saxo;
  font-size: 1.4em;
  color: #FFF;
  padding: 0px 5px;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.footer-rs > p > a:hover {
  color: #575756;
}
.footer-rs > p > a:active {
  color: #3d3d3c;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.footer-c .c-credit {
  background: #575756;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  color: #FFF;
}
.footer-c .c-credit a {
  color: #FFF;
}
.footer-c .c-credit .logo_procivis {
  width: 10%;
  margin: 2px auto;
}
.footer-c.map_mode .c-credit {
  padding: 5px 0;
}
.footer-c.map_mode .c-credit a + .liens-ref-bien {
  margin-top: 10px;
}
@media screen and (max-width: 1100px) {
  .index_file .rub-agence > div,
  .index_file [class^='bloc_metier-'] .actu-metier-carousel,
  .index_file .selection-biens > .carousel-exclus,
  .index_file [class^='guide-metier-'] > div,
  .index_file .choisir-idf > article,
  .index_file .bloc-multi-encart .multi-encart,
  .index_file .actus-groupe > .recrutement,
  .index_file .actus-groupe > .bloc_contenu-2,
  .index_file .bloc-partenaire .multi-partenaire,
  .index_file .opinion-system > div {
    width: auto;
    padding: 0;
  }
  .index_file .selection-biens > .carousel-exclus .owl-prev,
  .index_file .selection-biens > .carousel-exclus .owl-next,
  .index_file .bloc-multi-encart .multi-encart .owl-prev,
  .index_file .bloc-multi-encart .multi-encart .owl-next {
    display: none !important;
  }
  .index_file .moteurs-index .moteurs-index-tab .onglets > li > a {
    padding: 1rem;
    text-align: center;
  }
  .index_file .moteurs-index .moteurs-index-tab .tab-content {
    padding: 15px 20px;
  }
  .index_file .selection-biens .btn-locations,
  .index_file .selection-biens .btn-transactions {
    width: auto;
    margin: 0 10px;
  }
  .nous-rencontrer #blocAgence {
    margin: 4% 12%;
  }
  .header .header-btn {
    width: auto;
    padding: 20px 20px 10px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 780px) {
  .nous-rencontrer #blocAgence {
    margin: 3%;
  }
}
@media screen and (max-width: 800px) {
  .index_file .moteurs-index .moteurs-index-tab .onglets > li.tab-location:not(.tab-content):before,
  .index_file .moteurs-index .moteurs-index-tab .onglets > li.tab-transaction:not(.tab-content):before {
    top: 13px;
  }
  .index_file .moteurs-index .moteurs-index-tab .onglets > li > a {
    font-size: 1rem;
  }
  .header .header-btn .diapo-contenu {
    display: none !important;
  }
  .header .header-btn > div:not(.btn-accueil):not(.btn-compte-client):not(#videoMute) > a > span::before {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .index_file .rub-agence > div {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .index_file .rub-agence > div .img-agence,
  .index_file .rub-agence > div .c-agence {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  .index_file .rub-agence > div > * {
    order: 5;
  }
  .index_file .rub-agence > div .img-agence {
    order: 1;
    margin-bottom: 10px;
  }
  .index_file .rub-agence > div .btn-agence::before {
    display: none;
  }
  .index_file [class^='bloc_metier-'] .actu-metier-carousel .contenu-carousel {
    display: block;
  }
  .index_file [class^='bloc_metier-'] .actu-metier-carousel .contenu-carousel .img-contenu,
  .index_file [class^='bloc_metier-'] .actu-metier-carousel .contenu-carousel > .texte-contenu {
    width: 100%;
  }
  .index_file [class^='bloc_metier-'] .actu-metier-carousel .contenu-carousel .img-contenu {
    margin-bottom: 15px;
  }
  .index_file [class^='bloc_metier-'] .actu-metier-carousel .contenu-carousel .texte-contenu {
    padding: 0;
  }
  .index_file [class^='bloc_metier-'] .actu-metier-carousel .contenu-carousel .texte-contenu > div {
    height: 55px;
    overflow: hidden;
    position: relative;
  }
  .index_file [class^='bloc_metier-'] .actu-metier-carousel .contenu-carousel .texte-contenu > div::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 15px;
    width: 100%;
    content: "";
    pointer-events: none;
  }
  .index_file [class^='bloc_metier-'] .actu-metier-carousel .contenu-carousel .texte-contenu .info-plus {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 10px;
    right: 0;
  }
  .index_file .bloc_metier-location .texte-contenu > div::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 15px;
    width: 100%;
    content: "";
    pointer-events: none;
    background: linear-gradient(to top, #f7a824 15%, rgba(245, 245, 245, 0) 86%);
  }
  .index_file .bloc_metier-transaction .texte-contenu > div::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 15px;
    width: 100%;
    content: "";
    pointer-events: none;
    background: linear-gradient(to top, #00b5d6 15%, rgba(245, 245, 245, 0) 86%);
  }
  .index_file [class^='guide-metier-'] > div .guide-carousel,
  .index_file [class^='guide-metier-'] > div .banniere-guide {
    width: 100%;
  }
  .index_file [class^='guide-metier-'] > div .banniere-guide > p > a img,
  .index_file [class^='guide-metier-'] > div .banniere-guide > div > a img {
    position: relative;
    width: auto !important;
    height: auto !important;
  }
  .index_file [class^='guide-metier-'] .guide-metier.banniere-only .banniere-guide > p {
    width: 100%;
  }
  .index_file [class^='guide-metier-'] .guide-metier.banniere-only .banniere-guide > p:not(:first-child) {
    margin-left: auto;
    margin-top: 40px;
  }
  .index_file .actus-groupe > .groupe-carousel .article-groupe {
    height: auto;
  }
  .index_file .actus-groupe > .groupe-carousel .article-groupe .c-article {
    position: relative;
    padding-bottom: 30px;
  }
  .index_file .actus-groupe > .groupe-carousel .article-groupe .c-article > h2 {
    margin-top: 10px;
  }
  .index_file .actus-groupe > .groupe-carousel .article-groupe .c-article .sc-article {
    position: relative;
  }
  .index_file .actus-groupe > .groupe-carousel .article-groupe .c-article .btn-groupe-carousel {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .index_file .actus-groupe > .groupe-carousel .article-groupe .c-article .btn-groupe-carousel .hide-on-small {
    display: none;
  }
  .index_file .actus-groupe > .groupe-carousel .article-groupe .c-article .btn-groupe-carousel .hide-on-large {
    display: initial;
  }
  .index_file .actus-groupe > .bloc_contenu-2 {
    flex-direction: column;
  }
  .index_file .actus-groupe > .bloc_contenu-2 .img-contenu,
  .index_file .actus-groupe > .bloc_contenu-2 .c-contenu-2 {
    width: 100%;
  }
  .index_file .actus-groupe > .bloc_contenu-2 .c-contenu-2 {
    margin-left: 0;
  }
  .index_file .actus-groupe > .bloc_contenu-2 .c-contenu-2 .btn-plus {
    left: 0;
    margin-top: 10px;
  }
  .index_file .bloc-partenaire .multi-partenaire {
    padding: 0 20%;
  }
  .header.header-index,
  .header .header-bg {
    height: 172px;
  }
  .header .header-btn {
    display: block;
    padding: 40px 20px 10px;
  }
  .header .header-btn > .row-flex-0 {
    width: 100%;
  }
  .header .header-btn > div:not(.btn-accueil):not(.btn-compte-client):not(#videoMute) > a {
    text-align: left;
    margin: 10px 0;
  }
  .header .header-btn > div:not(.btn-accueil):not(.btn-compte-client):not(#videoMute) > a > span {
    min-width: auto;
  }
  .header .header-btn > div:not(.btn-accueil):not(.btn-compte-client):not(#videoMute).col-center :not(:first-child) {
    margin-top: 10px;
  }
  .header.header-index .owl-carousel.diapo-index.resp_active {
    display: none !important;
  }
  .header.header-index .owl-carousel.diapo-index-mobile {
    display: block;
  }
}
.list-region-wrapper {
  padding: 2% 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1% 5%;
  grid-template-areas: "list-region1 list-region1 list-region1 list-region1" "list-region2 list-region3 list-region4 list-region5" "list-region6 list-region7 list-region7 ." "list-region8 list-region8 list-region8 .";
}
@media (max-width: 480px) {
  .list-region-wrapper {
    display: block;
    gap: 1rem;
  }
}
.list-region1 {
  grid-area: list-region1;
}
.list-region2 {
  grid-area: list-region2;
}
.list-region3 {
  grid-area: list-region3;
}
.list-region4 {
  grid-area: list-region4;
}
.list-region5 {
  grid-area: list-region5;
}
.list-region6 {
  grid-area: list-region6;
}
.list-region7 {
  grid-area: list-region7;
}
.list-region8 {
  grid-area: list-region8;
}
.list-secteur-card1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5%;
}
@media (max-width: 480px) {
  .list-secteur-card1 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1rem;
  }
}
.list-secteur-card2,
.list-secteur-card3,
.list-secteur-card4,
.list-secteur-card5,
.list-secteur-card6 {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 5%;
}
.list-secteur-card7 {
  display: grid;
  gap: 10%;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 480px) {
  .list-secteur-card7 {
    gap: 1rem;
  }
}
.list-secteur-card8 {
  display: grid;
  gap: 8%;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 480px) {
  .list-secteur-card8 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  .title-region {
    padding: 5% 2% 0 2%;
  }
}
.list-secteur {
  text-align: center;
  padding: 0 0 2% 0;
  margin: 2% 0;
  box-shadow: 0px 1px 1.9px rgba(0, 0, 0, 0.02), 0 5.4px 0px rgba(0, 0, 0, 0.03), 8px 3px 3px rgba(0, 0, 0, 0.03), 14px 10px 7px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 0px 37px 0px rgba(0, 0, 0, 0.05), -1px 1px 16px rgba(0, 0, 0, 0.07);
}
.site-secteur {
  font-weight: bold;
  font-size: 1.3rem;
  background: #575756;
  color: #fff;
  padding: 3% 2%;
}
@media (max-width: 768px) {
  .site-secteur {
    font-size: 1.1rem;
  }
}
.agence-secteur {
  padding: 5% 0 2% 0;
}
.agence-secteur::before {
  content: 'J';
  font-family: 'idf';
  width: 100%;
  display: block;
  font-size: 2.5rem;
}
.agence-secteur span {
  font-weight: bold;
}
.link-rejoindre {
  box-shadow: none;
  color: #575756;
  font-weight: bold;
  padding: 2% 6%;
  margin: 5% auto;
  display: block;
  width: 50%;
  transition: 0.3s all ease-in-out;
}
.link-rejoindre:hover {
  color: #333333;
}
@media (max-width: 1024px) {
  .link-rejoindre {
    width: 80%;
    padding: 4% 6%;
  }
}
.list-region-wrapper {
  padding: 2% 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1% 5%;
  grid-template-areas: "list-region1 list-region1 list-region1 list-region1" "list-region2 list-region3 list-region4 list-region5" "list-region6 list-region7 list-region7 ." "list-region8 list-region8 list-region8 .";
}
@media (max-width: 480px) {
  .list-region-wrapper {
    display: block;
    gap: 1rem;
  }
}
.list-region1 {
  grid-area: list-region1;
}
.list-region2 {
  grid-area: list-region2;
}
.list-region3 {
  grid-area: list-region3;
}
.list-region4 {
  grid-area: list-region4;
}
.list-region5 {
  grid-area: list-region5;
}
.list-region6 {
  grid-area: list-region6;
}
.list-region7 {
  grid-area: list-region7;
}
.list-region8 {
  grid-area: list-region8;
}
.list-secteur-card1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5%;
}
@media (max-width: 480px) {
  .list-secteur-card1 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1rem;
  }
}
.list-secteur-card2,
.list-secteur-card3,
.list-secteur-card4,
.list-secteur-card5,
.list-secteur-card6 {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 5%;
}
.list-secteur-card7 {
  display: grid;
  gap: 10%;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 480px) {
  .list-secteur-card7 {
    gap: 1rem;
  }
}
.list-secteur-card8 {
  display: grid;
  gap: 8%;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 480px) {
  .list-secteur-card8 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  .title-region {
    padding: 5% 2% 0 2%;
  }
}
/*** A METTRE DANS LES FICHIERS LESS CORRESPONDANT A LA MISE EN LIGNE ***/
.loader_grand {
  background: url(/ressources_client/images/loader.gif);
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
}
.loader_petit {
  background: url(/ressources_client/images/loader.gif);
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
}
/* Contenu */
h1,
.contenu-main-title {
  font-family: 'Quicksand', sans-serif;
}
.article_contenu h2,
.article_contenu h3,
.article_contenu h4,
.article_contenu h5,
.article_contenu h6 {
  font-family: 'Quicksand', sans-serif;
}
.article_contenu p {
  font-size: 1rem;
}
.clr-metier {
  color: #99c736;
}
.contenu_file .contenu.bottom-metier,
.contenu_file .contenu.bottom-transaction,
.contenu_file .contenu.bottom-location,
.contenu_file .contenu.bottom-syndic,
.contenu_file .contenu.bottom-gestion {
  border-bottom: none;
}
.contenu_file .contenu.bottom-metier::after,
.contenu_file .contenu.bottom-transaction::after,
.contenu_file .contenu.bottom-location::after,
.contenu_file .contenu.bottom-syndic::after,
.contenu_file .contenu.bottom-gestion::after {
  content: none;
}
.contenu_file .contenu .liste-contenus[class*='row-flex-'].start {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.contenu_file .contenu .liste-contenus .fiche_article {
  width: 24%;
  margin-bottom: 2%;
}
.contenu_file .contenu .liste-contenus .fiche_article h2 {
  font-family: 'Quicksand', sans-serif;
}
.contenu_file .contenu .liste-contenus .fiche_article .suite {
  padding: 5px 25px;
}
.contenu_file .contenu .liste-contenus .fiche_article a img {
  border-radius: 10px 40px 10px 40px;
}
.contenu_file .contenu .liste-contenus .fiche_article div::after {
  display: none;
}
.contenu_file .contenu .liste-contenus .fiche_article::after {
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .contenu_file .contenu .liste-contenus .fiche_article {
    width: 32%;
  }
}
@media (max-width: 480px) {
  .contenu_file .contenu .liste-contenus .fiche_article {
    width: 100%;
  }
}
.contenu_file .contenu .liste-contenus .fiche_article:nth-child(n + 4) {
  margin-top: 0;
}
.contenu_file .contenu .liste-contenus .fiche_article:not(:nth-child(3n + 1)) {
  margin-left: 0;
}
.contenu_file .contenu .btn_contact {
  padding: 0.5% 12%;
}
@media (max-width: 1024px) {
  .contenu_file .contenu .btn_contact {
    padding: 0.5% 4%;
  }
}
.contenu_file .contenu .btn_contact span {
  font-size: 1.2rem;
  display: block;
  width: 65%;
  margin: auto;
}
.liste-rubriques h2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.8rem;
  border-top: none !important;
}
.liste-rubriques h2::after {
  display: none;
}
.contenu_file .contenu .liste-rubriques .guide-carousel h2 {
  font-size: 1.8rem;
  text-align: center;
}
.contenu_file .contenu .liste-rubriques .guide-carousel h3 {
  font-size: 1.2rem;
  min-height: 60px;
}
.contenu_file .contenu .liste-rubriques .guide-carousel h3::after {
  display: none;
}
.contenu_file .contenu .liste-rubriques .guide-carousel div.metier-gestion,
.contenu_file .contenu .liste-rubriques .guide-carousel div.metier-transaction,
.contenu_file .contenu .liste-rubriques .guide-carousel div.metier-vendeur,
.contenu_file .contenu .liste-rubriques .guide-carousel div.metier-location,
.contenu_file .contenu .liste-rubriques .guide-carousel div.metier-syndic {
  border: none;
  border-radius: 10px;
}
.contenu_file .contenu .liste-rubriques .guide-carousel [class^='btn-guide-'] > * {
  border-radius: 10px;
}
.form_container .form-general {
  background: none;
  min-height: 200px;
}
.mini-search .row-flex-3 > * {
  border-radius: 10px;
}
@media (max-width: 480px) {
  .contenu_file .contenu .btn_contact > .contenu-main-title {
    text-align: center;
    padding-bottom: 1rem;
  }
}
@media (max-width: 1024px) {
  .nous-rencontrer #blocAgence {
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .nous-rencontrer #blocAgence .mini-search .slot-2.row-flex-3.start {
    display: block;
  }
  .nous-rencontrer #blocAgence .mini-search .slot-2.row-flex-3.start select {
    width: 75%;
    margin-left: 0;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 1024px) {
  .contenu_file .contenu .liste-rubriques .guide-carousel > div {
    padding: 10px;
  }
}
@media (max-width: 1024px) {
  .contenu_file .contenu .liste-rubriques .guide-carousel > div [class^='btn-guide-'] * {
    padding: 2px;
    font-size: 0.7rem;
  }
}
@media (max-width: 480px) {
  .contenu_file .contenu .liste-rubriques .guide-carousel > div [class^='btn-guide-'] * {
    padding: 2px 5px;
    font-size: 1rem;
  }
}
/* Liste */
.liste_bien_file .container_liste_bien {
  background: #fff;
}
@media (max-width: 1280px) {
  .liste_bien_file .container_liste_bien {
    padding: 0.5% 3%;
  }
}
@media (max-width: 1280px) {
  .liste_bien_file .moteur_encart.bottom-transaction,
  .liste_bien_file .moteur_encart.bottom-location {
    padding: 0.5% 3%;
  }
}
.liste_bien_file .moteur_encart {
  background: #f7f4f4;
}
.liste_bien_file .annonces .count_biens,
.titreMiniFiche {
  font-family: 'Quicksand', sans-serif;
}
.liste_bien_file .moteur_encart .moteur .form_moteur .criteres > *.mini-filter {
  width: calc(100% / 4 - 20px);
  grid-template-columns: 1fr 4fr;
  gap: 0;
  text-align: center;
}
.liste_bien_file .moteur_encart .moteur .form_moteur .criteres > *.mini-filter span label {
  font-size: 1rem;
}
.sticky-wrapper .titre_bar {
  display: none;
}
.minifiche_liste {
  box-shadow: 0px 1px 1.9px rgba(0, 0, 0, 0.02), 0 5.4px 0px rgba(0, 0, 0, 0.03), 8px 3px 3px rgba(0, 0, 0, 0.03), 14px 10px 7px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 0px 37px 0px rgba(0, 0, 0, 0.05), -1px 1px 16px rgba(0, 0, 0, 0.07);
  border-radius: 10px 10px 10px 40px;
  background: #fff !important;
}
.minifiche_liste img {
  border-radius: 10px 40px 10px 40px;
}
.minifiche_liste .photo::after {
  border-radius: 10px 40px 10px 40px;
}
.minifiche_liste::after {
  display: none;
}
.liste-annonces .iw-picture {
  border-radius: 10px 10px 0 0;
}
.liste-annonces .leaflet-popup-content {
  border-radius: 10px;
}
#annonces #map .leaflet-popup-content-wrapper #iw-container {
  border-radius: 10px;
}
#annonces #map .leaflet-popup-content-wrapper .leaflet-popup-content {
  border-radius: 0 0 10px 10px;
}
#annonces #map .agence-info-map .controlUI {
  border-radius: 10px;
}
#annonces #map .agence-info-map .controlUI .controlText {
  font-family: 'Poppins', sans-serif;
}
.liste_bien_file .alerte-btn {
  border-radius: 10px 10px 40px 40px;
}
.moteur .critere select,
.moteur .critere .select2-container .select2-choice,
.SumoSelect > .CaptionCont {
  border-radius: 10px;
}
/* Détail */
.trio-main-title,
.trio-second-title,
.trio-description-left h3 {
  font-family: 'Quicksand', sans-serif;
}
.trio-map #map,
.trio-map #cityscan {
  border-radius: 10px;
}
.container-photo.trio .trio-main-photo,
.container-photo.trio .trio-photo-wt-video {
  border-radius: 10px 40px 10px 40px;
}
.container-photo.trio .diaporama-btn,
.container-photo.trio .nb_photo {
  border-radius: 10px;
}
.container-photo.trio .etiquette {
  border-radius: 0 0 10px 10px;
}
.pagination-detail > * {
  border-radius: 10px;
}
.minifiche1 .view-first .img_bien img {
  border-radius: 10px 40px 10px 40px;
}
.minifiche1 .view-first .img_bien .etiquette {
  border-radius: 10px 40px 10px 10px;
}
.minifiche_liste .photo .etiquette {
  border-radius: 10px 40px 0 0;
}
.minifiche_liste .bloc_right .description .prix {
  font-size: 1.5rem;
}
.trio-form-bien h3:first-child {
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
}
.trio-form-bien .btn-hover {
  width: 15%;
}
@media (max-width: 480px) {
  .trio-form-bien .btn-hover {
    width: 40%;
  }
}
.trio-contact-bottom-wrapper .agence-raison-social,
.trio-contact-bottom-wrapper .agence_adresse,
.trio-contact-bottom-wrapper .agence-cp-ville {
  color: #333333;
}
.double-img {
  border-radius: 10px 40px 10px 40px;
}
.bien_detail_file .agence-card {
  width: 75%;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
@media (max-width: 1024px) {
  .bien_detail_file .agence-card {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .bien_detail_file .agence-card {
    grid-template-columns: 1fr;
    max-height: 48rem;
  }
}
.bien_detail_file .agence-card .agence-photo-wrapper {
  max-width: 80%;
}
.bien_detail_file .agence-card .card-agence-btn-wrapper {
  width: 100%;
}
.bien_detail_file .agence-card .agence-photo {
  border-radius: 10px 40px 10px 40px;
}
.card-agence-btn-wrapper {
  width: 100%;
}
/* Commun */
.is-sticky div.topbar > .menu .logo,
.topbar > .menu .logo {
  height: 100px !important;
}
@media (max-width: 480px) {
  .is-sticky div.topbar > .menu .logo,
  .topbar > .menu .logo {
    height: 50px !important;
    left: 0;
  }
}
@media (max-width: 1280px) {
  .barre-btn-top {
    right: 12%;
  }
}
@media (max-width: 820px) {
  .barre-btn-top {
    right: 14%;
  }
}
.topbar > .menu .menu-button {
  font-size: 1.6rem;
}
.overlay .clr-metier {
  color: #575756;
}
.overlay .overlay-content > li {
  padding: 5px;
}
.toolbox {
  right: 0;
  top: 35%;
  border-radius: 10px 0 0 10px;
}
@media (max-width: 1280px) {
  .toolbox {
    top: auto;
    border-radius: 10px 10px 0 0;
  }
}
@media (max-width: 680px) {
  .toolbox {
    border-radius: 10px 10px 0 0;
    top: unset;
  }
}
.ui-widget.ui-widget-content {
  border-radius: 10px;
}
.btn_validation .btn_ko {
  background: #959595;
}
.alerte_popup .input-field {
  float: left;
}
.select2-container .select2-choice {
  border-radius: 10px;
}
.consentement span {
  font-size: 0.9rem;
}
.consentement span input[type=radio] + label {
  font-size: 0.9rem;
}
@media (min-width: 1440px) {
  .is-sticky .topbar > .menu .logo,
  .topbar > .menu .logo {
    height: 150px !important;
  }
}
.btn-accueil-top,
.espace-client-btn-top {
  font-size: 1rem;
}
.fil-ariane > .fil h1,
.fil-ariane > .fil span,
.fil-ariane > .fil a {
  font-size: 0.8rem;
}
.fil-ariane a {
  font-size: 0.8rem;
}
.scrollToTop {
  border-radius: 25px;
}
.btn,
.metier-double-actus-global-link,
.btn-groupe-carousel > *,
.btn_icon,
.btn-hover,
.pro-link-btn,
.pro-link-btn,
.trio-btn-anchor,
.prix-desktop-wrapper,
.criteres div,
.trio-btn-large,
.trio-description-right .prix-honoraire,
.actions a,
.actions span,
.btn-popup,
.btn-checkbox,
.card-agence-btn,
.popup_calculette button,
.button,
.page-online .btn-services,
.btn-banner.clr-neutre,
.btn-duo-service.bg-light .btn-duo-link,
.btn-duo-service.bg-light,
.btn-banner {
  border-radius: 10px;
}
.ui-widget {
  font-family: 'Poppins', sans-serif;
}
.footer-links-wrapper {
  padding: 2% 6%;
}
@media (max-width: 1024px) {
  .footer-links-wrapper {
    padding: 2%;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 480px) {
  .footer-links-wrapper {
    padding: 2%;
    grid-template-columns: repeat(3, 1fr);
  }
}
.footer-links span:first-child {
  font-size: 1.1rem;
}
.footer-links a,
.footer-links span {
  font-size: 0.9rem;
}
.departement {
  padding: 0;
}
@media (max-width: 1440px) {
  .departement {
    padding: 0;
  }
}
.contenu_file .contenu .departement > ul > li > h2 {
  font-size: 1rem;
  line-height: 1.2rem;
}
/* Sémantique */
.page-service-wrapper h2,
.page-service-wrapper h3 {
  font-weight: normal !important;
}
.btn-services {
  font-size: 1.4rem;
}
.clr-neutre {
  color: #99c736;
}
.bg-neutre {
  background: #99c736;
}
.btn-service-title {
  font-size: 1.4rem;
}
.page-online .btn-services {
  font-size: 1rem;
}
.presentation-btn.btn-banner {
  width: 65%;
}
.presentation-btn:not(.btn-popup) {
  top: 8px;
}
.banner-txt-wrapper.padding-global {
  padding: 0.5% 12%;
}
.banner-txt-content .btn-banner {
  border: none;
  width: 24rem;
}
.presentation-txt-wrapper.right .btn-banner.clr-gestion.presentation-btn {
  top: 3rem;
}
.banner-img-content .btn-banner {
  border: 1px solid !important;
}
.banner-img-content .btn-banner::before,
.banner-img-content .btn-banner::after {
  content: none;
}
.banner-metier-wrapper:hover .btn-banner {
  border: 1px solid;
}
.banner-img-content,
.service-btn-top,
.service-duo-card-img,
.btn-services {
  border-radius: 10px;
}
.service-btn-top {
  max-width: 33rem;
  text-align: center;
}
.lien-spaceless {
  padding-top: 2%;
  border-radius: 10px;
}
.btn-banner::before,
.btn-banner::after {
  content: none;
}
.spaceless-content-wrapper.left {
  border-radius: 10px 0 0 0;
}
.spaceless-img.left {
  border-radius: 0 10px 0 0;
}
.spaceless-content-wrapper.right {
  border-radius: 0 0 10px 0;
}
.spaceless-img.right {
  border-radius: 0 0 0 10px;
}
.spaceless-content .spaceless-btn.btn-banner {
  border: none;
  border-radius: 10px;
}
.spaceless-wrapper.gestion .spaceless-img.right {
  border-radius: 10px 0 0 0;
}
.spaceless-wrapper.gestion .spaceless-content-wrapper.right {
  border-radius: 0 10px 0 0;
}
.spaceless-wrapper.gestion .spaceless-img.left {
  border-radius: 0 0 10px 0;
}
.spaceless-wrapper.gestion .spaceless-content-wrapper.left {
  border-radius: 0 0 0 10px;
}
.spaceless-wrapper.syndic .spaceless-img.right,
.spaceless-wrapper.syndic .spaceless-content-wrapper.right {
  border-radius: 0;
}
.spaceless-wrapper.syndic.first-spaceless .spaceless-content-wrapper.left {
  border-radius: 10px 0 0 0;
}
.spaceless-wrapper.syndic.last-spaceless .spaceless-content-wrapper.left {
  border-radius: 0 0 0 10px;
}
.spaceless-wrapper.syndic.last-spaceless .spaceless-img.left {
  border-radius: 0 0 10px 0;
}
.presentation-btn.clr-gestion,
.lien-spaceless.clr-gestion,
.btn-banner.clr-gestion {
  background: #7935d8;
  border: none;
  color: #fff;
}
.presentation-btn.clr-transaction,
.lien-spaceless.clr-transaction,
.btn-banner.clr-transaction {
  background: #00b5d6;
  border: none;
  color: #fff;
}
.presentation-btn.clr-location,
.lien-spaceless.clr-location,
.btn-banner.clr-location {
  background: #f7a824;
  border: none;
  color: #fff;
}
.presentation-btn.clr-syndic,
.lien-spaceless.clr-syndic,
.btn-banner.clr-syndic {
  background: #99bf00;
  border: none;
  color: #fff;
}
.banner-txt-link.clr-syndic {
  background: #fff;
  color: #99bf00;
}
.banner-txt-link.clr-location {
  background: #fff;
  color: #f7a824;
}
.banner-txt-link.clr-transaction {
  background: #fff;
  color: #00b5d6;
}
.banner-txt-link.clr-gestion {
  background: #fff;
  color: #7935d8;
}
/* Formulaire */
.input-field *,
input:not([type=checkbox]):not([type=radio]) {
  border-radius: 10px;
}
/* Agence */
.agence_file .liste_agences .fiche_agences .minifiche_agence {
  border-radius: 10px;
  box-shadow: 0px 1px 1.9px rgba(0, 0, 0, 0.02), 0 5.4px 0px rgba(0, 0, 0, 0.03), 8px 3px 3px rgba(0, 0, 0, 0.03), 14px 10px 7px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 0px 37px 0px rgba(0, 0, 0, 0.05), -1px 1px 16px rgba(0, 0, 0, 0.07);
}
.agence_file .liste_agences .mapAgences .geolocAgenceMap .info_window .agence_top {
  border-color: #99c736;
}
.agence_file .liste_agences .mapAgences .geolocAgenceMap .info_window .agence_top .btn_agence a,
.agence_file .liste_agences .mapAgences .geolocAgenceMap .info_window .agence_top .btn_agence span {
  border-radius: 10px;
}
.agence_file .liste_agences .mapAgences .geolocAgenceMap .info_window .agence_bottom a {
  border-radius: 10px;
}
.agence_file .liste_agences .leaflet-container a {
  color: #333333;
}
.agence_file .liste_agences .fiche-photo a img {
  border-radius: 10px 40px 10px 40px;
}
.agence-raison-social {
  font-family: 'Quicksand', sans-serif;
}
.agence-card {
  border-radius: 10px;
}
.agence_file .liste_agences .fiche_agences .minifiche_agence .fiche-bottom .fiche-coordonnee {
  padding: 0.8rem 0 !important;
}
.agence_file .liste_agences .fiche_agences .minifiche_agence .fiche-bottom .fiche-coordonnee .actions * {
  width: 100%;
}
.agence_file .liste_agences .fiche_agences .minifiche_agence .fiche-bottom .fiche-coordonnee .actions a {
  float: left;
}
.agence_file .liste_agences .fiche_agences .minifiche_agence .fiche-bottom .fiche-coordonnee .actions span {
  float: right;
}
.agence_file .liste_agences .mapAgences > select {
  width: 225px;
  border-radius: 10px;
}
.agence_file .liste_agences .mapAgences .geolocAgenceMap .info_window {
  width: 100%;
}
.agence_file .liste_agences .mapAgences .geolocAgenceMap .info_window .agence_top {
  display: block;
}
.agence_file .liste_agences .mapAgences .geolocAgenceMap .info_window .agence_top .info_img {
  width: 80%;
  margin: auto;
}
.agence_file .liste_agences .mapAgences .geolocAgenceMap .info_window .agence_top .coordonnee {
  padding: 4px;
}
#map_agence .leaflet-popup-content {
  max-width: 240px;
}
#map_agence .leaflet-popup-content p {
  margin: 0;
  margin-top: 4px;
}
.agence_detail .agence-right img {
  border-radius: 10px 40px 10px 40px;
}
.agence_detail .agence-right .agence-biens .nb_biens > a {
  border-radius: 10px;
  color: #fff;
}
.agence_detail .agence-right .agence-biens .nb_biens > .clr-transaction {
  background: #00b5d6;
}
.agence_detail .agence-right .agence-biens .nb_biens > .clr-transaction .count > span > i {
  border-color: #fff;
}
.agence_detail .agence-right .agence-biens .nb_biens > .clr-location {
  background: #f7a824;
}
.agence_detail .agence-right .agence-biens .nb_biens > .clr-location .count > span > i {
  border-color: #fff;
}
.agence_file .agence_detail .form-agence {
  background: #f7f4f4;
  border-radius: 10px;
}
.agence_file .agence_detail .form-agence h2 {
  color: #99c736;
  font-weight: normal;
}
.agence_file .agence_detail .trombi_agence .liste-agents > * a h3,
.agence_file .agence_detail .trombi_agence .liste-agents > * p .fonction h3,
.agence_file .agence_detail .trombi_agence h3 {
  color: #99c736;
}
.agence_file .agence_detail .trombi_agence .liste-agents > * a .liste-agents > * a,
.agence_file .agence_detail .trombi_agence .liste-agents > * p .fonction .liste-agents > * a,
.agence_file .agence_detail .trombi_agence .liste-agents > * a,
.agence_file .agence_detail .trombi_agence .liste-agents > * a .liste-agents > * p .fonction,
.agence_file .agence_detail .trombi_agence .liste-agents > * p .fonction .liste-agents > * p .fonction,
.agence_file .agence_detail .trombi_agence .liste-agents > * p .fonction {
  color: #99c736;
}
.agence_file .agence_detail .trombi_agence .liste-agents > * a .liste-agents > * a,
.agence_file .agence_detail .trombi_agence .liste-agents > * p .fonction .liste-agents > * a,
.agence_file .agence_detail .trombi_agence .liste-agents > * a {
  border-radius: 10px;
}
.card-duo-wrapper {
  grid-template-columns: 1fr;
}
/* Index Moteur */
.index_file .moteurs-index .moteurs-index-tab .current.tab-transaction,
.index_file .moteurs-index .moteurs-index-tab .active-div.tab-transaction {
  background: #00b5d6;
}
.index_file .moteurs-index .moteurs-index-tab .current.tab-location,
.index_file .moteurs-index .moteurs-index-tab .active-div.tab-location {
  background: #f7a824;
}
.index_file .moteurs-index .moteurs-index-tab .current.tab-professionnel,
.index_file .moteurs-index .moteurs-index-tab .active-div.tab-professionnel {
  background: #00b5d6;
}
.index_file .moteurs-index .moteurs-index-tab .current.tab-neuf,
.index_file .moteurs-index .moteurs-index-tab .active-div.tab-neuf {
  background: #00b5d6;
}
.btn-under-index {
  border-radius: 10px 10px 40px 40px !important;
}
.titreLocation {
  color: #f7a824;
}
.bloc-newsletter .rowBtn {
  justify-content: center;
}
.agence-photo {
  border-radius: 10px 40px;
}
#map_canvas {
  border-radius: 10px;
}
