/*NEW INDEX*/
body {
  --title-font: "nort", sans-serif;
  --grey-color: #7C7B7E;
  --red-color: #E31936;
}
body .p3 {
  padding: 0 20px;
}
.white {
  color: white;
}
header {
  background: unset;
  z-index: 3;
}
header .slider-wrapper {
  position: relative;
  z-index: 1;
  max-height: 746px;
}
@media screen and (max-width: 930px) {
  header .slider-wrapper {
    margin-top: 134px;
  }
}
header .slider-wrapper .slider {
  z-index: 1;
}
header #logoHeader img {
  max-width: unset;
}
header .unset:hover {
  cursor: not-allowed;
}
header .unset:hover a {
  pointer-events: none;
}
header .header-main {
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 2;
}
header .header-main a:not(.espace-client) {
  transition: all 0.5s ease-in-out;
}
header .header-main a:not(.espace-client):hover {
  color: var(--red-color) !important;
}
@media screen and (max-width: 930px) {
  header .header-main {
    position: fixed;
    width: 100%;
    height: 134px;
    top: 0;
    left: 0;
    justify-content: center;
    background-color: white;
  }
  header .header-main::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: calc(39px + 10px);
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--red-color);
    z-index: -1;
  }
  header .header-main > .flex-1 {
    display: none;
  }
}
header .menuHaut {
  padding-right: 10%;
  box-sizing: border-box;
}
header .menuHaut a {
  color: black;
  font-family: var(--title-font);
  font-weight: 800;
  font-style: normal;
}
header .menuHaut a:last-of-type img {
  border: 1px solid black;
}
header .menuBas-header {
  margin-left: 5%;
  margin-bottom: 25px;
}
header .menuBas-header a {
  font-family: var(--title-font);
}
header .menuBas-header a:not(.espace-client) {
  color: var(--grey-color);
  font-size: 22px;
  font-weight: bold;
}
header .menuBas-header a.espace-client {
  background-color: black;
  transition: all 0.5s ease-in-out;
  padding: 20px 10px;
  box-sizing: border-box;
  text-transform: unset;
  font-weight: 400;
}
header .menuBas-header a.espace-client:hover {
  background-color: var(--red-color);
}
header .barreRecherche {
  position: absolute;
  left: 50%;
  max-width: 45%;
  z-index: 2;
  border: 3px solid white;
  background-color: rgba(0, 0, 0, 0.5);
  top: 10%;
  height: fit-content;
}
@media screen and (max-width: 1400px) {
  header .barreRecherche {
    transform: translateX(-50%);
    width: 825px;
    max-width: unset;
  }
}
@media screen and (max-width: 1250px) {
  header .barreRecherche {
    max-width: 90%;
    top: 5%;
    max-height: calc(475px * 0.9);
  }
}
@media screen and (max-width: 1150px) {
  header .barreRecherche {
    position: unset;
    transform: unset;
    width: 83.33333333%;
    margin: 15px 0;
    border: unset;
  }
}
@media screen and (max-width: 575px) {
  header .barreRecherche {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
header .barreRecherche .radio-inputs {
  background-color: white;
  padding: 10px;
  box-sizing: border-box;
  width: fit-content !important;
  border-radius: 20px;
}
header .barreRecherche .radio-inputs input[type="radio"] {
  display: none;
  /* On cache le bouton radio natif */
}
header .barreRecherche .radio-inputs input[type="radio"]:checked + label {
  background-color: #424144;
  border: 1px solid #707070;
  color: white;
}
header .barreRecherche .radio-inputs .radio-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 156px;
  height: 56px;
  border-radius: 20px;
  background-color: white;
  border: 1px solid white;
  color: black;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
  font-family: var(--title-font);
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 5px;
}
@media screen and (max-width: 990px) {
  header .barreRecherche .radio-inputs .radio-card {
    height: 30px;
    width: 130px;
    font-size: 16px;
  }
}
header .barreRecherche .select-main {
  width: 95%;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 990px) {
  header .barreRecherche .select-main {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
header .barreRecherche .select-main > * {
  margin: 0 5px;
}
@media screen and (max-width: 990px) {
  header .barreRecherche .select-main .hidden-990px {
    display: none;
  }
}
header .barreRecherche .select-main select {
  font-family: var(--title-font);
  font-weight: 800;
  padding: 5px 10px;
  color: black;
  box-sizing: border-box;
  border-radius: 40px;
  width: unset;
  font-style: normal;
  text-align: center;
  font-size: 16px;
  background-color: white;
  margin: 5px 0;
  border: unset;
}
header .barreRecherche .select-main select option {
  font-size: 13px;
}
header .barreRecherche .select-main select option.value-hidden {
  display: none;
}
header .barreRecherche .select-main select.ville {
  max-width: 190px;
}
header .barreRecherche .select-main span {
  font-family: var(--title-font);
  font-weight: 800;
  color: white;
  font-style: normal;
}
header .barreRecherche .prices-div {
  width: 90%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
header .barreRecherche .prices-div input {
  border-radius: 40px;
  width: 196px;
  margin: 5px;
}
@media screen and (min-width: 991px) {
  header .barreRecherche .prices-div input {
    padding: 10px 5px;
    box-sizing: border-box;
  }
}
header .barreRecherche .prices-div input::placeholder {
  color: #6F7072;
  font-family: var(--title-font);
  font-weight: 800;
  text-align: center;
  font-style: normal;
  font-size: 18px;
}
@media screen and (max-width: 990px) {
  header .barreRecherche .prices-div {
    margin: 0;
  }
  header .barreRecherche .prices-div > div {
    width: 100%;
    display: flex;
  }
  header .barreRecherche .prices-div > div input {
    box-sizing: border-box;
  }
  header .barreRecherche .prices-div > div input::placeholder {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  header .barreRecherche .prices-div > div input::placeholder {
    font-size: 13px;
  }
}
header .barreRecherche .prices-div .submit-wrapper {
  background-color: white;
  position: relative;
  width: fit-content;
  padding-left: calc(5px + 28px + 5px);
  border-radius: 40px;
}
header .barreRecherche .prices-div .submit-wrapper input {
  font-family: var(--title-font);
  font-size: 22px;
  font-weight: 800;
  background-color: unset;
  color: black;
  width: fit-content;
  padding-left: 0;
  padding-right: 10px;
}
@media screen and (max-width: 990px) {
  header .barreRecherche .prices-div .submit-wrapper input {
    font-size: 15px;
  }
}
header .barreRecherche .prices-div .submit-wrapper::after {
  content: "";
  background-image: url(../images_new/icone_search.png);
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  height: 28px;
  width: 28px;
}
header .barreRecherche .more-options-target {
  display: none !important;
}
header .barreRecherche .more-options-target.clicked {
  display: flex !important;
}
header .barreRecherche .more-options-target input {
  border-radius: 40px;
  margin: 5px 0;
  color: #6F7072;
  font-family: var(--title-font);
  font-weight: 800;
  text-align: center;
  font-style: normal;
  font-size: 18px;
  min-width: 150px;
}
header .barreRecherche .more-options {
  margin-bottom: 25px;
}
header .barreRecherche .more-options span {
  color: white;
  text-decoration: underline;
  font-family: var(--title-font);
  font-size: 22px;
  font-style: normal;
}
@media screen and (max-width: 990px) {
  header .barreRecherche .more-options span {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  header .barreRecherche .more-options span {
    font-size: 16px;
  }
}
header .barreRecherche .more-options span:hover {
  cursor: pointer;
}
@media screen and (max-width: 990px) {
  header .barreRecherche form input:not(.submit),
  header .barreRecherche form select {
    font-size: 13px !important;
    width: calc(50% - 10px) !important;
    max-width: unset !important;
  }
}
header .barreRecherche form > * {
  margin-top: 25px;
}
@media screen and (max-width: 1150px) {
  header .barreRecherche form > * {
    margin: 15px 0;
    width: 95% !important;
  }
}
@media screen and (max-width: 575px) {
  header .barreRecherche form > * {
    width: 100% !important;
  }
}
@media screen and (max-width: 992px) {
  header .barreRecherche .prices-div {
    justify-content: space-around !important;
  }
}
header .header-small {
  position: absolute;
  left: calc(4.15151515% - 22.5px);
  top: calc(67px - 19.5px);
  z-index: 5;
}
@media screen and (min-width: 931px) {
  header .header-small {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  header .header-small {
    left: 10px;
  }
}
header .header-small .btnMenu {
  width: 45px;
  height: 39px;
  border: 1px solid var(--red-color);
  background-color: #fffefe;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
header .header-small .btnMenu .icon-bar {
  display: block;
  width: 20px;
  height: 2px;
  /* Un peu plus épais pour la visibilité */
  border-radius: 1px;
  background-color: var(--red-color);
  transition: transform 0.5s ease, opacity 0.3s ease;
}
header .header-small .btnMenu .icon-bar + .icon-bar {
  margin-top: 5px;
}
header .header-small .btnMenu.clicked span.first {
  transform: translateY(7px) rotate(45deg);
  /* Ajuste la position */
}
header .header-small .btnMenu.clicked span.middle {
  opacity: 0;
  /* On cache cette barre pour faire la croix */
}
header .header-small .btnMenu.clicked span.last {
  transform: translateY(-7px) rotate(-45deg);
  /* Ajuste aussi */
}
header .header-small > div {
  position: fixed;
  top: 134px;
  left: 0;
  width: 50vw;
  height: calc(100vh - 2*134px);
  background-color: var(--red-color);
  transform: translateX(-100%);
  transition: all 0.75s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5% 0;
  box-sizing: border-box;
}
@media screen and (max-width: 575px) {
  header .header-small > div {
    width: 100vw;
  }
}
header .header-small > div:last-of-type img {
  border: 1px solid white;
}
header .header-small > div.clicked {
  transform: translate(0);
}
header .header-small > div a {
  color: white;
}
header .header-small > div a:hover {
  color: var(--grey-color) !important;
}
header .header-small > div .espace-client {
  background-color: black;
  transition: all 0.5s ease-in-out;
  padding: 10px;
  box-sizing: border-box;
  text-transform: unset;
  font-weight: 400;
}
@media screen and (min-width: 1401px) {
  body > * > .col-sm-10 {
    width: 1445px;
    margin-top: 3%;
  }
}
@media screen and (max-width: 1400px) {
  body > * > .col-sm-10 {
    padding: 0 20px ;
    box-sizing: border-box;
  }
}
.main h1 {
  font-family: var(--title-font);
  font-size: 30px;
  text-decoration: underline;
  position: relative;
  color: black;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 930px) {
  .main h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 575px) {
  .main h1 {
    font-size: 20px;
  }
}
.main .ligne {
  background-color: unset;
}
.main .newIndex-cards {
  display: flex;
  justify-content: space-between;
}
.main .newIndex-cards > div {
  width: 22%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1400px) {
  .main .newIndex-cards > div {
    width: 48.5%;
    margin: 25px 0;
  }
}
@media screen and (max-width: 575px) {
  .main .newIndex-cards > div {
    width: 100%;
    margin: 15px 0;
  }
}
.main .newIndex-cards > div img {
  height: 272px;
  object-fit: none;
}
.main .newIndex-cards > div .title {
  border: 1px solid black;
  font-family: var(--title-font);
  font-size: 22px;
  font-weight: 800;
  color: var(--grey-color);
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  margin: 0;
}
.main .newIndex-cards > div > div {
  border: 1px solid black;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 15px;
  flex: 1;
}
.main .newIndex-cards > div > div p {
  font-size: 18px;
  font-family: var(--title-font);
  font-weight: 800;
  align-self: center;
  text-align: center;
}
.main .newIndex-cards > div > div span {
  font-size: 14px;
  font-family: var(--title-font);
  font-weight: 400;
}
.main .newIndex-cards > div > div a {
  margin-top: 10px;
  align-self: flex-end;
  font-size: 14px;
  color: black;
}
.main .estimer-bien {
  position: relative;
  background-image: url(../images_new/fond-estimer-votre-bien.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 266px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .main .estimer-bien {
    padding: 0 20px;
  }
}
.main .estimer-bien::after {
  content: "";
  position: absolute;
  background-image: url(../images_new/estimer-bien-filtre.png);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.main .estimer-bien * {
  color: white;
  z-index: 1;
}
.main .estimer-bien .title {
  font-size: 36px;
  font-family: "meno-banner-extra-condensed", serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0;
}
.main .estimer-bien div p {
  margin-top: 25px;
  font-size: 22px;
  font-family: var(--title-font);
  line-height: 1.5rem;
}
.main .estimer-bien div a {
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 800;
  border-radius: 20px;
  border: 1px solid #A9A7AE;
  background-color: black;
  padding: 10px 50px;
  box-sizing: border-box;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}
.main .estimer-bien div a::after {
  transition: all 1s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #E31936;
  content: "";
  border-radius: 0 0 25% 25%;
  z-index: -1;
}
.main .estimer-bien div a:hover::after {
  height: 200%;
}
.main .estimer-bien > div > div {
  display: flex;
}
@media screen and (max-width: 1400px) {
  .main .estimer-bien > div > div {
    flex-direction: column;
    align-self: unset !important;
  }
}
@media screen and (max-width: 1400px) {
  .main .estimer-bien {
    background-size: cover;
  }
  .main .estimer-bien::after {
    background-size: cover;
  }
  .main .estimer-bien .title {
    text-align: center;
  }
  .main .estimer-bien div a {
    margin-bottom: 25px;
  }
}
.main .footer-cards {
  display: flex;
  justify-content: space-between;
}
.main .footer-cards > div {
  width: 22%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1400px) {
  .main .footer-cards > div {
    width: 48.5%;
    margin: 25px 0;
  }
}
@media screen and (max-width: 575px) {
  .main .footer-cards > div {
    width: 100%;
    margin: 20px 0;
  }
}
.main .footer-cards > div > div {
  border: 1px solid black;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 15px;
  flex: 1;
}
.main .footer-cards > div > div > p {
  font-family: var(--title-font);
  font-size: 18px;
  align-self: center;
  text-align: center;
  font-weight: 800;
  margin: 2.5px 0;
}
.main .footer-cards > div > div div p,
.main .footer-cards > div > div div a.noend {
  margin: 5px 0;
  font-family: var(--title-font);
  font-weight: 400;
  color: black;
  text-align: center;
}
.main .footer-cards > div > div div > a:not(.situer-link):not(.noend) {
  margin-top: 10px;
  align-self: flex-end;
  font-size: 14px;
  color: black;
}
.main .footer-cards > div > div div a.noend {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .footer-cards > div > div div a.noend::after {
  content: "";
  position: absolute;
  left: 0;
  width: 26px;
  height: 26px;
  background-size: cover;
  /* Important pour ajuster l'image */
  background-position: center;
  /* Centrage de l'image */
  background-repeat: no-repeat;
  /* Pas de répétition */
  max-height: 100%;
  /* Conserver les proportions */
}
@media screen and (max-width: 575px) {
  .main .footer-cards > div > div div a.noend::after {
    left: 5px;
  }
}
.main .footer-cards > div > div div a.noend.telephone::after {
  background-image: url(../images_new/icone_tel.png);
}
.main .footer-cards > div > div div a.noend.mail::after {
  background-image: url(../images_new/icone_email.png);
}
.main .footer-cards > div > div div a.noend.mail.last-mail::after {
  display: none;
}
.main .footer-cards > div > div div .situer-link {
  font-size: 14px;
  color: black;
  text-decoration: none;
  font-family: var(--title-font);
}
.main .footer-cards > div > div div .situer-link img {
  width: 31px;
  height: 31px;
  margin-right: 10px;
}
.footer-main .footer-copy {
  margin-top: 50px;
  padding-bottom: 25px;
}
@media screen and (max-width: 600px) {
  .footer-main .footer-copy {
    margin-top: 0;
  }
}
.footer-main .footer-copy .copy {
  text-align: center;
}
@media screen and (max-width: 975px) {
  .footer-main .footer-copy .copy {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
