@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap");
body {
  margin: 0;
  font-family: "Roboto", sans-serif;
}

header {
  background-image: url(../images/banner00.jpg);
  background-repeat: no-repeat;
  height: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
header button {
  margin-top: 50px;
  border: 3px solid white;
  color: white;
  background-color: transparent;
  width: 185px;
  height: 58px;
  font-size: 18px;
  font-weight: bold;
}

h1 {
  color: white;
  margin: 0;
  font-size: 64px;
  position: relative;
}
h1::before, h1::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: white;
}
h1::before {
  top: 0;
}
h1::after {
  bottom: 0;
}

ul {
  background-color: #252e30;
  height: 70px;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  align-items: center;
  padding-right: 150px;
}

li {
  color: white;
  list-style: none;
  margin: 15px;
  font-weight: bold;
}
li:hover {
  color: #2ecc71;
  list-style: none;
  margin: 15px;
}

/*Footer*/
footer {
  background-color: #191f21;
  height: 200px;
}
footer h4 {
  display: flex;
  justify-content: center;
  color: #4b5456;
  margin: 0px;
  padding-top: 50px;
}

.footer {
  display: flex;
  justify-content: center;
}
.footer img {
  margin-top: 30px;
  margin-left: 5px;
  margin-right: 5px;
  width: 36px;
}
.footer img:hover {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: white;
}

header {
  background-image: url(../images/banner00.jpg);
  background-repeat: no-repeat;
  height: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
header button {
  margin-top: 50px;
  border: 3px solid white;
  color: white;
  background-color: transparent;
  width: 185px;
  height: 58px;
  font-size: 18px;
  font-weight: bold;
}

h1 {
  color: white;
  margin: 0;
  font-size: 64px;
  position: relative;
}
h1::before, h1::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: white;
}
h1::before {
  top: 0;
}
h1::after {
  bottom: 0;
}

ul {
  background-color: #252e30;
  height: 70px;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  align-items: center;
  padding-right: 150px;
}

li {
  color: white;
  list-style: none;
  margin: 15px;
  font-weight: bold;
}
li:hover {
  color: #2ecc71;
  list-style: none;
  margin: 15px;
}

/*Footer*/
footer {
  background-color: #191f21;
  height: 200px;
}
footer h4 {
  display: flex;
  justify-content: center;
  color: #4b5456;
  margin: 0px;
  padding-top: 50px;
}

.footer {
  display: flex;
  justify-content: center;
}
.footer img {
  margin-top: 30px;
  margin-left: 5px;
  margin-right: 5px;
  width: 36px;
}
.footer img:hover {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: white;
}

.values {
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.values h2 {
  margin: 0px;
}

.value {
  display: flex;
  flex-direction: column;
  width: 320px;
  margin: 30px;
}

.me {
  background-color: #f2f2f1;
  height: 754px;
  display: flex;
  flex-direction: row;
}
.me h2 {
  margin-left: 100px;
  margin-top: 100px;
}
.me p {
  margin-left: 100px;
}

.text-me {
  display: flex;
  flex-direction: column;
}

.competences {
  display: flex;
  flex-direction: row;
}

.competence-container {
  display: flex;
  flex-direction: row;
  margin-left: 100px;
  margin-top: 50px;
}
.competence-container img {
  height: 45px;
  padding-top: 18px;
  margin-right: 15px;
}

.competence {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.competence p {
  margin: 0px;
}

.skills {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-around;
}
.skills-container {
  display: flex;
  flex-direction: column;
  margin-top: 110px;
}

.skill {
  margin-top: 100px;
}
.skill h2 {
  margin-left: 100px;
}
.skill p {
  margin-left: 100px;
  margin-bottom: 40px;
  width: 600px;
}
.skill button {
  margin-left: 100px;
  font-family: "Roboto", sans-serif;
  background-color: white;
  color: #2ecc71;
  border: 3px solid #2ecc71;
  width: 185px;
  height: 58px;
  font-size: 18px;
  font-weight: bold;
}

.pourcentages1, .pourcentages2, .pourcentages3 {
  position: relative;
  background-color: #f2f2f1;
  height: 30px;
  width: 560px;
  margin-bottom: 50px;
}

.pourcentage1, .pourcentage2, .pourcentage3 {
  position: absolute;
  background-color: #2ecc71;
  height: 30px;
  text-align: end;
}
.pourcentage1 p, .pourcentage2 p, .pourcentage3 p {
  color: white;
  position: relative;
  bottom: 10px;
  right: 10px;
}

.pourcentage1 {
  width: 90%;
}

.pourcentage2 {
  width: 80%;
}

.pourcentage3 {
  width: 70%;
}

.resume {
  background-color: #f2f2f1;
  height: 400px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.resume h2 {
  display: flex;
  justify-content: center;
  padding-top: 100px;
  margin: 0px;
}
.resume p {
  width: 860px;
  margin-bottom: 50px;
}
.resume button {
  font-family: "Roboto", sans-serif;
  background-color: #f2f2f1;
  color: #2ecc71;
  border: 3px solid #2ecc71;
  width: 215px;
  height: 58px;
  font-size: 18px;
  font-weight: bold;
}

.experience {
  display: flex;
  flex-direction: row;
}

.education h2 {
  margin-left: 100px;
  margin-top: 100px;
}

.education p {
  margin-left: 100px;
  margin-bottom: 40px;
  width: 600px;
}

hr {
  width: 1200px;
}

.work h2 {
  margin-left: 100px;
  margin-top: 100px;
}

.work p {
  margin-left: 100px;
  margin-bottom: 40px;
  width: 600px;
}

.liste {
  margin-top: 130px;
  margin-bottom: 100px;
  margin-left: 80px;
}
.liste hr {
  width: 490px;
}
.liste button {
  background-color: #2ecc71;
  border-color: #2ecc71;
  color: white;
  font-weight: bold;
}

.stone {
  background-color: #f2f2f1;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.stone h4 {
  display: flex;
  justify-content: center;
}
.stone p {
  padding-top: 50px;
  width: 650px;
}

.circle-container {
  display: flex;
  flex-direction: row;
}

.circle {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin: 5px;
  background-color: #2ecc71;
  border: 2px solid #2ecc71;
}
.circle:not(:first-child) {
  background-color: transparent;
}

.portfolio {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.portfolio h2 {
  display: flex;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 40px;
}
.portfolio-image {
  margin-top: 50px;
  margin-bottom: 100px;
  width: 1200px;
}
.portfolio img {
  margin: 15px;
}
.portfolio img:hover {
  margin: 15px;
  filter: sepia(100%) hue-rotate(90deg) brightness(100%);
}

.contacts {
  background-color: #252e30;
  height: 700px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-content: space-around;
}

.contact h2 {
  padding-top: 100px;
  color: white;
}

.contact p {
  color: #919191;
  margin-bottom: 40px;
}

.contact h4 {
  color: white;
  padding-right: 40px;
}

#email {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
#email h4,
#email p {
  margin: 0px;
}

.email {
  margin-top: 100px;
}
.email h4 {
  color: white;
}
.email button {
  font-family: "Roboto", sans-serif;
  margin-bottom: 100px;
  margin-top: 40px;
  width: 186px;
  height: 86px;
  font-weight: bold;
  font-size: 16px;
  background-color: #191f21;
  color: white;
}

input {
  background-color: #4b5456;
  width: 542px;
  height: 56px;
}

textarea {
  background-color: #4b5456;
  width: 542px;
  height: 280px;
}

.email {
  display: flex;
  flex-direction: column;
}

/*# sourceMappingURL=style.css.map */
