

/************** FAQ ***************/

.article_tiroir {margin:0 auto 15px auto;}

.tiroir_content {		
	margin:5px auto;
	width:100%;
	overflow:hidden;
	padding:0;
}
.tiroir_top {
	position:relative;
	width:100%;
	padding:0 15px 5px 10px;
	height:auto;
	min-height:25px;
	margin:0 auto;
	overflow:hidden;
	background: var(--cg_bleu);
}


.tiroir_top h3 { font-size:1em; font-weight: bold; color:#FFF;}

.news_auteur {
	font-size:1em;
	width:100%;
	margin:0 0 5px 0;
	padding:0 40px 0 0;
}
.tiroir_top .news_titre {
	width:100%;
	font-size:1.2em;
	font-style:italic;
	margin:0;
	background:url(../img/public/tiroir_plus.png) 99% center no-repeat;
	padding: 15px 20px 15px 5px;
	border-bottom:1px solid #333;
}
.tiroir_first_item {border-top:1px solid #333;}

.tiroir_top .news_titre.faq_fermer {background:url(../img/public/tiroir_moins.png) 99% center no-repeat;border-bottom:0; color:var(--cg_bleuclair);}

.tiroir_top .news_titre a {color:inherit; text-decoration:none; width:100%; display:table;}
.tiroir_top .news_titre:hover {color:var(--cg_bleuclair);}
.tiroir_bottom {
	position:relative;
	margin:5px auto 0 auto;
	width:calc(100% - 40px);
	padding:15px 2% 2% 2%;
	border-left:1px solid #e4e4e4;
	border-right:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	border-top:1px solid #e4e4e4;
	background:#fbfbfb;
	overflow:hidden;
}

/* POUR FRANCE NAISSAIN */
.tiroir_content {border:1px solid var(--cg_bleu);border-top-left-radius:1.2em; border-bottom-right-radius:1.2em; margin:10px auto;}
/*.tiroir_content.tiroir_actif, .tiroir_content:hover {background:#f6f4f2;}*/
.tiroir_top {padding: 0 15px 0 10px;}
.tiroir_top .news_titre {border-bottom: 0;}
.tiroir_bottom {
    position: relative;
    margin: 5px auto 0 auto;
    width: calc(100% - 40px);
    padding: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top: 0;
    background: none;
}
.tiroir_content .general_content {width:100%;}
.tiroir_first_item {border-top:0;}

@media screen and (max-width : 500px) {
	
	.tiroir_top h3 { font-size: 0.8em; }
	
}
