.ast-container {
padding: 0!important;
display: block!important;
max-width: unset!important;
}
.cont-actu-banner {
width: 100%;
height: 200px;
display: block;
position: relative;
}
.cont-actu-banner:before {
top: 0;
left: 0;
width: 100%;
height: 100%;
content: " ";
opacity: 0.1;
position: absolute;
background-color: var( --e-global-color-primary );
}
h1 {
text-align: center;
margin-top: 35px;
}
.cont-actu-content {
border: solid; }