.section--seance{
    padding: 0 0 78px 0;
}

.section--seance .section__header {
    margin: 0 0 80px 0;
}
.section--seance .section__header .section__title {
    width: 100%;
    text-align: center;
    margin: 0 0 15px 0;
}

.section--seance .section__header .section__text {
    width: 100%;
    text-align: center;
}

@media all and (max-width: 1024px){
    .section--seance{
        padding: 0 0 50px 0;
    }
    .section--seance .section__header {
        margin: 0 0 50px 0;
    }
    .section--seance .section__header .section__title {
        margin: 0 0 10px 0;
    }
}



