/*--------------------------------------------------------------------------*\
    Buttons backgrounds > cta
\*--------------------------------------------------------------------------*/

.btn--bg--cta {
    /*background*/
    background-color: var(--c-cta-2);

    /* si le bouton contient un svg */
    fill: var(--c-white);

    /*text*/
    color: var(--c-white);
}

/*--------------------------------------------------------------------------*\
        Hover
\*--------------------------------------------------------------------------*/

.btn--bg--cta:hover {
    /*background*/
    background-color: var(--c-cta-1);
}