#sectionNews {
    position: absolute;
    top: 0;
    display: none;
    width: 100%;
    margin: 0 !important;
    font-family: Calibri;
    color: #FFFFFF;
    background: rgba(0,102,153,0.75);
    z-index: 10;
}
#inputBandeauNews:checked ~ #sectionNews {
    display: block;
}
#sectionNews h1 {
    font-size: 2.5rem;
    text-align: center;
    /* color: #FF6633; */
}
section#sectionNews article {
    width: 50%;
    margin: 2rem auto;
    font-size: 1.7rem !important;
    text-align:justify;
}
#sectionNews input[type="submit"] {
    display: block;
    margin: 2rem auto;
    font-size: 1.8rem;
    text-align: center;
    text-decoration: underline;
    color: white;
    background: none;
    border: none;
}
#sectionNews label {
    display: block;
    width: 100%;
    margin: 2rem auto;
    font-size: 1.8rem;
    text-align: center;
    text-decoration: underline;
}
#sectionNews input[type="submit"]:hover,
#sectionNews label:hover {
    color: red;
}
#sectionVignettes {
    width: 50%;
    margin: 7rem auto;
    font-family: Calibri;
}
#sectionVignettes h1 {
    color: #FF6633;
    text-align: center;
}
#sectionVignettes article {
    margin: 2rem 0;
    text-align: justify;
}
/**********************************************************************************/
/* EN DESSOUS DE 850PX */
/**********************************************************************************/
@media screen and (max-width: 600px) {
    #sectionNews {
        background: rgba(0,102,153,0.9);
    }
    #sectionNews article {
        width: 70% !important;
    }
    #sectionNews h1 {
        font-size: 2rem
    }
}