*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body{
    background-color: #090909;
    color: #f4d9a6;
    font-family: 'Press Start 2P', Arial, sans-serif;
}

a{
    text-decoration: none;
}

ul{
    list-style: none;
}


.hero{
    min-height: 100vh;
    background-image: url("../Assets/bg-accueil.png");
    background-size: cover;
    background-position: center;
    position: relative;
    border-bottom: 1px solid #aa5b16;
}


.barre-navigation{
    position: relative;
    z-index: 2;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 18px 36px;
    border-bottom: 1px solid rgba(95,45,8,0.6);
    background: rgba(0,0,0,0.28);
    backdrop-filter: blur(2px);
}

.bloc-logo{
    width: 140px;
    height: 48px;
    display: block;
    object-fit: contain;
}

.navigation{
    display: flex;
    gap: 18px;
    align-items: center;
}

.navigation .nav-link{
    display: flex;
    align-items: center;
    gap: 3px;
    color: #f3d19a;
    font-size: 15px;
    padding: 8px 12px;
    border-radius: 8px;
    transition: background 0.18s, color 0.18s, transform 0.12s;
}

.navigation .nav-link img{
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: inline-block;
}

.navigation .nav-link:hover{
    color: #ffb347;
    background: rgba(255,157,47,0.08);
    transform: translateY(-2px);
}


.banniere{
    position: relative;
    z-index: 2;

    display: flex;
    justify-content: center;
    align-items: center;

    min-height: 85vh;
    text-align: center;
}

.voir{
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
}

.fichier{
    width: 30px;
    height: 30px;
}

.decouvrir{
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.contenu-banniere{
    width: 900px;
    padding: 40px;
}

.titre-principal{
    width: 450px;
    height: 180px;
    margin: 40px auto 25px;
    display: block;
    object-fit: contain;
}

.petite-banniere{
    display: inline-block;

    padding: 12px 30px;
    margin-bottom: 30px;

    border: 1px solid #d67a19;
    background-color: rgba(0,0,0,0.5);
}

.petite-banniere p{
    color: #ffbe63;
    font-weight: bold;
}

.contenu-banniere h1{
    line-height: 1.5;
    font-size: 36px;
}

h1{
    font-size: 48px;
    margin-bottom: 20px;
    color: #fff1d2;
}

.texte-intro{
    width: 700px;
    margin: auto;
    margin-bottom: 40px;

    line-height: 2;
    color: #d8c3a2;
    font-size: 14px;
}

.boutons-hero{
    display: flex;
    justify-content: center;
    gap: 20px;
}

.bouton{
    padding: 16px 28px;
    border: 1px solid #d67a19;
    color: #f4d9a6;
    transition: 0.2s;
}

.bouton-orange{
    background-color: #b8510d;
}

.bouton-orange:hover{
    background-color: #d66a17;
}

.bouton-transparent{
    background-color: rgba(0,0,0,0.4);
}

.bouton-transparent:hover{
    background-color: rgba(255,140,0,0.15);
}





.section{
    width: 1200px;
    margin: auto;
    padding: 90px 0;
    border-bottom: 1px solid #3b1d06;
}

.titre-section{
    text-align: center;
    margin-bottom: 60px;
}

.titre-section h2{
    font-size: 42px;
    color: #ffb347;
}





.ligne-cartes{
    display: flex;
    gap: 25px;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

.carte{
    width: 350px;
    min-height: 400px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background-color: #120909;
    border: 1px solid #70350b;
    transition: 0.2s;
}

.carte:hover{
    transform: translateY(-5px);
    border-color: #d67a19;
}

.carte1{
    width: 550px;
    min-height: 200px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background-color: #120909;
    border: 1px solid #70350b;
    transition: 0.2s;
}

.carte1:hover{
    transform: translateY(-5px);
    border-color: #d67a19;
}

.subcarte{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: left;
    gap: 15px;
}

.icone{
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    display: block;
    object-fit: contain;
}

.carte h3{
    font-size: 28px;
    margin-bottom: 18px;
    color: #ffb347;
}

.carte p{
    line-height: 1.7;
    margin-bottom: 25px;
    color: #d0b28a;
}

.carte1 h3{
    font-size: 28px;
    margin-bottom: 18px;
    color: #ffb347;
}

.carte1 p{
    line-height: 1.7;
    margin-bottom: 25px;
    text-align: left;
    color: #d0b28a;
}








.carte-membre{
    width: 375px;
    min-height: 300px;
    padding: 30px;

    background-color: #120909;
    border: 1px solid #70350b;
    text-align: left;
}


.avatar{
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    border-radius: 8px;
    display: block;
    object-fit: cover;
}

.subtitre{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.subav{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.avatar-flavien, .avatar-oscar, .avatar-lucas, .avatar-amadou { }

.carte-membre h3{
    font-size: 30px;
    margin-bottom: 8px;
    color: #ffb347;
}

.carte-membre h4{
    margin-bottom: 20px;
    color: #d66a17;
}

.carte-membre p{
    line-height: 1.7;
    color: #d0b28a;
}





.footer{
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 40px 60px;
}

.footer-gauche{
    display: flex;
    align-items: center;
    gap: 20px;
}

.rotcoin{
    width: 60px;
    height: 60px;
    display: block;
    object-fit: contain;
}

.footer-gauche h3{
    margin-bottom: 5px;
    color: #ffb347;
}

.footer-gauche p{
    color: #a78d6d;
}

.footer-droite{
    display: flex;
    gap: 25px;
}

.footer-droite a{
    color: #c9a87f;
}

.footer-droite a:hover{
    color: #ffb347;
}





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

    .section{
        width: 95%;
    }

}





@media screen and (max-width: 1024px){
    .section{
        width: 98%;
    }

    .contenu-banniere{
        width: 95%;
        padding: 30px 20px;
    }

    h1{
        font-size: 36px;
    }

    .texte-intro{
        width: 100%;
        font-size: 13px;
    }

    .carte{
        width: calc(50% - 13px);
        min-width: 250px;
    }

    .carte1{
        width: 100%;
    }

    .carte-membre{
        width: calc(50% - 13px);
        min-width: 250px;
    }

    .titre-section h2{
        font-size: 36px;
    }
}

@media screen and (max-width: 900px){
    .barre-navigation{
        display: none;
    }


    .titre-principal{
        width: 280px;
        height: 120px;
        margin: 30px auto 20px;
    }

    .contenu-banniere{
        width: 95%;
        padding: 25px 15px;
    }

    h1{
        font-size: 28px;
        margin-bottom: 15px;
    }

    .contenu-banniere h1{
        font-size: 26px;
        line-height: 1.3;
    }

    .texte-intro{
        width: 100%;
        font-size: 12px;
        line-height: 1.6;
        margin-bottom: 30px;
    }

    .petite-banniere{
        padding: 10px 25px;
        margin-bottom: 25px;
    }

    .boutons-hero{
        flex-direction: column;
        align-items: center;
        gap: 15px;
        width: 100%;
    }

    .bouton{
        padding: 14px 24px;
        font-size: 12px;
        width: 90%;
        max-width: 250px;
    }

    .voir, .decouvrir{
        gap: 8px;
    }

    .fichier{
        width: 24px;
        height: 24px;
    }

    .titre-section{
        margin-bottom: 40px;
    }

    .titre-section h2{
        font-size: 28px;
    }

    .ligne-cartes{
        gap: 15px;
    }

    .carte{
        width: calc(100% - 0px);
        min-height: 350px;
        padding: 20px;
    }

    .carte h3{
        font-size: 22px;
    }

    .carte p{
        font-size: 12px;
        line-height: 1.6;
    }

    .carte1{
        width: 100%;
        min-height: 180px;
        padding: 20px;
    }

    .carte1 h3{
        font-size: 22px;
    }

    .carte1 p{
        font-size: 12px;
        line-height: 1.6;
    }

    .subcarte{
        flex-direction: column;
        gap: 10px;
    }

    .icone{
        width: 80px;
        height: 80px;
        margin: 0 auto 10px;
    }

    .carte-membre{
        width: 100%;
        min-height: auto;
        padding: 20px;
    }

    .carte-membre h3{
        font-size: 24px;
    }

    .carte-membre p{
        font-size: 12px;
    }

    .avatar{
        width: 70px;
        height: 70px;
        margin: 0 auto 15px;
    }

    .subtitre{
        gap: 12px;
    }

    .footer{
        flex-direction: column;
        gap: 25px;
        text-align: center;
        padding: 30px 20px;
    }

    .footer-gauche{
        flex-direction: column;
        gap: 15px;
    }

    .footer-droite{
        flex-direction: column;
        gap: 15px;
    }
}

@media screen and (max-width: 768px){
    .section{
        width: 100%;
        padding: 60px 20px;
    }


    h1{
        font-size: 24px;
    }

    .contenu-banniere h1{
        font-size: 22px;
    }

    .titre-principal{
        width: 240px;
        height: 100px;
    }

    .titre-section h2{
        font-size: 24px;
    }

    .carte{
        width: 100%;
        min-height: 300px;
    }

    .carte h3{
        font-size: 20px;
    }

    .carte p{
        font-size: 11px;
    }

    .carte1{
        width: 100%;
    }

    .carte1 h3{
        font-size: 20px;
    }

    .icone{
        width: 70px;
        height: 70px;
    }

    .carte-membre{
        width: 100%;
    }

    .carte-membre h3{
        font-size: 22px;
    }

    .footer-gauche h3{
        font-size: 16px;
    }
}

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

    .banniere{
        min-height: 70vh;
    }

    .titre-principal{
        width: 200px;
        height: 80px;
        margin: 20px auto 15px;
    }

    .contenu-banniere{
        padding: 20px 10px;
    }

    h1{
        font-size: 18px;
        margin-bottom: 12px;
    }

    .contenu-banniere h1{
        font-size: 18px;
        line-height: 1.2;
    }

    .petite-banniere{
        padding: 8px 20px;
        margin-bottom: 20px;
    }

    .petite-banniere p{
        font-size: 11px;
    }

    .texte-intro{
        font-size: 10px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .boutons-hero{
        gap: 10px;
    }

    .bouton{
        padding: 12px 20px;
        font-size: 11px;
        width: 100%;
    }

    .fichier{
        width: 20px;
        height: 20px;
    }

    .titre-section{
        margin-bottom: 30px;
    }

    .titre-section h2{
        font-size: 20px;
    }

    .ligne-cartes{
        gap: 10px;
    }

    .carte{
        width: 100%;
        min-height: 280px;
        padding: 15px;
        gap: 15px;
    }

    .carte h3{
        font-size: 18px;
        margin-bottom: 12px;
    }

    .carte p{
        font-size: 10px;
        margin-bottom: 15px;
    }

    .carte1{
        width: 100%;
        min-height: auto;
        padding: 15px;
    }

    .carte1 h3{
        font-size: 18px;
    }

    .carte1 p{
        font-size: 10px;
    }

    .subcarte{
        gap: 8px;
        flex-direction: column;
    }

    .icone{
        width: 60px;
        height: 60px;
        margin: 0 auto 8px;
    }

    .carte-membre{
        width: 100%;
        min-height: auto;
        padding: 15px;
    }

    .carte-membre h3{
        font-size: 20px;
        margin-bottom: 6px;
    }

    .carte-membre h4{
        font-size: 12px;
        margin-bottom: 12px;
    }

    .carte-membre p{
        font-size: 10px;
        line-height: 1.5;
    }

    .avatar{
        width: 60px;
        height: 60px;
        margin: 0 auto 12px;
    }

    .subtitre{
        gap: 10px;
    }

    .footer{
        padding: 20px 10px;
        gap: 20px;
    }

    .footer-gauche h3{
        font-size: 14px;
    }

    .footer-gauche p{
        font-size: 11px;
    }

    .rotcoin{
        width: 50px;
        height: 50px;
    }

    .footer-droite a{
        font-size: 11px;
    }
}