 /* Styles généraux */
 body {
     font-family: Arial, sans-serif;
     margin: 0;
     padding: 0;
     background-color: #f7f7f7;
     color: #333;
 }

 .robots-section {
     text-align: center;
     padding: 40px 20px;
     background-color: #f9f9f9;
 }

 .robots-section h2 {
     font-size: 2em;
     margin-bottom: 20px;
     color: #333;
 }

 .robots-section h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #87bd45;
}
 .robots-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
     gap: 20px;
     max-width: 1200px;
     margin: 0 auto;
 }

 .robot-card {
     background-color: #fff;
     border: 1px solid #ddd;
     border-radius: 10px;
     padding: 20px;
     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
     transition: transform 0.3s ease, box-shadow 0.3s ease;
 }

 .robot-card:hover {
     transform: translateY(-5px);
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
 }

 .robot-card img {
     max-width: 100%;
     border-radius: 10px;
     margin-bottom: 15px;
 }

 .robot-card h3 {
     font-size: 1.5em;
     margin-bottom: 10px;
     color: #87bd45;
 }

 .robot-card p {
     font-size: 1em;
     color: #555;
     line-height: 1.6;
 }

 .robot-card .btn {
     display: inline-block;
     margin-top: 15px;
     padding: 10px 20px;
     font-size: 1em;
     color: #fff;
     background-color: #87bd45;
     border: none;
     border-radius: 5px;
     text-decoration: none;
     cursor: pointer;
 }

 .robot-card .btn:hover {
     background-color: #87bd45;
 }

 header {
     position: fixed;
     top: 0;
     left: -10px;
     width: 100%;
     background-color: #f8f9fa;
     /* Couleur d'arrière-plan */
     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
     /* Ombre pour le style */
     z-index: 1000;
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 10px 20px;
 }

 header h1 {
     font-size: 1.5em;
     margin: 0;
 }

 nav {
     display: none;
     /* Masqué par défaut pour mobile */
     flex-direction: column;
     position: absolute;
     top: 50px;
     right: 0;
     width: 100%;
     text-align: center;
     z-index: 10;
 }

 nav a {
     padding: 10px;
     color: #333;
     text-decoration: none;
     border-radius: 5px;
 }

 nav a:last-child {
     border-bottom: none;
 }

 nav a:hover {
    background-color: #87bd45;
 }

 /* Icône du menu hamburger */
 .hamburger-menu {
     font-size: 1.5em;
     cursor: pointer;
     display: block;
     color: #333;
     /* Couleur de l'icône */
     padding: 0px;
     position: relative;
     left: -30px;
     /* Déplace l'icône vers la gauche */
     border-radius: 5px;
     /* Coins arrondis */
     transition: background-color 0.3s ease, color 0.3s ease;
     /* Effet de transition */
     /* Visible par défaut sur mobile */
 }

 /* Afficher le menu quand actif */
 nav.active {
     display: flex;
     background-color: #f1f4f5;
     /* Couleur de l'icône */
     /* Montrer le menu quand il est actif */
 }

 /* Images adaptatives */
 .concept-image {
     width: 100%;
     /* L'image occupe toute la largeur disponible */
     max-width: 800px;
     /* Limite la largeur sur les grands écrans */
     height: auto;
     /* Conserve les proportions de l'image */
     margin: 20px auto;
     display: block;
 }

 .background-image-div {
     background-image: url('/asset/images/i20.png');
     background-size: contain;
     background-position: center;
     color: #333;
     text-align: center;

     height: 500px;
     position: relative;

 }

 .background-image-div h1,
 .background-image-div p {
     position: absolute;
     /* Permet un placement indépendant */
     left: 50%;
     /* Centrage horizontal */
     transform: translateX(-50%);
     margin: 0;
 }

 .background-image-div h1 {
     font-size: 2em;
     top: 20%;
     /* Position verticale */
     width: 90%;
 }

 .background-image-div p {
     top: 70%;
     font-size: 1.2em;
     line-height: 1.5;
     margin: 30px 0;
     width: 90%;
     margin-left: auto;
     margin-right: auto;
     color: #333;
 }
 .background-image-div20 {
    background-image: url('/asset/images/i22.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color: #333;
    text-align: center;

    height: 500px;
    position: relative;

}

 .background-image-div2 {
     background-image: url('/asset/images/i19.png');
     background-size: contain;
     background-position: center;
     background-repeat: no-repeat;
     color: #333;
     text-align: center;

     height: 500px;
     position: relative;

 }

 .background-image-div2 h1,
 .background-image-div2 p {
     position: absolute;
     /* Permet un placement indépendant */
     left: 50%;
     /* Centrage horizontal */
     transform: translateX(-50%);
     margin: 0;
 }

 .background-image-div2 h1 {
     font-size: 2em;
     top: 20%;
     /* Position verticale */
     width: 90%;
 }

 .background-image-div2 p {
     top: 70%;
     font-size: 1.2em;
     line-height: 1.5;
     margin: 30px 0;
     width: 90%;
     margin-left: auto;
     margin-right: auto;
     color: #333;
 }

 .background-image-div3 {
     background-image: url('/asset/images/i17.png');
     background-size: contain;
     background-position: center;
     background-repeat: no-repeat;
     color: #333;
     text-align: center;

     height: 500px;
     position: relative;

 }

 .background-image-div5 {
    background-image: url('/asset/images/i22.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #333;
    text-align: center;

    height: 500px;
    position: relative;

}
.background-image-div5 h1,
.background-image-div5 p {
    position: absolute;
    /* Permet un placement indépendant */
    left: 50%;
    /* Centrage horizontal */
    transform: translateX(-50%);
    margin: 0;
}

.background-image-div5 h1 {
    font-size: 2.5em;
    top: 20%;
    /* Position verticale */
    width: 90%;
}

.background-image-div5 p {
    top: 80%;
    font-size: 1.2em;
    line-height: 1.5;
    margin: 30px 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
 .background-image-div3 h1,
 .background-image-div3 p {
     position: absolute;
     /* Permet un placement indépendant */
     left: 50%;
     /* Centrage horizontal */
     transform: translateX(-50%);
     margin: 0;
 }

 .background-image-div3 h1 {
     font-size: 2em;
     top: 20%;
     /* Position verticale */
     width: 90%;
 }

 .background-image-div3 p {
     top: 70%;
     font-size: 1.2em;
     line-height: 1.5;
     margin: 30px 0;
     width: 90%;
     margin-left: auto;
     margin-right: auto;
     color: #333;
 }
 .background-image-div4 {
    background-image: url('/asset/images/f2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #333;
    text-align: center;

    height: 500px;
    position: relative;

}

.background-image-div4 h1,
.background-image-div4 p {
    position: absolute;
    /* Permet un placement indépendant */
    left: 50%;
    /* Centrage horizontal */
    transform: translateX(-50%);
    margin: 0;
}

.background-image-div4 h1 {
    font-size: 2.5em;
    top: 20%;
    /* Position verticale */
    width: 90%;
}

.background-image-div4 p {
    top: 80%;
    font-size: 1.2em;
    line-height: 1.5;
    margin: 30px 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
 .carousel {
     position: relative;
     overflow: hidden;
     width: 100%;
     max-width: 300px;
     margin: auto;
 }

 .carousel-track {
     display: flex;
     transition: transform 0.4s ease-in-out;
 }

 .carousel img {
     flex: 0 0 100%;
     max-width: 100%;
     border-radius: 10px;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
 }

 .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(45deg, #9eb780, #87bd45);
    color: white;
    border: none;
    padding: 15px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 10;
    font-size: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
 }

 .carousel-btn.prev {
     left: 10px;
 }

 .carousel-btn.next {
     right: 10px;
 }
 .robot-card2 {
    flex: 0 0 100%;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
  
 .robot-card2:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.robot-card2 img {
    max-width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

.robot-card2 h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #87bd45;
}

.robot-card2 p {
    font-size: 1em;
    color: #555;
    line-height: 1.6;
}

.robot-card2 .btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    font-size: 1em;
    color: #fff;
    background-color: #87bd45;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
}

.robot-card2 .btn:hover {
    background-color: #87bd45;
}
 /* Section Héros */
 .hero {
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    
}
.hero img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
  }
  
.herosect {
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.hero-videosect {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: -1;
    
}
.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
    background: rgba(0, 0, 0, 0.4); /* Optionnel : Ajoute un fond semi-transparent */
    padding: 20px;
    border-radius: 10px;
}
 .hero h1,
 .hero p,
 .hero .cta {
     position: absolute;
     /* Permet un placement indépendant */
     left: 50%;
     /* Centrage horizontal */
     transform: translateX(-50%);
     margin: 0;
 }

 .hero h1 {
     font-size: 1.5em;
     top: 30%;
     /* Position verticale */
     width: 90%;
     /* Ajuste la largeur pour une bonne lisibilité */
 }

 .hero p {
     top: 70%;
     font-size: 1em;
     line-height: 1.5;
     /* Espacement entre les paragraphes */
     width: 95%;
     /* Ajuste la largeur pour une bonne lisibilité */
     margin-left: auto;
     margin-right: auto;
     color: #fff;
     /* Centre horizontalement */
 }

 .hero .cta {
     top: 90%;
     background-color: #94d2bd;
     color: #005f73;
     padding: 10px 20px;
     border: none;
     border-radius: 5px;
     cursor: pointer;
     text-transform: uppercase;
     font-weight: bold;
 }

 .fuck {
     top: 80%;
     background-color: #94d2bd;
     color: #005f73;
     padding: 10px 20px;
     border: none;
     border-radius: 5px;
     cursor: pointer;
     text-transform: uppercase;
     font-weight: bold;
     position: absolute;
     /* Permet un placement indépendant */
     left: 50%;
     /* Centrage horizontal */
     transform: translateX(-50%);
     margin: 0;
 }

 .features-container {
     display: grid;
     grid-template-columns: repeat(4, 2fr);
     /* Deux colonnes */
 }

 .featureicon {
     text-align: center;
     margin: 8px;
     padding: 5px;
     grid-template-columns: repeat(3, 2fr);
     /* Deux colonnes sur mobile */
    border: 1px solid #87bd45; /* Couleur verte pour le contour */
    border-radius: 10px; /* Coins arrondis */

 }

 .icon i {
     font-size: 25px;
     color: #87bd45;
     /* Couleur moderne et cohérente avec l’agriculture */
     margin-bottom: 5px;
 }

 h4 {
     font-size: 18px;
     margin-bottom: 5px;
     color: #333;
 }

 p {
     font-size: 14px;
     color: #555;
 }

 /* Sections générales */
 section {
     padding: 10px 10px;
     text-align: center;
 }

 .separator {
     border: none;
     border-top: 2px solid #cccccc;
     /* Couleur grise */
     width: 80%;
     /* Largeur du trait (80% de l'écran) */
     margin: 20px auto;
     /* Centré horizontalement */
 }

 section h2 {
     font-size: 1.2em;
     color: #87bd45;
     margin-bottom: 20px;
     width: 90%;
     /* Ajuste la largeur pour une bonne lisibilité */
     margin-left: auto;
     margin-right: auto;
     /* Centre horizontalement */
 }

 section h5 {
    font-size: 1em;
    color: #87bd45;
    margin-bottom: 20px;
    width: 90%;
    /* Ajuste la largeur pour une bonne lisibilité */
    margin-left: auto;
    margin-right: auto;
    /* Centre horizontalement */
}
 section h4 {
     color: rgb(103, 102, 102);
     margin-bottom: 20px;
     width: 90%;
     /* Ajuste la largeur pour une bonne lisibilité */
     margin-left: auto;
     margin-right: auto;
     /* Centre horizontalement */
 }

 .features {
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
     gap: 1rem;
 }

 .feature {
     width: 500px;
     background: #f9f9f9;
     padding: 4rem;
     border-radius: 10px;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
 }
 .features-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem; /* Espacement entre les cartes */
    justify-content: center; /* Centrer les cartes */
    margin: 1rem auto;
  }
/* Style des conteneurs */
.featurerov {
    width: 100%;
    max-width: 320px; /* Ajuste la largeur maximale */
    background: #ffffff; /* Fond blanc pour un contraste élégant */
    padding: 2rem;
    margin: 1rem auto; /* Centrer les cartes et espacer */
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); /* Ombrage doux */
    text-align: center; /* Alignement du texte */
    font-family: Arial, sans-serif;
    line-height: 1.6;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Animation sur survol */
  }
 
  .featurerov img {
    width: 100%;
    border-radius: 10px;
} 
  /* Titre */
  .feature h4 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    color: #333333;
    border-bottom: 2px solid #f1f1f1; /* Ligne décorative */
    padding-bottom: 0.5rem;
  }
  
  /* Paragraphe */
  .feature p {
    font-size: 1rem;
    color: #555555;
    margin: 0;
  }
  
  /* Survol */
  .feature:hover {
    transform: translateY(-5px); /* Léger mouvement vers le haut */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Accentuer l'ombre */
  }
  
 .feature img {
     width: 100%;
     border-radius: 10px;
 }

 .feature h3 {
     margin: 1rem 0 0.5rem;
     font-size: 1.5rem;
     color: rgb(103, 102, 102);
 }

 footer {
     background-color: #575c50;
     color: white;
     text-align: center;
     padding: 10px;
 }

 .icon-item {
     flex-basis: 30%;
     /* Pour avoir 2 icônes par ligne sur mobile */
 }

 .icon-section {
     font-size: 0.9em;
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     gap: 10px;
     margin-top: 20px;
     justify-content: center;
 }

 .icon-item {
     display: flex;
     flex-direction: column;
     align-items: center;
     text-align: center;
     width: 45px;
     /* Ajustez la taille selon vos besoins */
     color: #87bd45;
 }

 .icon-item img {
     width: 30px;
     /* Taille de l'icône */
     height: 30px;
     margin-bottom: 10px;
 }
 .language-switcher {
    display: flex;
    gap: 10px;
    
    margin-right: 20px; /* Force les drapeaux à rester à gauche */
    margin-left: auto; /* Ajoute un petit espace depuis le bord gauche */
}

#flags1 .flag-icon {
    width: 20px; /* Taille des drapeaux */
    height: auto;
    cursor: pointer;
    transition: transform 0.2s;
}

#flags1 .flag-icon:hover {
    transform: scale(1.1);
}


.language-switcher1 {
    position: relative;
    display: inline-block;
    margin-right: 40px; /* Force les drapeaux à rester à gauche */
    margin-left: auto; 
}
.planet-icon1 {
    font-size: 24px;
    cursor: pointer;
}
.flags1 {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding: 5px;
}
.flags1 a {
    display: block;
    margin: 5px 0;
    text-align: center;
}
.flags1 img {
    width: 30px;
    height: auto;
}
#robot-menu {
    position: relative;
    display: inline-block;
}

#bot-button {
    font-size: 16px;
    padding: 10px 20px;
    border-color: #87bd45;
    color: #333;
    border: 1px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

#bot-button:hover {
    background-color: #87bd45;
}

#bot-links {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#bot-links a {
    font-size: 16px;
    text-decoration: none;
    color: #87bd45;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}

#bot-links a:hover {
    background-color: #87bd45;
    color: #fff;
}
#form-output-global {
    position: fixed;
    top: 50%; /* Centré verticalement */
    left: 50%; /* Centré horizontalement */
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%); /* Centre exactement */
    transform: translate(-50%, -50%);
    transition: .3s all ease;
    z-index: 9999999;
}

.form-control {
    border-radius: 6px;
    font-style: italic;
    line-height: 28px;
    text-align: center; /* Centre le texte à l'intérieur des champs */
    padding: 10px; /* Assurez-vous qu'il y a assez d'espace pour le texte */
    font-size: 16px; /* Rendre le texte plus lisible */
    color: #000; /* Assurez-vous que le texte est visible */
    background-color: #fff; /* Fond blanc pour contraste */
    border: 1px solid #ccc; /* Une bordure visible */
}

.form-group {
    display: flex;
    flex-direction: column; /* Arrange les enfants verticalement */
    align-items: center; /* Centre horizontalement les enfants */
    margin-bottom: 20px; /* Ajout d'espace entre les groupes */
    position: relative;
}

.form-label {
    position: absolute;
    top: -10px; /* Position légèrement au-dessus du champ */
    left: 50%; /* Centré horizontalement */
    transform: translateX(-50%); /* Correction du centrage */
    font-size: 14px;
    color: #555; /* Couleur visible pour le texte */
    font-style: italic;
    background-color: #fff; /* Fond pour contraste si superposé au champ */
    padding: 0 5px; /* Ajoute un petit fond autour du texte */
    pointer-events: none; /* Empêche l'interaction avec la souris */
    z-index: 1; /* Position au-dessus du champ */
    transition: .3s;
}
/* Section couvrant toute la page */
.section2 {
    height: 100vh; /* Hauteur de la section = hauteur de la fenêtre */
    display: flex; /* Active Flexbox */
    flex-direction: column; /* Arrange les éléments verticalement */
    justify-content: center; /* Centre les éléments verticalement */
    align-items: center; /* Centre les éléments horizontalement */
    padding: 20px; /* Ajoute de l'espace autour du contenu */
    background-color: #f5f5f5; /* Couleur de fond, modifiable selon vos besoins */
}

/* H2 : Style pour le titre */
.section2 h2 {
    margin-bottom: 20px; /* Ajoute un espace sous le titre */
    font-size: 28px;
    text-align: center;
    color: #333;
}

.image-container {
    text-align: center; /* Centre l'image */
    margin-bottom: 20px; /* Espace sous l'image */
}
.image-container img {
    width: 300px; /* Ajuste la taille */
    height: auto;
    border-radius: 10px; /* Coins arrondis */
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
th, td {
    border: 1px solid #333;
    padding: 10px;
    text-align: center;
}
th {
    background-color: #f2f2f2;
}
/* Pour les écrans plus larges (PC) */
@media (min-width: 1024px) {
    .hero img {
        width: 100%;
        height: auto;
        max-width: 100%;
        display: block;
        object-fit: contain;  /* Assure que l'image est contenue sans déformation */
      }
  }
 /* Responsive Design */
 @media (min-width: 768px) {
     .hamburger-menu {
         display: none;
         /* Cacher l'icône hamburger sur desktop */
     }
     .hero img {
        width: 100%;
        height: auto;
        max-width: 100%;
        display: block;
        object-fit: contain;  /* Assure que l'image est contenue sans déformation */
      }

     nav {
         display: flex;
         /* Afficher la navigation classique */
         flex-direction: row;
         position: static;
         width: auto;
     }

     nav a {
         margin: 0 10px;
         border-bottom: none;
     }

     .background-image-div {


         height: 800px;

     }

     .background-image-div h1 {
         font-size: 2em;
         /* Texte plus grand sur desktop */
     }

     .background-image-div p {
         font-size: 1.2em;
     }

     .background-image-div2 {


         height: 800px;

     }

     .background-image-div2 h1 {
         font-size: 2em;
         /* Texte plus grand sur desktop */
     }

     .background-image-div2 p {
         font-size: 1.2em;
     }

     .background-image-div3 h1 {
        font-size: 2em;
        /* Texte plus grand sur desktop */
    }

    .background-image-div3 p {
        font-size: 1.2em;
    }

     .hero {
         height: 800px;
         /* Ajuste la hauteur pour les écrans plus grands */
         background-size: cover;
     }

     .hero h1 {
         font-size: 3em;
         /* Texte plus grand sur desktop */
     }

     .hero p {
         font-size: 1.5em;
     }

     .icon-section {
         flex-wrap: nowrap;
         justify-content: center;
     }

     .icon-item {
         flex-basis: 45%;
         /* Pour avoir 2 icônes par ligne sur mobile */
     }

.features-container {
         display: grid;
         grid-template-columns: repeat(4, 1fr);
         /* Deux colonnes */
         gap: 10px;
         /* Espace entre les colonnes */
         padding: 10px;
     }

     .carousel {
       max-width: 800px; /* Largeur maximale sur grand écran */
     }
   
     .carousel-btn {
       padding: 0.5rem 1.2rem; /* Boutons légèrement plus grands */
       font-size: 1rem; /* Taille de texte normale */
     }
   

 }

/* Adaptation mobile */
@media (max-width: 768px) {

    
 .language-switcher {
    position: absolute;
    right: 100px;
    display: flex;
    gap: 10px;
}
    .carousel {
      max-width: 100%; /* S'adapte à la largeur de l'écran */
    }
  
    .carousel-btn {
      padding: 0.3rem 0.8rem; /* Réduit la taille des boutons */
      font-size: 0.9rem; /* Texte plus petit pour les boutons */
    }
  
    .carousel img {
      border-radius: 5px; /* Coins légèrement arrondis sur mobile */
    }
    .features-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* Deux colonnes */
        gap: 10px;
        /* Espace entre les colonnes */
        padding: 10px;
    }
    .features-container2 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        /* Deux colonnes */
        gap: 10px;
        /* Espace entre les colonnes */
        padding: 10px;
    }
  }