/**
 * Styles pour le bloc Texte Simple
 */

.block-texte-simple {
    width: 100%;
    margin: 100px 0;
    h2{
        font-family: 'Figtree', sans-serif;
        font-size: 4rem;
        font-weight: 700;
        padding-top: 30px;
        text-transform: uppercase;
        color: #000;
        padding-bottom: .5em;
        line-height: 1;
        border-bottom: 1px solid;
        margin-bottom: 0.2em;
    }
}

.block-texte-simple strong {
    font-weight: 600;
}

.block-texte-simple__content {
    max-width: 100%;
}

.block-texte-simple__content p:last-child {
    margin-bottom: 0;
}

.block-texte-simple__content p{
    padding-bottom: 30px;
}
