
/* Actus */
.home-actus-container{width:960px; max-width:100%;}
.home-actus-container .wp-block-columns{flex-wrap:wrap !important;}
.home-actus-container .wp-block-column{flex:0 0 calc(33.333% - 2rem) !important;}
.home-actus-container .home-actus{position:relative;}
.home-actus-visuel{aspect-ratio:1.5;}
.home-actus-visuel img{object-fit:cover; object-position:center; height:100%; width:100%;}
.home-actus-cat a{display:block; border:1px solid #ccc; padding:10px 10px 10px 70px; background:url(../images/picto_cat.jpg) scroll no-repeat 30px center; color:#4c4c4c;}
.home-actus-cat a:hover{text-decoration:none; color:#18569E; font-weight:700; background-color:#f4f4f4;}
.home-actus-content{border:1px solid #ccc; border-top:none;}
.home-actus-content a{display:block; color:#4c4c4c; padding:20px 30px 40px; color:#4c4c4c; position:inherit;}
.home-actus-content a:after{content:""; position:absolute; inset:0; height:100%; width:100%; z-index:1;}
.home-actus-content a:hover{color:#18569E; text-decoration:none; background-color:#f4f4f4;}
.home-actus-content a:hover h4{color:#18569E;}
.home-actus-chantier{font-size:150%; font-weight:700; line-height:1;}
h4.home-actus-title{margin-top:0; font-size:120%; font-weight:700; color:#4c4c4c;}
/*.home-actus:hover{transform:scale(1.1);}*/
.home-actus-excerpt{font-weight:300;}
.home-actus-content .fa-arrow-right{position:absolute; bottom:15px; left:30px;}
.home-actus-content:hover .fa-arrow-right{color:#18569E;}

@media all and (max-width:1199px){
    .home-actus-content a{padding:20px 20px 40px;}
}