/** **/
p.resultat {font-style:italic; font-size:1.6rem;margin-top:0;padding-top:0;}

/** MENU RESULTAT FILTRE **/
ul.menu_filtre 
{ 
	list-style:none; 
	display:block; 
	border-top-style: solid;border-top-width:1px; border-top-color: #CCCCCC;
	border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#CCCCCC;
	padding:0;
	padding-top:1rem; padding-bottom:1rem;
	margin:0;
	/*margin-bottom:2rem;*/
}

ul.menu_filtre li 
{
	padding:0;
	margin:0; margin-right:2rem; 
	display:inline-block; 
	font-family:'Open Sans',serif; text-transform :uppercase;
}

ul.menu_filtre li a.selected {color:#FF0000;}



/** FORMULAIRE DE RECHERCHE **/

form.recherche { margin-bottom:2rem; margin-top:2rem;}

.recherche .field { display:block; margin-bottom:1rem; display:inline-block; width:100%; margin-right:2rem;}
.recherche .field label {display:block; margin-top:.2rem;}
.recherche .field input[type=text] { border-style:solid; border-color:#CCCCCC; border-width:1px; width:100%;height:4rem;}

.recherche #term {display:block;}



#quoi { float:left;}
#categorie { max-width:200px; float:left; display:none;}
#cat_personne {max-width:200px; float:left; display:none;}
#cat_structure {max-width:200px; float:left; display:none;}
#cat_event {max-width:200px; float:left; display:none;}
#quand { max-width:180px; float:left; display:none;}
#ou { max-width:130px; float:left; display:none;}
#pays { max-width:150px; float:left; display:none;}
#region { max-width:150px; float:left; display:none;}
#annee { min-width:200px; float:left; display:none;}

/** BOUTON **/
.recherche input[type=submit] {height:4rem;}
/*.recherche input[type=submit]:hover { background-color:#FF0000;}*/


.field .select { width:100%; }

.voir-tout::before {content:"\f002";font-family:'FontAwesome';font-size:1.4rem;margin-right:.5rem;}
.voir-tout,.autres {margin-left:1rem;font-family:'Open Sans',sans-serif;font-weight:bold;color:#999999;font-size:1.5rem;text-transform: uppercase;}


/*********************************************/
/*** DESKTOP 
/*********************************************/

@media only screen and (min-width: 1024px)
{
	/** FORMULAIRE **/
	.recherche #term {width:50%;}
	.recherche #annee {width:200px;}
	.recherche #cat_article {width:270px;}
	.recherche #quoi {width:270px;}

	/** POSITION H1 **/
	#main .header .content-bottom { bottom: 130px };
}
