/* 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 {
  max-width: 1900px;
  /* Définit la largeur maximale de la section */
  margin: 0 auto;
  padding-left: 20px;
}

.etape1-title {

  color: #0F0076;
  margin-bottom: 0px;
  margin-top: 0px;

}



.fichierdemi {
  width: 350px;
  padding-left: 0px;
}

.fichierdemi2 {
  width: 350px;
  padding-left: 0px;
}

.fichierdemi3 {
  width: 350px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.fichierdemi5 {
  margin-top: 0px;
  width: 350px;
  margin-left: 0px;
}

.fichierdemi6 {
  padding-right: 0px;
  width: 300px;
  margin-top: 0px;
}



.bleu {
  width: 100%;
  margin-bottom: 100px;
}

.fichierdemi4{
  width: 340px;
  margin-bottom: 20px;
}

.fichierdemi7{
  width: 300px;
  height: 704px;
}
.fichierdemi8{
  width: 350px;
  height: 548px;
  margin-top: 0px;
}

.demi1 {
  display: block;
}

.demi3 {
  display: block;
}

.footer {
  height: 450px;
  background-color: #0F0076;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.cv-button {
  background-color: #0F0076;
  color: white;
  font-family: 'PlusJakartaSans-Bold', sans-serif;
  border: 2px solid #0F0076;
  font-size: 10pt;
  padding: 10px 10px;
  border-radius: 25px;
  text-decoration: none;
  margin-bottom: 5px;
  border: 2px solid white;
}

.email {
  font-family: 'PlusJakartaSans-Regular', sans-serif;
  font-size: 10pt;
  color: white;
  text-align: center;
  margin-bottom: 5px;
}

.portfolio-info {
  font-size: 10pt;
  color: #757272;
  margin-bottom: 5px;
}

.social-icons {
  display: flex;
  gap: 15px;
}

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