#bandeau_options
{
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	background-color: #f2f3f4;
}

.element_bandeau_options
{
	padding: 3px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.bleute
{
	color: grey;
}

#contenu
{
	display: flex;
	align-items: center;
	flex-direction: column;
}

#filtres
{
	display: flex;
	justify-content: space-between;
	width: 100vw;
}

#nb_sondages
{
	
}

#form_filtres
{
	margin-right: 20px;
}

#label_trier
{
	font-size: 20px;
}

#trier
{
	font-size: 16px;
}


#sondages_crees
{
	padding-top: 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: flex-start;
}

.element_resultats_recherche
{
	padding-bottom: 5px;
	border-bottom: solid 2px grey;
}
.corps_element_resultats_recherche
{
	display: flex;
}

.photo_element_resultats_recherche
{
	
}

.img_photo_element_resultats_recherche
{
	vertical-align: bottom;
}

.bloc_texte_element_resultats_recherche
{
	margin-left: 10px;
}

.titre_element_resultats_recherche
{
	color: black;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.nb_reponses_element_resultats_recherche
{
	margin-left: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.reponse_element_resultats_recherche
{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-top: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
}




/*!!!!! CODE DES PAGES DE PLUS DE 1024 PX DE LARGE !!!!!*/
@media (min-width: 1024px)
{
	.element_bandeau_options
	{
		font-size: 20px;
	}

	#nb_sondages
	{
		margin-left: 20px;
		font-size: 20px;
	}


	.element_resultats_recherche
	{
		margin-bottom: 40px;
	}

	.img_photo_element_resultats_recherche
	{
		width: 350px;
	}

	.titre_element_resultats_recherche
	{
		font-size: 25px;
		max-width: 700px;
	}

	.nb_reponses_element_resultats_recherche
	{
		margin-top: 10px;
		font-size: 16px;
		max-width: 700px;
	}

	.reponse_element_resultats_recherche
	{
		margin-top: 3px;
		max-width: 700px;
	}
}



/*!!!!! CODE DES PAGES DE MOINS DE 1023 PX DE LARGE !!!!!*/
@media (max-width: 1023px)
{
	#bandeau_options
	{
		flex-direction: column;

	}

	.element_bandeau_options
	{
		font-size: 18px;
	}

	#filtres
	{
		flex-direction: column;
		align-items: center;
	}

	#nb_sondages
	{
		font-size: 18px;
		margin-top: 5px;
		margin-bottom: 5px;
	}


	.element_resultats_recherche
	{
		margin-bottom: 20px;
		width: 95vw;
		min-width: 95vw;
		max-width: 95vw;
	}

	.img_photo_element_resultats_recherche
	{
		height: 100px;
	}

	.bloc_texte_element_resultats_recherche
	{
		margin-left: 3px;
		max-height: 100px;
	}

	.titre_element_resultats_recherche
	{
		font-size: 15px;
	}

	.nb_reponses_element_resultats_recherche
	{
		margin-top: 5px;
		font-size: 12px;
	}

	.reponse_element_resultats_recherche
	{
		font-size: 10px;
	}

	#rep_4
	{
		display: none;
	}
}