body {
    box-sizing: border-box;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

.window-notice {
    background: rgba(33, 41, 52, .85);
    bottom: 0;
    display: flex;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    transition: background .6s;
}

.window-notice .content {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(33, 41, 52, .75);
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width: 600px;
    min-width: 320px !important;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 2rem;
    font-size: 1.3rem;
}

.content-buttons {
    text-align: right;
    margin-top: -5px;
}

.formu-text {
    text-align: center;
    font-weight: 500;
    line-height: 1;
    padding: 0px 60px 40px 60px;
}
.content-buttons a {
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    background-color: #ea5d26;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 5px;
}

.content-buttons a:hover {
    background-color: #0b3a5b;
}

.content-text a {
    color: #0b3a5b;
    text-decoration: none;
}

.content-text a:hover {
    color: #0b3a5b;
    text-decoration: underline;
    text-align: justify;
}