/* Prochaines ventes */
* {
  font-family: 'Poppins';
}

p {
  margin: 0;
}

.single-lot_subtitle>.accordion-link {
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-bottom: 2px;
}

.new-next-sales {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: column;
  gap: 1rem;
  margin: 1rem;
  margin-bottom: 2rem;
}

.lots-grid-item {
  width: 89%;
}

.new-sales-lot-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  justify-content: center;
}

.new-sales-container {
  font-family: var(--font-text-light);
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 1rem;
  background-color: #282f37;
  color: #cba040;
  padding: 2rem;
  position: relative;
  width: 100%;
}

.new-sales-id {
  color: white;
  padding: 6px;
  border: 1px solid white;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 8px;
  max-width: 65%;
}

.new-sales-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
}

.new-sales-title-section {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 1rem;
  flex-direction: column;
}

.new-sales-date {
  font-weight: 700;
  font-size: 1.5rem;
  color: #cba040;
  font-family: 'Poppins';
}

.new-avenir-date {
  font-weight: 700;
  font-size: 1.5rem;
  color: white;
}

.new-sales-expo-date {
  font-size: 1.1rem;
  color: white;
  font-weight: 600;
}

.new-sales-sep {
  background-color: #cba040;
  width: 20%;
  height: 2px;
}

.new-sales-date::first-letter {
  text-transform: uppercase;
}

.new-sales-desc-section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
  gap: 5rem;
  height: 100%;
}

.new-sales-footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 1rem;
}

.new-sales-footer-desktop {
  display: none;
}

.new-description-container {
  gap: 1rem;
  display: flex;
  justify-content: space-between;
  color: white;
  font-size: 0.6rem;
}

.new-expand-button {
  color: white;
  text-decoration: underline;
}

.new-expand-button:hover {
  cursor: pointer;
}

.new-new-title {
  font-size: 32px;
  font-weight: 700;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

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

.new-contact-name {
  font-weight: 700;
  color: #cba040;
}

.new-contact-section {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 12px;
  font-size: 0.6rem;
}

.new-contact-infos {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  font-size: 13px;
}

.new-contact-info {
  display: flex;
  justify-content: start;
  align-items: self-start;
  flex-direction: column;
  font-weight: 700;
}

.new-sales-ctas {
  font-size: 0.9rem;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.new-contact-info a {
  color: #cba040;
}

.new-cta-lots {
  display: flex;
  justify-content: center;
  color: white;
  background-color: #cba040;
  padding: 0.5rem 1rem;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  gap: 12px;
  align-items: center;
}

.new-cta-lots span:nth-child(2) {
  font-size: 2.5rem !important;
}

.new-cta-lots:hover {
  cursor: pointer;
  background-color: white;
  color: #cba040;
  text-decoration: none;
}

.new-cta-encheres {
  font-weight: 700;
  width: 100%;
  color: white;
  background-color: #3f454d;
  padding: 1.3rem 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  gap: 4px;
}

.new-cta-encheres-lots {
  width: auto;
  padding: 10px !important;
  font-size: 1.2rem;
}

.new-cta-encheres:hover {
  cursor: pointer;
  background-color: white;
  color: #cba040;
  text-decoration: none;
}

.new-contact-info a:hover {
  color: white;
}

.new-sales-catalog:hover .new-catalog-icon-def {
  display: none;
}

.new-sales-catalog:hover .new-catalog-icon-hov {
  display: block;
}

.new-catalog-icon-hov {
  display: none;
}

.new-sales-catalog-cta {
  color: white;
  position: absolute;
  right: 12px;
  top: 30px;
  font-size: 12px;
  font-weight: 700;
}

.new-sales-catalog-cta a {
  color: white;
}

.new-cta-encheres img {
  width: 12px;
}

.new-sales-catalog-cta a:hover {
  color: #cba040;
}

.new-contact-icon {
  width: 24px;
}

.new-sales-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}

.new-catalog-icon {
  width: 14px;
}

/*  Ventes A venir */

.new-avenir-sales {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
  width: 100%;
  padding: 0 1rem;
  padding-bottom: 7rem !important;
}

.new-avenir-contact-infos,
.new-avenir-infos {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 2px;
  flex-direction: column;
  font-size: 13px;
  font-weight: 700;
  margin: 0 1rem;
}

.new-avenir-infos>p {
  color: white;
  display: none;
}

.new-avenir-infos {
  margin: 0;
}

.new-avenir-contact-infos>p {
  font-size: 13px;
  margin-bottom: 0;
  color: white;
}

.new-avenir-contact-infos a {
  color: white;
}

.new-avenir-contact-infos a:hover {
  color: #282f37;
}

.new-avenir-title-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-direction: column;
  padding: 0 1rem;
  width: 100%;
}

.new-avenir-desc-section {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 0.5rem;
  flex-direction: column;
}

.new-avenir-footer {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 0.5rem;
  flex-direction: column;
}

.new-avenir-container {
  font-family: var(--font-text-light);
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 1rem;
  background-color: #cba040;
  color: white;
  position: relative;
  width: 100%;
  padding: 1rem 0;
}

.new-avenir-sep {
  margin-left: 1rem;
  background-color: white;
  width: 20%;
  height: 2px;
}

.new-avenir-id {
  color: #282f37;
  padding: 6px;
  border: 1px solid #282f37;
  font-size: 1.4rem;
  font-weight: 900;
}

.new-short-description,
.new-full-description,
.new-avenir-full-description {
  font-size: 13px;
  color: white;
}

.new-avenir-description-container {
  gap: 1rem;
  display: flex;
  justify-content: space-between;
  color: white;
  font-size: 0.6rem;
  margin: 0 1rem;
}

.new-avenir-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #282f37;
}

.new-avenir-sales> :nth-child(1n) {
  background-color: #cba040;
}

.new-avenir-sales> :nth-child(2n) {
  background-color: #9d8e5f;
}

.new-avenir-sales> :nth-child(4n) {
  background-color: #b2a891;
}

.new-en-preparation {
  background-color: #282f37;
  color: white;
  width: auto;
  padding: 0.5rem 1.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.new-en-preparation-title {
  font-size: 1.3rem;
  font-weight: 700;
}

.new-en-preparation-desc {
  font-size: 0.8rem;
}

.new-avenir-expo-date {
  font-size: 0.7rem;
  color: white;
  font-weight: 600;
}

.estimation {
  padding: 3rem 1rem;
  gap: 1rem;
}

.estimation-title {
  font-size: 2.6rem;
  font-weight: 700;
  padding: 0 1.5rem;
}

.estimation-desc {
  font-size: 1.2rem;
  font-weight: 700;
}

.estimation-cta {
  padding: 1.5rem 4rem;
}

.estimation-addresses {
  margin: 1rem 0;
}

.estimation-address img {
  width: 12px;
}

.new-sales-image-section {
  display: none;
}


@media screen and (min-width: 320px) and (max-width: 767px) {
  #search-all-lots {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 13px;
  }

  .searchform {
    flex-direction: column;
  }

  #search-all-lots input[type='text'],
  #search-all-lots input[type='number'] {
    width: 100% !important;
  }

  .lots-grid-item {
    padding: 0;
    display: grid;
    flex: 1 1 338px;
  }
}


@media screen and (min-width: 768px) {
  #search-past-sales {
    margin: auto;
    float: none;
    margin-top: 4rem;
  }

  .new-next-sales {
    margin: 14rem;
    margin-bottom: 6rem;
    margin-top: 3rem;
  }

  .new-sales-ctas {
    width: 48%;
  }

  .new-avenir-sales {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media screen and (min-width: 900px) {
  .new-contact-info-desktop {
    display: flex;
    flex-direction: column;
  }

  .new-contact-info-desktop * {
    color: #cba040;
  }

  .new-sales-footer {
    display: flex;
    flex-direction: column;
  }

  .new-contact-name-desktop {
    color: white;
  }

  .new-sales-footer-desktop {
    display: flex;
  }

  .new-sales-footer-mobile {
    display: none !important;
  }

  .new-sales-ctas-past {
    width: 50%;
  }

  .new-avenir-sales {
    padding: 0 14rem;
  }

  .new-sales-container {
    padding: 3rem;
  }

  .lot-sales-container {
    padding: 3rem;
    padding-left: 16rem;
  }

  .new-sales-global {
    display: grid;
    grid-template-columns: 5fr 1.51fr;
    background-color: #282f37;
    padding: 0;
  }

  .new-new-title {
    font-size: 64px;
  }

  .new-sales-id {
    font-size: 32px;
    padding: 16px;
    max-width: 100%;
  }


  .new-sales-title {
    font-size: 22px;
  }

  .new-sales-date {
    font-size: 28px;
  }

  .new-sales-expo-date {
    font-size: 15px;
  }

  .new-sales-catalog-cta-desktop a {
    color: white;
  }

  .new-sales-catalog-cta {
    display: none;
  }

  .new-short-description,
  .new-expand-button {
    display: none !important;
  }

  .new-full-description,
  .new-avenir-full-description {
    font-size: 18px;
    display: block !important;
  }

  .new-sales-catalog-cta-desktop,
  .new-cta-encheres,
  .new-cta-lots>span,
  .new-cta-encheres img {
    font-size: 18px;
    font-family: 'Poppins';

  }

  .new-sales-footer-desktop {
    justify-content: center;
  }

  .new-contact-section div {
    font-size: 14px;
  }

  .new-sales-footer {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: start;
  }

  .new-cta-encheres img {
    width: 28px;
  }

  /*
  .new-cta-lots,
  .new-cta-encheres {
    padding: 2rem;
  }*/

  .new-cta-encheres {
    padding-left: 0;
    background-color: #282f37;
    padding: 1rem;

  }

  .new-sales-ctas {
    justify-content: center;
  }

  .new-sales-image-section {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: stretch;
    height: 100%;
  }

  .new-sales-catalog {
    font-weight: 500;
    color: white;
    background-color: #cba040;
    width: 100%;
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    gap: 12px;
  }

  .contact-icon {
    width: 32px;
  }

  .lot-sales-footer .contact-icon {
    width: 22px;
  }

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

  .new-catalog-icon {
    width: 18px;
  }

  .lot-sales-footer .new-catalog-icon {
    width: 19px;
  }


  .new-sales-catalog:hover {
    background-color: white;
    color: #cba040;
    text-decoration: none;
  }

  .new-avenir-container {
    border-radius: 8px;
    padding: 0;
  }

  .new-en-preparation-title {
    font-size: 18px;
  }

  .new-en-preparation-desc {
    font-size: 12px;
  }

  .new-sales-ctas {
    flex-direction: row;

    gap: 12px;
    justify-content: flex-start;
  }

  .lot-sales-footer {
    padding: 3rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    justify-content: flex-start;
  }

  .new-avenir-title-section {
    align-items: start;
    padding: 4rem;
    padding-bottom: 0;
  }

  .new-avenir-desc-section {
    padding-bottom: 4rem;
  }

  .new-avenir-title {
    font-size: 20px;
  }

  .new-avenir-infos,
  .new-avenir-contact-infos>p {
    font-size: 12px;
  }

  .new-avenir-id,
  .new-avenir-date {
    font-size: 24px;
  }

  .new-avenir-expo-date {
    font-size: 16px;
  }

  .new-avenir-sep {
    width: 20%;
  }

  .new-avenir-sep {
    margin-left: 4rem;
  }

  .new-full-description,
  .new-avenir-full-description {
    margin-bottom: 2rem;
    font-size: 14px;
  }

  .new-avenir-footer {
  }

  .new-avenir-infos {
    margin: 0;
    flex-direction: row;
  }

  .new-en-preparation {
    padding-left: 4rem;
  }

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

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

  .estimation-address img {
    width: 18px;
  }

  .new-avenir-full-description {
    margin-left: 3rem;
  }

  .new-avenir-sales {
    margin-top: 6rem;
  }

  .new-next-sales {
    gap: 4rem;
  }

  .new-avenir-contact-infos a {
    margin: 4px;
  }

  .new-avenir-sales {
    gap: 2rem;
  }
}

@media screen and (min-width: 1728px) {
  .new-sales-ctas-past {
    width: 30%;
  }

  .new-sales-title-section {
    gap: 2rem;
  }

  .new-sales-container {
    padding: 4rem;
  }

  .new-sales-id {
    font-size: 42px;
  }

  .new-sales-title {
    font-size: 42px;
  }

  .new-sales-date {
    font-size: 32px;
  }

  .new-sales-expo-date {
    font-size: 26px;
  }

  .new-full-description {
    font-size: 20px;
  }

  .new-cta-encheres,
  .new-cta-lots>span,
  .new-cta-encheres img,
  .new-sales-catalog-cta-desktop {
    font-size: 26px;
  }

  .new-contact-section div {
    font-size: 17px;
  }

  .new-avenir-id {
    font-size: 34px;
  }

  .new-avenir-title {
    font-size: 34px;
  }

  .new-avenir-date {
    font-size: 32px;
  }

  .new-avenir-expo-date {
    font-size: 24px;
  }

  .new-avenir-full-description {
    font-size: 22px;
  }

  .new-en-preparation-title {
    font-size: 26px;
  }

  .new-en-preparation-desc {
    font-size: 20px;
  }

  .new-avenir-contact-infos p,
  .new-avenir-infos {
    font-size: 17px;
  }

  .estimation-desc {
    font-size: 24px;
  }

  .new-cta-lots-past {
    width: 100% !important;
  }

  .estimation-address {
    font-size: 26px;
  }

  .estimation-address img {
    width: 24px;
  }

  .estimation-title {
    font-size: 30px;
  }

  .new-sales-image {
    width: 100%;
  }
}

/***          Page lots         ***/

.single-lot__number p {
  padding: 0px 0px;
  font-size: 10px;
}

.new-next-sales-lot {
  margin: 0;
  margin-bottom: 3rem;
  margin-top: 2rem;
}

.single-lot__block-desc {
  margin-bottom: 0;
}

.color-yellow {
  color: black;
  font-size: 1.2rem;
}

.single-lot--bold.vendu {
  color: #cba040;
  font-size: 1.6rem;
}

.single-lot__inner {
  padding: 20px 12px 0 12px;
}

.single-lot__price--small {
  color: #999;
  font-size: 1rem;
}

.single-lot--bold {
  font-size: 1.4rem;
}

.single-lot__price--font-special {
  font-size: 1rem;
  font-style: italic;
  color: #999;
}

.search-block-container {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.liste-lots-template {
  padding: 0 16px;
}

.autocheck {
  font-size: 1.3rem;
}

#search-all-lots {
  justify-content: flex-end;
}

#search-all-lots input[type='text'],
#search-all-lots input[type='number'] {
  background-color: white;
  border: none;
}

.input-icon {
  width: 38px;
  height: 38px;
  padding: 9px;
  background-color: #cba040;
  display: flex;
  justify-content: center;
  align-items: center;
}

.autocheck {
  display: flex;
  font-size: 1.3rem;
  align-items: center;
}

.search-block {
  display: flex;
}

.bloc_page_container {
  background-color: #ddd;
}

.autocheck input[type='checkbox'] {
  display: block;
  position: static;
  margin-right: 16px;
}

.single-lot {
  background-color: white;
  justify-content: start;
}

.main-page__all-lots {
  margin-top: 3rem;
}

@media screen and (min-width: 800px) {
  .search-block-container {
    flex-direction: row;
  }

  .main-page__head {
    justify-content: flex-end;
    gap: 12rem;
  }

  #search-all-lots,
  .search-block-container {
    gap: 3rem;
  }

  #search-all-lots input[type='text'],
  #search-all-lots input[type='number'] {
    background-color: white;
    border: none;
  }

  .new-sales-lot-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 0 80px;
  }

  .lots-grid-item {
    width: 96%;
  }

  .color-yellow {
    font-size: 1.6rem;
  }

  .single-lot--bold.vendu {
    font-size: 2.1rem;
  }

  .single-lot__price--small {
    font-size: 1.2rem;
  }

  .single-lot--bold {
    font-size: 2.1rem;
  }

  .single-lot__price--font-special {
    font-size: 1.6rem;
  }
}


.searchform {
  display: flex;
}

@media screen and (max-width: 767px) {
  .new-cta-yellow{
    width: 100% !important;
  }
}

