/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* -------------------------------- AIDE -------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */

/* Extra-small devices (phones, 767px and less) */
@media (max-width: 767px) {
    #bandeauContenuAide{
	    padding-bottom: 10px;
	}
}

/* ---------------------------------------------------------------------- */
/* ------------------------------- HEADER ------------------------------- */
/* ---------------------------------------------------------------------- */

/* --- Bouton détacher --- */
#headerAide #boutonDetacher{
	margin-left: 0px;
}
/* --- Bouton fermer --- */
#headerAide #boutonFermerAide{
    margin-top: -39px;
}






/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* -------------------------- CONTENU DE L'AIDE ------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */

/* Small devices (tablets, 768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    #contenuAide{
	    height: 550px;
	    overflow-y: auto;
        overflow-x: hidden;
	}
	
	#contenuAideHorsFooter{
	    min-height: 435px;
	}
}

/* Medium and large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #contenuAide{
        overflow-y: auto;
        overflow-x: hidden;
    }
    
    #contenuAideHorsFooter{
        min-height : 342px;
    }
}

/* ---------------------------------------------------------------------- */
/* ------------------------------ RECHERCHE ----------------------------- */
/* ---------------------------------------------------------------------- */

/* Extra-small devices (phones, 767px and less) */
@media (max-width: 767px) {
    #inputRecherche{
        padding: 3px 3px 3px 3px;
        background: #FFFFFF;
	}
}

/* All devices */
#inputRecherche{
    height: 28px;
    width: 100%;
}

/* ---------------------------------------------------------------------- */
/* ------------------------------ RUBRIQUES ----------------------------- */
/* ---------------------------------------------------------------------- */

/* All devices */
#blocRubriques .boutonRubrique {
	min-height: 34px;
    margin-top: 10px;
    padding-top: 6px;
}


/* ---------------------------------------------------------------------- */
/* ------------------------ QUESTIONS / REPONSES ------------------------ */
/* ---------------------------------------------------------------------- */

/* Extra-small devices (phones, 767px and less) */
@media (max-width: 767px) {
    .questionReponse.video{
	    display: none;
	}
}



/* ---------------------------------------------------------------------- */
/* ------------------------------- FOOTER ------------------------------- */
/* ---------------------------------------------------------------------- */
#contenuFooterAide{
	padding-left: 15px;
    font-size: 11px;
}