#homme .text{
    font-size: 20px;
    width: 70%;
    margin-bottom: 120px;
}

#homme .text p{display: inline;}


#homme .linkedin p{
    font-size: 15px;
  }

#homme .linkedin{
    padding: 0px;
    display: grid;
    text-align: center;
    margin: 2%;
    width: 15%;
    margin-bottom: 120px;
    }

#homme .linkedin *{
    padding: 0;
    margin: 0;
}
#homme .profil {
    border-radius: 100%;
    width: 13%;
    margin-bottom: 120px;
}


#homme .button_activate a {
    border: #0a66c2 solid 2px; 
    color: #0a66c2;
    border-radius: 10px;
}

#homme .button_activate a:hover {
  color: white; 
}

#homme .button_activate a::before {
  background-color: #0a66c2;
}

@media screen and (max-width: 768px){
#homme {
    min-height: 0;
    padding-bottom: 20px;
  }

  #homme .linkedin{
    width: 50%;
    margin-bottom: auto;
  }

  #homme .text{
    width: 90%;
    margin-bottom: auto;
  }

  #homme .profil{
    width: 35%;
    margin-bottom: auto;
  }
}