body {
  padding: 0;
  margin: 0;
  overflow: hidden;
  background-color: #81b118;
  color: rgba(255,255,255,0.65);
  font-family: 'Source Sans Pro', sans-serif;
}

.wrapper {
    width: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% ,-70%);
}
.background {
  background: url('https://docs.axion-sante.fr/fiches/Celine/img/background-portail-clair.png') no-repeat center top;
    background-size: contain;
    background-repeat: repeat;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: auto;
  width: 100%;
}
.card {
  margin: 70px auto 200px;
  max-width: 420px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}
@media (max-width:600px){
  .card {
  margin: 10px;
}
}
.cover-bg {
  width: 100%;
  height: 130px;
  background: #81b118;
  background-size: 100%;
  background-position-y: -25px;
  border-radius: 15px 15px 0 0;
}
.user-info {
  padding-left: 16px;
  padding-top: 35px;
}
.user-info-wrap {
  margin-top: -65px;
  display: flex;
  padding: 0 20px;
}
.user-name {
  font-weight: 500;
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  margin-top: -5px;
}
.user-title {
  font-size: 16px;
  font-weight: 200;
  color: #8b8784;
  display: block;
  margin-top: 10px;
}
.user-photo {
  height: 120px;
  min-width:120px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  background: #fff url('/img/cecile.png') no-repeat center;
  background-size: cover;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}
.user-bio {
  padding: 0px 20px;
  color: black;
}
.user-bio p {
  font-size: 14px;
  font-weight: 300;
}
.social {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
.social-icons {
  display: flex;
}
.social a {
  display: block;
  height: 20px;
  color: #a9a9a8;
  margin-right: 13px;
  transition: all 0.3s ease-in-out 0s;
}
.fiche{
    display: flex;
    padding: 0px 25px;
    margin: 10px 20px;
    box-shadow: 0px 0px 10px #0000000f;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    color: #4d5134;
    transition: .5s;
}
.fiche:hover{
      box-shadow: 0px 0px 10px #00000047;
}
.orange{
  background: #81b118;
  color: white;
}
.fiche div svg {
  padding-right: 10px
}
.social a .fa {
  height: 32px;
}
.social a:hover {
  color: #47a398;
}
.social .message a {
  margin: 0;
}