body {
   margin: 0;
    font-family: 'Poppins', sans-serif;
    background-color: rgb(253, 252, 252);
    color: white;
    overflow-x: hidden;
    /* padding-top: 50px; espace pour le menu fixe */
}
/* Barre de navigation complète */
.top-nav {
     margin-top: 40px; /* ajuste selon la hauteur de ta topbar */
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    padding: 0px 0px;
    z-index: 999;
    display: flex;
    justify-content: flex-end;
    
    align-items: center;
}

/* Nouveau conteneur pour logo + menu côte à côte */
/* .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
} */

/* Décale le logo un peu à gauche */
.logo-container {
   display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px !important;              /* évite l’espace inutile en haut */
   
}
.logo-custom {
    border-radius: 10px; /* Arrondi */
    border: 2px solid rgb(255, 253, 253); /* Bordure rouge */
    padding: 2px; /* Optionnel : espace entre l’image et la bordure */
    height: 160px; /* Vous pouvez ajuster */
}


.logo {
    height: 130px;
    width: auto;
}

/* Menu aligné à droite */
.menu {
    display: flex;
    gap: 30px;
    align-items: center;
    background-color: #050505; /* adapte si besoin */
    justify-content: flex-end; /* bien aligné à gauche */
    padding: 20px 5px; /* réduis le padding vertical */
    margin-bottom: 0px;
}


.menu a {
   color: rgb(253, 252, 252);
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
}

.menu a.active {
    color: rgb(182, 34, 34);
}

.logo-menu-left {
    flex-shrink: 0;
}
.logo-small {
    height: 50px;
    width: auto;
}
.menu-links {
    display: flex;
    align-items: center;
    gap: 30px;
}

.hero {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: black url('../images/2.png') no-repeat center center;
    background-size: cover;
    text-align: center;
    padding: 0 20px;
}
.hero-content {
    text-align: center;
    margin-top: 0;
}

.hero h1 {
     font-family: 'Playfair Display', serif;
    font-size: 6em;
    margin-top: 5px;
     margin-bottom: 0; /* Ajouté */
    font-weight: bold; 
    color: rgb(248, 243, 243);
}

.hero p {
    font-family: 'Poppins', sans-serif; /* ou autre */
    margin: 5px 0 20px 0;
    font-size: 1.1em;
    color: rgb(19, 18, 18);
}

.hero h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.5em;
     margin-top: 2px;
    color: rgb(20, 18, 18);
    font-weight: bold;
}


.btn {
    background-color: rgb(221, 25, 25);
    padding: 15px 40px;
    color: white;
    border-radius: 40px;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 1em;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn span {
    font-size: 1.2em;
}
.space-above-button {
    height: 90px; /* Ajustez selon ce que vous voulez */
}
.symbole-gauche {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: 300px;
}
/* Al propos de nous */
.a-propos {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 100px 50px;
    background-image: black;
    color: rgb(253, 250, 250);
    min-height: 100vh;
}
.a-propos-body {
    background: 
                url('../images/2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: rgb(15, 15, 15);
}


.a-propos .left {
    position: relative;
    width: 50%;
}

.logo-propos {
     position: relative;
    display: block;
    margin-left: auto;    /* aligne à droite */
    margin-right: 2cm;    /* décale de 2cm du bord droit */
    width: 100px;
    height: auto;
}

.fond-tech {
    width: 90%;
	max-width: 180px;
    border-radius: 50%;
    z-index: 1;
    position: relative;
}
.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    background-color: #000000; /* Ou #111 selon ton style */
}

.logo-header img {
    height: 60px; /* Ajuste selon le besoin */
    border-radius: 8px;
    border: 2px solid red;
}

.menu-header {
    display: flex;
    gap: 25px;
    align-items: center;
     z-index: 1000;
    
}

.menu-header a {
    text-decoration: none;
    font-weight: bold;
    color: rgb(255, 255, 255);
}

.a-propos .top-nav {
    padding: 25px 60px;
    background-color: rgb(10, 10, 10); /* effet foncé */
}

.a-propos .right {
    width: 45%;
}

.a-propos h1 {
    font-size: 36px;
    font-weight: bold;
    border-bottom: 3px solid rgb(243, 36, 36);
    display: inline-block;
    margin-bottom: 20px;
}

.a-propos ul {
    list-style: disc;
    padding-left: 20px;
}

.a-propos p {
    margin-top: 20px;
    line-height: 1.6;
}
.fond-tech {
    width: 110%;
    max-width: 800px; /* pour éviter que ce soit trop grand */
    border-radius: 50%;
    z-index: 1;
    position: relative;
	}
.a-propos-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px; /* marge intérieure à gauche et droite */
}

.vision-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px 60px;
    gap: 60px;
}

.vision-content {
    flex: 1;
    color: rgb(247, 246, 246);
      max-width: 600px;
}

.vision-content h2 {
    font-size: 36px;
    margin-bottom: 30px;
}

.underline {
    border-bottom: 4px solid rgb(238, 33, 33);
    padding-bottom: 5px;
}

.vision-list {
    list-style: none;
    padding-left: 0;
}

.vision-list li {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.6;
}

.num {
    background-color: rgb(148, 30, 30);
    color: rgb(241, 241, 241);
    border-radius: 50%;
    padding: 5px 12px;
    margin-right: 12px;
    font-weight: bold;
}

.vision-images {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
}

.vision-img {
    width: 200px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}
.mission-images-container {
            display: flex; /* Utilise Flexbox pour aligner les éléments côte à côte */
            justify-content: center; /* Centre les images horizontalement */
            align-items: center; /* Centre les images verticalement */
            gap: 20px; /* Espace entre les images */
            margin-top: 40px; /* Marge au-dessus du conteneur */
            flex-wrap: wrap; /* Permet aux images de passer à la ligne sur petits écrans */
        }

  .mission-image {
            border-radius: 50%; /* Rend l'image circulaire */
            width: 300px; /* Largeur de l'image (ajustez selon vos besoins) */
            height: 300px; /* Hauteur de l'image (doit être égale à la largeur pour un cercle parfait) */
            object-fit: cover; /* Recadre l'image pour qu'elle remplisse le cercle sans déformation */
            border: 5px solid #fffdfd; /* Bordure bleue autour de l'image (vous pouvez changer la couleur) */
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); /* Ombre légère pour un effet 3D */
        }

.lamp {
    border: 4px solid rgb(235, 229, 229);
    padding: 3px;
}

/* Dropdown de base */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    color: rgb(214, 54, 54);
    padding: 14px 16px;
    text-decoration: none;
    cursor: pointer;
}

  

/* Dropdown */
.dropdown {
    position: relative;
}

.dropbtn {
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #f5f2f2;
    min-width: 180px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.3);
    border-radius: 5px;
    z-index: 999;
}

.dropdown-content a {
    display: block;
    color: rgb(10, 10, 10);
    padding: 12px 16px;
    text-decoration: none;
}

.dropdown-content a:hover {
    background-color: #c52929;
}

.dropdown-content.show {
    display: block;
}

.accueil-solutions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 60px;
    gap: 50px;
    background-color: #000;
    color: #faf8f8;
    flex-wrap: wrap;
}

.solutions-texte {
    flex: 1;
    min-width: 300px;
}

.solutions-texte h1 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #0f0f0f;
}

.solutions-texte p {
    font-size: 18px;
    line-height: 1.6;
}

.solutions-image {
    flex: 1;
    text-align: center;
    min-width: 300px;
}

.solutions-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Barre supérieure d'infos */
.topbar {
    background-color: #1d1c1c; /* bordeaux */
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 30px;
    font-size: 0.85em;
    font-weight: 600;
    z-index: 999;
    position: relative;
    flex-wrap: wrap;
}

.topbar .left-info span {
    margin-right: 25px;
    display: inline-flex;
    align-items: center;
}

.topbar .left-info i,
.topbar .right-info i {
    margin-right: 6px;
}

.topbar .right-info a {
    color: white;
    margin-left: 15px;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.topbar .right-info a:hover {
    color: #ffcccc;
}


        .contact-container {
            max-width: 1200px;
            margin: 40px auto;
            background-color: #fff;
            padding: 30px;
            display: flex;
            flex-direction: column;
            gap: 30px;
        }

        @media(min-width: 768px) {
            .contact-container {
                flex-direction: row;
            }
        }

        .contact-info {
            flex: 1;
        }

        .contact-info h2 {
            color: #333;
            margin-bottom: 20px;
        }

        .contact-info p {
            margin: 10px 0;
            color: #555;
        }

        .contact-info i {
            margin-right: 10px;
            color: #007bff;
        }

        .contact-image {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .contact-image img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
        }

        html, body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

main, .services-container, .vision-section {
    flex: 1;
}

@media (max-width: 768px) {
            .mission-image {
                width: 200px;
                height: 200px;
            }
        }

        @media (max-width: 480px) {
            .mission-image {
                width: 150px;
                height: 150px;
            }
            .mission-images-container {
                flex-direction: column; /* Empile les images verticalement sur très petits écrans */
            }
        }



.symbol {
    position: absolute;
    left: 150px; /* Réduit la distance entre le symbole et "Mana Wana" */
    top: 50%;
    transform: translateY(-50%); /* Conserve l’alignement vertical */
    margin-right: 0; /* Supprime l’espace inutile */

}

.symbol img {
    height: 300px;
    
}


