@import url(./apropos.css);

.section-two{
  margin-top: 0;
  background-color: #E5E5E5;
  padding-top: 30px;
  padding-bottom: 30px;
}
h3{
  padding-top: 30px;
}
.first-section-mespages button{
    padding: 10px 25px;
    color: #e3e3e3;
    background: #3a3a3a;
    border: 2px solid #3a3a3a;
    border-radius: 10px;
    outline: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 1.7rem;
    transition: .3s ease-in-out;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-right: 10px;
}

/*footer*/
footer{
  background-color: #E5E5E5;
}