/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18 févr. 2021, 15:15:22
    Author     : ysabel.cousino
*/
.modal-news-container {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10000;
    display: none;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.26);
    max-width: unset;
    padding-top: 10em; 
    padding-bottom: 10em;
}
#go-news {
    cursor: pointer;
}
.modal-news {
    z-index: 1;
    position: relative;
    background-color: white;
    display: inline-block;
    width: 594px !important;
    margin: 0 27px;
    padding: 36px;
}
.modal-news .close-news {
    z-index: 2;
    position: absolute;
    top: 24px;
    right: 17px;
    height: 15px;
    width: 15px;
    cursor: pointer;
}
.modal-news h3 {
    font-size: 42px;
    padding-top: 1em;
}
.modal-news h4 {
    color: #1A1A1A;
    font-size: 14px;
    margin-bottom: 28px;
}
#sfmcSubscriptionForm {
        margin: 1em 0;
}
.sfmc-form-group {
    margin: 1em 0;
}
.sfmc-label {
    font-weight: 500;
    display: inline;
    cursor: pointer;
    font-size: 12px;
}
.modal-news input[type="submit"],
.plain-news-container input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    text-shadow:none;
    padding: 16px;
    width: 100%;
    border-radius: 0;
    border-color: black;
    background-color: white;
    color :black;
}
.modal-news input[type="submit"]:hover,
.plain-news-container input[type="submit"]:hover {
    background: #000;
    color: #fff;
}
.sfmc-form-group input[type='email']{
     padding: 1em;
     width: 100%;
}
.sfmc_form_message {
    line-height: 2;
    color: #1c1b1b;
}
.plain-news-container {
    width : 80%;
    margin: 2em auto 0;
}

@media (min-width: 960px){
    .modal-news {
        padding: 0 100px 40px;
    }
}
