
body {
    background-color: #e9ecf1;
    font-family: "Raleway";
    font-size: 18px;
    margin: 0 auto;
    color: #494a4b;
}

h1 {
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    color: #0a0f27;
    font-size: 50px;
}

.menu {
    display: flex;
    list-style: none;
    justify-content: center;
    margin: 0 auto;
    width: 60%;
    color: #494a4b;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    text-transform: uppercase;
    border-top: solid #6467a1;
    border-bottom: solid #6467a1;
    border-width: 1px;
    margin-bottom: 85px;
    font-size: 20px;
}

.menu li {
    padding: 0 20px;
}

.menu ul {
    display: none;
}

.menu > li:hover ul {
    display: block;
}

a {
    color: #2B2E61;
    text-decoration: none;
}

h1 a {
    color: #3b4b60;
    
}

h1 {
    margin-bottom: 30px;
}

a:hover, a.active {
    color: #a77b3f;
}

h2, p {
    color: #2B2E61;
}

h2, h3 {
    margin-top: 40px;
    margin-bottom: 20px;
}

h2 {
    padding-bottom: 0;
    font-size: 35px;
    margin-top: 60px;
}

p {
    text-align: justify;
}

.texteaccueil {
    width: 40%;
    text-align: center;
    margin: auto;
    line-height: 1.4;
}

.texteaccueil p {
    text-align: center;
}

.textepresentation {
    line-height: 1.4;
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
}

.textepresentation li {
    text-align: center;
}

ul {
    list-style-type: none;
}

.texteinfospratiques {
    line-height: 1.4;
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
}

.textecontact {
    line-height: 1.4;
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
}

.infoscovid {
    border: solid #2B2E61;
    border-width: 1px;
    background-color: #e1fcfc;
    width: 60%;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    padding: 0 10px;
}

.infoscovid h2 {
    margin-top: 10px;
}

.englishversion {
    width: 80%;
    margin-left: auto;
    margin-top: 30px;
}

.versionfrancaise {
    width: 80%;
    margin-left: auto;
    margin-top: 30px;
}

footer {
    padding-top: 100px;
    padding-bottom: 20px;
    border-top: 1px solid;
    border-width: 1px;
    padding-top: 20px;
    margin: 0 auto;
    width: 60%;
    font-size: 10px;
    text-align: center;
}

footer span {
    padding-left: 20px;
    justify-content: space-between;
    margin: 0 auto;
}

.imageindex {
    display: flex;
    max-width: 100%;
    align-items: center;
    justify-content: space-between;
    margin: 30px;
    margin-bottom: 50px;
}

.imageindex img {
    width: 30%;
    align-items: center;
}

.imagecontact {
    max-width: 100%;
    align-items: center;
    margin-bottom: 30px;
}

.imagecontact img {
    width: 100%;
}  

.imagevirginie {
    max-width: 100%;
    justify-items: end; 
}

.imagevirginie img {
    width: 30%;
}

iframe {
    align-items: center;
}

iframe img {
    width: 100%;
}


/* Style pour les listes dans .texteaccueil */
.texteaccueil ul {
    padding: 20px 0;
    margin: 0 auto;
    width: 80%;
}

.texteaccueil li {
    padding: 8px 0;
    position: relative;
    padding-left: 20px;
}

.texteaccueil li:before {
    content: "•";
    color: #6467a1;
    position: absolute;
    left: 0;
    top: 12px;  /* Ajustement vertical du point */
}

.texteaccueil li h4 {
    margin: 0;
    color: #2B2E61;
    font-size: 20px;
    font-weight: 500;
}

/* Ajout d'un effet hover subtil */
.texteaccueil li:hover h4 {
    color: #6467a1;
    transition: color 0.3s ease;
}
/* Fin  Style pour les listes dans .texteaccueil */

@media screen and (max-width: 1280px) {
    
    .menu {
        display: block;
        width: 100%;
        font-size: 25px;
    }

    .menu li {
        padding: 10px;
    }

    div {
        width: 100%;
    }

    .textepresentation {
        width: 90%;
        font-size: 20px;
    }

    .texteaccueil {
        width: 90%;
        font-size: 20px;
    }

    .texteinfospratiques {
        width: 90%;
        font-size: 20px;
    }

    .infoscovid {
        width: 90%;
    }

    .infoscovid p {
        font-size: 20px;
    }

    .textecontact {
        width: 90%;
        font-size: 20px;
    }

    iframe {
        width: 100% !important;
    }

    .englishversion {
        margin: 30px;
    }

    .imageindex {
        display: block;
        width: auto;
        align-items: center;
        justify-content: space-between;
    }

    .imagecontact {
        align-items: center;
        width: 100%;
    }

}