body {
	padding: 0;
}

main {
    flex: 1;
    margin-left: 260px; 
    display: flex;
    flex-direction: column;
    padding: 2rem;
    flex: 1;
    margin-left: 260px;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
  }
/* ------- TITRE ------- */

.titre {
    color: white;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
    text-align: center;
    margin-bottom: 0;
}

.titre h2 {
    font-size: 2.5vw;
    padding: 25px 0;
}

/* ---------------- CONTENU ---------------- */

.contenu {
    width: 100%;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.62);
    color: white;
    border-radius: 3%;
	margin : 0;
}

h3 {
    font-size: 25px;
    text-shadow: 2px 2px 2px rgb(0, 0, 0);
    padding: 10px 0;
}

.texte p{
    line-height: 1.4rem;
    padding-bottom: 15px;
    font-size: 18px;
}

.image_chalet {
	border-radius: 3%;
	width: 75%;
	display:block;
	margin:auto;
}

/* ---------------- AVIS ---------------- */

.gros-conteneur-avis {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
    max-width: 100%;
    gap: 20px;
    padding: 10px;
}

.petit-conteneur-avis {
    display: flex;
    flex-direction: column;;
    align-items:flex-start;
    gap: 10px;
    width: 100%;
    background-color: #000000c5;
    padding: 20px;
    border-radius: 8px;
}

.etoile{
    font-size: 25px;
    color:#f0b400;
}