/* CSS ABONNEMENT */
#ab-pourquoi{
    padding: 3.125rem 0;
    text-align: center;
}
#ab-pourquoi .main-title{
    margin-bottom: 1.7rem;
    font-weight: 700;
}
#ab-pourquoi .card{
    background: var(--wp--preset--color--primary);
    margin: 0 1rem 1.875rem 1rem;
    max-width: 14rem;
    padding: 1.25rem;
    color: var(--wp--preset--color--white);
}
#ab-pourquoi .card .title-container{
    margin: auto;
    margin-bottom: 0.8125rem;
    max-width: 60%;
}
#ab-pourquoi .card .title-container .number{
    font-size: 3.375rem;
    line-height: 1.2em;
    font-weight: 700;
}
#ab-pourquoi .card .title-container h3{
    font-weight: 300;
    text-align: left;
    text-transform: initial;
    line-height: 1em;
    padding-left: .5rem;
    padding-top: .6rem;
}
#ab-pourquoi .card .texte{
    color: var(--wp--preset--color--white);
}

@media screen and (max-width: 47.9375rem) {
    #ab-pourquoi{
        padding: 1.875rem 0 2.5rem 0;
    }
}

@media screen and (max-width: 35.4375rem) {
    #ab-pourquoi .cards{
        margin-bottom: 0.625rem;
    }
    #ab-pourquoi .card{
        max-width: 100%;
        margin: 0 0 1.25rem 0;
    }
    #ab-pourquoi .card .title-container{
        margin: 0;
    }
    #ab-pourquoi .card .texte{
        text-align: left;
    }
}

#ab-comment{
    padding: 3.125rem 0 5.625rem 0;
    background: var(--wp--preset--color--white-2);
}
#ab-comment .main-title{
    margin-bottom: 1.7rem;
    font-weight: 700;
    padding-left: 1.5625rem;
}
#ab-comment .card .separator{
    display: block;
    background-color: var(--wp--preset--color--light);
    height: 0.0625rem;
    width: 5rem;
    margin-bottom: 2rem;
    margin-top: 1rem;
}
#ab-comment .card{
    padding: 0 1.5625rem;
}
#ab-comment .card .card-title{
    color: var(--wp--preset--color--primary);
    padding-bottom: 0.8rem;
    width: 100%;
    margin-bottom: 1.25rem;
    border-bottom: solid 0.0625rem var(--wp--preset--color--light);
}
#ab-comment .card .texte{
    color: var(--wp--preset--color--grey);
    line-height: 1.6em;
}
@media screen and (max-width: 35.4375rem) {
    #ab-comment{
        padding-bottom: 0;
    }
    #ab-comment .card{
        margin-bottom: 1.875rem;
        padding: 0;
    }
    #ab-comment .main-title{
        padding: 0;
        margin-bottom: 1.875rem;
    }
}

#ab-visuel{
    background: var(--wp--preset--color--white-2);
}

#ab-sabonner{
    background: var(--wp--preset--color--white-2);
    padding: 3.125rem 0;
    text-align: center;
}
#ab-sabonner .main-title{
    margin-bottom: 1.25rem;
    font-weight: 700;
}
#ab-sabonner .texte{
    max-width: 25.875rem;
    color: var(--wp--preset--color--grey);
    margin: 0 auto 1.75rem auto;
}
@media screen and (max-width: 35.4375rem) {
    #ab-sabonner{
        padding: 2.5rem 0;
    }
}