
.title-chaine-camping{
  max-width: 14ch;
}

/* SECTION chaine-camping CARDS *****************************************************************/

.grid-chaine-camping {
  display: flex;
  flex-direction: column;
  width: 100%;
  list-style-type: none;
  margin: 6% 0;
  position: relative;
  padding: 0;
}

.cards-chaine-campingIn > * + * {
    margin-top: 2em;
}

.cards-chaine-camping {
  position: relative;
  width: 100%;
  margin: 2% 0;
  padding: 3%;
  box-shadow: 3px 5px 19px 1px rgba(0,0,0,0.27);
  background-color: #fff;
  margin-bottom: 5%;
}

.div-img-chaine-camping, .title-annonce-chaine-camping{
  display: flex;
  justify-content: center;
}

.title-annonce-chaine-camping{
  color: #333;
  margin-bottom: 2%;
  font-family: var(--font-title);
  font-size: var(--fs-x1-5);
  font-weight: 400;
}

.lien-chaine-camping{
  display: flex;
  justify-content: space-around;
}

.lien-chaine-camping a{
  color: #333;
  font-family: var(--font-text);
  font-size: var(--fs);
  margin-top: 5%;
  width: 50%;
  text-align: center;
}

.lien-chaine-camping a p{
  display: inline;
}

.lien-chaine-camping a:hover{
  text-decoration: underline !important;

}

li.cards-chaine-camping span img {
    width: 35px;
    transform: rotate(-90deg);
}



/* SIZING AND INDENTATION *****************************************************************/

@media (max-width: 991px) {
  .title-chaine-camping{
    bottom: 1.5rem;
  }
  .lien-chaine-camping {
    flex-direction: column;
    align-items: center;
  }
  .lien-chaine-camping a {
    width: 100%;
  }
  .cards-chaine-camping{
    padding: 6% 3%;
  }
}
@media (max-width: 601px) {
  .title-chaine-camping{
    bottom: 0.5rem;
  }
}