body {
  font-family: "Outfit";
  margin: 0;
}

/* preview section */
.section-preview {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #2c3e50;
  height: 850px;
  margin-bottom: 100px;
}

.detail-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.identite {
  font-size: 80px;
  color: white;
}

.research {
  font-size: 50px;
  color: white;
}

.img-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-profil {
  width: 800px;
  border-radius: 50%;
}

/*end preview section */

/* experience section */
.container-competences {
  margin-bottom: 100px;
}

.experience-section {
  margin-bottom: 100px;
}

.img-experience {
  width: 600px;
}

.title-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-section {
  font-size: 60px;
}

.title-li {
  font-size: 30px;
}

.description-li {
  font-size: 30px;
}

/* end experience section */

/* compétences section */
.box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 30px;
}

.img-langage-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 200px;
}

.logo-langage {
  width: 200px;
  transition: transform 0.4s;
}

.logo-langage:hover {
  transform: scale(1.3);
}

.langage {
  display: flex;
  justify-content: center;
  font-size: 30px;
}

/* end compétences section */

/* About section */
.container-about {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 100px;
}

.img-about {
  width: 900px;
}

.description-for-me {
  width: 1500px;
  font-size: 30px;
  text-align: center;
}

/* end About section */

/* Project section */
.container-project {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 100px;
}

/* en Project section */

/* formations section */
.container-formation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 100px;
}

/* end formation section */

/* info section */
.info-section {
  display: flex;
  justify-content: space-around;
  background-color: #2c3e50;
  height: 250px;
}

.lien-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.img-lien {
  width: 50px;
}

.lien-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mail {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 375px;
  gap: 10px;
}

.tel {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 200px;
  gap: 10px;
}

.info {
  font-size: 30px;
  color: white;
}

/* end info section */
