#bannerPortfolio {
  width: 100%;
  height: fit-content;
  background: url(../images/cover1-min.jpg);
  background-position: 0px 30%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
#profil-img-port {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 300px;
  height: 300px;
  border-radius: 50%;

  position: relative;
  top: 135px;
  left: 25px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.cvLoad a {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 15px;
  background-color: #082359;
  color: #f6f6f6;
  border-radius: 30px;
  transition: 0.7s;
  border: 1px solid #082359;
}
.cvLoad a:hover {
  border: 1px solid #082359;
  background-color: #f6f6f6;
  color: #082359;
  text-decoration: none;
}
#description {
  padding: 10px;
}
@media (max-width: 575px) {
  #profil-img-port {
    width: 210px;
    height: 210px;
    top: 100px;
  }
}
