/*------------------GENERAL----------------*/

/*fond*/
body {
	padding-top: 90px;
		background: url(../../resources/default/1_0/images/fond-vague.jpg) fixed;
	background-attachment: relative;
	background-position: center center;
	min-height: 1800px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


h3 {
	color: black;
}

h1 {
	text-align: center;
	color: #333;
}



/*Téléchargement*/
#telbtn{
	font-size : 14px;
	color: #39c;
    border-color: #39c;
    background-color: white;
    padding: 5px;
}


/****************************/
/*		Questionnaire		*/
/****************************/
#myModal {
	height: 400px;
	top: 10%;
	width: 624px;
	overflow-y: scroll;
}

.modal {
	background-clip: padding-box;
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 6px;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	left: 50%;
	right:70%;
	margin-left: -160px;
	outline: medium none;
	position: fixed;
	width: 330px;
	z-index: 1050;
	overflow: hidden;
}

.modal-body {
	height: 365px;
	padding: 15px;
	position: relative;
}

#modalQuizz {
	margin-top: 150px;
	height: 200px;
}

#modalQuizz>.modal-body {
	height: 50px;
}

#modalQuizz>.modal-footer {
	text-align: center;
}

.fixProgress {
	z-index: 9999;
	position: fixed;
	top: 0;
	margin-top: 20px;
	padding: 0px;
}

.panel {
	margin-bottom: 15px !important;
	color: #000000;
}

.success-dialog {
	top: 0;
	left: 0;
	width: 100%;
	position: fixed;
	z-index: 2000;
	background-color: #428BCA;
	border-color: #357EBD;
	color: #FFFFFF;
	padding: 10px;
}

.content-dialog {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.explication {
	display: block;
	float: right;
	margin: 20px;
	position: relative;
	width: 100%;
	margin: 0;
	border: 2px solid #39c;
}

.logo-download {
	margin-top: 25px;
	margin-bottom: 50px;
}

.sousquestion {
	box-shadow: 5px 5px 5px 2px rgba(45, 44, 44, 0.5);;
}

.btn-score {
	text-align: center;
}

/************* Questions principales **************/
.panel-heading h4.question p {
	color: white;
}

.panel-danger .panel-heading h4.question p {
	color: #B94A48;
}

/********  Sous-questionnaire ****************/
.btn-score {
	text-align: center;
		color: #39c;
	padding: 5px;
	margin-bottom:20px;
		font-size: 14px;
		 cursor:pointer;
			
}

.btn-score>a {
	line-height: 25px;
	border : solid 1px;
	background-color:white;
	padding: 5px;
	border-color: #39c;
	border-radius: 5px;
	color:#39c;
	text-decoration: none;
}

 /****************** Panel réponse fausse ****************************/

.panel-danger > .panel-heading{
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#ebcccc));
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
    background-image: -moz-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
    background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
    background-repeat: repeat-x;
    }
    
    
.panel-info .panel-heading .panel-title p {
	color: #3A87AD;
}

.panel-danger>.panel-heading>.panel-title>p {
	color: #B94A48;
}

.panel-danger > .panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger > .panel-primary  {
    border-color: #ebccd1;
}

