body{
    background-color: #878dec;
    height: 100%;
    margin-bottom: auto;
}

section {
    /*padding: 19rem 0 !important;*/
    top: 8rem;
    position: relative;
}
em{
    font-style: normal !important;
    font-weight: 900 !important;
}

#cred{
    display: grid;
    /*grid-template-columns: repeat(3, 1fr);*/
    grid-gap:20px;
    /*margin-top: 120px;*/
}




@media (min-width: 1200px) {

    #cred{
        grid-template-columns: repeat(4, 1fr);
    }

}




#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;
}

em{
    font-style: normal !important;
    font-weight: 900 !important;
}
