
body {
	background: #99d9ea;
	background-image: url('https://avoine.ca/lepotagersante/images/dirt-bg.png'), linear-gradient(to bottom, #B4E3EF 0%,#64AAE3 100%);
    background-repeat: no-repeat;
    background-position: 50% bottom;
    background-attachment: fixed;
}

#questionCourante, #points, #barreProgression {
	display: none;
}

#barreProgression {
	background-color: #EA9D1E;
	height:5px;
	width: 100%;
}

#barreProgression div {
	background-color: #FEF7A6;
	width: 0;
	height: 5px;
}

#questionContainer, #resumeQuestion {
	background-color: #5C7A30;
	outline: 1px dashed #85B147;
	padding: 10px;
	outline-offset: -6px;
	margin-bottom: 20px;
	box-shadow: 0 0 0.125rem 0.125rem rgba(0,0,0,0.1);
}

#resumeQuestionContainer {
	display: none;
}

#initGame, .btnChoix, #btnNouvellePartie {
	font-size: 1.5em;
    padding: 10px;
	background-color: #CEB99D;
	border: 1px solid #CEB99D;
	outline: 1px dashed #F9F2EE;
	outline-offset: -6px;
	line-height: 116px;
	box-sizing: border-box;
	color: #714F1C;
	text-shadow: 1px 1px #F9E6C8;
	text-align: center;
}

.btnChoix {
	outline: none;
}

.btnChoix:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	outline: 1px dashed #F9F2EE;
	outline-offset: -6px;
}

#btnNouvellePartie, #initGame {
	line-height: 75px;
	border-radius: 0;
}

#btnNouvellePartie:focus {
	box-shadow: none;
}

#texteQuestion, #resumeQuestion {
	font-size: 2rem;
	color: #C4DF79 !important;
}

#boiteChoix {
	display: none;
}

.btnChoix {
	min-height: 100px;
	line-height: normal !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.btnChoix:not(:last-child) {
    margin-right: 10px;
}

#initGame:hover, .btnChoix:hover, #btnNouvellePartie:hover {
	background-color: #E6CEBF;
	cursor: pointer;
}

#auteur {
	padding-top:2em;
	margin:auto;
	text-align: center;
	font-size: 1.5em !important;
}

.text-shadow {
	text-shadow: 3px 3px 8px rgba(150, 150, 150, 0.79);
}

.right-answer {
	background-color: #AED053 !important;
	border-top: 1px solid #BEDA76 !important;
	border-left: 1px solid #BEDA76 !important;
	border-right: 1px solid #759227 !important;
	border-bottom: 1px solid #759227 !important;
	color: #5B7930;
	text-shadow: 1px 1px #F9F2EE;
}

.wrong-answer {
	background-color: #D25151 !important;
	border-top: 1px solid #DD7D7D !important;
	border-left: 1px solid #DD7D7D !important;
	border-right: 1px solid #BA3030 !important;
	border-bottom: 1px solid #BA3030 !important;
	color: #8D2525;
	text-shadow: 1px 1px #EDBABA;
}

#tooltip {
	font-size: 3rem;
	width: 50px;
	height: 50px;
	background-color: #708DC5;
	color: #D3DCED;
	text-shadow: 1px 1px #38558B;
	border-radius: 50px;
	border: 2px solid #CCD7EA;
	position: absolute;
	z-index: 1;
	top: -15px;
	right: -15px;
	line-height: 50px;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;
}

#tooltip:hover {
	font-size: 4rem;
	background-color: #859ECD;
	width: 46px;
	height: 46px;
	line-height: 46px;
	top: -13px;
	right: -13px;
}

#tooltip-desc {
	padding: 25px;
	font-size: 1.1em;
	background-color: #708DC5;
	color: #D8F0FC;
	text-shadow: 1px 1px #2998D3;
	margin-top: 20px;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	outline: 1px dashed #CEEEFF;
	outline-offset: -6px;
	display: none;
}

#btnNextQuestion {
	cursor: pointer;
	box-sizing: border-box;
	height: 100px;
	line-height: 100px;
	background-color: #F1B841;
	text-shadow: 1px 1px #5C7A30;
	margin-top: 20px;
	border-top: 2px solid #F7D082;
	border-left: 2px solid #F7D082;
	border-bottom: 2px solid #ECA511;
    border-right: 2px solid #ECA511;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    font-size: 5rem;
	color: #FEF7E9;
	display: none;
}

#btnNextQuestion:after {
	content: '\021E8';
	position: relative;
	top: -5%;
}

#btnNextQuestion:hover {
	background-color: #F3C15A;
	color: #FDF4E3;
}

.col-left-padding-fix {
	padding-left: 0px;
}

.col-right-padding-fix {
	padding-right: 10px;
}

.text-gold {
	color: #F1B841;
}

@media screen and (max-width: 576px) {
    .btnChoix:not(:last-child) {
		margin-bottom: 10px;
		margin-right: 0;
	}
}