body {
  background-color: #f4f2eb;
}

.center {
  text-align: center;
}


#title_one {
  color: #ff420e;
  font-style: normal;
  font-size: 50px;
}

#title_two {
  color: #003366;
  font-style: italic;
  font-size: 40px;
}


#under_title {
  color: #003366;
  font-style: italic;
}


.image-container {
  display: flex;
  gap: 70px;
  justify-content: space-around;
  /* Ajoute un espace entre les images */
}

.image-container_two {
  display: flex;
}


.image-container_three {
  display: flex;
  gap: 70px;
  justify-content: space-around;
  /* Ajoute un espace entre les images */
}



.section {
  text-align: center;
  margin-left: 0px;
  border: 10px solid blue;
}

#menu_style {
  font-size: 100px;
  color: #003366;
  font-style: italic;
}



#pdf_name_style {
  font-size: 75px;
  color: #ff420e;
  font-style: oblique;
}


#paragraph_style {
  font-size: 30px;
  color: #003366;
}



#image_one,
#image_two,
#image_three,
#image_one_bis,
#image_two_bis,
#image_three_bis {
  width: 30%;
  height: 300px;
  object-fit: cover;
  /* Pour ajuster l'image sans déformation */
  border: 2px solid black;
}