.paragraph-contact {
  margin-bottom: 40px;
}

.profil-picture img{
  margin: 0;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  margin-right: 23px;
  object-fit: cover;
  max-width: unset;
  flex: unset;
}

.rte-swi-text {
  font-family: NunitoSans, "";
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: normal;
}

.contact-title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.contact-title .logo-linkedin {
    margin-left: 10px;
}

.rte-swi-text a .rte-blue-button{
  margin-top: 26px;
}

#contact-localisation img {
  margin-right: 10px;
}

.rte-blue-button {
  min-height: 39px;
  width: 120px;
  border: none;
  border-radius: 19.5px;
  background-color: #00a6d9;
  font-family: NunitoSans;
  font-size: 14px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  cursor: pointer;
}

.contact-info a {
  width: 39px;
  height: 39px;
  border-radius: 20px;
  background-color: rgba(0, 166, 217, 0.24);
  padding: 8px;
  text-align: center;
  align-items: center;
  display: inline-flex;
  margin-left: 10px;
}

.contact-info a:hover {
  background-color: #15252C;
}

@media only screen and (max-width: 768px) {
  .profil-picture img{
    height: 93px;
    width: 93px;
    flex: unset;
    padding: 0;
    max-width: unset;
    margin-left: 15px;
    margin-right: 0;
  }

  .rte-swi-text {
    padding: 0;
  }

  .contact-title, .contact-function, #contact-localisation {
    margin-bottom: 8px;
  }

  .contact-title {
    font-size: 20px;
  }

  .contact-function, .contact-localisation {
    font-size: 16px;
  }

  .contact-info-layout {
    flex: 1;
  }

}
