body
{
	display: flex;
	justify-content: center;
	/align-items: center;
}

#corps
{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100vw;
	height: 100%;
	padding: 10px;
}

#return_link
{
	font-size: 22px;
	align-self: flex-start;
}
#return_link img
{
	height: 12px;
	vertical-align: baseline;
	transform: rotate(180deg);
}

#titre
{
	text-align: center;
	font-style: italic;
	font-weight: lighter;
	font-weight: 700;
}

#barre_outils
{
	display: flex;
	width: 99%;
	justify-content: space-between;
	margin-bottom: 10px;
}

#zone_reponses
{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
}

#legende_reponses
{
	position: fixed;
	left: 0;
	top: 50%;
	display: flex;
	flex-direction: row;
	align-items: center;
	transform: translateX(-10vw) translateY(-50%);
	transition: transform 0.2s ease-out;
}

#conteneur_reponses
{
	width: 10vw;
	box-sizing: border-box;
	background-color: #f5f5f5;
	border: #b5b5b5 1px solid;
	border-left: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 0 0.5vw 0.5vw 0;
}

.reponse_popup
{
	font-size: 20px;
	text-align: center;
	margin-top: 5px;
}

.reps_separation
{
	width: 80%;
	height: 1px;
	background-color: #d6d6d6;
	margin-bottom: 5px;
}

.reps_separation:last-child
{
	display: none;
}

#fleche_legende
{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 20vh;
	background-color: #e4e3e3;
	cursor: pointer;
	border: #b5b5b5 1px solid;
	border-left: none;
	border-radius: 0 0.5vw 0.5vw 0;
}

#fleche_legende img
{
	width: 20px;
	transform: rotate(0);
	transition: transform 0.2s ease-out;
}

#diagrammes
{
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-around;
	flex-wrap: wrap;
}

.element_diagrammes
{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 10px;
	background-color: white;
}

.not_show_first
{
	display: none;
}

#nb_reponses
{
	font-size: 25px;
	font-weight: 600;
}

.btn_suivre
{
	height: 40px;
}

.cacher
{
	display: none;
}

#choix_reponse_contenu_sondage_rep
{
	display: none;
	flex-direction: column;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid black;
	border-radius: 2px;
}

#bouton_reponses_choix_reponse_contenu_sondage_rep
{
	display: none;
}

#bouton_options_choix_reponse_contenu_sondage_rep, #bouton_type_choix_reponse_contenu_sondage_rep
{
	border: none;
	background: none;
	height: 20px;
	cursor: pointer;
}

#bouton_type_choix_reponse_contenu_sondage_rep
{
	display: none;
}

.element_bloc_message_choix_reponse_contenu_sondage_rep
{
	margin-bottom: 10px;
	padding: 5px;
}

#bloc_message_choix_reponse_contenu_sondage_rep
{
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.message_choix_reponse_contenu_sondage_rep
{
	font-size: 20px;
	text-align: center;
	cursor: pointer;
}

.img_bouton_choix_reponse_contenu_sondage_rep
{
	height: 20px;
	vertical-align: bottom
}

.element_choix_reponse_contenu_sondage_rep
{
	margin-left: 5px;
	margin-right: 5px;
}

#type_reponse_contenu_sondage_rep
{
	display: none;
	flex-direction: column;
	align-items: flex-end;
	position: fixed;
	border-radius: 10px;
	background-color: white;
	z-index: 1;
}

#fermer_type_reponse_contenu_sondage_rep
{
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
}

#img_fermer_type_reponse_contenu_sondage_rep
{
	vertical-align: bottom;
	height: 20px;
}

#conteneur_type_reponse_contenu_sondage_rep
{
	display: flex;
}

.element_type_reponse_contenu_sondage_rep
{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 5px;
}

.label_element_type_reponse_contenu_sondage_rep
{
	font-size: 20px;
}

.bouton_element_type_reponse_contenu_sondage_rep
{
	padding: 0;
}

#reponses_reponse_contenu_sondage_rep
{
	display: none;
	position: absolute;
	flex-direction: column;
	background-color: white;
	box-shadow: 2px 2px 10px grey;
	padding: 5px;
}


#assombrissement
{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	background-color: rgba(30, 30, 30, 0.5);
}

#btn_plus_diagrammes, #btn_moins_diagrammes
{
	background-color: #62D5E9;
	font-size: 2vw;
	padding: 5px 60px 5px 60px;
	border-radius: 15px;
	border: 1px solid rgb(150, 150, 150);
	box-shadow: none;
	margin-top: 5vh;
}


/*!!!!! CODE DES PAGES DE PLUS DE 1024 PX DE LARGE !!!!!*/
@media (min-width: 1024px)
{
	#titre
	{
		font-size: 50px;
	}


	#choix_reponse_contenu_sondage_rep
	{
		flex-wrap: wrap;
		height: 100px;
		justify-content: space-around;
		align-items: center;
		font-size: 25px;
		overflow-y: hidden;
		overflow-x: auto;
		scrollbar-width: thin;
	}

	#fermer_type_reponse_contenu_sondage_rep
	{
		margin-top: 20px;
		margin-right: 20px;
	}

	.img_element_type_reponse_contenu_sondage_rep
	{
		width: 30vw;
	}

	.img_diagramme, .p_img_diagramme, .chargement
	{
		width: 40vw;
	}

	.titre_diagramme
	{
		font-size: 25px;
	}
}



/*!!!!! CODE DES PAGES DE MOINS DE 1023 PX DE LARGE !!!!!*/
@media (max-width: 1023px)
{
	#titre
	{
		font-size: 30px;
	}

	#bloc_message_choix_reponse_contenu_sondage_rep
	{
		flex-direction: column;
		align-items: center;
	}

	.element_choix_reponse_contenu_sondage_rep
	{
		display: flex;
		font-size: 18px;
		margin-bottom: 10px;
	}

	#fermer_type_reponse_contenu_sondage_rep
	{
		margin-top: 10px;
		margin-right: 10px;
	}

	#conteneur_type_reponse_contenu_sondage_rep
	{
		flex-direction: column;
	}

	.img_element_type_reponse_contenu_sondage_rep
	{
		height: 25vh;
	}

	.img_diagramme, .p_img_diagramme, .chargement
	{
		width: 90vw;
	}

	.titre_diagramme
	{
		font-size: 20px;
	}
}