/*CONFIG*/
/*Conteneur*/
/*Font*/
/* Padding top image */
/*Color*/
/*Background*/
/* Style contenu */
/* Fin style contenu */
/* Style form */
/* Fin style form */
/*  Color background clendrier reservation  */
/*  Fin background clendrier reservation  */
/*PAGES*/
/**
 * 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;
  -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 #CCA839;
  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: #CCA839;
}
/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
/* 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,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  position: absolute;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* 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;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* 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 layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.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 layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.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%;
}
#annonces {
  height: 100%;
}
#annonces #map {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
#annonces #map .marker-cluster-small {
  background-color: rgba(147, 163, 162, 0.6);
}
#annonces #map .marker-cluster-small div {
  background-color: rgba(95, 112, 111, 0.8);
  color: #fff;
}
#annonces #map .marker-cluster-medium {
  background-color: rgba(147, 163, 162, 0.6);
}
#annonces #map .marker-cluster-medium div {
  background-color: rgba(95, 112, 111, 0.8);
  color: #fff;
}
#annonces #map .marker-cluster-large {
  background-color: rgba(147, 163, 162, 0.6);
}
#annonces #map .marker-cluster-large div {
  background-color: rgba(95, 112, 111, 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: #5f706f;
}
#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: #5f706f;
  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 #5f706f;
  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;
}
#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: #5f706f;
  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 .iw-title {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 10px 5px;
  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: #5f706f;
  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 #5f706f;
  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: #5f706f;
  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 #5f706f;
  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: #5f706f;
}
#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: #5f706f;
  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: 100%;
}
#annonces.map_list #liste-bien .global-list-map .encart {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  background-color: #5f706f;
  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 #5f706f;
  -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 > 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: #5f706f;
}
#annonces.map_list #liste-bien .global-list-map .container-biens .article .informations_bien {
  padding: 10px;
  width: 70%;
  float: left;
}
#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 #resize-map-list:before {
  content: '<';
  background-color: #485454;
  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;
}
@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;
  }
}
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@font-face {
  font-family: 'roboto-light';
  src: url('/bundles/main/fonts/Roboto-Light-webfont.eot');
  src: url('/bundles/main/fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'), url('/bundles/main/fonts/Roboto-Light-webfont.woff') format('woff'), url('/bundles/main/fonts/Roboto-Light-webfont.ttf') format('truetype'), url('/bundles/main/fonts/Roboto-Light-webfont.svg#Roboto-Light-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('/bundles/main/fonts/Roboto-Regular-webfont.eot');
  src: url('/bundles/main/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/bundles/main/fonts/Roboto-Regular-webfont.woff') format('woff'), url('/bundles/main/fonts/Roboto-Regular-webfont.ttf') format('truetype'), url('/bundles/main/fonts/Roboto-Regular-webfont.svg#Roboto-Regular-webfont') 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;
}
@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;
}
@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;
}
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
*::-webkit-scrollbar-track {
  display: none;
}
*::-webkit-scrollbar-thumb {
  background-color: #595959;
  outline: 1px solid slategrey;
  border-radius: 10px;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: #555555;
}
*::-webkit-scrollbar-thumb:active {
  background-color: #4c4c4c;
}
html {
  font-size: 16px;
  font-family: roboto;
  background-color: #fff;
  color: #595959;
}
html.scroll-lock {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
body.menu_resp {
  overflow: hidden;
}
img {
  border: none;
  max-width: 100%;
}
button {
  border: none;
  background: none;
  cursor: pointer;
}
a {
  text-decoration: none;
  color: #595959;
}
a:hover {
  text-decoration: none;
}
ul {
  list-style-position: inside;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 43px !important;
  line-height: 43px !important;
}
.dtp-buttons button {
  margin-left: 5px;
}
.scrollToTop {
  display: none;
  position: fixed;
  z-index: 10;
  right: 10px;
  bottom: 10px;
  color: #fff;
  background: #CCA839;
  width: 50px;
  height: 50px;
  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, color, box-shadow;
  -moz-transition-property: background-color, color, box-shadow;
  -o-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
}
.scrollToTop:hover {
  background-color: #NaNNaNNaN;
}
.scrollToTop:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #68551b;
}
.scrollToTop:hover {
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.2), 0 3px 20px rgba(0, 0, 0, 0.19);
}
.scrollToTop::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 20px;
  height: 20px;
  margin: -5px 0 0 -10px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
}
.img16-9 {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.img16-9 > img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.img4-3 {
  display: block;
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
.img4-3 > img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.clear {
  clear: both;
}
.box_shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -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 {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.ui-widget-overlay {
  opacity: 0.3;
}
.container_cookies {
  position: fixed;
  width: 100%;
  background: #FFF;
  bottom: 0;
  padding: 10px 0;
  z-index: 5;
}
.container_cookies > div {
  width: 1330px;
  margin: 0 auto;
}
.container_cookies > div .text_cookies {
  float: left;
  width: 90%;
  padding-right: 2%;
  font-size: 0.8rem;
}
.container_cookies > div .text_cookies > a {
  font-weight: 700;
  color: #595959;
  -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;
}
.container_cookies > div .text_cookies > a:hover {
  color: #3e3e3e;
}
.container_cookies > div .text_cookies > a:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  color: #2d2d2d;
}
.container_cookies > div .button_submit {
  float: left;
  width: 10%;
}
body > header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 12;
}
body > header .header_inner {
  position: relative;
  width: auto;
  padding: 0 40px 0 10px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.7);
  height: 50px;
  -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;
}
body > header .header_inner.scrolled {
  background-color: #FFF;
}
body > header .header_inner .logo {
  position: absolute;
  top: 10px;
  display: block;
  height: 150px;
  max-width: calc((100% - 1350px) / 2);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
body > header .header_inner .logo > img {
  display: block;
  max-height: 100%;
}
body > header .header_inner .logo.bigger {
  height: 160px;
}
body > header .header_inner .logo.smaller-logo {
  height: 80px;
}
body > header .header_inner .header_right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
body > header .header_inner .header_right > a,
body > header .header_inner .header_right > span {
  cursor: pointer;
  color: #000;
}
body > header .header_inner .header_right .langue,
body > header .header_inner .header_right .devises {
  position: relative;
  display: inline-block;
  margin-left: 15px;
}
body > header .header_inner .header_right .langue:after,
body > header .header_inner .header_right .devises:after {
  position: absolute;
  display: inline-block;
  right: -10px;
  top: calc(50% - 4px);
  border-style: solid dashed dashed;
  border-width: 4px 4px 0;
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 0;
  border-left-width: 4px;
  border-color: #000 transparent transparent;
  background: 0;
  font-size: 0;
  height: 0;
  width: 0;
  content: "";
}
body > header .header_inner .header_right .langue img {
  display: block;
}
body > header .header_inner .header_right .langue .only-lg {
  padding: 1px 7px;
  cursor: pointer;
  border-radius: 3px;
  background-color: #FFF;
}
body > header .header_inner .header_right .langue #currentLanguage {
  padding: 2px;
  cursor: pointer;
  width: 30px;
}
body > header .header_inner .header_right .sous_menu_langue > li > a {
  display: flex;
  padding: 10px;
}
body > header .header_inner .header_right .sous_menu_langue > li > a > img {
  margin-right: 10px;
}
body > header .header_inner .header_right .devises {
  position: relative;
}
body > header .header_inner .header_right .devises .actuel {
  background-color: #CCA839;
  color: #fff;
  cursor: pointer;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
body > header .header_inner .header_right .devises .actuel .preloader-wrapper {
  margin: 5px;
}
body > header .header_inner .header_right .devises .sous_menu_devise {
  min-width: 200px;
}
body > header .header_inner .header_right .devises .sous_menu_devise > li {
  height: initial;
  padding: 10px;
}
body > header .header_inner .header_right .devises .sous_menu_devise > li > img {
  margin-right: 10px;
}
body > header .header_inner .header_right .devises .sous_menu_devise > li > span {
  white-space: nowrap;
  padding: 0;
}
body > header .header_inner .header_right .telephoneSite {
  display: none;
}
body > header .header_inner .header_right .selection {
  margin-right: 15px;
}
body > header .header_inner .header_right .selection:before {
  content: '}';
  font-family: saxo;
  font-size: 15px;
}
/********************/
/**** MENU SUITE ****/
/********************/
.menu {
  position: fixed;
  display: -webkit-inline-flex;
  display: inline-flex;
  top: 50px;
  right: 0;
  z-index: 10;
}
.menu .telephoneSite {
  padding: 8px 10px;
  background-color: #CCA839;
  color: #fff;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.menu .telephoneSite:before {
  content: 'M';
  font-family: saxo;
  font-size: 1.2em;
  margin-right: 10px;
}
.menu .btn_menu {
  padding: 8px 10px;
  background-color: #FFF;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
}
.menu .btn_menu #nav-icon {
  width: 40px;
  height: 30px;
  position: relative;
  display: inline-block;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.menu .btn_menu #nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background-color: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.menu .btn_menu #nav-icon span:nth-child(1) {
  top: 0px;
}
.menu .btn_menu #nav-icon span:nth-child(2),
.menu .btn_menu #nav-icon span:nth-child(3) {
  top: 12px;
}
.menu .btn_menu #nav-icon span:nth-child(4) {
  top: 24px;
}
.menu .btn_menu #nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.menu .btn_menu #nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu .btn_menu #nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu .btn_menu #nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.menu .btn_menu > span {
  display: inline-block;
  margin-left: 5px;
  font-size: 1.4em;
}
.menu .menu_container {
  position: fixed;
  list-style-type: none;
  right: -401px;
  width: 400px;
  top: 100px;
  background: #fff;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  text-align: right;
  max-height: calc(100vh - 100px);
  overflow: auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.menu .menu_container > li {
  font-size: 1.2em;
  display: block;
  cursor: pointer;
}
.menu .menu_container > li > * {
  display: block;
}
.menu .menu_container > li > *:not(.ss_menu) {
  -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, color, box-shadow;
  -moz-transition-property: background-color, color, box-shadow;
  -o-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
  padding: 8px;
  font-size: 1.4rem;
}
.menu .menu_container > li > *:not(.ss_menu):hover {
  background-color: #e6e6e6;
}
.menu .menu_container > li > *:not(.ss_menu):active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #b3b3b3;
}
.menu .menu_container > li.btn_close {
  display: none;
}
.menu .menu_container > li.has_ss > *:not(.ss_menu) {
  position: relative;
}
.menu .menu_container > li.has_ss > *:not(.ss_menu)::before {
  content: 'c';
  font-family: saxo;
  position: absolute;
  left: 10px;
  font-size: 0.8rem;
  padding: 0.4rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.menu .menu_container > li.has_ss.isOpen > *:not(.ss_menu)::before {
  -webkit-transform: rotate3d(-1, 0, 0, 180deg);
  -moz-transform: rotate3d(-1, 0, 0, 180deg);
  -ms-transform: rotate3d(-1, 0, 0, 180deg);
  -o-transform: rotate3d(-1, 0, 0, 180deg);
  transform: rotate3d(-1, 0, 0, 180deg);
}
.menu .menu_container > li .ss_menu {
  display: none;
  font-size: 0.9rem;
  border-left: 2px solid #595959;
}
.menu .menu_container > li .ss_menu * {
  padding: 8px 12px 8px 5px;
  display: block;
  -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, color, box-shadow;
  -moz-transition-property: background-color, color, box-shadow;
  -o-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
}
.menu .menu_container > li .ss_menu *:hover {
  background-color: #e6e6e6;
}
.menu .menu_container > li .ss_menu *:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #b3b3b3;
}
.menu .menu_container.visible {
  right: 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/****************/
/**** FOOTER ****/
/****************/
footer {
  background: #BDBDBD;
  color: #000;
}
footer .annonceFooter {
  font-size: 0.8rem;
}
footer .annonceFooter > div {
  width: 1330px;
  margin: 0 auto;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  display: flex;
  justify-content: space-between;
}
footer .annonceFooter > div > .colonne > p {
  font-weight: bold;
}
footer .annonceFooter > div > .colonne li {
  list-style-type: none;
}
footer > .liens_footer {
  width: 1330px;
  margin: 0 auto;
  padding: 10px 0;
}
footer > .liens_footer > .blocs {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer > .liens_footer > .blocs > li {
  list-style-type: none;
  padding: 10px 15px;
  font-size: 0.8rem;
  box-shadow: none;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
footer > .liens_footer > .blocs > li > *:not(.ss_menu) {
  font-weight: bold;
}
footer > .liens_footer > .blocs > li .ss_menu a,
footer > .liens_footer > .blocs > li .ss_menu span {
  display: block;
  cursor: pointer;
  color: #595959;
  -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 > .liens_footer > .blocs > li .ss_menu a:hover,
footer > .liens_footer > .blocs > li .ss_menu span:hover {
  color: #3e3e3e;
}
footer > .liens_footer > .blocs > li .ss_menu a:active,
footer > .liens_footer > .blocs > li .ss_menu span:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  color: #2d2d2d;
}
footer > .liens_footer .annonceFooter {
  margin-bottom: 20px;
  border-bottom: 1px solid #333;
}
footer > .liens_footer .annonceFooter > div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer > .liens_footer .annonceFooter > div .colonne {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 10px 15px;
}
footer > .liens_footer > div:not(.annonceFooter) {
  text-align: center;
}
footer > .liens_footer .reseaux_sociaux {
  margin: 10px 0 5px;
}
footer > .liens_footer .reseaux_sociaux > a {
  display: inline-block;
  font-family: saxo;
  padding: 0 10px;
  min-width: 38px;
}
footer > .liens_footer .reseaux_sociaux > a.facebook {
  background: #3B5998;
  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, color, box-shadow;
  -moz-transition-property: background-color, color, box-shadow;
  -o-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
}
footer > .liens_footer .reseaux_sociaux > a.facebook:hover {
  background-color: #293e6a;
}
footer > .liens_footer .reseaux_sociaux > a.facebook:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #1d2c4c;
}
footer > .liens_footer .reseaux_sociaux > a.google {
  background: #DD4B39;
  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, color, box-shadow;
  -moz-transition-property: background-color, color, box-shadow;
  -o-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
}
footer > .liens_footer .reseaux_sociaux > a.google:hover {
  background-color: #a62c1d;
}
footer > .liens_footer .reseaux_sociaux > a.google:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #771f14;
}
footer > .liens_footer .reseaux_sociaux > a.youtube {
  background: #BB0000;
  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, color, box-shadow;
  -moz-transition-property: background-color, color, box-shadow;
  -o-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
}
footer > .liens_footer .reseaux_sociaux > a.youtube:hover {
  background-color: #830000;
}
footer > .liens_footer .reseaux_sociaux > a.youtube:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #5e0000;
}
footer > .liens_footer .reseaux_sociaux > a.twitter {
  background: #00ACED;
  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, color, box-shadow;
  -moz-transition-property: background-color, color, box-shadow;
  -o-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
}
footer > .liens_footer .reseaux_sociaux > a.twitter:hover {
  background-color: #0078a6;
}
footer > .liens_footer .reseaux_sociaux > a.twitter:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #005677;
}
footer > .liens_footer .reseaux_sociaux > a.dailymotion {
  background: #0064DC;
  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, color, box-shadow;
  -moz-transition-property: background-color, color, box-shadow;
  -o-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
}
footer > .liens_footer .reseaux_sociaux > a.dailymotion:hover {
  background-color: #00469a;
}
footer > .liens_footer .reseaux_sociaux > a.dailymotion:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #00326e;
}
footer > .liens_footer .reseaux_sociaux > a.pinterest {
  background: #CB2027;
  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, color, box-shadow;
  -moz-transition-property: background-color, color, box-shadow;
  -o-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
}
footer > .liens_footer .reseaux_sociaux > a.pinterest:hover {
  background-color: #8e161b;
}
footer > .liens_footer .reseaux_sociaux > a.pinterest:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #661014;
}
footer > .liens_footer .reseaux_sociaux > a.instagram {
  background: #517FA4;
  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, color, box-shadow;
  -moz-transition-property: background-color, color, box-shadow;
  -o-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
}
footer > .liens_footer .reseaux_sociaux > a.instagram:hover {
  background-color: #395973;
}
footer > .liens_footer .reseaux_sociaux > a.instagram:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #293f52;
}
footer > .liens_footer .reseaux_sociaux > a.linkedin {
  background: #007BB6;
  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, color, box-shadow;
  -moz-transition-property: background-color, color, box-shadow;
  -o-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
}
footer > .liens_footer .reseaux_sociaux > a.linkedin:hover {
  background-color: #00567f;
}
footer > .liens_footer .reseaux_sociaux > a.linkedin:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #003e5b;
}
footer > .liens_footer .reseaux_sociaux > a.viadeo {
  background: #F07355;
  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, color, box-shadow;
  -moz-transition-property: background-color, color, box-shadow;
  -o-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
}
footer > .liens_footer .reseaux_sociaux > a.viadeo:hover {
  background-color: #d13712;
}
footer > .liens_footer .reseaux_sociaux > a.viadeo:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #95280d;
}
footer > .liens_footer .credit {
  font-size: 0.8rem;
}
footer a {
  color: #595959;
  -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 a:hover {
  color: #3e3e3e;
}
footer a:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  color: #2d2d2d;
}
body:not(.map_view) footer .liens_footer .credit {
  margin: 10px 0 0;
}
/********************/
/**** REF FOOTER ****/
/********************/
.annonceFooter .colonne > :first-child {
  color: #000;
}
.annonceFooter .colonne > :first-child > * {
  color: #000;
}
/*****************/
/**** BANDEAU ****/
/*****************/
.bandeau_suite:not(.empty) {
  height: 300px;
  position: relative;
}
.bandeau_suite:not(.empty) .item {
  display: block;
  height: 300px;
  position: relative;
}
.bandeau_suite:not(.empty) .item > img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bandeau_suite:not(.empty) .bandeau_suite-titre {
  position: relative;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.bandeau_suite.empty,
.bandeau_bien.empty {
  height: 100px;
  background-color: #f5f5f5;
}
.bandeau_suite.bandeau_suite-map {
  height: 100px;
}
/****************/
/**** ARIANE ****/
/****************/
.fil_ariane {
  background: #EFEFEF;
}
.fil_ariane .row {
  margin-bottom: 0;
}
.fil_ariane a {
  color: #595959;
  font-size: 0.8rem;
}
.fil_ariane .active {
  font-size: 0.8rem;
  display: inline;
}
.fil_ariane .lienPrecedent {
  float: right;
  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;
}
.fil_ariane .lienPrecedent:hover {
  color: #b3b3b3;
}
.fil_ariane .lienPrecedent:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  color: #808080;
}
.fil_ariane .lienPrecedent::before {
  content: '<';
  font-family: saxo;
  margin-right: 5px;
}
/****************/
/* OWL CAROUSEL */
/****************/
.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: 15px;
  height: 15px;
  margin: 5px 7px;
  border: 2px solid #333;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 20%;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #333;
}
/*******************/
/****** BARRE ******/
/*******************/
.toolbox {
  position: fixed;
  right: calc((100% - 1330px) /4);
  top: 200px;
  width: 48px;
  overflow: hidden;
  z-index: 9;
  background: #CCA839;
  font-family: saxo;
  text-align: center;
}
.toolbox > span {
  display: block;
  width: 100%;
  padding: 10px 0;
  font-size: 1.4em;
  cursor: pointer;
  color: #fff;
  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, color, box-shadow;
  -moz-transition-property: background-color, color, box-shadow;
  -o-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
}
.toolbox > span:hover {
  background-color: #bb9930;
}
.toolbox > span:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #9c7f28;
}
.toolbox > span:before {
  content: 'B';
}
.toolbox > div > * {
  display: block;
  padding: 10px 0;
  font-size: 1.4rem;
  cursor: pointer;
  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, color, box-shadow;
  -moz-transition-property: background-color, color, box-shadow;
  -o-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
}
.toolbox > div > *:hover {
  background-color: #bb9930;
}
.toolbox > div > *:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #9c7f28;
}
.toolbox > div > * > i {
  display: none;
  font-style: normal;
  font-size: 0.5rem;
  font-family: roboto;
  margin-top: 3px;
}
.toolbox > div > *.btn-facebook:before {
  content: '€';
}
.toolbox > div > *.btn-youtube:before {
  content: 'E';
}
.toolbox > div > *.btn-google:before {
  content: '#';
}
.toolbox > div > *.btn-instagram:before {
  content: '{';
}
.toolbox > div > *.btn-linkedin:before {
  content: '[';
}
.toolbox > div > *.btn-twitter:before {
  content: '@';
}
.toolbox > div > *.btn-dailymotion:before {
  content: 'µ';
}
.toolbox > div > *.btn-viadeo:before {
  content: ']';
}
.toolbox > div > *.btn-pinterest:before {
  content: '|';
}
#nous_rencontrer {
  background: #fff;
}
.nous_rencontrer {
  width: 1330px;
  margin: 0 auto;
  padding: 40px 0px;
}
.nous_rencontrer .nous_rencontrer_left,
.nous_rencontrer .nous_rencontrer_right {
  float: left;
  width: 48%;
}
.nous_rencontrer .nous_rencontrer_left > h2 {
  font-size: 1.5rem;
  line-height: 1.9rem;
  margin: 0 0 10px;
}
.nous_rencontrer .nous_rencontrer_left p {
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #595959;
}
.nous_rencontrer .nous_rencontrer_left .select_rencontre {
  margin-top: 0;
}
.nous_rencontrer .nous_rencontrer_left .select_rencontre select {
  height: 30px;
  border-radius: 2px;
  border: 1px solid #ccc;
}
.nous_rencontrer .nous_rencontrer_left .img_agence {
  margin-top: 15px;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.nous_rencontrer .nous_rencontrer_left .img_agence > img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.nous_rencontrer .nous_rencontrer_right {
  margin-left: 4%;
}
.nous_rencontrer .nous_rencontrer_right > h3 {
  font-size: 1.5rem;
  margin: 0 0 10px;
  text-align: center;
}
.nous_rencontrer .nous_rencontrer_right > p {
  margin-bottom: 54px;
  font-size: 16px;
  text-align: center;
}
.nous_rencontrer .nous_rencontrer_right > .btn_agence > * {
  display: block;
  position: relative;
  cursor: pointer;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.nous_rencontrer .nous_rencontrer_right > .btn_agence > *:not(:first-child) {
  margin-top: 30px;
}
.nous_rencontrer .map_agence {
  width: 100%;
  height: 300px;
  margin-top: 15px;
  float: none;
}
.nous_rencontrer .map_agence .leaflet-pane {
  z-index: 1;
}
.nous_rencontrer .map_agence .leaflet-control-container > * {
  z-index: 2;
}
.body_suite .nous_rencontrer {
  width: 1100px;
}
.btn_under {
  display: inline-block;
  padding: 10px;
  border-bottom: 1px solid #beb200;
  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, color, box-shadow;
  -moz-transition-property: background-color, color, box-shadow;
  -o-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
}
.btn_under:hover {
  background-color: #f2f2f2;
}
.btn_under:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #d9d9d9;
}
/***********************

CUSTOM MATERIALIZE

***********************/
strong {
  font-weight: 700;
}
h1 {
  font-size: 1.6rem;
  line-height: 1.3rem;
  margin: 0 0 15px;
}
h2 {
  font-size: 1.4rem;
  line-height: 1.3rem;
  margin: 0 0 15px;
}
h3 {
  font-size: 1.2rem;
  line-height: 1.3rem;
  margin: 0 0 15px;
}
h4,
h5 {
  font-size: 1rem;
  line-height: 1.3rem;
  margin: 0 0 15px;
}
.input-field {
  margin-bottom: 0;
}
.spinner-custom-only {
  border-color: #beb200;
}
.preloader-wrapper.xsmall {
  width: 20px;
  height: 20px;
}
.btn > .preloader-wrapper.xsmall,
.btn-flat > .preloader-wrapper.xsmall {
  top: 8px;
  margin-right: 10px;
}
.btn-large > .preloader-wrapper.small {
  margin-right: 10px;
  top: 9px;
}
.btn,
.btn-large,
.btn-small,
.leaflet-container .btn {
  color: #fff;
  background-color: #CCA839;
}
.btn:hover,
.btn-large:hover,
.btn-small:hover,
.leaflet-container .btn:hover {
  background-color: #7e6721;
}
.btn:focus,
.btn-large:focus,
.btn-small:focus,
.leaflet-container .btn:focus {
  background-color: #564616;
}
.row.flexible {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.flexible .col {
  margin-left: initial !important;
}
.row.no-margin {
  margin-bottom: 0;
}
.valign-wrapper {
  height: 100%;
}
.center-wrapper {
  -webkit-justify-content: center;
  justify-content: center;
}
.loading {
  min-height: 150px;
}
.container {
  max-width: none;
  width: 1330px;
}
.card {
  display: block;
}
.card .card-action {
  background-color: rgba(230, 230, 230, 0.48);
  border-top: none;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
  color: #595959;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating):hover {
  color: #474747;
}
.material-tooltip {
  font-size: 0.8rem;
}
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  color: #191919;
}
.input-field.active-label > label:not(.label-icon) {
  -webkit-transform: translateY(-17px) scale(0.8);
  transform: translateY(-17px) scale(0.8);
}
input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #9e9e9e;
}
.select-wrapper + label {
  top: -30px;
  font-size: 0.9rem;
}
.select-wrapper input.select-dropdown {
  font-size: 14px;
  color: #191919;
  padding: 0 24px 0 0;
}
.select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #beb200;
}
.input-field.active-label > label:not(.label-icon) {
  -webkit-transform: translateY(-14px) scale(0.8);
  transform: translateY(-14px) scale(0.8);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.modal {
  overflow-y: auto;
  max-height: 80%;
}
.modal:focus {
  outline: 0;
}
.modal.modal-fixed-footer {
  height: 80%;
}
.modal.modal-fixed-footer .modal-content {
  overflow-y: visible;
  overflow-y: overlay;
}
.modal.modal-fixed-footer .modal-footer {
  border-top: 0;
}
.modal .modal-footer {
  background-color: #eaeaea;
}
.modal .close-cross {
  position: absolute;
  top: 0;
  right: 0;
  font-family: saxo;
  background-color: #CCA839;
  color: #fff;
  width: 35px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  padding: 0 10px;
  z-index: 15;
}
.pagination li.active {
  background-color: #CCA839;
}
.pagination li.active span,
.pagination li.active a {
  color: #fff;
  font-weight: 700;
}
.pagination li span {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}
.toast {
  background-color: #F6F6F6;
  color: #1d1d1d;
  border-left: 5px solid #595959;
}
.toast .toast-action {
  color: #595959;
}
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after {
  background-color: #595959;
}
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
  border: 2px solid #595959;
}
.dropdown-content li > a,
.dropdown-content li > span {
  font-size: 16px;
  color: #595959;
}
table.link tbody tr {
  border-radius: 2px;
}
table.link tbody tr td {
  padding: 0;
}
table.link tbody tr td > a,
table.link tbody tr td span {
  display: block;
  padding: 15px 5px;
}
.btn_share .selectionBien,
.liste_bien_file .selectionBien,
.biens_similaires .selectionBien,
.biens_visites .selectionBien {
  color: #595959;
  cursor: pointer;
}
.btn_share .selectionBien > i,
.liste_bien_file .selectionBien > i,
.biens_similaires .selectionBien > i,
.biens_visites .selectionBien > i {
  font-family: saxo;
  font-style: normal;
}
.btn_share .selectionBien > i:before,
.liste_bien_file .selectionBien > i:before,
.biens_similaires .selectionBien > i:before,
.biens_visites .selectionBien > i:before {
  content: 'É';
}
.btn_share .selectionBien:hover > i,
.liste_bien_file .selectionBien:hover > i,
.biens_similaires .selectionBien:hover > i,
.biens_visites .selectionBien:hover > i {
  color: #999999;
}
.btn_share .selectionBien:hover > i:before,
.liste_bien_file .selectionBien:hover > i:before,
.biens_similaires .selectionBien:hover > i:before,
.biens_visites .selectionBien:hover > i:before {
  content: '}';
}
.btn_share .selectionBien.added,
.liste_bien_file .selectionBien.added,
.biens_similaires .selectionBien.added,
.biens_visites .selectionBien.added {
  cursor: initial;
}
.btn_share .selectionBien.added > i,
.liste_bien_file .selectionBien.added > i,
.biens_similaires .selectionBien.added > i,
.biens_visites .selectionBien.added > i {
  color: #595959;
}
.btn_share .selectionBien.added > i:before,
.liste_bien_file .selectionBien.added > i:before,
.biens_similaires .selectionBien.added > i:before,
.biens_visites .selectionBien.added > i:before {
  content: '}';
}
@media (max-width: 1420px) {
  body > header .header_inner {
    padding: 0 40px 0 4px;
  }
  body > header .header_inner .logo {
    max-width: 180px;
    max-height: 42px;
    top: 4px;
  }
}
@media (max-width: 1330px) {
  #nous_rencontrer {
    margin: 20px 10px;
  }
  .nous_rencontrer {
    width: 100%;
    padding: 10px;
  }
  .container {
    width: 100%;
    padding: 0;
  }
  footer > .liens_footer,
  .fil_ariane > div {
    width: auto;
  }
  footer .annonceFooter > div {
    width: 100%;
  }
  .toolbox {
    right: 0;
  }
}
@media (max-width: 1280px) {
  body > header .header_inner {
    width: auto;
    padding: 10px 20px 10px 4px;
  }
  body > header .header_inner .logo {
    height: 100px;
    top: 4px;
  }
  body.scrolled header .header_inner .logo {
    height: calc(100% - 8px);
  }
  .container_cookies {
    padding: 5px;
  }
  .container_cookies > div {
    width: auto;
  }
  .container_cookies > div .text_cookies {
    float: none;
    width: 100%;
  }
  .container_cookies > div .button_submit {
    float: none;
    width: 100%;
    margin-left: 0;
    padding: 5px;
  }
}
@media (max-width: 1100px) {
  .body_suite .nous_rencontrer {
    width: auto;
  }
  .fil_ariane {
    width: auto;
    padding: 5px 10px;
  }
}
@media (min-width: 1025px) {
  .compensate-scrollbar {
    margin-right: 8px;
  }
}
@media (max-width: 1024px) {
  .bandeau_suite:not(.empty) {
    height: 200px;
  }
  .bandeau_suite:not(.empty) .item {
    height: 200px;
  }
  .menu .menu_container > li {
    font-size: 0.9em;
  }
  .menu .menu_container > li .ss_menu {
    font-size: 0.9em;
  }
  .toolbox {
    right: 0%;
    top: 120px;
  }
  .toolbox > div > * {
    padding: 2px 0;
  }
  .toolbox > div > * > i {
    display: block;
  }
  .material-tooltip {
    display: none;
  }
}
@media (max-width: 900px) {
  .nous_rencontrer .nous_rencontrer_right > .btn_agence > * {
    width: 100%;
  }
  .toolbox {
    position: fixed;
    right: 0;
    bottom: 0;
    top: auto;
    width: 100%;
  }
  .toolbox > span {
    display: none;
  }
  .toolbox #list-tool {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .toolbox #list-tool > * {
    -webkit-flex: 1;
    flex: 1;
    font-size: 0.9rem;
  }
  .toolbox #list-tool > * > i {
    margin-top: 0;
  }
  .fil_ariane a {
    font-size: 0.72rem;
  }
  .scrollToTop.tooltip {
    right: 5px;
    bottom: 40px;
  }
}
@media (max-width: 900px) and (orientation: portrait) {
  .bandeau_suite:not(.empty) .bandeau_suite-titre {
    padding-top: 30px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .index_file.contenu_index > div .content_list .content_view > h3 {
    font-size: 0.8rem;
    line-height: 1.5rem;
    min-height: 2rem;
  }
  .index_file.contenu_index > div .content_list .content_view .card .card-action.right-align a {
    font-size: 0.7em;
  }
  body > header {
    width: calc(100% - 50px);
  }
  body > header .header_inner .logo {
    width: auto;
    height: calc(100% - 8px);
  }
  .menu {
    top: 0px;
    right: 0;
    width: 50px;
    z-index: 15;
  }
  .menu .btn_menu > span {
    display: none;
  }
  .menu .btn_menu #nav-icon {
    width: 30px;
    height: 22px;
  }
  .menu .btn_menu #nav-icon span {
    height: 3px;
  }
  .menu .btn_menu #nav-icon span:nth-child(2),
  .menu .btn_menu #nav-icon span:nth-child(3) {
    top: 9px;
  }
  .menu .btn_menu #nav-icon span:nth-child(4) {
    top: 18px;
  }
  .menu .menu_container {
    top: 0;
    width: 100%;
    right: -100%;
    height: 100%;
    max-height: none;
    overflow: auto;
  }
  .menu .menu_container > li.btn_close {
    display: block;
    text-align: center;
    padding: 11px 0;
    font-size: 1.2rem;
    border-bottom: 1px solid #CCC;
  }
  .menu .telephoneSite {
    display: none;
    width: 251px;
  }
}
@media (max-width: 680px) and (orientation: portrait) {
  .menu .menu_container > li.has_ss > *:not(.ss_menu) {
    padding: 8px 5px 8px 22px;
  }
  .menu .menu_container > li.has_ss > *:not(.ss_menu):before {
    left: 2px;
    font-size: 0.6rem;
    padding: 0.6rem 0;
  }
  .scrollToTop {
    right: 5px;
    bottom: 40px;
  }
  body:not(.map_view) footer > .liens_footer {
    padding: 10px 0 80px;
  }
  .container_cookies {
    padding: 5px 5px 45px;
  }
}
@media (max-width: 680px) {
  html.no_scroll {
    overflow: hidden;
  }
  body.no_scroll {
    overflow: visible;
    height: 100%;
  }
  body > header {
    width: calc(100% - 50px);
  }
  body > header .header_inner .logo {
    width: auto;
    height: calc(100% - 8px);
  }
  .bandeau_suite:not(.empty) {
    height: 100px;
  }
  .bandeau_suite:not(.empty) .item {
    height: 100px;
  }
  .menu {
    top: 0px;
    right: 0;
    width: 50px;
    z-index: 15;
  }
  .menu .btn_menu > span {
    display: none;
  }
  .menu .btn_menu #nav-icon {
    width: 30px;
    height: 22px;
  }
  .menu .btn_menu #nav-icon span {
    height: 3px;
  }
  .menu .btn_menu #nav-icon span:nth-child(2),
  .menu .btn_menu #nav-icon span:nth-child(3) {
    top: 9px;
  }
  .menu .btn_menu #nav-icon span:nth-child(4) {
    top: 18px;
  }
  .menu .menu_container {
    top: 0;
    width: 100%;
    right: -100%;
    height: 100%;
    max-height: none;
    overflow: auto;
  }
  .menu .menu_container > li.btn_close {
    display: block;
    text-align: center;
    padding: 11px 0;
    font-size: 1.2rem;
    border-bottom: 1px solid #CCC;
  }
  .menu .telephoneSite {
    display: none;
    width: 252px;
  }
  .bandeau_suite.empty {
    height: 50px;
  }
  .fil_ariane *,
  .fil_ariane a,
  .fil_ariane .active {
    font-size: 0.6rem;
  }
  .fil_ariane .lienPrecedent {
    display: none;
  }
  .scrollToTop {
    width: 40px;
    height: 40px;
  }
  .scrollToTop::after {
    width: 10px;
    height: 10px;
    margin: -2px 0 0 -5px;
  }
  .container_cookies > div .text_cookies {
    font-size: 0.7rem;
  }
  .nous_rencontrer_right > .btn_agence > * {
    width: 100%;
  }
}
@media (max-width: 480px) {
  header .header_inner .header_right > span {
    display: none;
  }
  .fil_ariane {
    padding: 5px 0;
  }
  .bandeau_suite:not(.empty) .item .bandeau_suite-titre > div {
    background-color: #FFF;
    margin: 0 10px;
    font-size: 0.7rem !important;
  }
  .bandeau_suite:not(.empty) .item .bandeau_suite-titre > div * {
    background: none !important;
    width: 100%;
    display: block;
  }
  .nous_rencontrer .nous_rencontrer_left,
  .nous_rencontrer .nous_rencontrer_right {
    float: none;
    width: 100%;
  }
  .nous_rencontrer .nous_rencontrer_right {
    margin-left: 0;
    margin-top: 15px;
  }
  .nous_rencontrer .nous_rencontrer_right > .btn_agence > *:not(:first-child) {
    margin-top: 10px;
  }
  .nous_rencontrer > .clear {
    display: none;
  }
  footer > .liens_footer > .blocs > li {
    width: 100%;
  }
}
@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  50% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  50% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.index_file.main_block {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.index_file.main_block .diapo-index {
  width: 100%;
}
.index_file.main_block .diapo-index .header-bg {
  height: 100vh;
}
.index_file.main_block .diapo-index .header-bg > img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}
.index_file.main_block .flex_main {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.index_file.main_block .flex_main .container_main {
  text-align: center;
  width: 100%;
}
.index_file.main_block .flex_main .container_main .logo > img {
  max-width: 400px;
  max-height: 200px;
}
.index_file.main_block .flex_main .container_main > .texte_presentation_diapo > div {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  display: inline-block;
  font-size: 1.4rem;
  max-width: 60%;
}
.index_file.main_block .flex_main .container_main > .texte_presentation_diapo > div > h2,
.index_file.main_block .flex_main .container_main > .texte_presentation_diapo > div > h1 {
  font-size: 2rem;
  line-height: 2rem;
}
.index_file.main_block .flex_main .container_main > .texte_presentation_diapo + .btn_presentation_diapo {
  margin-top: 15px;
}
.index_file.main_block .flex_main .container_main .btn_presentation_diapo {
  margin-top: 100px;
}
.index_file.main_block .flex_main .container_main .btn_presentation_diapo > * {
  display: inline-block;
  background: rgba(204, 168, 57, 0.7);
  border: 2px solid #CCA839;
  color: #fff;
  padding: 10px;
  font-size: 1.2em;
  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, color, box-shadow;
  -moz-transition-property: background-color, color, box-shadow;
  -o-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
}
.index_file.main_block .flex_main .container_main .btn_presentation_diapo > *:hover {
  background-color: rgba(145, 119, 37, 0.7);
}
.index_file.main_block .flex_main .container_main .btn_presentation_diapo > *:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background-color: rgba(104, 85, 27, 0.7);
}
.index_file.main_block > .texte_presentation_diapo {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 20px 10px;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
}
.index_file.main_block > .texte_presentation_diapo > div > * {
  margin: 10px auto;
  width: 90%;
}
.index_file.main_block .dotsDiapo {
  position: absolute;
  bottom: 0;
  z-index: 5;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.index_file.main_block .dotsDiapo .owl-dot {
  display: inline-block;
  zoom: 1;
}
.index_file.main_block .dotsDiapo .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  border: 2px solid #FFF;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
}
.index_file.main_block .dotsDiapo .owl-dot:not(active) {
  cursor: pointer;
}
.index_file.main_block .dotsDiapo .owl-dot.active span,
.index_file.main_block .dotsDiapo .owl-carousel .owl-dots .owl-dot:hover span {
  background: #FFF;
}
.index_file.main_block .btn_scroll_main {
  position: absolute;
  z-index: 2;
  display: inline-block;
  color: #fff;
  background: rgba(150, 150, 150, 0.7);
  bottom: -25px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 50%;
  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, color, box-shadow;
  -moz-transition-property: background-color, color, box-shadow;
  -o-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
}
.index_file.main_block .btn_scroll_main:hover {
  background-color: rgba(105, 105, 105, 0.7);
}
.index_file.main_block .btn_scroll_main:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background-color: rgba(75, 75, 75, 0.7);
}
.index_file.main_block .btn_scroll_main::after {
  position: absolute;
  top: 25%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.index_file.main_block .btn_scroll_main::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 50px;
  height: 50px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: sdb03 6s infinite;
  animation: sdb03 6s infinite;
}
.index_file.main_block .video-index {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.index_file.main_block .video-index > video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}
.index_file.main_block #videoMute {
  display: inline-block;
  z-index: 3;
  position: absolute;
  bottom: 10px;
  left: 10px;
  margin-top: 0;
  width: auto;
}
.index_file.contenu_index > div {
  width: 1330px;
  margin: 0 auto;
  padding: 30px 0;
}
.index_file.contenu_index > div > .row {
  margin-bottom: 0;
}
.index_file.contenu_index > div.text_only > h2,
.index_file.contenu_index > div.text_only > h1 {
  margin-bottom: 10px;
  font-size: 1.3rem;
}
.index_file.contenu_index > div.double_content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index_file.contenu_index > div.double_content > .one_content > a,
.index_file.contenu_index > div.double_content > .one_content > span {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.index_file.contenu_index > div.double_content > .one_content > a > img,
.index_file.contenu_index > div.double_content > .one_content > span > img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.index_file.contenu_index > div.double_content > .one_content > a > .content_desc,
.index_file.contenu_index > div.double_content > .one_content > span > .content_desc {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 20px;
  overflow: auto;
}
.index_file.contenu_index > div.double_content > .one_content > a > .content_desc > h2,
.index_file.contenu_index > div.double_content > .one_content > span > .content_desc > h2 {
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: bold;
}
.index_file.contenu_index > div.double_content > .one_content .btn_contenu {
  margin-top: 5px;
  display: -webkit-flex;
  display: flex;
}
.index_file.contenu_index > div.double_content > .one_content .btn_contenu > * {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex: 1 1;
  min-height: 50px;
  padding: 5px 2px;
  text-align: center;
  background: #CCA839;
  -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, color, box-shadow;
  -moz-transition-property: background-color, color, box-shadow;
  -o-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
}
.index_file.contenu_index > div.double_content > .one_content .btn_contenu > *:hover {
  background-color: #917725;
}
.index_file.contenu_index > div.double_content > .one_content .btn_contenu > *:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #68551b;
}
.index_file.contenu_index > div.double_content > .one_content .btn_contenu > *:not(:first-child) {
  border-left: 1px solid #FFF;
}
.index_file.contenu_index > div.double_content.type_top > .one_content > a > .content_desc {
  top: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: top 0.6s;
  -moz-transition: top 0.6s;
  -ms-transition: top 0.6s;
  -o-transition: top 0.6s;
  transition: top 0.6s;
}
.index_file.contenu_index > div.double_content.type_top > .one_content > a:hover > .content_desc {
  top: 0;
}
.index_file.contenu_index > div.double_content.type_bg > .one_content > a > .content_desc {
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.index_file.contenu_index > div.double_content.type_bg > .one_content > a:hover > .content_desc {
  background: rgba(0, 0, 0, 0.7);
}
.index_file.contenu_index > div.double_content.type_bg > .one_content > a:active > .content_desc {
  transition: none;
  background: rgba(0, 0, 0, 0.8);
}
.index_file.contenu_index > div.one_content_full {
  position: relative;
  padding: 10px 0.75rem;
}
.index_file.contenu_index > div.one_content_full.inversed .content_img {
  margin-left: 6%;
}
.index_file.contenu_index > div.one_content_full.inversed .content_desc {
  left: auto;
  right: 6%;
}
.index_file.contenu_index > div.one_content_full .content_img {
  position: relative;
  width: 44%;
  margin-left: 50%;
}
.index_file.contenu_index > div.one_content_full > .content_desc {
  position: absolute;
  top: 25px;
  left: 6%;
  width: calc(45% + 20px);
  background-color: #FBF7F8;
  padding: 15px 30px;
  height: calc(100% - 50px);
  overflow: auto;
}
.index_file.contenu_index > div.one_content_full > .content_desc > h2,
.index_file.contenu_index > div.one_content_full > .content_desc > h1 {
  margin: 15px 0;
  font-size: 1.5rem;
}
.index_file.contenu_index > div.one_content_full > .content_desc .description {
  color: #595959;
  text-align: justify;
}
.index_file.contenu_index > div.one_content_full > .content_desc .read {
  font-weight: 700;
}
.index_file.contenu_index > div.one_content_full > .content_img > a {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.index_file.contenu_index > div.one_content_full > .content_img > a > img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.index_file.contenu_index > div .content_list h2 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.index_file.contenu_index > div .content_list .content_view > h3 {
  font-size: 1.4rem;
  line-height: 2rem;
  min-height: 4rem;
  text-align: center;
  margin-bottom: 5px;
}
.index_file.contenu_index > div .content_list .btn_all {
  min-width: 40%;
  text-transform: none;
  font-size: 1.4em;
}
.index_file.contenu_index > div .cover_list > h2 {
  text-align: center;
  font-size: 1.8em;
}
.index_file.contenu_index > div .cover_list .cover_view > h3 {
  font-size: 1.1rem;
  text-align: center;
  margin-top: 10px;
}
.index_file.contenu_index > div .cover_list .cover_view > a {
  width: 50%;
  display: block;
  margin: 0 auto;
}
.index_file.contenu_index > div .cover_list .cover_view > a img {
  width: 100%;
  display: block;
}
.index_file.contenu_index > div .rubric_list,
.index_file.contenu_index > div .multiple_rubric_list {
  margin-bottom: -35px;
}
.index_file.contenu_index > div .rubric_list > h2,
.index_file.contenu_index > div .multiple_rubric_list > h2 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2rem;
}
.index_file.contenu_index > div .rubric_list .rubrique_bloc,
.index_file.contenu_index > div .multiple_rubric_list .rubrique_bloc {
  position: relative;
  padding-bottom: 35px;
}
.index_file.contenu_index > div .rubric_list .rubrique_bloc > h3,
.index_file.contenu_index > div .multiple_rubric_list .rubrique_bloc > h3 {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 5px;
}
.index_file.contenu_index > div .rubric_list .rubrique_bloc:not(.no_carousel) .rubrique_view .actu-view,
.index_file.contenu_index > div .multiple_rubric_list .rubrique_bloc:not(.no_carousel) .rubrique_view .actu-view,
.index_file.contenu_index > div .rubric_list .rubrique_bloc:not(.no_carousel) .contenu_view .actu-view,
.index_file.contenu_index > div .multiple_rubric_list .rubrique_bloc:not(.no_carousel) .contenu_view .actu-view {
  display: block;
  position: relative;
}
.index_file.contenu_index > div .rubric_list .rubrique_bloc:not(.no_carousel) .rubrique_view .actu-view .img_actu,
.index_file.contenu_index > div .multiple_rubric_list .rubrique_bloc:not(.no_carousel) .rubrique_view .actu-view .img_actu,
.index_file.contenu_index > div .rubric_list .rubrique_bloc:not(.no_carousel) .contenu_view .actu-view .img_actu,
.index_file.contenu_index > div .multiple_rubric_list .rubrique_bloc:not(.no_carousel) .contenu_view .actu-view .img_actu {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.index_file.contenu_index > div .rubric_list .rubrique_bloc:not(.no_carousel) .rubrique_view .actu-view .img_actu > img,
.index_file.contenu_index > div .multiple_rubric_list .rubrique_bloc:not(.no_carousel) .rubrique_view .actu-view .img_actu > img,
.index_file.contenu_index > div .rubric_list .rubrique_bloc:not(.no_carousel) .contenu_view .actu-view .img_actu > img,
.index_file.contenu_index > div .multiple_rubric_list .rubrique_bloc:not(.no_carousel) .contenu_view .actu-view .img_actu > img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.index_file.contenu_index > div .rubric_list .rubrique_bloc:not(.no_carousel) .rubrique_view .actu-view .contenu_actu,
.index_file.contenu_index > div .multiple_rubric_list .rubrique_bloc:not(.no_carousel) .rubrique_view .actu-view .contenu_actu,
.index_file.contenu_index > div .rubric_list .rubrique_bloc:not(.no_carousel) .contenu_view .actu-view .contenu_actu,
.index_file.contenu_index > div .multiple_rubric_list .rubrique_bloc:not(.no_carousel) .contenu_view .actu-view .contenu_actu {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 12px 17px;
  background: rgba(51, 51, 51, 0.6);
}
.index_file.contenu_index > div .rubric_list .rubrique_bloc:not(.no_carousel) .rubrique_view .actu-view .contenu_actu h4,
.index_file.contenu_index > div .multiple_rubric_list .rubrique_bloc:not(.no_carousel) .rubrique_view .actu-view .contenu_actu h4,
.index_file.contenu_index > div .rubric_list .rubrique_bloc:not(.no_carousel) .contenu_view .actu-view .contenu_actu h4,
.index_file.contenu_index > div .multiple_rubric_list .rubrique_bloc:not(.no_carousel) .contenu_view .actu-view .contenu_actu h4 {
  color: #FFF;
}
.index_file.contenu_index > div .rubric_list .rubrique_bloc:not(.no_carousel) .rubrique_view .actu-view .contenu_actu p,
.index_file.contenu_index > div .multiple_rubric_list .rubrique_bloc:not(.no_carousel) .rubrique_view .actu-view .contenu_actu p,
.index_file.contenu_index > div .rubric_list .rubrique_bloc:not(.no_carousel) .contenu_view .actu-view .contenu_actu p,
.index_file.contenu_index > div .multiple_rubric_list .rubrique_bloc:not(.no_carousel) .contenu_view .actu-view .contenu_actu p {
  color: #595959;
}
.index_file.contenu_index > div .rubric_list .rubrique_bloc:not(.no_carousel) .rubrique_view .actu-view .contenu_actu > span,
.index_file.contenu_index > div .multiple_rubric_list .rubrique_bloc:not(.no_carousel) .rubrique_view .actu-view .contenu_actu > span,
.index_file.contenu_index > div .rubric_list .rubrique_bloc:not(.no_carousel) .contenu_view .actu-view .contenu_actu > span,
.index_file.contenu_index > div .multiple_rubric_list .rubrique_bloc:not(.no_carousel) .contenu_view .actu-view .contenu_actu > span {
  color: #fff;
}
.index_file.contenu_index > div .rubric_list .rubrique_bloc:not(.no_carousel) .rubrique_view .owl-stage-outer:not(.card),
.index_file.contenu_index > div .multiple_rubric_list .rubrique_bloc:not(.no_carousel) .rubrique_view .owl-stage-outer:not(.card) {
  -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.contenu_index > div .rubric_list .rubrique_bloc:not(.no_carousel) .rubrique_view.owl-carousel .owl-dots.disabled,
.index_file.contenu_index > div .multiple_rubric_list .rubrique_bloc:not(.no_carousel) .rubrique_view.owl-carousel .owl-dots.disabled {
  display: block;
}
.index_file.contenu_index > div .rubric_list .rubrique_bloc.no_carousel .view,
.index_file.contenu_index > div .multiple_rubric_list .rubrique_bloc.no_carousel .view {
  position: relative;
  display: block;
}
.index_file.contenu_index > div .rubric_list .rubrique_bloc.no_carousel .view .img_actu,
.index_file.contenu_index > div .multiple_rubric_list .rubrique_bloc.no_carousel .view .img_actu {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.index_file.contenu_index > div .rubric_list .rubrique_bloc.no_carousel .view .img_actu > img,
.index_file.contenu_index > div .multiple_rubric_list .rubrique_bloc.no_carousel .view .img_actu > img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.index_file.contenu_index > div .rubric_list .rubrique_bloc.no_carousel .view .contenu_actu,
.index_file.contenu_index > div .multiple_rubric_list .rubrique_bloc.no_carousel .view .contenu_actu {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 12px 17px;
  background: rgba(51, 51, 51, 0.4);
  color: #FFF;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.index_file.contenu_index > div .rubric_list .rubrique_bloc.no_carousel .view .contenu_actu h3,
.index_file.contenu_index > div .multiple_rubric_list .rubrique_bloc.no_carousel .view .contenu_actu h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.index_file.contenu_index > div .rubric_list .rubrique_bloc.no_carousel .view:hover > .contenu_actu,
.index_file.contenu_index > div .multiple_rubric_list .rubrique_bloc.no_carousel .view:hover > .contenu_actu {
  background: rgba(0, 0, 0, 0.6);
}
.index_file.contenu_index > div .rubric_list .rubrique_bloc.no_carousel .view:active > .contenu_actu,
.index_file.contenu_index > div .multiple_rubric_list .rubrique_bloc.no_carousel .view:active > .contenu_actu {
  transition: none;
  background: rgba(0, 0, 0, 0.7);
}
.index_file.contenu_index > div .rubric_list .rubrique_bloc .btn_voir_actus,
.index_file.contenu_index > div .multiple_rubric_list .rubrique_bloc .btn_voir_actus {
  text-align: center;
  width: 100%;
}
.index_file.contenu_index > div .mise-avant > h2,
.index_file.contenu_index > div #mise_en_avant > h2 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2rem;
}
.index_file.contenu_index > div .mise-avant > h2:not(:first-child),
.index_file.contenu_index > div #mise_en_avant > h2:not(:first-child) {
  padding-top: 30px;
  clear: both;
}
.index_file.bloc-mise-avant .btn_all,
.index_file.mise_en_avant .btn_all {
  min-width: 40%;
  text-transform: none;
  font-size: 1.4em;
}
@media (max-width: 1330px) {
  .index_file.contenu_index > div,
  .index_file.contenu_index.mise_en_avant {
    width: auto;
    padding: 30px 10px;
  }
}
@media (max-width: 1280px) {
  .index_file.contenu_index > div.one_content_full > .content_desc .btn_contenu {
    position: relative;
    margin-top: 10px;
  }
}
@media (max-width: 1024px) and (orientation: landscape) {
  .index_file.main_block .flex_main .container_main .btn_presentation_diapo {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  .index_file.main_block .flex_main .main_menu > * {
    margin: 0 auto;
  }
  .index_file.main_block .flex_main .container_main h1 > img {
    max-width: 150px;
    max-height: 150px;
  }
  .index_file.main_block .flex_main .container_main > .texte_presentation_diapo > div {
    max-width: 80%;
  }
  .index_file.main_block .texte_presentation_diapo > * {
    width: 95%;
  }
  .index_file.contenu_index > div.double_content > .one_content > a > .content_desc,
  .index_file.contenu_index > div.double_content.type_top > .one_content > a > .content_desc,
  .index_file.contenu_index > div.double_content.type_bg > .one_content > a > .content_desc {
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #FFF;
  }
  .index_file.contenu_index > div .content_list .content_view .actu-view div {
    position: initial;
  }
}
@media (max-width: 900px) {
  .index_file.contenu_index > div.one_content_full > .content_desc {
    left: 10px;
    width: calc(50% + 20px);
    padding: 10px 20px;
    max-height: calc(100% - 20px);
    overflow: auto;
  }
  .index_file.main_block .texte_presentation_diapo {
    font-size: 0.9em;
  }
  .index_file.main_block {
    height: calc(100vh - 37px);
  }
  .index_file.main_block .flex_main {
    padding: 50px 0 0;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .index_file.main_block .btn_scroll_main,
  .index_file.main_block .texte_presentation_diapo {
    display: none;
  }
}
@media (max-width: 768px) {
  .index_file.contenu_index > div .content_list .content_view .actu-view div {
    font-size: 0.7em;
  }
}
@media (max-width: 680px) {
  .index_file.contenu_index > div,
  .index_file.contenu_index.mise_en_avant {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index_file.contenu_index > div.double_content > .one_content,
  .index_file.contenu_index.mise_en_avant.double_content > .one_content {
    width: 100%;
  }
  .index_file.contenu_index > div.double_content > .one_content:not(:first-child),
  .index_file.contenu_index.mise_en_avant.double_content > .one_content:not(:first-child) {
    margin-top: 20px;
  }
  .index_file.contenu_index > div.one_content_full > h2,
  .index_file.contenu_index.mise_en_avant.one_content_full > h2 {
    margin-left: 0;
  }
  .index_file.contenu_index > div.one_content_full .content_desc,
  .index_file.contenu_index.mise_en_avant.one_content_full .content_desc,
  .index_file.contenu_index > div.one_content_full .content_img,
  .index_file.contenu_index.mise_en_avant.one_content_full .content_img {
    width: 100%;
  }
  .index_file.contenu_index > div.one_content_full .content_img,
  .index_file.contenu_index.mise_en_avant.one_content_full .content_img {
    margin-left: 0;
  }
  .index_file.contenu_index > div.one_content_full > .content_desc,
  .index_file.contenu_index.mise_en_avant.one_content_full > .content_desc {
    display: block;
    position: relative;
    order: 2;
    margin-top: 0;
    top: 0;
    left: 0;
    padding: 10px;
  }
  .index_file.contenu_index > div .mise-avant > h2,
  .index_file.contenu_index.mise_en_avant .mise-avant > h2,
  .index_file.contenu_index > div .rubric_list > h2,
  .index_file.contenu_index.mise_en_avant .rubric_list > h2,
  .index_file.contenu_index > div #mise_en_avant > h2,
  .index_file.contenu_index.mise_en_avant #mise_en_avant > h2 {
    font-size: 1.4rem;
  }
  .index_file.main_block .flex_main .container_main .btn_presentation_diapo > * {
    font-size: 0.8em;
  }
  .index_file.main_block .texte_presentation_diapo {
    font-size: 0.6em;
  }
}
@media (max-width: 600px) {
  .index_file.contenu_index .content_list .row div + div {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .index_file.main_block .flex_main .container_main .logo > img {
    max-width: 120px;
    max-height: 120px;
  }
  .index_file.main_block .flex_main .container_main > .texte_presentation_diapo > div {
    padding: 15px 10px;
    font-size: 1.2rem;
    max-width: 95%;
  }
  .index_file.main_block .flex_main .container_main > .texte_presentation_diapo > div > h2,
  .index_file.main_block .flex_main .container_main > .texte_presentation_diapo > div h1 {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
  .index_file.contenu_index > div.double_content > .one_content > a > span {
    font-size: 0.7em;
  }
  .index_file.contenu_index > div.double_content > .one_content .btn_contenu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index_file.contenu_index > div.double_content > .one_content .btn_contenu > * {
    -webkit-flex: auto;
    flex: auto;
    width: 100%;
  }
  .index_file.contenu_index > div.double_content > .one_content .btn_contenu > *:not(:first-child) {
    border-left: none;
    border-top: 1px solid #FFF;
  }
  .index_file.contenu_index > div.one_content_full > .content_desc .btn_contenu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index_file.contenu_index > div.one_content_full > .content_desc .btn_contenu > * {
    -webkit-flex: auto;
    flex: auto;
    width: 100%;
  }
  .index_file.contenu_index > div.one_content_full > .content_desc .btn_contenu > *:not(:first-child) {
    border-left: none;
    border-top: 1px solid #FFF;
  }
  .index_file.contenu_index > div .content_list .btn_all {
    font-size: 1em;
  }
}
.bandeau_bien {
  position: relative;
  height: calc(100vh - 40px);
}
.bandeau_bien .bandeau_suite:not(.empty) {
  height: calc(100vh - 40px);
}
.bandeau_bien .bandeau_suite:not(.empty) .item {
  display: block;
  height: calc(100vh - 40px);
  position: relative;
}
.bandeau_bien .owl-nav {
  height: 0;
}
.bandeau_bien .owl-nav .owl-prev > span {
  position: absolute;
  display: block;
  top: calc(50% - 85px);
  font-family: melody;
  left: 10px;
  padding: 50px 5px;
  font-size: 5.5em;
  font-style: initial;
}
.bandeau_bien .owl-nav .owl-next > span {
  position: absolute;
  display: block;
  top: calc(50% - 85px);
  font-family: melody;
  right: 10px;
  padding: 50px 5px;
  font-size: 5.5em;
  font-style: initial;
}
.bandeau_bien .pagination_bien {
  position: absolute;
  top: 170px;
  left: 40px;
  z-index: 1;
}
.bandeau_bien .pagination_bien .pagination {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px;
  display: inline-block;
  float: left;
  width: auto;
}
.bandeau_bien .pagination_bien .pagination li span {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}
.bandeau_bien .pagination_bien .pagination .retour_annonces {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
  color: #444;
  font-size: 1rem;
  padding: 0 10px;
  line-height: 30px;
  width: 100%;
  margin: auto;
}
.bandeau_bien .pagination_bien .btn_mail {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 30px;
  padding: 5px 10px;
  font-family: saxo;
  float: left;
  margin-left: 10px;
  cursor: pointer;
  background-color: #CCA839;
  color: #fff;
}
.bandeau_bien .pagination_bien:after {
  content: '';
  display: table;
  clear: both;
}
.bandeau_bien .titre_bien {
  position: absolute;
  bottom: 0;
  left: 40px;
  z-index: 1;
  padding: 10px 15px;
  background-color: rgba(204, 168, 57, 0.7);
  color: #fff;
  text-align: left;
  font-size: 1.2rem;
}
.bandeau_bien .titre_bien p {
  padding: 0 10px;
}
.bandeau_bien .titre_bien .etiquette {
  display: block;
  text-align: left;
  text-transform: uppercase;
  padding: 0 10px;
}
.bandeau_bien .btn_onglet {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  width: 300px;
}
.bandeau_bien .btn_onglet > div {
  background-color: rgba(255, 255, 255, 0.7);
}
.bandeau_bien .btn_onglet > div:not(.multiple) > * {
  display: block;
  padding: 5px;
  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, color, box-shadow;
  -moz-transition-property: background-color, color, box-shadow;
  -o-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
}
.bandeau_bien .btn_onglet > div:not(.multiple) > *:hover {
  background-color: rgba(179, 179, 179, 0.7);
}
.bandeau_bien .btn_onglet > div:not(.multiple) > *:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background-color: rgba(128, 128, 128, 0.7);
}
.bandeau_bien .btn_onglet > div > * {
  text-transform: uppercase;
  color: #595959;
}
.bandeau_bien .btn_onglet > div.multiple {
  display: -webkit-flex;
  display: flex;
}
.bandeau_bien .btn_onglet > div.multiple > * {
  flex: 1;
  padding: 5px;
  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, color, box-shadow;
  -moz-transition-property: background-color, color, box-shadow;
  -o-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
}
.bandeau_bien .btn_onglet > div.multiple > *:hover {
  background-color: rgba(179, 179, 179, 0.7);
}
.bandeau_bien .btn_onglet > div.multiple > *:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background-color: rgba(128, 128, 128, 0.7);
}
.bandeau_bien .btn_onglet > div:not(:first-child) {
  margin-top: 5px;
}
.bandeau_bien .btn_onglet > div.show-on-large {
  display: none;
}
.bandeau_bien .btn_onglet > div.show-on-large #open-diapo > i {
  vertical-align: middle;
}
.container-photo {
  padding: 30px 0;
}
.container-photo .c-photos {
  position: relative;
}
.container-photo .c-photos .etiquette {
  display: block;
  position: absolute;
  left: 0;
  width: 200px;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
  z-index: 2;
  font-size: 1.2rem;
  text-transform: uppercase;
  background: #CCA839;
  color: #fff;
}
.container-photo .c-photos > .photos {
  position: relative;
}
.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);
  display: block;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.container-photo .c-photos > .photos .owl-item .item > img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.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);
}
.container-photo .c-photos > .photos .owl-prev > i,
.container-photo .c-photos > .photos .owl-next > i {
  position: absolute;
  display: block;
  top: calc(50% - 85px);
  font-family: melody;
  left: -20px;
  padding: 60px 5px;
  font-size: 2.5em;
  font-style: initial;
}
.container-photo .c-photos > .photos .owl-next > i {
  left: auto;
  right: -20px;
}
.container-photo .c-photos > .photos:not(.owl-loaded) {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 300px;
}
.container-photo .c-photos > .photos:not(.owl-loaded) > * {
  display: block;
  width: 100%;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}
.container-photo .c-photos > .photos:not(.owl-loaded) > * > img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.container-photo .c-photos > .photos:not(.owl-loaded) > *:not(:first-child) {
  margin-left: 2%;
}
.container-photo .c-photos > .photos:not(.owl-loaded) > *:nth-child(n + 4) {
  display: none;
}
.container-photo .c-photos > .photos .owl-nav {
  height: 0;
}
.container-photo .c-photos > .nb-photo,
.container-photo .c-photos .owl-dots {
  display: none;
}
.bandeau_footer .row {
  margin-bottom: 0;
  padding: 5px 0;
}
.bandeau_footer .row .btn_share > * {
  display: inline-block;
  cursor: pointer;
  padding: 0 10px;
  float: left;
  color: #595959;
}
.bandeau_footer .row .btn_share > * > i {
  font-family: saxo;
  font-style: normal;
}
.bandeau_footer .row .btn_share > *:not(:first-child) {
  border-left: 1px solid #000;
}
.bandeau_footer .row .prix {
  font-size: 1.2rem;
  font-weight: 700;
}
.bandeau_footer .row .prix .promo {
  color: red;
}
.bandeau_footer .row .prix .promo i {
  font-size: 0.6em;
}
.container .pagination_bien .pagination {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px 0 0 0;
  display: flex;
  justify-content: center;
}
.container-detail .btn_bloc_formulaire {
  display: none;
  margin: 0 20px;
}
.infos_bien {
  margin-top: 20px;
}
.infos_bien .backLots {
  margin-bottom: 15px;
  display: inline-block;
  background-color: rgba(204, 168, 57, 0.7);
  color: #fff;
  padding: 10px 15px;
  width: 225px;
}
.infos_bien h2 {
  font-size: 1.5em;
}
.infos_bien .btn_lien_site {
  margin: 15px 0;
  width: 100%;
  height: auto;
  line-height: 30px;
}
.infos_bien #affichage3d {
  margin: 30px 0;
  border-bottom: 1px solid #efefef;
}
.infos_bien #affichage3d > iframe {
  width: 100%;
  height: 500px;
}
.infos_bien .tabs_infos {
  margin: 30px 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.infos_bien .tabs_infos .tabs-content {
  padding: 10px 5px;
}
.infos_bien .tabs_infos .tabs .tab a {
  color: rgba(89, 89, 89, 0.8);
  font-size: 1em;
  padding: 0 14px;
}
.infos_bien .tabs_infos .tabs .tab a:hover,
.infos_bien .tabs_infos .tabs .tab a.active {
  background-color: transparent;
  color: #595959;
}
.infos_bien .tabs_infos .tabs .indicator {
  background-color: #595959;
}
.infos_bien .videoYoutube {
  margin-top: 20px;
}
.infos_bien .criteres {
  margin-top: 20px;
}
.infos_bien .criteres .critere > * {
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 10px 8px;
  background-color: #f5f5f5;
}
.infos_bien .dpe {
  margin: 30px 0;
}
.infos_bien .dpe .bilan_conso,
.infos_bien .dpe .bilan_ges {
  width: 50%;
}
.infos_bien .dpe .bilan_conso {
  float: left;
}
.infos_bien .dpe .bilan_ges {
  float: left;
}
.infos_bien .dpe .tableau_conso,
.infos_bien .dpe .tableau_ges {
  width: 250px;
  height: 177px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.infos_bien .dpe .tableau_conso > div,
.infos_bien .dpe .tableau_ges > div {
  height: 23px;
  color: #FFF;
  text-align: center;
  position: relative;
}
.infos_bien .dpe .tableau_conso > div:not(:first-child),
.infos_bien .dpe .tableau_ges > div:not(:first-child) {
  margin-top: 3px;
}
.infos_bien .dpe .tableau_conso > div > span,
.infos_bien .dpe .tableau_ges > div > span {
  height: 23px;
  line-height: 23px;
  float: right;
  margin-right: 2px;
  font-size: 0.8rem;
}
.infos_bien .dpe .dpe_A {
  background: url(/bundles/soclecommunentity/images/dpe/dpe_A.png);
  background-repeat: no-repeat;
}
.infos_bien .dpe .dpe_B {
  background: url(/bundles/soclecommunentity/images/dpe/dpe_B.png);
  background-repeat: no-repeat;
}
.infos_bien .dpe .dpe_C {
  background: url(/bundles/soclecommunentity/images/dpe/dpe_C.png);
  background-repeat: no-repeat;
}
.infos_bien .dpe .dpe_D {
  background: url(/bundles/soclecommunentity/images/dpe/dpe_D.png);
  background-repeat: no-repeat;
}
.infos_bien .dpe .dpe_E {
  background: url(/bundles/soclecommunentity/images/dpe/dpe_E.png);
  background-repeat: no-repeat;
}
.infos_bien .dpe .dpe_F {
  background: url(/bundles/soclecommunentity/images/dpe/dpe_F.png);
  background-repeat: no-repeat;
}
.infos_bien .dpe .dpe_G {
  background: url(/bundles/soclecommunentity/images/dpe/dpe_G.png);
  background-repeat: no-repeat;
}
.infos_bien .dpe .ges_A {
  background: url(/bundles/soclecommunentity/images/dpe/ges_A.png);
  background-repeat: no-repeat;
}
.infos_bien .dpe .ges_B {
  background: url(/bundles/soclecommunentity/images/dpe/ges_B.png);
  background-repeat: no-repeat;
}
.infos_bien .dpe .ges_C {
  background: url(/bundles/soclecommunentity/images/dpe/ges_C.png);
  background-repeat: no-repeat;
}
.infos_bien .dpe .ges_D {
  background: url(/bundles/soclecommunentity/images/dpe/ges_D.png);
  background-repeat: no-repeat;
}
.infos_bien .dpe .ges_E {
  background: url(/bundles/soclecommunentity/images/dpe/ges_E.png);
  background-repeat: no-repeat;
}
.infos_bien .dpe .ges_F {
  background: url(/bundles/soclecommunentity/images/dpe/ges_F.png);
  background-repeat: no-repeat;
}
.infos_bien .dpe .ges_G {
  background: url(/bundles/soclecommunentity/images/dpe/ges_G.png);
  background-repeat: no-repeat;
}
.infos_bien #documents_programme span {
  font-family: piano;
  font-size: 26px;
  margin-right: 5px;
}
.infos_bien .liste_lots,
.infos_bien .liste_pieces,
.infos_bien .liste_dependances {
  margin: 30px 0;
}
.infos_bien .liste_lots .plan_lot,
.infos_bien .liste_pieces .plan_lot,
.infos_bien .liste_dependances .plan_lot {
  font-family: melody;
}
.infos_bien .lot_document .plan {
  font-size: 16px;
}
.infos_bien .lot_document .plan > i {
  font-family: melody;
  font-style: initial;
  margin-right: 10px;
  font-size: 20px;
}
.infos_bien .map_infos .bien_map {
  margin-top: 15px;
  height: 300px;
}
.infos_bien .map_infos .bien_map #map {
  height: 100%;
  z-index: 5;
}
.infos_bien .map_infos .bien_map #map .leaflet-pane {
  z-index: 1;
}
.infos_bien .map_infos .bien_map #map .leaflet-control-container > * {
  z-index: 2;
}
.infos_bien #reservations {
  margin: 20px 0 0;
}
.infos_bien #reservations .fc-button {
  padding: 0.1em 0.65em;
}
.infos_bien #reservations .containerCalendar {
  padding: 10px 15px;
  border: 1px solid #ccc;
  position: relative;
}
.infos_bien #reservations .couleurDispo {
  position: absolute;
  top: 15px;
  left: 51%;
  width: 48%;
}
.infos_bien #reservations .couleurDispo div {
  display: inline-block;
  width: 49%;
}
.infos_bien #reservations .couleurDispo div .dispo,
.infos_bien #reservations .couleurDispo div .indispo {
  display: inline-block;
  border: 1px solid #ccc;
  height: 2.4em;
  width: 90%;
  line-height: 2.4em;
  text-align: center;
}
.infos_bien #reservations .couleurDispo div .indispo {
  background-color: #CCA839;
  color: #fff;
}
.infos_bien #reservations .couleurDispo div .dispo {
  background-color: #CCA839;
}
.infos_bien #reservations #reservationsCalendar .fc-right {
  display: none;
}
.infos_bien #reservations #reservationsCalendar2 .fc-right {
  position: absolute;
  top: 15px;
  left: 2%;
}
.infos_bien #reservations #reservationsCalendar,
.infos_bien #reservations #reservationsCalendar2 {
  width: 48%;
  margin: 70px 1% 0;
  float: left;
}
.infos_bien #reservations #reservationsCalendar h2,
.infos_bien #reservations #reservationsCalendar2 h2 {
  color: #595959;
}
.infos_bien #reservations #reservationsCalendar tr,
.infos_bien #reservations #reservationsCalendar2 tr {
  border-bottom: none;
}
.infos_bien #reservations #reservationsCalendar .fc-basic-view .fc-body .fc-row,
.infos_bien #reservations #reservationsCalendar2 .fc-basic-view .fc-body .fc-row {
  min-height: 2em;
}
.infos_bien #reservations #reservationsCalendar .fc-scroller,
.infos_bien #reservations #reservationsCalendar2 .fc-scroller {
  overflow: auto !important;
  height: auto !important;
}
.infos_bien #reservations #reservationsCalendar td.fc-day,
.infos_bien #reservations #reservationsCalendar2 td.fc-day {
  background: rgba(125, 200, 40, 0.7);
}
.infos_bien #reservations #reservationsCalendar td.fc-day.caseDebut,
.infos_bien #reservations #reservationsCalendar2 td.fc-day.caseDebut {
  background: red;
  background: -ms-linear-gradient(left, rgba(125, 200, 40, 0.7) 0%, rgba(125, 200, 40, 0.7) 35%, rgba(255, 0, 0, 0.7) 65%, rgba(255, 0, 0, 0.7) 100%);
  background: -moz-linear-gradient(left, rgba(125, 200, 40, 0.7) 0%, rgba(125, 200, 40, 0.7) 35%, rgba(255, 0, 0, 0.7) 65%, rgba(255, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(left, rgba(125, 200, 40, 0.7) 0%, rgba(125, 200, 40, 0.7) 35%, rgba(255, 0, 0, 0.7) 65%, rgba(255, 0, 0, 0.7) 100%);
  background: linear-gradient(left, rgba(125, 200, 40, 0.7) 0%, rgba(125, 200, 40, 0.7) 35%, rgba(255, 0, 0, 0.7) 65%, rgba(255, 0, 0, 0.7) 100%);
}
.infos_bien #reservations #reservationsCalendar td.fc-day.casePleine,
.infos_bien #reservations #reservationsCalendar2 td.fc-day.casePleine {
  background: rgba(255, 0, 0, 0.7);
}
.infos_bien #reservations #reservationsCalendar td.fc-day.caseFin,
.infos_bien #reservations #reservationsCalendar2 td.fc-day.caseFin {
  background: red;
  background: -ms-linear-gradient(right, rgba(125, 200, 40, 0.7) 0%, rgba(125, 200, 40, 0.7) 35%, rgba(255, 0, 0, 0.7) 65%, rgba(255, 0, 0, 0.7) 100%);
  background: -moz-linear-gradient(right, rgba(125, 200, 40, 0.7) 0%, rgba(125, 200, 40, 0.7) 35%, rgba(255, 0, 0, 0.7) 65%, rgba(255, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(right, rgba(125, 200, 40, 0.7) 0%, rgba(125, 200, 40, 0.7) 35%, rgba(255, 0, 0, 0.7) 65%, rgba(255, 0, 0, 0.7) 100%);
  background: linear-gradient(right, rgba(125, 200, 40, 0.7) 0%, rgba(125, 200, 40, 0.7) 35%, rgba(255, 0, 0, 0.7) 65%, rgba(255, 0, 0, 0.7) 100%);
}
.infos_bien #reservations .fc-header-toolbar button {
  background: #f5f5f5;
  border: 0;
  color: #333;
  border-radius: 0 !important;
  text-shadow: none !important;
  font-size: 1.2em;
  -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);
}
.infos_bien #verifDatesContainer {
  padding-top: 20px;
}
.infos_bien #verifDatesContainer .containerVerifDates {
  padding: 10px 15px;
  border: 1px solid #ccc;
}
.infos_bien #verifDatesContainer .containerVerifDates h3 {
  margin-left: 5px;
}
.infos_bien #verifDatesContainer .containerVerifDates #effacer {
  background-color: #bbb !important;
}
.infos_bien #verifDatesContainer .containerVerifDates .btnReservation::before {
  content: " G ";
  font-family: saxo;
  font-weight: normal;
  margin-right: 5px;
  font-size: 1.2em;
}
.infos_bien #verifDatesContainer .containerVerifDates .blocResa {
  font-size: 120%;
  margin: 10px 0 0 10px;
}
.infos_bien #verifDatesContainer .containerVerifDates .blocResa .btnReservation {
  float: right;
  margin-right: 20px;
}
.infos_bien #verifDatesContainer .containerVerifDates .blocResa .promo {
  color: red;
}
.infos_bien #verifDatesContainer .containerVerifDates .blocResa .promo i {
  font-size: 0.8em;
}
.infos_bien .map_infos {
  margin-top: 20px;
}
.biens_visites,
.biens_similaires {
  margin-top: 20px;
}
.biens_visites h2,
.biens_similaires h2 {
  font-size: 1.5rem;
}
.contact_bien {
  margin-top: 18px;
}
.contact_bien .reference {
  padding-bottom: 2px;
  display: block;
}
.contact_bien .btn_lien_site {
  width: 100%;
  height: auto;
  line-height: 26px;
  padding: 10px 16px;
  margin-top: 10px;
}
.contact_bien .col.s12.m9,
.contact_bien .col.consentement_input {
  width: 100%;
}
.contact_bien .message_envoi.z-depth-2 {
  padding: 10px;
}
.contact_bien .commercialisateur {
  margin-top: 15px;
  text-align: center;
}
.contact_bien .commercialisateur img {
  max-width: 70%;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}
.bloc_negociateur .card-panel.row {
  padding: 0.75rem;
}
.bloc_negociateur .card-panel.row .header_nego {
  margin-bottom: 10px;
}
.bloc_negociateur .card-panel.row .header_nego h3 {
  line-height: 1.4rem;
  margin: 0;
}
.bloc_negociateur .card-panel.row .header_nego:not(h3) {
  font-size: 0.9em;
}
.bloc_negociateur .card-panel.row .detail_nego {
  padding: 0;
}
.bloc_negociateur .card-panel.row .detail_nego > .card-image {
  padding: 0;
}
@media (max-width: 1330px) {
  .container-photo .c-photos > .photos .owl-prev > i {
    left: 0;
  }
  .container-photo .c-photos > .photos .owl-next > i {
    right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .bandeau_bien {
    height: auto;
  }
  .bandeau_bien .bandeau_suite:not(.empty) {
    height: auto;
  }
  .bandeau_bien .bandeau_suite:not(.empty) .item {
    height: auto;
    padding-top: 56.25%;
  }
  .contact_bien .col.s12.m9,
  .contact_bien .consentement_input {
    width: 100%;
  }
  .infos_bien #reservations .fc-header-toolbar button {
    font-size: 0.8em;
  }
}
article.infos_generales {
  background-color: #EFEFEF;
  margin-top: 15px;
}
article.infos_generales.container > .row > * {
  width: auto;
  flex: 1;
  text-align: center;
  display: block;
  padding: 10px 15px;
  border-top: 1px solid #333;
}
@media only screen and (min-width: 601px) {
  article.infos_generales.container > .row > * {
    border-top: 1px solid #333;
  }
  article.infos_generales.container > .row > *:not(:first-child) {
    border-left: 0px;
  }
  article.infos_generales.container > .row > *:nth-child(even) {
    border-left: 1px solid #333;
  }
}
@media only screen and (min-width: 993px) {
  article.infos_generales.container > .row > * {
    border-top: 0;
  }
  article.infos_generales.container > .row > *:not(:first-child) {
    border-left: 1px solid #333;
  }
}
article.infos_generales .icon_programme {
  font-style: normal;
  font-family: saxo;
  font-size: 36px;
  display: block;
  margin-bottom: 10px;
}
article.infos_generales .icon_programme:before {
  content: '^';
}
article.infos_generales .icon_prix {
  font-style: normal;
  font-family: saxo;
  font-size: 36px;
  display: block;
  margin-bottom: 10px;
}
article.infos_generales .icon_prix:before {
  content: '+';
}
article.infos_generales .icon_livraison {
  font-style: normal;
  font-family: saxo;
  font-size: 36px;
  display: block;
  margin-bottom: 10px;
}
article.infos_generales .icon_livraison:before {
  content: 'f';
}
article.infos_generales .icon_programme {
  font-style: normal;
  font-family: saxo;
  font-size: 36px;
  display: block;
  margin-bottom: 10px;
}
article.infos_generales .icon_programme:before {
  content: '^';
}
@media only screen and (max-width: 900px) {
  .bandeau_bien .titre_bien {
    left: 10px;
    max-width: 50%;
  }
  .bandeau_bien .btn_onglet {
    width: 40%;
  }
  .infos_bien .dpe .bilan_conso,
  .infos_bien .dpe .bilan_ges {
    float: none;
    width: 100%;
  }
  .infos_bien .dpe .bilan_ges {
    margin-top: 15px;
  }
  .infos_bien .dpe h2 {
    line-height: 1.75rem;
  }
  .infos_bien #reservations .fc-header-toolbar button {
    font-size: 1.2em;
  }
  .infos_bien #reservations #reservationsCalendar,
  .infos_bien #reservations #reservationsCalendar2 {
    width: 100%;
  }
  .infos_bien #reservations #reservationsCalendar {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 900px) and (orientation: landscape) {
  .bandeau_bien .bandeau_suite:not(.empty) .item {
    height:  calc(100vh - 40px) ;
    padding-top: 0;
  }
}
@media only screen and (max-width: 680px) {
  .bandeau_bien .pagination_bien {
    top: 60px;
    left: 10px;
  }
  .infos_bien h2 {
    font-size: 1.1rem;
    font-weight: 700;
  }
  .videoYoutube iframe {
    max-height: 225px;
  }
}
@media only screen and (max-width: 600px) {
  .container-detail.vacances.avantio .detail {
    display: flex;
    flex-direction: column-reverse;
  }
  .container-detail.vacances.avantio .detail .infos_bien #reservations .containerCalendar {
    padding: 10px 0;
    border: none;
  }
  .container-detail.vacances.avantio .detail .infos_bien #reservations #reservationsCalendar {
    margin: 70px 0% 0;
  }
  .container-detail.vacances.avantio .detail .infos_bien #reservations #reservationsCalendar .fc-right {
    display: block;
    position: absolute;
    top: 15px;
    left: 2%;
  }
  .container-detail.vacances.avantio .detail .infos_bien #reservations #reservationsCalendar2 {
    display: none;
  }
  .container-detail.vacances.avantio .detail .infos_bien #reservations .couleurDispo div {
    width: 100%;
  }
  .container-detail.vacances.avantio .detail .infos_bien #reservations .couleurDispo div span {
    width: 100%;
    height: auto;
    line-height: initial;
    padding: 5px;
    margin-bottom: 10px;
  }
  .container-detail.vacances.avantio .detail .formulaire_detail .formRight {
    display: none;
  }
  .container-detail.vacances.avantio .detail .containerVerifDates .blocResa {
    margin-top: 10px;
  }
  .container-detail.vacances.avantio .detail .containerVerifDates .input-field {
    width: 50%;
    float: left;
  }
  .contact_bien {
    margin-top: 15px;
  }
  .contact_bien .formulaire_detail {
    margin: 10px;
  }
  .bandeau_footer {
    height: auto;
  }
  .bloc_negociateur .card-panel.row {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media (max-width: 680px) and (min-width: 480px) {
  .bandeau_bien .titre_bien {
    font-size: 1rem;
  }
  .bandeau_bien .btn_onglet {
    width: 35%;
    font-size: 1rem;
    bottom: 5px;
    right: 5px;
  }
  .bandeau_bien .btn_onglet > div:not(.multiple) > * {
    padding: 2px 5px;
  }
}
@media only screen and (max-width: 480px) {
  .bandeau_bien {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bandeau_bien .bandeau_suite:not(.empty) {
    padding-top: 50px;
    background-color: #FFF;
  }
  .bandeau_bien .pagination_bien {
    position: initial;
    top: auto;
    left: auto;
    width: 100%;
    text-align: center;
  }
  .bandeau_bien .pagination_bien .btn_mail {
    display: none;
  }
  .bandeau_bien .pagination_bien .pagination {
    width: 100%;
  }
  .bandeau_bien .titre_bien {
    position: initial;
    width: 100%;
    max-width: initial;
  }
  .bandeau_bien .btn_onglet {
    position: initial;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 10px;
    width: 100%;
  }
  .bandeau_bien .btn_onglet > div {
    display: inline-block;
    text-align: center;
  }
  .bandeau_bien .btn_onglet > div:not(.multiple) > * {
    padding: 5px 0.75rem;
  }
  .bandeau_bien .btn_onglet > div:not(:first-child) {
    margin-top: 0;
  }
  .bandeau_bien .btn_onglet > div.multiple {
    display: inline-block;
  }
  .bandeau_bien .btn_onglet > div > * {
    font-weight: 700;
  }
  .container-photo .c-photos > .photos .owl-prev > i {
    display: none;
  }
  .container-photo .c-photos > .photos .owl-next > i {
    display: none;
  }
  .container-detail .btn_bloc_formulaire {
    display: block;
  }
  .infos_bien #reservations #reservationsCalendar h2,
  .infos_bien #reservations #reservationsCalendar2 h2 {
    font-size: 1.4em;
  }
  .infos_bien #reservations #reservationsCalendar .fc-header-toolbar button,
  .infos_bien #reservations #reservationsCalendar2 .fc-header-toolbar button {
    font-size: 1em;
    padding: 0.2em 0.2em;
  }
  .bandeau_footer {
    margin-top: 20px;
    height: auto;
  }
  .bandeau_footer .btn_share,
  .bandeau_footer .typo,
  .bandeau_footer .prix {
    float: none !important;
  }
  .bandeau_footer .prix {
    margin-left: 10px;
  }
  .bandeau_footer .row .btn_share {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bandeau_footer .row .btn_share > * {
    display: block;
    padding: 5px 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 40%;
  }
  .bandeau_footer .row .btn_share > *:not(:first-child) {
    margin-left: 0;
    border-left: none;
  }
  .bandeau_footer .row .btn_share > * > i {
    width: 30px;
    display: inline-block;
    text-align: center;
  }
}
.moteur_encart {
  position: relative;
  z-index: 5;
  border-top: 5px solid #CCA839;
}
.moteur_encart .moteur {
  padding: 10px;
  background-color: #FFF;
}
.moteur_encart .moteur .form_moteur .criteres {
  margin-bottom: 0;
}
.moteur_encart .moteur .form_moteur .criteres .elargir_km {
  height: 3rem;
  margin: 0 0 8px 0;
  padding: 21px 0px 0;
}
.moteur_encart .moteur .form_moteur .criteres .elargir_km .noUi-horizontal {
  height: 10px;
}
.moteur_encart .moteur .form_moteur .criteres .elargir_km .noUi-horizontal .noUi-connect {
  background: #5f706f;
}
.moteur_encart .moteur .form_moteur .criteres .elargir_km .noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  left: auto;
  top: -4px;
  right: -8px;
  border: 1px solid #999;
}
.moteur_encart .moteur .form_moteur .criteres .elargir_km .noUi-horizontal .noUi-handle:after,
.moteur_encart .moteur .form_moteur .criteres .elargir_km .noUi-horizontal .noUi-handle:before {
  height: 6px;
  left: 4px;
  background: #999;
  top: 4px;
}
.moteur_encart .moteur .form_moteur .criteres .elargir_km .noUi-horizontal .noUi-handle:after {
  left: 9px;
}
.moteur_encart .moteur .form_moteur .criteres .elargir_km .noUi-horizontal .noUi-target {
  border: 1px solid #BBB;
}
.moteur_encart .moteur .form_moteur .criteres .elargir_km_desc {
  -webkit-transform: translateY(-14px) scale(0.8);
  transform: translateY(-14px) scale(0.8);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.moteur_encart .moteur .form_moteur .criteres .sliderRayon {
  margin: 0 0 8px 0;
}
.moteur_encart .moteur .form_moteur .plus-criteres {
  margin-top: 8px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.moteur_encart .moteur .form_moteur .plus-criteres .criteres-trigger {
  margin-bottom: 10px;
  text-transform: initial;
  position: relative;
  padding: 0 20px;
}
.moteur_encart .moteur .form_moteur .plus-criteres .criteres-trigger > i {
  font-size: 1.8rem;
}
.moteur_encart .moteur .form_moteur .plus-criteres .criteres-trigger.has-checked:after {
  content: attr(data-nb);
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 0.7rem;
  line-height: 18px;
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #CCA839;
  color: #fff;
  border: 1px solid;
}
.moteur_encart .moteur .form_moteur .plus-criteres .criteres-content {
  padding: 20px;
}
.moteur_encart .moteur .form_moteur .plus-criteres .criteres-content > div {
  width: 300px;
}
.moteur_encart .moteur .form_moteur .plus-criteres .criteres-content > div:focus {
  outline: none;
}
.moteur_encart .moteur .form_moteur .plus-criteres .criteres-content > div h4 {
  font-weight: 700;
}
.moteur_encart .moteur .form_moteur .plus-criteres .criteres-content > div .btn-checkmark {
  display: inline-block;
  margin: 0 0 15px;
  width: 25%;
  text-align: center;
  vertical-align: top;
}
.moteur_encart .moteur .form_moteur .plus-criteres .criteres-content > div .btn-checkmark .btn-floating.btn_icon {
  background-color: transparent;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 42px;
}
.moteur_encart .moteur .form_moteur .plus-criteres .criteres-content > div .btn-checkmark .btn-floating.btn_icon > label {
  cursor: pointer;
  font-family: saxo;
  font-size: 1.3rem;
  display: block;
  color: #000;
}
.moteur_encart .moteur .form_moteur .plus-criteres .criteres-content > div .btn-checkmark .btn-floating.btn_icon > label.cross:before {
  content: 'D';
}
.moteur_encart .moteur .form_moteur .plus-criteres .criteres-content > div .btn-checkmark .btn-floating.btn_icon:hover {
  background-color: #e1cc8a;
}
.moteur_encart .moteur .form_moteur .plus-criteres .criteres-content > div .btn-checkmark > label {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1rem;
  margin-top: 8px;
}
.moteur_encart .moteur .form_moteur .plus-criteres .criteres-content > div .btn-checkmark input[type=checkbox]:checked + .btn-floating.btn_icon {
  background-color: #CCA839;
}
.moteur_encart .moteur .form_moteur .plus-criteres .criteres-content > div .btn-checkmark input[type=checkbox]:checked + .btn-floating.btn_icon > label {
  color: #fff;
}
.moteur_encart .moteur .form_moteur .plus-criteres .criteres-content > div .btn-checkmark input[type=checkbox]:checked + .btn-floating.btn_icon > label.cross:before {
  content: 'Ç';
}
.moteur_encart .moteur .form_moteur .plus-criteres .criteres-content > div:not(:first-child) {
  margin-top: 15px;
}
.moteur_encart .moteur .form_moteur .plus-criteres .reset-criteres {
  padding: 0 10px;
  background-color: #bbb;
}
.moteur_encart .moteur .bloc_trigger_moteur {
  display: none;
}
.btn_trigger_moteur {
  display: none;
}
.liste_annonce {
  margin-bottom: 15px;
  min-height: 500px;
  z-index: 4;
}
.liste_annonce .count_biens {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2rem;
  margin: 10px 0;
}
.liste_annonce .count_biens + p {
  text-align: center;
}
.liste_annonce .annonces {
  margin: 20px 0;
}
.liste_annonce .annonces .supDesc {
  width: 100%;
}
.liste_annonce .annonces .bien_vide span {
  cursor: pointer;
  color: #595959;
}
.choix_mode {
  margin: 10px 0;
  font-family: piano;
}
.choix_mode span {
  font-size: 1.4em;
  text-transform: initial;
}
.choix_mode .active {
  cursor: default;
  color: #CCC;
}
.choix_mode .inactive {
  cursor: pointer;
  color: #595959;
}
.card.card-liste .card-image {
  max-width: none;
  width: 50%;
}
.card.card-liste .card-image .img_bien {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.card.card-liste .card-image .img_bien > img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.card.card-liste .card-image .etiquette {
  position: absolute;
  bottom: 0;
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 15px;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.card.card-liste .card-content {
  position: relative;
}
.card.card-liste .card-content .card-titre {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  max-width: 70%;
}
.card.card-liste .card-content .typo {
  margin-top: 10px;
}
.card.card-liste .card-content .price {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 8px 0;
}
.card.card-liste .card-content .price .promo {
  color: red;
}
.card.card-liste .card-content .price .promo i {
  font-size: 0.6em;
}
.card.card-liste .card-content .reference {
  position: absolute;
  display: inline-block;
  top: 24px;
  right: 24px;
  color: #8c8c8c;
}
.card.card-liste .card-content .accroche {
  font-weight: 400;
  font-size: 1rem;
  color: #8c8c8c;
  line-height: 1.2rem;
  margin: 8px 0;
}
.card.card-liste .card-action {
  background-color: rgba(230, 230, 230, 0.48);
  border-top: none;
  padding: 6px 14px;
}
.card.card-liste .card-action .btn-action {
  margin-left: auto;
}
.card.card-liste .card-action .btn-action > * :not(:first-child) {
  border-left: 1px solid #AAA;
}
.card.card-liste .card-action .price > *,
.card.card-liste .card-action .btn-action > * {
  border-radius: 2px;
}
.card.card-liste .card-action .price > *:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating),
.card.card-liste .card-action .btn-action > *:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
  margin: 0;
}
.card.card-liste .card-action:after {
  content: '';
  display: table;
  clear: both;
}
.card.card-vignette .card-image .img_bien {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.card.card-vignette .card-image .img_bien > img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.card.card-vignette .card-image .etiquette {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 5px 15px;
  background-color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  text-transform: uppercase;
}
.card.card-vignette .card-content .card-titre {
  font-weight: 700;
  font-size: 1rem;
  margin: 0;
  color: rgba(89, 89, 89, 0.7);
}
.card.card-vignette .card-content .price {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 8px 0;
}
.card.card-vignette .card-content .price .promo {
  color: red;
}
.card.card-vignette .card-content .price .promo i {
  font-size: 0.6em;
}
.card.card-vignette .card-content .accroche {
  font-weight: 400;
  font-size: 1rem;
  color: #8c8c8c;
  line-height: 1.2rem;
  height: 3.6rem;
  overflow: hidden;
  position: relative;
  margin: 8px 0;
}
.card.card-vignette .card-content .accroche::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  content: "";
  pointer-events: none;
  background: linear-gradient(to top, #FFF 15%, rgba(245, 245, 245, 0) 86%);
}
.card.card-vignette .card-content .reference {
  color: #8c8c8c;
}
.card.card-vignette .card-action {
  background-color: rgba(230, 230, 230, 0.48);
  border-top: none;
  padding: 6px 24px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.card.card-vignette .card-action .price {
  font-weight: 700;
}
.card.card-vignette .card-action .btn-action {
  margin-left: auto;
}
.card.card-vignette .card-action .btn-action > * :not(:first-child) {
  border-left: 1px solid #AAA;
}
.card.card-vignette .card-action .price > *,
.card.card-vignette .card-action .btn-action > * {
  border-radius: 2px;
}
.card.card-vignette .card-action .price > *:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating),
.card.card-vignette .card-action .btn-action > *:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
  margin: 0;
}
.card.card-vignette .card-action:after {
  content: '';
  display: table;
  clear: both;
}
.card.card-liste .card-image .nb_photo,
.card.card-vignette .card-image .nb_photo {
  position: absolute;
  top: 0;
  right: 50px;
  line-height: 1.2rem;
  font-size: 1.2rem;
  height: 50px;
  color: rgba(255, 255, 255, 0.6);
}
.card.card-liste .card-image .nb_photo > i,
.card.card-vignette .card-image .nb_photo > i {
  line-height: 1.2rem;
  font-size: 1.2rem;
  margin-right: 5px;
}
.card.card-liste .card-image .nb_photo .photo_camera::before,
.card.card-vignette .card-image .nb_photo .photo_camera::before {
  content: 'photo_camera';
}
.card.card-liste .card-image .selectionBien,
.card.card-vignette .card-image .selectionBien {
  position: absolute;
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFF;
  top: 5px;
  right: 10px;
  padding: 5px;
}
.card.card-liste .card-image .selectionBien:not(.added) > i:before,
.card.card-vignette .card-image .selectionBien:not(.added) > i:before {
  text-shadow: 0px 0px 3px #4c4c4c;
}
.card.card-liste .card-action .price,
.card.card-vignette .card-action .price {
  white-space: nowrap;
}
.card.card-liste .card-action .btn-action,
.card.card-vignette .card-action .btn-action {
  text-align: right;
}
.map_view .moteur_encart {
  position: relative;
}
.map_view .moteur_encart .choix_mode {
  position: absolute;
  bottom: -65px;
  left: 50px;
}
.map_view .list_map {
  position: relative;
  margin-bottom: 0;
}
.list_map .choix_mode {
  display: none;
}
@media (max-width: 1024px) {
  .moteur_encart,
  .map_view .moteur_encart {
    display: none;
    position: fixed;
    z-index: 20;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow: auto;
    background-color: #FFF;
  }
  .moteur_encart .moteur,
  .map_view .moteur_encart .moteur {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .moteur_encart .moteur .bloc_trigger_moteur,
  .map_view .moteur_encart .moteur .bloc_trigger_moteur {
    margin: 15px 0 0;
    display: block;
  }
  .moteur_encart .moteur .bloc_trigger_moteur .btn_trigger_moteur,
  .map_view .moteur_encart .moteur .bloc_trigger_moteur .btn_trigger_moteur {
    margin: 0;
  }
  .moteur_encart .moteur .bloc_trigger_moteur .btn_trigger_moteur + .btn_trigger_moteur,
  .map_view .moteur_encart .moteur .bloc_trigger_moteur .btn_trigger_moteur + .btn_trigger_moteur {
    margin-top: 15px;
  }
  .moteur_encart .moteur .form_moteur .criteres.row .col.l2,
  .map_view .moteur_encart .moteur .form_moteur .criteres.row .col.l2 {
    width: 100%;
  }
  .moteur_encart .moteur .form_moteur .plus-criteres,
  .map_view .moteur_encart .moteur .form_moteur .plus-criteres {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .moteur_encart .moteur .form_moteur .plus-criteres .criteres-trigger,
  .map_view .moteur_encart .moteur .form_moteur .plus-criteres .criteres-trigger {
    display: none;
  }
  .moteur_encart .moteur .form_moteur .plus-criteres .criteres-content,
  .map_view .moteur_encart .moteur .form_moteur .plus-criteres .criteres-content {
    padding: 0;
    display: block;
    opacity: 1;
    position: relative;
    box-shadow: none;
    z-index: initial;
    width: 100%;
  }
  .moteur_encart .moteur .form_moteur .plus-criteres .criteres-content > div,
  .map_view .moteur_encart .moteur .form_moteur .plus-criteres .criteres-content > div {
    width: 100%;
  }
  .moteur_encart .moteur .form_moteur .plus-criteres.col.l2,
  .map_view .moteur_encart .moteur .form_moteur .plus-criteres.col.l2,
  .moteur_encart .moteur .form_moteur .plus-criteres .reset-criteres,
  .map_view .moteur_encart .moteur .form_moteur .plus-criteres .reset-criteres {
    width: 100%;
  }
  .moteur_encart .moteur .form_moteur .plus-criteres .reset-criteres,
  .map_view .moteur_encart .moteur .form_moteur .plus-criteres .reset-criteres {
    width: 100%;
    height: 36px;
    line-height: 36px;
  }
  .moteur_encart .choix_mode,
  .map_view .moteur_encart .choix_mode {
    position: initial;
    bottom: initial;
    left: initial;
  }
  .btn_trigger_moteur {
    display: block;
    text-align: center;
    margin: 10px;
  }
  .card.card-vignette .card-action {
    padding: 6px 15px;
  }
  .list_map .choix_mode {
    display: block;
    position: absolute;
    z-index: 10;
    left: 40px;
  }
}
@media (max-width: 900px) {
  .card.card-vignette .card-content,
  .card.card-liste .card-content {
    padding: 10px;
  }
  .card.card-vignette .card-content .card-titre,
  .card.card-liste .card-content .card-titre {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
  .card.card-vignette .card-action,
  .card.card-liste .card-action {
    padding: 6px 10px;
  }
  #annonces.map_list #liste-bien .global-list-map .encart {
    height: auto;
    padding-top: 0;
  }
}
@media (max-width: 680px) {
  .liste_annonce {
    min-height: auto;
  }
  .liste_annonce .count_biens {
    font-size: 1.4rem;
  }
  .card.horizontal {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .card.card-liste .card-image {
    width: 100%;
  }
  .card.card-liste .card-stacked {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .moteur_encart .moteur,
  .map_view .moteur_encart .moteur {
    padding: 10px 10px 150px;
  }
  .moteur_encart .moteur .bloc_trigger_moteur,
  .map_view .moteur_encart .moteur .bloc_trigger_moteur {
    margin: 15px 0 0;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding-bottom: 10px;
    background-color: #FFF;
  }
  .list_map .choix_mode {
    display: block;
    position: absolute;
    z-index: 10;
    left: 40px;
  }
  .card.card-liste .card-content .card-titre {
    max-width: initial;
  }
  .card.card-liste .card-content .reference {
    position: initial;
  }
}
.agence_file.liste-agences {
  padding: 20px 0;
}
.agence_file.liste-agences .map_agence {
  height: 400px;
  margin-bottom: 20px;
}
.agence_file.liste-agences .map_agence .leaflet-container {
  z-index: 5;
}
.agence_file.liste-agences .map_agence .card-window {
  width: 300px;
}
.agence_file.liste-agences .map_agence .card-window .window-text .window-img {
  width: 20%;
  float: left;
}
.agence_file.liste-agences .map_agence .card-window .window-text .window-adresse {
  width: 80%;
  padding-left: 10px;
  float: left;
}
.agence_file.liste-agences .map_agence .card-window .window-text .window-adresse > p:not(:first-child) {
  margin: 5px 0 0;
}
.agence_file.liste-agences .map_agence .card-window .window-text:after {
  content: '';
  display: table;
  clear: both;
}
.agence_file.liste-agences .map_agence .card-window .window-bien {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 5px 0;
}
.agence_file.liste-agences .map_agence .card-window .window-bien > * {
  font-size: 12px;
  color: #595959;
  text-decoration: underline;
}
.agence_file.liste-agences .map_agence .card-window .window-plus {
  text-align: right;
}
.agence_file.liste-agences .map_agence .card-window .window-plus > * {
  font-size: 12px;
}
.agence_file.liste-agences .map_agence .card-window .window-plus > *:not(:first-child) {
  margin-left: 5px;
}
.agence_file.liste-agences .agences {
  margin-bottom: 20px;
}
.agence_file.liste-agences .agences > * {
  margin-top: 15px;
}
.agence_file.liste-agences .agences .fiche_agence {
  position: relative;
  background: #fff;
}
.agence_file.liste-agences .agences .fiche_agence .card-image .img_agence {
  display: block;
}
.agence_file.liste-agences .agences .fiche_agence .card-image .img_agence > span {
  display: block;
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
.agence_file.liste-agences .agences .fiche_agence .card-image .img_agence > span > img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.agence_file.liste-agences .agences .fiche_agence .card-stacked .card-content,
.agence_file.liste-agences .agences .fiche_agence .card-stacked .card-action {
  padding: 12px 20px;
}
.agence_file.liste-agences .agences .fiche_agence .card-stacked h2 {
  color: #5f706f;
  margin: 0 0 10px;
  font-size: 1.1rem;
  font-weight: 700;
}
.agence_file.liste-agences .agences .fiche_agence .card-stacked .description > * {
  font-size: 1.1rem;
}
.agence_file.liste-agences .agences .fiche_agence .card-stacked .btn_agence {
  margin-top: auto;
}
.agence_file.liste-agences .agences .fiche_agence .card-stacked .btn_agence :not(:first-child) {
  margin-top: 5px;
}
.agence_file.liste-agences .agences .fiche_agence .btn_detail {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 10px 20px;
  background: #CCA839;
  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, color, box-shadow;
  -moz-transition-property: background-color, color, box-shadow;
  -o-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
}
.agence_file.liste-agences .agences .fiche_agence .btn_detail:hover {
  background-color: #917725;
}
.agence_file.liste-agences .agences .fiche_agence .btn_detail:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #68551b;
}
.agence_file.page-agence {
  width: 1330px;
  margin: 0 auto;
  padding: 20px 0;
}
.agence_file.page-agence .agence_left {
  position: relative;
  margin-bottom: 20px;
  background: #fff;
}
.agence_file.page-agence .agence_left > h1 {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #5f706f;
}
.agence_file.page-agence .agence_left .titre-horaire,
.agence_file.page-agence .agence_left .trombi_agence h3 {
  font-weight: 700;
  font-size: 1rem;
}
.agence_file.page-agence .agence_left .trombi_agence {
  margin-top: 20px;
  padding-bottom: 20px;
}
.agence_file.page-agence .agence_left .trombi_agence > h2 {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-family: roboto-light;
  font-size: 1.2em;
  color: #5f706f;
  border-bottom: 1px dashed #595959;
}
.agence_file.page-agence .agence_left .trombi_agence .liste-agents {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.agence_file.page-agence .agence_left .trombi_agence .liste-agents > div {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 3px;
  width: 23.5%;
  text-align: center;
  margin-top: 20px;
}
.agence_file.page-agence .agence_left .trombi_agence .liste-agents > div.imgPaysage {
  width: 49%;
}
.agence_file.page-agence .agence_left .trombi_agence .liste-agents > div:not(:nth-of-type(4n+1)) {
  margin-left: 2%;
}
.agence_file.page-agence .agence_left .trombi_agence .liste-agents > div p {
  color: #5f706f;
}
.agence_file.page-agence .agence_left .trombi_agence .liste-agents > div a {
  color: #fff;
}
.agence_file.page-agence .agence_left .trombi_agence .liste-agents > div > img {
  max-height: 200px;
  display: block;
  margin: 0 auto;
}
.agence_file.page-agence .agence_left .map_agence {
  width: 100%;
  height: 300px;
}
.agence_file.page-agence .agence_left .map_agence .leaflet-pane {
  z-index: 1;
}
.agence_file.page-agence .agence_left .map_agence .leaflet-control-container > * {
  z-index: 2;
}
.agence_file.page-agence .agence_right {
  position: relative;
  float: left;
  padding: 5px 0;
  background-color: #FFF;
}
.agence_file.page-agence .agence_right > * {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #beb200;
  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, color, box-shadow;
  -moz-transition-property: background-color, color, box-shadow;
  -o-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
}
.agence_file.page-agence .agence_right > *:hover {
  background-color: #f2f2f2;
}
.agence_file.page-agence .agence_right > *:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #d9d9d9;
}
.agence_file.page-agence .agence_right .btn_contact {
  margin-bottom: 45px;
  font-size: 1.4em;
}
.agence_file.page-agence .agence_right .adresse:before {
  font-family: saxo;
  content: 'x';
}
.agence_file.page-agence .agence_right .tel_agence:before {
  content: 'M';
  font-family: saxo;
  font-size: 1.2rem;
  margin-right: 10px;
}
.agence_file.page-agence .agence_right .btn_transaction::before,
.agence_file.page-agence .agence_right .btn_location::before,
.agence_file.page-agence .agence_right .btn_neuf::before,
.agence_file.page-agence .agence_right .btn_vacances::before,
.agence_file.page-agence .agence_right .btn_mailto::before {
  font-family: saxo;
  font-size: 1.2rem;
  margin-right: 10px;
}
.agence_file.page-agence .agence_right .btn_transaction:before {
  content: '¨';
}
.agence_file.page-agence .agence_right .btn_mailto:before {
  content: 'i';
}
.agence_file.page-agence .agence_right .btn_location:before {
  content: ';';
}
.agence_file.page-agence .agence_right .btn_neuf:before {
  content: '^';
}
.agence_file.page-agence .agence_right .btn_vacances:before {
  content: '£';
}
.agence_file.page-agence .agence_right a {
  color: inherit;
}
@media (max-width: 1280px) {
  .agence_file.liste-agences,
  .agence_file.page-agence {
    width: auto;
    margin: 0;
  }
}
@media (max-width: 900px) {
  .agence_file.liste-agences .agences {
    width: 100%;
    float: none;
  }
  .agence_file.page-agence .agence,
  .agence_file.page-agence .localiserSite {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 680px) {
  .agence_file.page-agence .agence_left .trombi_agence .liste-agents > div {
    width: 32%;
  }
  .agence_file.page-agence .agence_left .trombi_agence .liste-agents > div:not(:nth-of-type(4n+1)) {
    margin-left: 0;
  }
  .agence_file.page-agence .agence_left .trombi_agence .liste-agents > div:not(:nth-of-type(3n+1)) {
    margin-left: 2%;
  }
}
@media (max-width: 480px) {
  .agence_file.liste-agences .agences .fiche_agence .img_agence {
    width: 100%;
    float: none;
  }
  .agence_file.liste-agences .agences .fiche_agence .right_fiche {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .agence_file.liste-agences .agences .fiche_agence .btn_detail {
    position: relative;
    display: block;
    text-align: center;
    right: 0;
    bottom: 0;
    margin-top: 10px;
  }
  .agence_file.liste-agences .agences .fiche_agence > .clear {
    display: none;
  }
  .agence_file.page-agence .agence_left .img_first,
  .agence_file.page-agence .agence_left .coordonnees {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .agence_file.page-agence .agence_left .btn_bien_agence {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .agence_file.page-agence .agence_left .trombi_agence .liste-agents > div {
    width: 100%;
  }
  .agence_file.page-agence .agence_left .trombi_agence .liste-agents > div:not(:nth-of-type(3n+1)) {
    margin-left: 0;
  }
}
.contenu_file.liste-contenus {
  padding: 30px 0;
}
.contenu_file.liste-contenus .contenus .rurbrique-titre {
  font-size: 1.4rem;
}
.contenu_file.liste-contenus .contenus .article1 {
  padding: 10px;
  background: #fff;
}
.contenu_file.liste-contenus .contenus .article1 > p {
  padding: 10px 0;
}
.contenu_file.liste-contenus .contenus .article2 {
  padding: 10px;
  background: #fff;
}
.contenu_file.liste-contenus .contenus .article2 > a {
  float: left;
  width: 49%;
}
.contenu_file.liste-contenus .contenus .article2 > div {
  float: left;
  width: 49%;
  margin-left: 2%;
}
.contenu_file.liste-contenus .contenus .article2 > div p {
  padding: 0 0 10px;
}
.contenu_file.liste-contenus .contenus .article1,
.contenu_file.liste-contenus .contenus .article2 {
  margin-top: 15px;
}
.contenu_file.liste-contenus .contenus .article1 > a > span,
.contenu_file.liste-contenus .contenus .article2 > a > span {
  display: block;
  width: 100%;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}
.contenu_file.liste-contenus .contenus .article1 > a > span > img,
.contenu_file.liste-contenus .contenus .article2 > a > span > img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.contenu_file.liste-contenus .contenus .article1 > h2,
.contenu_file.liste-contenus .contenus .article2 > h2 {
  padding-bottom: 10px;
  color: #5f706f;
}
.contenu_file.liste-contenus .contenus .article1 .lire_suite,
.contenu_file.liste-contenus .contenus .article2 .lire_suite {
  color: #595959;
  font-weight: bold;
}
.contenu_file.liste-contenus .contenus-equipe .card {
  display: block;
}
.contenu_file.liste-contenus .contenus-equipe .card > img {
  display: block;
  width: 100%;
}
.contenu_file.liste-contenus .contenus-equipe .card .card-content {
  padding: 10px 2px;
}
.contenu_file.page-contenu {
  padding: 30px 0;
}
.contenu_file.page-contenu .contenu {
  position: relative;
  background: #fff;
}
.contenu_file.page-contenu .contenu .contenu-header {
  margin-bottom: 15px;
}
.contenu_file.page-contenu .contenu .contenu-header .titre {
  font-size: 1.4rem;
  color: #5f706f;
  float: left;
}
.contenu_file.page-contenu .contenu .contenu-header .btn_contact {
  float: right;
}
.contenu_file.page-contenu .contenu .contenu-header:after {
  content: "";
  display: table;
  clear: both;
}
.contenu_file.page-contenu .contenu .contenu-txt a {
  color: #595959;
  -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.page-contenu .contenu .contenu-txt a:hover {
  color: #3e3e3e;
}
.contenu_file.page-contenu .contenu .contenu-txt a:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  color: #2d2d2d;
}
.contenu_file.page-contenu .contenu .contenu-txt img {
  padding: 10px;
}
.contenu_file.page-contenu .contenu .contenu-txt h1,
.contenu_file.page-contenu .contenu .contenu-txt h2,
.contenu_file.page-contenu .contenu .contenu-txt h3,
.contenu_file.page-contenu .contenu .contenu-txt h4,
.contenu_file.page-contenu .contenu .contenu-txt h5,
.contenu_file.page-contenu .contenu .contenu-txt h6 {
  margin-top: 0;
}
.contenu_file.page-contenu .contenu .contenu-txt h1:not(:first-child),
.contenu_file.page-contenu .contenu .contenu-txt h2:not(:first-child),
.contenu_file.page-contenu .contenu .contenu-txt h3:not(:first-child),
.contenu_file.page-contenu .contenu .contenu-txt h4:not(:first-child),
.contenu_file.page-contenu .contenu .contenu-txt h5:not(:first-child),
.contenu_file.page-contenu .contenu .contenu-txt h6:not(:first-child) {
  margin: 0.5em 0;
}
.contenu_file.page-contenu .contenu .contenu-txt p:not(:first-child) {
  margin-top: 1rem;
  margin-bottom: 0;
  line-height: 1.4rem;
}
.contenu_file.page-contenu .contenu .contenu-txt ol:not(:first-child),
.contenu_file.page-contenu .contenu .contenu-txt ul:not(:first-child),
.contenu_file.page-contenu .contenu .contenu-txt dl:not(:first-child) {
  margin-top: 1rem;
  margin-bottom: 0;
}
.contenu_file.page-contenu .contenu .contenu-txt ol > li,
.contenu_file.page-contenu .contenu .contenu-txt ul > li,
.contenu_file.page-contenu .contenu .contenu-txt dl > li {
  list-style-type: initial;
}
.contenu_file.page-contenu .contenu .contenu-txt ol li > *,
.contenu_file.page-contenu .contenu .contenu-txt ul li > *,
.contenu_file.page-contenu .contenu .contenu-txt dl li > * {
  display: inline-block;
}
.contenu_file.page-contenu .contenu .contenu-txt ol li:not(:first-child),
.contenu_file.page-contenu .contenu .contenu-txt ul li:not(:first-child),
.contenu_file.page-contenu .contenu .contenu-txt dl li:not(:first-child) {
  margin-top: 10px;
}
.contenu_file.page-contenu .contenu .contenu-txt ol ol,
.contenu_file.page-contenu .contenu .contenu-txt ul ul,
.contenu_file.page-contenu .contenu .contenu-txt ol ul,
.contenu_file.page-contenu .contenu .contenu-txt ul ol {
  margin-bottom: 0;
}
.contenu_file.page-contenu .contenu .source_contenu {
  margin-top: 10px;
  font-size: 0.7em;
}
.contenu_file.page-contenu .contenu .source_contenu a {
  color: #595959;
  -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.page-contenu .contenu .source_contenu a:hover {
  color: #3e3e3e;
}
.contenu_file.page-contenu .contenu .source_contenu a:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  color: #2d2d2d;
}
.contenu_file.page-contenu .contenu .source_contenu p:not(:first-child) {
  margin-top: 0;
}
.contenu_file.page-contenu .contenu .btn_articles {
  margin-top: 15px;
}
.contenu_file.page-contenu .more_content .last_article {
  padding: 15px;
  border-radius: 2px;
}
.contenu_file.page-contenu .more_content .last_article > h3 {
  font-size: 1.5rem;
  margin: 0 0 20px;
}
.contenu_file.page-contenu .more_content .last_article > div {
  margin: 20px 0;
}
.contenu_file.page-contenu .more_content .last_article > div > h4 {
  display: inline-block;
  font-size: 1rem;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.contenu_file.page-contenu .more_content .last_article > div > p {
  color: #6b6b6b;
}
.contenu_file.page-contenu .more_content .last_article > div a {
  font-weight: 700;
}
.contenu_file.page-contenu .more_content .bloc_newsletter {
  padding: 15px;
  border-radius: 2px;
}
.contenu_file.page-contenu .more_content .bloc_newsletter h3 {
  font-size: 1.6rem;
  line-height: 1.8rem;
}
.contenu_file.page-contenu .more_content .bloc_newsletter > span {
  margin-top: 10px;
}
.contenu_file.page-demande {
  width: 1330px;
  margin: 0 auto;
}
.contenu_file.alerte_mail {
  padding: 20px 0;
}
.page-annonces {
  padding: 20px 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;
}
@media (max-width: 1100px) {
  .contenu_file.liste-contenus,
  .contenu_file.page-contenu {
    width: auto;
  }
  .contenu_file.liste-contenus {
    margin: 20px 10px;
  }
}
@media (max-width: 1024px) {
  .contenu_file.liste-contenus .contenus .article1 .lire_suite,
  .contenu_file.liste-contenus .contenus .article2 .lire_suite {
    display: block;
    text-align: center;
    padding: 5px;
    margin-top: 10px;
    border: 1px solid;
  }
}
@media (max-width: 680px) {
  .contenu_responsive {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    height: auto !important;
  }
}
@media (max-width: 480px) {
  .contenu_file.liste-contenus .contenus .article2 > a,
  .contenu_file.liste-contenus .contenus .article2 > div {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .contenu_file.liste-contenus .contenus .article2 > div {
    margin-top: 20px;
  }
  .contenu_file.liste-contenus .contenus .article2 > .clear {
    display: none;
  }
  .contenu_file.page-contenu .more_content .last_article > div > a {
    display: block;
  }
  .contenu_file.page-contenu .contenu .contenu-header .btn_contact,
  .contenu_file.page-contenu .contenu .contenu-header .titre {
    float: none;
  }
  .contenu_file.page-contenu .contenu .contenu-header .btn_contact {
    text-align: center;
  }
}
input:not([type]):focus:not([readonly]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]):focus:not([readonly]) {
  border-bottom: 1px solid #beb200;
  -webkit-box-shadow: 0 1px 0 0 #beb200;
  box-shadow: 0 1px 0 0 #beb200;
}
.error {
  position: absolute;
  top: 0;
  font-size: 10px;
  color: #FF0000;
}
.error:not([style*="display: none"]) ~ input:not([type]):not([readonly]),
.error:not([style*="display: none"]) ~ input[type=text]:not(.browser-default):not([readonly]),
.error:not([style*="display: none"]) ~ input[type=password]:not(.browser-default):not([readonly]),
.error:not([style*="display: none"]) ~ input[type=email]:not(.browser-default):not([readonly]),
.error:not([style*="display: none"]) ~ input[type=url]:not(.browser-default):not([readonly]),
.error:not([style*="display: none"]) ~ input[type=time]:not(.browser-default):not([readonly]),
.error:not([style*="display: none"]) ~ input[type=date]:not(.browser-default):not([readonly]),
.error:not([style*="display: none"]) ~ input[type=datetime]:not(.browser-default):not([readonly]),
.error:not([style*="display: none"]) ~ input[type=datetime-local]:not(.browser-default):not([readonly]),
.error:not([style*="display: none"]) ~ input[type=tel]:not(.browser-default):not([readonly]),
.error:not([style*="display: none"]) ~ input[type=number]:not(.browser-default):not([readonly]),
.error:not([style*="display: none"]) ~ input[type=search]:not(.browser-default):not([readonly]),
.error:not([style*="display: none"]) ~ textarea.materialize-textarea:not([readonly]) {
  border-bottom: 1px solid #FF0000;
  -webkit-box-shadow: 0 1px 0 0 #FF0000;
  box-shadow: 0 1px 0 0 #FF0000;
}
.select2-container--default .select2-selection--single {
  border-radius: 2px;
}
.select2-container--default .select2-selection--multiple {
  border-radius: 0;
}
.select2-container-multi .select2-choices .select2-search-field input {
  height: initial;
}
.select2-results {
  font-size: 0.8rem;
}
.select2-results .select2-highlighted {
  background: rgba(0, 0, 0, 0.08);
  color: #000;
}
.select2-container-multi {
  border-radius: 0;
  height: 3rem;
  line-height: 3rem;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  padding: 0;
  font-size: 14px;
  color: #191919;
}
.select2-container-multi .select2-choices {
  border: none;
  height: 100% !important;
  overflow: auto;
}
.select2-container-multi .select2-choices .select2-search-field {
  line-height: 14px;
}
.select2-container-multi .select2-choices .select2-search-field input {
  border: 0 !important;
  box-shadow: none !important;
}
.select2-container {
  margin: 0 0 8px 0;
}
.select2-container .select2-choice {
  background-image: none;
  border-radius: 0;
  height: 3rem;
  line-height: 3rem;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  padding: 0;
  font-size: 14px;
  color: #191919;
}
.select2-container .select2-choice .select2-arrow b {
  background: none;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.87);
  margin-top: calc(1.5rem - 5px);
}
.select2-container .select2-choice.select2-default > .select2-chosen {
  display: none;
}
.select2-container .select2-choice abbr {
  top: 15px;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-drop {
  border: 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);
}
.select2-drop .select2-search {
  padding: 4px;
}
.select2-drop .select2-search > input {
  padding: 10px 5px;
  font-family: roboto;
  margin: 0;
  border: 1px solid #d0d0d0;
}
.select2-dropdown-open .select2-choice {
  background-color: inherit;
}
.select2-container .select2-choice .select2-arrow {
  background: none;
  border-left: 0;
}
.select2-container-multi .select2-choices {
  background-image: none;
}
.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;
}
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  resize: vertical;
}
.formulaire_file.form_recrutement {
  width: 1100px;
  margin: 20px auto;
  position: relative;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.formulaire_file.form_recrutement > h3 {
  margin-bottom: 20px;
}
.formulaire_file.form_recrutement form .btn_file {
  padding: 10px 0;
  width: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
  color: #595959;
  background: #CCA839;
  -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, color, box-shadow;
  -moz-transition-property: background-color, color, box-shadow;
  -o-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
}
.formulaire_file.form_recrutement form .btn_file:hover {
  background-color: #917725;
}
.formulaire_file.form_recrutement form .btn_file:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #68551b;
}
.formulaire_file.form_recrutement form .btn_file:after {
  content: attr(data-after);
  font-family: saxo;
  font-size: 1.4em;
  display: block;
}
.formulaire_file.form_recrutement form .btn_file.has_file:after {
  font-family: roboto;
  font-size: 0.7em;
}
.formulaire_file.form_recrutement form .btn_recrutement {
  padding: 5px;
  font-size: 1.1em;
  background: #CCA839;
  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, color, box-shadow;
  -moz-transition-property: background-color, color, box-shadow;
  -o-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
}
.formulaire_file.form_recrutement form .btn_recrutement:hover {
  background-color: #917725;
}
.formulaire_file.form_recrutement form .btn_recrutement:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #68551b;
}
.formulaire_file.page-metier {
  width: 800px;
  margin: 20px auto;
}
.formulaire_file.page-metier .demande {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
}
.formulaire_file.page-metier .demande .titre-projet {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .formulaire_file.page-metier .demande .titre-projet {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
.formulaire_file.page-metier .demande .bloc_select_projet {
  float: left;
  padding: 0 0.75rem;
  width: 50%;
}
@media (max-width: 480px) {
  .formulaire_file.page-metier .demande .bloc_select_projet {
    width: 100%;
  }
  .formulaire_file.page-metier .demande .bloc_select_projet .input-field {
    margin-top: 0;
  }
}
.formulaire_file.page-metier .message_envoi {
  padding: 20px;
  text-align: center;
}
.formulaire_file.form_middle {
  width: 800px;
  margin: 20px auto;
  position: relative;
  padding: 15px;
}
.formulaire_file.form_middle h3 {
  line-height: 56px;
  margin: 1rem 0 0;
  font-size: 1.8rem;
}
.formulaire_file.form_middle textarea {
  min-height: 100px;
}
.formulaire_file.form_middle form .row .col {
  position: relative;
}
.formulaire_file.form_middle form .row .col > div {
  position: relative;
}
.formulaire_file.form_middle .obligatoire {
  margin-top: 15px;
}
.formulaire_file.form_middle .message_envoi {
  padding: 20px;
}
.formulaire_file .form_alerte {
  width: 800px;
  margin: 20px auto;
  position: relative;
  padding: 30px;
}
.consentement_refus {
  font-size: 0.8rem;
  color: #FF0000;
  display: none;
}
.consentement_input {
  margin-bottom: 20px;
}
.consentement_input .error {
  position: initial;
}
.lienMentions {
  text-align: justify;
  font-size: 0.7rem;
  margin-top: 10px;
}
.mentionA {
  font-weight: bold;
  color: #595959;
}
.noUi-connect {
  background: #5f706f;
}
.noUi-horizontal .noUi-handle {
  width: 25px;
  height: 25px;
  left: -13px;
  top: -5px;
}
.noUi-handle {
  border: 1px solid #999;
}
.noUi-target {
  border: 1px solid #BBB;
}
.noUi-handle:after,
.noUi-handle:before {
  height: 12px;
  left: 9px;
  background: #999;
  top: 6px;
}
.noUi-handle:after {
  left: 14px;
}
.rappelPrix {
  font-size: 1em;
  font-weight: bold;
}
.rappelPrix .prixDispo {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 5px 5px 5px 10px;
  cursor: pointer;
  display: block;
  color: #fff;
  background-color: #CCA839;
}
.rappelPrix .prixDispo a {
  color: #fff !important;
  background-color: transparent;
}
.rappelPrix .prixDispo:hover {
  background-color: #7e6721;
}
.rappelPrix .prixDispo::before {
  font-family: melody;
  content: "y";
  color: #fff;
  margin-right: 5px;
}
.formulaire_detail > .row {
  padding: 10px 0;
}
.formulaire_detail .titreFormRight {
  cursor: pointer;
}
.formulaire_detail .titreFormRight h3 {
  font-size: 1.1em;
  margin-bottom: 5px;
}
.formulaire_detail .titreFormRight h3 + span {
  font-size: 1em;
}
.formulaire_detail .formRight {
  margin-top: 15px;
}
.formulaire_detail .titre_popup {
  margin: 5px 0 15px;
}
.formulaire_detail .input-field {
  margin-top: 0.5rem;
}
.formulaire_detail .btn_form {
  margin-top: 10px;
}
/*
** CUSTOM MATERIALIZE
*/
.check-field {
  position: relative;
  margin: 0.3rem 0 0.8rem;
}
.check-field .error {
  top: -10px;
  left: 10px;
}
label {
  color: #212121;
}
@media (max-width: 1100px) {
  .formulaire_file.page-metier,
  .formulaire_file.form_recrutement {
    width: auto;
    margin: 10px;
  }
}
@media (max-width: 1024px) {
  .formulaire_file.page-metier .demande .radio-metier {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .formulaire_file.page-metier .demande .radio-metier > div {
    width: 32%;
  }
  .formulaire_file.page-metier .demande .radio-metier > div:not(:first-of-type) {
    margin-left: 0;
  }
  .formulaire_file.page-metier .demande .radio-metier > div:not(:nth-child(3n + 1)) {
    margin-left: 2%;
  }
  .formulaire_file.page-metier .demande .radio-metier > div:nth-child(n + 4) {
    margin-top: 10px;
  }
}
@media (max-width: 800px) {
  .formulaire_file.form_middle {
    width: auto;
    margin: 20px 10px;
    padding: 10px;
  }
  .formulaire_file.form_middle .obligatoire {
    font-size: 0.7rem;
  }
}
@media (max-width: 480px) {
  .formulaire_file.page-metier .demande .radio-metier > div {
    width: 100%;
  }
  .formulaire_file.page-metier .demande .radio-metier > div:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }
  .formulaire_file.page-metier .demande .radio-metier > div:not(:first-child) {
    margin-top: 10px;
  }
  .formulaire_file.page-metier .demande .bloc_form_metier > div {
    width: 100%;
  }
  .formulaire_file.page-metier .demande .bloc_form_metier > div:not(:first-child) {
    margin-top: 10px;
  }
  .formulaire_file.page-metier .demande .bloc_form_metier > div.double {
    width: 100%;
  }
  .consentement_input > p {
    display: inline-block;
  }
  .consentement_input > p:not(:first-child) {
    margin-left: 10px;
  }
  .consentement_input > p label [type="radio"]:not(:checked) + span,
  .consentement_input > p label [type="radio"]:checked + span {
    padding-left: 25px;
  }
}
@page {
  size: A4;
  margin: 0;
}
.iframe-print .fancybox-content {
  width: 262.91666667mm;
  height: 297mm;
}
.page_print_file {
  position: relative;
  width: 210mm;
  height: 297mm;
  padding: 5mm 5mm 15mm;
  overflow: hidden;
  margin: 0 auto;
}
.page_print_file.no-height-limit {
  height: auto;
}
.page_print_file .header-print {
  height: 20mm;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.page_print_file .header-print .logo-print {
  height: 20mm;
  padding: 1mm;
  margin-right: 5mm;
}
.page_print_file .header-print .logo-print > img {
  max-height: 100%;
  max-width: 50mm;
}
.page_print_file .header-print .title-print {
  height: 20mm;
  line-height: 20mm;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
}
.page_print_file .header-print .title-print h1,
.page_print_file .header-print .title-print h2,
.page_print_file .header-print .title-print h3,
.page_print_file .header-print .title-print h4,
.page_print_file .header-print .title-print h5 {
  margin-bottom: 0;
}
.page_print_file .main-img-print {
  position: relative;
  margin-bottom: 5mm;
}
.page_print_file .main-img-print > span {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.page_print_file .main-img-print > span > img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page_print_file .main-img-print .etiquette {
  position: absolute;
  display: inline-block;
  width: auto;
  top: 30px;
  padding: 10px;
  font-size: 1.2rem;
  background-color: #FFF;
  border-radius: 0 6px 6px 0;
}
.page_print_file .main-img-print .etiquette.exclusive {
  font-size: 1.4rem;
  text-transform: uppercase;
}
.page_print_file .main-img-print .title-img-print {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.page_print_file .main-img-print .title-img-print > p {
  background-color: #CCA839;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
}
.page_print_file .main-img-print .title-img-print > p > b {
  display: block;
  font-weight: normal;
}
.page_print_file .main-img-print .title-img-print.programme-print > p > b {
  font-size: 1.2rem;
}
.page_print_file .detail-bien-print > *:not(:first-child) {
  margin-top: 3mm;
  padding-top: 3mm;
  margin-bottom: 3mm;
  border-top: 1px solid #DDD;
}
.page_print_file .detail-bien-print > *.loi_alur {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 0.75rem;
}
.page_print_file .detail-bien-print > *.description-print p {
  font-size: 0.8rem;
  line-height: 1.2rem;
  max-height: 8.4rem;
  overflow: hidden;
}
.page_print_file .detail-bien-print > *.description-print p.no_prestation {
  overflow: visible;
}
.page_print_file .detail-bien-print > *.criteres .critere {
  margin-top: 1mm;
  margin-bottom: 1mm;
}
.page_print_file .detail-bien-print > *.criteres .critere > p {
  box-shadow: none;
}
.page_print_file .detail-bien-print > *.dpe-print .conso-print {
  font-size: 0.8rem;
}
.page_print_file .detail-bien-print > *.prestation-print > div {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.page_print_file .detail-bien-print > *.prestation-print > div > div {
  -webkit-flex: 1;
  flex: 1;
  padding: 2mm;
  border: 1px solid #CCC;
}
.page_print_file .detail-bien-print > *.prestation-print > div > div p {
  font-size: 0.8rem;
  line-height: 1.2rem;
  max-height: 15.2rem;
  overflow: hidden;
}
.page_print_file .detail-bien-print > *.prestation-print > div > div:not(:first-child) {
  margin-left: 5mm;
}
.page_print_file .detail-bien-print > *.info_ville .map-print {
  height: 60mm;
}
.page_print_file .detail-bien-print > * .liste_lots table.link tbody tr td > a,
.page_print_file .detail-bien-print > * .liste_lots table.link tbody tr td span {
  padding: 5px;
}
.page_print_file .detail-bien-print > * h2 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.page_print_file .photos-print .photo-print > span {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.page_print_file .photos-print .photo-print > span > img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page_print_file .photos-print .photo-print:nth-child(n + 3) {
  margin-top: 5mm;
}
.page_print_file .annexe-print h2 {
  font-size: 1.4rem;
  font-weight: 700;
}
.page_print_file .annexe-print > div {
  margin-bottom: 3mm;
}
.page_print_file .agence-print {
  position: absolute;
  width: calc(100% - 10mm);
  bottom: 0;
  padding-bottom: 2mm;
  text-align: center;
  background-color: #FFF;
}
.modal.popup-xs {
  width: 400px;
}
.modal.popup-s {
  width: 600px;
}
.modal.popup-m {
  width: 800px;
}
.modal.popup-l {
  width: 1024px;
}
/*****************/
/* == FORMULAIRE */
/*****************/
.formulaire_popup h3 {
  margin: 0.5rem 0;
}
.formulaire_popup .titre_popup {
  color: #5f706f;
}
.formulaire_popup .btn_ok {
  background: #CCA839;
  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, color, box-shadow;
  -moz-transition-property: background-color, color, box-shadow;
  -o-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
}
.formulaire_popup .btn_ok:hover {
  background-color: #917725;
}
.formulaire_popup .btn_ok:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #68551b;
}
.formulaire_popup .btn_ko {
  background: #999;
  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, color, box-shadow;
  -moz-transition-property: background-color, color, box-shadow;
  -o-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
}
.formulaire_popup .btn_ko:hover {
  background-color: #6b6b6b;
}
.formulaire_popup .btn_ko:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #4d4d4d;
}
.formulaire_popup .modal-content > .row {
  margin-bottom: 0;
}
.formulaire_popup .labelOptin {
  font-size: 0.8rem;
  color: #595959;
}
.formulaire_popup .divider {
  margin: 5px 0 5px 0.75rem;
  width: calc(100% - 1.5rem);
}
.formulaire_popup .lienMentions {
  margin-top: 10px;
}
.formulaire_popup .consentement_input {
  margin-bottom: 30px;
}
/*********************/
/* == Selection Bien */
/*********************/
/*****SELECTION*******/
.selection-popup .selection-tabs {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}
.selection-popup .selection-tabs .tab {
  -webkit-flex: 1;
  flex: 1;
}
.selection-popup .selection-tabs .tab > a {
  padding: 0;
  color: rgba(89, 89, 89, 0.8);
  font-size: 1em;
}
.selection-popup .selection-tabs .tab > a:hover,
.selection-popup .selection-tabs .tab > a.active {
  background-color: transparent;
  color: #595959;
}
.selection-popup .selection-tabs .tab > a > span {
  position: relative;
}
.selection-popup .selection-tabs .tab > a > span.has_biens:after {
  content: attr(data-nb);
  position: absolute;
  top: -10px;
  right: -16px;
  color: #595959;
  background-color: #FFF;
  border-radius: 3px;
  width: 15px;
  height: 15px;
  font-size: 0.7rem;
  line-height: 15px;
}
.selection-popup .selection-tabs .indicator {
  background-color: #595959;
}
.selection-popup .annonces .s-minifiche {
  position: relative;
}
.selection-popup .annonces .s-minifiche .s-photo {
  position: relative;
}
.selection-popup .annonces .s-minifiche .s-photo > a {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.selection-popup .annonces .s-minifiche .s-photo > a > img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.selection-popup .annonces .s-minifiche .s-photo .etiquette {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.9rem;
  max-width: 100%;
  padding: 5px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
}
.selection-popup .annonces .s-minifiche .s-description {
  padding: 10px;
}
.selection-popup .annonces .s-minifiche .s-description .s-prix {
  font-weight: bold;
}
.selection-popup .annonces .s-minifiche .suppr_bien {
  font-family: saxo;
  position: absolute;
  top: -13px;
  right: -13px;
  cursor: pointer;
  font-size: 0.7rem;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  text-align: center;
  color: #FFF;
  background-color: #CCA839;
  -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, color, box-shadow;
  -moz-transition-property: background-color, color, box-shadow;
  -o-transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow;
}
.selection-popup .annonces .s-minifiche .suppr_bien:hover {
  background-color: #917725;
}
.selection-popup .annonces .s-minifiche .suppr_bien:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #68551b;
}
.selection-popup .btn-selection > * {
  font-family: melody;
  font-size: 20px;
  border-radius: 5px;
  margin: 0 4px;
}
.selection-popup #popup .flash-notice {
  text-align: center;
  font-weight: bold;
}
.popup_reseau {
  margin: auto;
}
.popup_reseau .pseudo-reseau {
  color: #fff;
  font-size: 20px;
  white-space: nowrap;
}
.popup_calculette .titre_popup_calculette {
  color: #5f706f;
}
.popup_calculette .dataInput {
  position: relative;
}
.popup_calculette .dataInput:after {
  content: attr(data-input);
  position: absolute;
  right: 15px;
  top: 12px;
  color: #888;
}
.popup_calculette .btn_calculette {
  height: 46px;
  line-height: 23px;
  width: 100%;
}
/********************/
/*** == Téléphone  **/
/********************/
.popup_telephone .numeroTelephone {
  color: #595959;
  font-size: 20px;
  white-space: nowrap;
  text-decoration: underline;
}
.popup_telephone h2 {
  font-size: 0.9em;
}
#tabPhone tr td:first-child {
  width: 60%;
}
/***********************/
/****** CALCULETTE *****/
/***********************/
#pop_up_calculette {
  background-color: #fff;
  vertical-align: middle;
}
#pop_up_calculette form div > div > div {
  padding: 0px 0 15px 0px;
}
#pop_up_calculette span {
  font-size: 14px;
  text-align: left;
  font-weight: normal;
  color: #333;
}
#pop_up_calculette form div span {
  display: block;
  float: left;
}
#pop_up_calculette form div span:first-of-type {
  width: 60%;
}
#pop_up_calculette form div span:last-of-type {
  width: 40%;
}
#pop_up_calculette form div span:last-of-type input {
  height: 30px;
  width: 80%;
  font-size: 17px;
  border-radius: 5px;
  border-width: 1px;
}
#pop_up_calculette .titre_form_calc {
  box-shadow: 0 1px 0 #D1CDCD;
  display: block;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  padding: 0.7rem;
  text-align: center;
  width: auto;
  font-weight: bold;
}
#pop_up_calculette button {
  width: auto ! important;
  padding: 5px 10px;
  font-size: 100%;
  margin: 5px 0 0;
  background: #CCA839;
  color: #fff;
}
#annuler {
  margin-right: 10px;
}
.fancybox-caption {
  text-align: center;
}
@media (max-width: 1024px) {
  .modal.popup-l {
    width: 95%;
  }
}
@media (max-width: 800px) {
  .modal.popup-m {
    width: 95%;
  }
}
@media (max-width: 600px) {
  .modal.popup-s {
    width: 95%;
  }
}
@media (max-width: 480px) {
  .popup_telephone .numeroTelephone {
    font-size: 15px;
    white-space: nowrap;
  }
  .annoncesContent .miniFiche {
    width: 96%;
  }
  .selection-popup .selection-tabs {
    overflow-x: inherit;
    overflow-y: inherit;
    flex-wrap: wrap;
    height: auto;
  }
  .selection-popup .selection-tabs .tab > a {
    padding: 0 20px;
  }
  .selection-popup .selection-tabs .tab > a.active {
    background: #d9d9d9;
  }
  .selection-popup .selection-tabs .indicator {
    display: none;
  }
  .selection-popup .btn-selection {
    display: -webkit-flex;
    display: flex;
  }
  .selection-popup .btn-selection > * {
    -webkit-flex: 1;
    flex: 1;
    padding: 0;
  }
  .popup_calculette .btn_calculette {
    font-size: 11px;
  }
}
@media (max-width: 400px) {
  .modal.popup-xs {
    width: 95%;
  }
  .popup_calculette .btn_calculette {
    font-size: 9px;
    padding: 0 5px;
  }
}
/*Conteneur*/
/*Font*/
/* Padding top image */
/*Color*/
/*Background*/
/* Style contenu */
/* Fin style contenu */
/* Style form */
/* Fin style form */
.menu .telephoneSite,
.menu .btn_menu {
  background-color: rgba(51, 51, 51, 0.7);
  color: #fff;
}
.menu .telephoneSite #nav-icon span,
.menu .btn_menu #nav-icon span {
  background-color: #fff;
}
.toolbox {
  background: rgba(255, 255, 255, 0.6);
}
.toolbox #toggle-tool {
  color: #333;
}
.toolbox #list-tool > * {
  color: #333;
}
.toolbox > span:hover {
  background: rgba(255, 255, 255, 0.9);
}
.toolbox > div > *:hover {
  background: rgba(255, 255, 255, 0.9);
}
.index_file.main_block .flex_main .container_main .logo > img {
  padding: 15px;
  background-color: rgba(51, 51, 51, 0.6);
}
.index_file.main_block .flex_main .container_main .btn_presentation_diapo > * {
  width: 150px;
  border: 1px solid #fff;
  color: #fff;
  background-color: rgba(51, 51, 51, 0.6);
}
.index_file.main_block .flex_main .container_main .btn_presentation_diapo > *:hover {
  background-color: rgba(51, 51, 51, 0.9);
}
.index_file.contenu_index > div {
  padding: 20px 0;
}
.index_file.contenu_index > div .rubric_list h2,
.index_file.contenu_index > div .content_list h2 {
  color: #5f706f;
  margin-bottom: 20px;
  line-height: 2.3rem;
  font-size: 2.1rem;
  text-transform: uppercase;
}
.index_file.contenu_index > div .content_view > h3 {
  color: #5f706f;
  font-weight: bold;
}
.index_file.contenu_index > div.one_content_full > .content_desc {
  top: 15px;
  height: calc(100% - 30px);
}
.index_file.contenu_index > div.one_content_full > .content_desc.z-depth-2 .read {
  color: #fff;
  float: right;
  margin: 10px;
}
.index_file.contenu_index > div .content_list h2 {
  line-height: 2.3rem;
  font-size: 2.1rem;
  text-transform: uppercase;
}
.index_file.contenu_index > div .rubric_list {
  background: #F5F5F5;
  padding: 5px 0;
  margin-bottom: 5px;
}
.index_file.contenu_index.mise_en_avant {
  padding: 20px 0;
}
.index_file.contenu_index.mise_en_avant #mise_en_avant h2 {
  color: #5f706f;
  margin-bottom: 20px;
  line-height: 2.3rem;
  font-size: 2.1rem;
  text-transform: uppercase;
}
.index_file.contenu_index.class_bloc_6 {
  background-color: #F5F5F5;
}
.index_file.contenu_index > div.one_content_full > .content_desc {
  padding: 10px 15px;
}
.index_file.contenu_index > div.one_content_full > .content_desc .read {
  color: #595959;
}
.index_file.contenu_index.mise_en_avant {
  background: #F5F5F5;
}
.index_file.liste_bien_file.mise_en_avant.contenu_index #mise_en_avant .card .card-content {
  min-height: 230px;
}
.btn_presentation_index:not(:first-child) {
  margin-left: 50px;
}
.liste_bien_file .liste_annonce .count_biens {
  color: #5f706f;
}
.liste_bien_file .liste_annonce .card.card-liste .card-content .card-titre {
  color: #CCA839;
}
.liste_bien_file .liste_annonce .card.card-liste .card-content .card-titre .commune,
.liste_bien_file .liste_annonce .card.card-liste .card-content .card-titre .cp {
  color: #595959;
}
.btn_share .selectionBien.added > i,
.btn_share .selectionBien:hover > i {
  color: #CCA839;
}
.bien_vide a {
  color: #CCA839;
}
.liste_bien_file .selectionBien.added > i,
.liste_bien_file .selectionBien:hover > i {
  color: #CCA839;
}
.biens_similaires .selectionBien.added > i,
.biens_similaires .selectionBien:hover > i {
  color: #CCA839;
}
.bandeau_suite.empty,
.bandeau_bien.empty {
  background-color: #fff;
}
[type="checkbox"]:checked + span:not(.lever):before {
  border-right: 2px solid #CCA839;
  border-bottom: 2px solid #CCA839;
}
body > header .header_inner {
  background-color: rgba(51, 51, 51, 0);
  margin: 0;
  padding: 0;
}
body > header .header_inner .header_right {
  -webkit-justify-content: space-around;
  justify-content: space-around;
  width: 300px;
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0.7);
}
body > header .header_inner .header_right > span {
  color: #333d40;
}
body > header .header_inner .logo {
  top: 0;
  max-width: none;
  max-height: 100px;
}
body > header .header_inner .logo img {
  background-color: rgba(51, 51, 51, 0.6);
}
@media (max-width: 1680px) {
  body.body_suite.scrolled > header .header_inner .logo {
    height: 50px;
  }
}
@media only screen and (max-width: 600px) {
  body > header .header_inner .header_right {
    width: 100%;
    padding-right: 15px;
  }
  body > header .header_inner .header_right * {
    margin-left: auto;
  }
}
.bloc_secteur {
  padding: 0 0.5rem;
}
.bloc_secteur > .col {
  position: relative;
  padding: 0 0.25rem;
  margin-bottom: 0.5rem;
}
.bloc_secteur > .col .secteur > span {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.bloc_secteur > .col .secteur > span > img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bloc_secteur > .col .secteur h3 {
  margin: 0;
}
.bloc_secteur > .col .secteur > a {
  display: block;
  position: absolute;
  top: 0;
  right: 0.25rem;
  left: 0.25rem;
  padding: 0.25rem 0.25rem 0 0;
  height: 100%;
  text-align: right;
  z-index: 5;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  color: #fff;
  font-weight: 500;
  background-color: rgba(21, 23, 44, 0.2);
}
.bloc_secteur > .col .secteur > a > span {
  font-size: 90%;
}
.bloc_secteur > .col .secteur > a:hover {
  background-color: transparent;
  color: #fff;
  font-weight: 500;
}
.bloc_secteur > .col .row {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.bloc_secteur > .col .row > .col {
  padding: 0 0.25rem;
}
.bloc_secteur .valign-wrapper {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.infos_bien .tabs_infos .tabs {
  display: flex;
}
.infos_bien .tabs_infos .tabs .tab {
  flex: 1;
}
.infos_bien .tabs_infos .tabs .indicator {
  background-color: #CCA839;
}
.selection-popup .selection-tabs .indicator {
  background-color: #CCA839;
}
.selection-popup .annonces .s-minifiche .s-photo .etiquette {
  color: #CCA839;
}
.btn:hover,
.btn-large:hover,
.btn-small:hover,
.leaflet-container.btn:hover {
  background-color: darker(#CCA839, 20);
}
.fil_ariane .lienPrecedent {
  color: #595959;
}
.contenu_file.liste-contenus .contenus .article1 .lire_suite,
.contenu_file.liste-contenus .contenus .article2 .lire_suite {
  background-color: #CCA839;
  text-decoration: none;
  color: #fff;
  text-align: center;
  letter-spacing: 0.5px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -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);
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  font-size: 14px;
  outline: 0;
}
.contenu_file.liste-contenus .contenus .article1 .lire_suite:hover,
.contenu_file.liste-contenus .contenus .article2 .lire_suite:hover {
  background-color: #f44;
}
.contenu_file.liste-contenus .contenus .rurbrique-titre {
  color: #5f706f;
}
.agence_file.liste-agences h1,
.agence_file.page-agence h1 {
  color: #5f706f;
}
.scrollToTop {
  background-color: #5f706f;
}
.popup_telephone .numeroTelephone {
  color: #5f706f;
}
.card.card-liste .card-image .etiquette,
.card.card-vignette .card-image .etiquette {
  color: #beb200;
  background-color: rgba(255, 255, 255, 0.8);
}
.map_view .moteur_encart .choix_mode {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
}
.modal .modal-content {
  padding: 15px;
}
.body_suite .container-detail .infos_bien #description a {
  color: #CCA839;
  text-decoration: underline;
}
.body_suite .container-detail .infos_bien #equipements .tabs-content a {
  color: #beb200;
}
.body_suite .container-detail .infos_bien #equipements .tabs-content a > i:before {
  color: #595959;
  content: 'm';
  font-family: saxo;
  font-style: normal;
  margin-right: 10px;
}
.body_suite .container-detail .infos_bien #equipements .tabs-content a:hover {
  color: #ff0000;
}
.nous_rencontrer .nous_rencontrer_left > h2 {
  color: #5f706f;
}
.contact_bien .btn_lien_site {
  display: none;
}
article.infos_generales {
  background-color: #EFEFEF;
  margin-top: 15px;
}
article.infos_generales.container > .row > * {
  text-align: center;
  display: block;
  padding: 10px 15px;
  border-top: 1px solid #333;
}
@media only screen and (min-width: 601px) {
  article.infos_generales.container > .row > * {
    border-top: 1px solid #333;
  }
  article.infos_generales.container > .row > *:not(:first-child) {
    border-left: 0px;
  }
  article.infos_generales.container > .row > *:nth-child(even) {
    border-left: 1px solid #333;
  }
}
@media only screen and (min-width: 993px) {
  article.infos_generales.container > .row > * {
    border-top: 0;
  }
  article.infos_generales.container > .row > *:not(:first-child) {
    border-left: 1px solid #333;
  }
}
article.infos_generales .icon_programme {
  font-style: normal;
  font-family: saxo;
  font-size: 36px;
  display: block;
  margin-bottom: 10px;
}
article.infos_generales .icon_programme:before {
  content: '^';
}
article.infos_generales .icon_prix {
  font-style: normal;
  font-family: saxo;
  font-size: 36px;
  display: block;
  margin-bottom: 10px;
}
article.infos_generales .icon_prix:before {
  content: '+';
}
article.infos_generales .icon_livraison {
  font-style: normal;
  font-family: saxo;
  font-size: 36px;
  display: block;
  margin-bottom: 10px;
}
article.infos_generales .icon_livraison:before {
  content: 'f';
}
article.infos_generales .icon_programme {
  font-style: normal;
  font-family: saxo;
  font-size: 36px;
  display: block;
  margin-bottom: 10px;
}
article.infos_generales .icon_programme:before {
  content: '^';
}
.tabs_infos ul:not(.browser-default) > li {
  list-style-type: initial;
}
@media (max-width: 1500px) {
  .contenu_file.page-contenu .container {
    width: 90%;
  }
}
@media (max-width: 900px) {
  #mise_en_avant.row .col.m6 {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .index_file.main_block .flex_main .container_main .btn_presentation_diapo {
    display: flex;
  }
  .infos_bien .btn_lien_site {
    height: auto;
  }
}
@media (max-width: 480px) {
  .index_file.main_block .flex_main .container_main .logo > img {
    max-height: 175px;
    max-width: 175px;
  }
  .index_file.main_block .flex_main .container_main .btn_presentation_diapo {
    margin-top: 75px;
    flex-direction: column;
  }
  .index_file.main_block .flex_main .container_main .btn_presentation_diapo a {
    margin: 15px auto;
  }
  .popup_telephone .row .col {
    padding: 0;
    font-size: 15px;
  }
  .popup_telephone .row .col.s12 {
    width: 50%;
  }
}
