.extern {
  width: 100%;
  overflow: auto;
}

.header {
  display: flex;
}

.cv a {
  flex-basis: auto;
  position: absolute;
  top: 27px;
  right: 20px;
  font-size: 20px;
  text-decoration: none;
  color: black;
  font-family: "poppins";
  font-weight: 700;
  color: #eb6b0b;
}

.nom {
  flex-basis: auto;
  margin-left: 20px;
}

.presentation {
  overflow: hidden;
  height: 94%;
  position: relative;
}

.presentation img {
  height: 100%;
}

.moi {
  position: absolute;
  background-color: grey;
  width: 17%;
  height: 57%;
  margin: 9% 32%;
}

.propos {
  background-color: #eb6b0b;
  width: 30%;
  font-size: 13px;
  color: white;
  font-family: "poppins";
  font-weight: 400;
  position: absolute;
  margin: 25% 45%;
}

.bonjour {
  padding: 0 5%;
}

.groupe {
  float: left;
}

.projet {
 margin: 50px 0px 0px 20px;
 width: 50%;
}

.projh {
width: 85%;
object-fit: cover;
}

.demande {
  width: 85%;
  display: flex;
  margin-top: 10px;
}

.projv {
  width: 50%;
  margin-right: 10px;
  object-fit: cover;
}

.intention {
  font-family: "poppins";
  font-weight: 400;
  font-size: 15px;
}

.title {
  font-size: 24px;
  font-family: "poppins";
  font-weight: 700;
}

.projetr {
 margin: 50px 20px 0px 0px;
 width: 50%;
 float: right;
}

.projhr {
width: 85%;
float: right;
object-fit: cover;
}

.demander {
  width: 85%;
  display: flex;
  margin-top: 10px;
  float: right;
}

.projvr {
  width: 50%;
  margin-left: 10px;
  object-fit: cover;
}

.footer .signature {
  font-size: 12px;
  font-family: "poppins";
  font-weight: 100;
  width: 100%;
  height: 20%;
}

@media (min-width: 200px) and (max-width: 900px) {
  .moi {
    position: absolute;
    background-color: grey;
    width: 17%;
    height: 57%;
    margin: 8% 35%;
  }

  .propos {
    background-color: #eb6b0b;
    width: 80%;
    font-size: 13px;
    color: white;
    position: absolute;
    padding: 1%;
    margin: 65% 10%;
  }

  .groupe {
    float: left;
    margin-bottom: 25px;
  }

  .projet {
   margin: 50px 0px 0px 20px;
   width: calc(100% - 20px);
  }

  .projh {
  width: 85%;
  }

  .demande {
    width: 85%;
    display: inline-block;
    margin-top: 10px;
    padding-bottom: 5%;
    border-bottom: solid;
  }

  .projv {
    width: 100%;
    margin-right: 10px;
  }

  .intention {
    font-size: 15px;
  }

  .title {
    font-size: 24px;
  }

  .projetr {
   margin: 50px 0px 0px 20px;
   width: 85%;
   float: none;
  }

  .projhr {
  width: 100%;
  float: none;
  }

  .demander {
    width: 100%;
    display: inline-block;
    margin-top: none;
    float: none;
    padding-bottom: 5%;
    border-bottom: solid;
  }

  .projvr {
    width: 100%;
    margin-top: 25px;
    margin-left: 0%;
  }

  .footer {
    margin-top: 25px;
    margin-left: 20px;
    font-size: 12px;
  }
}
