@charset "UTF-8";
/*
Theme Name: RCH Immobilier
Theme URI: http://rchimmobilier.com
Author: Créaforge
Author URI: http://creaforge.fr
Version: 1.1
*/
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  TYPO  */
html {
  font-family: "Avenir", "San Francisco", "Helvetica Neue", "Segoe UI", "Roboto", "Trebuchet MS", sans-serif;
  line-height: 1.8;
  font-size: 16px;
  color: #6a6a6a;
  font-weight: 400;
}

body {
  margin: 0;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

figure {
  margin: 0;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

h1,
.h1,
h2,
.h2,
h3 {
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin: 0;
  color: #313131;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small {
  font-weight: lighter;
  font-size: 30px;
  color: #6a6a6a;
  display: block;
}

h1,
.h1 {
  font-size: 300%;
}

h2 {
  font-size: 200%;
}

a {
  background-color: transparent;
  color: #000;
  text-decoration: none;
}
a:active, a:hover {
  outline-width: 0;
}

@media screen and (max-width: 800px) {
  html {
    font-size: 14px;
  }
  h1, .h1 {
    font-size: 35px;
  }
  h2, .h2 {
    font-size: 25px;
  }
}
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  MAIN  */
.wrap {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 5vmin;
}

@media screen and (max-width: 800px) {
  body {
    padding-top: 50px;
  }
}
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  VENDU  */
.vendu {
  position: absolute;
  color: #fff;
  transform: rotate(-45deg);
  z-index: 50;
  padding: 10px 0;
  text-align: center;
  width: 400px;
  top: 225px;
  left: -50px;
  background: linear-gradient(to right, #000, #4c5871);
  transform-origin: top left;
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 800px) {
  .vendu {
    width: 200px;
    top: 110px;
    left: -25px;
    padding: 5px 0;
    font-size: 10px;
  }
}
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  BUTTONS  */
button,
.btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  font: inherit;
  background-color: #000;
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2));
  color: white;
  padding: 10px 30px;
  line-height: 25px;
  border-radius: 30px;
  transition: background-color 0.15s ease-out;
  box-shadow: 0 0 1px rgba(49, 49, 49, 0.16), 0 10px 20px rgba(49, 49, 49, 0.16), 0 20px 40px -10px rgba(49, 49, 49, 0.192);
  cursor: pointer;
  border: none;
}
button.secondary,
.btn.secondary {
  background-color: #313131;
}
button.inverted,
.btn.inverted {
  background-color: white;
  color: #000;
}
button.inverted:hover,
.btn.inverted:hover {
  background-color: #000;
  color: white;
}
button:hover,
.btn:hover {
  background-color: white;
  color: #000;
}
button:hover:after,
.btn:hover:after {
  transform: translateX(10px);
  opacity: 0.4;
  transform-origin: left center;
}
button:after,
.btn:after {
  display: inline-block;
  opacity: 0.6;
  content: " → ";
  margin-left: 10px;
  transition: all 0.12s ease-out;
  font-size: 120%;
}
button + button, button + .btn,
.btn + button,
.btn + .btn {
  margin-left: 20px;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  MAP  */
#carte {
  min-height: 400px;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  IFRAMES  */
.responsiveIframeWrapper {
  position: relative;
  padding-bottom: 45%;
  width: 100%;
  height: 0;
}
.responsiveIframeWrapper video,
.responsiveIframeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  PRINT STYLES  */
@media print {
  footer {
    display: none;
  }
  #mainHeader {
    text-align: center;
    padding: 20px;
  }
  #mainHeader nav,
  #mainHeader #menuMobileToggle {
    display: none;
  }
  #mainHeader img {
    max-width: 300px;
  }
  .galerie {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 50px;
  }
  .galerie nav {
    display: none;
  }
  .galerie .slide {
    position: static;
    flex: 0 0 45%;
    opacity: 1;
    margin-bottom: 10px;
  }
  #single-bien .presentationBien {
    display: block;
  }
  #single-bien .prix {
    font-size: 30px;
    text-align: center;
  }
  #single-bien .caracteristiques {
    text-align: center;
  }
  #single-bien .caracteristiques li {
    display: inline-block;
    margin: 20px;
  }
  .sideBySide .content {
    flex: 1;
  }
  iframe {
    display: none;
  }
}
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  LAZY LOAD  */
.lazy-load {
  opacity: 0.2;
  transition: opacity 0.4s;
}
.lazy-load.is-loaded {
  opacity: 1;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  CALL TO ACTION  */
.callToAction {
  position: relative;
  margin-top: -4px;
}
.callToAction .content {
  padding: 30vmin 5vmin 5vmin;
  position: relative;
  z-index: 3;
}
.callToAction img {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.callToAction p {
  font-size: 20px;
}
.callToAction .background {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(transparent, white);
}
.callToAction .btn {
  margin: 20px 0 0 0;
}
.callToAction .listingFilters {
  margin-top: 20px;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  DOUBLE SECTION  */
.double-section h2 {
  margin-bottom: 20px;
}
.double-section > * {
  position: relative;
}
.double-section > * > *:first-child {
  margin-top: 0;
}
.double-section > * > *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 800px) {
  .double-section {
    display: flex;
  }
  header {
    flex: 0 0 340px;
    padding-right: 20px;
    margin-right: 5vmin;
    border-right: 1px solid #dbdbdb;
  }
}
@media screen and (max-width: 800px) {
  header {
    margin-bottom: 20px;
  }
}
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  FITTED IMAGES  */
.fittedImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: -1;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  LAZY LOAD  */
.lazy-load {
  opacity: 0.2;
  transition: opacity 0.4s;
}
.lazy-load[data-loaded] {
  opacity: 1;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  NAV  */
#mainHeader {
  box-shadow: 0 0 1px rgba(49, 49, 49, 0.16), 0 10px 20px rgba(49, 49, 49, 0.16), 0 20px 40px -10px rgba(49, 49, 49, 0.192);
  width: 100vw;
  position: relative;
  z-index: 100;
}
#mainHeader nav ul {
  margin: 0;
  padding: 0;
}
#mainHeader nav li {
  list-style: none;
}
#mainHeader nav a {
  display: block;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: none;
  color: #313131;
}
#mainHeader svg {
  vertical-align: middle;
}

#menuMobileToggle {
  width: 20px;
  height: 19px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  right: 20px;
  top: 16px;
}
#menuMobileToggle span {
  display: block;
  height: 3px;
  border-radius: 3px;
  background-color: #313131;
  transition: all 0.3s;
  transform: rotate(0) scale(1) translate(0, 0);
  transform-origin: top left;
  opacity: 1;
}
#menuMobileToggle.active span:nth-child(1) {
  transform: rotate(45deg) scale(1.2) translate(1px, -2px);
}
#menuMobileToggle.active span:nth-child(2) {
  opacity: 0;
}
#menuMobileToggle.active span:nth-child(3) {
  transform: rotate(-45deg) scale(1.2);
}

@media screen and (min-width: 1100px) {
  #mainHeader .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #mainHeader svg {
    display: inline-block;
    width: 120px;
    height: auto;
  }
  #mainHeader li {
    display: inline-block;
  }
  #mainHeader li.current-menu-item a {
    border-bottom-color: #6a6a6a;
  }
  #mainHeader a {
    line-height: 60px;
    border-bottom: 3px solid transparent;
    transition: border-bottom-color 0.3s ease-out;
    padding: 0 1vw;
  }
  #mainHeader a:hover {
    border-bottom-color: #6a6a6a;
    color: #000;
  }
}
@media screen and (max-width: 1100px) {
  #mainHeader {
    width: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    box-shadow: 0 0 10px black;
  }
  #mainHeader .wrap {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #mainHeader .wrap:after {
    display: none;
    content: "";
    width: 27px;
    height: 27px;
    background-color: black;
    position: absolute;
    top: 10px;
    right: 0;
  }
  #mainHeader svg {
    height: 27px;
    width: auto;
  }
  #mainHeader nav {
    border-top: 1px solid #dbdbdb;
  }
  #mainHeader a {
    padding: 10px 0;
  }
  #mainMenu {
    display: none;
    margin-top: 10px;
  }
  #mainMenu.active {
    display: block;
  }
}
@media screen and (min-width: 1100px) {
  #menuMobileToggle {
    display: none;
  }
}
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  ILLUSTRATED HEADER  */
.illustrated-header {
  position: relative;
  padding: 40vmin 5vmin 5vmin;
  margin-bottom: 10vmin;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
}
.illustrated-header h1,
.illustrated-header p {
  max-width: 800px;
  color: white;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.6), 0 2px 5px rgba(0, 0, 0, 0.6), 0 6px 20px rgba(0, 0, 0, 0.8);
}
.illustrated-header p {
  font-size: 20px;
  line-height: 1.1;
}
.illustrated-header.center h1,
.illustrated-header.center p {
  margin-left: auto;
  margin-right: auto;
}

.notFound {
  text-align: center;
  padding-top: 10vh;
  padding-bottom: 20vh;
}
.notFound img {
  max-width: 700px;
  margin: 10vh -10vw 10vh 20px;
}

.dpeGesGraph {
  padding-right: 60px;
  width: 280px;
  position: relative;
}
.dpeGesGraph .bar {
  line-height: 18px;
  position: relative;
  margin-bottom: 1px;
  font-size: 10px;
  padding-left: 10px;
  font-weight: bold;
  color: #fff;
}
.dpeGesGraph .bar:after {
  content: "";
  border-style: solid;
  border-color: transparent transparent transparent black;
  border-width: 9px;
  position: absolute;
  left: 100%;
}
.dpeGesGraph .value {
  position: absolute;
  display: block;
  padding: 0 10px;
  left: calc(100% + 25px);
  top: 0;
  background-color: black;
}
.dpeGesGraph .value:after {
  border-color: transparent black transparent transparent;
  left: auto;
  right: 100%;
}
.dpeGesGraph .overlay {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  padding-left: 10px;
}
.dpeGesGraph .graph-A {
  width: 30%;
}
.dpeGesGraph .graph-B {
  width: 40%;
}
.dpeGesGraph .graph-C {
  width: 50%;
}
.dpeGesGraph .graph-D {
  width: 60%;
}
.dpeGesGraph .graph-E {
  width: 70%;
}
.dpeGesGraph .graph-F {
  width: 80%;
}
.dpeGesGraph .graph-G {
  width: 90%;
}

.dpe .graph-A {
  background-color: #3bbd32;
}
.dpe .graph-A:after {
  border-left-color: #3bbd32;
}
.dpe .graph-B {
  background-color: #67BD2F;
}
.dpe .graph-B:after {
  border-left-color: #67BD2F;
}
.dpe .graph-C {
  background-color: #98bd33;
}
.dpe .graph-C:after {
  border-left-color: #98BD33;
}
.dpe .graph-D {
  background-color: #bdad32;
}
.dpe .graph-D:after {
  border-left-color: #BDAD32;
}
.dpe .graph-E {
  background-color: #bd7b32;
}
.dpe .graph-E:after {
  border-left-color: #BD7B32;
}
.dpe .graph-F {
  background-color: #BD5527;
}
.dpe .graph-F:after {
  border-left-color: #bd5527;
}
.dpe .graph-G {
  background-color: #bd2c24;
}
.dpe .graph-G:after {
  border-left-color: #bd2c24;
}

.ges .graph-A {
  background-color: #e5b0f6;
}
.ges .graph-A:after {
  border-left-color: #e5b0f6;
}
.ges .graph-B {
  background-color: #ce96e3;
}
.ges .graph-B:after {
  border-left-color: #ce96e3;
}
.ges .graph-C {
  background-color: #b76bd5;
}
.ges .graph-C:after {
  border-left-color: #b76bd5;
}
.ges .graph-D {
  background-color: #ac4bd4;
}
.ges .graph-D:after {
  border-left-color: #ac4bd4;
}
.ges .graph-E {
  background-color: #ac29cf;
}
.ges .graph-E:after {
  border-left-color: #ac29cf;
}
.ges .graph-F {
  background-color: #9902c7;
}
.ges .graph-F:after {
  border-left-color: #9902c7;
}
.ges .graph-G {
  background-color: #8600c9;
}
.ges .graph-G:after {
  border-left-color: #8600c9;
}

.galerieWrap {
  position: relative;
  overflow: hidden;
}

.main-content {
  position: relative;
  z-index: 2;
  display: flex;
  margin-top: -15vh;
}
.main-content .price-box {
  display: flex;
  flex-direction: column;
  background-color: #313131;
  padding: 20px;
  margin-right: 5vmin;
  line-height: 1;
  margin-bottom: 20px;
}
.main-content .price-box .status {
  font-size: 20px;
  color: #ff6c3f;
  font-weight: bold;
}
.main-content .price-box div {
  color: white;
  opacity: 0.8;
  margin-bottom: 10px;
}
.main-content .price-box .aPartirDe {
  font-size: 16px;
  color: white;
  opacity: 0.8;
  line-height: 0.6;
}
.main-content .price-box .price {
  font-size: 45px;
  opacity: 1;
  color: white;
}
.main-content .price-box .btn {
  margin-top: auto;
}

.dpeGesContainer {
  display: flex;
  flex-wrap: wrap;
}

.conso-energie header div {
  line-height: 1.1;
  margin-bottom: 10px;
}
.conso-energie header div span {
  display: block;
  font-weight: bold;
  color: #6a6a6a;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 20px;
}
.gallery-grid > div {
  position: relative;
  height: 230px;
  box-shadow: 0 0 1px rgba(49, 49, 49, 0.16), 0 10px 20px rgba(49, 49, 49, 0.16), 0 20px 40px -10px rgba(49, 49, 49, 0.192);
  cursor: pointer;
}
.gallery-grid img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#single-bien .callToAction {
  height: 50vh;
  overflow: hidden;
}
#single-bien.protected form {
  padding: 10vmin;
}
#single-bien section {
  margin-bottom: 100px;
}
#single-bien h1 {
  margin: 0 0 50px;
}
#single-bien .presentationBien {
  display: flex;
}
#single-bien .excerpt {
  font-weight: bold;
}
#single-bien .caracteristiques {
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
}
#single-bien .caracteristiques li {
  line-height: 40px;
  margin-bottom: 20px;
}
#single-bien .caracteristiques img {
  width: 35px;
  vertical-align: middle;
  margin-right: 20px;
}

@media screen and (min-width: 800px) {
  .price-box {
    flex: 0 0 340px;
  }
}
@media screen and (max-width: 800px) {
  .main-content {
    flex-direction: column-reverse;
  }
}
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  DISTRIBUTION  */
.distribution header {
  line-height: 1.4;
}
.distribution .rooms-summary {
  margin-top: 20px;
}
.distribution h3 {
  margin-bottom: 20px;
}
.distribution .floors {
  display: flex;
}
.distribution .floors > * {
  flex: 1;
}
.distribution .floors > *:not(:last-child) {
  margin-right: 20px;
}
.distribution .room {
  margin-bottom: 10px;
  line-height: 1.1;
}
.distribution .surface {
  color: #6a6a6a;
}
.distribution .comment {
  display: block;
  font-size: 14px;
  color: #6a6a6a;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  PLANS  */
.plans .box {
  position: relative;
}
.plans .box:before {
  content: "";
  background: url(/wp-content/themes/rch/img/logo-rch-immobilier.svg) no-repeat bottom 10px center;
  background-size: 20%;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.5;
}
.plans nav {
  margin: 20px 0;
}
.plans nav a {
  display: block;
  padding: 10px;
  color: #000;
  cursor: pointer;
}
.plans nav a.active {
  background-color: #dbdbdb;
}
.plans img {
  display: none;
}
.plans img.active {
  display: block;
}

#single-bien .single-bien-contact {
  line-height: 1.1;
  background-color: #313131;
  color: white;
  padding-top: 5vmax;
  padding-bottom: 5vmax;
  position: relative;
  margin-bottom: 0;
}
#single-bien .single-bien-contact:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 200vw;
  top: 0;
  left: -100vw;
  z-index: -1;
  background-color: #313131;
}
#single-bien .single-bien-contact h2 {
  margin-bottom: 20px;
  color: white;
}
#single-bien .single-bien-contact .methodes {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
#single-bien .single-bien-contact .methodes .btn {
  margin: 0;
}
#single-bien .single-bien-contact svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.honoraires {
  text-align: center;
  margin: 5px auto;
  font-size: 90%;
  margin-top: 8vmax;
  opacity: 0.8;
}
.honoraires a {
  color: white;
  text-decoration: underline;
}

.archive-bien-item {
  position: relative;
  background-color: rgba(219, 219, 219, 0.12);
  margin-bottom: 5vmin;
  overflow: hidden;
}
.archive-bien-item h2 {
  margin: 0;
  font-weight: 400;
  transition: color 0.2s;
}
.archive-bien-item .prix {
  color: #6a6a6a;
}
.archive-bien-item .description {
  display: block;
  padding: 5vmin;
  flex: 1;
}

.triAnnonces {
  margin-bottom: 10px;
  font-size: 13px;
  color: #6a6a6a;
}
.triAnnonces a {
  margin-left: 10px;
}
.triAnnonces a.active {
  text-decoration: underline;
}

.summary-metas {
  display: flex;
  line-height: 1.1;
  color: #6a6a6a;
}
.summary-metas > div {
  display: flex;
}
.summary-metas > div:not(:last-child) {
  margin-right: 40px;
}
.summary-metas img {
  width: 50px;
  margin-right: 15px;
}
.summary-metas strong {
  display: block;
}

@media screen and (min-width: 800px) {
  .archive-bien-item {
    display: flex;
  }
  .archive-bien-item .bien-slider {
    width: 50%;
    height: 450px;
  }
  .archive-bien-item .prix {
    font-size: 40px;
  }
  .listeBiens a:hover h2 {
    color: #000;
  }
  .triAnnonces {
    font-size: 16px;
    text-align: right;
  }
  .summary-metas > div {
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .archive-bien-item .bien-slider {
    height: 250px;
  }
  .archive-bien-item .prix {
    font-weight: bold;
  }
  .archive-bien-item h2 {
    font-size: 120%;
    font-weight: bold;
  }
  .archive-bien-item .description {
    padding: 10px;
  }
  .summary-metas {
    margin-top: 10px;
  }
  .summary-metas img {
    display: none;
  }
}
.post-content {
  max-width: 800px;
  margin: 0 auto 100px;
}
.post-content img {
  max-width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.post-content h2 {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.post-content h2:not(:first-child) {
  margin-top: 50px;
}

.alignright {
  float: right;
  margin-right: -30vw;
  margin-left: 50px;
}

@media screen and (max-width: 800px) {
  .singular-header h1 {
    font-size: 30px;
  }
  .post-content {
    margin-top: 20px;
  }
}
.listingFilters {
  position: relative;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.12), 0 0 20px rgba(0, 0, 0, 0.18);
}
.listingFilters > * + * {
  border-left: 1px solid #dbdbdb;
}
.listingFilters #applyFilters {
  display: flex;
  padding: 0 20px;
  background: white;
  color: #6a6a6a;
  align-items: center;
}
.listingFilters #applyFilters svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: currentColor;
  transform: scale(1);
  opacity: 1;
  transition: all 0.2s;
}
.listingFilters #applyFilters:hover svg {
  transform: scale(1.5);
  opacity: 0.7;
}
.listingFilters #applyFilters:active {
  background: #000;
}
.listingFilters #applyFilters.changed {
  background: linear-gradient(to right, #000, #4c5871);
  color: white;
}

.dropdown {
  padding: 10px 20px 15px;
  position: relative;
  z-index: 5;
  transition: all 0.2s ease-out;
  background-color: #fff;
  line-height: 1;
  cursor: pointer;
  filter: none;
}
.dropdown:after {
  content: "▾";
  color: #6a6a6a;
  position: absolute;
  right: 20px;
  bottom: 15px;
  font-size: 20px;
  margin-top: -15px;
  transition: all 0.2s;
}
.dropdown .value {
  color: #000;
  cursor: pointer;
  font-weight: bold;
  margin-top: 5px;
}
.dropdown .title {
  display: block;
  margin: 0 10px 10px;
  color: #6a6a6a;
  font-weight: bold;
}
.dropdown .dual {
  display: flex;
  min-width: 300px;
}
.dropdown .dual > div {
  flex: 1;
}
.dropdown .dual > div:first-child {
  border-right: 1px solid #dbdbdb;
  padding-right: 20px;
}
.dropdown .dual > div:last-child {
  padding-left: 20px;
}
.dropdown a {
  display: block;
  padding: 7px 10px;
  cursor: pointer;
  transition: background-color 0.2s ease-out;
}
.dropdown a:hover {
  background-color: #dbdbdb;
}
.dropdown .choices {
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 20px 10px;
  min-width: 100%;
  line-height: 1;
  background-color: #fff;
  white-space: nowrap;
  border-top: 1px solid #dbdbdb;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.3s;
  pointer-events: none;
}
.dropdown.visible {
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.12)) drop-shadow(0 0 5px rgba(0, 0, 0, 0.12)) drop-shadow(0 0 20px rgba(0, 0, 0, 0.18));
  z-index: 20;
}
.dropdown.visible .choices {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.dropdown.visible::after {
  transform: rotate(90deg);
}

@media screen and (min-width: 800px) {
  .listingFilters {
    display: flex;
  }
  .listingFilters > div {
    flex: 1;
  }
}
@media screen and (max-width: 800px) {
  #applyFilters span {
    padding: 10px 0;
  }
}
.plusDeDisponibilites {
  text-align: center;
}
.plusDeDisponibilites .btn {
  margin-top: 50px;
}
.plusDeDisponibilites img,
.plusDeDisponibilites p {
  max-width: 700px;
  margin: 50px auto;
}
.plusDeDisponibilites img {
  display: block;
}

.bien-slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.bien-slider figure {
  height: 100%;
  position: relative;
}
.bien-slider img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #313131;
}
.bien-slider span {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  opacity: 0.7;
  font-size: 60px;
  color: white;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
}
.bien-slider span:hover {
  opacity: 1;
}
.bien-slider span:before {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  text-shadow: 0 0 10px black;
}
.bien-slider span.prev {
  left: 0;
}
.bien-slider span.prev:before {
  content: "←";
  left: 20px;
}
.bien-slider span.next {
  right: 0;
}
.bien-slider span.next:before {
  right: 20px;
  text-align: right;
  content: "→";
}

.bien-slider-modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 100;
  padding: 5vmin;
  background-color: #313131;
  color: white;
  display: none;
}
.bien-slider-modal img {
  object-fit: contain;
}
.bien-slider-modal .close-button {
  text-align: right;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}
.bien-slider-modal .close-button:hover {
  color: #6a6a6a;
}
.bien-slider-modal .close-button span {
  font-size: 50px;
  vertical-align: sub;
}
.bien-slider-modal.open {
  display: block;
}

.subCta {
  margin-top: 10vmin;
}
.subCta h2 {
  text-align: center;
  margin-bottom: 5vmin;
}

.cta-slider {
  width: 100vw;
  height: 75vh;
  min-height: 530px;
  position: relative;
}
.cta-slider * {
  color: white;
}
.cta-slider .slide {
  position: absolute;
  padding: 10vh 5vw 100px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #313131;
}
.cta-slider .slide .contents {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
  line-height: 1.4;
}
.cta-slider .slide .text {
  max-width: 460px;
}
.cta-slider .slide .text h2 {
  margin-bottom: 15px;
}
.cta-slider .slide .buttons {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  margin-top: 20px;
  white-space: nowrap;
}
.cta-slider .slide .buttons .btn {
  margin-left: 0;
}
.cta-slider .slide .price {
  font-size: 28px;
}
.cta-slider .slide img,
.cta-slider .slide video,
.cta-slider .slide .mask {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.cta-slider .slide .mask {
  background: linear-gradient(to right, rgba(49, 49, 49, 0.8), transparent 70%);
  mix-blend-mode: multiply;
  z-index: -1;
}
.cta-slider .slide .btn {
  width: max-content;
  margin-top: 10px;
  background-color: rgba(49, 49, 49, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.cta-slider .slide .btn:hover {
  color: white;
}
.cta-slider .slide .controls {
  position: absolute;
  bottom: -30px;
  display: flex;
  color: white;
  align-items: center;
  padding-top: 20px;
}
.cta-slider .slide .controls a {
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 40px;
}
.cta-slider .slide .controls a:hover {
  background-color: rgba(49, 49, 49, 0.6);
}
.cta-slider .slide .controls .count {
  margin: 0 10px;
}
.cta-slider h2 {
  font-size: 30px;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(49, 49, 49, 0.6), 0 0 15px rgba(49, 49, 49, 0.6);
}

.aLaUne {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  grid-gap: 20px;
}
.aLaUne a {
  color: white;
  position: relative;
  height: 250px;
  border-radius: 3px;
  overflow: hidden;
  transition: box-shadow 0.2s ease-out;
}
.aLaUne a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.aLaUne a:hover img {
  transform: scale(1.05);
}
.aLaUne a > div {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 0 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-shadow: 0 3px 10px #2c2d42;
  color: white;
  font-weight: bold;
}
.aLaUne a > div > * {
  position: relative;
  z-index: 2;
}
.aLaUne img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transform: scale(1);
  transition: transform 1s ease-out;
}
.aLaUne h3 {
  color: white;
  font-weight: bold;
  font-size: 30px;
  margin-top: 20px;
}

.selectionAgence {
  background-color: #dbdbdb;
  padding: 5vmin;
  border-radius: 4px;
  background: linear-gradient(to right, #dbdbdb, transparent), url("/wp-content/themes/rch/img/selection-agence.jpg");
  background-size: cover;
  background-position: center center;
}
.selectionAgence p {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 5vmin;
}

.callToAction.index-cta * {
  color: white;
}
.callToAction.index-cta .content {
  padding: 10vmin 5vmin;
}
.callToAction.index-cta span {
  display: block;
}
.callToAction.index-cta h1, .callToAction.index-cta p {
  max-width: 500px;
}
.callToAction.index-cta .background {
  background: linear-gradient(to right, #313131, rgba(49, 49, 49, 0));
}

@media screen and (max-width: 800px) {
  .callToAction.index-cta {
    line-height: 1.1;
  }
  .callToAction.index-cta .background {
    background: rgba(49, 49, 49, 0.8);
  }
}
.contact-bloc {
  box-shadow: 0 10px 50px -10px rgba(49, 49, 49, 0.12), 0 20px 70px -20px rgba(49, 49, 49, 0.2);
}
.contact-bloc h2 {
  margin-top: 0;
}
.contact-bloc.sideBySide {
  margin-left: -50px;
  margin-right: -50px;
}
.contact-bloc.sideBySide .content {
  padding-left: 50px;
  flex: 1;
}
.contact-bloc #carte {
  flex: 2;
}

#pagination {
  text-align: center;
  display: flex;
}

@media screen and (min-width: 800px) {
  #pagination {
    padding: 100px 0;
    justify-content: center;
  }
  #pagination a,
  #pagination span {
    margin: 0 10px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
  }
  #pagination a.pageNum,
  #pagination span.pageNum {
    width: 50px;
    border-radius: 100%;
    box-shadow: 0 0 1px black;
  }
  #pagination a.active,
  #pagination span.active {
    background-color: #dbdbdb;
    color: #313131;
    pointer-events: none;
  }
  #pagination a:hover {
    color: #000;
  }
}
@media screen and (max-width: 800px) {
  #pagination {
    justify-content: space-between;
    padding: 50px 0;
  }
  #pagination .pageNum,
  #pagination span {
    display: none;
  }
}
.listedPost {
  display: flex;
  margin-top: 7vmin;
  border-radius: 2px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.12), 0 10px 50px -10px rgba(0, 0, 0, 0.12), 0 20px 70px -20px rgba(0, 0, 0, 0.2);
}
.listedPost figure {
  position: relative;
  flex: 1;
}
.listedPost img {
  width: 100%;
  border-radius: 0 3px 3px 0;
}
.listedPost .content {
  padding: 7vmin;
}
.listedPost h2 {
  margin-top: 0;
  margin-bottom: 7vmin;
}
.listedPost h2:after {
  content: "";
  display: block;
  border-bottom: 3px solid #6a6a6a;
  padding-top: 7vmin;
  width: 20%;
}
.listedPost a {
  margin-top: 50px;
}

@media screen and (min-width: 800px) {
  .listedPost h2 {
    font-size: 40px;
  }
  .listedPost .content {
    flex: 1;
  }
  .listedPost a {
    float: right;
  }
}
@media screen and (max-width: 800px) {
  .listedPost {
    flex-flow: column-reverse;
  }
  .listedPost figure {
    flex: 0 0 250px;
  }
}
.contact .double-section {
  margin-top: 100px;
}
.contact .double-section header {
  flex: 0 0 40%;
}
.contact .double-section header > * {
  margin-bottom: 20px;
}
.contact .double-section a {
  display: block;
}
.contact .exterieur-agence {
  height: 400px;
  width: 100%;
}
.contact .gps-links a {
  background-color: #dbdbdb;
  color: #313131;
  display: inline-flex;
  line-height: 1.1;
  margin-top: 20px;
}
.contact .gps-links strong {
  display: block;
}
.contact .gps-links img {
  width: 50px;
  margin-right: 10px;
}

@media screen and (max-width: 800px) {
  .contact .exterieur-agence {
    height: 220px;
  }
  .contact .gps-links a {
    margin-left: 0;
  }
  .contact .gps-links img {
    width: 30px;
    margin-right: 10px;
  }
}
footer {
  padding: 50px 0;
  background-color: #f0f0f0;
}
footer .noMargin {
  margin-top: 0;
}
footer a {
  color: #313131;
}
footer h3 {
  color: #313131;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: 1px solid rgba(106, 106, 106, 0.6);
}
footer h4 {
  margin-bottom: 0;
}
footer .logo {
  max-height: 50px;
  width: auto;
}
footer .mentions {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid rgba(106, 106, 106, 0.6);
  color: #6a6a6a;
}
footer .mentions a {
  display: block;
  margin-top: 20px;
}
footer a:hover {
  color: #000;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer li {
  list-style: none;
}
footer address {
  font-style: normal;
}
footer .social a {
  display: block;
}
footer svg {
  vertical-align: middle;
  fill: currentColor;
}

@media screen and (min-width: 800px) {
  footer .columns {
    display: flex;
  }
  footer .columns > div {
    flex: 1;
  }
  footer .columns > div + div {
    margin-left: 50px;
  }
  footer .columns > div.secteurs, footer .columns > div.articles {
    flex: 2;
  }
  footer .secteurs ul {
    display: flex;
    flex-wrap: wrap;
  }
  footer .secteurs li {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  footer h3 {
    margin-top: 50px;
  }
}

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