/* Style général */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background-image: url(conception-plexus-moderne-3d-communications-reseau-techno-moderne.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-title {
    text-align: center;
    color: white;
    margin-bottom: 10px;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    background-color: #000204;
}

nav a, #scroll-bottom {
    color: white;
    text-decoration: none;
    padding: 10px 20px;
}

.hero {
    text-align: center;
    color: white;
    padding: 50px;
    background-size: cover;
    background-position: center;
}

.button {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px;
    background-color: #004b8d;
    color: white;
    text-decoration: none;
}

.light-bg {
    background-color: #e0f7fa;
    padding: 20px;
}

#chiffres-cles .grid, #missions .grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

.card {
    background: rgba(112, 110, 110, 0.495);
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    width: 200px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.interactive:hover {
    transform: scale(1.05);
    transition: transform 0.3s;
}

.organigram {
    text-align: center;
    margin: 20px;
}

.organigram .block {
    display: inline-block;
    background: white;
    border-radius: 10px;
    padding: 15px;
    margin: 10px;
    width: 150px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

footer {
    background-color: #004b8d;
    color: white;
    text-align: center;
    padding: 10px 0;
}

#scroll-top, #scroll-bottom {
    position: fixed;
    background: #004b8d;
    color: white;
    border: none;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
}

#scroll-top {
    bottom: 20px;
    right: 20px;
}

#scroll-bottom {
    top: 20px;
    right: 20px;
}

.titre{
    text-align: center;
}
.contenu{
    display: block;
    text-align: center;
}
.page{
    background-image: url(conception-plexus-moderne-3d-communications-reseau-techno-moderne.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* Styles pour les blocs interactifs */
.organigram .block {
    display: inline-block;
    background: white;
    border-radius: 10px;
    padding: 15px;
    margin: 10px;
    width: 150px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s;
    cursor: pointer;
}

.organigram .block:hover {
    transform: scale(1.1); /* Augmente légèrement la taille au survol */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Ombre plus intense */
    background-color: #f0f8ff; /* Change la couleur de fond */
}

.organigram .block img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.organigram .block p, .organigram .block strong {
    margin: 0;
    font-size: 14px;
    color: #333;
}
/* Styles pour les blocs interactifs */
.block {
    display: inline-block;
    background: white;
    border-radius: 10px;
    padding: 15px;
    margin: 10px;
    width: 150px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s;
    cursor: pointer;
}

.block:hover {
    transform: scale(1.1); /* Augmente légèrement la taille au survol */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Ombre plus intense */
    background-color: #f0f8ff; /* Change la couleur de fond */
}

.block img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.block p, .block strong {
    margin: 0;
    font-size: 14px;
    color: #333;
}
.couleur{
    color: #dc0606;
}
.section-blue {
    background-color: #e6f2ff;
    color: black;
}
/* TItre */
.titre {
    text-align: center;
}
/* Skills et Certifications */
.skills-container, .certifications-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

.skill-item, .certification-item {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 150px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.skill-item:hover, .certification-item:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.skill-item img, .certification-item img {
  
    height: auto;
    margin-bottom: 10px;
}

.certification-item p a {
    color: blue;
    text-decoration: none;
}

.certification-item p a:hover {
    text-decoration: underline;
}
.text{
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-size: 2.5rem;
    color: #ededed; /* Couleur du néon */
    text-shadow: 0 0 5px #0f1413, 0 0 10px #0f1413, 0 0 20px #0f1413, 0 0 40px #454692, 0 0 80px #454692;
}
.texte{
    text-align: center;
}

.sous-titre {
    font-size: 24px;
    color: #ededed;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Arial', sans-serif;
    color: #ffff; /* Couleur du néon */
    text-shadow: 0 0 5px #0f1413, 0 0 10px #0f1413, 0 0 20px #0f1413, 0 0 40px #454692, 0 0 80px #454692;
   
}
/* Conteneur pour aligner les images */
.image-container-1 {
    display: flex;
    align-items: center; /* Aligne les images verticalement */
    justify-content: center; /* Centre les images horizontalement */
    gap: 20px; /* Ajoute un espacement entre les images */
    margin-top: 20px; /* Ajoute un espace avec le reste de la page */
}
/* Conteneur pour chaque image et texte */
.image-block {
    display: flex;
    flex-direction: column; /* Aligne l'image et le texte verticalement */
    align-items: center; /* Centre horizontalement l'image et le texte */
}


/* Styles pour les images */
.img-ran {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
    transition: transform 0.3s ease; /* Animation au survol */
}

/* Animation au survol */
.img-ran:hover {
    transform: scale(1.1); /* Zoom léger */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Ombre élégante */
}

/* Style pour la source */
.bloc-1 {
    text-align: center;
    margin-top: 10px;
    font-family: Arial, sans-serif;
    font-size: 0.9rem;
    color: #fff; /* Changer la couleur pour un meilleur effet néon */
    text-shadow: 
        0 0 5px #0f1413,    /* Couleur principale (cyan) */
        0 0 10px #0f1413,   /* Couleur principale (cyan) */
        0 0 20px #0f1413,   /* Couleur principale (cyan) */
        0 0 40px #0f1413,   /* Couleur principale (cyan) */
        0 0 80px #454692,   /* Couleur secondaire (bleu) */
        0 0 120px #454692;  /* Couleur secondaire (bleu) */
    font-weight: bold; /* Rendre le texte gras pour un effet plus prononcé */
}

.valeur-image img.image-arrondie {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-right: 10px;
}
.certification-item {
    text-align: center;
    flex: 1;
    min-width: 150px;
    transition: transform 0.3s ease;
}
img{
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-right: 10px;
}
/* styles.css */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

.certifications-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
    gap: 20px;
}

.certification-item {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 300px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease;
}

.certification-item:hover {
    transform: translateY(-10px);
}

.certification-item img {
   
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px;
}

.certification-item a {
    text-decoration: none;
    color: #007BFF;
    font-weight: bold;
}

.certification-item a:hover {
    text-decoration: underline;
}

.certification-item h5 {
    margin: 5px 0;
    color: #333;
}

.certification-item p {
    margin: 10px 0;
    color: #555;
}

.certification-item input[type="range"] {
    width: 80%;
    margin: 10px 0;
}

.certification-item .bloc {
    background-color: #f9f9f9;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    font-size: 0.9em;
    color: #666;
    width: 90%;
    text-align: center;
}
.light-bg {
    background-color: #e0f7fa;
    padding: 20px;
}
/* Barre de navigation de filtre et recherche */
.filter-search-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #007BFF;
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.filter-search-bar select {
    padding: 8px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
    outline: none;
    cursor: pointer;
}

.filter-search-bar select:hover {
    background-color: #f4f4f4;
}

.search-container {
    display: flex;
    align-items: center;
    gap: 5px;
}

.search-container input {
    padding: 8px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    width: 250px;
    outline: none;
}

.search-container button {
    background-color: #0056b3;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-container button:hover {
    background-color: #004494;
}

.search-container button .search-icon {
    width: 20px;
    height: 20px;
    display: block;
}
.menu {
    display: flex;
    justify-content: space-around;
    background-color: #333; 
    padding: 10px;
    color: #fff;
}
/* menu */
.menu {
    text-align: center;
    margin-bottom: 20px;
}

.menu a {
    margin-right: 10px;
}


.menu {
    text-align: center;
    margin-bottom: 20px;
}

.menu a {
    margin-right: 10px;
}
/* Menu */
.menu {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 15px 0;
}

.menu a {
    text-decoration: none;
    color: #333;
    padding: 10px 20px;
    background-color: #f1f1f1;
    border-radius: 5px;
}

.menu a:hover {
    background-color: #ddd;
}
.menu {
    text-align: center;
    margin-bottom: 20px;
}

.menu a {
    margin-right: 10px;
}


.menu {
    text-align: center;
    margin-bottom: 20px;
}

.menu a {
    margin-right: 10px;
}
.img-hack{
    width: 14%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px;
}
.image-container {
    text-align: center; /* Centre horizontalement */
}
/* Styles pour le bouton Retour */
.back-button {
    position: fixed; /* Position fixe pour rester visible lors du défilement */
    top: 20px; /* Position en haut */
    left: 20px; /* Position à gauche */
    background-color: #007bff; /* Couleur bleue */
    color: white; /* Texte blanc */
    border: none; /* Pas de bordure */
    border-radius: 5px; /* Coins arrondis */
    padding: 10px 15px; /* Espacement intérieur */
    font-size: 16px; /* Taille de la police */
    cursor: pointer; /* Curseur pointer */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Ombre douce */
    transition: background-color 0.3s, transform 0.3s; /* Animation fluide */
    z-index: 1000; /* S'assurer qu'il est au-dessus des autres éléments */
}

.back-button:hover {
    background-color: #0056b3; /* Changement de couleur au survol */
    transform: scale(1.05); /* Effet de zoom au survol */
}
