.col {
	float:left;
}
#z_concours_introduction h1 {
	float:left;
	width:100%;
	text-align: center;
	font-size: 50px;
}
#z_concours_introduction h2 {
	float:left;
	width:100%;
	text-align: center;
	font-size: 36px;	
}
#z_incitation h3 {
	
}
#z_partenaires #partenaire {
	width:100%;
	margin-bottom:20px;
}
#z_partenaires #partenaires {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, auto);
		gap: 10px; /* Espacement entre les images */
		justify-items: center; /* Centre les images horizontalement */
		align-items: center; /* Centre les images verticalement */
}
#o_avantages {
	width:100%;
	margin:0 0% 20px 0%;
	text-align:left;
}
@media only screen and (min-width: 768px){
	#z_concours_introduction h1 {
		width:90%;
		margin:0 5%;
	}
	#z_partenaires #partenaire {
			width:60%;
			margin:30px 20% 50px 20%;
	}
	#z_partenaires #partenaires {
			grid-template-columns: repeat(4, 1fr); /* 3 colonnes égales */
			grid-template-rows: repeat(2, auto); /* 2 lignes automatiques */
	}
	#o_avantages {
		width:50%;
		margin:0 25% 20px 25%;
	}
}
#z_partenaires #partenaires img {
		max-width: 80%; /* Empêche les débordements */
		height: auto;
		display: block;
    object-fit: cover; /* Assure un recadrage propre */
}
