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 {
    display: none;
}



#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,
.dropbtn6 a {
    font-family: 'Gotham', sans-serif;
    font-size: 0.85rem;
    font-weight: bold;
    color: white;
    text-decoration: none;
    width: auto;

}

.dropbtn1 a {
    background-color: #000;
    color: #fff;
}

.dropbtn2 a {
    color: #fff;
}

.dropbtn3 a {
    background-color: #000;
    color: #fff;
}


.dropbtn4 a {
    background-color: #000;
    color: #fff;
}



.dropbtn5 a {
    background-color: #fff;
    color: #000;
}
.dropbtn6 a {
    color: #fff;
}





.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,
#overlay4,
#overlay5 {
    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%;
}



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

.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;
}

.download-btn: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%;
}


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

#typographie {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 3%;

}

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

h2 {
    border-top: 2px solid #000;
    width: 100%;

}

p {
    width: 70%;
}



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

.column-typo-left,
.column-typo-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* Pour aligner le contenu à gauche */
    width: 45%;
    /* Ajustez cette valeur si nécessaire */
}

.column-typo-left ul {
    list-style-type: none;
    /* Pour enlever les puces de la liste */
    padding: 0;
}

.column-typo-left ul li {
    margin-bottom: 10px;
    /* Pour ajouter de l'espace entre les éléments de la liste */
}

.column-typo-left ul li:nth-child(1) {
    font-size: 64px;
}

.column-typo-left ul li:nth-child(2) {
    font-size: 55px;
}

.column-typo-left ul li:nth-child(3) {
    font-size: 52px;
}

.column-typo-left ul li:nth-child(4) {
    font-size: 44px;
}

.column-typo-left ul li:nth-child(5) {
    font-size: 30px;
    font-weight: bold;
}

.column-typo-left ul li:nth-child(6) {
    font-size: 28px;
    font-weight: lighter;

}

.column-typo-left ul li:nth-child(7) {
    font-size: 24px;
    font-weight: lighter;
}

.column-typo-left ul li:nth-child(8) {
    font-size: 18px;
    font-weight: bold;
}

.column-typo-left ul li:nth-child(9) {
    font-size: 23px;

}

#typographie .columns {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
}

#typographie .column-typo-left {
    width: 70%;
    /* styles supplémentaires ici */
}

#typographie .column-typo-right {
    width: 30%;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 25px;
}

#typographie p {
    font-weight: bolder;
}

.secondary-button {
    display: inline-block;
    background-color: white;
    color: black;
    border: 2px solid black;
    padding: 10px 20px;
    text-decoration: none;
    margin-top: auto;
    /* Pour positionner le bouton en bas de la colonne */
}





#couleurs {

    display: flex;
    justify-content: center;
    align-items: center;
    height: 30vh;
    margin-bottom: 5%;

}

.title {
    margin-top: 5%;
}

h2,
.title {
    margin-top: 8%;
    padding-top: 3%;
}

.color-block-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;

}

.color-block,
.color-block-last {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    height: 100px;
    width: 25%;

}

.color-block p {
    margin: 0;
    font-size: 12px;
    color: black;
    /* Changer selon vos besoins */
}

.color-block-last p {
    margin: 0;
    font-size: 12px;
    color: #fff;
}


#footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 40vh;
    padding: 20px;
    margin-bottom: 5%;

}

.footer-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    margin-top: 4%;
}


.footer-block img {
    max-width: 100%;
    height: auto;
}

.footer-display {
    width: 60%;
    margin: 2% 0 2% 0;
}

#powerpoints {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    height: 50vh;
    padding: 20px;
}

#powerpoint h2 {
    align-self: flex-start;
    margin-bottom: 20px;
}

.ppt-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
}

.ppt-block img {
    max-width: 100%;
    height: auto;
}

.download-btn {
    margin-top: 10px;
    background-color: black;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
}


#fondsecranteams {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 40vh;
    padding: 20px;
    margin-bottom: 5%;

}


.img-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
}

.img-block img {
    max-width: 100%;
    height: auto;
}

.download-btn {
    margin-top: 10px;
    background-color: black;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
}

.fond-teams-display {
    width: 30%;
}

#kakemonos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 40vh;
    padding: 20px 0 2% 0;
    margin-bottom: 5%;
}

.kakemono-display {
    width: 15%;
    margin-top: 15%;
}



#btsup {
    margin-top: 15%;
}


.banner-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 3% 0 5% 0;
}

.banner-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner-wrap a {
    margin-bottom: 5%;
}

.banner-wrap img {
    margin-top: 10%;
}

.download-btn-end {
    margin-top: 10px;
    margin-bottom: 5%;
    background-color: black;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
}


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

.dropdown-content a {
    color: #000;
}


#hep {
    margin-top: 25%;
}



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

    }

    #sidebar-responsive {
        display: block;
        width: 100vw;
        height: 12vh;
        background-color: #000;
    }

    .sidebar-responsive-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    #logo {
        margin: 0;
        padding: 0;
        width: 80%;
    }

    #logo img {
        max-width: 50%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    #menu-icon {
        display: block;

    }

}