#seemore .reportages{height: auto;}
#map-data{display: none;}
#actus .line{display: flex; width: 100%;margin-top: 20px;background-color: rgba(255,255,255,.5);}
#actus .col{display: flex; width: 100%; flex-direction: column; -webkit-flex-direction: column;}

#actus .texts{display: flex; flex-direction: column; -webkit-flex-direction: column; width: 100%;}
#actus .text{background-color: rgba(255,255,255,0.8);padding: 20px;}
#actus .texts h2{
    font-size: 45px;
    font-weight: bold;
    color: #CC071D;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    line-height: 0.9em;
    margin-bottom: 0;
    margin-top: 30px;
}
#actus .texts h3{font-size: 35px;
    font-weight: bold;
    color: #723415;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    line-height: 0.9em;
    margin-bottom: 30px;
    margin-top: 30px;}
#actus .text p, #actus .text p span {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    line-height: 1.6em;
    color: #000;
    margin: 0;
    text-align: center;
}

@media (max-width: 800px){
    #actus .line{flex-direction: column; -webkit-flex-direction: column;}
}