body{
    font-family: sans-serif;
    font-size: 16px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0px;
    margin: 0;
    color: var(--color-text);
    background-color: var(--color-bg);
}












/* Header */

.headerNav__el a{
    text-decoration: none;
    color: white;
    font-family: 'jersey 25';
    font-size: 24px;
}

.headerNav__el{
    margin-bottom: 50px;
}

.headerNav__el a:hover{
    transition: 0.5s;
    color: #9A7E23;
}
.nav--header{
    background-color: black;
    width: 100%;
    height: 60px;
    position: fixed;
}

.header__Nav{
    list-style: none;
    margin-bottom: 50px;
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    height: 100%;
    width: 150px;
    
    /*100% de sa taille Ã lui donc ici 100% du viewport*/
    /*
    translate
    rotate
    scale
    */
    transition: transform.3s ease-in-out;
}

.banner--header{
    padding-top: 60px;
    position: relative;
    z-index: -10;
}

.menu__btn{
    color: white;
    background-color: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
    font-size: 30px;
    font-family: 'jersey 25';
    position: fixed;
    top: 15px;
    right: 30px;
    z-index: 10;
}

.menu__btn:hover{
    transition: 0.5s;
    color: #9A7E23;
}

.menu--open .header__Nav{
    transform: translateX(0);
}









/* Main */

.p__big{
    font-size: 20px;
    font-family: 'albert sans';
    text-align: left;
    padding-bottom: 25px;
    grid-column: 1/3;
    color: #5d5d5d;
    font-weight: 400;
    margin-top: 5px;
    margin-left: 20px;
}

.section--comm .p__big{
    margin-left: 22px;
}

p{
    margin-top: 10px;
    font-family: 'albert sans';
    font-weight: bold;
    grid-column: 1/-1;
    margin-left: 20px;

}

.section > *:last-child{
    margin-bottom: 40px;
}

.liste__p{
    font-family: 'albert sans';
    font-weight: bold;
    grid-column: 1/-1;
    margin-bottom:20px;
    margin-right: 30px;
}

p3

.fig__leg{
    text-align: left;
    font-size: 14px;
    font-family: 'albert sans';
    font-weight: bold;
    margin-top: -25px;
    color: var(--color-primary);
}

.fig__leg a:hover{
    color: rgb(32, 15, 68);
    cursor: pointer;
    
}






/* grid */

.section{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 16px;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 1.4;
    margin-top: 10px; 
    
}








/* Image */

.enfant__img{
    height: 133px;
    width: 133px;
    border-radius: 144px;
}

.image--full{
    width: 100%;
    height: 20%;
    position: relative;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: -50px;
    grid-column: 1/-1;
}

.logo__lock{
    width: 30px;
    height: 30px;
    padding-top: 5px;
    
}

.figure--medium{
    grid-column: 1/-1;
    padding-left: O;
   
    
    
}

.image__link{
    width: 283px;
    height: 170px;
    padding-bottom: 20px;
    margin-top: Opx;
    margin-right: 100px;
    grid-column: 1/-1;
    border-radius: 50%;
}

.img__grp{
    position: relative;
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin-top: -20px;
    z-index: -1;
}
.img__factu{
    width: 100px;
    padding-right: 40px;
}

.img__factu2{
    width: 100px;
    margin-right: 10%;
}

.img__factu1{
    width: 65px;
    height: 70px;
    padding-right: 50px;
    margin-left: 10%;
}








/* Title */

.title__header{
    display: inline-block;
    background-color: black;
    color: white;
    font-size: 30px;
    font-family: 'jersey 25';
    margin-top: 0px;
}

.title--locklear{
    z-index: 10;
    margin-top: 10px;
    display: flex;
    justify-content: center;

   
}

.title--big{
    text-align: center;
    position: relative;
    font-family: 'jersey 25';
    font-size: 81px;
    padding-top: 0px;
    padding-bottom: 81px;
    margin-top: 0px;
    color: #c60808;
}

.title--section{
    text-align: left;
    font-size: 36px;
    font-family: 'Aldrich';
    padding-bottom: 36px;
    grid-column: 1/-1;
    font-weight: bold;
    margin-left: 20px;
}








/* Footer */

.certification{
    display: flex;
}

.img__certification{
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-top: 12px;
}

.locklear{
    margin-left: 7px;
}

.section--footer{
    background-color: #000000;
    color: white;
    font-family: 'albert sans';
    padding: 20px;
    margin:0;
    
}

.footerNav{
    list-style:none;
    margin: 0 0 30px 0;
    padding: 0; 
    text-align: center;
    margin-bottom: 10px;
    
    }
    .footerNav__el{
    padding: 0 15px;
    padding-bottom: 10px;
    
    }
    .footerNav__el a{
        font-weight: normal;
        text-transform: uppercase;
        font-size: 13px;
        border:none;
        opacity: .5;
        letter-spacing: .11em;
        color:white;
        
        
    }
    .footerNav__el a:hover,
    .footerNav__el a:focus{
        opacity: 1;
    }




    .link--factuelle{
        display: flex;
        justify-content: center;
        
    }
    .link--factuelle a{
        text-decoration: none;
        cursor: pointer;
        font-size: 40px;
        font-family: 'albert sans';
        font-weight: bold;
        margin-top: 40px;
        margin-bottom: 70px;
        color: var(--color-primary);
        
    }
    
    .link--factuelle a:hover{
        transition: 0.5s;
        color: black;
    }

    .p__footer{
        font-size: 20px;
        font-weight: bold;
        opacity: 0.5;
    }

    .pub__ad{
        position: absolute;
        height: 80px;
        width: 150px;
        grid-column: 4/5;
        margin-top: 360px;
        right: 30px;
        z-index: -100;
        animation: fadeInOut 4s infinite;
    }

    @keyframes fadeInOut {
        0%, 100% {
            opacity: 1; 
        }
        50% {
            opacity: 0;
        }
    }
    





   






    /* DIV LOCK */

.tableau{
    display: flex;
    justify-content: center;
}

.section--tableau{
    display: flex;
    flex-direction: column;
}
.profile-card {
    background: #D1D1D1;
    border-radius: 10px;
    border: 1px solid #313131;
    width: 300px;
    height: 450px;
    padding: 20px;
    text-align: center;
    margin-top: 0px;
    font-family: 'albert sans';
    
    
}

.profile-card h2 {
    margin: 10px 0;
    font-size: 24px;
    color: #000;
}

.profile-card img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.profile-card .rank {
    font-size: 14px;
    color: #666;
}

.profile-card .stats {
    margin: 15px 0;
    color: #000;
}

.profile-card .stats div {
    margin: 5px 0;
    font-size: 16px;
}

.profile-card .stats div span {
    font-weight: bold;
}

.profile-card .details {
    font-size: 14px;
    color: #000;
    margin-top: 10px;
}

.profile-card .twitch-link {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 15px;
    background-color: #6441a5;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.profile-card .twitch-link:hover {
    background-color: #52378c;
}



.stats-container {
    border-radius: 10px;
    width: 350px;
    padding: 20px;
    font-family: 'albert sans';
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: -100px;
    
}

.tableau__2{
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}

.stats-container h2 {
    font-size: 20px;
    margin-bottom: 10px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}

.stat-item {
    background: #e0e0e0;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    color: #333;
    border: 1px solid #313131;
}

.stat-item span {
    display: block;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}

.header__deckstop{
    opacity: 0;
}







/* DARK MODE */

:root{ /*declarer les variables*/
    --color-bg: #F4F4F4;
    --color-offset: #F4F4F4;
    --color-text: #000;
    --color-text-offset: #000;
    --color-primary: #5c2cc4;
    --color-secondary: #9A7E23;
}

@media (prefers-color-sheme: dark){
    :root{
        --color-bg: #000;
        --color-offset: #000;
        --color-text: #F4F4F4;
        --color-text-offset: #F4F4F4;
        --color-primary: #9A7E23;
        --color-secondary: #5c2cc4;
    } 
}

[data-theme="light"]{
    --color-bg: #F4F4F4;
    --color-offset: #F4F4F4;
    --color-text: #000;
    --color-text-offset: #000;
    --color-primary: #5c2cc4;
    --color-secondary: #9A7E23;
}

[data-theme="dark"]{
    --color-bg: #000;
    --color-offset: #000;
    --color-text: #F4F4F4;
    --color-text-offset: #F4F4F4;
    --color-primary: #9A7E23;
    --color-secondary: #5c2cc4;
}

.btn--darkMode{
    border: none;
    background: none;
    font-size: 20px;
    margin: 0;
    padding: 0;
    color: white;
    position: absolute;
    left: 25px;
    font-family: 'jersey 25';
    top: 20px;
}

.btn--darkMode:hover{
    color: #9A7E23;
    transition: 0.3s;
}









@media (min-width: 650px){

    .section{
        display: grid;
        grid-template-columns: 2fr 1fr 1fr;
        column-gap: 18px;
    }
    .link--factuelle a{
        font-size: 61px;
    }

    .p__footer{
        font-size: 30px;
        font-weight: bold;
        opacity: 0.5;
    }

    .section--comm .p__big{
        margin-left: 28px;
    }

    .title--big{
        margin-top: -30px;
        font-size: 137px;
        padding-bottom: 91px;
    }

    .section> *:last-child{
        padding-bottom: 82px;
    }

    .footerNav__el a{
        font-size: 20px;
        font-weight: bold;
    }
    .footerNav__el{
        padding-bottom: 20px;
    }

    .link--factuelle a{
        font-size: 61px;
    }

    .title--section{
        padding-bottom: 41px;
        font-size: 41px;
        margin-left: 30px;
    }

    p{
        font-size: 18px;
    }

    .tableau__2{
        grid-column: 2/-1;
        margin-top: -45px;
    }

    .p__big{
        grid-column: 1/2;
        font-size: 24px;
    }

    p{
        grid-column: 1/3;
        margin-left: 30px;
    }

    .img__grp{
        position: relative;
        width: 80%;
        display: flex;
        justify-content: space-between;
        margin-top: -100px;
        z-index: -1;

    }

    .img__factu{
        width: 170px;
        padding-right: 40px;
    }
    
    .img__factu2{
        width: 170px;
        margin-right: 10%;
    }
    
    .img__factu1{
        width: 100px;
        height: 110px;
        padding-right: 50px;
        margin-left: 10%;
    }

    .figure--medium{
        grid-column: 1/-1;
        margin-left: 30px;
    }

    .fig__leg{
        margin-right: 400px;
    }

    .liste__p{
        margin-top: 30pxx;
        font-size: 20px;
    }

    .liste__1{
        grid-column: 2/4;
    }

    .p2{
        grid-column: 1/2;
        margin-left: 30px;
    }

    .p3{
        grid-column: 2/4;
    }

    .header__deckstop{
        opacity: 0;
    }

    .pub__ad{
        position: absolute;
        height: 170px;
        width: 340px;
        grid-column: 4/5;
        margin-top: 830px;
        right: 30px;
        z-index: -100;
        animation: fadeInOut 4s infinite;
    }

    
}


@media (min-width: 1024px){

    .section{
        display: grid;
        grid-template-columns: 4fr 1fr 1fr 1fr 1fr;
        column-gap: 20px;
    }

    .title--section{
        padding-bottom: 45px;
        font-size: 45px;
        text-align: center;
    }

    .section> *:last-child{
        padding-bottom: 72px;
    }

    .title--big{
        font-size: 210px;
        padding-bottom: 0px;
        top: -150px;
    }

    p{
        font-size: 20px;
        grid-column: 1/3;
        margin-left: 30px;

    }

    .section--comm .p__big{
        margin-left: 26px;
        margin-bottom: -190px;
    }

    .liste__p{
        margin-top: 30px;
        font-size: 20px;
    }

    .liste__1{
        margin-top: 250px;
        grid-column: 2/4;
    }

    .p2{
        grid-column: 4/-1;
        margin-top: 0px;
    }

    .p3{
        grid-column: 4/-1;
    }


    .footerNav{
        list-style:none;
        margin: 0 0 30px 0;
        padding: 0; 
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }

    .footerNav__el a{
        font-size: 24px;
        font-weight: bold;
    }

    .link--factuelle a{
        font-size: 68px;
    }

    .tableau__2{
        grid-column: 3/-1;
    }

    .section--stats1 .p__big{
        grid-column: 1/2;
        margin-top: 0px;
    }

    .p__big{
        grid-column: 1/2;
        font-size: 28px;
    }


    .section--stats1 p{
        grid-column: 1/3;
        margin-top: 0px;
    }

   

    .section--stats1{
        margin-top: -460px;
    }

    .img__factu{
        
        width: 200px;
        padding-right: 40px;
    }
    
    .img__factu2{
        
        width: 200px;
        margin-right: 10%;
    }
    
    .img__factu1{
        
        width: 130px;
        height: 140px;
        padding-right: 50px;
        margin-left: 10%;
    }

    .figure--medium{
       margin-top: 50px;
       display: flex;
       margin-left: 30px;
    
        
    }

    .img__grp{
        display: flex;
        justify-content: center;
        margin-left: 150px;
    }

    .fig__leg{
        margin-top: 100px;
        margin-left: -50px;
    }

    .title__header{
        font-size: 40px;
        position: absolute;
        right: 100px;
    }

    .logo__lock{
        width: 40px;
        height: 40px;
        position: absolute;
        right: 50px;
    }

    .headerdeckstop__el{
        padding: 0 15px;
        padding-top: 20px;
        
    }

    .menu__btn{
        opacity: 0;
    }

    .header__deckstop{
        position: absolute;
        list-style:none;
        padding: 0; 
        text-align: center;
        display: flex;
        z-index: 30;
        top: -15px;
        position: fixed;
        margin-left: 30px;
        opacity: 1;
    }


    .headerdeckstop__el a{
        font-weight: normal;
        text-transform: uppercase;
        font-size: 20px;
        border:none;
        opacity: .5;
        letter-spacing: .11em;
        color: white;
    }

    .headerdeckstop__el a:hover,
    .heaerdeckstop__el a:focus{
    opacity: 1;
    }

    .btn--darkMode{
        font-weight: normal;
        text-transform: uppercase;
        font-size: 20px;
        border:none;
        opacity: .5;
        letter-spacing: .11em;
        color: white;
        font-family: 'albert sans';
        margin-left: 550px;
        cursor: pointer;
    }
    
    .btn--darkMode:hover{
    opacity: 1;
    color: white;
    }

    .headerdeckstop__el .active{
        opacity: 1;
        font-weight: bold;
    }

    .pub__ad{
        position: absolute;
        height: 250px;
        width: 450px;
        grid-column: 4/5;
        margin-top: 450px;
        left: 30px;
        z-index: -100;
        animation: fadeInOut 4s infinite;
    }

    .image__link{
        height: 200px;
        width: 400px;
    }
    

}



    