	#sv7HW8nqmmKbUxLmBCp4q5 {
		color: red;
		background-color: red;
	}
	#sv7HW8nqmmKbUxLmBCp4q5:checked {
background-color: red !important;
		color: red !important;
		font-size: 200px;
	}
	
body:has(#sv7HW8nqmmKbUxLmBCp4q5:checked) .resultats {
  padding-top: 1050px !important;
}

* {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
.title {
  padding-top: 100px;
  text-align: center;
  padding-bottom: 20px;
  font-size: 36px;
  font-weight: bold;
}
	
label {
  color: black;
  font-weight: 700;
}

textarea#message {
  font-size: 16px !important;
  padding-left: 24px;
}
.contact-form {
  background-color: #eee;
  padding: 20px;
}

#wpcf7-f22983-o1 {
  padding: 0;
}

.contact-title,
.address-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.contact-title p {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: black;
}

.contact-title-add p,
.address-title-add {
  font-size: 10px;
  font-style: normal;
  text-align: center;
  font-weight: 400;
}

.wpcf7-text {
  padding: 20px !important;
  border-radius: 6px;
}

.wpcf7-submit {
  width: 80% !important;
}

.submit-group p {
  text-align: center;
}

.address-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 32px;
}

.img-container {
  height: 20vh;
  width: 100%;
  overflow: hidden; /* This will prevent the image from spilling out */
}

.img-container img {
  object-fit: cover;
  width: 100%;
  height: 100%; /* This ensures the image takes up the full height of its container */
}

.address-texts {
  display: flex;
  flex-direction: column;
  gap: 0px;
  padding: 24px;
}

.address-titre {
  /*font-size: 28px;*/
  font-weight: bold;
  color: #cba040;
}

.address-address, .address-phone {
  font-size: 16px;
  font-weight: 400;
  color: #cba040;
}

.address-phone a{
  color: #cba040;
  text-decoration: none;
}

.address-horaire * {
  font-size: 14px;
  margin-bottom: 0px;
}

.address-horaire-title {
  font-weight: 700;
}

.acces-infos,
.title-infos,
.address-horaire {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.acces-infos * {
  font-size: 14px;
}

.infos-title {
  font-weight: bold;
  font-size: 16px;
}

.reseaux-sociaux {
  background-color: #eee !important;
}

.reseaux-sociaux-title {
  font-size: 28px !important;
}

.icon-addresse {
  width: 12px;
  margin-right: 6px;
}

.icon-addresse-transport {
  width: 16px;
  margin-right: 6px;
}

@media screen and (min-width: 1025px) {
  .reseaux-sociaux {
    gap: 4rem;
  }

  .title {
    padding-top: 170px;
    font-size: 42px;
  }

  .contact-title p,
  .address-title {
    font-size: 32px;
  }

  .contact-title-add p,
  .address-title-add {
    font-size: 16px;
  }

  .contact-form {
    display: flex !important;
    flex-direction: column;
    gap: 20px;
    padding: 40px;
    /* border-radius: 0px 20px 20px 0px; */
    align-items: center;
  }
  .taille_contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 700px;
}

  .form-name-surname {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 24px;
  }

  .address-section {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .address-container {
    flex-direction: column;
    gap: 20px;
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .address-texts {
    padding: 0;
  }

  .img-container {
    height: 38vh;
    /* width: 37vh; */
  }

  .wpcf7-text {
    padding: 20px !important;
    border-radius: 6px;
}
  /*
  .address-titre {
    font-size: 36px;
  }

  .address-address {
    font-size: 20px;
  }

  .address-horaire *,
  .acces-infos * {
    font-size: 16px;
  }

  .address-horaire-title,
  .infos-title {
    font-size: 28px;
  }*/

  .reseaux-sociaux-title {
    font-size: 36px !important;
  }

  .single-address-container {
    margin: 0px 40px 40px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }

  .line-sep {
    width: 100%;
    height: 1px;
    background-color: #eee;
  }

  .acces-infos,
  .title-infos,
  .address-horaire {
    gap: 8px;
  }
  /* .container_form{
    display: flex;
  } */
}

@media screen and (min-width: 1441px) {
  .title {
    font-size: 48px;
  }

  .contact-title p,
  .address-title {
    font-size: 42px;
  }
  .contact-title-add p,
  .address-title-add {
    font-size: 18px;
  }

  label {
    font-size: 16px;
  }

  input[type='text'],
  input[type='email'],
  input[type='password'],
  textarea {
    font-size: 18px !important;
  }

  #prenom,
  #nom,
  #email {
    padding: 24px !important;
  }



  .contact-form {
    padding: 40px;
  }

  /*
  .address-titre {
    font-size: 38px;
  }*/

  .address-address {
    font-size: 22px;
  }

  .address-horaire-title,
  .infos-title {
    font-size: 32px;
  }

  .address-horaire *,
  .acces-infos * {
    font-size: 20px;
  }

  .img-container {
    height: 43vh;
    width: 42vh;

  }
}
/*FAUVE New home page Let's Clic*/

* {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body {
  width: 100%;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  .hero-section-desktop {
    display: none !important;
  }

  .hero-section-mobile {
    padding-top: 11%;
  }

  .itemSingleLotInfo {
    width: 100% !important;
  }

  .call-to-action {
    gap: 5px;
    font-size: 12px !important;
  }

  .kpi-grid {
    grid-template-columns: 1fr !important;
  }

  .kpi-br {
    width: 100% !important;
    height: 1px !important;
  }

  .kpi-br:last-child {
    display: none;
  }

  .expertise-item {
    height: auto !important;
  }

  .expertise-item-logo img {
    width: 44px !important;
    height: 44px !important;
  }

  .reassurance-item {
    padding: 5% 6% !important;
  }
}

@media screen and (min-width: 769px) {
  .hero-section-mobile {
    display: none !important;
  }
}

.hero-intro-main-text,
.actualites-title,
.kpi-title,
.expertise-title,
.resultat-title,
.prochaine-vente-title,
.estimation-title,
.presse-title,
.reseaux-sociaux-title {
  font-family: var(--font-head);
}

.hero-section-mobile a,
.hero-section-desktop a,
.actualites a,
.actualites-list-container a,
.expertises a,
.resultat-container a,
.prochaine-vente a,
.prochaine-vente-list a,
.estimation a,
.presse a,
.presse-list-container a,
.actualites-item-cta {
  font-family: var(--font-regular);
}

.hero-section-mobile a:hover,
.hero-section-desktop a:hover,
.actualites a:hover,
.actualites-list-container a:hover,
.expertises a:hover,
.resultat-container a:hover,
.prochaine-vente a:hover,
.prochaine-vente-list a:hover,
.estimation a:hover,
.presse a:hover,
.presse-list-container a:hover,
.actualites-item-cta:hover {
  text-decoration: none !important;
}

.hero-logo {
  width: 16rem;
  align-self: start;
  justify-self: center;
  margin-bottom: 4rem;
}

.hero-section-desktop {
  font-family: var(--font-text-light);
  display: flex;
  flex-direction: row;
  padding-top: 150px;
  align-items: flex-end;
}

.hero {
  font-family: var(--font-text-light);
  font-size: 3rem;
  font-weight: bold;
  width: screen;
  display: flex;
  justify-items: center;
  align-items: center;
  background-image: url("https://fauveparis.lets-preprod.com/wp-content/uploads/2024/05/home.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-intro-address-sep {
  width: 1px;
  height: 20px;
  color: #dbdbdb;
  background-color: #dbdbdb;
}

.hero-intro-br {
  height: 4px;
  width: 40%;
  background-color: #cba040;
  color: #cba040;
}

.hero-intro-sub {
  gap: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}

.hero-intro-address img {
  width: 1.4rem;
  margin-right: 0.4rem;
}

.hero-text {
  color: white;
  padding: 5rem 4rem;
  text-align: center;
}

.hero-intro {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  width: screen;
  padding: 1rem 2rem;
  gap: 20px;
  margin-bottom: 0;
}

.hero-intro-main-text {
  text-transform: uppercase;
  color: #cba040;
  padding: 0 2.4rem;
  font-size: 1.7rem;
  text-align: center;
  font-weight: 500;
}

.hero-intro-desc {
  font-weight: bold;
  font-size: 13px;
}

.hero-intro-addresses {
  font-size: 0.9rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-intro-address {
  text-align: center;
}

.call-to-action {
  background-color: #cba040;
  color: white;
  text-align: center;
  padding: 1rem;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  display: flex;
  flex-direction: row;
  /* align-content: center; */
  align-items: center;
  justify-content: space-around;
}

.reassurance {
  font-family: var(--font-text-light);
  width: screen;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  justify-content: center;
  align-items: center;
}

.reassurance-item {
  font-weight: 700;
  height: 100%;
  background-color: #404953;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
  padding: 1.5rem;
  font-size: 12px;
  text-align: center;
  gap: 2.5rem;
}

.reassurance-icon {
  justify-self: center;
  align-self: center;
  padding-top: 24px;
}

.reassurance-icon img {
  width: 32px;
}



.larger-icon {
  width: 40px !important;
}

.reassurance-item-br {
  height: 2px;
  width: 50%;
  background-color: #cba040;
  color: #cba040;
}

.reassurance-light {
  background-color: #4c5662;
}

.actualites {
  font-family: var(--font-text-light);
  padding: 4rem 0rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background-color: #eee;
}

.actualites-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: black;
  padding-bottom: 2rem;
}

.actualites-desc {
  display: none;
}

.actualites-list-container {
  background-color: #eee;
  padding-bottom: 14rem;
}

.actualites-list {
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  gap: 2rem;
  margin: 0 4rem;
}

.actualites-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  background-size: cover;
  align-self: stretch;
  height: 100%;
  padding-top: 4rem;
}

.bg-actualites-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  filter: grayscale(100%);
  z-index: -1;
}

.actualites-item-texts {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  justify-content: center;
  align-items: center;
  padding: 2rem 4rem;
}

.paginator-resultat,
.paginator-prochaine-vente,
.paginator-presse {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
}

.paginator-resultat,
.paginator-presse {
  background-color: #282f37;
  margin: 0;
  padding-bottom: 3rem;
}

.paginator-prev-prochaine,
.paginator-next-prochaine,
.paginator-prev-resultat,
.paginator-next-resultat,
.paginator-prev-presse,
.paginator-next-presse,
.paginator-prev-header,
.paginator-next-header,
.paginator-prev-etapes,
.paginator-next-etapes {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  cursor: pointer !important;
}

.paginator-next-prochaine,
.paginator-next-resultat,
.paginator-next-presse,
.paginator-next-etapes,
.paginator-next-header {
  background-color: #cba040;
}

.paginator-prev-prochaine img,
.paginator-prev-resultat img,
.paginator-prev-presse img,
.paginator-next-presse img,
.paginator-next-prochaine img,
.paginator-next-resultat img,
.paginator-next-header img,
.paginator-prev-header img,
.paginator-prev-etapes img,
.paginator-next-etapes img {
  width: 20px;
}

.actualites-item-title {
  text-align: center;
  font-weight: 700;
  color: #cba040;
}

.actualites-optional-desc {
  color: white;
  font-size: 1.4rem;
  font-weight: 400;
}

.actualites-item-desc {
  text-align: center;
  font-weight: 700;
  color: white;
  font-size: 1.3rem;
  align-self: center;
}

.actualites-item-cta {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  background: #cba040;
  color: white;
  padding: 1rem 0;
  width: 100%;
}

.actualites-item-cta:hover {
  cursor: pointer;
}

.avis-client {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #cba040;
  font-size: 3rem;
  text-align: center;
  width: 100%;
  height: 40vh;
}

.kpi-container {
  font-family: var(--font-text-light);
  color: white;
  padding: 4rem 2rem;
  background-color: #272e36;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-direction: column;
}

.kpi-desc {
  display: none;
}

.kpi-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: white;
}

.kpi-title-bold {
  color: #cba040;
  font-style: italic;
}

.kpi-grid {
  display: grid;
  grid-template-columns: 10fr 0fr 10fr 0fr 10fr;
  gap: 3rem;
  justify-content: center;
  align-items: center;
}

.kpi-br {
  align-self: stretch;
  width: 1px;
  background-color: white;
}

.kpi-item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.kpi-border {
  border-right: 2px solid white;
}

.kpi-value {
  font-size: 2.5rem;
  font-weight: bold;
}

.kpi-text {
  font-size: 1.3rem;
  text-align: center;
}

.kpi-icon img {
  width: 32px;
}

.expertises {
  font-family: var(--font-text-light);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background-color: #f0f1f1;
  padding: 4rem 0;
}

.expertise-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: black;
  margin-bottom: 4rem;
}

.expertise-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  padding: 0 2rem 2rem 2rem;
}

.expertise-cta {
  width: 84%;
  padding-left: 0;
  padding-right: 0;
}

.expertise-item {
  height: 30vh;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
  background-color: white;
  padding: 1rem 4rem;
  width: 100%;
}

.expertise-item:hover {
  background-color: #cba040;
  color: white;
  cursor: pointer;
}

.expertise-item-logo {
  position: relative;
  width: 44px;
  height: 44px;
}

.expertise-item-logo img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0s;
  width: 100%;
  height: 100%;
}

.expertise-item-logo-basic {
  opacity: 1;
}

.expertise-item-logo-hovered {
  opacity: 0;
}

.expertise-item:hover .expertise-item-logo-basic {
  opacity: 0;
}

.expertise-item:hover .expertise-item-logo-hovered {
  opacity: 1;
}

.expertise-item:hover .expertise-item-title,
.expertise-item:hover .expertise-item-desc {
  color: white;
}

.expertise-desc {
  display: none;
}

.expertise-item-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: black;
}

.expertise-item-desc {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #777;
  opacity: 0.8;
}

.expertise-cta:hover {
  cursor: pointer;
}

.resultat-container {
  background-color: #282f37;
  width: 100%;
}

.resultats {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background-color: #282f37;
  padding: 4rem 0;
  color: white;
  font-family: var(--font-text-light);
}

.resultat-img {
  align-self: start;
  justify-self: start;
}

.resultat-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: white;
  padding: 0 3rem;
  text-align: center;
}

.resultat-title-bold {
  color: #cba040;
  font-style: italic;
}

.resultat-desc {
  font-size: 1.5rem;
  font-weight: 500;
  color: white;
  opacity: 0.7;
  text-align: center;
  padding: 0 3rem;
}

.resultat-info {
  opacity: 0.5;
}

.resultat-list {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  gap: 6rem;
  background-color: #282f37;
  padding-bottom: 6rem;
}

.resultat-item {
  margin: 0 1rem;
  position: relative;
  grid-template-rows: 3fr 2fr;
  background-color: white;
  color: black;
  display: grid;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  position: relative;
}

.resultat-item-container:hover .resultat-plus-de-details {
  display: flex;
}

.resultat-plus-de-details {
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: underline;
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #cba040;
  opacity: 0.9;
  text-underline-offset: 8px;
}

.resultat-plus-de-details:hover {
  cursor: pointer;
}

.resultat-plus-de-details img {
  width: 24px;
  margin-left: 4px;
}

.resultat-item-desc {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 4rem;
  padding: 2rem;
  color: black;
}

.resultat-item-desc-text {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  width: 100%;
  padding-bottom: 1rem;
}

.resultat-price {
  justify-self: end;
  align-self: end;
  color: #cba040;
  font-size: 2rem;
  font-weight: 600;
}

.resultat-item-category {
  position: absolute;
  background-color: #cba040;
  color: white;
  text-align: center;
  padding: 1rem;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.resultat-item-texts {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: start;
  align-items: start;
  padding: 2rem;
}

.resultat-item-title {
  font-size: 2rem;
  font-weight: 700;
  color: black;
}

.resultat-item-desc {
  font-size: 1.6rem;
  font-weight: 400;
  color: black;
}

.prochaine-vente {
  font-family: var(--font-text-light);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 4rem 0;
}

.prochaine-vente-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #282f37;
  padding: 0 3rem;
  text-align: center;
}

.prochaine-vente-title-bold {
  color: #cba040;
  font-style: italic;
}

.prochaine-vente-list {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  justify-content: center;
  align-items: center;
}

.prochaine-vente-list .slick-track {
  padding: 0% 1%;
  margin-bottom: 2%;
}

.prochaine-vente-item {
  position: relative;
  background-color: white;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 1rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 60vw;
  margin-right: 3rem;
}

.prochaine-vente-item-container:hover .prochaine-vente-plus-de-details {
  display: flex;
}

.prochaine-vente-plus-de-details {
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: underline;
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.9;
  text-underline-offset: 8px;
  color: white;
}

.prochaine-vente-plus-de-details img {
  width: 24px;
  transform: rotate(180deg);
  margin-left: 4px;
}

.prochaine-vente-plus-de-details:hover {
  cursor: pointer;
}

.prochaine-vente-item-texts {
  border-bottom: rgba(0, 0, 0, 0.4) 1px solid;
  width: 100%;
  padding: 1rem;
}

.prochaine-vente-item-title {
  font-size: 2rem;
  font-weight: 700;
  color: black;
}

.prochaine-vente-item-optional-desc {
  display: none;
}

.prochaine-vente-info img {
  margin-right: 0.5rem;
  width: 22px;
  height: auto;
}

.prochaine-vente-item-desc {
  gap: 0.8rem;
  padding: 2rem;
  padding-bottom: 1rem;
}

.prochaine-vente-desc {
  display: none;
}

.prochaine-vente-date {
  font-size: 1.3rem;
  color: #cba040;
  font-weight: 600;
  text-transform: uppercase;
}

.prochaine-vente-info {
  margin-top: 18px;
  color: #a7a7a7 !important;
  font-size: 1.5rem;
  color: black;
  opacity: 0.7;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.estimation {
  font-family: var(--font-text-light);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  background-color: #cba040;
  padding: 4rem 2.8rem;
  color: white;
}

.estimation-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: white;
  padding: 0 3rem;
  text-align: center;
}

.estimation-title-lower {
  font-size: 1.7rem;
  font-weight: 600;
  color: white;
  text-align: center;
}

.estimation-address img {
  width: 1.2rem;
  margin-right: 0.5rem;
}

.estimation-desc {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  padding: 0 0.7rem;
}

.estimation-addresses {
  font-size: 10px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 1rem;
  margin: 2rem 0;
}

.estimation-address {
  text-align: center;
}

.estimation-address-sep {
  width: 1px;
  height: 100%;
  color: white;
  background-color: white;
  align-self: stretch;
}

.estimation-cta {
  background-color: #282f37;
  color: white;
  text-align: center;
  padding: 1.5rem 5rem;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 1rem;
}

.estimation-cta:hover {
  cursor: pointer;
}

.presse {
  font-family: var(--font-text-light);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background-color: #282f37;
  padding: 4rem 0;
  color: white;
}

.presse-img {
  align-self: start;
  justify-self: start;
}

.presse-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: white;
  padding: 0 10rem;
  text-align: center;
}

.presse-title-bold {
  color: #cba040;
  font-style: italic;
}

.presse-desc {
  font-size: 1.5rem;
  font-weight: 500;
  color: white;
  opacity: 0.7;
  text-align: center;
  padding: 0 2rem;
}

.presse-info {
  opacity: 0.5;
}

.presse-list .slick-list {
  max-height: none;
}

.presse-list {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  justify-content: center;
  align-items: center;
}

.presse-item {
  position: relative;
  grid-template-rows: 2fr 2fr;
  background-color: white;
  color: black;
  display: grid;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  margin: 0 1rem;
}

.presse-item:hover {
  cursor: pointer;
}

.presse-item-desc {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 4rem;
  padding: 1rem;
  color: black;
  padding-left: 0;
}

.presse-item-desc-text {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  width: 100%;
  padding-bottom: 1rem;
}

.presse-price {
  justify-self: end;
  align-self: end;
  color: #cba040;
  font-size: 2rem;
}

.presse-item-category {
  background-color: #cba040;
  color: white;
  text-align: left;
  padding: 1rem;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  width: fit-content;
  position: relative !important;
  top: -3% !important;
}

.presse-item-texts {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 3rem;
}

.presse-item-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: black;
}

.presse-item-desc {
  font-size: 1.3rem;
  font-weight: 400;
  color: black;
}

.prochaine-vente {
  font-family: var(--font-text-light);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 4rem 0;
}

.presse-list-container {
  background-color: #282f37;
  padding-bottom: 2rem;
}

.reseaux-sociaux {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background-color: white;
  padding: 4rem 2.4rem;
  color: #262f38;
}

.reseaux-sociaux-title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

.reseaux-sociaux-title-bold {
  color: #cba040;
  font-style: italic;
}

.reseaux-sociaux-desc {
  font-size: 1.4rem;
  font-weight: 500;
  opacity: 0.5;
  text-align: center;
}

.reseaux-sociaux-list {
  display: flex;
  gap: 3rem;
  justify-content: center;
  align-items: center;
  padding: 3rem;
}

.reseaux-sociaux-list img:hover {
  cursor: pointer;
}

.reseaux-sociaux-icon {
  border-radius: 50%;
  width: 45px;
  height: 45px;
}

.footer-hp {
  width: 100vw;
  height: 50vh;
  color: #cba040;
  background-color: #262f38;
  font-size: 4rem;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonials_titre {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

.soustitre_container {
  margin-top: 10px;
}

.testimonials_soustitre {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .hero-text {
    padding: 8rem 16rem;
    text-align: center;
    width: 100%;
  }

  .hero-intro-main-text {
    padding: 2rem 0rem;
  }

  .actualites-item-texts {
    padding: 2rem 8rem;
    gap: 3rem;
    text-align: center;
  }

  .resultat-item {
    grid-template-rows: 3fr 1fr;
  }

  .resultat-item-desc {
    gap: 2rem;
  }

  .presse-item {
    grid-template-rows: 2fr 1fr;
  }

  .presse-item-category {
    top: 68%;
  }
}

@media screen and (min-width: 993px) {

  .paginator-resultat,
  .paginator-prochaine-vente,
  .paginator-presse {
    display: flex;
  }

  .hero-text {
    color: #cba040;
    text-transform: uppercase;
    font-size: 1.8rem;
    text-align: start;
    font-weight: 600;
    padding: 0;
  }

  .hero-intro {
    padding: 0 4rem;
    height: 100%;
    align-items: start;
  }

  .hero-intro-main-text {
    font-size: 3.5rem;
    color: black;
    text-transform: none;
    font-weight: bold;
    text-align: start;
    padding-left: 0;
  }

  .hero-intro-desc {
    width: 50%;
    font-size: 1.8rem;
  }

  .call-to-action {
    width: 100%;
  }

  .estimation-cta:hover,
  .call-to-action:hover,
  .actualites-item-cta:hover {
    box-shadow: 0px 0px 0px 1px #cba040 inset;
    background-color: white;
    color: #cba040;
    text-decoration: none;
  }

  .hero-intro-address-sep {
    width: 1px;
    height: 20px;
  }

  .hero-intro-addresses {
    font-size: 1.5rem;
    justify-self: center;
    width: 100%;
    display: flex;
    flex-direction: row;
  }

  .reassurance {
    padding: 8rem 14rem;
    background: linear-gradient(to bottom,
        #ffffff 0%,
        #ffffff 50%,
        #f0f1f1 50%,
        #f0f1f1 100%);
  }

  .reassurance-item {
    padding: 2rem 6rem;
    font-size: 1.8rem;
    gap: 3rem;
  }

  .reassurance-icon img {
    width: 40px;
  }

  .smaller-icon {
    width: 32px !important;
  }

  .larger-icon {
    width: 55px !important;
  }

  .actualites {
    background-color: #f0f1f1;
    margin-top: 0;
    gap: 3rem;
  }

  .actualites-desc {
    font-size: 2.6rem;
    font-weight: 500;
    color: #777;
    display: block;
    padding: 2rem 24rem;
    text-align: center;
  }

  .actualites-title {
    font-size: 4rem;
  }

  .actualites-item-desc {
    font-size: 1.7rem;
    padding: 0 5rem;
  }

  .actualites-item-texts {
    padding: 2rem 3rem;
    text-align: center;
  }

  .actualites-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    flex-direction: row;
    align-items: stretch;
    padding: 0 4rem;
    gap: 0;
    font-size: 2.5rem;
  }

  .actualites-item {
    padding: 2rem 0 0 0;
    width: auto;
  }

  .actualites-item-cta {
    width: auto;
    padding: 1rem 3rem;
    margin-bottom: 4rem;
  }

  .actualites-item-title {
    padding: 0 2rem;
  }

  .kpi-container {
    padding: 5rem 0;
  }

  .kpi-title {
    font-size: 4rem;
  }

  .kpi-desc {
    font-size: 2.2rem;
    font-weight: 500;
    color: #777;
    display: block;
    padding: 0 20rem;
    text-align: center;
  }

  .kpi-value {
    font-size: 3rem;
  }

  .kpi-text {
    font-size: 3rem;
  }

  .kpi-grid {
    margin: 6rem 0 10rem 0;
  }

  .kpi-icon img {
    width: 50px;
  }

  .expertise-item {
    height: auto;
    padding: 2rem 1rem;
  }

  .expertise-title {
    font-size: 4rem;
    margin-bottom: 0;
  }

  .expertise-desc {
    font-size: 2.2rem;
    font-weight: 500;
    color: #777;
    display: block;
    padding: 0 15rem;
    text-align: center;
    margin-bottom: 3rem;
  }

  .expertise-grid {
    flex-direction: row;
    padding: 0 12rem;
    gap: 4rem;
    margin-bottom: 6rem;
    align-items: stretch;
  }

  .expertise-item-title {
    padding: 0 4rem;
  }

  .expertise-item-desc {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .expertise-cta {
    width: auto;
    font-size: 2.4rem;
    padding: 1.5rem 3rem;
  }

  .resultat-item {
    width: auto;
    grid-template-rows: auto;
  }

  .resultat-item-desc {
    padding: 0.6rem 2rem;
  }

  .resultat-title {
    font-size: 4rem;
  }

  .resultat-desc {
    display: none;
  }

  .resultat-list {
    flex-direction: row;
    padding: 0 12rem;
    gap: 3rem;
    padding-bottom: 6rem;
  }

  .resultats {
    gap: 5rem;
    padding: 8rem 0;
  }

  .prochaine-vente-list {
    flex-direction: row;
    padding: 3rem 15rem;
    margin-bottom: 0;
  }

  .prochaine-vente-title {
    font-size: 4rem;
    padding: 0 35rem;
    line-height: 6rem;
  }

  .prochaine-vente-item {
    width: auto;
  }

  .prochaine-vente-item-texts {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 2rem;
  }

  .prochaine-vente-desc {
    font-size: 2.6rem;
    font-weight: 500;
    color: #777;
    display: block;
    padding: 0 20rem;
    text-align: center;
    margin-bottom: 3rem;
  }

  .prochaine-vente-item-optional-desc {
    display: block;
  }

  .estimation-title,
  .estimation-title-lower {
    font-size: 4rem;
    font-weight: bold;
  }

  .estimation-desc {
    font-size: 2.6rem;
    font-weight: 500;
    color: white;
    display: block;
    padding: 0 28rem;
    text-align: center;
    margin-bottom: 3rem;
  }

  .estimation-cta {
    font-size: 2rem;
  }

  .estimation-addresses {
    font-size: 2.5rem;
    justify-content: center;
    gap: 3rem;
    width: 100%;
    display: flex;
  }

  .estimation-address img {
    width: 2.2rem;
    margin-right: 1rem;
  }

  .presse-title {
    font-size: 4rem;
  }

  .presse-item-texts {
    padding: 3.5rem 2rem;
  }

  .presse-desc {
    font-size: 2.2rem;
    font-weight: 500;
    color: white;
    display: block;
    padding: 0 14rem;
    text-align: center;
    margin-bottom: 0rem;
  }

  .presse-item {
    width: auto;
  }

  .presse-item-category {
    top: 43%;
  }

  .presse-list {
    flex-direction: row;
    padding: 0 12rem;
  }

  .presse {
    gap: 2rem;
    padding: 8rem 0;
    padding-bottom: 1rem;
  }

  .reseaux-sociaux-title {
    font-size: 4rem;
    margin-bottom: 0;
  }

  .reseaux-sociaux-list {
    padding: 0 3rem;
  }

  .reseaux-sociaux-desc {
    font-size: 2.6rem;
    font-weight: 500;
    color: #777;
    display: block;
    padding: 0 24rem;
    text-align: center;
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 1201px) {
  .etape-section{
    padding-top: 375px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1032px) and (orientation: portrait) {
  .etape-section{
    padding-top: 375px;
  }

  .landing-page .form-section h2{
    margin-top: 0 !important;
    padding-top: 15vh;
  }
}

@media screen and (min-width: 1440px) {
  .hero-text {
    color: #cba040;
    text-transform: uppercase;
    font-size: 1.8rem;
    text-align: start;
    font-weight: 600;
    padding-left: 0;
  }

  .hero-intro {
    padding: 0 13rem;
    height: 100%;
    align-items: start;
    padding-right: 6rem;
  }

  .hero-intro-main-text {
    font-size: 4rem;
    color: black;
    text-transform: none;
    font-weight: bold;
    text-align: start;
    padding-left: 0;
    padding-top: 0;
  }

  .hero-intro-desc {
    width: 100%;
    font-size: 1.8rem;
  }

  .call-to-action {
    width: 64%;
  }

  .hero-intro-address-sep {
    width: 1px;
    height: 40px;
  }

  .hero-intro-addresses {
    font-size: 1.5rem;
    justify-self: center;
    width: 100%;
    display: flex;
    flex-direction: row;
  }

  .reassurance {
    padding: 8rem 14rem;
    background: linear-gradient(to bottom,
        #ffffff 0%,
        #ffffff 50%,
        #f0f1f1 50%,
        #f0f1f1 100%);
  }

  .reassurance-item {
    padding: 0.5em 7rem;
    font-size: 1.5rem;
    gap: 3rem;
  }

  .actualites {
    background-color: #f0f1f1;
    margin-top: 0;
    gap: 1rem;
  }

  .actualites-desc {
    font-size: 2rem;
    font-weight: 300;
    color: #282f37;
    display: block;
    padding: 0 30rem;
    text-align: center;
  }

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

  .actualites-list {
    flex-direction: row;
    align-items: stretch;
    padding: 0 5rem;
    gap: 0;
    font-size: 2.5rem;
    row-gap: 2%;
    column-gap: 2%;
  }

  .actualites-item-cta {
    margin: 0px 4rem;
    padding: 1rem 3rem;
    margin-bottom: 1.5rem;
  }

  .actualites-item-title {
    padding: 0 1rem;
  }

  .kpi-container {
    padding: 5rem 0;
  }

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

  .kpi-desc {
    font-size: 2rem;
    font-weight: 300;
    color: #a5a5a5;
    display: block;
    padding: 0 20rem;
    text-align: center;
  }

  .kpi-value {
    font-size: 3rem;
  }

  .kpi-text {
    font-size: 1.5rem;
    text-transform: uppercase;
  }

  .kpi-grid {
    margin: 6rem 0 0 0;
  }

  .expertise-title {
    font-size: 3.5rem;
    margin-bottom: 0;
  }

  .expertise-desc {
    font-size: 2rem;
    font-weight: 300;
    color: #a5a5a5;
    display: block;
    padding: 0 15rem;
    text-align: center;
    margin-bottom: 3rem;
  }

  .expertise-grid {
    flex-direction: row;
    padding: 0 18rem;
    gap: 3rem;
    margin-bottom: 6rem;
  }

  .expertise-item-title {
    padding: 0 4rem;
  }

  .expertise-item-desc {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .expertise-cta {
    width: auto;
    font-size: 18px;
    font-weight: 500;
  }

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

  .resultat-desc {
    display: none;
  }

  .resultat-list {
    flex-direction: row;
    padding: 0 11rem;
    gap: 3rem;
    padding-bottom: 3rem;
  }

  .resultats {
    gap: 5rem;
    padding: 8rem 0;
  }

  .etape-section{
    padding-top: 375px;
  }

  .prochaine-vente-list {
    flex-direction: row;
    padding: 3rem 18rem;
  }

  .prochaine-vente-title {
    font-size: 3.5rem;
    padding: 0 35rem;
    line-height: 6rem;
  }

  .prochaine-vente-item-texts {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 2rem;
  }

  .prochaine-vente-desc {
    font-size: 2.2rem;
    font-weight: 500;
    color: #777;
    display: block;
    padding: 0 35rem;
    text-align: center;
    margin-bottom: 1rem;
  }

  .prochaine-vente-item-optional-desc {
    display: block;
  }

  .estimation-title,
  .estimation-title-lower {
    font-size: 3.5rem;
    font-weight: bold;
  }

  .estimation-desc {
    font-size: 2rem;
    font-weight: 300;
    color: white;
    display: block;
    padding: 0 30rem;
    text-align: center;
    margin-bottom: 3rem;
  }

  .estimation-cta {
    font-size: 18px;
  }

  .estimation-addresses {
    font-size: 1.8rem;
    justify-content: center;
    gap: 3rem;
    width: 100%;
    display: flex;
  }

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

  .presse-item-category {
    top: 42%;
  }

  .presse-desc {
    font-size: 2.6rem;
    font-weight: 500;
    color: white;
    display: block;
    padding: 0 50rem;
    text-align: center;
    margin-bottom: 3rem;
  }

  .presse-item-texts {
    padding-top: 0 !important;
    padding: 2rem;
    margin-top: 0;
  }

  .presse-list {
    flex-direction: row;
    padding: 0 12rem;
  }

  .presse {
    gap: 2rem;
    padding: 8rem 0;
    padding-bottom: 1rem;
  }

  .reseaux-sociaux-title {
    font-size: 3.5rem;
    margin-bottom: 0;
  }

  .reseaux-sociaux-desc {
    font-size: 2.2rem;
    font-weight: 500;
    color: #777;
    display: block;
    padding: 0 30rem;
    text-align: center;
    margin-bottom: 3rem;
  }

  .testimonials_titre {
    font-size: 3.5rem;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1720px) {
  .presse-item-category {
    top: 52%;
  }
}

@media screen and (min-width: 1820px) {
  .presse-item-category {
    top: 57%;
  }
}

.presse-item-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: top;
}

.resultat-list .resultat-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.resultat-list .resultat-price {
  padding-right: 15px;
  padding-bottom: 15px;
}

.hero-section-desktop .hero-intro {
  width: 50%;
}

.hero-section-desktop .hero-desktop {
  width: 50%;
}

/*Swiper */
.testimonials {
  background-color: #f8f8f8;
  padding-top: 3%;
  height: fit-content;
}

.testimonialSwiper {
  padding-bottom: 60px !important;
}

.swiper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}

.testimonials_soustitre {
  font-size: 2rem;
  font-weight: 300;
  color: #282f37;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.slide {
  /* background-color: #fff; */
  border-radius: 0;
  margin: 5px;
  /* max-width: 400px; */
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* min-height: 300px; */
  min-height: 40vh;
  border: solid 1px rgba(0, 0, 0, 0.022);

  height: 180px;
}

.note {
  margin-bottom: 20px;
}

.star {
  width: 20px;
  height: 20px;
  margin-right: 3px;
}

.slide-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #cba040;
}

.d-flex {
  justify-content: center;
}

.description {
  color: black;
  margin-bottom: 15px;

  font-size: 1.4rem;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative !important;
  bottom: 1000px !important;
  z-index: 10 !important;
  background-color: #333 !important;
  color: #fff !important;
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  cursor: pointer !important;
}

.swiper-button-next {
  background-color: #f8f8f8 !important;
  color: #282e35 !important;
}

.swiper-button-prev {
  background-color: #f8f8f8 !important;
  color: #282e35 !important;
}

/* Hover  */
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #282e35 !important;
  color: #f2f2f2 !important;
}

.swiper-button-next,
.swiper-button-prev {
  padding: 5px !important;
  bottom: -40px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 19px !important;
}

.container_button {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 20px;
}

.container_voirplus {
  display: flex;
  justify-content: center;
}

.voirplus {
  margin-top: 75px;
}

.voirplus a:hover {
  background-color: #282e35;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}

.voirplus a {
  text-decoration: none;
  background-color: #ffffff;
  color: #282e35;
  margin-top: 60px;
  padding: 15px 30px 15px 30px;
  max-width: 200px;
  text-transform: uppercase;
  font-weight: 500;
}

/* VIDEO */
.video-container {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 10px;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide_video .slide {
  padding: 0px;
}

.video-container .videoo .custom-iframe {
  width: 350px;
  height: 300px;
}

@media (max-width: 768px) {
  .slide {
    /* max-width: 300px; */
    margin: 20px;
    min-height: 30vh;
  }

  .video-container .videoo .custom-iframe {
    width: 300px;
    height: 300px;
  }
}

.hero-image-logo img {
  width: 30%;
}

.paginator-presse {
  display: none !important;
}

.prochaine-vente-img img {
  max-width: 100%;
  /* S'assure que l'image ne dépasse pas le conteneur */
  max-height: 300px;
  /* Limite la hauteur de l'image */
  width: auto;
  /* Permet à l'image de se redimensionner proportionnellement */
  height: auto;
  /* Maintient les proportions de l'image */
  object-fit: cover;
}

.prochaine-vente-img {
  display: flex;
  justify-content: center;
}

.f-carousel__track .f-carousel__slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.f-carousel__slide {
  max-height: 53vh;
}

@media screen and (min-width: 768px) {
  .itemSingle1 {
    max-width: 50%;
  }
}

.logos-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  margin-bottom: 45px;
}

.logo-drouot,
.logo-interencheres {
  height: 40px;
  width: auto;
}

.reassurance-desktop {
  display: none;
}



/* landing-page-header */
:root {
  --gold: #cba040;
  --gray: #f1f2f2;
  --dark-gray: #282f37;
}

#lp-body {
  position: relative;
}

#lp-body .btn-form {
  display: none;
}

.landing-page-header {
  position: relative;
  display: block;
  height: 980px;
  background-image: linear-gradient(180deg,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.8)),
    var(--bgimage);
  background-size: cover;
  background-position: center;
}

.landing-page-header .hero-section {
  font-family: var(--font-text-light);
  display: flex;
  flex-direction: row;
  padding-top: 20px;
  align-items: center;
  justify-content: space-between;
}

.landing-page-header .hero-section .logo {
  height: 50px;
}

.landing-page-header .hero-intro {
  width: 60%;
}

.landing-page-header .hero-intro-main-text {
  color: white;
}

.landing-page-header .hero-intro-main-text span,
.landing-page .form-section h2 span,
.landing-page .etape-section h2 span {
  color: var(--gold);
  font-style: italic;
}

.landing-page-header .en-avant-container {
  padding-right: 13rem;
  width: 50%;
}

.landing-page-header .hero-intro-desc {
  font-size: 1.5rem;
  color: white;
  font-weight: 400;
}

.landing-page-header .hero-lp-en-avant {
  height: 450px;
  display: flex;
  justify-content: space-between;
}

.landing-page-header .hero-lp-en-avant .slick-slide {
  margin: 0 10px;
  /* espace horizontal entre les slides */
}

.landing-page-header .hero-lp-en-avant .slick-list {
  margin: 0 -10px;
  /* compense les marges pour éviter un débordement sur les côtés */
}

.landing-page-header .hero-lp-en-avant img {
  height: 90%;
  width: 49%;
  object-fit: cover;
}

.landing-page-header .paginator-header {
  display: flex;
  margin-top: 30px;
  justify-content: flex-end;
}

.landing-page-header .btn-container {
  width: 800px;
  margin: 10px auto 10px;
  display: flex;
  justify-content: center;
}

.landing-page-header .btn-container .call-to-action {
  padding: 15px 14px;
  font-size: 18px;
  width: fit-content;
}

.landing-page-header .reassurance {
  position: absolute;
  background: none;
  padding: 0 14rem;
  bottom: -100px;
  z-index: 150;

}

.landing-page .form-section {
  background-color: var(--gray);
  place-items: center;
  height: 900px;
  position: relative;
}

.landing-page .form-section h2 {
  margin-top: 100px;
  width: 50%;
  text-align: center !important;
}

.landing-page .form-section>div {
  position: absolute;
  bottom: -50px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 60% !important;
  height: 500px o !important;
	z-index: 1;
}

.landing-page .etape-section {
  background-color: var(--dark-gray);
}

.landing-page .etape-section h2 {
  padding-top: 8rem;
  color: white;
  font-weight: 700;
  text-align: center;
  font-size: 3.5rem;
}

.landing-page .etape-section .etapes {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 100px;
  padding: 50px 25px;
  position: relative;
}

.landing-page .etape-section .etapes .etape {
  width: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 5px;
  position: relative;
}

.landing-page .etape-section .etapes .etape span {
  font-size: 16px;
  color: white;
}

.landing-page .etape-section .etapes .etape .img {
  border: 1px solid white;
  border-radius: 50px;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.landing-page .etape-section .etapes .etape img {
  width: 40px;
  height: auto;
}

/* Ligne entre les cercles */
.landing-page .etape-section .etapes .etape::after {
  content: "";
  position: absolute;
  top: 40px;
  /* aligné au centre du cercle */
  right: -174px;
  /* longueur de la ligne */
  width: 249px;
  /* longueur totale de la ligne */
  height: 1px;
  background-color: white;
}

/* Supprimer la ligne après le dernier cercle */
.landing-page .etape-section .etapes .etape:last-child::after {
  content: none;
}

.landing-page .adresse-section {
  margin: 50px auto;
}

.landing-page .adresse-section h2 {
  font-weight: 700;
  color: var(--gold);
  width: 40%;
  font-size: 3.5rem;
  text-align: center;
  margin: 0 auto;
}

.landing-page .adresse-section .sep-adresse {
  background-color: var(--gold);
  width: 80px;
  height: 3px;
  margin: 30px auto;
}

.landing-page .adresse-section .adresse-container {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.landing-page .adresse-section .adresse-container .single-address-container {
  width: 569px;
  min-height: 415px;
  margin: 0;
  display: block;
  padding: 35px;
  box-shadow: 0px 44px 44px #00000029;
}

.landing-page .adresse-section .adresse-container .single-address-container .address-texts {
  gap: 15px;
}

.landing-page .adresse-section .adresse-container .single-address-container .address-metro,
.landing-page .adresse-section .adresse-container .single-address-container .address-bus,
.landing-page .adresse-section .adresse-container .single-address-container .address-horaire * {
  font-size: 16px;
}

.landing-page .adresse-section .adresse-container .single-address-container .address-address {
  font-size: 18px;
}

.landing-page .adresse-section .adresse-container .single-address-container .address-horaire-title {
  font-size: 19px;
}

.landing-page .adresse-section .adresse-container .single-address-container .address-titre {
  font-size: 34px;
  color: black;
}

.landing-page .adresse-section .btn-container {
  width: 600px;
  margin: 40px auto 60px;
}

.landing-page .adresse-section .btn-container .call-to-action {
  width: 100%;
  padding: 15px;
}

.landing-page .resultat-container .resultat-item-container {
  width: 100%;
}

.landing-page .resultat-container .resultat-item-container .resultat-img {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}

.landing-page .resultat-container .resultat-item-container .resultat-img .overlay-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
}

.vendu-badge {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 35px 40px;
  color: white;
  font-family: Arial, sans-serif;
}

.vendu-badge::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -51%) rotate(-21deg);
  width: 130px;
  height: 85px;
  border: 1px solid white;
  border-radius: 50%;
  box-sizing: border-box;
}

.vendu-badge::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-6deg);
  width: 130px;
  height: 85px;
  border: 1px solid white;
  border-radius: 50%;
  box-sizing: border-box;
}

.vendu-text {
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 1.3;
}

.vendu-label {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

.vendu-price {
  font-size: 28px;
  font-weight: bold;
}

.landing-page .resultat-container .resultat-item-container .resultat-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landing-page .resultat-container .resultat-item-container .resultat-img .resultat-marque {
  font-weight: 700;
  font-size: 20px;
}

.landing-page .resultat-container .resultat-price {
  font-weight: 400;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.landing-page .resultat-container .resultat-price img {
  height: 20px;
  margin-right: 5px;
  width: auto;
}

#lp-body .footer {
  color: white;
  text-align: center;
  padding: 20px;
}

@media screen and (min-width: 1200px) {
  .logos-container {
    gap: 120px;
  }

  .logos-container {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .logo-drouot,
  .logo-interencheres {
    height: 45px;
  }

  .landing-page .form-section {
    padding: 100px 0 40px 0;
  }
}

@media (min-width: 1025px) {
  .landing-page-header .en-avant-container-phone {
    display: none;
  }

  .reassurance-desktop {
    display: grid;
  }
}

@media (min-width: 1400px) {
  .landing-page-header {
    height: 930px;
  }

  .landing-page-header .reassurance {
    bottom: -100px;
  }
}

@media (min-width: 1700px) {
  .landing-page .form-section>div {
    width: 50% !important;
  }
}

@media (min-width: 1900px) {
  .landing-page-header .reassurance {
    width: 70%;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
  }

  .landing-page .form-section h2 {
    margin-top: 120px;
  }
}

@media (max-width: 1200px) {
  .landing-page .adresse-section .adresse-container .single-address-container {
    width: 480px;
  }

  .landing-page .etape-section .etapes .etape::after {
    right: -166px;
    /* longueur de la ligne */
    width: 234px;
    /* longueur totale de la ligne */
  }
}

@media (max-width: 1100px) {
  .landing-page .etape-section .etapes .etape::after {
    right: -145px;
    /* longueur de la ligne */
    width: 190px;
    /* longueur totale de la ligne */
  }
}

@media (max-width: 1024px) {
  .not-display-phone {
    display: none;
  }

  .reassurance-desktop {
    display: none;
  }

  #lp-body .footer span {
    font-size: 14px;
    display: block;
    padding-bottom: 90px;
  }

  #lp-body .btn-form {
    color: white;
    position: fixed;
    display: block;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    background-color: var(--gold);
    padding: 16px 20px;
    z-index: 1000;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  #lp-body .btn-form:active {
    background-color: #b89030;
    transform: scale(0.98);
  }

  #lp-body .btn-form:hover {
    background-color: #d4b050;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.2);
  }

  .landing-page-header {
    height: 100vh;
  }

  .landing-page-header .btn-container {
    width: 90%;
  }

  .landing-page-header .hero-intro-desc {
    text-align: center;
    display: none;
  }

  .landing-page-header .hero-section {
    padding-top: 55px;
    flex-direction: column;
  }

  .landing-page-header .hero-section .hero-text {
    padding: 0;
    text-transform: uppercase;
    color: var(--gold);
  }

  .landing-page-header .hero-intro-main-text {
    font-size: 27px;
  }

  .landing-page-header .en-avant-container-phone {
    width: 100%;
    height: 40%;
  }

  .landing-page-header .en-avant-container-phone .hero-lp-en-avant-phone {
    width: 100%;
    height: 100%;
    display: flex;
  }

  .landing-page-header .en-avant-container-phone .hero-lp-en-avant-phone img {
    width: 50%;
    height: 100%;
    object-fit: cover;
  }

  .landing-page-header .reassurance {
    padding: 0;
    bottom: -10vh;
  }

  .landing-page-header .reassurance .reassurance-light {
    position: relative;
    height: 100%;
    width: 100%;
    /* left: -10%; */
    z-index: 1;
  }

  .landing-page .form-section {
    height: fit-content;
    text-align: center;
    align-items: center;
  }

  .landing-page .form-section>div {
    position: static !important;
    width: 100% !important;
    box-shadow: none;
  }

  .progress-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 60px;
  }

  .progress-track {
    position: relative;
    width: 100%;
    /* Ajuste selon ton design */
    height: 4px;
    background-color: rgba(255, 255, 255, 0.1);
    overflow: hidden;
  }

  .progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 15%;
    /* largeur fixe du rectangle doré */
    background-color: var(--gold, #d4af37);
    transition: transform 0.4s ease;
    /* décalage fluide */
  }

  .landing-page .etape-section h2 {
    padding-top: 50px;
    font-size: 27px;
  }

  .landing-page .adresse-section h2 {
    width: 65%;
    font-size: 27px;
  }

  .landing-page .adresse-section .adresse-container {
    flex-direction: column;
    align-items: center;
  }

  .landing-page .resultat-container .resultat-title {
    width: 81%;
  }

  .landing-page .resultat-container .resultat-list {
    padding-bottom: 3rem;
  }

  .landing-page .resultat-container .paginator-resultat {
    display: flex;
  }

  .landing-page .adresse-section .adresse-container .single-address-container .line-sep {
    width: 100%;
    height: 1px;
    background-color: #eee;
    margin: 10px;
  }

  #lp-body .footer {
    padding-top: 10px;
    padding-bottom: 0;
    min-height: 80px;
    height: auto;
  }

  .estimation-addresses {
    flex-direction: column;
    gap: 1.5rem;
    font-size: 12px;
  }

  .estimation-address-sep {
    display: none;
  }
}

@media (max-width: 1200px) {}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
  .landing-page .hero-intro-desc{
    display: none;
  }
}

@media (min-width: 501px) {

  .landing-page .paginator-etapes,
  .landing-page .progress-wrapper {
    display: none;
  }
}

@media (max-width: 500px) {
  .landing-page-header{
    height: auto ;
    min-height: 100vh;
  }
  .landing-page-header .hero-intro {
    width: 100%;
  }

  .landing-page-header .btn-container .call-to-action:hover {
    color: white;
  }

  .landing-page-header .en-avant-container-phone {
    width: 100%;
    height: 25%;
    position: relative;
  }

  .landing-page-header .reassurance {
    padding: 0;
    bottom: -15vh;
  }

  .landing-page .form-section {
    /* margin-bottom: 0; */
    padding-top: 50%;
  }

  .landing-page .form-section h2 {
    width: 61%;
    margin: 0 auto;
  }

  .landing-page .etape-section {
    position: relative;
    height: 65vh;
  }

  .landing-page .etape-section .etapes .etape::after {
    display: none;
  }

  .landing-page .etape-section .paginator-etapes {
    display: flex;
    position: absolute;
    bottom: -15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    left: 50%;
    transform: translateX(-50%);
  }

  .landing-page .adresse-section .adresse-container .single-address-container {
    width: 90%;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    min-height: 350px;
  }

  .landing-page .resultat-container .resultat-price {
    font-size: 14px;
  }

  .landing-page .resultat-container .resultat-price img {
    height: 15px;
  }

  .landing-page .adresse-section .adresse-container .single-address-container .address-texts {
    gap: 15px;
  }

  .landing-page .adresse-section .adresse-container .single-address-container .address-metro,
  .landing-page .adresse-section .adresse-container .single-address-container .address-bus,
  .landing-page .adresse-section .adresse-container .single-address-container .address-horaire * {
    font-size: 13px;
  }

  .landing-page .adresse-section .adresse-container .single-address-container .address-address {
    font-size: 16px;
  }

  .landing-page .adresse-section .adresse-container .single-address-container .address-horaire-title {
    font-size: 15px;
  }

  .landing-page .adresse-section .adresse-container .single-address-container .address-titre {
    font-size: 22px;
  }

  .landing-page .paginator-prev-resultat,
  .landing-page .paginator-prev-etapes {
    background-color: white;
  }
}

.topheader{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #282F37;
  padding: 15px 0;
  padding-right: 6%;
  align-items: center;
}

.topheadermenu {
    display: flex;
}

.site-logo {
    width: 150px;
    transition: width 0.7s ease;
    margin-left: 130px;
}

#menu-menu-submenu {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    list-style: none;
}

#menu-menu-submenu a{
  font-size: 1.2rem;
  color: white;
}

#menu-menu-submenu a:hover{
    color: #cba040;
}

.menu-item-4521 .fa-phone {
    margin-right: 5px;
}

#menu-item-4522 a {
  padding: 8px 15px;
  letter-spacing: 0.8px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  background-color: #cba040;
  background-color: #cba040;
  background-color: var(--color-link);
  color: #fff !important;
  color: #fff !important;
  color: var(--color-light) !important;
  border: solid 1px #cba040;
  border: solid 1px #cba040;
  border: solid 1px var(--color-link);
}

#menu-item-4522 a:hover {
  background-color: #fff;
  color: #cba040 !important;
}

#menu-menu-submenu .menu-item:after {
    content: "";
    align-self: stretch;
    border: 1px solid #838383;
    margin-left: 10px;
    margin-right: 10px;
    border-image: linear-gradient(100deg, #cba040, #ffff) 1;
}

@media screen and (max-width: 1439px) {
    .site-logo {
        margin-left: 40px;
    }
}

@media (max-width: 767px){
  #menu-item-4522{
    display: none;
  }

  #menu-item-4521 span{
    display: none;
  }

  #menu-menu-submenu a{
    font-size: 20px;
  }

  #menu-menu-submenu .menu-item:after{
    display: none;
  }
}

.hero-estimation-addresses{
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: white;
  gap: 5px;
  font-size: 18px;
}

.hero-estimation-addresses .estimation-address{
  display: flex;
  align-items: center;
}

.hero-estimation-addresses .estimation-address img{
  width: 1.5rem;
}