:root {

    --main-color: rgb(255, 255, 255);

    --secondary-color: rgb(255, 255, 255);

    --font-family: 'Arial', sans-serif;

}

nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: rgb(112, 81, 81);
    height: 80px;
    position: relative;
    width: 100%;
}


.navigation {
    list-style: none;
    display: flex;
    gap: 5px;
    /* Espace léger entre les boutons */
    margin: 0;
    padding: 0;
}

.logo {
  position: absolute;
  left: 3em;
  color: white;
  font-family: sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}

.navigation a {
    display: inline-block;
    text-decoration: none;
    color: white;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1em;
    margin-right: 1em;
    padding-bottom: 30px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 10px;
    align-items: center;
    align-content: center;
    justify-content: center;
    display: flex;
    color: white;
    transition: 0.3s ease;
    top: 30px;
    border-radius: 10px;

}

/* 2. Le Hover : On enlève le scale et on change le fond */
.navigation a:hover {
    background-color: #292929; /* Gris foncé LoL (plus doux que le noir pur) */
    color: #ffffff;
}

/* 3. La barre bleue (l'élément magique) */
.navigation a:hover::after {
    content: "";
    position: absolute;
    bottom: -5px; /* Ajuste pour coller au bord du nav */
    left: 15%;    /* Pour qu'elle ne fasse pas toute la largeur */
    width: 70%;
    height: 3px;
    background-color: #00a3db; /* Le bleu cyan de Riot */
    box-shadow: 0px 0px 10px rgba(0, 163, 219, 0.5); /* Petit effet de lueur */
}



@media all and (max-width: 800px) {

    nav {

        flex-direction: column;

        height: auto;

        padding: 10px 0;

    }



    .logo {

        position: static;

        transform: none;

        margin-bottom: 2px;

        text-align: center;

        margin-left: 10px;

    }



    .navigation {

        flex-direction: row;

        justify-content: center;

        flex-wrap: wrap;

        gap: 2px;

    }



    .navigation a {

        padding: 12px 16px;

        font-size: 0.8em;

    }



}





@media all and (max-width: 576px) {

    .navigation {

        flex-direction: column;

        align-items: center;

    }



    .navigation a {

        width: 100%;

        text-align: center;

        border-top: 1px solid rgba(255, 255, 255, 0.2);

        padding: 10px 0;

    }

}

@media all and (max-width: 576px) {



    .footer-top {

        flex-direction: column;

        text-align: center;

        gap: 30px;

    }



    .footer-top>div {

        width: 100%;

    }



    .footer-links ul {

        padding: 0;

    }



    .footer-links li {

        margin-bottom: 10px;

    }



    .social-icons {

        align-items: center;

    }



    .footer-bottom {

        flex-direction: column;

        gap: 15px;

        text-align: center;

    }



    .back-top {

        display: inline-block;

    }

}

@media all and (max-width: 576px) {



    nav {

        position: relative;

    }



    .logo {

        position: relative;

        margin: 0 auto;

        text-align: center;

    }



    .hero {

        height: 1100px;

        width: 100%;

    }



}

@media all and (max-width: 576px) {



    nav {

        position: relative;

        flex-direction: column;

        align-items: center;

        height: 680px;

        width: 100%;

    }



    .logo {

        position: absolute;

        top: 30px;

        left: 50%;

        transform: translateX(-50%);

        margin: 0;

        text-align: center;

    }



}




.hero {

    background-image: url("img/nike-locker-room-fan-gear-athlete-styles-sport-apparel.avif");

    background-color: black;

    background-size: cover;

    text-align: center;

    height: 800px;

    background-position: center;

    align-items: center;

    width: 100%;







}

h2 {

    color: rgb(255, 255, 255);

    font-size: 6em;

    align-items: flex-end;

    font-family: "Bebas Neue", sans-serif;

    padding-top: 20rem;

    font-weight: bold;

}





p {

    color: rgb(255, 255, 255);

    font-size: 1.5em;

    margin-bottom: 1em;

    align-items: flex-end;

    font-family: "BBH Hegarty", sans-serif;

}

a {

    text-decoration: none;

    color: rgb(0, 0, 0);

    padding: 0.5em 1em;

    font-size: 5em;

    font-family: "Bebas Neue", sans-serif;

    margin: 1em;





}

.btn {

    background-color: #000000;

    color: white;

    padding: 12px 24px;

    border: none;

    border-radius: 8px;

    border: 1px solid rgb(255, 255, 255);

    font-size: 16px;

    cursor: pointer;

    transition: background-color 0.3s, transform 0.2s;

}



.btn:hover {

    background-color: #494b4f;

    transform: translateY(-2px);

    border-radius: 10px;

}



.btn:active {

    transform: translateY(0);

}

.habillage {

    width: 100px;

    height: 50px;

}



.logo {

    font-size: 1.5rem;

    font-weight: bold;

}



.footer-social .qr {

    width: 80px;

    margin-top: 15px;

}



.footer-bottom {

    border-top: 1px solid #333;

    padding-top: 20px;

    display: flex;

    justify-content: space-between;

    font-size: 0.85rem;

}



.back-top {

    font-weight: bold;

}

.cards-section {

    padding: 60px 40px;

    background-color: #0f0f0f;



}



.cards-container {

    display: flex;

    gap: 50px;

    max-width: 2000px;

    margin: 0 auto;



}



.card {

    background-color: #000000;

    border-radius: 16px;

    overflow: hidden;

    flex: 100%;

    transition: transform 0.3s ease, box-shadow 0.3s ease;

    width: max-content;

}



.card:hover {

    transform: translateY(-8px);

    box-shadow: 0 10px 25px rgba(167, 167, 167, 0.622);

}



.card img {

    width: 100%;

    height: 600px;

    object-fit: cover;



}



.card-content {

    padding: 20px;

}



.card-content h3 {

    margin-bottom: 10px;

    font-size: 20px;

    color: #eee;



}



.card-intro {

    font-size: 14px;

    color: #ffffff;

    margin-bottom: 20px;

}



.card-link {

    text-decoration: none;

    color: #ffffff;

    background-color: rgb(229, 40, 216);

    padding: 10px 16px;

    border-radius: 8px;

    font-size: 14px;

    transition: background-color 0.3s ease;

}



.card-link:hover {

    background-color: #333;



}

@media all and (max-width: 576px) {

    .cards-container {

        flex-direction: column;

        align-items: center;
    }

    .card {

        width: 100%;
    }

}

@media all and (max-width: 800px) {

    .cards-container {

        flex-direction: column;

        align-items: center;
    }

    .card {

        width: 100%;
    }

}

.footer {

    background-color: #000000;

    color: #eee;

    padding: 50px 40px 20px;

    font-family: Arial, sans-serif;

}



.footer-top {

    display: flex;

    justify-content: space-between;

    gap: 40px;

    max-width: 1200px;

    margin: 0 auto;

}



.footer-top>div {

    flex: 1;

}



.footer-logo h3 {

    font-size: 22px;

    margin-bottom: 10px;

}



.footer-logo p {

    font-size: 14px;

    color: #bbb;

    line-height: 1.6;

}



.footer h4 {

    font-size: 16px;

    margin-bottom: 12px;

}



.footer-links ul {

    list-style: none;

    padding: 0;

}



.footer-links li {

    margin-bottom: 8px;

}



.footer a {

    color: #bbb;

    text-decoration: none;

    font-size: 14px;

    transition: color 0.3s;

}



.footer a:hover {

    color: #fff;

}



.social-icons {

    display: flex;

    flex-direction: column;

    gap: 8px;

}



.footer-bottom {

    border-top: 1px solid #333;

    margin-top: 40px;

    padding-top: 20px;

    display: flex;

    justify-content: space-between;

    font-size: 13px;

    color: #aaa;

}



.back-top {

    color: #aaa;

}



.back-top:hover {

    color: #fff;

}



.video-section {

    background-color: #0f0f0f;

    padding: 100px 20px;

    color: #ffffff;

    width: 100%;

    height: 100vh;

    overflow: hidden;

}

.video-section {

    width: 100%;

    height: 100%;

    overflow: hidden;

}

.video-content {



    margin: 0 auto;

    text-align: center;

}



.video-section h2 {

    font-size: 67px;

    margin-bottom: 10px;

    letter-spacing: 1px;

    padding-top: 90px;

    color: rgb(229, 40, 216);

}



.video-intro {

    font-size: 18px;

    color: #cccccc;

    max-width: 700px;

    margin: 0 auto 50px;

    line-height: 1.6;

}



.video-wrapper {

    position: relative;

    border-radius: 20px;

    overflow: hidden;

    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);

}



.video-wrapper video {

    width: 100%;

    height: auto;

    display: block;

}

.btn-video {

    display: inline-flex;

    background-color: rgb(229, 40, 216);

    color: #ffffff;

    padding: 14px 36px;

    font-size: 20px;

    font-weight: 600;

    border-radius: 50px;

    text-decoration: none;

    transition: all 0.3s ease;

}



.btn-video:hover {

    background-color: rgb(229, 40, 216);

    transform: translateY(-2px);

}



@media (max-width: 768px) {

    .btn-video {

        padding: 12px 28px;

        font-size: 15px;

    }

}


.nav-icons a {

    color: #ffffff;

    font-size: 18px;

    text-decoration: none;

    transition: opacity 0.2s;

}



.nav-icons a:hover {

    opacity: 0.6;

}