/*BASES*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

header {
  padding: 10px;
  background-color: rgb(120, 148, 132);
}

body {
  font-family: "Raleway", sans-serif;
  margin: 0;
  color: rgb(8, 58, 31);
}

footer {
  text-align: center;
  margin-top: 50px;
}

a {
  text-decoration: none;
  color: rgb(8, 58, 31);
}

a:hover {
  color: rgb(120, 148, 132);
}

/*COMPOSANTS*/

.header-title {
  text-align: center;
  margin-left: -300px;
  color: black;
}

.title {
  font-size: 60px;
  font-family: "Luxurious Roman", sans-serif;
  font-weight: 300;
  margin-top: 50px;
}

.subtitle {
  font-size: 50px;
  font-family: "Charm", sans-serif;
  font-weight: 300;
  margin-top: -50px;
}

.information-list {
  margin-top: -10px;
}

.linkedin {
  margin-left: 180px;
}

.portfolio {
  margin-left: 200px;
}

.parcours,
.formation {
  padding-left: 200px;
  padding-right: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.parcours {
  background-color: rgb(218, 228, 223);
}

.section-title {
  padding: 10px;
  background-color: rgb(218, 228, 223);
  text-align: center;
}

.parcours .section-title {
  background-color: rgb(184, 204, 193);
}

.formation {
  background-color: rgb(184, 204, 193);
}

.formation .section-title {
  background-color: rgb(151, 180, 165);
}

.informations,
.hard-skills,
.soft-skills {
  border-style: double;
  padding: 20px;
  border-color: rgb(8, 58, 31);
}

.informations {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 300px;
  margin-right: 300px;
}

.hard-skills,
.soft-skills {
  margin-left: 175px;
  margin-right: 175px;
  margin-top: 45px;
}

.button1,
.button2 {
  padding: 10px;
  background-color: rgb(218, 228, 223);
  border-style: none;
  margin-top: 20px;
}

/*LAYOUT*/

.header-content,
.section-informations,
.section-parcours {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.body-content {
  display: flex;
  justify-content: space-between;
}

.section-informations {
  gap: 40px;
  text-decoration: none;
}
