#conditions-generale {
    max-width: 90%;
    margin: 60px auto 100px auto;
}

#conditions-generale section {
    margin-bottom: 30px;
}

#conditions-generale section.neuf {
    border: 1px solid #383838;
    padding: 10px;
}

#conditions-generale h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 24px;
}

#conditions-generale h4 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
}

#conditions-generale h4 span {
    margin-right: 10px;
}

#conditions-generale p {
    line-height: 28px;
    margin-bottom: 10px;
}


@media (min-width: 1000px) {
    #conditions-generale {
            max-width: 1024px;
        }
}