/* Pour le site en entier */
body {
	//background-color: silver;
}

main {
	min-height: 70vh;
}

/* Menu */
.navbar {
	font-size: 18px;
	font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
}

.bg-rouge-noel1 {
	background-color: #A92921;
}

/* Badge de notifications */
.notif_badge {
    border-radius: 2px;
    color: white;
    padding: 1px 3px;
    font-size: 14px;
    position: relative;
    right: 18px;
}

.bulle-msg {
	padding: 5px;
	border-radius: 12px;
	margin-bottom: 5px;
}
.bulle-envoye {
	background-color: #0CB04A;
	color: white;
}
.bulle-recu {
	background-color: #FF3A2F;
	color: white;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}