.accueil-photos {
  background-color: white;
  padding: 80px;
}

.accueil-photos h2 {
  color: #242424;
  text-align: center;
  margin-bottom: 80px;
}

.accueil-photos div {
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: center;
  margin-bottom: 15px;
}

.accueil-introduction {
  display: flex;
  flex-direction: row;
  width: 60%;
  align-items: flex-start;
  margin: auto;
}

.accueil-introduction h1 {
  margin-bottom: 15px;
}

.accueil-introduction p {
  margin-bottom: 30px;
}

.accueil-introduction div {
  padding-right: 80px;
}

.section-contact h2 {
  color: #a5b4fc;
  text-align: center;
}

.nomemail {
  display: flex;
  flex-direction: row;
  gap: 6%;
  padding: 15px;
  border-radius: 3px;
  border: none;
}
.nom, .mail { 
  color: white;
} 
.mess {
  color: white;
}

.form {
  display: flex;
  flex-direction: column;
  width: 40%;
  margin: auto;
  color: white;
  border-radius: 100%;
}

.mail { 

}