/* QUESTIONS/REPONSES */

.reponse {
	display: none;
}

.bleu #contenu h4{
	color:rgba(0,176,237,1);
	text-transform:uppercase;
	cursor:pointer;
	transition: ease-out all 0.4s;
}

.bleu #contenu h4:hover{
	color:rgba(1,95,128,1);
	transition: ease all 0.4s;
}

.bleu #contenu h4:after{
	content: "\61";
    font-family: "font-ceasy" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
	-webkit-font-smoothing: antialiased;
	 font-size: 24px;
    /* position: absolute; */
    float: right;
}


.bleu #contenu .content ul>li:before{
		content:"";
	)