.img-logo {
    display: flex;
    justify-content: flex-start;
    height: 100px;
    width: 100px;
}

.img-portrait {
    display: flex;
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 0 0 20px 20px;
    margin-bottom: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);


}

.img-portrait2 {
    display: flex;
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 0 0 20px 20px;
    margin-bottom: 50px;
    margin-top: 20px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);



}

.div-conteneur-2 {
    display: flex;
    flex-direction: column;
    padding: 20px;


    h2 {
        display: flex;
        font-size: 5em;
        font-family: "poiret One";
        font-weight: 300;
        margin-top: 0;
        margin-bottom: 0;
    }

    p {
        display: flex;

        width: 80%
    }
}


a {
    font-family: "inter", sans-serif;
    font-weight: lighter;
    color: black;
    text-decoration: none;

}

a:hover {
    color: blue;
    border-top: color 1px(blue);
    gap: 40px;
}

.conteneur {
    display: flex;
    column-count: 2;
    gap: 50px;


}

nav {
    display: flex;
    flex-wrap: wrap;
    font-size: 30px;
    gap: 50px;
    align-items: center;
    margin-bottom: 70px;
    margin-top: 10px;
    padding: 10px;

}

.pmargin-top-h1 .dash {
    font-size: 32px;
    color: #888;
    margin-right: 8px;


}

.menu-toggle {
    display: none;
    position: fixed;
    top: 20px;
    left: 20px;
    background: #25D366;
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 18px;
    z-index: 1000;
}



p {
    font-family: "poiret one", sans-serif;
    font-weight: lighter;
    justify-content: center;
    font-size: 1.5em;
}

.index-top {
    font-size: 0.6em;
    text-align: center;
}

.pmargin-top-h1 {
    margin: 0;
    font-size: 2em;
    width: 100%;

}

body {
    background: linear-gradient(#ffffff, #dbdbdb, #e1ddc8);
    margin-left: 20px;
    margin-right: 20px;
}



.conteneur-h1-p {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

    p {
        display: flex;
        font-size: 1.5em;
    }

    h1 {
        display: flex;
        font-size: 5em;
        font-family: "inter";
        font-weight: 300;
        margin-top: 0;
        margin-bottom: 0;
    }
}

.align-flexstart {
    justify-content: flex-start;
}

ul {
    list-style: none;
    padding: 0;
}

li {
    font-family: "inter", sans-serif;
    margin-bottom: 10px;
    font-size: 18px;
}

.fa-check-circle {
    color: green;
    margin-right: 8px;
}

.facebook-icon {
    font-size: 32px;
    color: #1877f2;
    transition: transform 0.3s;
}

.facebook-icon:hover {
    transform: scale(1.2);
}

.whatsapp-icon {
    font-size: 32px;
    color: #25D366;
    transition: transform 0.3s;
}

.div-button {
    display: flex;
    margin-top: 30px;
    gap: 30px;
}

.book-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #25D366;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s, transform 0.2s;

}

.book-button:hover {
    background-color: #1ebe5d;
    transform: scale(1.05);
}



.whatsapp-icon:hover {
    transform: scale(1.2);
}

footer {
    background-color: #76b852;
    text-align: center;
    font-size: 1.5em;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-left: 0;
    margin-right: 0;
}

.service {
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 15px;
    border-left: 5px solid #4caf50;
    border-radius: 10px;
    gap: 10px;
    border: 2px solid black;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.6);
    width: 100%;
    flex: 1;


}

.align-ul {
    text-align: center;
}

.center-h2tarif {
    font-size: 2em;
    font-family: "inter";
    text-align: center;
    text-decoration: underline;
}

.center-h1tarif {
    font-size: 4em;
    font-family: "inter";
    text-align: center;
    font-weight: lighter;
}

.header-tarif {
    display: flex;
    background-color: rgb(83, 154, 131);
    justify-content: center;
    margin-top: 0;
    border-radius: 0 0 10px 10px;
}

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

    .conteneur {
        flex-direction: column;
    }

    .div-conteneur-2 {
        flex-direction: column;
    }

    nav {
        gap: 30px;

        .img-logo {
            display: none;
        }

    }

    .conteneur-h1-p {
        gap: 20px;

        p {
            margin-bottom: 30px;
        }
    }

    .img-portrait {
        border-radius: 20px;
    }

    .div-conteneur-2 {
        padding: 0px;
    }


}

table,
{
width: 100%;
border-collapse: collapse;
background: white;
margin-top: 10px;
display: flex;
flex-direction: column;
}

th,
td {
    padding: 15px;
    border: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
}

th {
    background-color: #2e8b57;
    color: white;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

.stars {
    color: #f39c12;
    font-weight: bold;
}


.intro {
    background: #ffffff;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    background-image: url(image/cipieres.jpg);
    background-size: cover;
    background-position: center;

}

.section-gite {
    background: #ffffff;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);




}

.banniere-horraire {
    background-image: url(image/cipieres.jpg);
    background-position: center;
}

.rando {
    background-color: white;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.rando h2 {
    margin-top: 0;
}

.rando ul {
    list-style-type: none;
    padding: 0;
}

.rando li {
    margin-bottom: 5px;
}

.carte {
    margin-top: 40px;
}

.comment {
    background-color: white;
    color: #000;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    font-family: 'Times New Roman', serif;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}



.comment1 .author {
    font-weight: bold;
    font-size: 1.1em;
    color: #333;
}

h3 {
    font-size: 3em;
    text-align: center;
}

.poiret-one-regular {
    font-family: "Poiret One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body {
    margin-top: 0;
    margin-bottom: 0;
}

.galerie-photos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

@media screen and (max-width: 768px) {
    .galerie-photos {
        grid-template-columns: 1fr;
        display: flex;
        flex-wrap: wrap;
    }



}

.liste-ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    height: auto;
    width: auto;
    gap: 30px;
}

.grid-photo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;

}

@media screen and (max-width: 768px) {
    .grid-photo {
        display: flex;
        flex-wrap: wrap;
        height: auto;
        width: auto;

    }

    .menu-toggle {
        display: block;
    }

    .menu-top {
        display: none;
    }
}

.observation-des-cerf {
    background: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, , 0.9);
    text-decoration: ;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}