.titrebesoins {
    text-align: center;
    font-weight: bold;
}

.margetop {
    margin-top: 100px !important;
}

.margetopfirst {
    margin-top: 40px !important;
}

.test {
    width: 80%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: -20px;
}

.justus {
    text-align: center;
    color: #0069a5;
}

.justu {
    text-align: justify;
}

hr {
    width: 100%;
}

@media screen and (max-width: 650px) {
    .margetop {
        margin-top: 30px !important;
    }
    ul {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}