


.alertes {
	display: flex;
	justify-content: space-around;
	flex-direction: row;
    min-width: 400px;
    margin: 5px;
}

/* Coloration de l'icone */

.inner {
    fill: black;
}



/* Coloration des triangles */

.max4 .bg {
    fill: red;
}

.max3 .bg {
    fill: orange;
}

.max2 .bg {
    fill: gold;
}

.max1 .bg {
    fill: green;
}