@font-face {
  font-family: "Montserrat";
  src: url("Montserrat-Regular.eot");
  src: url("../font/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
    url("../font/Montserrat-Regular.woff2") format("woff2"),
    url("../font/Montserrat-Regular.woff") format("woff"),
    url("../font/Montserrat-Regular.ttf") format("truetype"),
    url("../font/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* @font-face {
font-family: "Montserrat Regular";
src: url('../font/Montserrat-Regular.eot');
font-weight: Regular;
} */

@font-face {
  font-family: "Montserrat-Bold";
  src: url("../font/Montserrat-Bold.eot");
  src: url("../font/Montserrat-Bold.eot?#iefix") format("embedded-opentype"),
    url("../font/Montserrat-Bold.woff2") format("woff2"),
    url("../font/Montserrat-Bold.woff") format("woff"),
    url("../font/Montserrat-Bold.ttf") format("truetype"),
    url("../font/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

/* ------ GENERAL ------ */

.container-fluid {
  max-width: 2560px;
  /* Soit la lageur d'un écran de 27 pouces */
}

.lazy {
  background: #f2f2f2;
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.cookie {
  padding: 1rem 20%;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
}

.cookie a {
  color: #187ab3;
}

.cookie p {
  font-size: 1.5rem;
}

.hiddenCook {
  display: none;
}

a:focus,
input:focus,
select:focus {
  outline: none;
}

.form-control:focus {
  color: inherit;
  background-color: #fff;
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  font-family: "Montserrat";
}

.no-padding {
  padding: 0;
}

.no-padding-right {
  padding-right: 0;
}

.no-padding-left {
  padding-left: 0;
}

.no-margin {
  margin: 0;
}

a:hover {
  text-decoration: none;
}

.picto-link {
  display: inline-block;
}

/* ------ HEADER ------  */

.navbar-altea {
  /* padding: 2rem 6rem; */
  padding: 0;
  background: #fff;
  /* box-shadow: 0 0.6rem 0.8rem -0.4rem #e9e9e9;*/
  /* margin-bottom:3rem; */
}

.navbar.navbar-altea a:hover {
  color: #636466;
}

.navbar-altea .navbar-nav .nav-link {
  color: #000;
  padding: 0 2.5rem;
}

.navbar-brand {
  padding: 2rem 2rem 2rem 6rem;
  border-right: 0.2rem solid #e9e9e9;
}
.navbar-brand img {
  max-height: 35px;
}

.navbar-right {
  padding: 2rem 6rem 2rem 2rem;
}

.nav-contact {
  display: inline-block;
  padding: 2rem;
  text-align: center;
  border-left: solid 0.2rem #e9e9e9;
  border-right: solid 0.2rem #e9e9e9;
}

.navbar-right span {
  display: block;
}

.nav-contact span {
  display: block;
  color: #187ab3;
}

.footer-link a:hover,
.nav-contact a:hover {
  text-decoration: none;
}

.nav-contact a {
  color: #000;
}

.navbar-right a {
  display: block;
}

/* ------ FOOTER ----- */

.footer-link {
  background: #fff;
  text-align: center;
  padding: 2rem 0;
}

.footer-link a:not(:last-child) {
  border-right: solid 0.1rem #000;
}

.footer-link a {
  padding: 0 1rem;
  color: #000;
  font-size: 1.4rem;
}

.footer-link a:hover {
  color: #187ab3;
}

.footer-social {
  background: #187ab3;
}

.footer-social {
  padding: 2rem 6rem;
}

footer h5 {
  color: #FFF;
  font-weight: 600;
}
footer ul.lienFooter{
  list-style: none;padding: 0;
  font-size: 1.1rem;font-size: 1.2rem;
}
footer ul.lienFooter li{margin-bottom:0.5rem;}
footer ul.lienFooter li a{color: rgba(255, 255, 255, 0.7);}
footer ul.lienFooter li a:hover {color: rgba(255, 255, 255, 1);}

.adresse-footer {
  text-align: right;
}

.footer-social p {
  font-size: 1.1rem;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: bottom;
  color: #fff;
}

.picto-reseau a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 2rem;
  padding: 0 0.5rem;
}

.picto-reseau a:hover {
  color: #fff;
}

/* ------ DETAIL-ACTU ------ */

.detail-actu {
  /* border: solid 1px black; */
  padding: 2.5rem;
  margin-top: 11rem;
}

.bloc-detail-offre h1,
.detail-actu h1 {
  text-align: center;
  font-size: 4.4rem;
  /* Maquette 4.8rem */
  font-weight: bold;
  padding: 3rem 0;
}

.categorie-article a {
  padding: 0 1rem;
  color: #187ab3;
}

.categorie-article a:hover {
  color: #0d5077;
}

.categorie-article a:first-of-type {
  border-right: solid 0.2rem #e9e9e9;
}

.img-actu {
  width: 100%;
  padding: 5rem 0;
}

.detail-actu h2 {
  font-size: 2rem;
  padding: 2rem 0;
  font-weight: bold;
}

.detail-actu p {
  font-size: 1.5rem;
  color: #636466;
  line-height: 3rem;
}

.honoraires p {
  line-height: inherit;
  text-align: justify;
}

.honoraires {
  margin: 3rem 0;
}

.detail-actu .loi h2 {
  padding-bottom: 0;
}

.detail-actu .loi p {
  margin-bottom: 2rem;
}

.detail-actu ul {
  color: #636466;
}

.detail-actu ul li {
  color: #636466;
}

.date {
  font-size: 1.3rem;
  display: inherit;
  text-align: center;
}

.partager {
  text-align: center;
  padding: 4rem 0;
}

.partager p {
  font-weight: bold;
  font-size: 18px;
  color: #000;
}

.bloc-detail-offre .partager p {
  color: #000;
}

.partager a {
  margin: 0 1rem;
  color: #187ab3;
}

.partager a:hover {
  color: #0d5077;
}

.nav-actu {
  background: #e9e9e9;
}

.nav-actu .row {
  padding: 2rem 6rem;
}

.nav-actu a {
  margin-bottom: 0;
  font-size: 1.1rem;
  color: #333132;
  display: inline-block;
  padding: 1rem 0;
}

.nav-actu img:first-of-type {
  padding-right: 1rem;
}

.nav-actu a img:last-of-type {
  padding-left: 1rem;
}

/* ------ ACTUALITES ------ */

.actualites {
  background: url("../images/bg-actu.png");
  margin-top: 8rem;
}

.actualites .row {
  min-height: 24.5rem;
}

/* , .home .row */

.actualites h1,
.home h1,
.home23 h1 {
  color: #fff;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}

.actualites h1 span {
  font-size: 2.2rem;
  display: block;
}

.liste-actu {
  padding: 7rem 4.5rem;
}

.bloc-derniere-actu img,
.liste-actu img {
  width: 100%;
  margin-bottom: 3rem;
  height: 17rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.vignette-actu h2,
.vignette-actu h3 {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1rem 0;
}

.vignette-actu a {
  color: #333132;
}

.vignette-actu p {
  font-size: 1.4rem;
  line-height: 2.8rem;
}

.vignette-actu span:first-of-type {
  color: #187ab3;
  border-right: solid 0.2rem #e9e9e9;
  padding-right: 0.5rem;
}

.vignette-actu span:last-of-type {
  color: #939598;
  padding-left: 0.5rem;
}

.vignette-actu span {
  font-size: 1.2rem;
}

.vignette-actu .col-xl-12 {
  padding: 0 3rem;
}

.bloc-derniere-actu .vignette-actu .col-xl-12,
.liste-actu .vignette-actu .col-xl-12 {
  height: 32rem;
  overflow: hidden;
}

.liste-metier {
  padding: 7rem 4.5rem;
}

.liste-metier .vignette-actu .col-xl-12 {
  height: inherit;
  overflow: inherit;
}

.vignette-actu {
  margin: 3rem 0;
  height: 51.5rem;
}

.liste-metier .vignette-actu {
  height: 82rem;
}

.liste-metier .bloc-shadow-offre {
  height: 100%;
}

.liste-metier img {
  width: 100%;
  margin-bottom: 3rem;
  height: auto;
}

/* .bloc-shadow
{
position:relative;
-webkit-box-shadow:0 0 0 rgba(0, 0, 0, 0.3), 0 0 0 rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow:0 0 0 rgba(0, 0, 0, 0.3), 0 0 0 rgba(0, 0, 0, 0.1) inset;
box-shadow:0 0 0 rgba(0, 0, 0, 0.3), 0 0 0 rgba(0, 0, 0, 0.1) inset;
}
.bloc-shadow:before, .bloc-shadow:after
{
content:"";
position:absolute;
z-index:-1;
-webkit-box-shadow:0 0 2rem rgba(158,158,158,0.4);
-moz-box-shadow:0 0 2rem rgba(158,158,158,0.4);
box-shadow:0 0 2rem rgba(158,158,158,0.4);
top:0;
bottom:0;
left:1.5rem;
right:1.5rem;
}
.bloc-shadow:after
{
right:1rem;
left:auto;
-webkit-transform:skew(8deg) rotate(3deg);
-moz-transform:skew(8deg) rotate(3deg);
-ms-transform:skew(8deg) rotate(3deg);
-o-transform:skew(8deg) rotate(3deg);
transform:skew(8deg) rotate(3deg);
} */

form.formfraisnotaire,
form.formplanfinancement {
  display: block;
  margin: 0 auto;
}

form.formfraisnotaire span,
form.formplanfinancement span {
  display: block;
  width: 100%;
  line-height: 20px;
}

form.formfraisnotaire span label,
form.formplanfinancement span label {
  width: 35%;
  line-height: 20px;
}

form.formfraisnotaire span input,
form.formfraisnotaire span select,
form.formplanfinancement span input,
form.formplanfinancement span select {
  width: 60%;
}

form.minimoteur {
  display: block;
  margin: 0 auto;
}

form.minimoteur .label {
  display: block;
  width: 100%;
  line-height: 20px;
  margin-bottom: 10px;
}

form.minimoteur .label .critere {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.aller-plus-loin,
.dernieres-offres {
  background: #f1f2f2;
}

.bloc-aller-plus-loin,
.bloc-derniere-actu,
.bloc-offre-metro,
.bloc-une,
.dernieres-offres .bloc-derniere-offre {
  padding: 4rem 6rem;
}

.bloc-derniere-offre .offre-card .img-offre,
.bloc-derniere-offre .offre-card .info-offre {
  height: 20rem;
  /* padding-bottom: 1rem; */
}

.bloc-derniere-offre .info-offre h3 {
  font-size: 1.6rem;
  padding: 2rem 0 1rem;
}

.bloc-derniere-offre-v2 .offre-card .img-offre {
  padding-bottom: 0;
}

.bloc-derniere-offre-v2 .info-offre h3 {
  padding: 2rem 0 1rem;
  font-weight: bold;
  font-size: 2rem;
}

.dernieres-offres .bloc-derniere-offre-v2 h3::after {
  content: "";
  display: block;
  border-bottom: solid 0.2rem #187ab3;
  width: 8%;
  text-align: center;
  margin: auto;
  padding: 0.5rem;
}

.bloc-derniere-offre-v2 .info-offre span {
  font-size: 1.6rem !important;
}

.bloc-derniere-offre-v2 .info-offre span.station {
  font-size: 1.4rem !important;
  font-weight: bold;
}

.bloc-derniere-offre-v2 .offre-card .info-offre {
  height: inherit;
}

.bloc-derniere-offre .info-offre span {
  font-size: 1.5rem;
}

.bloc-aller-plus-loin h2,
.bloc-derniere-actu h2,
.bloc-offre-metro h2,
.bloc-une h2,
.demande-express h2,
.dernieres-offres h2,
.modal-cookie h2 {
  text-align: center;
  font-size: 2.4rem;
}

.bloc-aller-plus-loin h2::after,
.bloc-derniere-actu h2::after,
.bloc-offre-metro h2::after,
.bloc-une h2::after,
.demande-express h2::after,
.dernieres-offres h2::after,
.modal-cookie h2::after {
  content: "";
  display: block;
  border-bottom: solid 0.2rem #187ab3;
  width: 8%;
  text-align: center;
  margin: auto;
  padding: 0.5rem;
  margin-bottom: 3rem;
}

.superficie:after {
  content: "";
  display: block;
  border-bottom: solid 0.2rem #e9e9e9;
  width: 60%;
  text-align: center;
  margin: auto;
  padding: 0.5rem;
  margin-bottom: 1rem;
}

.img-offre img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.info-offre,
.info-offre-metro {
  background: #fff;
}

.info-offre h3 {
  font-size: 1.6rem;
  /* maquette 2.2rem */
  font-weight: bold;
  padding: 2rem 0;
}

.info-offre-metro h3 {
  font-size: 1.4rem;
  /* maquette 2.2rem */
  font-weight: bold;
  padding: 2rem 0 1.5rem;
}

.info-offre span,
.info-offre-metro span {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  /* mauette 1.8rem */
}

.info-offre .station,
.info-offre-metro .station {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}

.info-offre-metro .station img {
  height: 28px;
  margin: 0 2px;
}

.info-offre .station img {
  height: 20px;
  margin: 0 2px;
}

.info-offre p {
  font-size: 1.2rem;
  color: #187ab3;
  /*padding-top: 2.5rem;*/
}

.bloc-detail-offre .info-offre p {
  color: #187ab3;
}

.info-offre p:hover {
  color: #0d5077;
}

.metro {
  display: block;
  margin: auto;
  padding-top: 1rem;
}

.liste-metro {
  margin: 2rem 0;
}

.offre-card {
  margin: 2rem 0;
  text-align: center;
}

.offre-card a {
  color: #000;
}

/* .offre-card a:hover{
color:#0d5077;
} */

/* .offre-card .row{
box-shadow: 0 0 2rem rgba(158,158,158,0.4);
} */

.bloc-shadow-offre {
  box-shadow: 0 0 2rem rgba(158, 158, 158, 0.4);
}
/*MODAL COOKIES*/
.switch-cookie {
  position: relative;
  display: inline-block;
  width: 60px !important;
  height: 34px;
}
.switch-cookie input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider-cookie {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}
.slider-cookie:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
input:checked + .slider-cookie {
  background-color: #0d5077;
}
input:focus + .slider-cookie {
  box-shadow: 0 0 1px #0d5077;
}
input:checked + .slider-cookie:before {
  transform: translateX(26px);
}
.modal-content.cookie {
  padding: 0;
}
.modal-cookie .modal-body {
  height: 650px;
  padding: 5rem;
}
.modal-cookie .formright {
  width: 100%;
  margin: 20px 0px 20px !important;
}
.cookie-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 7rem;
  padding: 0.5rem 1rem;
  background: #fff;
  border: 2px solid #f0f0f0;
  margin: 2.5rem 0;
  border-radius: 5px;
  transition: all 0.4s;
}
.cookie-desc {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  cursor: pointer;
  margin: 0;
}
.cookie-req {
  font-size: 18px;
  color: #c0c0c0;
  font-weight: bold;
  font-style: italic;
  margin: 0;
}
.formcookie1 .title.bleu {
  margin: 0 0 0.5rem;
  font-size: 21px;
}
.collpase-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
}
.collapse-desc {
  margin: 0.5rem 0;
  padding: 0 5rem 0 0;
  height: 0rem;
  display: none;
  align-items: center;
  transition: all 0.4s;
  flex-wrap: wrap;
}
.collapse-desc span {
  font-size: 14px;
  color: #c0c0c0;
  font-style: italic;
  margin-top: 0.5rem;
}
.uncoll {
  display: flex !important;
  height: 9rem !important;
}
.intro-cookie {
  margin: 1.5rem 0 1rem 0;
}
.closeCook.btn {
  font-size: 1.5rem;
  color: #fff;
  background-color: #0d5077;
  margin: 0rem 2rem 0 0;
  text-decoration: none !important;
  border: 2px solid #0d5077;
  vertical-align: middle;
  padding: 0.5rem 1rem;
  border-radius: 7.5px;
  transition: all 0.4s;
}
.closeCook.btn:hover {
  color: #0d5077;
  background-color: #fff;
  border-radius: 0;
}
.closenoCook.btn {
  font-size: 1.5rem;
  color: #0d5077;
  margin: 2rem 0 0 2rem;
  text-decoration: none !important;
  border: 2px solid #0d5077;
  vertical-align: middle;
  padding: 0.5rem 1rem;
  border-radius: 7.5px;
  transition: all 0.4s;
}
.closenoCook.btn:hover {
  border-radius: 0;
}
#modal-cookie-btn {
  font-weight: bold;
  color: #293e4c;
}
.modal-dialog.modal-lg {
  min-height: 70rem;
}
.open-modal-cookie {
  font-size: 1.5rem;
  color: #0d5077;
  background-color: #fff;
  margin: 0rem 2rem 0 0;
  text-decoration: none !important;
  border: 2px solid #0d5077;
  vertical-align: middle;
  padding: 0.5rem 1rem;
  border-radius: 7.5px;
  transition: all 0.4s;
}

/*-------------*/

/* ------ HOMEPAGE ------ */

.home {
  /* background: url('../images/bg-top-home.png'); */
  margin-top: 8rem;
  height: 36rem;
  position: relative;
}
.home23 {
  height: calc(100vh - 82px);
  position: relative;
  overflow-x: hidden;
}
#carousel-home {
  height: 100%;
}

#carousel-home .carousel-item,
#carousel-home .carousel-item img {
  height: 100%;
  background: #093047;
}

#carousel-home .carousel-item img {
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 80%;
}

.block-carousel-home {
  /* height:32rem; */
  height: 100%;
  position: relative;
}

.moteur-home {
  position: absolute;
  top: 3rem;
  right: -50%;
  left: -50%;
}

.home23 .moteur-home {  top: 50%;  left: 50%;  transform: translate(0%, -50%);z-index: 1;position: absolute;width: 50%;}
.block-carousel-home .blocContenu {
  position: absolute;
  top: 59.5%;
  background-color: rgba(20, 30, 36, 0.6);
  padding: 2.5rem 4rem;
  display: flex;
  max-width: 1140px;
  margin: 0 auto;
  right: calc((100vw - 1140px) / 2);
}
.block-carousel-home .blocContenu h3 {
  width: 40%;
  height: 100%;
  position: relative;
  font-size: 3rem;
  font-weight: 700;
}
.block-carousel-home .blocContenu p {
  width: 60%;
  height: 100%;
  position: relative;
  font-size: 1.4rem;
}
/* .block-carousel-home .d-block.w-100{
height:50rem;
} */

/* #carousel-home{
background: url('../images/bg-top-home.png');
} */

/* .carousel-fade {
.carousel-item {
display: block;
position: absolute;
opacity: 0;
transition: opacity .75s ease-in-out;

&.active {
opacity: 1;
}
}
} */

img.visuel {
  display: block;
  margin: 0 auto 10px;
}

/* .home .row{
min-height: 24.5rem;
} */

.bloc-une {
  background: #fff;
}

.bloc-une a {
  display: block;
}

.offre-une img {
  height: 13.8rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.txt-une {
  height: 15rem;
  padding: 3rem;
  text-align: center;
  color: #000;
  font-weight: bold;
}

.titre-img {
  position: relative;
}

.titre-img span {
  position: absolute;
  color: #fff;
  z-index: 3;
  width: 100%;
  top: 45%;
  right: 0;
  text-align: center;
  font-size: 2rem;
  text-shadow: 0.5px 0.5px 2px #000;
}

.bloc-plus {
  text-align: center;
  margin-bottom: 4rem;
}

.bloc-plus:nth-child(3) {
  border-right: 0.2rem solid #e9e9e9;
  border-left: 0.2rem solid #e9e9e9;
}

.bloc-plus img {
  padding-bottom: 2rem;
}

.bloc-plus h3 {
  font-weight: bold;
  font-size: 1.8rem;
  padding-bottom: 1.5rem;
}

.bloc-plus h3 a {
  color: inherit;
}

.bloc-plus a {
  color: #212529;
}

.bloc-plus a:hover {
  color: #187ab3;
}

.placement {
  background: #fff;
  padding: 3rem 3rem;
  text-align: center;height: 100%;
}

.placement h3 {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  padding-bottom: 1.5rem;
}

.txt-alteagroup {
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  padding-top: 1.5rem;
}

.img-placement {
  /*background: url('../images/vendu-par-alteagroup.png');*/
  background-position: center;
  background-clip: content-box;
  background-repeat: no-repeat;
  position: relative;
  aspect-ratio: 3/2;
  width: 100%;
  overflow: hidden;
}

.content-img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  /*height: 272px;*/
  aspect-ratio: 3/2;
  width: 100%;
}

.accroche-vendu {
  position: absolute;
  /*top: 76px;
  left: 115px;*/
  top:calc(50% - 60px);
  left:calc(50% - 140px);
}

.offre-metro {
  background: url("../images/bg-metro.png");
}

#carousel-vendu {
  aspect-ratio: 3/2;
  width: 100%;
}

#carousel-vendu .carousel-inner,
#carousel-vendu .carousel-item,
#carousel-vendu .carousel-item a {
  height: 100%;
}

#carousel-vendu .carousel-item a {
  display: inline-block;
  width: 100%;
}

#carousel-vendu .carousel-item img {
  -o-object-fit: cover;
  object-fit: cover;
}

/* MOTEUR HOME (Include) */

.moteur span {
  display: block;
  font-size: 26px;
  text-transform: none;
}

.moteur h1 {
  text-transform: uppercase;
  font-family: "Montserrat-Bold";
  font-size: 36px;
  font-weight: initial;
  background-color: rgba(20, 30, 36, 0.4);
  padding: 1.7rem;
  width: auto;
}

/* .home::after {
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
background: #0003;
} */

.btn-moteur {
  padding: 1.2rem;
  background: #187ab3;
  font-family: "Montserrat-Bold";
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  border: none;
  display: inline-block;
  width: 290px;
  text-align: center;
}

.form-home .btn-moteur {
  cursor: pointer;
}

button.btn-moteur:hover {
  background: #0d5077;
}

span.btn-moteur {
  background: #0d5077;
}

a.btn-moteur:hover {
  background: #0d5077;
  color: #fff;
}

.form-home .btn-moteur {
  padding: 0.5rem 1rem;
}

.box-shadow-home {
  background-color: rgba(20, 30, 36, 0.4);
  box-shadow: 0px 0px 0px 25px rgba(20, 30, 36, 0.4);
}

.moteur {
  /*margin-top: 2rem;*/
  margin-bottom: 2rem;
}

.input-moteur {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  text-align: center;
}

span.list_prop_situ {
  float: inherit;
  height: inherit;
  width: inherit;
  display: inherit;
}

.span-input-moteur {
  display: block;
  min-height: 5rem;
  overflow: hidden;
  white-space: nowrap;
}

.long-input {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}

.input-moteur #inputString {
  display: inline-block;
  vertical-align: middle;
  border: none;
  width: 380px;
  height: 38px;
  line-height: 38px;
  font-size: 1.3rem;
  float: left;
}

.input-moteur #inputString::-webkit-input-placeholder,
#prix_min::-webkit-input-placeholder,
#ref::-webkit-input-placeholder {
  font-family: "Montserrat";
  font-weight: initial;
  color: #b8b8b8;
}

.input-moteur #inputString:-ms-input-placeholder,
#prix_min:-ms-input-placeholder,
#ref:-ms-input-placeholder {
  font-family: "Montserrat";
  font-weight: initial;
  color: #b8b8b8;
}

.input-moteur #inputString::-ms-input-placeholder,
#prix_min::-ms-input-placeholder,
#ref::-ms-input-placeholder {
  font-family: "Montserrat";
  font-weight: initial;
  color: #b8b8b8;
}

.input-moteur #inputString::-moz-placeholder,
#prix_min::-moz-placeholder,
#ref::-moz-placeholder {
  font-family: "Montserrat";
  font-weight: initial;
  color: #b8b8b8;
}

.input-moteur #inputString::placeholder,
#prix_min::placeholder,
#ref::placeholder {
  font-family: "Montserrat";
  font-weight: initial;
  color: #b8b8b8;
}

.bloc-moteur .form-group #inputString {
  display: inline-block;
  vertical-align: middle;
  border: none;
}

.bloc-moteur .input-moteur #suggestions {
  padding: 0 0.5rem;
  top: 5rem;
  /*width: 350px;*/
  width: auto;
  /*left: auto;*/
  left: 100px;
  text-align: left;
}

.span-input-moteur #suggestions {
  padding: 0 0.5rem;
  top: 5rem;
  width: 100%;
}

.form-control.input-moteur.long-input {
  width: 617px;
  min-height: 5rem;
}

.input-moteur #searchresults {
  width: 100%;
  border: none;
  font-size: 1.2rem;
  font-family: "Montserrat";
}

.bloc-moteur .form-group #searchresults {
  border: none;
  font-size: 1.2rem;
  font-family: "Montserrat";
}

.form-group #searchresults a:hover,
.input-moteur #searchresults a:hover {
  background: #187ab3;
}

span.list_prop_situ .choixsitu .situ,
span.list_prop_situ .choixsitu .suppsitu a {
  font-size: 1.2rem;
  font-family: "Montserrat";
  background: #187ab3;
  color: #fff;
}

.demande-express .input-moteur {
  line-height: 3rem;
  border: solid 1px #c3c6c6;
  font-size: 1.2rem;
}

.form-home .form-control {
  border-radius: 0;
  padding: 0.6rem;
  font-size: 1.4rem;
}

.form-home .form-group {
  margin-bottom: 0;
  padding: 0 0.5rem;
}

.form-home {
  margin: 2rem 0 0;
}

.form-control::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Montserrat";
}

.form-control:-ms-input-placeholder {
  color: #000;
  opacity: 1;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Montserrat";
}

.form-control::-ms-input-placeholder {
  color: #000;
  opacity: 1;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Montserrat";
}

.form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Montserrat";
}

.form-control::placeholder {
  color: #000;
  opacity: 1;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Montserrat";
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

/* Chrome */

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Opéra*/

input::-o-inner-spin-button,
input::-o-outer-spin-button {
  -o-appearance: none;
  margin: 0;
}

/* ------ RESULTAT RECHERCHE ----- */

.resultat-recherche {
  margin-top: 8rem;
}

.resultat-recherche h1 {
  font-size: 3rem;
  font-weight: bold;letter-spacing: -1px;
}

.bloc-resultat-recherche {
  padding: 2rem 6rem 1rem;
}
.bloc-resultat-recherche p a {
  color: inherit;
  text-decoration: underline;
}

.ariane-detail ol,
.ariane-detail li {
  display: inline-block;
}

.bread a {
  color: #414042;
  font-size: 1.3rem;
  padding: 1rem;
  display: block;
  background: #f1f2f2;
  margin: 1rem;
}

.bread.ariane-detail span {
  margin: 0;
  background: inherit;
}

.ariane-detail span,
.bloc-resultat-recherche span {
  background: #f1f2f2;
  margin: 1rem;
  display: inline-block;
}

.ariane-detail span a:hover,
.bloc-resultat-recherche span a:hover {
  color: #fff;
}

.bread.ariane-detail span:hover {
  background: #187ab3;
}

.bread.ariane-detail a:hover {
  background: #187ab3;
}

.bread.ariane-detail a:hover span {
  color: #f1f2f2;
}

.bread.ariane-detail ol {
  padding-left: 0;
}

.ariane-detail span:hover,
.bloc-resultat-recherche span:hover {
  background: #187ab3;
}

.ariane-detail span a,
.bloc-resultat-recherche span a {
  color: #414042;
  font-size: 1.3rem;
  padding: 1rem;
  display: block;
}

/* Moteur de Recherche */

.form-resultat {
  background: #f1f2f2;
  padding: 2rem 6rem;
  width: 100%;
}

/* .form-resultat .form-control{
width: auto;
} */

.form-resultat .form-group {
  padding: 0 1.2rem;
}

/* .resultat-recherche .form-inline label{
padding: 0 0.5rem;
} */

.form-box {
  display: inline-flex;
  align-items: center;
  /*justify-content: center;*/
  flex-direction: row;
  text-align: center;
}

.hide-btn {
  display: none !important;
}

.show-btn {
  display: block !important;
}

.add-margin {
  margin-left: 3.5rem;
}

.form-check-label {
  font-size: 1.2rem;
}

.btn-transac {
  line-height: 1.5rem;
  padding: 1rem;
  background: #c3c6c6;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  border: none;
  cursor: pointer;
  border-radius: inherit;
  width: 8rem;
}

.tog-type .btn-transac {
  width: 10rem;
}

.form-mdr-deploye .input-moteur,
.form-resultat .input-moteur {
  line-height: 4rem;
  min-height: 4rem;
  border: solid 1px #c3c6c6;
  font-size: 1.2rem;
}

.type-rdc {
  margin-right: 5px;
}

/*.form-resultat .form-control::placeholder, .form-mdr-deploye .form-control::placeholder{
  color: #939598;
}*/

.form-resultat .form-group:first-of-type {
  padding-left: 0;
  padding-right: 1.5rem;
}

.form-resultat .form-group:last-of-type {
  padding-left: 1.5rem;
  padding-right: 0;
}

.small-input {
  max-width: 5.5rem;
}

.medium-input {
  max-width: 8rem;
}

/* .long-input{
min-width: 30rem;
} */

.lab-form {
  color: #187ab3;
  font-weight: bold;
  font-size: 1.4rem;
  padding-right: 1rem;
}

.form-resultat .btn-group {
  margin-right: 1.5rem;
}

/* .form-group:nth-child(4){
padding: 0.7rem 1.6rem;
} */

.form-mdr-deploye .card .form-group {
  padding: 0.7rem 0;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #187ab3 transparent transparent transparent;
  position: absolute;
  right: 50%;
  top: 1rem;
}

.mdr-deploye {
  height: 1rem;
  background: #187ab3;
}

.mdr-deploye a {
  padding: 1rem;
  display: inline-block;
  top: -25px;
  position: absolute;
  right: -15px;
  font-size: 1rem;
  color: #fff;
  z-index: 1;
}

.form-mdr-deploye .card {
  border: none;
  background-color: #187ab3;
  border-radius: inherit;
  padding: 0.5rem 0;
  /* padding:1.5rem 1.5rem 2rem 1.5rem; */
}

.form-mdr-deploye {
  width: 100%;
}

.form-mdr-deploye .form-group {
  display: inline-flex;
  color: #fff;
}

.form-mdr-deploye .form-group .lab-form {
  font-weight: bold;
  color: #fff;
  padding: 0 2rem;
}

.info-carrousel-1,
.info-carrousel-2,
.info-carrousel-3 {
  position: absolute;
  color: #fff;
  padding: 1rem;
}

.info-carrousel-1 {
  top: 0;
  right: 0;
}

.info-carrousel-1 a {
  color: #c3c6c6;
  font-size: 1.6rem;
  padding: 1rem;
}

.info-carrousel-1 a.active,
.info-carrousel-1 a:active,
.info-carrousel-1 a:hover {
  color: #fff;
}

.info-carrousel-2 {
  bottom: 0;
  left: 0;
}

.info-carrousel-3 {
  bottom: 0;
  right: 0;
}

.liste-offre {
  padding: 2rem 4.5rem;
  min-height: 40rem;
}

.vignette-offre {
  width: 100%;
}

.btn-resultat {
  margin-bottom: 2rem;
}

.info-offre-resultat {
  padding: 2rem;
}

.info-offre-resultat h2 {
  font-size: 2rem;
  /* Maquette 2.2rem */
  font-weight: bold;
  height: 72px;
}

.info-offre-resultat span:first-of-type {
  padding-right: 1rem;
  font-size: 1.8rem;
}

.info-offre-resultat span:last-of-type {
  font-size: 1.4rem;
}

.info-offre-resultat img {
  padding-right: 0.5rem;
}

.info-offre-resultat .transport {
  display: block;
  margin-top: 0.5rem;
  height: 28px;
  overflow: hidden;
}

.info-offre-resultat .transport img {
  padding-right: 0.5rem;
  height: 28px;
}

.map iframe {
  height: 100%;
  width: 100%;
  position: relative;
}

.btn-map {
  position: absolute;
  z-index: 3;
  left: -2rem;
  top: 50%;
}

.bulloffre {
  width: 220px;
  height: 180px;
  overflow: hidden;
}

.bulloffre a {
  width: 220px;
  height: 146px;
}

.bulloffre a img {
  width: 220px;
  height: 146px;
}

.bulloffre .infosbulle {
  width: 56%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  position: relative;
  padding: 0 2%;
}

.bulloffre .infosbulle1 {
  width: 36%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: right;
  color: #187ab3;
  padding: 0 2%;
  float: right;
}

.liste_stations img {
  height: 28px;
  margin: 0 2px;
}

.conteneur-ligne {
  float: left;
  width: 100%;
  height: 180px;
  overflow-x: auto;
  white-space: nowrap;
  overflow-y: hidden;
}

.lignegraph {
  width: auto;
  height: 180px;
  display: inline-block;
  float: none;
}

.lignegraph .ligne-transport {
  position: absolute;
  bottom: 17px;
  height: 6px;
  left: 0;
}

.scrollstyle1::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.scrollstyle1::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.scrollstyle1::-webkit-scrollbar-track {
  background-color: #fff;
}

/*.lignegraph ul.liste-stations{display:inline-block;top:0;height:30px;left:0;z-index:10;list-style: none;padding:0 10px;}
.lignegraph ul.liste-stations li.OneStation{display:inline-block;height:150px;width:40px;margin:0 5px;}
.lignegraph ul.liste-stations li.OneStation .bullestation{position:absolute;bottom:0;left:0;height:20px;width:20px;border-radius:10px;margin:0 10px 0 0;}
.lignegraph ul.liste-stations li.OneStation .nomStation{position:absolute;bottom:76px;left:-9px;height:auto;width:230px;-moz-transform: rotate(-30deg);-webkit-transform: rotate(-30deg);transform: rotate(-30deg);font-weight:bold;font-size:14px;}
*/

.lignegraph span.OneStation {
  display: inline-block;
  height: 150px;
  width: 50px;
  white-space: nowrap;
  position: relative;
}

.lignegraph span.OneStation .fondeligne {
  position: absolute;
  bottom: 7px;
  height: 6px;
  left: 0;
  width: 50px;
}

.lignegraph span.OneStation a.bullestation {
  position: absolute;
  bottom: 0;
  left: 15px;
  height: 18px;
  width: 18px;
  border-radius: 10px;
  margin: 0 10px 0 0;
  z-index: 10;
}

.lignegraph span.OneStation a.nomStation {
  position: absolute;
  bottom: 76px;
  left: 6px;
  height: auto;
  width: 230px;
  color: #414042;
  transform: rotate(-30deg);
  font-weight: bold;
  font-size: 16px;
  overflow: hidden;
}

.lignegraph span.OneStation:hover a.nomStation {
  color: #0079b4;
}

ul.liste-lignes {
  float: left;
  height: 50px;
  width: 100%;
  padding: 0 8px;
  list-style: none;
  text-align: right;
}

ul.liste-lignes li.UneLigne {
  float: left;
  height: 50px;
  line-height: 50px;
  margin-left: 2px;
}

ul.liste-lignes li.UneLigne a {
  display: block;
  height: 50px;
  background: #ebebed;
  padding: 9px 0 9px 5px;
}

ul.liste-lignes li.UneLigne a:hover {
  background: #fff;
}

ul.liste-lignes li.UneLigne a img {
  float: left;
  position: relative;
  height: 32px;
  width: 32px;
  margin: 0 2px;
}

.card-resultat {
  margin: 1.5rem 0;
}

.card-resultat .carousel a img {
  height: 210px;
  -o-object-fit: cover;
  object-fit: cover;
}

.active-o {
  color: #fff;
}

.bloc-detail-offre .carousel-inner img {
  height: 550px;
  -o-object-fit: cover;
  object-fit: cover;
}

div[id^="carousel-offre"] .lien-offre::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 64%,
    rgba(0, 0, 0, 0) 72%,
    rgba(0, 0, 0, 0) 75%,
    rgba(0, 0, 0, 0.65) 91%,
    rgba(0, 0, 0, 0.65) 97%,
    rgba(0, 0, 0, 0.65) 100%
  );
  z-index: 9;
}

div[id^="carousel-detail-offre"].vendu::after,
div[id^="carousel-offre"].vendu::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/vendu.svg");
  background-position: center;
  background-repeat: no-repeat;
}

div[id^="carousel-detail-offre"].option::after,
div[id^="carousel-offre"].option::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/sous_option.svg");
  background-position: center;
  background-repeat: no-repeat;
}

div[id^="carousel-detail-offre"].promesse::after,
div[id^="carousel-offre"].promesse::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/sous_promesse.svg");
  background-position: center;
  background-repeat: no-repeat;
}

div[id^="carousel-detail-offre"].confidentielle::after,
div[id^="carousel-offre"].confidentielle::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/confidentiel.svg");
  background-position: center;
  background-repeat: no-repeat;
  /* background-color: rgba(24, 122, 179, 0.5) */
  background-color: rgba(255, 255, 255, 0.5);
}

div[id^="carousel-detail-offre"].loue::after,
div[id^="carousel-offre"].loue::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/loue.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.carousel-control-next,
.carousel-control-prev,
.info-carrousel-1,
.info-carrousel-2,
.info-carrousel-3 {
  z-index: 100;
}

.bloc-derniere-actu {
  background: #f1f2f2;
  position: relative;
}

/* .bloc-derniere-actu .vignette-actu a */

.vignette-actu a {
  background: #fff;
  display: block;
  padding-bottom: 2rem;
}

.bloc-derniere-actu .vignette-actu img {
  width: 100%;
  margin-bottom: 3rem;
}

.btn-resultat select {
  /* width: 100%; */
  padding: 1.52rem 0 1.52rem 0.5rem;
  font-size: 1.2rem;
}

.btn-alerte {
  padding: 1rem;
  background: #187ab3;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  border: none;
  cursor: pointer;
  border-radius: inherit;
}

.btn-a2 {
  font-size: 1.2rem;
  text-transform: inherit;
  background: inherit;
  color: #212529;
}

.btn-a2 img {
  background: #0d5077;
  border-radius: 50%;
  padding: 0.5rem;
  margin-right: 0.5rem;
}

.btn-a2.btn-alerte:hover {
  background: inherit;
  color: #0d5077;
}

.btn-alerte.btn-mdr {
  background: #0d5077;
  margin-left: 2.5rem;
}

.btn-alerte.btn-mdr:hover {
  background: #c3c6c6;
}

.btn-alerte:hover {
  background: #0d5077;
  color: #fff;
}

.btn-alerte img {
  padding-right: 0.5rem;
}

/* ------ DETAIL OFFRE ------ */

.detail-offre {
  margin-top: 8rem;
}

.ariane-detail {
  text-align: center;
}

.bloc-detail-offre {
  padding: 4rem 0;
}

.bloc-detail-offre p {
  color: #636466;
  font-size: 1.5rem;
}

.bloc-detail-offre h1 span {
  background: inherit;
  display: block;
}

.bloc-detail-offre h1 span.titre-surf {
  font-weight: bold;
  font-size: 3rem;
}

.img-nego {
  border-radius: 8rem;
  width: 16rem;
  height: 16rem;
  margin-bottom: 1rem;
}

.contact-nego {
  background: #f1f2f2;
  padding: 4rem;
}

.contact-nego p {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #000;
}

.contact-nego a {
  display: inline-block;
  padding: 1rem;
  margin-top: 3rem;
}

.ligne-metro img {
  padding: 0.5rem;
  height: 42px;
}

.ligne-metro {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.text-accroche {
  font-size: 1.8rem;
}

.info-surface-a {
  width: 50%;
  text-align: left;
}

.info-prix-a {
  width: 50%;
  font-size: 1.8rem;
}

.info-prix-b {
  width: 50%;
  font-size: 1rem;
}

.info-prix-a strong {
  font-size: 2.2rem;
}

.info-ref-a {
  width: 100;
}

.green p {
  color: #6e9c38;
}

.red p {
  color: #b81721;
}

.green p,
.red p {
  font-size: 1rem;
  margin-top: 1rem;
}

.green span,
.red span {
  font-weight: bold;
  font-size: 1.4rem;
  display: block;
}

.green,
.red {
  padding: 2rem 0;
}

.blue-title {
  color: #187ab3;
  font-weight: bold;
  font-size: 2rem;
  padding: 4rem 0 2rem;
  text-align: left;
}

.detail-liste {
  text-align: left;
  color: #636466;
  padding: 0;
}

.no-style {
  list-style: none;
  padding: 0;
}

.detail-liste .no-style li {
  padding-bottom: 0;
  padding-left: 0;
}

.detail-liste li {
  padding-bottom: 1rem;
  padding-left: 0.5rem;
}

.detail-liste li.no-style {
  padding-left: 0;
}

.bg-gris {
  background: #f1f2f2;
}

.street-view iframe {
  padding: 3rem 0 4rem;
}

.bloc-detail-offre table {
  width: 100%;
  text-align: center;
  /* border: solid 1px #f1f2f2;*/
  /* margin-bottom: 3rem; */
}

.summary_left {
  border: solid 1px transparent !important;
}

.bloc-detail-offre th {
  background: #f1f2f2;
  font-weight: 400;
  padding: 1rem 0;
  font-size: 1.4rem;
  color: #636466;
}

.bloc-detail-offre td {
  padding: 1rem 0;
  border-top: solid 1px #f1f2f2;
  border-bottom: solid 1px #f1f2f2;
}

.map-fluid {
  margin: 3rem 0;
}

.lien-metro {
  padding: 1rem;
  background: #f1f2f2;
  display: inline-block;
  margin: 1rem;
}

.lien-metro a {
  display: block;
}

.lien-metro img {
  padding: 0.2rem;
}

.lien-metro img.imgtransport {
  height: 4rem;
}

.lien-metro a.link-station {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2rem;
  margin: 0.5rem auto;
}

.dpe h2 {
  margin: 4rem 0 2rem;
  font-weight: bold;
  font-size: 2rem;
}

.bloc-contact {
  position: -webkit-sticky;
  position: sticky;
  top: 8.4rem;
  border: solid 0.4rem #fff;
}

.relative {
  position: relative;
}

/* TRICKS background */

.col-xl-12.no-padding-left.street-view::after {
  content: " ";
  position: absolute;
  display: block;
  right: 0;
  background: #f1f2f2;
  background-repeat: no-repeat;
  z-index: -1;
  width: 999em;
  top: -15px;
  left: 0;
  bottom: -15px;
}

.col-xl-12.no-padding-left.street-view::before {
  content: " ";
  width: 2074rem;
  position: absolute;
  background-repeat: no-repeat;
  display: block;
  z-index: -24;
  /* width: 999em; */
  top: -15px;
  right: 0;
  bottom: -15px;
  background: #f1f2f2;
}

.limite-bg-fluid {
  overflow-x: hidden;
}

.form-modal {
  padding: 0.5rem;
}

.modal-title {
  color: #187ab3;
  font-weight: bold;
}

.validation {
  text-align: center;
}

.validation i {
  font-size: 4rem;
  color: #6e9c38;
  margin: 4rem 0;
}

.close {
  font-size: 3rem;
}

.link-modal-contact {
  color: #187ab3;
}

#demandeExpress .modal-lg {
  max-width: 912px;
}

.demande-express h2 {
  padding: 3rem 0 1rem;
}

.num-tel {
  color: #187ab3;
  margin: 0;
  font-size: 2.2rem;
  font-weight: bold;
}

.demande-express p {
  font-weight: bold;
  font-size: 1.2rem;
}

.demande-express .btn-alerte {
  margin: 2rem 0;
}

.btn-statut {
  line-height: 2rem;
  padding: 0.9rem;
  background: #c3c6c6;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  border: none;
  cursor: pointer;
  border-radius: inherit;
}

.btn-statut:hover {
  background: #187ab3;
}

.demande-express .btn-group {
  display: inline-block;
  margin-bottom: 1rem;
  /* width: 100%;
  text-align: center; */
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  /* background: #187ab3; */
  background: #0d5077;
}

select.form-control:not([size]):not([multiple]) {
  height: 100%;
}

.custom-select-lg {
  font-size: 1.2rem;
  /* padding-top:1rem;
  padding-bottom:1rem; */
}

#partageExpressForm .form-part1 .form-group,
#partageExpressForm .form-part2 .form-group,
.form-part1 .form-group,
.form-part2 .form-group:not(:last-child) {
  height: 4rem;
}

#demandeExpressForm .form-group input,
#demandeExpressForm .form-group input::-webkit-input-placeholder,
#demandeExpressForm .form-group select,
#demandeExpressForm .form-group textarea,
#demandeRappelFormRC .form-group input,
#demandeRappelFormRC .form-group input::-webkit-input-placeholder,
#demandeRappelFormRC .form-group select,
#demandeRappelFormRC .form-group textarea,
#partageExpressForm .form-group input {
  text-align: left;
}

#demandeExpressForm .form-group input,
#demandeExpressForm .form-group input:-ms-input-placeholder,
#demandeExpressForm .form-group select,
#demandeExpressForm .form-group textarea,
#demandeRappelFormRC .form-group input,
#demandeRappelFormRC .form-group input:-ms-input-placeholder,
#demandeRappelFormRC .form-group select,
#demandeRappelFormRC .form-group textarea,
#partageExpressForm .form-group input {
  text-align: left;
}

#demandeExpressForm .form-group input,
#demandeExpressForm .form-group input::-ms-input-placeholder,
#demandeExpressForm .form-group select,
#demandeExpressForm .form-group textarea,
#demandeRappelFormRC .form-group input,
#demandeRappelFormRC .form-group input::-ms-input-placeholder,
#demandeRappelFormRC .form-group select,
#demandeRappelFormRC .form-group textarea,
#partageExpressForm .form-group input {
  text-align: left;
}

#demandeExpressForm .form-group input::-webkit-input-placeholder,
#demandeRappelFormRC .form-group input::-webkit-input-placeholder {
  text-align: left;
}

#demandeExpressForm .form-group input::-moz-placeholder,
#demandeRappelFormRC .form-group input::-moz-placeholder {
  text-align: left;
}

#demandeExpressForm .form-group input:-ms-input-placeholder,
#demandeRappelFormRC .form-group input:-ms-input-placeholder {
  text-align: left;
}

#demandeExpressForm .form-group input::-ms-input-placeholder,
#demandeRappelFormRC .form-group input::-ms-input-placeholder {
  text-align: left;
}

#demandeExpressForm .form-group input,
#demandeExpressForm .form-group input::placeholder,
#demandeExpressForm .form-group select,
#demandeExpressForm .form-group textarea,
#demandeRappelFormRC .form-group input,
#demandeRappelFormRC .form-group input::placeholder,
#demandeRappelFormRC .form-group select,
#demandeRappelFormRC .form-group textarea,
#partageExpressForm .form-group input {
  text-align: left;
}

.demande-express .btn-group .btn + .btn {
  margin-left: 0.3rem;
}

#demandeRappelFormRC .form-group textarea {
  height: 9rem;
}

.custom-select {
  color: #000;
  padding-left: 0.2rem;
}

.bloc-lexique {
  text-align: center;
  padding: 2rem 0;
}

.detail-lexique h2 {
  padding: 1rem 0 0.5rem;
  font-size: 1.6rem;
}

.detail-lexique h2 a {
  color: #212529;
}

.detail-lexique h2 a:hover {
  color: #187ab3;
}

.detail-lexique .link-modal-contact {
  display: inline-block;
  border: solid 1px red;
}

.liste_lettre a {
  padding: 5px;
  display: inline-block;
  border: solid 1px #187ab3;
  border-radius: 50%;
  height: 30px;
  width: 30px;
}

.detail-actu .bloc-lexique {
  text-align: center;
  padding: 2rem 0;
  line-height: initial;
}

.active {
  /* background: #187ab3; */
  color: #fff;
}
.liste_lettre .active {
  background: #187ab3;
}

.plan-site-annonce h3 {
  font-weight: bold;
  padding: 1.5rem 0 1.5rem 1rem;
}

.plan-site-annonce h4 {
  padding-left: 3rem;
}

.plan-site-annonce h2 {
  font-variant: small-caps;
  padding-bottom: 0;
}

.plan-site h2 {
  font-variant: small-caps;
  padding: 1rem 0 1.5rem;
}

.plan-site h3 {
  padding: 1rem 1rem 1rem 2rem;
}

.map {
  position: -webkit-sticky;
  position: sticky;
  top: 8rem;
  bottom: 0;
  height: 85rem;
}

.fas.fa-angle-left,
.fas.fa-angle-right {
  font-size: 60px;
  color: #187ab3;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 0.8;
}

.avis-valeur {
  display: block;
  text-align: center;
  background: #187ab3;
  color: #fff;
  margin: auto;
  padding: 1rem;
  width: 30%;
  font-weight: bold;
}

.avis-valeur:hover {
  background: #0d5077;
  color: #fff;
}

#inputString::-webkit-input-placeholder {
  opacity: 1;
}

#inputString:-ms-input-placeholder {
  opacity: 1;
}

#inputString::-ms-input-placeholder {
  opacity: 1;
}

#inputString::-moz-placeholder {
  opacity: 1;
}

#inputString::placeholder {
  opacity: 1;
}

#demandeEstimation .row {
  margin: inherit;
}

.detail-esti {
  padding: 2.5rem;
  margin-top: 3rem;
}

.eng-esti p {
  display: block;
  font-weight: bold;
}

.eng-esti img {
  padding-right: 0.5rem;
}

.eng-esti {
  padding: 4.5rem 2rem;
  /* background: #ffff; */
  background: rgba(255, 255, 255, 0.85);
}

.intro {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.form-esti {
  /* background: #ffff; */
  background: rgba(255, 255, 255, 0.85);
  padding: 2rem;
}

/* .page-estimation h1{
  font-size: 4.4rem;
  text-shadow: 0.5px 0.5px 2px
  #000;
  color:#fff;
  text-align: center;
  font-weight: bold;
  padding-bottom: 6rem;
} */

.page-estimation h1 {
  font-size: 4.2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 2rem;
  padding-top: 1rem;
}

.page-estimation h1 span {
  display: block;
  font-size: 65%;
  font-weight: bold;
  color: #187ab3;
}

.page-estimation {
  background: url("../images/slider-altea-4.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin-top: 8rem;
}

.hide-est {
  display: none;
}

.show-est {
  display: inline-flex;
}

#demandeEstimation .form-control {
  padding: 10px;
  font-size: 14px;
}

#demandeEstimation .form-group {
  margin-top: 1rem;
}

.estimationRemercie {
  text-align: center;
  width: 100%;
}

/* DETAIL OFFRE 2022 */
.newDetOff .bloc-detail-offre h1 {
  color: #187ab3;
  font-weight: bold;
  font-size: 2rem;
  text-align: left;
  padding-bottom: 15px;
  line-height: 2.7rem;
}
.newDetOff .img-nego {
  width: 116px;
  height: 116px;
  border: solid 5px #ffffff;
  margin-bottom: 0;
}
.newDetOff .contact-nego a.btn-alerte {
  margin-top: 0;
  text-transform: inherit;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
}
.newDetOff .contact-nego a.btn-alerte svg {
  vertical-align: inherit;
  margin-right: 5px;
}
.newDetOff .contact-nego {
  padding: 32px;
}
.newDetOff .alignBloc {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.newDetOff .blue-title {
  padding-top: 2rem;
}
.newDetOff .bloc-detail-offre p {
  color: #141414;
  margin-bottom: 0.5rem;
}

.newDetOff .info-ref-a {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.newDetOff .form-control {
  border: none;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #7d8791;
  padding: 12px 15px;
}
.newDetOff .formDetOff {
  margin-top: 30px;
}
.newDetOff .formDetOff .btn-alerte {
  margin-top: 20px;
}
.newDetOff textarea::-webkit-input-placeholder {
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  font-family: "Montserrat" !important;
  line-height: 18px !important;
  color: #7d8791 !important;
}
.newDetOff textarea::-moz-placeholder {
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  font-family: "Montserrat" !important;
  line-height: 18px !important;
  color: #7d8791 !important;
}
.newDetOff textarea:-ms-input-placeholder {
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  font-family: "Montserrat" !important;
  line-height: 18px !important;
  color: #7d8791 !important;
}
.newDetOff textarea::-ms-input-placeholder {
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  font-family: "Montserrat" !important;
  line-height: 18px !important;
  color: #7d8791 !important;
}
.newDetOff textarea::placeholder {
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  font-family: "Montserrat" !important;
  line-height: 18px !important;
  color: #7d8791 !important;
}
.newDetOff input::-webkit-input-placeholder {
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  font-family: "Montserrat" !important;
  line-height: 18px !important;
  color: #7d8791 !important;
}
.newDetOff input::-moz-placeholder {
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  font-family: "Montserrat" !important;
  line-height: 18px !important;
  color: #7d8791 !important;
}
.newDetOff input:-ms-input-placeholder {
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  font-family: "Montserrat" !important;
  line-height: 18px !important;
  color: #7d8791 !important;
}
.newDetOff input::-ms-input-placeholder {
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  font-family: "Montserrat" !important;
  line-height: 18px !important;
  color: #7d8791 !important;
}
.newDetOff input::placeholder {
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  font-family: "Montserrat" !important;
  line-height: 18px !important;
  color: #7d8791 !important;
}
.newDetOff label {
  font-weight: 600;
  color: #7d8791;
  line-height: 18px !important;
}
.newDetOff .custom-control-label {
  margin-left: 10px;
  color: #000000;
}
.newDetOff .custom-control-label::before,
.newDetOff .custom-control-label::after {
  width: 18px;
  height: 18px;
}
.newDetOff .ariane-detail {
  text-align: left;
}
.newDetOff .bread a {
  background: transparent;
  padding: 0;
  position: relative;
}
.newDetOff .bread li {
  position: relative;
}
.newDetOff .bread li:not(:last-of-type)::after {
  content: "/";
  position: absolute;
  right: -5px;
  top: 10px;
}
.newDetOff .bread li:first-of-type a {
  margin-left: 0;
}
.newDetOff .bread.ariane-detail a:hover,
.newDetOff .bread.ariane-detail span:hover {
  background: transparent !important;
}
.newDetOff .bread.ariane-detail a:hover span {
  color: #187ab3 !important;
}
.newDetOff .prixOff {
  font-size: 18px;
  line-height: 29px;
}
.newDetOff p.ligne-metro {
  font-size: 18px;
}
.newDetOff .prixOff .smStrong {
  font-size: 14px;
}
.tooltip {
  font-size: 14px;
}
.newDetOff .ligne-metro {
  margin-bottom: 5px;
}
.newDetOff .supOff {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  color: #141414;
}
.newDetOff hr {
  margin-top: 30px;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.newDetOff .text-accroche {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #212529;
  text-align: left;
}
.newDetOff .bloc-detail-offre th,
.newDetOff .tableSurf td {
  /* padding: 25px 22px; */
  padding: 8px 22px;
  text-align: left;
}
.newDetOff .summary_table {
  float: none !important;
}
.newDetOff .green {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  color: #3bb54f;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
.newDetOff .red {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  color: #d62f24;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.newDetOff .blocPrix {
  padding: 8rem 2rem 2rem;
  background: #f1f2f2;
}
.newDetOff .bandePrix {
  display: block;
  width: 100%;
  height: 9px;
  background: linear-gradient(270deg, #18aab3 0%, #187ab3 51.02%, #b31888 100%);
  border-radius: 56px;
}
.newDetOff .blocPrix p {
  font-family: "Montserrat";
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
}
.newDetOff .valeur {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.newDetOff .valeur.min {
  color: #b21989;
}
.newDetOff .valeur.max {
  color: #19a9b4;
}

.newDetOff .blocPrix .prix {
  position: absolute;
  width: 162px;
  height: 80px;
  top: -50px;
  left: calc(50% - 162px / 2);
}
.newDetOff .blocPrix .panneau {
  position: relative;
  display: inline-block;
  width: 162px;
  background: #212529;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.newDetOff .blocPrix .panneau:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: calc(50% - 16px / 2);
  top: calc(50% - 16px / 2 + 20px);
  background: #212529;
  border-radius: 2px;
  transform: rotate(45deg);
}
.newDetOff .blocPrix .panneau:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  left: calc(50% - 22px / 2);
  top: calc(50% - 16px / 2 + 44px);
  background: #212529;
  border: 7px solid #f1f2f2;
  border-radius: 50%;
}

.newDetOff .blocVal {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 13px;
  background-color: #f1f2f2;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.newDetOff .blocVal p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 0;
  width: 100%;
}
.newDetOff .detail-liste {
  margin-top: 40px;
}

.newDetOff .blocTransport {
  position: absolute;
  bottom: 24px;
  right: 24px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  border-radius: 6px;
  padding: 22px 25px;
  z-index: 999;
}
.newDetOff .titBloc {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #212529;
  display: block;
  margin-bottom: 20px;
}
.newDetOff .blocTransport .lien-metro img.imgtransport {
  height: 20px;
  width: 20px;
}

.newDetOff .blocTransport .lien-metro {
  padding: 0;
  background-color: transparent;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #212529;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}

.newDetOff .blocTop {
  position: relative;
  width: 100%;
}
#bgallery {
  aspect-ratio: 3/2;overflow: hidden;
  width: 100%;
}
.splide__track{max-height:100% !important};
#bgallery img{object-fit:cover;object-position:center;}
.newDetOff .blocTop img{object-fit:cover;-o-object-fit:cover;object-position: bottom;-o-object-position:bottom;}

.newDetOff .blocBtn {
  position: absolute;
  top: 24px;
  left: 20px;
  z-index: 999;
}
.newDetOff .blocBtn a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  padding: 8px 16px;
  background: #187ab3;
  display: inline-block;
  margin: 0 4px;
}
.activeBloc {
  display: block !important;
  height: 100%;
}
.newDetOff .listeCondifi li {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #f1f2f2;
  padding: 8px 0;
  list-style: none;
  font-weight: bold;
}
.newDetOff .listeCondifi li b {
  width: 50%;
}
.newDetOff .listeCondifi li p {
  margin-bottom: 0;
  width: 50%;
  font-weight: normal !important;
}
.newDetOff .listeCondifi li p.padding-mobile {
  width: 100%;
}
.newDetOff .blocPart hr {
  margin: 40px 0 20px 0;
}
.newDetOff .blocPart .partager {
  padding-top: 0;
}
.newDetOff .infoPrix {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #212529;
}
.newDetOff .info-prix-a strong.smStrong,
.smStrong {
  font-size: 18px;
  line-height: 22px;
}
.newDetOff .info-prix-a strong {
  font-size: 26px;
  line-height: 32px;
}
.newDetOff .blocLeftCont {
  margin-top: 0.4rem;
}
.newDetOff .listPictos {
  display: inline-flex;
}
.newDetOff .listPictos .prestaPicto {
  display: inline-block;
  width: 85px;
}
.newDetOff .listPictos .prestaPicto i {
  font-size: 1.8rem;
  background: rgba(24, 122, 179, 0.6);
  color: #fff;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 1rem;
  border: 1px solid #187ab3;
  border-radius: 50%;
  padding: 1.25rem 1rem;
  text-align: center;
  min-width: 45px;
}
.newDetOff .listPictos .prestaPicto .libPresta {
  display: block;
  width: 100%;
  color: #187ab3;
  font-size: 1rem;
  line-height: 1.1;
  height: 22px;
  text-align: center;
}

.splide--nav
  > .splide__slider
  > .splide__track
  > .splide__list
  > .splide__slide.is-active,
.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border: none !important;
}
.gallery1 {
  margin-top: 10px;
}

/* ----- MEDIA QUERIES Tablette ----- */
@media (min-width: 1920px) {
  .largeContainer.container {
    max-width: 1520px;
  }
}
@media (max-width: 769px) {

  .form-home .form-group {
    margin-bottom: 2rem;
  }
  .form-home {
    margin: 4rem 0 6rem;
  }
  .txt-une {
    /* height: 25rem; */
    height: auto;
    padding: 2rem;
  }
  .titre-img span {
    top: 25%;
  }
  .content-img {
    position: inherit;
    transform: inherit;
    height: 272px;
  }
  .bloc-aller-plus-loin .bloc-shadow-offre {
    max-height: 272px;
  }
  #carousel-vendu {
    height: 272px;
  }
  .accroche-vendu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .form-box {
    display: inline-block;
    text-align: inherit;
  }
  .form-control.input-moteur.long-input,
  .form-resultat .medium-input,
  .form-resultat .small-input {
    max-width: inherit;
    width: 100%;
  }
  .form-resultat .form-group,
  .form-resultat .form-group:first-of-type {
    padding: 0;
  }
  .form-resultat .form-group:last-of-type {
    padding-left: 0;
    margin-top: 2rem;
  }
  #btn-moteur-top {
    margin: auto;
  }
  .col-xl-12.no-padding-left.street-view::after {
    display: none;
  }
  .col-xl-12.no-padding-left.street-view::before {
    display: none;
  }
  .street-view {
    background: #f1f2f2;
  }
  .col-xl-12.no-padding-left.no-padding-mobile.street-view.text-left {
    padding-left: 15px;
  }
  .d-none.d-sm-block.col-xl-3.no-padding-right.relative {
    padding-left: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .form-control.input-moteur.long-input {
    width: 380px;
  }
  .info-offre-resultat .transport {
    height: 40px;
    overflow: inherit;
  }
  .info-offre-resultat h2 {
    height: 100px;
  }
}

/*----- LANDSCAPE FOR TABLET; ----------- */

@media only screen and (min-device-width: 800px) and (max-device-width: 1024px) and (orientation: landscape) {
  .container-fluid.home {
    height: 52rem;
  }
  .navbar-altea .navbar-nav .nav-link {
    padding: 1rem;
  }
  .navbar-brand {
    padding: 2rem;
  }
  .form-home .form-group {
    margin-bottom: 2rem;
  }
  .form-home {
    margin: 4rem 0 6rem;
  }
  .content-img {
    position: inherit;
    transform: inherit;
    height: 272px;
  }
  .bloc-aller-plus-loin .bloc-shadow-offre {
    max-height: 272px;
  }
  #carousel-vendu {
    height: 272px;
  }
  .accroche-vendu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .form-box {
    display: inline-block;
    text-align: inherit;
  }
  .form-control.input-moteur.long-input,
  .form-resultat .medium-input,
  .form-resultat .small-input {
    max-width: inherit;
    width: 100%;
  }
  .form-resultat .form-group,
  .form-resultat .form-group:first-of-type {
    padding: 0;
  }
  .form-resultat .form-group:last-of-type {
    padding-left: 0;
    margin-top: 2rem;
  }
  #btn-moteur-top {
    margin: auto;
  }
  .col-xl-12.no-padding-left.street-view::after {
    display: none;
  }
  .col-xl-12.no-padding-left.street-view::before {
    display: none;
  }
  .street-view {
    background: #f1f2f2;
  }
  .col-xl-12.no-padding-left.no-padding-mobile.street-view.text-left {
    padding-left: 15px;
  }
  .d-none.d-sm-block.col-xl-3.no-padding-right.relative {
    padding-left: 0;
  }
}

@media (max-width: 800px) {
  .container-fluid.home {
    height: 55rem;
  }

  .detail-offre {
    margin-top: 5.5rem;
  }

  /* fil d'ariane */
  .ariane-detail ol {
    margin-bottom: 0;
  }
  .bread a {
    margin: 0;
    font-size: 0.8rem;
    margin-right: 0.5rem;
  }
}

/* MEDIA QUERIES SMARTPHONE */

@media (max-width: 480px) {
  .container-fluid.home {
    height: 47rem;
  }
  .closeCook.btn,
  .closenoCook.btn {
    width: 45%;
    margin: 0.5rem;
    padding: 1rem 0.5rem;
    font-size: 1.3rem;
  }
  .cookie {
    padding: 3rem 10%;
  }
  .open-modal-cookie {
    font-size: 1.3rem;
    margin: 0rem 2rem 0 0;
    padding: 1rem 2rem;
  }

  /* include header + moteur + include footer */
  .navbar-brand {
    padding: 1rem 2rem;
    margin-right: 0;
    border-left: 0.2rem solid #e9e9e9;
  }
  .navbar-toggler {
    font-size: 2rem;
  }
  .navbar-brand {
    width: 60%;
  }
  .navbar-brand img {
    width: 100%;
  }
  .contact-mobile img {
    width: 80%;
  }
  .contact-mobile {
    padding: 1rem 1.5rem 1rem 1rem;
  }
  .navbar-light .navbar-toggler {
    border: none;
    margin-left: 0.5rem;
  }
  .nav-item {
    padding: 0.5rem 0;
  }
  .home {
    margin-top: -1rem;
  }
  .moteur-home {
    top: 0;
  }
  .moteur h1 {
    font-size: 2.2rem;
  }
  .moteur span {
    font-size: 1.8rem;
  }
  .block-carousel-home {
    height: 100%;
    margin-top: 6rem;
  }
  .carousel-item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active {
    height: 100%;
  }
  .form-home .form-group {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .form-home {
    margin: auto;
  }
  .moteur {
    margin-top: 2rem;
  }
  .mt-n {
    margin-top: -70px;
  }
  .btn-moteur2020 {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .form-control::-webkit-input-placeholder {
    font-size: 1rem;
  }
  .form-control:-ms-input-placeholder {
    font-size: 1rem;
  }
  .form-control::-ms-input-placeholder {
    font-size: 1rem;
  }
  .form-control::-moz-placeholder {
    font-size: 1rem;
  }
  .form-control::placeholder {
    font-size: 1rem;
  }
  .footer-social {
    padding: 2rem 2rem 8rem 2rem;
  }
  .footer-link {
    padding: 2rem 1rem;
  }
  .picto-reseau {
    text-align: center;
  }
  .adresse-footer {
    text-align: center;
  }
  /* Homepage */
  .bloc-aller-plus-loin,
  .bloc-derniere-actu,
  .bloc-offre-metro,
  .bloc-une,
  .dernieres-offres .bloc-derniere-offre {
    padding: 4rem 2rem;
  }
  .offre-card {
    padding: 0;
  }
  /* .form-home .form-group{
  padding:0;
  } */
  .moteur-home .no-padding-right {
    padding-right: 0.5rem;
  }
  .moteur-home .no-padding-left {
    padding-left: 0.5rem;
  }
  .img-offre,
  .info-offre {
    /* height: 15rem; */
    height: 17rem;
  }
  .info-offre h3 {
    font-size: 1.4rem;
    padding: 1rem 0;
    margin-bottom: 0;
  }
  .info-offre-metro h3 {
    font-size: 1.4rem;
    padding-bottom: 1rem;
  }
  .info-offre span,
  .info-offre-metro span {
    font-size: 1.2rem;
  }
  .metro {
    padding-top: 0;
    width: 20%;
    padding-bottom: 0.5rem;
  }
  .info-offre-metro .metro {
    width: 30%;
  }
  .info-offre p {
    padding-top: 0;
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  .superficie::after {
    padding: 0.2rem;
    margin-bottom: 0.8rem;
  }
  .offre-une img {
    width: 100%;
  }
  .offre-une {
    margin-bottom: 3rem;
  }
  .bloc-plus:nth-child(3) {
    border: none;
  }
  .placement {
    padding: 2.5rem 1.5rem;
    font-size: 1.2rem;
  }
  .placement h3 {
    font-size: 1.8rem;
  }
  .img-placement {
    height: 27rem;
    margin-top: 3rem;
  }
  .block-carousel-vendu {
    height: 32rem;
  }
  /* .accroche-vendu {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
  } */
  .no-padding-mobile {
    padding: 0;
  }
  .txt-alteagroup {
    font-size: 2rem;
  }
  .liste-actu {
    padding: 4rem 2rem;
  }
  /* DETAIL ACTU */
  .detail-actu {
    padding: 0;
  }
  .contenu-article {
    padding: 2rem;
  }
  .bloc-detail-offre h1,
  .detail-actu h1 {
    font-size: 3rem;
    padding: 3rem 0.5rem;
  }
  .text-accroche {
    font-size: 1.6rem;
  }
  .partager .fa-2x {
    font-size: 1.5em;
  }
  .nav-actu .row {
    padding: 2rem;
  }
  .demande-express .btn-group .btn + .btn {
    margin-left: 0;
  }
  .btn-statut {
    width: 100%;
    margin: 1rem 0;
  }
  .modal-footer img {
    width: 100%;
  }
  .padding-mobile {
    padding:0 2rem;
  }
  .bloc-detail-offre {
    padding: 0;
  }
  .picto-link:nth-child(2) {
    padding: 0 2rem;
  }
  .card-contact-mobile {
    background: #f1f2f2;
    margin: 2rem 0;
  }
  .card-contact-mobile .img-nego {
    width: 6rem;
    height: 6rem;
    margin-bottom: 0;
  }
  .card-contact-mobile p {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0.5rem;
    color: #000;
    font-weight: bold;
    line-height: 1.5rem;
  }
  .card-contact-mobile .col-12 {
    padding: 0.5rem 0;
  }
  .card-contact-mobile .btn-alerte {
    width: 100%;
  }
  .ariane-detail span {
    margin: 0.5rem 0;
  }
  /* .detail-liste{
    padding-left: 4rem!important;
  } */

  .blocBtn {

    top: 0 !important;
    left: 0 !important;
  }

  .newDetOff .blocBtn a{background: unset;text-decoration:underline;}

  .newDetOff .bloc-detail-offre th,
  .newDetOff .tableSurf td {
    padding: 6px 17px;
  }
  .bloc-detail-offre th,
  .bloc-detail-offre td {
    font-size: 1.2rem;
  }

  .newDetOff .btnContMob {
    display: flex;
    justify-content: flex-end;
  }
  .newDetOff table {
    overflow: auto;
    display: block;
  }
  .newDetOff .btnContMob a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 8px;
    font-size: 14px;
    text-transform: inherit;
    padding-left: 20px;
    padding-right: 20px;
  }
  .newDetOff .btnContMob a:last-of-type {
    width: 40px;
    padding: 10px !important;
  }
  .newDetOff .card-contact-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    margin: 0;
  }
  .newDetOff .card-contact-mobile .img-nego {
    height: 65px;
    width: 65px;
  }
  .newDetOff .bloc-detail-offre .carousel-inner img {
    height: 320px;
    max-height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .newDetOff #carte,
  .newDetOff .bigstreetview {
    height: 320px !important;
  }
  .newDetOff .blocTransport {
    position: relative;
    bottom: 0;
    right: 0;
    margin: 20px;
    border: solid 1px rgba(125, 135, 145, 0.2);
  }
  .newDetOff .bloc-detail-offre h1 {
    padding: 30px 20px;
    font-size: 18px;
    line-height: 24px;
  }
  .newDetOff .ligne-metro {
    padding: 0;
  }
  .newDetOff .supOff {
    font-size: 20px;
    line-height: 24px;
  }
  .newDetOff .prixOff {
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    margin-top: 5px;
  }
  .newDetOff hr {
    margin: 30px 20px;
  }
  .newDetOff .valMob {
    margin: 8px 0;
  }
  .newDetOff div#blocContactOff {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .newDetOff .bread li:not(:last-of-type)::after {
    right: -2px;
    top: -4px;
  }

  .dpe {
    width: 100%;
  }
  .lien-metro img {
    width: 50%;
  }
  /* RESULTAT DE RECHERCHE */
  .resultat-recherche {
    margin-top: 5.5rem;
  }
  .bloc-resultat-recherche{padding: 2rem 2rem 1rem;}

  .resultat-recherche h1 {
    font-size: 2rem;
  }
  .form-resultat {
    padding: 2rem;
  }
  .form-box {
    display: inline-block;
    text-align: inherit;
  }
  .form-resultat .form-group {
    padding: 0;
  }
  /* .form-control{
    display: inline-block;
  } */
  .form-resultat .btn-group {
    margin: 0 auto 2rem;
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .form-inline .form-check {
    width: 80%;
  }
  .form-resultat .form-group:last-of-type {
    padding-left: 0;
  }
  .form-mdr-deploye .form-group {
    display: inline-block;
  }
  .form-inline .form-check {
    padding-left: 2rem;
  }
  /* .mdr-deploye-mobile{
  text-align: left!important;
  } */
  .form-mdr-deploye .card .form-group {
    width: 100%;
  }
  .mdr-deploye-mobile .form-group:last-of-type {
    padding: 2rem;
  }
  .btn-alerte.btn-mdr {
    margin-left: 0;
  }
  .long-input {
    min-width: 25rem;
  }
  .triangle {
    right: 45%;
  }
  .form-mdr-deploye .card .form-group:first-of-type {
    margin-top: 2rem;
  }
  .liste-offre {
    padding: 2rem 0;
  }
  .liste-offre p {
    position: relative;
    text-align: justify;
  }
  .btn-resultat .btn-alerte {
    width: 100%;
    padding: 0.5rem;
    font-size: 1rem;
  }
  .btn-resultat .col-6 {
    padding: 0 2rem;
  }
  .btn-resultat select {
    font-size: 1rem;
  }
  .card-resultat {
    padding: 0 2rem;
  }
  .vignette-actu {
    padding: 0;
  }
  .bloc-detail-offre .info-offre p {
    padding: 0 0.2rem;
  }
  .detail-actu .bloc-lexique {
    height: inherit;
  }
  .liste_lettre a {
    margin: 2px;
  }
  .btn-moteur {
    display: inline-block;
    text-align: center;
  }
  .form-control.input-moteur.long-input {
    width: auto;
  }
  .form-resultat .input-moteur #suggestions {
    padding: 0 0.5rem;
    top: 5rem;
    width: 100%;
    left: 0;
    text-align: left;
  }
  .form-resultat .form-control.input-moteur.long-input {
    width: 100%;
  }
  .form-resultat .form-group:first-of-type {
    padding-right: 0;
  }
  .form-resultat .medium-input,
  .form-resultat .small-input {
    max-width: inherit;
  }
  .form-resultat .form-control::-webkit-input-placeholder {
    font-size: 1.3rem;
  }
  .form-resultat .form-control:-ms-input-placeholder {
    font-size: 1.3rem;
  }
  .form-resultat .form-control::-ms-input-placeholder {
    font-size: 1.3rem;
  }
  .form-resultat .form-control::-moz-placeholder {
    font-size: 1.3rem;
  }
  .form-resultat .form-control::placeholder {
    font-size: 1.3rem;
  }
  .add-margin {
    margin-left: 0;
  }
  .mdr-deploye-mobile {
    text-align: center;
  }
  .type-mob {
    margin-bottom: 4rem;
  }
  .type-mob .btn-transac:nth-child(3) {
    position: absolute;
    left: 0.1rem;
    bottom: -4rem;
  }
  .type-mob .btn-transac:nth-child(4) {
    position: absolute;
    right: 0;
    bottom: -4rem;
  }
  .imm-inde {
    display: block;
    margin: auto;
    padding-left: 0;
    margin-top: 3rem;
  }
  .liste-metier .vignette-actu {
    height: auto;
  }
  .navbar-altea {
    width: 100%;
  }
  .col-xl-12.no-padding-left.street-view::after {
    display: none;
  }
  .col-xl-12.no-padding-left.street-view::before {
    display: none;
  }
  .street-view {
    background: #f1f2f2;
  }
  .btn-alerte {
    font-size: 1.2rem;
  }
  .plan-site-annonce h3 {
    font-weight: bold;
    padding: 1rem 0 1rem 1rem;
  }
  .plan-site-annonce h4 {
    padding-left: 1.5rem;
  }
  .bloc-detail-offre .carousel-inner img {
    height: 100%;
    max-height: 215px;
  }
  .input-moteur #inputString {
    height: inherit;
    line-height: inherit;
    font-size: 1.2rem;
  }
  span.list_prop_situ {
    line-height: inherit;
    height: auto !important;
  }
  .span-input-moteur {
    min-height: 1px;
  }
  .box-mobile {
    width: 100%;
    transform: translate(0, 30%);
  }
  .home {
    height: 45rem;
  }
  #carousel-home {
    /* height: auto; */
    max-height: 23.5rem;
  }
  .fas.fa-angle-left,
  .fas.fa-angle-right {
    font-size: 30px;
  }
  .avis-valeur {
    width: 100%;
  }
  .form-esti {
    width: 100%;
    display: block;
    margin: 2rem 0;
  }
  .contenu-article table td {
    font-size: 14px !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .row {
    flex: 1 0 auto;
  }
  .form-inline .form-control {
    width: 20rem;
  }
}

@supports (-ms-ime-align: auto) {
  .form-control::-ms-input-placeholder {
    color: #000;
    opacity: 1;
    font-size: 1.2rem !important;
    font-weight: bold;
    font-family: "Montserrat";
  }
  .input-moteur #inputString::-ms-input-placeholder {
    color: #000;
  }
}
