
.container_enterprise .intro-statement {
    font-size: 1.7em;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
   letter-spacing: 0.02em;
   word-spacing: .2em;
   line-height: 1.4em;
}

.container_enterprise .icon {
    font-size: 2.7em;
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    height: auto;
    text-transform: uppercase;
    font-weight: 600;
    justify-content: center;
    align-items: center;
}

.container_enterprise .axe-card p {
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: 0.02em;
    word-spacing: .2em;
    line-height: 1.4em;
   
}

.container_enterprise .axe-card {
    flex: 1; 
    min-width: 300px; 
  
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border-top: 5px solid #0056b3;
    transition: transform 0.3s ease;
}

.container_enterprise .axe-card:hover {
    transform: translateY(-5px); 
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
/*
.container_enterprise {
    max-width: 1200px;
    margin: 0 auto;
  
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.container_enterprise .main-title, .section-title {
    color: #0056b3; 
    border-bottom: 3px solid #0056b3;
    padding-bottom: 10px;
    margin-top: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.container_enterprise .main-title {
    font-size: 2.5em;
    text-align: center;
}

.container_enterprise .section-title {
    font-size: 2em;
    margin-bottom: 25px;
}

.container_enterprise .intro-statement {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    color: #2c3e50;
}

.container_enterprise .subtitle {
    font-size: 1.1em;
    margin-bottom: 40px;
    padding-left: 15px;
    border-left: 4px solid #f39c12; 
}


.container_enterprise .axes-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap; 
    justify-content: center;
}

.container_enterprise .axe-card {
    flex: 1; 
    min-width: 300px; 
    background: #eaf4ff; 
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border-top: 5px solid #0056b3;
    transition: transform 0.3s ease;
}

.container_enterprise .axe-card:hover {
    transform: translateY(-5px); 
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.container_enterprise .axe-card h3 {
    color: #0056b3;
    margin-top: 10px;
    margin-bottom: 15px;
}

.container_enterprise .axe-card p {
    font-size: 0.95em;
    color: #555;
}

.container_enterprise .icon {
    font-size: 2.5em;
    margin-bottom: 10px;
    display: inline-block;
}*/


@media (max-width: 750px) {
    .container_enterprise .axes-grid {
        flex-direction: column;
    }
    .container_enterprise .axe-card {
        min-width: 100%;
        
    }

    .container_enterprise .axe-card p {
        font-size: 1em;
        margin-left: 10px;
        margin-right: 10px;
    }

    .container_enterprise .intro-statement {
        font-size: 1.2em;
        font-weight: 500;
        margin-left: 10px;
        margin-right: 10px;
    }
    .container_enterprise .icon {
        font-size: 1.5em;
       
    }
}

/* Style général du conteneur des mentions légales */
.legal-notice {
    max-width: 800px;
    margin: 0 auto; /* Centrage sur la page */
    padding: 20px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Titre principal */
.legal-notice h1 {
    color: #0056b3; /* Un bleu distinctif */
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 2em;
}

/* Titre de l'hébergeur */
.hosting-info h2 {
    color: #555;
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 15px;
}

/* Informations de la société (liste de descriptions) */
.company-info {
    margin-bottom: 30px;
}

/* Les termes (labels) */
.company-info dt {
    font-weight: bold;
    color: #000;
    float: left; /* Permet à l'information d'être sur la même ligne */
    clear: left; /* Assure que chaque terme commence une nouvelle ligne */
    width: 250px; /* Donne une largeur fixe pour l'alignement */
    padding-right: 10px;
    box-sizing: border-box;
}

/* Les descriptions (valeurs) */
.company-info dd {
    margin-left: 260px; /* Décalage pour aligner sous les valeurs */
    margin-bottom: 8px;
}

/* Informations de l'hébergeur (bloc d'adresse) */
.hosting-info address {
    background-color: #f9f9f9;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-style: normal; /* Annule l'italique par défaut de <address> */
}

.hosting-info strong {
    color: #0056b3;
    display: block; /* Force le nom de l'hébergeur à être sur sa propre ligne */
    margin-bottom: 5px;
    font-size: 1.1em;
}


/* --- Variables et Réinitialisation de Base --- */
:root {
    --primary-color: #000000; /* Noir principal */
    /* --secondary-color: #FFC300 Jaune/Or pour l'accentuation */
    --secondary-color: #20201f; /* Jaune/Or pour l'accentuation */
    --text-color: #302e2e;
    /* --light-bg: #F9F9F9; */
    /* --light-bg: #bae9ff; */
    /* --light-bg: #d0f0ff */
    --light-bg: #fdd0a7;
    --greenlight-bg: #baffd4;
    --font-primary: 'Montserrat', sans-serif;
}



/* --- Utilities & Conteneur --- */
main .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

main .light-bg {
    background-color: var(--light-bg);
}
main .greenlight-bg {
    /* background-color: var(--greenlight-bg); */
    background-color: var(--light-bg);
}

/* --- Boutons --- */
main .btn {
    display: inline-block;
    padding: 12px 25px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    transition: background-color 0.3s, color 0.3s;
    border: 2px solid transparent;
    
}

main .primary-btn {
    background-color: var(--secondary-color);
    /* color: var(--primary-color); */
    color: white;
}

main .primary-btn:hover {
    background-color: var(--primary-color);
    /* color: var(--secondary-color); */
    color: rgb(90, 85, 85);
}

main .secondary-btn {
    background-color: transparent;
    border-color: var(--primary-color);
    color: var(--primary-color);
}

main .secondary-btn:hover {
    background-color: var(--primary-color);
    color: white;
}



/* --- Sections Générales --- */
main section {
    padding: 80px 0;
}

main h1 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 700;
}

main h2 {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 700;
    color: var(--primary-color);
}

/* --- Hero Section --- */
main .hero {
    background: var(--light-bg); /* Peut être remplacé par une image de fond */
    text-align: center;
    padding: 100px 0;
    
}

main .hero p {
    max-width: 800px;
    margin: 0 auto 30px;
    font-size: 18px;
}

/* --- Feature Sections (Grid) --- */
main .grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

main .reverse-grid {
    grid-template-areas: "image content";
}
main .reverse-grid > div:nth-child(1) { grid-area: content; }
main .reverse-grid > div:nth-child(2) { grid-area: image; }

main .image-placeholder {
    height: 650px;
    width: 18em;
    background-color: #cccccc;
    border-radius: 8px;
    margin: auto;
    /* Placeholder pour l'image */
}

main .image2-placeholder {
    height: 550px;
    width: 60%;
    background-color: #cccccc;
    border-radius: 8px;
    position: relative;
    margin-left: auto; 
    margin-right: 10em; 
}

main .image-placeholder img{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

main .image2-placeholder img{
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
}

/* Liste à puces de fonctionnalités */
main .list-check {
    list-style: none;
    padding-left: 0;
}

main .list-check li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

main .list-check li::before {
    content: '✓';
    color: var(--secondary-color);
    font-weight: 700;
    position: absolute;
    left: 0;
}

/* --- Support Grid --- */
main .support-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

main .support-item {
    background-color: rgba(45, 43, 48, 0.897);
    color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    font-weight: 600;
    /* border-top: 4px solid var(--secondary-color); */
    border-top: 4px solid #022a3a;
}

/* --- CTA Section & Contact Box --- */
main .cta-section {
    text-align: center;
    padding-bottom: 80px;
}

main .venue-list {
    margin-bottom: 40px;
    font-size: 16px;
    font-style: italic;
    color: #666;
}

main .contact-box {
    max-width: 700px;
    margin: 0 auto;
    padding: 40px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

main .contact-box h3 {
    color: var(--secondary-color);
    font-size: 28px;
    margin-bottom: 15px;
}

main .contact-box p {
    margin-bottom: 25px;
    color: rgb(150, 142, 142)!important;
}

/* Style spécifique pour le bouton secondaire dans la box */
main .contact-box .secondary-btn {
    border-color: white;
    color: white;
}
main .contact-box .secondary-btn:hover {
    background-color: white;
    color: var(--primary-color);
}

.shuffbowl{
    background-color: rgb(0, 0, 0);
    width: 60%;
    padding-left: 18px; 
    height: auto;
    border-radius: 8px;
  
    border: .2px solid var(--secondary-color);
}

.shuffbowl li{
    display: inline-block;
    width: 100%;
}

.shuffbowl li a{
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white!important;
    width: 100%;
}

.shuffbowl:hover{
    background-color: rgb(51, 51, 51);
}



/* --- Responsive Design (Simple) --- */
@media (max-width: 800px) {
    main .grid-2 {
        grid-template-columns: 1fr;
    }
    main .reverse-grid {
        grid-template-areas: none; /* Désactive l'ordre inversé sur mobile */
    }
    main .hero h1 {
        font-size: 36px;
    }
    main section {
        padding: 50px 0;
    }

    main .image2-placeholder{
        position: relative;
       
        margin-top: -70vh;
        margin-left: 0; 
        margin-right: 27em; 
    }

    .info2{
        position: relative;
        right: 7em;
        width: 50vh;
        margin-top: 70vh;
      
    }

    .valpoints{
      display: flex;
        flex-direction: column;
    }
}
main .container p{
    font-family: var(--font-primary);
    color: var(--text-color);
    font-size: 1.3em;
    letter-spacing: 2px;
    word-spacing: 10px;
    line-height: 33px;
    font-weight: 500;
}

main .feature-section,.feature-section2, .hero{
    margin-bottom: 120px;
     
   }

.screen00{
  position: absolute;
  top: -77px;
  left: -105px;
  width: 375px;
  height: auto;
  overflow: hidden;
  border-radius: 11px;
  border: 10px solid #050504;
  inner-box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}

.info3{
    font-size: 18px;
    font-weight: 600;
}
.list-check{
    font-weight: 600;
    font-size: 18px;
}

.catchlight{
  width: 350px;
  height: auto ;
   border: none;
}

 .catchlight img{
  width: 70%;
  height: 70%;
  background-size: cover;
  background-position: center;
  /* border: 2px solid rgb(11, 6, 6); */
}
.crazypong{
  width: 350px;
  height: auto;
   border: none;
}

 .crazypong img{
  width: 70%;
  height: 70%;
  background-size: cover;
  background-position: center;
  /* border: 2px solid rgb(11, 6, 6); */
}
.basketball{
  width: 350px;
  height: auto;
   border: none;
}

 .basketball img{
  width: 70%;
  height: 70%;
  background-size: cover;
  background-position: center;
  /* border: 2px solid rgb(11, 6, 6); */
}
.ninja{
  width: 400px;
  height: auto;
   border: none;
}

 .ninja img{
  width: 70%;
  height: 70%;
  background-size: cover;
  background-position: center;
  /* border: 2px solid rgb(11, 6, 6); */
}
.wallcrazy{
  width: 400px;
  height: auto;
   border: none;
}

 .wallcrazy img{
  width: 70%;
  height: 70%;
  background-size: cover;
  background-position: center;
  /* border: 2px solid rgb(11, 6, 6); */
}

.hockey{
  width: 350px;
  height: 400px; 
  /* display: flex;
  juqstify-content: center; 
position: absolute;
  top: 100px;
  left: 350px;   */
   /* transform: translateX(40%);  */
   border: none;
}

 @media (max-width: 750px) {
    .hockey{
     
        transform: translateX(-8%);
      }
       .catchlight{
     
        transform: translateX(-8%);
        
      }
       .crazypong{
     
        transform: translateX(-10%);
        
      }
       .basketball{
     
        transform: translateX(5%);
        
      }
       .ninja{
       width: 100%;
        /* transform: translateX(8%); */
        
      }
       .wallcrazy{
     
        transform: translateX(-5%);
        
      }
} 



 .hockey img{
  width: 70%;
  height: 70%;
  background-size: cover;
  background-position: center;
  border: 2px solid rgb(11, 6, 6);
} 

.basket_description p{
    /* margin-top: 40px; */
    font-size: 18px;
    font-weight: 600;
}

.basket_description h5{
  
    font-size: 20px;
    font-weight: 700;
}

.basket_description table{
    margin-top: 20px;
    width: 100%;
    border-collapse:separate;
    border-spacing: 0 10px;
    
}

.basket_description table th, .basket_description table td{
    text-align: left;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
}

.presentation-amz{
    margin-top: 40px;
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: 2px;
    word-spacing: 5px;
    text-align: left;
    color: rgb(255, 94, 0);
   font-family: Cantarell;
}

th, td {
    border: 1px solid rgba(255,255,255,0.15);
    padding: 10px;
    text-align: center;
    }

    th {
        background: rgba(0,255,255,0.15);
        }

  .tab-a {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
  .tab-a ul {
    display: flex;
    gap: 0px;
    justify-content: center;
    width: 100%;

}      

.article#tabs-2  {
    margin-right: 40px;
}    