/*------------------------------- general init -----------------------------------*/
#footer {
    text-align: left;
}
#footer #push_subscription .action {
    margin-top: unset;
    margin-bottom: 3rem;
    position: relative;
    background-color: #ed7203;
}
#footer #push_subscription .action .text {
    padding: 1rem 1rem 3rem 0.5rem;
    font-size: 26px;
}
#footer #push_subscription .container-button {
    margin: -4rem auto 0rem;
    text-align: center;
}
#footer #push_subscription .button-action {
    background-color: #003C57;
    border: 3px solid #003C57 !important;
}
#footer #push_subscription .button-action:hover {
    color: #003C57;
    background-color: #fff;
    border: 3px solid #003C57 !important;
}
#footer .orange {
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Buffalo", arial;
    font-weight: 700;
    font-size: 1.6rem;
}

@media (max-width: 1324px) and (min-width: 1301px) {
    #footer #push_subscription .action .text {
        font-size: 25px;
    }
}
@media (max-width: 1231px) and (min-width: 1200px) {
    #footer #push_subscription .action .text {
        font-size: 25px;
    }
}
@media (max-width: 1200px) and (min-width: 900px) {
    #footer #push_subscription .action .text {
        font-size: 35px;
        padding-left: 2rem;
        padding-right: 2rem;
        max-width: unset;
    }
}
@media (max-width: 320px) {
    #footer #push_subscription .action .text {
        font-size: 20px;
        padding-left: 1rem;
        padding-right: 2rem;
    }
}

/*# sourceMappingURL=footercta.css.map */
