main {
    margin-right: 8%;
    margin-left: 8%;
}

body {
    background-color: #B8F5AD;
}

.tente-container, .hotel-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 50px;
}

.tente, .hotel {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

h2 {
    text-align: left;
    margin-bottom: 25px;
    color: #1a4a1a;
}

h3 {
    margin: 10px 0;
    font-weight: bold;
}

.price {
    margin-top: auto;
    color: #1a4a1a;
}

.price span {
    font-weight: bold;
}

.img_tente, .img_bungalow, .img-chambre, .img-sdb {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 7px;
}

.img_tente img, .img_bungalow img, .img-chambre img, .img-sdb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: auto;
    background-color: white;
    margin-bottom: 40px;
    border-radius: 8px;
    overflow: hidden;
}

.hero-video {
    max-width: 100%;
    height: auto;
    display: block;
}
