.block-parent,
.block-collectivite,
.block-ecole {
    margin-bottom: 50px;
}

.section-title {
    color: #FFF;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 45px;
    font-weight: bold;
    padding: 90px 0;
    text-align: center;
}

.block-parent .section-title {
    background-image: url('../img/parents.png');
}

.block-ecole .section-title {
    background-image: url('../img/ecole.png');
}

.block-collectivite .section-title {
    background-image: url('../img/collectivite.png');
}

.explaination-block,
.formation-block,
.motivation-block {
    padding: 15px 0;
}

.explaination-block .title,
.formation-block .title,
.motivation-block .title {
    font-size: 20px;
    padding: 20px 0;
    text-align: center;
}

.explaination-block .title span,
.formation-block .title span,
.motivation-block .title span{
    font-size: 34px;
    font-weight: bold;
}

.block-collectivite .short-description,
.block-parent .short-description,
.block-ecole .short-description {
    text-align: center;
    font-size: 16px;
    margin: 30px 0;

}

.explaination-block .punchline,
.formation-block .punchline,
.motivation-block .punchline {
    color: #29193d;
    margin-top: 50px;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: bold;
}

.btn-link {
    background-color: #29193d;
    border-radius: 50px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    margin: 15px 0;
    padding: 12px 40px;
    text-transform: uppercase;
}

.btn-link:hover {
    background-color: #29193d;
    color: #FFFFFF;
    text-decoration: none;
}
.mentions h1{
    font-weight: bold;
    text-align: center;
}
.mentions p{
    font-weight: normal;
}
.mentions h2{
    font-weight: bold;
}
.mentions a{
    color: black;
    font-weight: bold;
}
.text-bold{
    font-weight: bold;
}
#confidentialite p{
    font-weight: normal;
}
#confidentialite h2{
    font-weight: bold;
}
#confidentialite ul li{
    list-style: initial;
    font-weight: normal;
}
@media (max-width: 991px) {

    .section-title {
        font-size: 30px;
    }

    .explaination-block .punchline,
    .explaination-block p,
    .formation-block .punchline {
        text-align: center;
    }

    .btn-link {
        display: block;
    }

}