 body {
    width: 100%;
   background-color: #a9f5af;
     margin: 0;
     padding: 0;
}




.nav-bar{
    background: green;
    width: 100%;
    height: 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
}
#A img{
    border-radius: 20px;
    margin-bottom: 17px;
    cursor: pointer;
    margin-left: -27px;
    margin-top: 18px;
    height: 110px;
    width: 170px;
}

.dropdown-categorie {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 150px;
    z-index: 1000;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.dropdown-menu li {
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.dropdown-menu li:hover {
    background-color: #f1f1f1;
}

#B {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-right: 16%;
}
.menu-item{
    text-decoration: none;
}
.menu-item a{
    text-decoration: none;
    color: white;
}
.menu-item a:hover{
    color: #FFD700;
}
.menu-item a h1 {
    color: white;
    transition: color 0.3s ease; 
}
.menu-item a h1:hover {
    color: #FFD700; 
    transition: color 0.3s ease;
}

.menu-item h1 {
    text-decoration: none;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    color: #333;
    cursor: pointer;
    transition: color 0.3s;
}
.menu-item .dropdown-menu a {
    color: black; 
    transition: color 0.3s ease; 
}






.container {
    display: flex;
    width: 100%;
    height: 100vh;
}

.form-container {
    width: 25%;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f9f9f9;
}

.form-container form input{
    width: 100%;
    padding: 6px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 8px;
}
.form-container form select {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.form-container h1 {
    font-size: 18px;
    margin-bottom: 20px;
}

.form-containe img{
  position: relative;
  top: 19px;
}

.abonnement {
    background-color: green;
    color: white;
    padding: 14px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
    width: 100%;
}

.image-container {
    width: 75%;
    overflow: hidden;
}

.connexion-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    color: #fff;
}

.connexion-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 5px;
}

.pas_compte {
    font-size: 24px;
    color: gray;
    margin-bottom: 15px;
}
.connexion p{
    font-size: 20px;
    color: #333333;
}


.connexion {
    border-radius: 20px;
    width: 700px;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
}


.connexion img {
    width: 300px;
    margin-bottom: 15px;
}

.connexion input {
    width: 600px;
    padding: 15px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
}
.connexion button{
    border-radius: 50px;
}



.abonnement {
    width: 100%;
    padding: 12px;
    background-color: green;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}

.abonnement:hover {
    background-color: darkgreen;
}
.abonnement span{

    position: relative;
    font-size: 25px;
    top: -2px;
}
#B form{
    position: relative;
    bottom: 9px;
}

.inscription-link {
    color: #ff4500;
    text-decoration: none;
    font-weight: bold;
}

.inscription-link:hover {
    text-decoration: underline;
}



 .conduite {
    width: 100%;
    min-height: 900px;
    margin-top: 100px;
    background-color: lightgreen;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.Tactique{
    width: 100%;
    min-height: 900px;
    margin-top: 100px;
    background-color:#d4f9d4;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.Tactique h3{
    font-size: 24px;
    margin-top: 40px;
    color: #2e7d32;
    position: relative;
    animation: slideInLeft 1s ease-out;
}
.Tactique img{
    margin-top: 20px;
}
.Tactique p {
    font-size: 20px;
    margin-top: 32px;
}
.Tactique h3::after {

    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    background-color: #2e7d32;
    left: 0;
    bottom: -8px;
    animation: growLine 1s forwards;
}
.conduite {
    width: 100%;
    padding: 50px 10%;
    background-color: #e0ffe0;
    font-family: 'Segoe UI', sans-serif;
    animation: fadeIn 1s ease-in;
}

.conduite h3 {
    font-size: 24px;
    margin-top: 40px;
    color: #2e7d32;
    position: relative;
    animation: slideInLeft 1s ease-out;
}


.conduite h3::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    background-color: #2e7d32;
    left: 0;
    bottom: -8px;
    animation: growLine 1s forwards;
}


.conduite p,
.conduite ul {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin: 20px 0;
    opacity: 0;
    animation: fadeInUp 1s ease-in forwards;
    animation-delay: 0.5s;
}

.conduite ul li {
    margin-bottom: 10px;
    list-style-type: "✅ ";
    padding-left: 5px;
    color: #444;
}
.barre{
    color: white;
}
.sidebar {
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100%;
    background-color: #1e1e1e;
    color: white;
    padding-top: 60px;
    transition: right 0.3s ease;
    z-index: 999;
}
 .bg-body-tertiary{
     border-radius: 15px;
 }

 .sidebar ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.sidebar ul li {
    margin: 20px 0;
}

.sidebar ul li a, .sidebar ul li button {
    color: white;
    text-decoration: none;
    font-size: 18px;
    background: none;
    border: none;
    cursor: pointer;
}




@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.tex{
    margin-left: 150px;
}
.NE h1{
    margin-top: 100px;
    justify-content: center;
    text-align: center;
}
.NE{
    margin-left: 25%;
    width: 60%;
    background-color: #e0ffe0;
    border-radius: 50px;
}

.AC{
    background-color: #ffffff;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    gap: 500px;

}
.tex{
    display: flex;
    flex-direction: column;
   font-size: 20px;
}
.AA{
    width: 100px;
}
.btn-abonnement {
    text-decoration: none;
    width: 200px;
    margin-top: 15px;
    padding: 10px 20px;
    background-color:#2e7d32;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.btn-abonnement h1{
    color: #e0ffe0;
    font-size: 20px;
    text-decoration: none;
    justify-content: center;
    text-align: center;
}

.btn-abonnement:hover {
    background-color:darkgreen;
}
h1:hover {
    color: #007BFF;
    transform: translateY(-2px);
}
.NE {
    background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%);
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 80px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    max-width: 900px;
    margin: 40px auto;
}

.NE h1 {
    margin-top: 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 2.2rem;
    color: #1f1f1f;
    line-height: 1.4;
}

.NE h1 span {
    display: block;
    font-size: 1.3rem;
    font-weight: 400;
    color: #555;
    margin-top: 15px;
}




.AC img{
    height: 439px;
    width: 503px;
    border-radius: 50px;
    transition: transform 0.4s ease, box-shadow 0.3s ease;
}
.AC img:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.Theme {
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 150px;
    padding: 100px;
    flex-wrap: wrap;
    background-color: #f8f8f8;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.texte-theme {
    flex: 1;
    font-family: Arial, sans-serif;
}

.texte-theme h1 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    color: #333;
}

.texte-theme p {
    font-size: 1.15rem;
    line-height: 1.6;
    color: #555;
}

.Theme img {
    width: 500px;
    height: auto;
    border-radius: 20px;
    transition: transform 0.4s ease, box-shadow 0.3s ease;
}


.Theme img:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.Jeux-réduits {
    margin-top: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    padding: 80px;
    flex-wrap: wrap;
    background-color: #f8f8f8;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
}

.texte-jeux-réduits {
    margin-top: 17px;
    flex: 1;
    font-family: Arial, sans-serif;
}

.texte-jeux-réduits h1 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    color: #333;
    text-transform: capitalize;
}

.texte-jeux-réduits p {
    font-size: 1.15rem;
    line-height: 1.6;
    color: #555;
}


.Jeux-réduits img {
    width: 500px;
    height: auto;
    border-radius: 50px;
    transition: transform 0.4s ease, box-shadow 0.3s ease;
}

.Jeux-réduits img:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.Travail-de-groupe {
    margin-top: 17px;
    text-align: center;
    padding: 60px 30px;
    background-color: #f8f8f8;
    border-radius: 50px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}
.titre-centre {
    width: 334px;
    margin-right: 41%;
    border-radius: 56px;
    padding: 51px 19px;
    background-color: white;
}
.titre-categorie{
    background-color: white;
    padding: 34px;
    border-radius: 51px;
    width: 279px;
    margin-left: 44%;
}

 .Travail-de-groupe h1 {
    font-size: 2.4rem;
    color: #333;
    margin-bottom: 30px;
}

.Travail-de-groupe img {
    max-width: 80%;
    height: auto;
    border-radius: 20px;
    margin-bottom: 30px;
    transition: transform 0.4s ease, box-shadow 0.3s ease;
}

.Travail-de-groupe img:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.Travail-de-groupe p {
    font-size: 1.15rem;
    line-height: 1.6;
    color: #555;
    max-width: 900px;
    margin: 0 auto;
    animation: slideFadeUp 0.8s ease-out forwards;
    opacity: 0;
    animation-delay: 0.2s;
}
.jeu-offensif {
    margin-top: 17px;
    text-align: center;
    padding: 60px 30px;
    background-color: #f8f8f8;
    border-radius: 50px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

.jeu-offensif h1 {
    font-size: 2.4rem;
    color: #333;
    margin-bottom: 30px;
}

.jeu-offensif img {
    max-width: 50%;
    height: auto;
    border-radius: 20px;
    margin-bottom: 30px;
    transition: transform 0.4s ease, box-shadow 0.3s ease;
}

.jeu-offensif img:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.jeu-offensif p {
    font-size: 1.15rem;
    line-height: 1.6;
    color: #555;
    max-width: 900px;
    margin: 0 auto;
    animation: slideFadeUp 0.8s ease-out forwards;
    opacity: 0;
    animation-delay: 0.2s;
}
.jeu-defensif{
  margin-left: 22%;
    margin-top:90px;
    text-align: center;
    padding: 60px 30px;
    background-color: #f8f8f8;
    border-radius: 50px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    max-width: 900px;
    animation: slideFadeUp 0.8s ease-out forwards;
    }

.jeu-defensif h1 {
    font-size: 2.4rem;
    color: #333;
    margin-bottom: 30px;
}

.jeu-defensif img {
    max-width: 50%;
    height: auto;
    border-radius: 20px;
    margin-bottom: 30px;
    transition: transform 0.4s ease, box-shadow 0.3s ease;
}

.jeu-defensif img:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}


.categories {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 200px;
    flex-wrap: wrap;
    padding: 40px 20px;
    animation: fadeIn 1s ease;
}

.categorie-item {
    display: flex;
    flex-direction: column; /* images en dessous du titre */
    align-items: center;
    text-align: center;
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    cursor: pointer;
    width: 400px;
}

.categorie-item h1 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #333;
}

.categorie-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.3s ease;
}
.titre-categorie{

    margin-top: 40px;
    justify-content: center;
    text-align: center;
}

.categorie-item:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.categorie-item:hover img {
    transform: scale(1.02);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.accueil {
    background-color: #ffffff;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
 padding: 50px;

}


.Bienvenue{
    background-color:#ffffff;
    border-radius: 90px;
}
main {
    background-color: #a9f5af;
    padding: 40px;
}




@keyframes slideFadeUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
p {
    animation: slideFadeUp 0.8s ease-out forwards;
    opacity: 0;
    animation-delay: 0.2s;

}

@keyframes fadeSlideTop {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

h1 {
    animation: fadeSlideTop 0.8s ease-out forwards;
    opacity: 0;
    animation-delay: 0.1s;
}

@keyframes slideInLeft {
    from {
        transform: translateX(-50px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes growLine {
    from {
        width: 0;
    }
    to {
        width: 60px;
    }
}
footer {
    background-color:green;
    color: white;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-section {
    flex: 1;
    min-width: 200px;
    margin: 10px;
}

.footer-section h3 {
    font-size: 18px;
    margin-bottom: 15px;
    border-bottom: 2px solid #ffffff33;
    padding-bottom: 5px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: #cccccc;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: white;
}
 .footer-bottom {
     text-align: center;
     margin-top: 30px;
     font-size: 14px;
     color: #aaaaaa;
 }

 .Bienvenue {
     background-color: #ffffff;
     padding: 40px;
     margin-top: 100px;
     font-size: 25px;
     color: #333333;
     text-align: center;
     max-width: 1000px;
     margin-left: auto;
     margin-right: auto;
     border-radius: 15px;
 }

 .travail-tech {
     background-color: #ffffff;
     text-align: center;
     max-width: 800px;
     margin: 60px auto;
     padding: 40px;
     border-radius: 15px;
 }

 .travail-tech h1 {
     font-size: 2em;
     margin-bottom: 20px;
 }

 .travail-tech p {
     font-size: 1.1em;
     line-height: 1.6;
     margin-bottom: 30px;
 }

 .travail-tech video {
     width: 100%;
     max-width: 600px;
     border-radius: 12px;
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
 }


.controle-oriente {
    display: flex;
    align-items: flex-start;
    gap: 90px;
    padding: 40px;
    flex-wrap: wrap;
    margin: 100px auto;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    max-width: 1200px;
}



.texte-controle {
    max-width: 600px;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}
.dribble-1v1 {
    display: flex;
    align-items: flex-start;
    gap: 90px;
    padding: 40px;
    flex-wrap: wrap;
    margin: 100px auto;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    max-width: 1200px;
}
 .video-container video {
    width: 100%;
    max-width: 500px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.texte-dribble {
    flex: 1;
    font-family: 'Arial', sans-serif;
}

.texte-dribble h2 {
    font-size: 28px;
    margin-bottom: 15px;
}

.texte-dribble p {
    font-size: 18px;
    line-height: 1.6;
}
.titre-centre{
    margin-left: 47%;
}
.contenu-endurance {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}
.image-container {
    flex: 1 1 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .image-container img {
    width: 100%;
    border-radius: 50px;
    transition: transform 0.5s;
}
.contenu-endurance{
    margin-top: 80px;
}
 .texte-endurance {
    ;
    flex: 1 1 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    padding: 20px;
}
.titre-endurance{
    margin-left: 40%;
    margin-top: 40px;
}
.endurance-section {
    margin-top: 100px;
    background-color: #fff;
    border-radius: 36px;
    margin-left: 200px;
}


.texte-endurance h3 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    color: #222;
}
 .texte-recuperation {
    margin-top: 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    padding: 40px 20px;
    text-align: center;
    background-color: #f7f7f7;
    border-radius: 15px;
}
 .texte-recuperation h3 {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 2rem;
}
 .bloc-texte-image {
    width: 100%;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
}
 .bloc-texte-image img {
    width: 100%;
    height: 250px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s ease;
}
 .bloc-texte-image img:hover {
    transform: scale(1.05);
}

.bloc-texte-image p {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    max-width: 100%;
    padding: 0 10px;
}

.tactique-section {
    background-color: white;
    padding: 60px 30px;
    border-radius: 15px;
    margin-top: 60px;
}

.titre-tactique {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 40px;
    color: #222;
}

.contenu-tactique {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    align-items: center;
}

.image-tactique img {
    width: 400px;
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.image-tactique img:hover {
    transform: scale(1.05);
}

.texte-tactique {
    max-width: 600px;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
}
.transition-defensive {
    background-color: #ffffff;
    padding: 60px 20px;
    border-radius: 15px;
    text-align: center;
}

.titre-tactique {
    font-size: 2.2rem;
    margin-bottom: 40px;
}


.conteneur-tactique {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    text-align: center;
}

.transition-defensive {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-top: 200px;
    background-color: #fff;
    padding: 40px 20px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.bloc-tactique {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
}

.bloc-tactique img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.4s ease;
}
 .bloc-tactique img:hover {
     transform: scale(1.15);
     box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
 }

.bloc-tactique p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333;
    padding: 0 10px;
}
.titre-transition {
    font-size: 2rem;
    margin-bottom: 40px;
    text-align: center;
    color: #222;
    width: 100%;
}
.titre-transition {
    font-size: 2rem;
    margin-bottom: 40px;
    text-align: center;
    color: #222;
    width: 100%;
}
 .transition-carte {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
 .transition-carte img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.5s ease;
}
 .transition-carte img:hover {
    transform: scale(1.05);
}
 .transition-carte h3 {
    font-size: 1.2rem;
    color: #222;
    margin-bottom: 10px;
}
 .transition-carte p {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.6;
}
 .mentions-legales {
     max-width: 900px;
     margin: 40px auto;
     padding: 40px 30px;
     font-size: 1.15rem;
     line-height: 1.7;
     text-align: center;
     font-family: 'Arial', sans-serif;
     color: #333;
     background-color: white;
     border-radius: 12px;
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
 }


 .mentions-legales h1 {
     font-size: 2.2rem;
     margin-bottom: 30px;
 }

 .mentions-legales h2 {
     font-size: 1.5rem;
     margin-top: 40px;
     color: #2a2a2a;
 }

 .mentions-legales a {
     color: #0056b3;
     text-decoration: none;
 }
 .mentions-legales a:hover {
     text-decoration: underline;
 }














 @media screen and (max-width: 770px) {
     #B{
         display: none;
     }
     .AC img{
         width: 100%;
         height: auto;
     }
     .jeu-defensif{
         position: relative;
         right: 92px;
     }
     .titre-categorie{
         position: relative;
         right: 90px;
     }
     .image-container img{
         display: none;

     }
     .form-container{
         width: 100%;
     }
     .form-container img{
         position: relative;
         bottom: 38px;
     }
     .form-container h1{
         position: relative;
         bottom: 72px;
     }
     form {
         position: relative;
         bottom: 75px;
     }
     body {
         width: 100vw;
         overflow-x: hidden;
     }
     .main-container {
         width: 100%;
         margin: 0;
         padding: 0;
     }


 }
 @media screen and (max-width: 475px) {
    .navbar.bg-body-tertiary {
        margin-left: 79px;

    }

    .nav-bar {

      width: 100%;
    }

    #A img {

        width: 120px;
        height: auto;
        margin: 10px 0;
    }
    #B{
        display: none;
    }
    .Theme img{
        width: 220px;
    }
    .texte-theme h1{
        margin-top: -116px;
        margin-left: 6px;

    }
     .container {
        flex-direction: column;
    }
     .form-container {
        width: 100%;
        padding: 20px;
    }
     .image-container {
        display: none;
    }
     .connexion input {
        width: 100%;
    }
    .titre-centre {
        padding: 51px 19px;
        position: relative;
        right: 151px;
        text-align: center;
    }
     .connexion {
        width: 100%;
        padding: 20px;
    }
     .AC {
        flex-direction: column;
        gap: 30px;
    }

    .AC img {
        width: 100%;
        height: auto;
    }
     .tex {
        margin-left: 0;
        font-size: 16px;
    }
     .btn-abonnement {
        width: 100%;
    }
     .jeux-réduits img {
        margin-top: -30px;
        margin-left: 6px;
    }
    #Jeux-réduits img{
      width: 220px;
    }

    .jeu-defensif img{
        width: 273px;
        vertical-align: middle;
    }
    .v-conduite{
        width: 169px;
    }
     .Tactique img {
         width: 242px;
     }
     .titre-endurance {
         position: relative;
         right: 87px;
     }
     .titre-categorie{
         position: relative;
         right: 114px;
     }
     .texte-endurance h3{
         position: relative;
         right: 6px;
         bottom: 57px;
     }
     .endurance-section{
             position: relative;
             right: 93px;
     }
     .jeu-defensif {
        padding: 30px 10px;
        position: relative;
        right: 51px;
    }
     .NE {
        margin: 20px;
        width: 90%;
        padding: 30px 15px;
    }
     .NE h1 {
        font-size: 1.5rem;
    }
     .NE h1 span {
        font-size: 1rem;
    }
     footer .footer-container {
        flex-direction: column;
        align-items: center;
    }
     body {
         width: 100vw;
         overflow-x: hidden;
     }
     .main-container {
         width: 100%;
         margin: 0;
         padding: 0;
     }
 }




