#voie,
#commune,
.widget .erreur,
.widget .alerte {
width: 100% !important;
margin: 0 0 10px 0 !important;
}
.widget .erreur,
.widget .alerte {
color: #dc3545;
padding: 0 !important;
}
.widget .infos_usagers,
.widget .jours_om,
.widget .jours_tri,
.widget .calendriers {
border: 1px solid #f0f0f0;
margin-bottom: 10px;
border-radius: 1em; }
.widget .infos_usagers,
.widget .calendriers {
padding: 10px;
}
.widget .infos_usagers {  border-color: #dc3545;
color: #ff0000;
margin-bottom: 10px;
}
.widget .jours_om {
color: #fff;
border-color: #6b0d0d;
background: rgb(131,65,77);
border-radius: 1em; margin-bottom: 10px;	
}
.widget .jours_tri {
border-color: #eeee00;
background: #ffff00;
border-radius: 1em; }
.widget .jours_om .jours_habituels,
.widget .jours_tri .jours_habituels,
.widget .jours_om .prochaine_date,
.widget .jours_tri .prochaine_date {
padding: 10px;
}
.widget .jours_om .jours_habituels {
background: rgba(255,255,255,0.15);
padding: 10px;
}
.widget .jours_tri .jours_habituels {
background: rgba(255,255,255,0.6);
padding: 10px;
}
.widget .calendriers {
background: #f9f9f9;
border-color: #e9e9e9;
}
.widget .calendriers a {
background: #f0f0f0;
border-radius: 3px;
border: 1px solid #e0e0e0;
padding: 2px 5px;
margin: 10px 10px 0 0 !important;
text-decoration: none !important;
}