body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background-color: #f2f9ff;
    color: #333;
}

header {
    background-color: #ff6347;
    color: white;
    padding: 20px 0;
    text-align: center;
}

.highlight {
    color: #ffd700;
}

nav ul {
    list-style: none;
    padding: 0;
    font-size: 18px;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 10px;
}

nav a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

    nav a:hover {
        text-decoration: underline;
    }



.plages {
    padding: 60px 20px;
    background: linear-gradient(to bottom, #f0f8ff, #ffffff); /* fond doux */
    text-align: center;
}
    /* Conteneur des cartes – affichage en colonne */
    .plages .cards {
        display: flex;
        flex-direction: column; /* Changement ici : colonne au lieu de ligne */
        gap: 40px;
        max-width: 800px; /* Largeur maximale raisonnable pour la lecture */
        margin: 0 auto;
    }

    /* Style des cartes en pleine largeur */
    .plages .card {
        background-color: #ffffff;
        border-radius: 15px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
        width: 100%; /* Occupe toute la largeur du conteneur */
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        overflow: hidden;
        text-align: left;
    }

    .plages h2 {
        font-size: 2.5em;
        margin-left: 20px;
        margin-bottom: 40px;
        color: #0077b6;
        font-family: 'Segoe UI', sans-serif;
    }

    .plages .card img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .plages .card h3 {
        font-size: 1.8em;
        margin: 20px 20px 10px;
        color: #023e8a;
    }

    .plages .card p {
        font-size: 1.05em;
        padding: 0 20px 20px;
        color: #333;
        line-height: 1.6;
    }

    /* Ajustements pour les sections internes (infos pratiques, activités) */
    .plages .card section {
        padding: 0 20px 20px;
    }

    .plages .card ul {
        padding-left: 20px;
        margin: 10px 0;
    }

    .plages .card li {
        margin-bottom: 8px;
    }

/* Responsive : déjà compatible, mais limite la largeur sur petits écrans */
@media screen and (max-width: 768px) {
    .plages .cards {
        padding: 0 10px;
    }
}

.montagnes {
    padding: 60px 20px;
    background: linear-gradient(to bottom, #e0f7fa, #ffffff);
    text-align: center;
}
    /* Conteneur des cartes – affichage en colonne */
    .montagnes .cards {
        display: flex;
        flex-direction: column; /* Changement ici : colonne au lieu de ligne */
        gap: 40px;
        max-width: 800px; /* Largeur maximale raisonnable pour la lecture */
        margin: 0 auto;
    }

    /* Style des cartes en pleine largeur */
    .montagnes .card {
        background-color: #ffffff;
        border-radius: 15px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
        width: 100%; /* Occupe toute la largeur du conteneur */
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        overflow: hidden;
        text-align: left;
    }

    .montagnes h2 {
        font-size: 2.5em;
        margin-left: 20px;
        margin-bottom: 40px;
        color: #004d40;
        font-family: 'Segoe UI', sans-serif;
    }

    .montagnes .card img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .montagnes .card h3 {
        font-size: 1.8em;
        margin: 20px 20px 10px;
        color: #023e8a;
    }

    .montagnes .card p {
        font-size: 1.05em;
        padding: 0 20px 20px;
        color: #333;
        line-height: 1.6;
    }

    /* Ajustements pour les sections internes (infos pratiques, activités) */
    .montagnes .card section {
        padding: 0 20px 20px;
    }

    .montagnes .card ul {
        padding-left: 20px;
        margin: 10px 0;
    }

    .montagnes .card li {
        margin-bottom: 8px;
    }

/* Responsive : déjà compatible, mais limite la largeur sur petits écrans */
@media screen and (max-width: 768px) {
    .montagnes .cards {
        padding: 0 10px;
    }
}

.urbaines {
    padding: 60px 20px;
    background: linear-gradient(to bottom, #f5f5f5, #ffffff);
    text-align: center;
}

    /* Conteneur des cartes – affichage en colonne */
    .urbaines .cards {
        display: flex;
        flex-direction: column; /* Changement ici : colonne au lieu de ligne */
        gap: 40px;
        max-width: 800px; /* Largeur maximale raisonnable pour la lecture */
        margin: 0 auto;
    }

    /* Style des cartes en pleine largeur */
    .urbaines .card {
        background-color: #ffffff;
        border-radius: 15px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
        width: 100%; /* Occupe toute la largeur du conteneur */
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        overflow: hidden;
        text-align: left;
    }



    .urbaines h2 {
        font-size: 2.5em;
        margin-left: 20px;
        margin-bottom: 40px;
        color: #6a1b9a;
        font-family: 'Segoe UI', sans-serif;
    }

    .urbaines .cards {
        display: flex;
        flex-direction: column;
        gap: 40px;
        max-width: 800px;
        margin: 0 auto;
    }






    .urbaines .card img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }


    .urbaines .card section {
        padding: 0 20px 20px;
    }

    .urbaines .card ul {
        padding-left: 20px;
        margin: 10px 0;
    }

    .urbaines .card li {
        margin-bottom: 8px;
    }


    .urbaines .card h3 {
        font-size: 1.8em;
        margin: 20px 20px 10px;
        color: #023e8a;
    }



    .urbaines .card p {
        font-size: 1.05em;
        padding: 0 20px 20px;
        color: #333;
        line-height: 1.6;
    }


@media screen and (max-width: 768px) {
    .urbaines .cards {
        padding: 0 10px;
    }
}


footer {
    text-align: center;
    background-color: #333;
    color: white;
    padding: 20px;
    margin-top: 40px;
}

header {
    background-color: #ff6347;
    padding: 20px 0;
}

.header-layout {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.logo-container {
    position: absolute;
    left: 20px;
}

.logo-rond {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
}

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

nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 10px;
}

nav a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 10px;
    transition: background-color 0.3s, color 0.3s;
}

    nav a:hover {
        background-color: white; /* surlignement doux */
        color: #ff6347; /* texte devient orange au survol */
    }

.highlight {
    color: #ffd700;
}

.description {
    max-width: 900px; /* limite la largeur */
    margin: 40px auto; /* centre la section */
    padding: 0 20px;
    text-align: center;
    line-height: 1.8;
    font-size: 1.1rem;
}

.cta {
    text-align: center;
    margin-top: 50px;
}

.btn {
    background-color: #ff6347;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 10px;
    font-weight: bold;
    transition: background-color 0.3s;
}

    .btn:hover {
        background-color: #ff8266;
    }
