.personal-informations {
  display: contents;
}

.personal-informations p {
  margin: 10px 50px;
}

.personal-informations a {
  margin: 10px 50px;
}


.backgroundProfil {
  background-color: #F3F3F3;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px;
  border-radius: 20px;
}

.butonEditProfil {
  background-color: transparent;
  border: 0.15em solid #1BAE81;
  color: #1BAE81;
  font-weight: 600;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  height: 25px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.butonEditProfil:hover {
  background-color: #1BAE81;
  color: #ffffff;
}

.butonEditProfil:hover svg path {
  fill: #fff;
  transition: fill 0.3s ease;
}

.butonAddImage {
  background-color: transparent;
  border: 0.1em solid #1BAE81;
  color: #1BAE81;
  font-weight: 600;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  height: 25px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.butonAddImage:hover {
  background-color: #1BAE81;
  color: #ffffff;
}



.buttonDeleteRGE {
  color: #D35052;
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}