.bold {
  font-family: "bold";
}

.dispo {
  color: rgb(0, 141, 59) !important;
  font-weight: bold;
}

.disponible {
  color: rgb(0, 141, 59) !important;
}

.reserve {
  color: rgba(240, 144, 80, 1) !important;
}

.vendu {
  color: rgba(239, 84, 84, 1) !important;
}

#liste-lot {
  /*width: 30%; min-width: 450px; max-width: 650px; */
  height: auto;
  background-color: transparent;
  z-index: 1000;
  font-family: "regular";
  letter-spacing: 1px;
  transition-duration: 1s;
}

#liste-lot div.lot {
  position: relative;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  margin-right: 0;
  font-size: 0.9em;
  text-transform: none;
  border-radius: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 0px solid rgba(233, 233, 233, 1);
}

#liste-lot div.lot-annexe {
  position: relative;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  margin-right: 0;
  font-size: 0.9em;
  text-transform: none;
  border-radius: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 0px solid rgba(233, 233, 233, 1);
}

@media only screen and (max-width: 930px) {
  #liste-lot div.lot {
    font-size: 0.9em;
  }
}

#liste-lot div.header li {
  font-size: 1em;
}

#liste-lot .active div.lot {
  border: 1px solid rgb(107, 107, 107);
}

#liste-lot div.lot:nth-child(5n) {
  margin-bottom: 10px !important;
}

#liste-lot div.lot.show {
  display: block;
}

#liste-lot div.lot.hide {
  display: none;
}

#liste-lot div.lot:hover,
#liste-lot div.lot-annexe:hover {
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  margin-right: 0%;
}

#liste-lot .statut-dispo {
  box-shadow: 0px 1px 0px rgb(65, 65, 65);
}

#liste-lot .statut-dispo:hover {
  box-shadow: 0px 6px 0px rgb(65, 65, 65);
}

#liste-lot .statut-reser {
  box-shadow: 0px 1px 0px rgb(65, 65, 65);
}

#liste-lot .statut-reser:hover {
  box-shadow: 0px 6px 0pxrgb (65, 65, 65);
}

#liste-lot .statut-vendu {
  box-shadow: 0px 1px 0px rgb(65, 65, 65);
}

#liste-lot .statut-vendu:hover {
  box-shadow: 0px 6px 0px rgb(65, 65, 65);
}

#liste-lot ul {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#liste-lot li {
  display: inline-block;
  float: left;
  line-height: 40px;
  background-repeat: no-repeat;
}

#liste-lot ul.fixe li {
  min-height: 40px;
  background-repeat: no-repeat;
}

#liste-lot ul.ferme li {
  height: 0px;
  overflow: hidden;
  background-position: center;
  background-size: 0%;
  background-repeat: no-repeat;
}

#liste-lot .active ul.ferme li {
  height: 40px;
}

#liste-lot .active ul.fixe {
}

#liste-lot div.active {
  /* border-right: 2px dotted rgb(53, 53, 53); padding-left: 0px; */
}

#liste-lot .grosTitre {
  font-size: 1em;
}

#liste-lot .avecTitre {
  height: 40px;
  overflow: hidden;
  line-height: 16px;
}

#liste-lot .titreCase {
  display: inline-block;
  width: 100%;
  position: relative;
  font-size: 0.8em;
  padding-top: 7px;
  line-height: 10px;
  color: rgba(0, 0, 0, 0.8);
}

#liste-lot .status {
  display: inline-block;
  width: 100%;
  position: relative;
  font-size: 0.8em;
  padding-top: 7px;
  line-height: 10px;
  color: rgba(0, 0, 0, 0.8);
}

/*ul.fixe li:nth-child(1) { width: calc(14% - 10px); text-align: left; padding-left: 0px; } */

ul.fixe li:nth-child(1) {
  width: 15%;
  text-align: left;
  padding-left: 0px;
}

ul.fixe li:nth-child(2) {
  width: 30%;
  text-align: left;
}

ul.fixe li:nth-child(3) {
  width: 20%;
  text-align: left;
}

ul.fixe li:nth-child(4) {
  width: 30%;
  text-align: left;
}

/*
    @media only screen and (max-width: 930px) {
        ul.fixe li:nth-child(3) { display: none !important; }
        ul.fixe li:nth-child(4) { display: none !important; }
    
        ul.fixe li:nth-child(1) { width: 15%; text-align: left; padding-left: 0px; }
        ul.fixe li:nth-child(2) { width: 15%; text-align: left; }
        ul.fixe li:nth-child(3) { display: none !important; }
        ul.fixe li:nth-child(4) { display: none !important; }
    }
    */

ul.ferme li.pdf {
  background-image: url("../images/pdf.svg");
}

ul.ferme li.contact {
  background-image: url("../images/mail.svg");
}
ß ul.ferme li:nth-child(1) {
  width: 25%;
  text-align: center;
}

ul.ferme li:nth-child(2) {
  width: 25%;
  text-align: center;
}

ul.ferme li:nth-child(3) {
  width: 25%;
  text-align: center;
}

ul.ferme li:nth-child(4) {
  width: 25%;
  text-align: center;
}

ul.ferme li:nth-child(5) {
  width: 100%;
  text-align: center;
  background-image: none;
  background-size: cover;
}

ul.ferme li:nth-child(6) {
  width: 100%;
  text-align: center;
  background-image: none;
  background-size: cover;
}

@media only screen and (min-width: 930px) {
}

@media screen and (min-width: 930px) {
  ul.ferme li:nth-child(5) {
    display: none !important;
  }
}

#liste-lot .active ul.ferme li:nth-child(1),
#liste-lot .active ul.ferme li:nth-child(2),
#liste-lot .active ul.ferme li:nth-child(3),
#liste-lot .active ul.ferme li:nth-child(4) {
  height: 80px;
  background-position: center;
  background-size: 30px;
  background-repeat: no-repeat;
}

#liste-lot .active ul.ferme li:nth-child(1):hover,
#liste-lot .active ul.ferme li:nth-child(2):hover,
#liste-lot .active ul.ferme li:nth-child(3):hover,
#liste-lot .active ul.ferme li:nth-child(4):hover {
  background-size: 40px;
}

#liste-lot .active ul.ferme li:nth-child(5) {
  height: 500px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

#liste-lot .active ul.ferme li:nth-child(6) {
  height: 500px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

#liste-lot ul.fixe li:nth-child(1),
ul.fixe li:nth-child(2),
ul.fixe li:nth-child(3) {
  border-right: 0px solid rgba(233, 233, 233, 1);
  margin-left: -1px;
}

#liste-lot ul.ferme {
  border-top: 0px solid rgb(61, 61, 61);
  margin-bottom: -1px;
}

#liste-lot ul.ferme li {
  border-top: 1px solid rgba(233, 233, 233, 1);
  margin-bottom: -1px;
}

#liste-lot ul.ferme li:nth-child(1),
#liste-lot ul.ferme li:nth-child(2),
#liste-lot ul.ferme li:nth-child(3),
#liste-lot ul.ferme li:nth-child(4),
#liste-lot ul.ferme li:nth-child(5),
#liste-lot ul.ferme li:nth-child(6) {
  border-right: 1px solid rgba(233, 233, 233, 1);
  margin-left: -1px;
}

#liste-lot ul.ferme li:nth-child(4),
#liste-lot ul.ferme li:nth-child(5),
#liste-lot ul.ferme li:nth-child(6) {
  border-right: 1px solid white;
  margin-left: -1px;
}

.ancreTete {
  cursor: pointer;
}

img.axo {
  position: sticky;
  top: 4rem;
  transition: opacity 0.0s linear;
}

@media only screen and (min-width: 930px) {
}

/*
    @media only screen and (max-width: 930px) {
        img.axo
        {
            display: none;
        }
   
    }
    */

/*  LOTS ANNEXES      */

div.lot-annexe ul.fixe li:nth-child(1) {
  width: 10%;
  text-align: left;
  padding-left: 0px;
}

div.lot-annexe ul.fixe li:nth-child(2) {
  width: 40%;
  text-align: left;
}

div.lot-annexe ul.fixe li:nth-child(3) {
  width: 20%;
  text-align: left;
}

div.lot-annexe ul.fixe li:nth-child(4) {
  width: 30%;
  text-align: left;
}

div.annexe-header ul.fixe li:nth-child(1) {
  width: 10%;
  text-align: left;
  padding-left: 0px;
}

div.annexe-header ul.fixe li:nth-child(2) {
  width: 40%;
  text-align: left;
}

div.annexe-header ul.fixe li:nth-child(3) {
  width: 20%;
  text-align: left;
}

div.annexe-header ul.fixe li:nth-child(4) {
  width: 30%;
  text-align: left;
}
