/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 21 2026 | 09:04:39 */
/* Ajouter votre code CSS ici.
                     
Par exemple:
.exemple {
    color: red;
}

Pour améliorer vos connaissances en CSS, visitez http://www.w3schools.com/css/css_syntax.asp

Fin du commentaire */ 
.has-global-padding{
	padding-left:0;
	padding-right:0;
}
.custom-home-image .custom-home-image--figure{
	aspect-ratio: auto 1692 / 2560;
}
.custom-home-image .custom-home-image--figure img{
	height:100%;
	width:100%;
	object-fit:cover;
}
@media screen and (min-width: 992px){

}

@media screen and (min-width: 1200px){
	.custom-home-image .custom-home-image--figure{
		max-width: 1160px;
		aspect-ratio: auto 2560 / 1692;
	}
	.custom-home-image .custom-home-image--figure img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		/* object-position ? */
	}
}