h2 + .s4_actualites-home {margin-top: 20px !important;}


.s4_actualites-home .button1 {margin: 60px auto;}


.s4_actualites-home .content-actu {}
.s4_actualites-home .content-actu .item-actualite {position: relative; padding: 30px 15px;}
.s4_actualites-home .content-actu .item-actualite + .item-actualite {margin-top: 5px;}

.s4_actualites-home .content-actu .item-actualite .image a {position: relative; min-height: 180px; overflow: hidden; cursor: pointer; display: block;}
.s4_actualites-home .content-actu .item-actualite .image img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: all 0.8s ease-in-out;}
.s4_actualites-home .content-actu .item-actualite .image a:hover img {transform: scale(1.05);}
.s4_actualites-home .content-actu .item-actualite .image .savoirPlus-button {bottom: 0; right: 0;}


.s4_actualites-home .content-actu .item-actualite .texte {position: relative;}
.s4_actualites-home .content-actu .item-actualite .texte .date {color: rgba(42,59,63,0.5); text-transform: lowercase; margin-top: 0;}
.s4_actualites-home .content-actu .item-actualite .texte .titre {margin-top: 0;}
.s4_actualites-home .content-actu .item-actualite .texte .description-courte {line-height: 1.3;}


@media (max-width: 991px){
	.s4_actualites-home .button1 {margin: 30px auto;}
}

@media (max-width: 767px){
	.s4_actualites-home .content-actu .item-actualite .texte .date {margin-top: 15px;}
}

@media (max-width: 575px){
	.s4_actualites-home>.container>.row {margin: 0;}
	.s4_actualites-home .content-actu .item-actualite {padding: 15px 0;}
	.s4_actualites-home .content-actu .item-actualite .texte .description-courte {margin: 0;}
	.s4_actualites-home .content-actu .item-actualite + .item-actualite {margin-top: 10px;}
}