/*
Theme Name: hello-elementor-child
Description: Hello Elementor Child
Author: Mathias
Author URI: https://hdv-quinconces.com/
Template: hello-elementor
Version: 0.1.0
*/
#comments{display:none;}

:root{
  overflow-x: hidden !important;
}

body{
  overflow-x: hidden !important;
}

.grid-item-event {
  position: initial !important;
}

.carte-expert img{
  width: 243px;
  height: 364px;
  object-fit: cover;
}

.breadcrumbs-grey p {
  opacity: 0.4 !important;
  font-weight: 600 !important;
}

.breadcrumbs-grey > div > p > a {
  color: black;
  opacity: 0.4;
}
.bread-end > div > p > a {
  color: #A66D03;
}

.image-bandeau{
  display: flex;
  justify-content: center;
}

.image-bandeau>div>img {
  width: 100%;
  max-width: 1320px;
}

.bandeau-information {
  background-color: #FAF2DC;
  display: flex;
  max-width: 900px;
  border-radius: 10px;
  margin: auto;
  position: relative;
  top: -30px;
  justify-content: space-around !important;
}

.bandeau-information .date-event, .bandeau-information .lieu-event, .bandeau-information .horaires-event, .bandeau-information .type-vente-event{
  color: #A66D03;
  font-family: "Cormorant", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}

.bandeau-information .lieu-event{
  max-width: 244px;
}

.breadcrumbs-container{
  gap: 10px;
  display: flex;
  padding: 0 80px;
  margin: 25px 0;
  color: #00000066;
  font-family: "Raleway", Sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.image-bandeau img{
  border-radius: 10px 10px 10px 10px;
}

.separate{
  border: 1px solid #A66D0333;
  height: 50%;
  min-height: 50px;
  margin: auto 5px;
}

.second-info-event{
    display: flex;
    justify-content: center;
    margin: 100px 35px;
}

.second-info-event .left, .second-info-event .right{
    width: 50%;
    padding: 50px;
}

.second-info-event .right{
    display: flex;
    align-items: center;
}

.second-info-event .left .title h2{
    color: #000000;
    font-family: "Cormorant", Sans-serif;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
}

.d-flex{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 20px 0;
}

.ralew{
    color: rgba(0, 0, 0, 0.4);
    font-family: Raleway, sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.ralew-light{
    color: rgba(0, 0, 0, 0.4);
    font-family: Raleway, sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.just{
    text-align: justify;
}

.mw-715{
    min-width: 715px;
}

.pl-10{
    padding-left:10px;
}

.expert-list {
    padding-left: 0;
    color: #00000066;
    list-style: none;
    font-family: "Raleway", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    width: var(--container-widget-width, 77.188%);
    max-width: 77.188%;
    --container-widget-width: 77.188%;
    --container-widget-flex-grow: 0;
}

.mw-100{
    min-width: 100px;
}

.ai-fs{
    align-items: flex-start;
}

.maxw-330{
    max-width: 330px;
}

.mw-230{
    min-width: 230px;
}

.jc-c{
    justify-content: center;
}

.m-45{
    margin: 45px 0;
}

.dload{
    color: #A66D03;
    background-color: #FAF2DC;
    padding: 15px 20px 12px 20px;
    border-radius: 26px;
}

.commissaire{
    background: #FAF2DC;
    padding: 85px;
}

.commissaire .for-h2{
    color: #A66D03;
    font-family: "Cormorant", Sans-serif;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
}

/* Styles pour le conteneur Swiper */
#toplotSwiper {
    width: 100%;
    position: relative;
}

.wrapper-lot-phare{
align-items: center;
/* justify-content: center; */
position: relative;
top: 0;
overflow: visible;
width: fit-content;
}

/* Styles pour les diapositives Swiper */
.lot-slide {
    width: 100%;
    display: flex;
    justify-content: center;
}

/* Styles pour les images dans les diapositives */
.lot-slide img {
    max-width: 100%;
    height: auto;
}

/* Styles pour les boutons de navigation */
.swiper-button-prev,
.swiper-button-next {
    background-color: #333;
    color: #fff;
    font-size: 24px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.swiper-button-after{
background: transparent url(/wp-content/uploads/2022/11/fleche_droite_diapo_vente.svg) center center !important;
width: 50px !important;
height: 50px !important;
}

.swiper-button-before{
background: transparent url("/wp-content/uploads/2022/11/fleche_gauche_diapo_ventes.svg") center center !important;
width: 50px !important;
height: 50px !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #555;
}

/* Styles pour les boutons de navigation en position centrale */
.swiper-button-before,
.swiper-button-after {
    top: 50%;
    transform: translateY(-50%);
}

/* Espace entre les slides */
.wrapper-lot-phare {
    display: flex;
}

/* css page single-lot */
.disp-flex{
  display:flex;
}
.ai-center{
  align-items: center;
}
.jc-center{
  justify-content: center;
}
.jc-space{
  justify-content: space-between;
}
.w-50{
  width:50%;
}
.w-45{
  width: 45%;
}
.m-auto{
  margin: auto;
}
.mt-20{
  margin-top:20px;
}
.p-0-40{
  padding:0 40px; 
}
.p-40-80{
  padding:40px 80px;
}
.mw-110{
  min-width: 110px;
}
.mb-0{
  margin-bottom: 0 !important;
}
.mb-15{
  margin-bottom: 15px;
}
.for-image {
  object-fit: cover;
}
.for-h1 {
  font-family: 'Cormorant';
  color: black;
  margin: 0;
  line-height: 1;
}
.for-h2{
  color: #000000;
  font-family: "Cormorant", Sans-serif;
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
}
.for-details {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin: 20px 0;
}
.for-image img{
  object-fit: cover;
  width: 100%;
  max-height:410px;
}
.short-description {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.for-breadcrumb {
  display: flex;
  flex-direction: row;
  padding: 30px 100px;
  gap: 10px;
}
.for-breadcrumb a{
  color: black;
  opacity: 0.4;
  font-weight: 600 !important;
  font-family: "Raleway", Sans-serif;
  font-size: 14px;
}
.for-breadcrumb .title-lot{
  color: #A66D03;
  font-family: "Raleway", Sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.btn-background .jc-center .fajita .arrow-center svg{
  margin-top: 0 !important;
}
.p-start{
  color:#00000088;
  font-family: 'Raleway', Sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.p-end{
  color:#00000066;
  font-family: 'Raleway', Sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.f-column{
  flex-direction: column;
}
.photoplus .lot-slide{
  width: calc(100% / 3);
  padding:15px;
}
.bg-primary{
  background-color: #FBF3E1;
}
.test-hauteur{
  max-height: 363px;
  overflow: visible;
}

.single-nos_categories .bandeau-information{
  top: -65px;
}

.estim .h-945{
  height: 80vh !important;
}
.estim{
  height: 900px;
}

/* Styles pour les boutons de navigation en position centrale sur les écrans larges */
@media (min-width: 992px) {
    .swiper-button-before,
    .swiper-button-after {
        top: 50%;
        transform: translateY(-50%);
    }
}

@media  all and (min-width: 768px)  {
  .first-info-event-mobile{
      display: none;
  }
}

@media  all and (max-width: 768px)  {
  body {
    overflow-x: hidden;
  }

  .elementor-swiper-button-next {
    display: none;
  }

  .carrousel-img.custom-lot-et-apropos-carroussel{
    max-width: 100%;
    overflow-x: hidden;
  }

  .breadcrumbs-container {
    padding: 0 25px;
    margin: 0 0 130px 0;
    flex-wrap: wrap;
  }

  .single-nos_categories .bandeau-information{
    top: -90px;
    min-height: 140px;
  }

  .single-nos_categories .test-hauteur{
    background-size: contain;
  }

  .single-nos_categories h1{
    font-size: 33px !important;
  }

  .bandeau-information.mobile{
    height: auto !important;
    display: flex;
    flex-direction: column;
  }

  .bandeau-information .lieu-event{
    max-width: 100%;
  }

  .second-info-event{
    margin: 0;
    flex-direction: column;
  }

  .second-info-event .left, .second-info-event .right{
    width: 100%;
    padding: 25px;
  }

  .second-info-event .left h2{
    word-wrap: break-word;
    font-size: 33px !important;
  }

  .second-info-event .left .cat-sale{
    margin: 0 -25px;
  }

  .d-flex{
    flex-direction: column;
  }

  .mw-715{
    min-width: inherit;
    gap: 15px;
  }

  .ai-fs{
    align-items: center;
  }

  .commissaire{
    padding: 25px;
  }

  .lot-slide {
    width: 100% !important;
  }

  .description .paraph{
    padding-right: 0;
  }

  .description .paraph img{
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -440px;
    width: 100%;
  }

  .nous-contacter {
    max-height: 100vh;
  }

  .estim .nous-contacter{
    margin: auto;
  }
  .h-945 {
    height: 525px !important;
  }
  .estim{
    height: 1580px;
  }
  .estim .h-945 {
    height: 63vh !important;
  }
  .separate {
    min-height: 2px;
  }
  .swiper-button-bef{
    transform: translateX(-10px) !important;
  }
  .swiper-button-aft{
    transform: translateX(10px) !important;
  }
  .lot .for-breadcrumb {
    flex-wrap: wrap;
    padding: 30px;
  }
  .lot .disp-flex.p-40-80{
    flex-direction: column;
    padding: 30px;
  }
  .lot .disp-flex.p-40-80 .w-50{
    width: 100%;
    padding: 0;
  }
  .page-template-single-lot .photos-supp{
    padding: 10px;
  }
  .page-template-single-lot .other-lot{
    padding: 30px;
  }
  .page-template-single-lot .disp-flex.photoplus{
    flex-direction: column;
  }
}