body{
    background-color: #878dec;
    height: 100%;
    margin-bottom: auto;
}

section {
    /*padding: 19rem 0 !important;*/
    top: 8rem;
    position: relative;
}

#cred{
    display: flex;
}


#about a{
    text-decoration: underline;


}

#about a:hover, #services2 a:hover
{
    text-decoration: none;

}

.deviconSize4{
   height: 3em;
}

.deviconSize5{
   height: 3.2em;
}

@media all and (min-height: 280px) and (max-height: 768px)
{
    section {
        top: 1rem;
        position: relative;
    }
}

@media all and (min-width: 280px) and (max-width: 992px)
{
    .deviconSize4{
        height: 2rem;
    }
    .responsive{
        text-align: center;
    }
}

#reseauSociaux{
    display: flex;
    justify-content: center;

}

.followme{
    display: flex;
    justify-content: center;

}

a,a:hover{
    color: white;
    text-decoration: none;
}

strong{
    font-weight: 900;;
}