
body {
        margin: 0;
        padding: 0;

    background-color: #c4cdcd; 
    font-family: Arial, sans-serif; 
}

    nav {
        background-color: #000; /* couleur de la barre de navigation */
        padding: 16px 0;  /* taille de la barre de navigation */
    }
    
    nav ul {
        list-style-type: none; 
        margin: 0;
        padding: 0;
        text-align: center; /* centrer le texte */
    }
    
    nav ul li {
        display: inline-block; 
        margin-right: 20px; 
    }
    
    nav ul li a {
        color: white; 
        text-decoration: none; 
        font-size: 16px;
        padding: 5px 10px; 
    }
  
    nav ul li a:hover {  
        background-color: #555; 
        border-radius: 5px;
    }
    
    .logo-contact {
        text-align: center;
        margin : 30px 0;    
    }

    .logo-contact-img {
        width: 40px; 
        height: auto; 
        width: 60px;
    height: auto;
    margin-bottom: 10px;
    
    }

    .logo-contact p {
        color: #000; 
        font-size: 18px; 
        margin-top: 10px; 
    }

.contact-conteneur {
    display: flex;
    justify-content: center; 
    gap: 100px; 
    margin-top: 40px;
    flex-wrap: wrap; 
  }
  
  .logo-contact {
    text-align: center;
  }
  
    
    .contact-conteneur {
        position: relative;
       top: 125px;

       }

       .logo-contact img {
        width: 80px;
        height: auto;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }
      
      .logo-contact img:hover {
        transform: scale(1.1); 
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); 

  }

  /* Titre principal */
h1 {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
  }
  
  /* Sous-titre */
  h2 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
  }
  
  /* Titres de section */
  h3 {
    font-size: 32px;
    margin-top: 30px;
    color: #000000;
  }
  
  /* Paragraphe */
  p {
    font-size: 22px;
    line-height: 1.6;
    margin: 0 20px;
    text-align: justify;
  }
  
  .langage-conteneur {
    
    display: flex;
    justify-content: center; 
    gap: 100px; 
    margin-top: 40px;
    flex-wrap: wrap;

}

.langage-block {
  
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
  }
  
  .logo-langage {
    width: 60px;
    height: auto;
    margin-bottom: 10px;
  }


  .systeme-conteneur {
    
    display: flex;
    justify-content: center; 
    gap: 100px; 
    margin-top: 40px;
    flex-wrap: wrap;

  }

  .logo-systeme {
    width: 100px;
    height: auto;
    margin-bottom: 10px;
  }

  .systeme-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
  }

  .cv-container {
    text-align: center;
    margin-top: 50px;
}

.button {
    display: inline-block;
    padding: 25px 30px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background-color: #220af8; /* Bleu, tu peux changer */
    border: none;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
    margin: 10px;
}

.badge-conteneur {
    
    display: flex;
    justify-content: center; 
    gap: 100px; 
    margin-top: 40px;
    flex-wrap: wrap;

}


.badge-block {
  
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
  }

  .logo-badge {
    width: 140px;
    height: auto;
    margin-bottom: 10px;
  }

  .projets-conteneur {
  display: flex;
  flex-wrap: wrap;              /* Permet de passer à la ligne après 2 projets */
  justify-content: center;      /* Centre les projets horizontalement */
  gap: 20px;                    /* Espace entre les carrés */
  margin-top: 40px; 

}

.projet-block {
  width: 300px;
  height: 300px;
  border: 1px solid #ccc;       /* Bordure grise */
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);  /* Ombre légère */
  display: flex;
  flex-direction: column;       /* Pour aligner image + texte verticalement */
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
}

.logo-projet {
  width: 80%;
  height: auto;
  max-height: 150px;            /* Limite la hauteur de l’image */
  object-fit: contain;
  margin-bottom: 15px;
}

.veille-conteneur {
    
    display: flex;
    justify-content: center; 
    gap: 100px; 
    margin-top: 40px;
    flex-wrap: wrap;

}

.veille-block {
  
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
  }
  
  .logo-langage {
    width: 100px;
    height: auto;
    margin-bottom: 10px;
  }
  .footer-site {
  width: 100%;
  background-color: #383333;      /* Barre noire */
  color: #fff;                 /* Texte blanc */
  text-align: center;
  padding: 1px 0;             /* Épaisseur du footer */
  font-size: 5px;
  margin-top: 100px;            /* Espace avec le contenu */
}

.footercontact-site {
  width: 100%;
  background-color: #383333;      /* Barre noire */
  color: #fff;                 /* Texte blanc */
  text-align: center;
  padding: 1px 0;             /* Épaisseur du footer */
  font-size: 150px;
  margin-top: 500px;            /* Espace avec le contenu */
}
