
.alertes {
	display: flex;
	justify-content: space-evenly;
	flex-direction: row;
    flex-wrap: wrap;
    min-width: 400px;
    margin: 5px;
}
