.recherche_dans_page {
	width: 100%;
	position: relative;
}

.recherche_dans_page iconify-icon {
	position: absolute;
	margin-left: 5px;
	margin-top: 6px;
	font-size: 25px;
}

.recherche_dans_theme_wiki {
	width: 100%;
}

.recherche_dans_page,
.recherche_dans_theme_wiki {
	margin: 20px auto;
	text-align: center;
}

.recherche_dans_page_2x {
	display: flex;
}

.recherche_dans_page_2x > .recherche_dans_page {
	float: left;
}

@media only screen and (max-width: 680px),
only screen and (max-device-width: 680px) {
	.recherche_dans_page_2x {
		display: block;
	}

	.recherche_dans_page_2x > .recherche_dans_page {
		float: none;
	}
}

.recherche_dans_page input {
	height: 25px;
}

.recherche_dans_theme_wiki input {
	height: 15px;
}

.recherche_dans_page input {
	/*! text-align: center; */
	/*! min-width: 50%; */
	padding-left: 35px
}

.recherche_dans_theme_wiki input {
	/*! text-align: center; */
	/*! min-width: 50%; */
	padding-left: 30px
}

.recherche_dans_page .iconify {
	font-size: 220%;
}

.recherche_dans_theme_wiki .iconify {
	font-size: 150%;
}

.recherche_dans_page .iconify,
.recherche_dans_theme_wiki .iconify {
	vertical-align: middle;
	margin-top: -7px;
	margin-right: 5px;
	color: #F26522;
}

.result_query fieldset {
	padding: 10px;
	margin: 10px 0;
}

.result_query legend {
	font-weight: bold;
	display: block;
	margin: 10px 0;
	color: #045B0A;
}

.result_query li {
	font-weight: normal;
	margin: 0 0 10px -30px;
	color: initial;
}

.titre_initiale {
	display: inline-flex;
	font-weight: bold;
	margin: 10px 0;
	width: 100%;
}

/*
.liste_type_recherche .iconify {
	font-size: 150%;
}

.liste_type_recherche li {
	color: #000000;
	font-weight: normal;
}
*/

.notification_hs {
	background-color: #FFE0E8;
}

.highlight_recherche {
	background-color: #FFF34D;
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3-4 */
	border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* FF3.5+ */
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Saf3.0+, Chrome */
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Opera 10.5+, IE 9.0 */
}

#bouton_affichage_liste {
	margin: 25px auto 0 auto;
	display: block;
	border-radius: 15px;
	font-size: 200%;
}

#bouton_affichage_liste .iconify {
	font-size: 200%;
	margin-top: -6px;
}

#bouton_affichage_liste:hover {
	cursor: pointer;
	border: 2px solid #CCCCCC;
}

/************************************
La liste des délégués de notation
positionnée par rapport au conteneur
************************************/
	.liste_delegues {
		position: absolute;
		bottom: 100%;              /* sous l’input */
		left: 50%;              /* centre horizontal du parent */
		transform: translateX(-50%); /* ramène le centre au milieu */
		width: 70%;             /* 70% de la largeur du parent */
		z-index: 1000;
		background: #FFFFFF;
		border: 1px solid #CCCCCC;
		max-height: 150px;
		overflow-y: auto;
		box-sizing: border-box;
		margin-bottom: 60px;
		text-align: left;

		/* Important : pour que le sticky fonctionne bien sur les enfants */
		display: flex;
		flex-direction: column;
	}

	/* Exemple pour chaque ligne de résultat */
	.liste_delegues > div {
		padding: 4px 8px;
		cursor: pointer;
		border-bottom: 1px solid #F6F6F6;
	}

	.liste_delegues > div a {
		text-decoration: none;
	}

	.liste_delegues > div:hover {
		background: #F0F0F0;
	}

	.liste_delegues > div i {
		opacity: 0.2
	}

	.liste_delegues iconify-icon {
		position: relative;
		margin-top: -3px;
		color: #039103;
	}

	.liste_delegues > div:last-child {
		position: sticky;
		bottom: 0;
		background: #FFFFFF;
		border-top: 1px solid #EEEEEE;
		
		/* Aligner à droite */
		text-align: right; 
		
		cursor: pointer;
		margin-top: auto;
		transition: background 0.2s;
	}

	/* On force l'icône du dernier div à être rouge (écrase le vert précédent) */
	.liste_delegues > div:last-child iconify-icon {
		color: #FF0000;
	}

	.liste_delegues > div:last-child:hover {
		background: #FFE0E0;
	}

	.supression_delegue {
		color: #FF0000;
		font-size: 60%;
		display: block;
		font-style: italic;
		text-decoration: none;
		margin-top: 10px;
	}
/************************************
*************************************
************************************/
