/*FAUVE New home page Let's Clic*/

* {
  font-family: 'Poppins';
}

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: 13px !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;
}

.smaller-icon {
  width: 20px! important;
}

.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
{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  cursor: pointer !important;

}

.paginator-next-prochaine, .paginator-next-resultat, .paginator-next-presse {
  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{
  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;
}

.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: 2.0rem;
  }

  .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) {

}

@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: 50%;
    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: 4rem 7rem;
    font-size: 2.1rem;
    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;
  }

  .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%;
}
.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%;
  }
}

