/* ///////////////////////////////////////////////////////////////// */
/* //////////////////////  A C T I V I T É  9  ///////////////////// */
/* /////////////////////////  2e secondaire //////////////////////// */
/* ///////////////////////////////////////////////////////////////// */



/* -------------------------------- EXERCICE 1 ------------------------------------ */

div#conteneur_exercice.exercice1 #div_btn	{
	top: 0px;
}

.exercice1 .answerButton{
	background-position: center center;
	background-image:url('../img/secondaire2_olive/balance_surplus.png');
	background-repeat: no-repeat;
	width:347px;
	height:268px;
	display: block;
	margin: 20px auto 0;
}

.exercice1 #btn_b{
	background-image:url('../img/secondaire2_olive/balance_deficit.png');
	/* margin-left: 5px; */
}

.exercice1 .answerButton:hover{
	
}
/* 
.exercice1 #btn_b:hover {
	background-position:0px -268px;
} */

.exercice1 #conteneur_questions{
	width:900px;
	margin:0 auto;
	margin-top:25px;
	text-align:center;
}


.exercice1 .conteneur_btn {
	width:405px;
	height:358px;
	float:left;
	margin-left:40px;
	background-image: url('../img/secondaire2_olive/encadre_pointille.png');
	background-repeat: no-repeat;
	/* width:350px; */
	cursor: pointer;
}

.exercice1 .conteneur_btn#btn_gauche {
	margin-left: 23px;
}

.exercice1 .conteneur_btn:hover {
	background-image: url('../img/secondaire2_olive/encadre_pointille_cyan.png');
}

.exercice1 .conteneur_btn.good {
	background-image: url('../img/secondaire2_olive/encadre_pointille_vert.png');
	cursor: default;
}

.exercice1 .conteneur_btn.bad{
	background-image: url('../img/secondaire2_olive/encadre_pointille_rouge.png');
	cursor: default;
}

div#conteneur_exercice.exercice1 .conteneur_btn .texte{
	margin-top: 20px;
	font-size: 24px;
	letter-spacing: -1px;
	clear: both;
}
.exercice1 #btn_continuer{
	margin:0 auto;
	margin-top:25px;
}

.exercice1 #div_message{
	width:830px;
	text-align:center;
	margin:0 auto;
	margin-top:25px;
	font-weight:bold;
	font-size:1.3em;
}

/* -------------------------------- EXERCICE 2 ------------------------------------ */

.exercice2 #consigne	{
	width:740px;
	margin:25px auto;
	text-align:center;
	font-size:20px;
	font-weight:600;
	
}

.exercice2 #container_bouton	{
	width:853px;
	height:300px;
	margin:0 auto;
	text-align:center;
}

.exercice2 .button	{
	background-image:url('../img/secondaire2_olive/bg_enonce_pointille.png');
	background-repeat:no-repeat;
	width:851px;
	height:137px;
	margin-top: 35px;
}

/* .exercice2 .button:hover{
	background-position:0 -274px;
} */

.exercice2 .button.wrong{
	background-position:0 -137px;
}
.exercice2 .button.chosen{
	background-position:0 -274px;
}

.exercice2 .enonce{
	text-align:left;
	padding-top: 55px;

}

.exercice2 .enonce span{
	margin-left:100px;
	font-size:1.7em;
}
.exercice2 .name_enonce{
	width:75px;
	font-weight:700;
}

.exercice2 .chiffre_enonce{
	
}


.exercice2 .reponse{
	display:none;
}
.exercice2 #marc .reponse{
	color:green;
}

.exercice2 #katia .reponse{
	color:red;
}
	


.exercice2 #btn_verifier	{
	margin:0 auto;
	margin-top:25px;
}

.exercice2 #btn_continuer	{
	margin:0 auto;
	margin-top:25px;
}

.exercice2 #h2_consigne{
	margin:15px auto;
	width:743px;
	text-align:center;
}

.exercice2 #h3_titre{
	margin:0 auto;
	width:743px;
	color: #20798a;
	text-align:center;
}





/* -------------------------------- EXERCICE 3 ------------------------------------ */

.exercice3 #div_btn	{
	top: -130px;
}

.exercice3	#h3_consigne{
	margin:0 auto;
	width:743px;
	height:90px;
	text-align:center;
}



.exercice3 .questionnairePart	{
	text-align:center;
	margin: 145px auto 0;
	width:851px;
	height:275px;
}

/* btn_ca+btn_s+btn_co */
.exercice3 .answerButton	{
	background-image:url('../img/primaire6_orange/btn_bg.png');
	background-repeat:no-repeat;
	width:210px;
	height:86px;
	/* margin-top:150px; */
	/* display:block; */
	float:left;
	cursor: pointer;
	position: relative;
	top: -40px;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	
	text-align:center;
	color: #ffffff;
	font-size: 28px;
	line-height: 85px;
	font-weight: bold;
	font-style: italic;
	text-shadow: 1px 2px 3px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=2);
}

.exercice3 .btn_ca	{
/* 	
	*/
	margin-right:50px;
	margin-left:64px; 
}
.exercice3 .btn_s	{
	/* background-image:url('../img/secondaire2_olive/btn_s.png'); */
	/* height:77px;
	*/
	margin-right:50px; 
}
.exercice3 .btn_co	{
/* 	background-image:url('../img/secondaire2_olive/btn_co.png');
	height:77px; */
}
/* .exercice3 .answerButton:hover{
	background-position:0px -77px;
} */

.exercice3	.answerButton:hover{
	background-position:0 -86px;
}
.exercice3	.answerButton.vert{
	background-position:0 -172px;
}
.exercice3	.answerButton.rouge{
	background-position:0 -258px;
}


/* .exercice3 .btn_reponsesb:hover {
	background-position:0px -204px;
}

.exercice3 .btn_co:hover {
	background-position:0px -204px;
} */

.exercice3 #div_btn	{
	margin-top:111px;
}

#conteneur_exercice.exercice3 .p_question	{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	height: 97px;
	width: 851px;
	margin: 0 auto;
	padding-top: 40px;
	background-image: url('../img/secondaire2_olive/bg_enonce_pointille.png');
	background-repeat: no-repeat;
}

.exercice3 #p_question_permanente	{
	width:800px;
	text-align:center;
	margin:50px auto;
	font-weight:bolder;
	font-size:1.4em;
}

/* .exercice3 #p_score{
	font-size:122px;
	color:#1f788a;
} */

/* .exercice3 #div_fin	p{
	margin-top:65px;
	line-height:48px;
}
.exercice3 #div_fin	{
	width:740px;
	margin:0 auto;
	padding-top:62px;
	text-align:center;
	font-size:3em;
	height:310px;
} */

.exercice3 #div_fin	{
	width:740px;
	margin:0 auto;
	text-align:center;
	font-size:24px;
}
.exercice3 #p_score	{
	margin: 80px auto;
	font-size: 122px;
	letter-spacing: 3px;
	color:#1f788a;
	font-weight: bold;
}
.exercice3 #p_resultat	{
	font-size: 30px;
	font-weight: bold;
	margin-top: 70px;
}

.exercice3 #conteneur_btns	{
	width: 420px;
	margin: 75px auto 0;
}

.exercice3 #btn_recommencer	{
	width:180px;
	height:78px;
	background-image:url('../img/btn_reessayer.png');
	background-repeat:no-repeat;
	float:left;
	/* margin-left:262px; */
	cursor: pointer;
}

.exercice3 #btn_continuer{
	/* margin-top:75px; */
	margin-left:240px;
}

.exercice3 #btn_recommencer:hover{
	background-position:0 -79px;
}