body {
  padding-top: 50px;
  min-height: 100%;
  height:auto;
  background: #FFF;
}

body.index, body.quiz {
  background-image: url('../img/background.png');
  background-repeat: repeat;
}

.index .btn-lg {
	display: block;
}
.index .btn-sm {
	display: none;
}

.col-md-12 {
	margin-bottom: 40px;
}

.navbar-brand {
	display: none;
}

.starter-template {
  padding: 40px 15px;
  overflow: hidden;
}

.starter-template img, img.logo {
	display: block;
	margin-left:auto;
	margin-right: auto;
	max-width: 100%;
}

.starter-template h3 {
	text-align: center;
}

.starter-template button {
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.home-text, .home-img {
	background: #e9e5df;	
}

.starter-template .home-illus {
	background-image: url('../img/background2.png');
	background-size: cover;
	background-position: left top;
}

p.justify {
	text-align: justify;
	padding: 10px;
	
}

p.nota {padding-top:0px;text-align: center;font-size: 16px;font-weight: bold;}

h1.education {
	text-align: right;
	font-size: 40px;
	text-transform: uppercase;
	color: #cc8f00;
}

h1.sante {
	text-align: right;
	font-size: 40px;
	text-transform: uppercase;
	color: #780010;
}

h1.police {
	text-align: right;
	font-size: 40px;
	text-transform: uppercase;
	color: #004375;
}

h1.justice {
	text-align: right;
	font-size: 40px;
	text-transform: uppercase;
	color: #6c7827;
}

.education .border {
	border:5px solid #cc8f00;
}

.sante .border {
	border:5px solid #780010;
}

.police .border {
	border:5px solid #004375;
}

.justice .border {
	border:5px solid #6c7827;
}


.apropos img {
	max-width:100%;
	margin-right: 0px;
}

img.logo {
		display: block;
		margin-left:auto;
		margin-right: auto;
	} 
	
.question2, .question3, .question4, .question5, .question6, .question7, .question8, .question9, .question10, .question11, .question12, .question13, .question14, .question15, .question16, .resultat {
	display: none;
}

.lead {padding:10px 0 10px 40px;}

.yes { 
	background-color: green;
	font-weight: bold;
	color:white;
}

.radio, .checkbox {padding-left: 0;}

@media (max-width: 991px) {
	.apropos img {
		max-width:100%;
		margin-right: auto;
		margin-left:0px;
	}

	img.logo {
		display: block;
		margin-left:auto;
		margin-right: auto;
	}
}

@media (max-width: 480px) {
	.index .btn-lg {
		display: none;
	}
	.index .btn-sm {
		display: block;
	}
	.home-illus {
		display: none;
	}
	h2 {font-size: 20px;}
}