/* Couleurs :	Gris : #646363 | Rouge : #ff1616 */

/* GLOBAL */
body {
	background-color: #000;
}
a, a:hover {
	color: #ff1616;
}
h1 {
	color: #ff1616;
}
h2 {
	color: #646363;
}

.button {
	background-color: #ff1616;
}

/* HEADER */
header {
	border-bottom: solid 2px #ff1616;
}

.index {
	color: #ff1616;
}

.question .form-check.on {
	/*background-color: rgba(255, 22, 22, 0.5);*/
	background-color: #eee;
}

/*.logo {
	height: 35px;
}*/

/* Large devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	/* HEADER */
	.logo {
		height: 50px;
	}
}