.ligne-verticale {
    width: 10px;
    background-color: #f0f0f0;
    height: 760px;
    margin-top: 1280px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}


#titre{
    text-align: center;
}
img{
    display: inline-block;
    width: 25%;
 margin-right: 1%;
 border-radius: 2%;

}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
  }
  
  #sortButton {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 8px;
  }
  
  #articleList {
    margin-top: 50px;
  }
  .sort-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px;
      background-color: #fff; 
  }
  
  #sortButton {
      display: flex;
      align-items: center;
  }
  
  .menu {
      display: flex;
      justify-content: space-around;
      background-color: #333; 
      padding: 10px;
      color: #fff;
  }
  
  .bouton {
      margin-left: 10px;
  }

  h2 {
    text-align: center;
  }

  #title {
    background-color: #fff;
  }
  .liste {
    display: flex; /* Utilisez flexbox pour aligner les images côte à côte */
    justify-content: space-between; /* Répartit l'espace entre les images */
    align-items: center; /* Centre les éléments sur l'axe vertical */
    flex-wrap: wrap; /* Permet le retour à la ligne si l'espace est insuffisant */
}

.liste h3, .liste img, .liste span {
    width: 30%; /* Ajustez la largeur selon vos préférences */
    box-sizing: border-box; /* Inclut la bordure et le padding dans la largeur spécifiée */
    margin: 10px; /* Ajoute une marge entre les éléments */
}
@media screen and (max-width: 600px) {
    .article {
        width: calc(50% - 20px); /* Deux articles par ligne sur des écrans de tablette */
    }
}

/* Média query pour des écrans de largeur maximale de 400 pixels (Smartphones) */
@media screen and (max-width: 400px) {
    .article {
        width: calc(100% - 20px); /* Un article par ligne sur des écrans de smartphone */
    }
}

.icon {
    width: 50px; /* Définir la largeur de l'icône */
    height: 50px; /* Définir la hauteur de l'icône */
    display: inline-block; /* Permet aux icônes d'être affichées sur la même ligne */
    margin: 10px; /* Marge entre les icônes */
    background-color: #f0f0f0; /* Couleur de fond de l'icône */
    border-radius: 50%; /* Pour créer une forme de cercle */
    overflow: hidden; /* Pour cacher toute partie de l'image qui dépasse de l'icône */
}

.icon img {
    width: 100%; /* La largeur de l'image sera égale à la largeur de l'icône */
    height: auto; /* La hauteur de l'image s'ajustera automatiquement pour conserver les proportions */
    display: block; /* Pour supprimer les espaces vides autour de l'image */
}
body {
    background-image: url('conception-plexus-moderne-3d-communications-reseau-techno-moderne.jpg');
    background-size: cover; /* Ajuste la taille de l'image pour remplir l'élément parent */
    background-position: center; /* Centre l'image horizontalement et verticalement */
    background-repeat: no-repeat; /* Empêche la répétition de l'image si elle est plus petite que l'élément parent */
}
#titre {
    color: rgb(226, 226, 240);
    text-decoration: none;
}

#sous-titre {
    color: rgb(252, 247, 247);
}

/* 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;
}
/* bas de page */
footer {
    display: block;
    unicode-bidi: isolate;
    display: block;
    
}
.bg-footer {
    background-color: #7a8b7aea; /* Couleur de fond du pied de page */
}

.md-p-5px-b {
    padding-bottom: 10px;
}

.p-25px-b {
    padding-bottom: 150px;
  
}

.p-25px-t {
    padding-top: 25px;
}

.m-0 {
    margin: 0 !important;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    text-align: center;
    min-height: 10%;
}
.my-footer {
    position: absolute;
    bottom: 50;
    left: 0;
    width: 100%;
    height: 30%;
}
.my-footer{
    position: absolute;
    bottom: 50;
    left: 0;
    width: 100%;
    height: 30%;
}
.separator {
    clear: both;
    border-top: 10px solid rgba(252, 250, 250, 0.445);
    margin: 20px 0;
}
.photo-kylian{
    position: relative;
    transform: translate(-50%, -50%); /* Déplacer l'image de moitié de sa taille */
    max-width: 100%; /* Ajuster la taille maximale de l'image */
    max-height: 100%; /* Ajuster la hauteur maximale de l'image */
}
.Presentation {
    padding-bottom: 5%;
}
.Titre {
    line-height: 150%;
    font-size: xx-large;
    font-weight: bold;
    text-align: left;
    padding-right: 0%;
    padding-top: 4%;
    padding-left: 4%;
}
.Titre1,
h1{
    line-height: 150%;
    font-weight: bold;
    text-align: left;
    color: white; /* Ajout de la couleur blanche */
}
.HRnormal {
    color: black;
    margin: 0;
    padding: 0;
    border: 1px solid rgb(0, 0, 0);
    background-color: black;
    width: 100%; /* Définir la largeur à 100% */
    height: 2px; /* Définir une hauteur pour la ligne de séparation */
}

.Titre2 
h1{
    padding-top: 25px;
    line-height: 108%;
    font-size: 200%;
    font-weight: bold;
    text-align: left;
    color: white; /* Ajout de la couleur blanche */
   
}
.Titre3 {
    line-height: 105%;
    padding-top: 15px;
    font-size: xx-large;
    font-weight: bold;
    text-align: left;
    color: white; /* Ajout de la couleur blanche */
}
.footer-titre,
h5 {
    width: 100%;
    font-size: 14px;
    text-align: left;
    color: white; /* Ajout de la couleur blanche */
}
.footer_text,
h4 {
    position: fixed; /* Utiliser une position fixe pour la maintenir en bas de la page */
    bottom: 0; /* La placer au bas de la page */
    left: 50%; /* La placer à mi-chemin horizontalement */
    transform: translateX(-50%); /* Déplacer horizontalement de moitié de sa propre largeur vers la gauche */
    font-size: 17px;
    line-height: 17px;
    color: #fff;
    letter-spacing: .10em;
    font-weight: 600;
    text-align: center; /* Centrer le texte */
}
.frise_chronologique {
    background-color: rgb(235, 235, 235);
    --color: rgba(30, 30, 30);
    min-height: 100vh;
    display: grid;
    align-content: center;
    gap: 2rem;
    padding: 0rem;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    color: var(--color);
    background: var(--bgColor);
    width: 100%; /* Définir la largeur à 100% */
}
.TitrePresentation {
    display: flex;
    width: 100%;
    align-items: center; /* Centrer verticalement */
    justify-content: center; /* Centrer horizontalement */
    font-size: x-large;
    padding-top: 2%;
    margin: 0; /* Supprimer les marges par défaut */
}
.TitrePresentation, h1 {
    line-height: 150%;
    font-weight: bold;
    font-size: xx-large;
    text-align: center;
    padding: 0%;
    padding-top: 4%;
}
.TitrePresentation,
 hr {
    border: 1px solid black;
    background-color: black;
    width: 100px;
    justify-content: center;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    margin: 0%;
    padding-top: 0%;
}
.frise {
    --col-gap: 2rem;
    --row-gap: 2rem;
    --line-w: 0.25rem;
    display: grid;
    grid-template-columns: var(--line-w) 1fr;
    grid-auto-columns: max-content;
    column-gap: var(--col-gap);
    list-style: none;
    width: min(60rem, 90%);
    margin-inline: auto;
}
.frise .carte {
    grid-column: 2;
    --inlineP: 1.5rem;
    margin-inline: var(--inlineP);
    grid-row: span 2;
    display: grid;
    grid-template-rows: min-content min-content min-content;
}
.frise .carte .Date {
    --dateH: 3rem;
    height: var(--dateH);
    margin-inline: calc(var(--inlineP)* -1);
    text-align: center;
    background-color: var(--accent-color);
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
    display: grid;
    place-content: center;
    position: relative;
    border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}
.frise .carte .title {
    overflow: hidden;
    padding-block-start: 1.5rem;
    padding-block-end: 1rem;
    font-weight: 500;
    font-weight: bold;
}
.frise .carte .object {
    padding-block-end: 1.5rem;
    font-weight: 300;
}
.frise .carte .Date-2 {
    --dateH: 3rem;
    height: var(--dateH);
    margin-inline: calc(var(--inlineP)* -1);
    text-align: center;
    background-color: var(--accent-color);
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
    display: grid;
    place-content: center;
    position: relative;
    border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}
.frise .carte .title-2 {
    overflow: hidden;
    padding-block-start: 1.5rem;
    padding-block-end: 1rem;
    font-weight: 500;
    font-weight: bold;
}
.carte .object-2 {
    background: var(--bgColor);
    position: relative;
    padding-inline: 1.5rem;
}
.frise .carte .Date-3 {
    --dateH: 3rem;
    height: var(--dateH);
    margin-inline: calc(var(--inlineP)* -1);
    text-align: center;
    background-color: var(--accent-color);
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
    display: grid;
    place-content: center;
    position: relative;
    border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}
.frise .carte .title-3 {
    overflow: hidden;
    padding-block-start: 1.5rem;
    padding-block-end: 1rem;
    font-weight: 500;
    font-weight: bold;
}
.carte .object-3 {
    background: var(--bgColor);
    position: relative;
    padding-inline: 1.5rem;
}
.frise .carte .Date-1 {
    --dateH: 3rem;
    height: var(--dateH);
    margin-inline: calc(var(--inlineP)* -1);
    text-align: center;
    background-color: var(--accent-color);
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
    display: grid;
    place-content: center;
    position: relative;
    border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}
.frise .carte .title-1 {
    overflow: hidden;
    padding-block-start: 1.5rem;
    padding-block-end: 1rem;
    font-weight: 500;
    font-weight: bold;
}
.carte .object-1 {
    background: var(--bgColor);
    position: relative;
    padding-inline: 1.5rem;
}
.HRnormal-1 {
    color: black;
    margin: 0;
    padding: 0;
    border: 1px solid rgb(0, 0, 0);
    background-color: black;
    width: 100%; /* Définir la largeur à 100% */
    height: 2px; /* Définir une hauteur pour la ligne de séparation */
}
.bio{
    position: absolute;
    margin-top : 7rem;
    margin-left: 20rem;
    margin-right: 5rem;
    color: white
}
.block {
    float: right;
    width: 45%;
    background-color: white;
    color: black;
    padding: 10px;
    margin-bottom: 20px;
    max-width: 400px;
    border-radius: 2%;
}
.block {
    background-color: white;
    color: black;
    padding: 10px;
    margin-bottom: 20px;
    max-width: 400px;
}

.line {
    width: 100%;
    border-bottom: 1px solid black;
    margin: 20px 0;
}

.blocs-droite {
    float: right;
    width: 45%;
}
/* Style de base */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
}

h1 {
    margin: 0;
}

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

/* Section "À propos de moi" */
.about-section {
    display: flex;
    align-items: center;
    padding: 20px;
}

.about-image {
    max-width: 40%;
    border-radius: 10px;
    margin-right: 20px;
}

.about-content {
    flex: 1;
    text-align: left;
}

.about-title {
    font-size: 24px;
    margin-bottom: 10px;
}

/* Bloc d'identité */
.identity-block {
    background-color: #f0f0f0;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.identity-block p {
    margin: 5px 0;
}

/* Bouton interactif */
.cta-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
    text-decoration: none;
}

.cta-button:hover {
    background-color: #0056b3;
}

/* Ligne de séparation */
.separator {
    width: 100%;
    height: 2px;
    background-color: #ddd;
    margin: 20px 0;
}

/* Blocs rectangulaires */
.info-blocks {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.info-block {
    flex: 1;
    background-color: white;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

/* Section des soft skills */
.skills-row {
    margin-top: 20px;
    padding: 15px;
    text-align: center;
}

/* Pied de page */
.footer {
    background-color: #007bff;
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    margin-top: 20px;
}
header{
    background-image: url('conception-plexus-moderne-3d-communications-reseau-techno-moderne.jpg');
    background-size: cover; /* Ajuste la taille de l'image pour remplir l'élément parent */
    background-position: center; /* Centre l'image horizontalement et verticalement */
    background-repeat: no-repeat; /* Empêche la répétition de l'image si elle est plus petite que l'élément parent */
}
/* From Uiverse.io by eslam-hany */ 
.book {
    position: relative;
    border-radius: 10px;
    width: 220px;
    height: 300px;
    background-color: whitesmoke;
    -webkit-box-shadow: 1px 1px 12px #000;
    box-shadow: 1px 1px 12px #000;
    -webkit-transform: preserve-3d;
    -ms-transform: preserve-3d;
    transform: preserve-3d;
    -webkit-perspective: 2000px;
    perspective: 2000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
  }
  
  .cover {
    top: 0;
    position: absolute;
    background-color: lightgray;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-box-shadow: 1px 1px 12px #000;
    box-shadow: 1px 1px 12px #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .book:hover .cover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: rotatey(-80deg);
    -ms-transform: rotatey(-80deg);
    transform: rotatey(-80deg);
  }
  
  p {
    font-size: 20px;
    font-weight: bolder;
  }
  /* Style pour la section compétences */
.skills {
    padding: 20px;
    margin-top: 30px;
    background-color: #e0f7fa;
    width: 100%;
    box-sizing: border-box;
}

.skills-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.skill-item {
    text-align: center;
    flex: 1;
    min-width: 150px;
    transition: transform 0.3s ease;
}

.skill-item img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.skill-item p {
    margin-top: 10px;
    font-size: 1rem;
    color: #0073e6;
}

/* Effet d'interaction sur les images */
.skill-item:hover img {
    transform: scale(1.1);
}

.skill-item:hover {
    transform: translateY(-5px);
}
/* Compétences et Soft Skills */
.competence-container, .soft-skills-container, .certification-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.competence-item, .soft-skill-item, .certification-item {
    width: 120px;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    perspective: 1000px; /* Pour l'effet de rotation */
}

.competence-item img, .soft-skill-item img, .certification-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.competence-item p, .soft-skill-item p, .certification-item p {
    margin-top: 5px;
    font-weight: bold;
}
.bloc {
    background-color: white;
    border: 2px solid #000;
    padding: 20px;
    margin: 10px auto;
    width: 300px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/* Container pour les icônes */
.icon-container {
    display: flex;                /* Aligne les icônes horizontalement */
    justify-content: center;      /* Centre les icônes dans le conteneur */
    gap: 15px;                    /* Espace entre chaque icône */
    padding: 20px;
}

/* Style pour chaque icône */
.icon {
    width: 80px;
    height: 80px;
    background-color: #007bff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.2s, background-color 0.2s;
}

.icon:hover {
    transform: scale(1.1);
    background-color: #0056b3;
}

/* Style des images à l'intérieur des icônes */
.icon img {
    width: 50%;
    height: 50%;
}

/* Style du texte */
.typed-text {
    font-size: 2rem;
    font-weight: bold;
    color: #f6f6f7;
    text-align: center;
}
.neon-text {
    font-size: 2rem;
    color: #8c7ae1;
    text-shadow: 
        0 0 5px #2c6bd1, 
        0 0 10px #3030e0, 
        0 0 20px #144fff, 
        0 0 40px #147aff, 
        0 0 80px #1433ff;
    animation: neon-blink 1s infinite alternate;
}

@keyframes neon-blink {
    from {
        text-shadow: 
            0 0 5px #1447ff, 
            0 0 10px #146aff, 
            0 0 20px #1433ff, 
            0 0 40px #1447ff;
    }
    to {
        text-shadow: 
            0 0 2px #1457ff, 
            0 0 5px #1447ff, 
            0 0 10px #1433ff;
    }
}
/* Texte néon bleu clair */
.neon-text-1 {
    font-size: 2rem;
    color: #80dfff; /* Bleu clair */
    text-shadow: 
        0 0 5px #80dfff, 
        0 0 10px #80dfff, 
        0 0 20px #80dfff, 
        0 0 40px #66b3ff, 
        0 0 80px #66b3ff, 
        0 0 100px #66b3ff;
    animation: neon-1-blink 1.5s infinite alternate;
}

/* Animation pour le texte bleu clair */
@keyframes neon-1-blink {
    from {
        text-shadow: 
            0 0 5px #80dfff, 
            0 0 10px #80dfff, 
            0 0 20px #80dfff, 
            0 0 40px #66b3ff;
    }
    to {
        text-shadow: 
            0 0 2px #80dfff, 
            0 0 5px #80dfff, 
            0 0 10px #80dfff;
    }
}

/* Texte néon rouge clair */
.neon-text-2 {
    font-size: 2rem;
    color: #ff8080; /* Rouge clair */
    text-shadow: 
        0 0 5px #ff8080, 
        0 0 10px #ff8080, 
        0 0 20px #ff8080, 
        0 0 40px #ff6666, 
        0 0 80px #ff6666, 
        0 0 100px #ff6666;
    animation: neon-2-blink 1.5s infinite alternate;
}

/* Animation pour le texte rouge clair */
@keyframes neon-2-blink {
    from {
        text-shadow: 
            0 0 5px #ff8080, 
            0 0 10px #ff8080, 
            0 0 20px #ff8080, 
            0 0 40px #ff6666;
    }
    to {
        text-shadow: 
            0 0 2px #ff8080, 
            0 0 5px #ff8080, 
            0 0 10px #ff8080;
    }
}
.text{
    color: rgb(248, 246, 244);
}
/* Boutons de scroll */
#scroll-top, #scroll-bottom {
    position: fixed;
    background: #004b8d; /* Couleur de fond */
    color: white; /* Couleur du texte */
    border: none; /* Sans bordure */
    border-radius: 50%; /* Boutons circulaires */
    width: 50px; /* Largeur */
    height: 50px; /* Hauteur */
    font-size: 16px; /* Taille du texte */
    cursor: pointer; /* Curseur pointer */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Ombre douce */
    transition: transform 0.3s; /* Animation au survol */
}

#scroll-top:hover, #scroll-bottom:hover {
    transform: scale(1.1); /* Effet de zoom au survol */
}

#scroll-top {
    bottom: 20px; /* Position en bas à droite */
    right: 20px;
}

#scroll-bottom {
    top: 20px; /* Position en haut à droite */
    right: 20px;
}
/* Style du pied de page */
.footer {
    text-align: center; /* Centrer le texte */
    padding: 20px;
    background-color: #2d7dda;
    position: relative; /* Positionner le bouton à l'intérieur du footer */
}

/* Conteneur de l'icône LinkedIn */
.icon-container {
    position: absolute;
    bottom: -16px; /* L'écart entre le texte et le bouton */
    left: 10%; /* Centrer horizontalement */
    transform: translateX(-50%); /* Correction du centrage */
}

/* Style du bouton LinkedIn */
#linkedinButton {
    background-color: #0077b5; /* Couleur LinkedIn */
    border-radius: 50%; /* Forme ronde */
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

/* Style de l'image LinkedIn */
#linkedinButton img {
    width: 30px; /* Taille de l'icône */
    height: 30px; /* Taille de l'icône */
}

/* Effet au survol */
#linkedinButton:hover {
    transform: scale(1.1); /* Agrandissement du bouton au survol */
}
/* Style du bouton Gmail */
#gmailButton {
    background-color: #0077b5; /* Couleur Gmail */
    border-radius: 50%; /* Forme ronde */
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Effet d'ombre */
    cursor: pointer;
    transition: transform 0.3s ease; /* Animation fluide */
}

/* Style de l'image Gmail */
#gmailButton img {
    width: 30px; /* Taille de l'icône Gmail */
    height: 30px; /* Taille de l'icône Gmail */
}

/* Effet au survol */
#gmailButton:hover {
    transform: scale(1.1); /* Agrandissement au survol */
}
/* Style du bouton TryHackMe */
#tryHackMeButton {
    background-color: #0077b5; /* Couleur verte de TryHackMe */
    border-radius: 50%; /* Forme ronde */
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Effet d'ombre */
    cursor: pointer;
    transition: transform 0.3s ease; /* Animation fluide */
}

/* Style de l'image TryHackMe */
#tryHackMeButton img {
    width: 30px; /* Taille de l'icône */
    height: 30px; /* Taille de l'icône */
}

/* Effet au survol */
#tryHackMeButton:hover {
    transform: scale(1.1); /* Agrandissement au survol */
}
/* Style du bouton Root-Me */
#rootMeButton {
    background-color: #0077b5; /* Couleur bleue Root-Me */
    border-radius: 50%; /* Forme ronde */
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Effet d'ombre */
    cursor: pointer;
    transition: transform 0.3s ease; /* Animation fluide */
}

/* Style de l'image Root-Me */
#rootMeButton img {
    width: 30px; /* Taille de l'icône */
    height: 30px; /* Taille de l'icône */
}

/* Effet au survol */
#rootMeButton:hover {
    transform: scale(1.1); /* Agrandissement au survol */
}
/* Style de la bulle */
.speech-bubble {
    position: absolute;
    top: -20px;
    left: 160px;
    width: 200px;
    padding: 10px;
    background: #1a73e8;
    color: white;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.4;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: none; /* Cachée par défaut */
    z-index: 10;
}

/* Triangle pour la bulle */
.speech-bubble::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #1a73e8;
}

/* Animation lors de l'affichage */
.speech-bubble.show {
    display: block;
    animation: fadeIn 0.5s ease-in-out;
}

/* Animation d'apparition */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

    /* Effet néon orange et noir */
    .neon-text-1 {
        font-size: 20px;
        color: #000; /* Texte noir */
        text-shadow:
            0 0 5px #fff,
            0 0 10px #fff,
            0 0 20px #fff,
            0 0 40px #ff4500, /* Orange */
            0 0 80px #ff4500,
            0 0 90px #ff4500,
            0 0 100px #ff4500,
            0 0 150px #ff4500;
        animation: flicker 1.5s infinite alternate;
    }

    /* Effet néon noir et bleu */
    .neon-text-2 {
        font-size: 20px;
        color: #000; /* Texte noir */
        text-shadow:
            0 0 5px #fff,
            0 0 10px #fff,
            0 0 20px #fff,
            0 0 40px #1e90ff, /* Bleu */
            0 0 80px #1e90ff,
            0 0 90px #1e90ff,
            0 0 100px #1e90ff,
            0 0 150px #1e90ff;
        animation: flicker 1.5s infinite alternate;
    }

    /* Effet néon noir et bleu */
    .neon-text-3 {
        font-size: 20px;
        color: #000; /* Texte noir */
        text-shadow:
            0 0 5px #fff,
            0 0 10px #fff,
            0 0 20px #fff,
            0 0 40px #1e90ff, /* Bleu */
            0 0 80px #1e90ff,
            0 0 90px #1e90ff,
            0 0 100px #1e90ff,
            0 0 150px #1e90ff;
        animation: flicker 1.5s infinite alternate;
    }

    /* Effet néon noir et vert */
    .neon-text-4 {
        font-size: 20px;
        color: #000; /* Texte noir */
        text-shadow:
            0 0 5px #fff,
            0 0 10px #fff,
            0 0 20px #fff,
            0 0 40px #32cd32, /* Vert */
            0 0 80px #32cd32,
            0 0 90px #32cd32,
            0 0 100px #32cd32,
            0 0 150px #32cd32;
        animation: flicker 1.5s infinite alternate;
    }

    /* Effet néon noir et jaune */
    .neon-text-5 {
        font-size: 20px;
        color: #000; /* Texte noir */
        text-shadow:
            0 0 5px #fff,
            0 0 10px #fff,
            0 0 20px #fff,
            0 0 40px #ffd700, /* Jaune */
            0 0 80px #ffd700,
            0 0 90px #ffd700,
            0 0 100px #ffd700,
            0 0 150px #ffd700;
        animation: flicker 1.5s infinite alternate;
    }

    /* Animation scintillante */
    @keyframes flicker {
        0%, 18%, 22%, 25%, 53%, 57%, 100% {
            text-shadow:
                0 0 5px #fff,
                0 0 10px #fff,
                0 0 20px #fff,
                0 0 40px var(--neon-color),
                0 0 80px var(--neon-color),
                0 0 90px var(--neon-color),
                0 0 100px var(--neon-color),
                0 0 150px var(--neon-color);
        }
        20%, 24%, 55% {
            text-shadow: none;
        }
    }
   