/* bleu : #0F0076 / jaune : #FFA900 / blanc */

@font-face {
    font-family: 'ApfelGrotezk-Fett';
    src: url('font/ApfelGrotezk-Fett.otf') format('opentype');
  }
  
  @font-face {
    font-family: 'Raleway-Black';
    src: url('font/Raleway-Black.ttf') format('trueype');
  }
  
  @font-face {
    font-family: 'Mattone-Bold';
    src: url('font/Mattone-Bold.otf') format('opentype');
  }
  
  @font-face {
    font-family: 'Junge-Regular';
    src: url('font/Junge-Regular.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'PlusJakartaSans-ExtraLight';
    src: url('font/PlusJakartaSans-Regular.ttf') format('truetype');
    /* Remplacez 'le_chemin_vers_PlusJakartaSans-ExtraLight.ttf' par le chemin réel sur votre système. */
  }
  
  /* Pour les titres */
  h1 {
    font-family: 'Mattone-Bold', sans-serif;
    font-size: 22pt;
  }
  
  h2 {
    font-family: 'ApfelGrotezk-Fett', sans-serif;
    font-size: 16pt;
  }
  
  h3 {
    font-family: 'ApfelGrotezk-Fett', sans-serif;
    font-size: 10pt;
    line-height: 1.5;
  }
  
  /* Pour le texte */
  p {
    font-family: 'PlusJakartaSans-Regular', sans-serif;
    /* Vous pouvez également ajouter d'autres styles de texte ici, par exemple, font-size, color, etc. */
  }
  
  .highlight {
    background-color: #FFD336;
    /* Couleur de fond jaune */
  }
  
  body {
    margin: 0px;
    margin-right: 0px;
  
  }
  
  
  
  .logo-aline-container {
    display: flex;
    align-items: center;
    padding-left: 10px;
    ;
  }
  
  .logo {
    height: 32px;
    width: 40px;
    margin-right: 10px
      /* Ajoute un espace entre le logo et le texte */
  }
  
  .aline {
    width: 70px;
    font-size: 12pt;
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .return-home {
    margin-left: 10px;
    width: 70px;
    padding-right: 10px;
    font-size: 12pt;
    /* Ajustez la taille de la police selon vos préférences */
    /* Ajoute un espace entre le texte et le reste du contenu */
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .return-home a {
    color: #ffffff;
    /* Couleur bleue par défaut */
    text-decoration: none;
    /* Supprime le soulignement du lien, si vous le souhaitez */
    transition: color 0.3s;
    /* Ajoute une transition pour un effet en douceur lors du changement de couleur */
  }
  
  .return-home a:hover {
    color: #FFA900;
    /* Couleur jaune au survol */
  }

  .projects-section {
    display: block;
  padding-left: 20px;
  max-width: 768px;
  margin: 0 auto;
  }
  
  .project-details {
  width: 350px;
  margin-top: 100px;
  }
  
  .toutes-competences {
  width: 350px;
  margin-top: 0px;
  margin-bottom: 150px;
  /* Ajustez la largeur selon vos besoins */
  }
  
  
  .project-description {
    align-self: flex-start;
    /* Alignez cette spécifique à partir du côté supérieur */
    padding-left: 0px;
  }
  
  .inseparable-title {
  
    color: #0F0076;
    margin-bottom: 0px;
  }
  
  .francealz {
  
    color: #0F0076;
    margin-bottom: 20px;
  }
  
  .inseparable-text {
  
    color: #0F0076;
    width: 100%;
    margin-bottom: 0px;
    line-height: 1.5;
  }
  
  
  .competences-container1 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    text-align: center;
  }
  
  .centre {
    justify-content: flex-start;
    width: 170px;
  }
  
  .competence {
    text-align: center;
    margin-bottom: 0px;
    /* Ajoute de l'espace en dessous de chaque compétence */
    align-items: center;
    /* Centre verticalement les éléments */
    justify-content: center;
    /* Centre horizontalement les éléments */
  }
  
  
  .picto {
    width: 100px;
    height: 100px;
  }
  
  .comp {
  
    color: #0F0076;
    line-height: 1.5;
  }
  
  
  .competences-container2 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 0px;
  }
  
  
  .centre2 {
    align-items: center;
    /* Centre verticalement les éléments */
    justify-content: center;
    /* Centre horizontalement les éléments */
    width: 100%;
  }

.images-section {
    padding-left: 20px;
    padding-right: 20px;
}

.etape1-title {
    font-size: 20pt;
    margin-top: 50px;
}

.etape-title {
    font-size: 20pt;
    margin-top: 0px;
}

.maintenance {
    margin-right: 0px;
    width: 100%;
    height: auto;
}

.explication {
  margin-top: 50px;
  margin-bottom: 100px;
  display: block;
}
.explication2 {
  margin-top: 50px;
  display: block;
}

.footer {
  padding: 10px;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.cv-button {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.social-icons {
  margin-top: 20px;
}

.social-icons img {
  width: 20px;
  height: 20px;
}