.calendar {
    display: flex;
    padding-top: 5rem;
    width: 60%;
    height: auto;
    margin: 0 auto;
}
.gift {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: auto;
    margin-top: 2rem;
    font-style: italic;
}

.gift a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    font-size: 2rem;
    font-weight: bold;
    gap: 1rem;   
}

.gift img {
    display: flex;
    width: 100px;
    height: auto;
}

.titre {
    display: flex;
    justify-content: center;
    font-size: 4.5rem;
    font-weight: bold;
    padding-bottom: 2rem;
    margin: 0 auto;
}

.etoile {
    display: flex;
    font-size: 1.5rem;
    align-items: center;
    margin-left: 0.7rem;
}

.titre2 {
    display: flex;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: bold;
    padding-bottom: 2rem;
    margin: 0 auto;
}

.iconDescription {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    width: 80%;
    margin: 0 auto;
}

.icon1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 8rem;
    margin-top: 3.5rem;

}

.icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;  
}

.hr {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 60%;
    height: 0.2rem;
    background-color:rgb(5, 123, 84);
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.tarifs {
    display: flex;
    margin: 0 auto;
    font-weight: bold;
    margin-top: 2rem;
}

.reservation {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    width: 40rem;
    margin-top: 1rem;
    list-style: none;
    gap: 0.5rem;
}

.btnAction {
    display: flex;
    background-color: salmon;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 2rem;
    border-radius: 1rem;
    width: 9rem;
    height: 3rem;
    margin: 1rem auto 1rem auto;
    grid-column: span 2;
    border: 1px solid rgb(5, 123, 84);
    transition: transform 0.3s ease;
}

.btnAction:hover {
    transform: scale(1.2);
}

.detailPrix {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 1rem;
    margin-top: 1rem;
}

.couleur {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;  
    margin: 0 auto;
    font-size: 1rem;
    margin-top: 3.5rem;
}

.couleurEtoile {
    display: flex;
    flex-direction: column;
    list-style: none;
    justify-content: center;
    align-items: center; 
    width: 80%; 
    margin: 0 auto;
    font-size: 1rem;
    margin-top: 3.5rem;
}

.couleurEtoile ul {
    list-style: none;
}

.couleurOne {
    display: flex;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background-color: #008000;
}

.couleurTwo {
    display: flex;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background-color: #0000FF;
}

.couleurThree {
    display: flex;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background-color: #FF0000;
}

.couleurFour {
    display: flex;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background-color: #FF1493;
}

.couleurFive {
    display: flex;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background-color: #FF7F00;
}

.map {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35rem;
    height: 35rem;
    margin: 0 auto;
    margin-top: 5rem;
}

.etang {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.etang img {
    width: 100%;
    height: auto;
}


@media only screen and (max-width: 768px) {

    body {
        margin: 0;
        padding: 0;
        font-family: Rajdhani;
        overflow-x: hidden;
    }

    .titre {
        display: flex;
        justify-content: center;
        font-size: 2.5rem;
        font-weight: bold;
        padding-bottom: 2rem;
        margin: 0 auto;
    }

    .iconDescription {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
        margin-top: 1rem;
        width: 60%;
        margin: 0 auto;
    }
    
    .icon1 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        font-size: 4rem;
        margin-top: 1.5rem;
    
    }
    
    .icon {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 auto;  
    }

    .etang {
        display: flex;
        width: 100%;
        height: 100%;
    }

    .map {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20rem;
        height: 22rem;
        margin: 0 auto;
        margin-top: 5rem;
    }

    .reservation {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        margin: 0 auto;
        padding: 0;
        width: 60%;
        list-style: none;
    }

    .reservation li.btnAction {
        grid-column: auto;
        width: 100%;
    }

    .reservation li:last-child {
        grid-column: 1 / -1;
        justify-self: center;
    }

    .couleur {
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;  
        margin: 0 auto;
        font-size: 1rem;
        margin-top: 3.5rem;
    }

    .calendar {
        display: flex;
        padding-top: 0.5rem;
        width: 80%;
        height: 45rem;
        margin: 0 auto;
    }
    .btnAction {
        display: flex;
        background-color: salmon;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 2rem;
        margin: 0 auto;
        border-radius: 1rem;
        width: 9rem;
        height: 3rem;
        grid-column: span 2;
        border: 1px solid rgb(5, 123, 84);
    }

    .gift {
        margin-top: 5rem;
    }

}