html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: 'Gotham', sans-serif;
    overflow-x: hidden;
    margin: 0;
}

h1 {
    font-family: 'Gotham Black', sans-serif;
    font-weight: 900 ;
    width: 85%;
    
}



#sidebar {
    position: fixed;
    display: flex;
    flex-direction: column;
    width: 25vw;
    height: 100vh;
    background: #000;
    color: #fff;
    padding: 20px;
    margin: 0;
    overflow-y: auto;
}




#sidebar::-webkit-scrollbar {
    display: none;
}


#sidebar a {
    font-size: 0.9rem;
}

#sidebar a:active {
    background-color: #fff;
    color: #000;
}

#menu-icon {
    display: none;
    cursor: pointer;
    font-size: 2rem;
}

#logo {
    text-align: center;
    margin-bottom: 20px;
}

#logo img {
    max-width: 80%;
    height: auto;
}


.dropbtn1,
.dropbtn2,
.dropbtn3,
.dropbtn4,
.dropbtn5,
.dropbtn6 {
    background-color: #000;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    text-align: left;
    text-decoration: underline;
    width: auto;
}

.dropbtn1 a,
.dropbtn2 a,
.dropbtn3 a,
.dropbtn4 a,
.dropbtn5 a{
    font-family: 'Gotham', sans-serif;
    font-size: 0.85rem;
    font-weight: bold;
    color: white;
    text-decoration: none;
    width: auto;

}

.dropbtn1 a {
    color: #fff;
}

.dropbtn2 a {
    color: #fff;
}

.dropbtn3 a {
    color: #fff;
}

.dropbtn4 a {
    color: #fff;
}

.dropbtn5 a {
    color: #fff;
}

.dropbtn6 a {
    background-color: #fff;
    color: #000;
    font-family: 'Gotham', sans-serif;
    font-weight: bold;

}

.dropdown {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin-top: 15px;
}

.dropdown-content {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    margin-top: 40px;
    margin-left: 15px;
}

.dropdown:hover .dropdown-content {
    visibility: visible;
    opacity: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

#sidebar-responsive {
    display: none;
}


#overlay1,
#overlay2,
#overlay3 {
    box-sizing: border-box;
    margin-left: 25vw;
    width: 75vw;
    height: 100vh;
    background: #f4f4f4;
    padding: 3%;
    overflow: auto;
    border-bottom: solid black 5px;
    padding-bottom: 2%;
}



/* ----------------------------------------------------------------------------------------- */

h1, h3{
    width: 70%;
}


.top-paragraph {
    font-weight: bolder;
    margin-top: 5%;
}

#logos {
    /* ... autres styles pour l'overlay ... */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 3% 0 5% 0;

}

#logos h2 {
    align-self: flex-start;
}

.columns {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
}

.column {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 45%;
    /* ajustez cette valeur si nécessaire */
}

.logo-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    /* espace entre les lignes de boîtes de logo */
}

.logo-set {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 45%;
}

.logo-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    border: 5px solid black;
    background-color: transparent;
    margin-bottom: 10px;
    /* espace entre la boîte de logo et le bouton de téléchargement */
}

.download-button {
    background-color: black;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    text-align: center;
    width: 100%;
    display: block;
}

.download-button:hover {
    background-color: #fff;
    color: #000;
    border: #000 solid 2px;
    transition: ease-in-out 0.3s;
}



#logo-indication {
    margin-top: 2%;
    margin-bottom: 2%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
}

#logo-indication img {
    width: 100%;
}
/* ------------------------------- */




.school-leaflet-list-container{
    display: flex;
}

.school-leaflet-list{
    display: flex;
    flex-direction: column;
    margin: 0 30px 0 0 ;
}


.school-leaflet-list a {
    font-weight: bold;
    color: royalblue;
    padding: 20px  20px 15px 0px;
    text-decoration: none;
    transition: ease-in-out 30ms opacity 100%;
    
}


.school-leaflet-list a:hover {
    opacity: 50%;

}


/* -------------------------- */

#leaflet-section{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 5%;
    margin-top: 5%;
    border-top: #000 solid 2px ;

}


.row-container-top{
    margin-top: 5%;
    display: flex ;
    justify-content: space-around;
    align-items: center;
}


.row-container{
    margin-top: 200px;
    display: flex ;
    justify-content: space-around;
    align-items: center;
}



.leaflet-card{
    display: flex;
    flex-direction: column;
    justify-content: space-around;

}

.leaflet-card p{
    font-weight: bold;
}

span{
    margin-bottom: 5%;
}

/* ----------------------------- */



@media screen and (max-width: 991px) {
   
    #sidebar{
        visibility: hidden;
        width: 0;
        display: none;
    }

    #overlay3{
        width: 100%;
    }

}


