/********************** Articles dans la liste ***************************/
.articlesList_wrap {
  padding-left: 5px;
  padding-right: 5px;
}

.article_root {
  margin: 0px 5px;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 15px;
  max-width: 550px;
}
.article_photos {
  position: relative;
  align-items: center;
}
.article_localPhoto {
  flex: 0 0 100%;
  text-align: center;
  box-sizing: border-box;
  min-width: 115px;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 20px;
  background-position: center;
  background-size: cover;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 75px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  width: 100%;
}
.article_accomodationPhoto {
  position: absolute;
  bottom: 10px;
  width: 90px;
  height: 90px;
  border-radius: 75px;
  border: solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-color: white;min-width: auto;right: 10px;
  background-position: center;
  background-size: cover;
  object-fit: cover;
}
.article_price {
  background-color: #9f9c9c;
  position: absolute;
  top: -15px;
  right: -25px;
  z-index: 2;
  padding: 2px;
}
.article_price > span {
  font-weight:bold;
}

.article_bloc {
  padding-top: 5px;
  padding-left: 5px;
}
.article_bloc h3 {
  font-family: 'Alkatra', cursive;
  font-weight: bold;
  text-decoration: underline;
  text-align: left;
  font-size: 20px;
  margin-bottom: 0.3rem;
}
.article_bloc p {
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
  padding-left:5px;
}
.article_bloc p span:first-of-type {
  text-align: center;
}
.article_bloc p span:first-of-type i {
  font-size: 16px;
}
.article_bloc p span:last-of-type {
  color: #000;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1 1 auto;
  width: 130px;
}
.article_bloc_green {
  color: #00a232;
}
.article_bloc_yellow {
  color: #ffbd00;
}

.article_blocImage {
  justify-content: center;
  height: 100%;
  align-items: center;
}
.article_blocImage img {
  max-width: 85px;
}

.article_blocListItems {
  overflow-x: hidden;
  overflow-x: auto;
  scrollbar-width: none;
  max-width: 100%; 
  padding-top: 5px;
}
.article_blocListItems > div {
  position: relative;
  margin-bottom: 20px;
}
.article_blocListItems > div span {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translate(-50%,0%);
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 40px;
  text-align: center;
  color: #000;
}
.article_blocListItems > div i  {
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
  padding: 8px;
  background-color: white;
  margin-left: 5px;
  margin-right: 5px;
  width: 32px;
}

