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

h2{
  font-family: 'ApfelGrotezk-Fett', sans-serif;
  font-size: 25pt;
}

h3{
  font-family: 'ApfelGrotezk-Fett', sans-serif;
  font-size: 14pt;
  color: #0F0076;
}
  
  /* 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. */
  }
body {
    margin: 0;
    
  }
  
  .header {
    position: relative;
    height: 65vh;
    margin-bottom: 30px;
  }
  
  .header-image {
    width: 100%;
    height: 100%;
  }
  
  .centered-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
  }
  
  .logo {
    width:15%;
    height: 9%;
    margin-bottom: 5%;
   /* margin-bottom: 40px;*/
  }
  
  h1 {
    /*font-size: 330%;*/
    font-size: 40pt;
    margin: 5px;
    /*margin: 4%;*/

  
  }
  
.design {
    /*font-size: 220%;*/
    
    margin: 10px;
    /*margin: 4%;*/

  
  }
  
  p {
    font-size: 12pt;
    /*font-size: 100%;*/
    margin: 0;

  
  }
 /*espace*/
 /* Votre code CSS existant */

 
 .projects-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 5%;
  max-width: 1900px;
  margin: 0 auto; /* Ajoutez cette ligne pour centrer horizontalement */
  margin-right: 0px;
}
.mesProjets{
    color: #0F0076; /* Couleur pour "Mes projets" */
    margin-bottom: 60px;
  }
  
  .project-details {
    display: flex;
    align-items: flex-start; /* Alignez les éléments sur le côté supérieur (axe de la croix) */
    width: 1420px;
}
  
.temp1{
    width:905px;
    height:601px ;/* Conservez le rapport hauteur/largeur d'origine */
    margin:0;
  }

  .project-description {
    margin-left: 60px;
    align-self: flex-start; /* Alignez cette spécifique à partir du côté supérieur */
}
  
  .project-description p {
    font-size: 12pt;
  }
  .inseparable-title {
    color: #0F0076;
    margin:0;
    margin-bottom: 40px;
  }
  .francealz {
    color: #0F0076;
    margin-bottom: 40px;
  }
  .inseparable-text {
    font-size: 12pt;
    color: #0F0076;
    width:80% ;
    margin-bottom: 60px;
    line-height: 1.5;
  }
  .inseparable-comp {
    color: #0F0076;
    margin-bottom: 77px
    
  }
  .en-savoir-plus {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0F0076;
    color: white;
    font-family: 'PlusJakartaSans-Bold', sans-serif;
    text-decoration: none;
    font-size: 12pt;
    border-radius: 25px;
    transition: background-color 0.3s ease-in-out;
    margin-bottom: 100px
}

.en-savoir-plus:hover {
  background-color: #FFA900;
  color: #fff;
}
/*Autre projet*/

.project-details2 {
  display: flex;
  justify-content: space-between; /* Justifiez à droite et à gauche */
  width: 1420px;

}
.project-description2 {
  align-self: flex-start; /* Alignez cette spécifique à partir du côté supérieur */
}
.hi-title {
  margin:0;
  color: #0F0076;
  margin-bottom: 40px;

}
.hi {
  color: #0F0076;
  margin-bottom: 40px;
}

.temp2 {
  width: 829px;
  height: 546px; /* Conservez le rapport hauteur/largeur d'origine */
  margin-left: 60px ;
  margin-right: 22px;

}
.hi-text {
  font-size: 12pt;
  color: #0F0076;
  width:80% ;
  margin-bottom: 84px;
  line-height: 1.5;
}
.hi-comp {
  color: #0F0076;
  margin-bottom: 70px
  
}



/*Autre projet */

.project-details3 {
  display: flex;
  align-items: flex-start; /* Alignez les éléments sur le côté supérieur (axe de la croix) */
  width: 1420px;
}

.temp3{
  width:887px;
  height:585px;
  margin:0;
}
.project-description3 {
  margin-left: 60px;
  align-self: flex-start; /* Alignez cette spécifique à partir du côté supérieur */
}
.faitout-title {
  color: #0F0076;
  margin:0;
  margin-bottom: 40px;
}
.faitout {
  color: #0F0076;
  margin-bottom: 40px;
}
.faitout-text {
  font-size: 12pt;
  color: #0F0076;
  width:80% ;
  margin-bottom: 60px;
  line-height: 1.5;
}
.faitout-comp {
  color: #0F0076;
  margin-bottom: 70px
  
}

/*Autre projet*/


.project-details4 {
  display: flex;
  justify-content: space-between; /* Justifiez à droite et à gauche */
  width: 1420px;

}
.project-description4 {
  align-self: flex-start; /* Alignez cette spécifique à partir du côté supérieur */
  width: 600px;
}
.main-title {
  margin:0;
  color: #0F0076;
  margin-bottom: 40px;

}
.limnum {
  color: #0F0076;
  margin-bottom: 40px;
}

.temp4 {
  width: 792px;
  height: 541px; /* Conservez le rapport hauteur/largeur d'origine */
  margin-right: 22px; /* Alignez à droite */
  margin-left: 50px;

}
.lim-text {
  font-size: 12pt;
  color: #0F0076;
  width:80% ;
  margin-bottom: 60px;
  line-height: 1.5;
}
.lim-comp {
  color: #0F0076;
  margin-bottom: 70px
  
}
/* Autre projet*/


.project-details5 {
  display: flex;
  align-items: flex-start; /* Alignez les éléments sur le côté supérieur (axe de la croix) */
  width: 1420px;
}

.temp5{
  width: 800px;;
  height: 515px;
  margin:0;
  
}
.project-description5 {
  margin-left: 60px;
  align-self: flex-start; /* Alignez cette spécifique à partir du côté supérieur */
}
.cea-title {

  color: #0F0076;
  margin:0;
  margin-bottom: 40px;
}
.cea {
  color: #0F0076;
  margin-bottom: 40px;
}
.cea-text {
  font-size: 12pt;
  color: #0F0076;
  width:100% ;
  margin-bottom: 60px;
  line-height: 1.5;
}
.cea-comp {
  color: #0F0076;
  margin-bottom: 70px
  
}

/* Autre projet*/


.project-details6 {
  display: flex;
  justify-content: space-between; /* Justifiez à droite et à gauche */
  width: 1420px;

}
.project-description6 {
  align-self: flex-start; /* Alignez cette spécifique à partir du côté supérieur */
  width: 600px;
}
.memoire-title {
  margin:0;
  color: #0F0076;
  margin-bottom: 40px;

}
.memoire {
  color: #0F0076;
  margin-bottom: 40px;
}

.temp6 {
  width: 821px;
  height: 563px; /* Conservez le rapport hauteur/largeur d'origine */
  margin-right: 28px; /* Alignez à droite */
  margin-left: 60px;

}
.memoire-text {
  font-size: 12pt;
  color: #0F0076;
  width:77% ;
  margin-bottom: 60px;
  line-height: 1.5;
}
.memoire-comp {
  color: #0F0076;
  margin-bottom: 70px
  
}

/* Footer*/


.footer {
  background-color: #0F0076;
  color: white;
  display: flex;
  justify-content: space-between;
  height: 200px;
  padding-left: 5%; /* Ajoute un peu d'espace autour du contenu */
  padding-right: 80px;
  max-width: 1900px; /* Définit la largeur maximale de la section */
  margin: 0 auto;
}


.cv-button {
  margin-top: 50px;
  display: inline-block;
  padding: 10px 20px;
  background-color: #0F0076;
  color: white;
  font-family: 'PlusJakartaSans-Bold', sans-serif;
  text-decoration: none;
  font-size: 12pt;
  border-radius: 25px;
  transition: background-color 0.3s ease-in-out;
  margin-bottom: 110px;
  border: 2px solid white;
}

.cv-button:hover {
background-color: #FFA900;
color: #fff;
}

.email {
  margin-top: 60px;
  font-family: 'PlusJakartaSans-Regular', sans-serif;
  font-size: 12pt;
}
.email {
  margin-top: 60px;
  font-family: 'PlusJakartaSans-Regular', sans-serif;
  font-size: 12pt;
  text-align: center;
}
.email-address {
  font-size: 12pt;
  color: white;
}

.portfolio-info {
  font-size: 10pt;
  color: #757272;
}
.social-icons {
  margin-top: 55px;
  display: flex;
  gap: 25px;
}

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


.highlight {
  background-color: #FFD336; /* Couleur de fond jaune */
}