.background-work img {
  width: 100vw;
  border-bottom: white solid 1px;
}

.presentation-me {
  margin-top: -30px;
  opacity: 100%;
  color: rgb(224, 224, 224);
}

.presentation-me h2 {
  font-family: "Bebas Neue", cursive;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
}

.presentation-me h3 {
  font-family: "Bebas Neue", cursive;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1.3rem;
  margin-top: 30px;
  margin-left: 20px;
  font-weight: 400;
}

.entete {
  position: relative;
  margin-top: 60px;
}

.entete img {
  border-radius: 50%;
  width: 130px;
  position: absolute;
  top: -40px;
  right: 15px;
  border: solid rgb(255, 255, 255) 2px;
  cursor: pointer;
}

.entete p {
  font-family: "Bebas Neue", cursive;
  font-family: "Open Sans Condensed", sans-serif;
  padding: 20px;
  margin-top: 50px;
  font-size: 1.2rem;
}

.cv {
  text-align: center;
  margin-top: -20px;
}

.cv p {
  font-family: "Bebas Neue", cursive;
  font-family: "Open Sans Condensed", sans-serif;
  color: white;
}

.cv img {
  width: 100px;
}

.pourquoi h3 {
  text-align: center;
  font-family: "Bebas Neue", cursive;
  color: white;
  font-family: "Open Sans Condensed", sans-serif;
  margin-bottom: 20px;
}

.pourquoi {
  font-family: "Bebas Neue", cursive;
  font-family: "Open Sans Condensed", sans-serif;
  padding: 20px;
  margin-top: 20px;
  font-size: 1.2rem;
  color: rgb(233, 233, 233);
}
@media screen and (min-width: 568px) {
  .entete {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .entete p {
    font-size: 1.3rem;
  }
  .pourquoi {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .pourquoi p {
    font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  .entete {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .entete p {
    font-size: 1.3rem;
  }
  .pourquoi {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .pourquoi p {
    font-size: 1.3rem;
}

@media screen and (min-width: 992px) {
  .presentation-me {
    margin-top: -33px;
  }
  .presentation-me h2 {
    font-size: 4rem;
  }
  .entete {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .entete p {
    font-size: 1.3rem;
  }
  .pourquoi {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .pourquoi p {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1200px) {
  .presentation-me {
    margin-top: -34px;
  }
  .presentation-me h2 {
    font-size: 5rem;
  }
  .entete {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .entete p {
    font-size: 1.5rem;
  }
  .pourquoi {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .pourquoi p {
    font-size: 1.5rem;
  }
}
