/*
Theme Name: skyimmo-whise
Theme URI:
Author: Oh! médias
Description: Thème pour le site de skyimmo
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/glp-2.0.html
Tags:  web development, web design, communication, responsive
Text Domain: ohmedias
 */


/*******************************************************************
************************* COMMON STYLE *****************************
*******************************************************************/

:root {
  --orange: #FF5C00;
  --blue: #009EE2;
  --title: #334041;
  --text: #334041;
  --grey: #8F9798;
  --input: #F7F7F7;
  --light-border: 1px solid rgba(51, 64, 65, .15);


  --d: 2500ms;
  --angle: 90deg;
  --gradX: 100%;
  --gradY: 50%;
  --c1: rgba(255, 92, 0);
  --c2: rgba(51, 64, 65, .15);
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: futura-pt, sans-serif;
  color: var(--text);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--title);
  font-weight: 700;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

button,
textarea,
input,
select {
  outline: none;
}

input::placeholder {
  color: var(--grey) ;
}

img {
  width: 100%;
}

.overflow {
  overflow: hidden;
}

.hamburger {
  display: none!important;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.fit-content {
  width: fit-content;
}

.uppercase {
  text-transform: uppercase
}

.hidden {
  overflow: hidden;
}
.cta {

}
.my-100 {
  margin: 100px 0;
}
.mt-50 {
  margin-top: 50px;
}
.mt-75 {
  margin-top: 75px;
}
.mb-50 {
  margin-bottom: 50px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.mb-150 {
  margin-bottom: 150px;
}

.py-100 {
  padding: 100px 0;
}

.py-150 {
  padding: 150px 0;
}

.cta {
  padding: .5rem 1.5rem;
  background: rgb(255,138,72);
  background: linear-gradient(119deg, rgba(255,138,72,1) 0%, rgba(255,92,0,1) 100%);
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
  border: none;
  font-size: 18px;
  transition: .2s ease-in-out;
  height: fit-content;
}

.cta:hover {
  color: #ffffff;
  scale: .98;
}

.gradient-text {
  background: rgb(0,72,153);
  background: -webkit-linear-gradient(119deg, rgba(0,72,153,1) -20%, rgba(0,160,228,1) 50%, rgba(0,72,153,1) 120%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blob-top-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 38%;
}

.blob-right-wrapper {
  position: absolute;
  width: 60%;
  right: -25%;
  top: 25%;
  z-index: -1;
}

.blob-right-wrapper .svg-mask {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

.image-to-mask {
  object-fit: cover;
  right: 0;
  top: 0;
  height: 900px;
  -webkit-clip-path: url(#my-clip-path);
  clip-path: url(#my-clip-path);
}

.image-to-mask1 {
  z-index: 4;
}

.image-to-mask2 {
  z-index: 3;
}

.image-to-mask3 {
  z-index: 2;
}

.image-to-mask4 {
  z-index: 1;
}

.title {
  font-size: 3.5rem;
  line-height: 1.1;
}

.little-title {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
}

.subtitle {
  color: var(--text);
  font-size: 1.3rem;
  line-height: 1.4;
}

.blob-hero {
  position: absolute;
  top: 28%;
  left: 0;
  width: 100%;
  z-index: -1;
}

.slick-track,
.slick-list {
  -webkit-perspective: 2000;
  -webkit-backface-visibility: hidden;
}

.listing button.cta {
  font-size: 1rem;
  margin: auto;
  display: block;
}

.filter-mobile {
  display: none;
}

.close-filter {
  display: none!important;
}

.ti-widget.ti-goog .ti-review-item {
  padding: 0!important;
}

.wpcf7 form .wpcf7-response-output{
  padding: 0.2em 1em;
  border: none;
  background: #46b450;
  color: white;
  text-align: center;
  font-size: 1.15rem;
  border-radius: 10px;
  font-weight: 500;
  width: 100%;
  margin: 0;
}

.price-filter {
  font-weight: 500;
  background-color: white;
  width: 98%;
  margin: 0 auto;
  border-radius: 5px;
  padding: 0.5rem 0;
  border: var(--light-border);
}

.price-filter a {
  color: var(--text);
  font-size: 15px;
  font-weight: 500;
  padding: 0 .25rem;
  transition: .2s ease-in-out;
  line-height: 0;
}


.price-filter a:hover {
  color: var(--orange);
}

.price-filter a.active {
  color: var(--orange);
  text-decoration: underline;
}


.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline, .select2-container--default .select2-search--inline .select2-search__field {
  width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
  width: fit-content!important;
  color:  var(--text) !important;
  margin: 0!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  position: absolute;
  right: 0;
  top: -2rem;
}

/*******************************************************************
****************************** MENU ********************************
*******************************************************************/

.skyblog_img {
  width: 32px;
  height: auto;
}

.custom-logo {
  width: 160px;
  height: auto;
  transition: width .5s ease-in-out;
}

.menu-menu-principale-container, .cta {
  display: inline-block;
}

#menu-item-31 a {
  display: flex;
}

#menu-menu-principale {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

#menu-menu-principale ul {
  list-style: none;
  padding-left: 0;
}

#menu-menu-principale .menu-item {
  margin: 0 .7rem;
  text-transform: uppercase;
  font-weight: 700;
}

.top-menu .reseaux {
  border-right: var(--light-border);
  border-left: var(--light-border);
}

.top-menu .reseaux a:last-of-type {
  margin-right: 0!important;
}

.top-menu a {
  transition: color .2s ease-in-out;
  font-weight: 500;
}

.top-menu a:hover {
  color: var(--orange);
}

.main-nav .espace-client {
  display: none!important;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  transition: background-color .5s ease-in-out;
}

header.scrolled {
  background-color: rgba(255,255,255,.99);
}

header.scrolled .custom-logo {
  width: 110px;
}

/*******************************************************************
****************************** ACCUEIL *****************************
*******************************************************************/

.hero {
  margin-top: 8rem;
  margin-bottom: 25rem;
  margin-left: 10%;
}

.hero-title {
  font-size: 6rem;
  margin-bottom: 1rem;
  line-height: 1.1;
}

.hero-description {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  width: 60%;
}

#vendre .home-search, #louer .home-search {
  display: flex;
}

.ui-front {
  z-index: 1000!important;
}

.home-search .selectors button {
  padding: .7rem 1.3rem;
  font-size: 18px;
  font-weight: 500;
  background: white;
  border: var(--light-border);
  border-bottom: none;
  text-transform: uppercase;
}

.home-search .selectors button:nth-child(1) {
  border-top-left-radius: 8px;
}

.home-search .selectors button:nth-child(2) {
  border-left: none;
  border-right: none
}

.home-search .selectors button:nth-child(3) {
  border-top-right-radius: 8px ;
}

.home-search .selectors button.active {
  background: rgb(0,72,153);
  background: -webkit-linear-gradient(119deg, rgba(0,72,153,1) -50%, rgba(0,160,228,1) 50%, rgba(0,72,153,1) 150%);
  color: white;
  border: 1px solid rgba(0,160,228,.1);
  border-bottom: none;
}

.home-search .wrapper {
  background: white;
  border: var(--light-border);
  border-radius: 8px;
  border-top-left-radius: 0;
  width: fit-content;
}

.home-search .border-right {
  border-right: var(--light-border);
}

.home-search .estimer-question {
  font-size: 18px;
}

.home-search .estimer-question+p {
  opacity: .7;
}

.home-search label {
  font-size: 18px;
}

.home-search select, .home-search input {
  border: none;
  color: var(--grey);
}

.home-search input {
  width: 180px;
}

.home-search .submit {
  font-size: 16px;
  padding: .5rem 1rem;
}

.form-wrapper.estimer {
  display: flex;
}

#vendre .home-search .wrapper, #louer .home-search .wrapper {
  border-top-left-radius: 8px;
}

/*************************************  Les services  *************************************/

.services {
  margin-bottom: 12rem;
}

.services .title {
  width: 85%;
}

.services .subtitle {
  width: 78%;
}

.services .wrapper {
  background: rgb(0,72,153);
  background: -webkit-linear-gradient(119deg, rgba(0,72,153,1) -50%, rgba(0,160,228,1) 50%, rgba(0,72,153,1) 150%);
  padding: 3.5rem 2rem;
  color: white;
  border-radius: 10px;
}

.services .wrapper ul {
  margin-bottom: 0;
}

.services .what-we-do {
  width: 90%;
  margin: auto;
}

.services .wrapper .what-we-do ul {
  padding: 0;
  width: 95%;
  column-count: 2;
  column-gap: 4rem;
}


.services .wrapper h3 {
  color: white;
  font-weight: 500;
}

.services .wrapper hr {
  width: 10%;
  margin: 1rem auto 2rem;
}

.services .wrapper li {
  list-style: disc;
  font-size: 17px;
  margin-bottom: .5rem;
}

.services .other-agencies {
  position: absolute;
  bottom: -50%;
  right: -15%;
  border-radius: 10px;
  background: white;
  border: 2px solid var(--blue);
  color: var(--text);
  padding: 1.7rem 3rem;
}

.services .other-agencies hr {
  margin: 1rem auto;
  width: 10%;
}

.services .other-agencies ul {
  padding-left: 1rem;
  margin-bottom: 0;
  list-style-type: disc;
}

.services .other-agencies li {
  font-size: 16px;
  margin-bottom: .3rem;
}

.services .other-agencies li:last-of-type {
  margin-bottom: 0;
}

.services .other-agencies h3 {
  color: var(--title);
  font-size: 1.2rem!important;
  font-weight: 500;
}

.services .wrapper .isma {
  top: -80%;
  right: 4%;
  width: 14%;
  z-index: -1;
}

/*************************************  Nos dernières ventes  *************************************/

.dernieres-ventes {
  margin-bottom: 12rem;
  overflow-x: clip;
}

.dernieres-ventes .line {
  display: flex;
  flex-grow: 1;
  height: 1px;
  background: var(--blue);
  margin-left: 1.5rem;
  position: relative;
  bottom: 1.8rem;
}

.page_bien_bottom.autres-biens.dernieres-ventes .grid  {
  display: grid!important;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.5rem;
  margin-top: 2rem;
}

.dernieres-ventes .slick-slide {
  margin: 0 10px;
}

.dernieres-ventes .slick-list {
  margin: 0 -10px;
}

.dernieres-ventes .slick-dots {
  bottom: -45px;
}

.dernieres-ventes .slick-dots li button:before {
  font-size: 30px;
}

.dernieres-ventes .slick-dots li {
  margin: 0;
}

.dernieres-ventes .grid .card {
  color: white;
  padding: 1rem;
  height: 40vh;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  border: none;
  position: relative;
}

.dernieres-ventes .grid .card .status {
  position: absolute;
  top: .5rem;
  right: .5rem;
  color: white;
  padding: .5rem;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
  z-index: 900;
}

.dernieres-ventes .grid .card .status.orange {
  background: var(--orange);
}

.dernieres-ventes .grid .card .status.blue {
  background: var(--blue);
}

.dernieres-ventes .grid .card .wrapper {
  z-index: 1;
}

.dernieres-ventes .grid .card .type-bien {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: .5;
}

.dernieres-ventes .grid .card .gradient {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,.75) 0%, rgba(255,255,255,0) 100%);
}

.dernieres-ventes .grid .card .prix-bien {
  font-weight: 600;
  font-size: 2.5rem;
}

.dernieres-ventes .grid .card .border-right {
  border-right: 1px solid white;
}


/*************************************  Témoignages  *************************************/

.temoignages {
  margin-bottom: 10rem;
  padding: 6rem 0 6rem;
  position: relative;
  z-index: 0;
  clip-path: ellipse(85% 50% at 50% 50%);
}

.temoignages .wpsr-swiper-carousel-wrapper .wpsr-swiper-next {
  right: -35px;
}

.temoignages .wpsr-swiper-carousel-wrapper .wpsr-swiper-prev {
  left: -35px;
}

.temoignages .wpsr-reviews-loadmore span {
  background-color: var(--orange);
}

.temoignages .wpsr-review-template {
  border: var(--light-border);
  box-shadow: none;
  background-color: rgba(255,255,255,.9);
}

.temoignages .wpsr-review-template-two.wpsr-review-template-google {
  border-bottom: 7px solid var(--orange);
}

.temoignages .wpsr-review-template-two.wpsr-review-template-facebook {
  border-bottom: 7px solid var(--blue)
}

.temoignages::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0,72,153,.3);
}

.temoignages video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.temoignages .title {
  color: white;
}

.temoignages .line {
  display: flex;
  flex-grow: 1;
  height: 1px;
  background: white;
  margin: 0 1.5rem;
  position: relative;
  bottom: 1.8rem;
}

.temoignages-slick h3 {
  font-size: 1.3rem;
  color: white;
  display: inline-flex;
}

.temoignages-slick .content {
  font-size: 18px;
  font-weight: 500;
}

.temoignages-slick .slick-track {
  padding: 25px 0;
}

.temoignage {
  color: white;
  background-color: rgba(255,255,255,.15);
  font-size: 2rem;
  margin: 0 1rem;
  padding: 2rem 3rem;
  border-radius: 20px;
  position: relative;
  border: 1.5px solid white;
  overflow: hidden;
}

.temoignages-slick .temoignage:nth-child(2n+1) {
  transform: rotate(2deg);
}

.temoignages-slick .temoignage:nth-child(2n) {
  transform: rotate(-2deg);
}

.temoignages-slick.to-right {
  direction: rtl;
}

.temoignages-slick.to-right .name, .temoignages-slick.to-right .content {
  direction: ltr;
}

.temoignages-slick.to-right .content {
  text-align: left;
}

.temoignages-slick.to-right h3, .temoignages-slick.to-right .star-wrapper {
  flex-direction: row-reverse;
}

.temoignages-slick.to-right .wrapper {
  text-align: end;
}

.temoignage .height-wrapper {
  min-height: 200px;
  align-items: center;
}

.ti-rating-text {
  display: none;
}

.ti-widget-container {
  padding-top : 3rem;
}

.ti-controls-dots {
  display: none !important;
}

.ti-profile-details .ti-name {
  color: var(--title);
}

.ti-widget.ti-goog .ti-review-content {
  font-size: 15px!important;
  font-family: 'futura-pt', sans-serif!important;
}

.ti-widget.ti-goog .ti-widget-container .ti-name {
  font-size: 1.1rem!important;
  font-weight: 500!important;
  font-family: 'futura-pt', sans-serif!important;
}

.temoignages .ti-widget.ti-goog .ti-review-item>.ti-inner {
  color: var(--title);
  background-color: #F7F7F7;
}

.source-Google {
  background-color: rgba(255, 255, 255, 0.2) !important;
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  margin : 0;
  padding: 1rem;
  border-radius: 10px;
}

/*************************************  Map  *************************************/

.map {
  margin-bottom: 10rem;
}

.map .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  z-index: 10;
}

.map #map_single {
  border-radius: 10px;
  height: 60vh;
  width: 80%;
  margin: auto;
}

#map_single .card-map .prix {
  font-size: 1.1rem;
  margin: unset;
  background: none;
  color: var(--text);
  padding: 0;
}

#map_single .card-map .type {
  font-weight: 600;
}

.map .line {
  display: flex;
  flex-grow: 1;
  height: 1px;
  background: var(--blue);
  margin: 0 1.5rem;
  position: relative;
  bottom: 1.8rem;
}
/*************************************  Vidéo ***** *************************************/

.wp-video {
  width: 100% !important;
}

/*************************************  Contact us  *************************************/

.contact-us {
  background: #F7F7F7;
  padding: 5rem 0;
}

.contact-us h3 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.1;
}

.contact-us a {
  font-size: 1rem;
}

.error {
  color: red !important;
}

.error::placeholder {
  color: red;
}

#confirm-message {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--blue);
}

/*******************************************************************
****************************** Agence *****************************
*******************************************************************/

.banner-agence .subtitle {
  width: 90%;
}

.group .name {
  font-size: 1.5rem;
  font-weight: 500;
}

.group .fonction {
  font-size: 1.1rem;
  color: var(--blue);
}

.group .grid {
  display: grid!important;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 2rem;
  margin-bottom: 4rem;
}

.group .grid .grid-item {
  border-bottom: 1px solid rgba(0, 148, 222, 0.3);
}

.agency-mobile {
  display: none;
}

/*******************************************************************
****************************** Actualité *****************************
*******************************************************************/

.page-actualite {
  padding-top: 5rem;
}

.page-actualite .skyblog_img {
  width: 190px;
}

.page-actualite .grid {
  display: grid!important;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4rem;
  margin: 4rem 0 8rem;
}

.page-actualite .actu {
  cursor: pointer;
  transition: .2s ease-in-out;
}

.page-actualite .actu:hover {
  scale: .98;
}


.page-actualite .actu-title {
  font-size: 1.3rem;
  font-weight: 500;
}

.page-actualite .actu-author {
  color: var(--orange);
  font-weight: 600;
  font-size: 14px;
}

.page-actualite .actu-line {
  width: 100%;
  height: 1px;
  background: rgba(255, 92, 0, .4);
  display: block;
  position: relative;
}

.page-actualite .actu-line::before {
  content: '';
  width: 0%;
  height: 100%;
  position: absolute;
  background: var(--orange);
  top: 0;
  left: 0;
  transition: .3s ease-in-out;
  z-index: 1;
}

.page-actualite .actu:hover .actu-line::before {
  width: 100%;
}


/*************************************  Single Actu  *************************************/

.single-page-skyblog {
  padding: 5rem 0;
}

.single-page-skyblog .title {
  font-weight: 600;
}

.single-page-skyblog .actu-img img {
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
}

.single-page-skyblog .actu-content {
  font-size: 18px;
  color: var(--text);
  text-align: justify;
}

.single-page-skyblog .actu-author {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
}

.single-page-skyblog .author-description {
  font-size: 1rem;
  color: var(--grey);
  line-height: 1;
}

.single-page-skyblog img.avatar {
  height: 50px;
  width: auto;
  border-radius: 30px;
}


/*******************************************************************
****************************** SINGLE BIEN ******************************
*******************************************************************/

.single-page-bien {
  padding: 5rem 0;
}

.single-page-bien .offer {
  font-size: clamp(1.2rem, 1.6vw, 1.5rem);
  font-weight: 600;
}

.single-page-bien .lightbox-gallery {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,.7);
  z-index: 99;
}

.single-page-bien .sticky {
  position: sticky;
  top: 10rem;
  z-index: 1;
}

.single-page-bien .sticky.mobile {
  display: none;
}

.single-page-bien .alert-me {
  width: 100%;
  text-align: center;
  /*   border: var(--light-border); */
  border: 1px solid;
  border-radius: 10px;
  padding: 1vw;
  font-weight: 500;
  font-size: 1.2rem;

  border-image: conic-gradient(from var(--angle), var(--c2), var(--c1) 0.1turn, var(--c1) 0.15turn, var(--c2) 0.25turn) 30;
  animation: borderRotate var(--d) linear infinite forwards;


}
@property --angle {
  syntax: '<angle>';
  initial-value: 90deg;
  inherits: true;
}

@property --gradX {
  syntax: '<percentage>';
  initial-value: 50%;
  inherits: true;
}

@property --gradY {
  syntax: '<percentage>';
  initial-value: 0%;
  inherits: true;
}
@keyframes borderRotate {
  100% {
    --angle: 460deg;
  }
}

@keyframes borderRadial {
  20% {
    --gradX: 100%;
    --gradY: 50%;
  }
  40% {
    --gradX: 100%;
    --gradY: 100%;
  }
  60% {
    --gradX: 50%;
    --gradY: 100%;
  }
  80% {
    --gradX: 0%;
    --gradY: 50%;
  }
  100% {
    --gradX: 50%;
    --gradY: 0%;
  }
}

.single-page-bien .contact-info, .single-page-bien .documents-wrapper {
  border: var(--light-border);
  padding: 1.5rem;
}

.single-page-bien .contact-info span {
  font-size: clamp(1.35rem, 1.8vw, 1.7rem);
  line-height: 1.2;
  font-weight: 500;
}

.single-page-bien .documents-wrapper span {
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 500;
}

.single-page-bien .contact-info .cta {
  text-transform: none;
  font-size: 1rem;
  width: 100%;
  text-align: center;
}

.single-page-bien .grid {
  display: grid!important;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 1.5rem;
}

.single-page-bien .grid .grid-item {
  overflow: hidden;
}

.single-page-bien .grid .grid-item img {
  height: 100%;
  object-fit: cover;
}

.single-page-bien .grid .grid-item-1 {
  grid-area: 1 / 1 / 3 / 3;
}

.single-page-bien .grid .grid-item-2  {
  grid-area: 1 / 3 / 2 / 4;
}

.single-page-bien .grid .grid-item-3 {
  grid-area: 2 / 3 / 3 / 4;
}

.single-page-bien .grid .grid-item-4 {
  grid-area: 1 / 4 / 2 / 5;
}

.single-page-bien .grid .grid-item-5 {
  grid-area: 2 / 4 / 3 / 5;
  position: relative;
}

.single-page-bien .grid .grid-item-5 i {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 3rem;
  pointer-events: none;
  z-index: 2;
}

.single-page-bien .grid .grid-item-5::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0,0,0,.7);
  pointer-events: none;
  z-index: 1;
}

.single-page-bien .general-info .price {
  font-size: 4rem;
  line-height: 1;
}

.single-page-bien .general-info .status {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: block;
}

.single-page-bien .general-info .status .bolder {
  font-weight: 600;
  background-color: var(--orange);
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
}


.single-page-bien .general-info .address {
  font-size: 1.2rem;
  font-weight: 500;
}

.single-page-bien .general-info .peb {
  place-self: center;
}

.single-page-bien .general-info .wrapper {
  margin-top: 2rem;
  gap: 2rem;
}

.single-page-bien .detailed-info .file, .single-page-bien .documents-wrapper .file {
  width: 35px;
}

.single-page-bien .general-info .wrapper .item-wrapper {
  padding-right: 2rem;
  border-right: var(--light-border);
}

.single-page-bien .general-info .wrapper .item-wrapper .peb-img {
  width: 50px!important;
}

.single-page-bien .general-info .wrapper .item-wrapper .letter {
  width: 45px;
  height: 23.55px;
}

.single-page-bien .general-info .wrapper .item-wrapper:last-of-type {
  padding-right: 0;
  border-right: none;
}

.single-page-bien .general-info .wrapper .item-wrapper:first-of-type {
  padding-left: 0;
}

.single-page-bien .general-info .wrapper div {
  font-size: 1.1rem;
}

.single-page-bien .general-info img {
  width: 35px;
}

.single-page-bien .detailed-info {
  margin-top: 5rem;
  border-top: var(--light-border);
}

.single-page-bien .detailed-info .wrapper:nth-of-type(even) {
  background: #F7F7F7;
}

.single-page-bien .detailed-info .wrapper {
  padding: 1.5rem;
  cursor: pointer;
}

.single-page-bien .detailed-info .title {
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0;
  transition: .1s ease-in-out;
}

.single-page-bien .detailed-info .wrapper.active .title, .single-page-bien .detailed-info .wrapper.active i {
  color: var(--blue);
}

.single-page-bien .detailed-info .wrapper i {
  place-self: center;
  transition: .1s ease-in-out;
}

.single-page-bien .append-info {
  padding-top: 1.5rem;
  flex-wrap: wrap;
  gap: .3rem 1.5rem;
  display: none;
}

.single-page-bien .long-description * {
  color: var(--text)!important;
  font-family: 'futura-pt', sans-serif!important;
}

.single-page-bien .long-description span {
  display: inline!important;
}

.single-page-bien .documents .append-info {
  gap: 1rem 1.5rem;
}

.single-page-bien .wrapper.active .append-info {
  display: flex;
}

.single-page-bien .details-wrapper .detail {
  position: relative;
  opacity: .95;
}

.single-page-bien .details-wrapper .detail::before {
  position: absolute;
  content: '';
  height: 80%;
  background: var(--grey);
  width: 1px;
  right: -.75rem;
  opacity: .3;
  top: 50%;
  transform: translate(0, -50%);
}

.single-page-bien .details-wrapper span {
  display: inline-block;
}

.single-page-bien .details-wrapper .label::first-letter {
  text-transform: capitalize
}

.single-page-bien .details-wrapper h3 {
  font-size: 1rem;
  text-decoration: underline;
  width: 100%;
  margin-bottom: .2rem;
  margin-top: .8rem;
  font-weight: 500;
}

.single-page-bien .details-wrapper h3:first-of-type {
  margin-top: 0;
}

.single-page-bien #map_single {
  width: 100%;
  height: 50vh;
}

.single-page-bien .line {
  display: flex;
  flex-grow: 1;
  height: 1px;
  background: var(--blue);
  margin-left: 1.5rem;
  bottom: 0;
}

.single-page-bien .map-section {
  margin-top: 5rem;
}

.single-page-bien h4 {
  font-size: 2rem;
}

.single-page-bien h5 {
  font-weight: 400;
  font-size: 1.1rem;
  margin-bottom: .7rem;
}

.toggle, .single-page-bien .frais-notaire button {
  flex-shrink: 0;
  cursor: pointer;
  color: var(--text);
  background-color: #F7F7F7;
  font-size: 18px;
  padding: 3px 18px;
  border-radius: 10px;
  border: var(--light-border);
  margin-right: .7rem;
  transition: color .125s,background-color .125s;
}

input:checked+.toggle {
  background: rgb(0,72,153);
  background: -webkit-linear-gradient(119deg, rgba(0,72,153,1) -20%, rgba(0,160,228,1) 50%, rgba(0,72,153,1) 120%);
  color: white;
}
.single-page-bien .toggle:hover {
  background: rgb(0,72,153);
  background: -webkit-linear-gradient(119deg, rgba(0,72,153,1) -20%, rgba(0,160,228,1) 50%, rgba(0,72,153,1) 120%);
  color: white;
}

.single-page-bien .frais-notaire {
  margin-top: 5rem;
}

.single-page-bien .frais-notaire label {
  font-size: 17px;
}

.single-page-bien .autres-biens {
  margin-top: 7rem;
}

.single-page-bien .autres-biens h4 {
  font-size: 2.8rem;
}

.single-page-bien .autres-biens h4 span {
  color: var(--blue);
}

.page_bien_bottom.autres-biens.dernieres-ventes .grid {
  display: grid!important;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-gap: 1.5rem;
}

.single-page-bien .prix_estime {
  font-weight: 500;
  font-size: 1.3rem;
}
.frais-notaire button {
  transition: color 0.125s ease-in-out;
}
.frais-notaire button:hover {
  background: rgb(0,72,153);
  background: -webkit-linear-gradient(119deg, rgba(0,72,153,1) -20%, rgba(0,160,228,1) 50%, rgba(0,72,153,1) 120%);
  color: white;
}
.frais-notaire button.active-frais {
  background: rgb(0,72,153);
  background: -webkit-linear-gradient(119deg, rgba(0,72,153,1) -20%, rgba(0,160,228,1) 50%, rgba(0,72,153,1) 120%);
  color: white;
}

.status-tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  margin: 0 4px;
  color: white;
  font-size: 0.9em;
}
/*******************************************************************
****************************** CONTACT ******************************
*******************************************************************/

.page-contact {
  padding: 5rem 0;
}

.page-contact .contact-form h2 {
  font-size: 2rem;
  font-weight: 500;
}

.page-contact .contact-form .subtitle {
  font-weight: 20px;
  width: 75%;
}

.page-contact .wpcf7-form-control-wrap {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.page-contact .contact-form .wrapper {
  gap: .75rem;
}

.page-contact .contact-form img, .page-contact .contact-form .img-wrapper {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.page-contact .contact-form hr {
  background: #E8E8E8;
  height: 1px;
  opacity: 1;
}

.page-contact .contact-form .special-flex br {
  display: none;
}

.page-contact .contact-form .wpcf7-spinner {
  position: absolute;
}

.page-contact .contact-form .special-flex label {
  width: fit-content;
  padding: 0 .5rem;
  color: var(--grey);
}

.page-contact .contact-form .select2-selection {
  border: none;
  border-bottom: 1px solid #E8E8E8;
  position: relative;
}



.page-contact .contact-form .select2-selection:focus, .page-contact .contact-form .select2-selection:active, .page-contact .contact-form .select2-selection:valid {
  border: none;
  border-bottom: 1px solid #E8E8E8;
}

.page-contact .contact-form .select2-selection.clicked::before {
  content: none;
}

.page-contact .contact-form .select2-selection::before {
  content: 'Code postal ou codes postaux';
  position: absolute;
  top: 0;
  left: 0;
  color: var(--grey);
  font-size: 1rem;
  padding: .2rem 0;
}

.page-contact .contact-form .select2-selection.error::before {
  content: 'Code postal ou codes postaux ⚠';
  color: red;
}

.page-contact .contact-form input[type="submit"] {
  background: rgb(255,138,72);
  background: linear-gradient(119deg, rgba(255,138,72,1) 0%, rgba(255,92,0,1) 100%);
  color: white;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  padding: .5rem;
  cursor: pointer;
  transition: .2s ease-in-out;
  width: 100%;
  margin-top: 1rem;
}

.page-contact .wpcf7-list-item {
  margin: 0;
}

.page-contact input, .page-contact textarea, .page-contact select {
  border: none;
  border-bottom: 1px solid #E8E8E8;
  padding: .2rem 0;
  flex-grow: 1;
  color: var(--grey);
}

.page-contact .contact-form .toggle-1, .page-contact .contact-form .toggle-2 {
  display: none;
}

/*******************************************************************
****************************** ESTIMER *****************************
*******************************************************************/

.estimer_data {
  display: none;
}
.estimer_data.first {
  display: block;
}

#estimer-bien .main-title {
  font-size: 8rem;
  margin-bottom: 1rem;
}

#estimer-bien h2.first, #estimer-bien h2+span, #estimer-bien h3, #estimer-bien .dix h2 span {
  font-size: 1.5rem;
  font-weight: 500;
}

#estimer-bien h2 {
  font-size: 4rem;
}

#estimer-bien button {
  background-color: white;
  padding: 15px 40px;
  border-radius: 2px;
  font-weight: 600;
  font-size: 1.5rem;
  color: #467bb9cf;
  line-height: 1;
  text-align: center;
}

#estimer-bien button.valider, #estimer-bien .neuf input[type=submit]  {
  font-size: 1.5rem;
  width: fit-content;
  margin: auto;
  padding: 0.7rem 2rem;
  text-align: center;
  display: block;
  margin-top: 2.5rem;
}

#estimer-bien .neuf .gras {
  font-weight: 500;
}

#estimer-bien .neuf input[type=submit] {
  font-weight: 500;
  border: none;
  font-size: 1.5rem!important;
  mix-blend-mode: screen;
}

#estimer-bien button.prev i{
  margin-right: .3rem;
}

#estimer-bien input.adresse, #estimer-bien input.data_interieur, #estimer-bien input.combien, #estimer-bien .dix input, #estimer-bien input.data_surface  {
  background: none;
  border: none;
  border-bottom: 1px solid white;
  padding-bottom: .2rem;
  color: white;
  font-size: 1.2rem;
  text-align: left;
  flex: 1;
}

#estimer-bien .dix .wpcf7-form-control-wrap {
  width: 100%;
  display: flex;
}

#estimer-bien .dix input {
  width: 100%;
}

#estimer-bien .dix .wrapper:nth-of-type(3) .wpcf7-form-control-wrap:nth-of-type(1) input, #estimer-bien .dix .wrapper:nth-of-type(4) .wpcf7-form-control-wrap:nth-of-type(1) input {
  margin-right: 1rem;
}
#estimer-bien .dix .wrapper:nth-of-type(3) .wpcf7-form-control-wrap:nth-of-type(2) input, #estimer-bien .dix .wrapper:nth-of-type(4) .wpcf7-form-control-wrap:nth-of-type(2) input {
  margin-left: 1rem;
}

#estimer-bien input.combien {
  width: 70%;
  margin: auto;
  display: block;
}

#estimer-bien input::placeholder {
  color: white;
  opacity: .7;
}

#estimer-bien .empty {
  text-align: center;
  color: white;
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1.2rem;
}

#estimer-bien .trois .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
}

#estimer-bien .trois button.next {
  background: none;
  mix-blend-mode: normal;
  padding: 0;
  text-align: center;
  font-size: 1.5rem;
}
#estimer-bien .trois .item-wrapper {
  background-color: rgba(255,255,255,1);
  border-radius: 3px;
  color: #467bb9cf;
  padding: 1.3rem 2rem;
  cursor: pointer;
  text-align: center;
  transition: opacity .3s ease-in-out;
}
#estimer-bien .cinq .item-wrapper.toActive {

  background-color: rgba(255,255,255,.5);
  mix-blend-mode: screen;
  border-radius: 3px;
  padding: 1.3rem 2rem;
  cursor: pointer;
  text-align: center;
  transition: background-color .2s ease-in-out;
}

#estimer-bien .cinq .item-wrapper button {
  mix-blend-mode: normal;
  padding: 0;
  background: none;
}

#estimer-bien .cinq .item-wrapper.toActive.active {
  background-color: rgba(255,255,255,1);
}

#estimer-bien .trois .item-wrapper i, #estimer-bien .cinq .item-wrapper i{
  font-size: 2rem;
  text-align: center;
  margin-bottom: .5rem;
}

#estimer-bien button.prev, #estimer-bien .trois button.prev {
  padding: 5px 20px;
  background: white;
  font-weight: 500;
  font-size: 1.1rem;
  color: #467bb9cf;
  display: flex;
  align-items: center;
  margin: auto;
  margin-bottom: 1rem;
}

#estimer-bien .quatre .wrapper {
  width: 70%;
  margin: auto;
}

#estimer-bien .cinq .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1.5rem;
}

#estimer-bien .six .wrapper, #estimer-bien .sept .wrapper {
  gap: 1rem;
}

#estimer-bien .neuf .wrapper {
  color: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 1.2rem;
  grid-gap: 2rem 3rem;
}

#estimer-bien .neuf .wrapper .item-wrapper {
  border-bottom: 1px solid rgba(255,255,255,.3);
}

.estimation.loader {
  position: relative;
  width: 100px;
  height: 130px;
  background: #fff;
  border-radius: 4px;
}
.loader:before{
  content: '';
  position: absolute;
  width: 54px;
  height: 25px;
  left: 50%;
  top: 0;
  background-image:
          radial-gradient(ellipse at center, #0000 24%,#009EE2 25%,#009EE2 64%,#0000 65%),
          linear-gradient(to bottom, #0000 34%, #006591 35%);
  background-size: 12px 12px , 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  transform: translate(-50% , -65%);
  box-shadow: 0 -3px rgba(0, 0, 0, 0.25) inset;
}
.loader:after{
  content: '';
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  width: 66%;
  height: 60%;
  background: linear-gradient(to bottom, #4dcaff 30%, #0000 31%);
  background-size: 100% 16px;
  animation: writeDown 2s ease-out infinite;
}

@keyframes writeDown {
  0% { height: 0%; opacity: 0;}
  20%{ height: 0%; opacity: 1;}
  80% { height: 65%; opacity: 1;}
  100% { height: 65%; opacity: 0;}
}


/*******************************************************************
****************************** FORMS ********************************
*******************************************************************/

.form select,
.form input,
.form textarea {
  background-color: var(--input);
  border: none;
  padding: 10px 20px;
  height: 40px;

}
.form .wpcf7-submit {
  width: auto;
  margin: auto;
  display: flex;
  background-color: var(--orange);
  color: white;
  margin-top: 20px;
  border-radius: 5px;
  padding: 10px 30px;
}
.input-flex {
  justify-content: space-between;
  margin-bottom: 10px;
  max-width: 100%;
}
.form textarea {
  height: 150px;
  width: 100%;

  margin-right: 0 !important;
}
.form select {
  color: #ACAFAD;
}
.form input::placeholder,
.form textarea {
  color: #ACAFAD;
}
.wpcf7-not-valid-tip {
  font-size: 12px !important;
  position: absolute;
  bottom: -20px;
}
.inscrivez_vous .container {
  border: 1px solid #668492;
  border-radius: 10px;
  padding: 50px 120px 0px 120px;
}

/*******************************************************************
****************************** FOOTER ******************************
*******************************************************************/

footer {
  background-color: #222222;
  color: white;
  padding: 4rem 0 3rem;
}

footer .wrapper {
  display: flex;
  justify-content: center;
  gap: 4rem;
}

footer ul.menu {
  padding: 0;
  margin: 0;
  padding-bottom: 1rem;
}

footer .logo img {
  max-width: 150px;
  height: auto;
}

footer .legal-info {
  max-width: 990px;
  margin: 0 auto;
}

footer ul.menu a, footer .agency-info {
  font-size: 1.1rem;
}

footer .agency-info .address {
  line-height: 1.2;
}

footer .reseaux {
  display: flex;
  gap: .5rem;
}

footer .reseaux i {
  font-size: 1.4rem;
}

footer .line {
  width: 1px;
  height: auto;
  background-color: rgba(255,255,255,.3);
}

footer a {
  position: relative;
}

footer a::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: white;
  transition: .3s ease-in-out;
}

footer a:hover::before {
  width: 100%;
}

footer .reseaux a::before {
  display: none;
}

footer .reseaux a {
  background-color: var(--orange);
  padding: 1rem;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .agency-info a {
  display: block;
  width: fit-content;
}

footer .agency-info .title {
  font-size: 1.25rem;
  color: white;
  text-transform: uppercase;
}


/*******************************************************************
****************************** ESTIMER *****************************
*******************************************************************/
.estimer_data {
  display: none;
}
.estimer_data.first {
  display: block;
}

/*******************************************************************
****************************** Open Street Map *********************
*******************************************************************/
/*#map_single {*/
/*  height: 300px;*/
/*}*/
/*.marker {*/
/*  background-image: url('img/localisation_pin3.png');*/
/*  background-size: cover;*/
/*  width: 25px;*/
/*  height: 33px;*/

/*  cursor: pointer;*/
/*}*/

/*.mapboxgl-popup {*/
/*  max-width: 200px;*/
/*}*/

/*.mapboxgl-popup-content {*/
/*  text-align: center;*/
/*  font-family: 'Open Sans', sans-serif;*/
/*}*/

/********************************************************************************
****************************** Open Street Map *********************
*******************************************************************/
#map_single {
  height: 300px;
}
.marker {
  background-image: url('img/localisation_pin3.png');
  background-size: cover;
  width: 25px;
  height: 33px;
  cursor: pointer;
}

/* Remplacer les styles Mapbox par des styles Leaflet */
/*.leaflet-popup {*/
/*  max-width: 200px;*/
/*}*/

/*.leaflet-popup-content-wrapper {*/
/*  text-align: center;*/
/*  font-family: 'Open Sans', sans-serif;*/
/*  border-radius: 10px;*/
/*}*/

/*.leaflet-popup-content {*/
/*  margin: 10px;*/
/*  padding: 5px;*/
/*  line-height: 1.4;*/
/*}*/

/*.leaflet-popup-tip-container {*/
/*  overflow: hidden;*/
/*}*/

/*!* Suppression des styles spécifiques à Mapbox qui ne sont plus utilisés *!*/
/*.mapboxgl-popup {*/
/*  display: none;*/
/*}*/

/********************************************************************************
************************************* Surya ************************************
********************************************************************************/

.main-title {
  font-size: clamp(2.8rem, 6vw, 6.5rem);
  line-height: 1em;
}
.secondary-title {
  font-size: clamp(2rem, 6vw, 4rem);
  line-height: 3rem;
}

/********************************************************************************
********************************** PAGE AGENCE **********************************
********************************************************************************/
.banner-agence {
  padding-top: 5rem;
  height: 100vh;
}
.banner-agence h1 span, #vendre h1 span, #louer h1 span {
  background: rgb(0,72,153);
  background: -webkit-linear-gradient(119deg, rgba(0,72,153,1) 0%, rgba(0,160,228,1) 50%, rgba(0,72,153,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-agence .numbers {
  background-color: rgb(0,72,153);
  background: -webkit-linear-gradient(180deg, rgba(0,117,191,1) 0%, rgb(0, 160, 227) 50%, rgba(0,117,191,1) 100%);
  border-radius: 10px;
  color: white;
  width: 100%;
  position: relative;
}
.banner-agence .line {
  height: 80px;
  width: 1px;
  background-color: white;
}
.banner-agence .numbers span {
  font-size: 4rem;
  font-weight: bold;
}
.banner-agence .numbers p {
  margin-bottom: 10px;
  margin-top: -10px;
  font-size: 1.2rem;
  font-weight: 500;
}
.right-blop-agency {
  width: 50%;
  right: 0;
  top: 0;
  z-index: -1;
}
.wave-agency {
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  z-index : -2;
}
/* Group skyimmo */

.group {
  background-color: #F7F7F7;
  padding-top: 7rem;
}

.group .card-group {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  height: 310px;
}

.group .card-group img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
  display: block;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}

.group .card-group .bitmoji {
  width: 72%;
  transition: opacity .3s ease-in-out;
  z-index: 1;
  position: absolute;
}

.group .grid-item:nth-child(1) .card-group .bitmoji, .group .grid-item:nth-child(6) .card-group .bitmoji {
  width: 67%;
}

.group .card-group .real {
  opacity: .05;
  transition: opacity .3s ease-in-out;
  z-index: 0;
  transform: none;
}

.group .card-group:hover .bitmoji{
  opacity: 0;
}

.group .card-group:hover .real{
  opacity: 1;
}

.group .title_name {
  line-height: 1.7rem;
}

.group .info-contact {
  bottom: -10%;
  opacity: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9;
  padding: 7px 20px;
  border-radius: 2px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease-in-out;
}

.group .info-contact.mobile {
  bottom: unset;
  position: static;
  opacity: 1;
  left: unset;
  transform: unset;
  transition: none;
  display: none;
}

.group .card-group:hover .info-contact {
  bottom: 10%;
  opacity: 1;
}
.group .card-group .info-contact i {
  color: var(--blue);
  font-size: 1.2rem;
}
.group .card-group .phone {
  background-color: white;
  color: var(--blue);
  top: 50.20%;
  left: 47px;
  transform: translate(-50%, -50%);
  padding: 10px;
  border-radius: 3px;
  display: none;
  align-items: center;
}
.group .card-group fa-phone:hover .phone {
  display: flex;
}
/* Estimer */

#estimer-section.estimer {
  background-color: #F7F7F7;
  padding-bottom: 5rem;
}

.image-estimer {
  width: 90%;
  margin: auto;
  height: 350px;
  border-radius: 10px;
  overflow: hidden;
}
.filter-estimer {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
.contenu-estimer {
  color: white;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.contenu-estimer h3, .contenu-estimer h4 {
  color: white;
}
.contenu-estimer h3 {
  font-size: 3.5rem;
  font-weight: 500;
}
.contenu-estimer h4 {
  font-size: 1.2rem;
  font-weight: 500;
}
#estimer-bien .main-title, #estimer-bien .subtitle, #estimer-bien h2, #estimer-bien h3, #estimer-bien span {
  color: white;
  text-align: center;
}
#estimer-bien .main-title span {
  font-size: 1.3rem;
  line-height: 0.8em;
}

.pop-up-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.pop-up-wrapper .pop-up {
  width: 100%;
  height: 100%;
}
.pop-up-wrapper .filter {
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
}
.content-pop {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40vw;
  height: auto;
  background-color: white;
  text-align: center;
  padding: 2rem;
}
/********************************************************************************
********************************** PAGE A VENDRE ********************************
********************************************************************************/

#vendre, #louer {
  padding: 5rem 0;
}

#vendre .subtitle strong, #louer .subtitle strong{
  font-size: 2rem;
  font-weight: 600;
}

#vendre .subtitle a, #louer .subtitle a {
  background: rgb(0,72,153);
  background: -webkit-linear-gradient(119deg, rgba(0,72,153,1) 0%, rgba(0,160,228,1) 50%, rgba(0,72,153,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
  font-weight: 500;
}
#vendre .subtitle b, #louer .subtitle b {
  font-size: 2rem;
}

.card-wrapper .localite {
  text-transform: uppercase;
  font-size: 15px;
}

/********************************************************************************
************************************** FORM *************************************
********************************************************************************/

#form_container {
  padding: 5rem 0;
  margin-top: 5rem;
  background-color: #F7F7F7;
}

#form_container .first-row {
  display: flex;
  justify-content: space-between;
}
.first-row select, .first-row input {
  width: 100%;
  height: 50px;
  border: none;
  padding-left: 10px;
  /*color: var(--text);*/
}
.first-row input::placeholder {
  color: var(--text);
}
#form_container .form-group {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding: 0 10px;
}

#form_container input::placeholder, #form_container textarea::placeholder {
  color: var(--grey)!important;
}

#form_container textarea {
  width: 100%;
  height: 150px;
  margin-top: 10px;
  border: none;
  margin-bottom: 2rem;
  padding: 10px 0 0 10px;
}
#form_container .wpcf7-submit{
  padding: .5rem 1.5rem;
  background: rgb(255,138,72);
  background: linear-gradient(119deg, rgba(255,138,72,1) 0%, rgba(255,92,0,1) 100%);
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
  font-size: 18px;
  transition: .2s ease-in-out;
  border: none;
  display: flex;
  margin: auto;
}
#form_container .form-louer {
  width: 100%;
  background-color: #F7F7F7;
  border-radius: 10px;
  padding: 3rem 5rem 1rem 5rem;
}
#form_container h2 {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
}
#form_container h2 span {
  background: rgb(0,72,153);
  background: -webkit-linear-gradient(119deg, rgba(0,72,153,1) 0%, rgba(0,160,228,1) 50%, rgba(0,72,153,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#form_container p {
  font-size: 1.2rem;
  margin-bottom: .5rem;
}

#form_container img {
  border-radius: 10px;
}

#form_container p:last-of-type {
  margin-bottom: 0;
}

#form_container .black {
  background-color: #222222;
  z-index: -1;
  width: 100vw;
  bottom: 0;
  left: 0;
}
/********************************************************************************
************************************* MAP ***************************************
********************************************************************************/
.mapboxgl-popup{
  transform:none !important;
  top: 15%;
  left: 200px;
}
.mapboxgl-popup-anchor-top .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-center .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-right .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{
  display:none !important;
}

.card-map {
  height: 100%;
  width: 250px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #E8E8E8;
  background-color: white;
  position: relative;
}

.card-map .status {
  position: absolute;
  top: .5rem;
  right: .5rem;
  background-color: var(--orange);
  color: white;
  padding: .5rem;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
  z-index: 900;
}

.card-map .status.orange {
  background-color: var(--orange);
}

.card-map .status.blue {
  background-color: var(--blue);
}


.mapboxgl-popup-content {
  border-radius: 10px;

}
.card-map-sell {
  width: auto;
}
.card-map a {
  width: 100%;
  height: 100%;
}
.mapboxgl-popup-close-button {
  font-size: 25px;
  background: var(--orange);
  color: white;
  border-radius: 13px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 7px;
  padding-bottom: 1px;
}

.card-map .img-wrapper {
  overflow: hidden;
}

.card-img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: scale .3s ease-in-out;
}

@media (-moz-touch-enabled: 0), (pointer: fine) {
  .card-map:hover .card-img {
    scale: 1.1;
  }
}



/*.card-map .type {*/
/*  color: var(--grey);*/
/*  font-size: 14px;*/
/*  font-weight: bold;*/
/*  text-transform: uppercase;*/
/*}*/

.card-map .option {
  font-size: 12px;
  padding: 5px 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
  cursor: unset;
}

.card-map .option.green {
  background-color: #99C24D;
}

.card-map .option.orange {
  background: rgb(255,92,0);
  background: linear-gradient(119deg, rgba(255,138,72,1) 0%, rgba(255,92,0,1) 100%);
}

.card-map .option.blue {
  background: rgb(0,72,153);
  background: -webkit-linear-gradient(119deg, rgba(0,72,153,1) -50%, rgba(0,160,228,1) 50%, rgba(0,72,153,1) 150%);
}

.card-map .prix {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: var(--blue);
  padding: .5rem 1rem;
  color: white;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
}

.content-card-map img {
  width: 18px;
}
.peb-img {
  width: 32px !important;
}
.letter {
  width: 30px;
  height: 14.55px;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 100%, 0 0);
  color: white;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 12px;
}

.share {
  background: rgb(0, 72, 153);
  background: -webkit-linear-gradient(119deg, rgba(0, 72, 153, 1) -50%, rgba(0, 160, 228, 1) 50%, rgba(0, 72, 153, 1) 150%);
  color: white;
  padding: .75rem 1.25rem;
  display: block;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 500;
  border-radius: 5px;
  width: 100%;
  border: none;
}

.share:hover {
  color: white;
}

.overlay-share {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0,0,0,.25);
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  z-index: 999;
  padding: 1rem;
}

.overlay-share.open {
  display: flex;
}

.share-wrapper {
  padding: 2rem;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #E8E8E8;
  max-width: 500px;
  text-align: center;
}

.share-wrapper p {
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  font-weight: 500;
}

.share-wrapper .links-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.share-wrapper .links-wrapper a {
  flex: 1 0 49%;
  text-align: center;
  border: 1px solid #E8E8E8;
  padding: .5rem 1rem;
}


/********************************************************************************
*********************************** ESTIMER *************************************
********************************************************************************/
.video-wrapper {
  width: 100vw;
  height: 100vh;
  z-index: -2;
  top: 0;
  left: 0;
}

.video-wrapper video {
  height: 100%;
  object-fit: cover;
}

.video-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,72,153,.3);
}

#estimer-bien {
  height: 70vh;
}

/********************************************************************************
*********************************** ESTIMER *************************************
********************************************************************************/
.star-wrapper img {
  width: 20px;
  height: 20px;
  margin: 0 2px;
}

/********************************************************************************
*********************************** AUTRES *************************************
********************************************************************************/
.page_bien_bottom.autres-biens.dernieres-ventes {
  margin-bottom: 1em !important;
}

.allBien {
  width: fit-content;
  text-transform: unset;
  font-size: 1rem;
}


/********************************************************************************
*********************************** PAGE 404 *************************************
********************************************************************************/

.page-404 {
  padding: 7rem 0;
}

.page-404 .content {
  font-size: 1.2rem;
}

.page-404 .content ul {
  list-style: disc;
}

.page-404 .content a {
  text-decoration: underline;
  color: var(--blue);
}


/*******************************************************************
****************************** Media Queries *********************
*******************************************************************/

@media (max-width: 1680px) {

  #estimer-bien .main-title {
    font-size: 6rem;
  }

  .temoignage .height-wrapper {
    min-height: 150px;
    align-items: center;
  }

  .dernieres-ventes {
    margin-bottom: 10rem;
  }

  .image-to-mask {
    object-fit: cover;
    right: 0;
    top: 0;
    height: 820px;
    -webkit-clip-path: url(#my-clip-path);
    clip-path: url(#my-clip-path);
  }

  .hero {
    margin-bottom: 14rem;
    margin-left: 0;
  }

}

@media (max-width: 1520px) {
  .hero {
    margin-top: 5rem;
  }

  .image-to-mask {
    height: 700px;
  }
}

@media (max-width: 1440px) {

  .image-to-mask {
    height: 600px;
  }

  .hero-title {
    font-size: 5rem;
  }

  .image-to-mask {
    height: 750px;
  }

  .hero {
    margin-bottom: 13rem;
  }

  .title {
    font-size: 3rem;
  }

  .subtitle {
    font-size: 1.2rem;
  }

  .services .title, .services .subtitle {
    width: 75%;
  }

  .services .wrapper .isma {
    right: 7%;
  }

  .little-title {
    font-size: 1.1rem;
  }

  .temoignages-slick .content {
    font-size: 17px;
  }

  .services .wrapper h3 {
    font-size: 1.6rem;
  }

  .dernieres-ventes .grid .card {
    height: 50vh;
  }

  .hero-description {
    font-size: 1.25rem;
  }

}

@media (max-width: 1400px) {

  .services .wrapper .isma {
    top: -60%;
  }

  .hero-title {
    font-size: 4.5rem;
  }

  .services {
    margin-bottom: 20rem;
  }

  .services .wrapper  {
    width: 100%;
    padding: 3.5rem 2rem 6rem 2rem;
  }

  .services .other-agencies {
    padding: 1.7rem 2.3rem;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
  .services .wrapper .what-we-do ul {
    width: 100%;
  }

  .sell-row .content-card-map {
    font-size: 15px;
  }

}

@media (max-width: 1280px) {

  .group .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .group .card-group {
    height: 320px;
  }

  #vendre .subtitle strong, #louer .subtitle strong {
    font-size: 1.7rem;
  }

  .image-to-mask {
    height: 620px;
  }

  #estimer-bien .neuf .wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    font-size: 1.1rem;
    grid-gap: 1.5rem 2rem;
  }

  #estimer-bien input.adresse, #estimer-bien input.data_interieur, #estimer-bien input.combien, #estimer-bien .dix input, #estimer-bien input.data_surface {
    font-size: 1.1rem;
  }

  #estimer-bien button {
    font-size: 1.3rem;
  }

  #estimer-bien button.valider, #estimer-bien .neuf input[type=submit] {
    font-size: 1.3rem;
  }

  #estimer-bien h2 {
    font-size: 2.5rem;
  }

  .hero {
    margin-bottom: 10rem;
  }

  .hero form {
    flex-wrap: wrap;
  }

  .home-search .border-right {
    padding: 0 .8rem!important;
  }

  .home-search .border-right:first-of-type {
    padding-left: 0!important;
  }

  .home-search select, .home-search input {
    font-size: 15px;
  }

  .home-search label {
    font-size: 16px;
  }

  .dernieres-ventes .grid .card .prix-bien {
    font-size: 2rem;
  }

  .dernieres-ventes .grid .card .type-bien {
    font-size: 1rem;
  }

  #estimer-bien .trois .item-wrapper, #estimer-bien .cinq .item-wrapper.toActive {
    padding: 1rem 1.5rem;
  }


  #estimer-bien .trois button.next, #estimer-bien button, #estimer-bien h2.first, #estimer-bien h2+span, #estimer-bien h3, #estimer-bien .dix h2 span {
    font-size: 1.2rem;
  }

}

@media (max-width: 1200px) {


  .hamburger {
    display: inline-block!important;
    z-index: 901;
  }

  .main-nav {
    position: fixed;
    width: 100%;
    height: auto;
    padding: 2rem 0;
    top: -110%;
    left: 0;
    z-index: 900;
    transition: .3s ease-in-out;
    background-color: rgba(255,255,255,.99);
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.035);
  }

  .skyblog_img {
    width: 43px;
    height: auto;
  }

  .d-mobile .cta {
    display: block!important;
    width: fit-content!important;
    margin: 0.5rem 0!important;
  }

  .main-nav .espace-client.cta {
    margin-top: 1rem!important;
  }

  #menu-menu-principale .menu-item, #menu-menu-principale .cta {
    margin: .1rem 0;
    font-size: clamp(1.4rem, 2vw, 2rem);
  }

  .main-nav .menu {
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  .main-nav.menu-open {
    top: 0;
  }

  .home-search select, .home-search input {
    border: none;
    color: var(--grey);
    font-size: 15px;
  }

  .home-search form {
    justify-content: space-between;
  }

  .home-search .acheter .border-right, .home-search .louer .border-right {
    padding: 0!important;
  }

  .home-search .acheter .border-right, .home-search .louer .border-right {
    border: none;
  }

  .home-search .acheter .submit,  .home-search .louer .submit {
    margin-left: 0!important;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }

  .services .title, .services .subtitle {
    width: 85%;
  }

  .services .wrapper .isma {
    top: -57%;
    width: 15%;
    right: -2%;
  }

}


@media (max-width: 1152px) {

  .group .card-group {
    height: 270px;
  }

  #estimer-bien .main-title span {
    font-size: 1.1rem;
    line-height: 1em;
  }

  #estimer-bien .main-title {
    font-size: 4.5rem;
  }

  .temoignage .height-wrapper {
    min-height: 170px;
  }

  .hero-title {
    font-size: 3.8rem;
  }

  .image-to-mask {
    height: 650px;
  }

  .hero {
    margin-left: 0;
  }

  .services .title, .services .subtitle {
    width: 78%;
  }

  .title {
    font-size: 2.5rem;
  }

  .services .wrapper .isma {
    top: -60%;
    right: 2%;
    width: 16%;
  }

}

@media (max-width: 1024px) {

  .group .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .group .info-contact.mobile {
    display: flex;
  }

  .group .info-contact.desktop {
    display: none;
  }

  .dernieres-ventes .line::before {
    display: none;
  }

  #form_container .first-row {
    gap: 0.5rem;
    flex-direction: column;
  }

  .hero {
    margin-top: 5rem;
  }

  .temoignage .height-wrapper {
    min-height: 190px;
  }

  /* Agence */

  .wave-agency, .banner-agence .line {
    display: none;
  }

  .banner-agence {
    padding-top: 3rem;
    height: auto;
  }

  .banner-agence .subtitle {
    width: 100%;
  }

  .numbers {
    padding: 0!important;
    background: none!important;
    color: var(--text)!important;
  }

  .numbers>div {
    flex-direction: column;
    align-items: start!important;
  }

  .banner-agence .numbers span {
    background: rgb(0,72,153);
    background: -webkit-linear-gradient(119deg, rgba(0,72,153,1) -20%, rgba(0,160,228,1) 50%, rgba(0,72,153,1) 120%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3rem;
  }

  .banner-agence .numbers p {
    margin: 0!important;
    padding-left: 1rem;
  }

  .group {
    background-color: white;
    padding-top: 3rem;
  }

  .contenu-estimer h3 {
    font-size: 1.5rem;
  }

  .contenu-estimer h4 {
    font-size: 1rem;
  }

  .image-estimer {
    width: 90%;
    margin: auto;
    height: 250px;
  }

  .hero {
    margin-bottom: 8rem;
  }

  .services {
    margin-bottom: 0;
  }

  .dernieres-ventes {
    margin-bottom: 8rem;
  }
  .temoignages {
    margin-bottom: 6rem;
  }

  .map {
    margin-bottom: 6rem;
  }

  .contact-us h3 {
    font-size: 2.5rem;
  }

  .page_bien_bottom.autres-biens.dernieres-ventes .grid {
    grid-template-columns: repeat(2, 1fr)!important;
    grid-gap: 1rem;
  }

  .home-search .estimer .submit {
    margin-left: 0!important;
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }

  .home-search .estimer .border-right {
    border: none;
  }

  .home-search .estimer {
    flex-wrap: wrap;
  }

  .home-search label {
    font-size: 18px;
  }

  .image-to-mask {
    height: 565px;
  }

  .hero-title {
    font-size: 3.5rem;
  }

  .services .wrapper {
    padding: 3.5rem 2rem 4rem 2rem;
    flex-direction: column;
    position: relative;
    border-radius: 0;
  }

  .services .wrapper::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15%;
    background: white;
    z-index: 1;
  }

  .services .wrapper .isma {
    position: relative;
    z-index: 0;
    top: 2rem;
    width: 20%;
  }

  .services .title, .services .subtitle {
    width: 100%;
  }

  .dernieres-ventes .grid .card {
    height: 300px;
  }

  .services .other-agencies {
    padding: 1.7rem 1.2rem;
    width: 90%;
    bottom: -18%;
    right: 0;
  }

  /*  A vendre, A louer*/

  #vendre, #louer {
    padding: 3rem 0 2rem!important;
  }

  .vendre .subtitle, .louer .subtitle {
    font-size: 1.2rem;
    text-align: left!important;
  }

  .vendre .main-title, .louer .main-title {
    text-align: left!important;
  }

  .vendre .subtitle br:nth-of-type(2), .louer .subtitle br:nth-of-type(2) {
    display: none;
  }

  #vendre .home-search , #louer .home-search {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999;
    margin-top: 0!important;
    display: none;
  }

  .close-filter {
    display: inline-block!important;
    position: fixed;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
  }

  #vendre .home-search .wrapper , #louer .home-search .wrapper {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
  }

  #vendre .form-wrapper, #louer .form-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
  }

  #vendre .home-search .border-right, #louer .home-search .border-right {
    width: 100%;
  }

  #vendre .form-wrapper form, #louer .form-wrapper form {
    flex-direction: column;
    width: 100%;
    gap: 1rem;
  }

  .listing .card-map .prix {
    font-size: 26px;
  }

  .listing .content-card-map {
    font-size: 16px;
  }

  .filter-mobile {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: var(--orange);
    color: white;
    text-align: center;
    padding: .7rem 0;
    font-size: 1.3rem;
    z-index: 899;
  }

  /* Agence */

  .right-blop-agency {
    display: none;
  }

  .agency-mobile {
    display: block;
  }

  .group .bitmoji {
    display: none!important;
  }

  .group .real {
    display: block!important;
  }

  .group .card-group {
    height: auto;
  }

  .group .card-group img {
    width: 60%;
    position: static;
    transform: none;
  }

  .group .card-group .real {
    opacity: 1;
  }


  .banner-agence .main-title br {
    display: none;
  }

  .page-actualite .grid {
    display: grid!important;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 4rem 2rem;
    margin: 4rem 0 8rem;
  }

  .blob-hero.blob-news {
    display: block;
    top: 14%;
  }

  #estimer-bien .neuf .wrapper {
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem 2rem;
  }

}

@media (max-width: 992px) {

  .page-contact {
    overflow: clip;
    max-width: 100%;
  }

  .single-page-bien .autres-biens {
    margin-top: 4rem;
  }

  .single-page-bien .detailed-info {
    margin-top: 3rem;
  }

  .single-page-bien .sticky.mobile {
    display: block;
    position: static !important;
  }

  #form_container {
    margin-top: 3rem;
  }

  .page-contact .wpcf7-form-control-wrap {
    width: 100%;
  }

  .page-contact .contact-form .special-flex label {
    width: 100%;
    padding: 0;
  }

  .page-contact .contact-form .special-flex {
    gap: 1.25rem!important;
  }

  footer .wrapper {
    flex-direction: column;
    gap: 1.25rem;
  }

  footer .footer-links {
    height: 85px;
  }

  footer ul.menu {
    padding-bottom: 0;
    column-count: 2;
    column-gap: 1.5rem;
  }

  .page-actualite .grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-contact .contact-form h2 {
    font-size: 1.6rem;
  }

  .page-contact .contact-form .subtitle {
    width: 100%;
  }

  .page-contact .contact-form .wrapper {
    gap: 0;
    flex-direction: column;
  }

  .page-actualite {
    padding-top: 3rem;
  }

  .single-page-skyblog, .page-contact {
    padding: 3rem 0;
  }

}

@media (max-width: 768px) {

  .home-search form {
    gap: .75rem;
  }

  .title {
    font-size: 2.2rem;
  }

  .listing .card-map .prix {
    font-size: 22px;
  }

  .main-nav .espace-client {
    display: block!important;
    width: fit-content;
  }

  .blob-right-wrapper {
    display: none;
  }

  .hero-description {
    width: 100%;
  }

  .page-404 {
    padding: 3rem 0;
  }

  .group .grid {
    grid-template-columns: 1fr 1fr;
  }

  #form_container .form-louer {
    padding: 3rem 1.5rem 1rem 1.5rem;
  }

  #vendre .subtitle strong, #louer .subtitle strong {
    font-size: 1.4rem;
    font-weight: 600;
  }

  .little-title {
    line-height: 1;
  }

  .home-search .selectors button {
    font-size: 16px;
  }

  .dernieres-ventes .grid .card {
    height: 250px;
  }

  /* Accueil */

  .little-title {
    font-size: 1rem;
  }

  .home-search .acheter .border-right, .home-search .louer .border-right {
    width: 100%;
  }

  .subtitle {
    font-size: 1.1rem;
  }

  .services .wrapper .what-we-do ul {
    column-count: 1;
    column-gap: 4rem;
  }

  .services .other-agencies {
    width: 75%;
  }

  .services .wrapper h3 {
    font-size: 1.3rem;
  }

  .blob-top-left {
    width: 85%;
  }

  .services .wrapper .isma {
    width: 30%;
  }

  .hero {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }

  .hero-title {
    font-size: 3rem;
    width: 100%;
  }

  .hero-description {
    width: 100%;
  }

  .blob-right-wrapper{
    display: none;
  }

  .top-menu {
    display: none!important;
  }

  .bottom_menu {
    padding-top: 1rem;
  }

  .dernieres-ventes .line {
    margin-left: 1rem;
    bottom: 1.3rem;
  }

  .dernieres-ventes .grid .card .prix-bien {
    font-size: 1.6rem;
  }

  .dernieres-ventes .grid .card .type-bien {
    font-size: .9rem;
  }

  .dernieres-ventes .grid {
    grid-gap: 1rem;
  }

  .new-sell .icons-wrapper {
    gap: 0.1rem 0.7rem;
    flex-wrap: wrap;
    font-size: 14px;
  }

  .dernieres-ventes .grid .card .border-right {
    border: none;
  }

  .temoignages {
    margin-bottom: 6rem;
    padding: 6rem 0;
    overflow-x: hidden;
  }

  .temoignages .line, .map .line {
    margin: 0 1rem;
    bottom: 1.3rem;
  }

  .temoignages-slick .content {
    font-size: 16px;
  }

  .temoignages-slick .temoignage:nth-child(2n+1), .temoignages-slick .temoignage:nth-child(2n) {
    transform: rotate(0);
  }

  .temoignages-slick .slick-track {
    padding: 15px 0;
  }

  .temoignage {
    padding: 2rem;
  }

  .map #map_single {
    height: 50vh;
    width: 100%;
  }

  .contact-us h3 {
    font-size: 1.7rem;
  }

  .contact-us {
    padding: 2rem 0;
  }

  .custom-logo {
    width: 110px;
  }

  footer, footer p:first-of-type{
    font-size: 16px;
  }
  /*  Single bien */

  .single-page-bien {
    padding: 3rem 0;
  }

  .single-page-bien .grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-gap: 1rem;
  }

  .single-page-bien .grid .grid-item-1 {
    grid-area: 1 / 1 / 3 / 5;
  }

  .single-page-bien .grid .grid-item-2  {
    grid-area: 3 / 1 / 4 / 3;
  }

  .single-page-bien .grid .grid-item-3 {
    grid-area: 3 / 3 / 4 / 5;
  }

  .single-page-bien .grid .grid-item-4 {
    grid-area: 4 / 1 / 5 / 3;
  }

  .single-page-bien .grid .grid-item-5 {
    grid-area: 4 / 3 / 5 / 5;
  }

  .single-page-bien .general-info .price {
    font-size: 3rem;
  }

  .single-page-bien .general-info .status {
    font-size: 1.1rem;
  }

  .single-page-bien .general-info .wrapper div {
    font-size: 1rem;
  }

  .single-page-bien .general-info img {
    width: 25px;
  }

  .single-page-bien .general-info .wrapper {
    gap: 1rem;
  }

  .single-page-bien .general-info .wrapper .item-wrapper {
    padding-right: 1rem;
  }

  .single-page-bien .detailed-info, .single-page-bien .map-section, .single-page-bien .frais-notaire {
    margin-top: 3rem;
  }

  .single-page-bien h4 {
    font-size: 1.5rem;
  }

  .single-page-bien .line {
    margin-left: 1rem;
  }

  .single-page-bien .autres-biens {
    margin-top: 3rem;
  }

  .single-page-bien .autres-biens h4 {
    font-size: 2rem;
  }

  .single-page-bien .sticky {
    position: static!important;
  }

  .single-page-bien .detailed-info .title {
    font-size: 1.2rem;
  }

  .single-page-bien .detailed-info .wrapper {
    padding: 1rem 1rem;
  }

  .single-page-bien .append-info {
    padding-top: 1rem;
  }

  .page-actualite .actu-title {
    font-size: 1.2rem;
  }

  .single-page-skyblog .actu-img img {
    height: 250px;
  }

  .single-page-skyblog .actu-content {
    font-size: 17px;
  }

  .star-wrapper img {
    width: 13px;
    height: 13px;
    margin: 0 1px;
  }

}

@media (max-width: 600px) {

  .video {
    margin-bottom: 3rem!important;
  }

  .temoignages.new {
    margin-bottom: 3rem;
  }

  #form_container {
    padding: 3rem 0;
  }

  .dernieres-ventes {
    margin-bottom: 6rem;
    margin-top: -1.5rem;
    position: relative;
    z-index: 10;
  }

  .share-wrapper .links-wrapper a {
    flex: 1 0 100%;
  }

  .custom-logo {
    width: 110px;
  }

  .group .grid {
    grid-template-columns: 1fr;
  }

  .video-wrapper {
    display: none;
  }

  #estimer-bien .main-title, #estimer-bien .subtitle, #estimer-bien h2, #estimer-bien h3, #estimer-bien span {
    color: var(--title);
  }

  #estimer-bien .cinq .item-wrapper.toActive {
    background: rgb(255,138,72);
    background: linear-gradient(119deg, rgba(255,138,72,.5) 0%, rgba(255,92,0,.5) 100%);
  }

  #estimer-bien button, #estimer-bien .trois .item-wrapper, #estimer-bien .cinq .item-wrapper.active, #estimer-bien .dix input[type="submit"], #email-envoye button, #confirm-message button {
    background: rgb(255,138,72);
    background: linear-gradient(119deg, rgba(255,138,72,1) 0%, rgba(255,92,0,1) 100%);
    color: white!important;
  }

  #estimer-bien .dix input[type="submit"] {
    font-size: 1rem!important;
    mix-blend-mode: unset;
    border: none;
  }

  #estimer-bien .neuf .wrapper .item-wrapper {
    border-bottom: 1px solid rgba(0,0,0,.3);
    color: var(--title);
  }

  #estimer-bien .trois .item-wrapper i, #estimer-bien .cinq .item-wrapper i {
    color: white;
  }

  #estimer-bien input.adresse, #estimer-bien input.data_interieur, #estimer-bien input.combien, #estimer-bien .dix input, #estimer-bien input.data_surface {
    border-bottom: 1px solid var(--title);
    color: var(--title);
  }

  #estimer-bien .trois .item-wrapper, #estimer-bien .cinq .item-wrapper.toActive {
    mix-blend-mode: unset!important;
  }

  #estimer-bien input::placeholder {
    color: var(--grey);
  }
  #estimer-bien button.prev, #estimer-bien .trois button.prev {
    font-size: 1rem;
    color: var(--title)!important;
  }

  #estimer-bien {
    height: unset;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .estimation.loader {
    position: relative;
    width: 100px;
    height: 130px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
  }

  .loader-title {
    color: var(--title) !important;
  }

  #email-envoye .h1{
    color: var(--title) !important;
    font-size: 1.4rem;
  }

  #email-envoye .h2{
    color: var(--title) !important;
    font-size: 1rem;
  }

  .page-actualite .grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 3rem;
    margin: 2rem 0 4rem;
  }

  .services .other-agencies {
    width: 90%;
  }

  .banner-agence .main-title br {
    display: block;
  }

  .blob-hero {
    display: none;
  }

  #estimer-bien .main-title {
    font-size: 3rem;
  }

  #estimer-bien .main-title span {
    font-size: .95rem;
    line-height: 0.8em;`
  }

  #estimer-bien .trois button.next, #estimer-bien button, #estimer-bien h2.first, #estimer-bien h2+span, #estimer-bien h3, #estimer-bien .dix h2 span {
    font-size: 1.1rem;
  }

  #estimer-bien .dix h2 span {
    margin-top: 0.5rem;

  }

  #estimer-bien .trois .wrapper, #estimer-bien .cinq .wrapper {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
  }

  #estimer-bien input.data_interieur,  #estimer-bien input.data_surface {
    width: 100%!important;
    margin: 0!important;
    margin-bottom: 1rem!important;
  }

  #estimer-bien .quatre .input-wrapper, #estimer-bien .six .wrapper, #estimer-bien .sept .wrapper,  #estimer-bien .dix .wrapper{
    flex-direction: column;
  }

  #estimer-bien .trois .item-wrapper i, #estimer-bien .cinq .item-wrapper i {
    font-size: 1.5rem;
  }

  #estimer-bien .quatre .wrapper, #estimer-bien input.combien, #estimer-bien .dix input {
    width: 100%;
  }

  #estimer-bien h2 {
    font-size: 1.8rem;
    line-height: 1;
    padding: 0 1rem;
  }

  #estimer-bien input.adresse, #estimer-bien input.data_interieur, #estimer-bien input.combien, #estimer-bien .dix input, #estimer-bien input.data_surface {
    font-size: 1rem;
  }

  #estimer-bien .dix .wpcf7-form-control-wrap input {
    margin: 0!important;
  }

  #estimer-bien .neuf .wrapper {
    grid-template-columns: 1fr;
    grid-gap: 1.5rem 0;
    height: 35vh;
    overflow: auto;
  }

  #estimer-bien button.valider, #estimer-bien .neuf input[type=submit] {
    font-size: 1.2rem;
  }

  #estimer-bien button.valider {
    margin-top: 2rem;
  }

  .mapboxgl-popup{
    transform:none !important;
    top: 0;
    left: 0;
  }

}


@media (max-width: 500px) {


  .dernieres-ventes .grid .card .prix-bien {
    font-size: 2rem;
  }

  .new-sell .icons-wrapper {
    font-size: 1rem;
  }

  .dernieres-ventes .grid .card .location {
    font-size: 1.3rem;
  }

  #form_container {
    padding: 3rem 0;
  }

  .contact-us {
    align-items: start!important;
    padding: 2.5rem 15px;
  }

  .contact-us a {
    width: 100%;
    text-align: center;
  }

  .contact-us h3 {
    font-size: 1.65rem;
    text-align: left!important;
  }

  .contact-us h3 br {
    display: none;
  }

  .hero-title {
    font-size: 3.8rem;
    line-height: 1;
  }
}


@media (max-width: 430px) {

  .hero-title {
    font-size: 3.5rem;
    line-height: 1;
  }

  .services .wrapper::before {
    height: 10%;
  }

  .services .wrapper .isma {
    width: 120px;
  }

  .services {
    margin-bottom: 0;
  }

  .title {
    font-size: clamp(1.8rem, 3vw, 2.2rem);
  }

}


input[name="profile"],
input[name="duration"] {
  list-style: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Styles pour les champs Select2 de localité */
.select2-localite {
  width: 100% !important;
  min-width: 200px;
}

.select2-container {
  min-width: 200px;
}

.select2-container--default .select2-selection--multiple {
  /*max-height: 30px;*/
  padding: 1px 2px;
  transition: all 0.3s ease;
  border: 0px !important;
}

/*.select2-selection {*/
/*  max-height: 30px;*/
/*}*/


.select2-container {
  position: relative;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex!important;
  gap: .5rem;
  flex-wrap: wrap!important;
  padding-left: 0;!important;
}

.select2-search__field {
  margin-top: 0px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #FF5C00;
}

.select2-selection__choice {
    background: #FF5C00;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 1px 2px;
    margin: 4px;
    font-size: 0.9rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #FF5C00;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 1px 2px;
  margin: 4px;
  font-size: 0.9rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: white;
  margin-right: 6px;
  font-size: 1.1rem;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: white;
  opacity: 1;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 0px;
  outline: 0;
}

.select2-dropdown {
  border: 2px solid #E8E8E8;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #FF5C00;
  color: white;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 2px solid #E8E8E8;
  border-radius: 6px;
  padding: 2px 4px;
  transition: all 0.3s ease;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #FF5C00;
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 92, 0, 0.1);
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #FFE0CC;
  color: #FF5C00;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  font-size: 0.95rem;
}