#topSommaire {
    height: 5em;
}

#somm {
    line-height: 1.5em;
}

.sommaire a {
    color: #2f2f2f;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
}

.sommaire a:hover {
    text-decoration: underline;
}


.faqTitleEntry {
    padding-top: 2em;
}



.faqParag {
    width: 30em;
    line-height: 1.2em;
}

.artRetour {
    margin-left: 1em;
    font-size: 0.8em;
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 640px) {
    #contFaq {
        width: 95%;
        margin: 0px auto;
    }
    
    .faqParag {
        width: 95%;
    }
}