/* 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;
}

#entreprise {
display: flex;
justify-content: center;
margin-top: 10px;
margin-bottom: 10px;
}

.hero {
    color: white;
    padding: 80px;
    background-size: cover;
    background-position: center;
    width: 41rem;
    height: 6rem;
}

@media screen and (max-width: 810px) {
}

header {
    background-color: #0073e6;
    color: white;
    padding: 20px;
    text-align: center;
}

.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 {
    color: white;
    padding: 80px;
    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;
}
.light-bg-2 {
    background-color: #f6fae0;
    padding: 20px;
}
.light-bg-3 {
    background-color: #4b96a0ad;
    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 {
    width: 100px;
    height: auto;
    margin-bottom: 10px;
}

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

.certification-item p a:hover {
    text-decoration: underline;
}
.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;
}
/* 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 */
}
