#image_guerre {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#titre_image {
  color:  white;
  position: absolute;
  top: 10%;
  right: 2%;
  font-size: 400%;
  text-align: end;
  font-weight: bold;
}

.First{
  color: black;
  background-color: white;
  text-align: start;
  position: relative;
  border-radius: 20px; 
  width: 80%;
  height: 400px;
  margin-left: 10%;
  margin-top: 2%;
  margin-right: 60%;
  padding-top: 5%;
  padding-left: 2%;
  font-size: 110%;
  z-index: -1;
}
.First p{
  width: 40%;
}

#secondww2 {
  width: 40%;
  height: auto;
  position: absolute;
  z-index: 0;
  top: 10%;
  right: 2%;
}
.deuxieme-Titre{
  color:  white;
  position: absolute;
  top: 3%;
  width: auto; 
  right: 50%;
  font-size: 100%;
  font-weight: bold;
  white-space: nowrap;
  background-color: black;
  padding: 1%;
  border-radius: 20px; 
}

.highlight {
  text-decoration: underline;
  padding: 2%;
  border-radius: 20px;
  transition: background-color 0.3s ease;
}

.highlight:hover {
  background-color: black;
}
