
/*#region annonce */

#div-annonce{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

#div-annonce > div{
	align-self: flex-start;
}

#div-annonce > div > h3{ 
	text-align: center;
}

#div-annonce div img{ 
	height: 400px;
	border-radius: 10px;
}

#div-annonce div img:only-child{ 
	width: 100%;
}

#div-annonce div p{
	min-width: 150px;
	max-width: 300px;
	margin-bottom: 0;
}

.annonce-content{ 
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	max-width: 550px;
}

.no-annonce{
	text-align: center;
	max-width: inherit !important;
	width: 100% !important;
	margin-left: 10px;
}

/*#endregion annonce */


@media screen and (max-width: 750px) {

	/*#region annonce */
	#div-annonce{
		flex-direction: column;
		align-items: center;
		gap:0;
	}

	.annonce-content{
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 10px;
		max-width: 100%;
	}

	#div-annonce div{
		max-width: 100%;
		align-self: center;
	}

	#div-annonce div img{
		width:auto;
	}

	#div-annonce div h3{
		text-align: center;
	}

	#div-annonce div p{
		min-width: 100px;
		text-align: center;
		width:auto;
	}

	#section-annonce .fleur-transition{
		max-height: 150px;
		max-width: 100px;
		transform: rotate(-90deg);
		display: block;
		margin: 0;
		width: inherit;
	}
	/*#endregion annonce */

	}
@media screen and (max-width: 500px) {

	#section-annonce .fleur-transition{ /* overide des autres médias queries */
		display:none;
	}

	/*#region annonce */

		#div-annonce{
			flex-direction: column;
			align-items: center;
			gap:20px;
		}

		.annonce-content{
			flex-wrap: wrap;
			justify-content: center;
			align-items: center;
			gap: 10px;
			max-width: 100%;
		}

		#div-annonce div{ /* image de la derniere annonce*/
			max-width: 100%;
		}

		#div-annonce div img{ /* image de la derniere annonce*/
			width:auto;
			max-height: 250px;
		}

		#div-annonce div h3{ /* image de la derniere annonce*/
			text-align: center;
		}

		#div-annonce div p{ /* image de la derniere annonce*/
			min-width: 100px;
			max-width: 75%;
			text-align: center;
			width:auto;
		}

		/*#endregion annonce */
	
	}
