/* .info-legal{
    border: 1px solid #efecec;
    padding: 10px 10px 5px;
    font-size: 10px;
    line-height: 10px;
    margin-top: 15px;
    font-style: italic;
    color: #929292;
} */

.link-rgpd-mailalert {
    padding: 8px 10px;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
        line-height: 18px;
    font-weight: 400;
    color: #fff;
    background: #f07039;
    border: none;
    text-decoration: none !important;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    white-space: normal;
}

.link-rgpd-mailalert:hover {
    background: #0098c1;
}

#mailalert_link {
    display: block;
    padding: 8px 0;
    text-align: center;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: #f07039;
    border: none;
    border-radius: 25px;
    text-decoration: none !important;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
}

#mailalert_link:hover {
    background: #0098c1;
}

#wrapper_mailalert .info-legal {
    font-size: 12px;
    line-height: 14px;
    margin-top: 15px;
    font-style: italic;
}
