body{
    height: 100vh;
    background-color: #eff0f3;
}
header{ 
    background-color: #F60101;
    box-shadow: 1px 16px 16px -7px rgba(0,0,0,0.48);
    -webkit-box-shadow: 1px 16px 16px -7px rgba(0,0,0,0.48);
    -moz-box-shadow: 1px 16px 16px -7px rgba(0,0,0,0.48);
    padding-bottom: 5px;
    padding-top: 5px;
}
.logo_form{ margin-top: -100px;}
.title_section{text-decoration: underline overline #d30d06; margin-bottom: 20px; margin-top: 40px;}


#blockActu{
    background-image: url("../images/blocage.jpg");
    background-size: cover;
    background-position:center center;
    background-repeat: no-repeat;
    min-height: 250px;
    background-attachment: fixed;
}

.block_picture_news{ background-position: center center; background-repeat: no-repeat; background-size: cover; height: 280px;}

#BlockFilter{ position: fixed; bottom: 20px; left: 5px;}