body
{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
}

#message_erreur_sondages
{
	text-align: center;
	font-size: 35px;
}

.erreur
{
	align-items: center;
}

.bordures
{
	height: 100%;
	width: 15vw;
}
.bordures:nth-child(2)
{
	transform: scaleX(-1);
}

#corps_sondage
{
	display: flex;
	flex-direction: column;
	align-items: center;

	max-width: 1000px;
	width: 95vw;
}

#ressource
{
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 50%;
}

#video_ytb
{
	border-radius: 10px;
	height: 100%;
	text-align: center;
}

#image_sondage
{
	width: 100%;
	height: 100%;
	text-align: center;
}

#image_sondage > img
{
	border-radius: 5px;
	height: 100%;
}

#image_sondage > img, #image_sondage
{
	vertical-align: bottom;
}

#texte_reste
{
	height: 50%;
}

#texte_reponse_contenu_sondage
{
	padding-left: 5px;
	width: 100%;
}

#expiration
{
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
}

#titre
{
	text-align: center;
	margin-top: 10px;
}



#indic_prive
{
	text-align: center;
	font-size: 25px;
	font-style: italic;
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
	background-color: rgb(240, 240, 240);
}

#vote
{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	width: 100%;
}

#msg_expire
{
	display: none;
	position: absolute;
	font-size: 30px;
	padding: 10px;
}

#reponses
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	align-content: center;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.element_reponses
{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin: 10px;
}

.element_reponses > input
{
	display: none;
}
.element_reponses > input:checked + label
{
	background-color: rgb(200, 200, 200);
}

.element_reponses > label
{
	word-wrap: break-word;
	font-size: 20px;
	padding: 5px;
}

#nonco_reponses_texte_reponse_contenu_sondage
{
	width: 100%;
	text-align: center;
	color: red;
}

#submit
{
	font-family: "police_theireply", "LiberationSans", "Arial", sans-serif;
	background-color: rgb(98, 213, 233);
	cursor: pointer;
	width: auto;
	margin-top: 20px;
	padding: 8px;
	/*color: rgb(25, 25, 25);*/
}

#btn_renouveler
{
	font-size: 30px;
	font-family: "police_theireply", "Arial", sans-serif;
	background-color: rgb(98, 213, 233);
	text-align: center;
	cursor: pointer;
	width: auto;
	padding: 8px;
}

#barre_outils
{
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
}

.btn_suivre
{
	height: 40px;
}

.cacher
{
	display: none;
}

#img_recouvre
{
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 0;
	background-color: rgba(30, 30, 30, 0.1);
	border-radius: 5px;
	opacity: 0.4;
}


#titre_msg_inexistant
{
	text-align: center;
	font-size: 35px;
}

#msg_inexistant
{
	text-align: center;
	font-size: 30px;
	max-width: 70%;
	margin-bottom: 20px;
}

#sous_msg_inexistant
{
	text-align: center;
	font-size: 25px;
	max-width: 70%;
}

#img_inexistant
{
	height: 50vh;
}

#conteneur_pop
{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	height: 100vh;
	width: 100vw;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.2);
}

#popup_nonco
{
	flex-direction: column;
	justify-content: center;
	position: absolute;
	top: auto;
	left: auto;
	background-color: white;
	padding: 3%;
	border-radius: 5px;
	max-width: 25vw;
	/*box-shadow: 5px 5px 1px rgb(230, 230, 230);*/
}

#champs
{
	display: flex;
	flex-direction: row;
	margin-bottom: 12px;
}

#date
{
	/*margin-bottom: 12px;*/
	margin-left: 0.5vw;
}

#gros_titre
{
	display: flex;
	flex-direction: row;
	font-size: 140%;
	font-weight: 800;
}

.pop_title
{
	font-size: 120%;
	font-weight: 600;
}

[name="sexe"]
{
	margin-right: 0.5vw;
}

.g-recaptcha
{
	max-width: 10vw;
}

.pop_text
{
	margin-bottom: 12px;
	text-align: justify;
}

.plus
{
	text-decoration: 	underline;
}

.bouton
{
	margin-top: 12px;
}

#ou
{
	font-size: 120%;
	font-weight: 800;
}

.center
{
	text-align: center;
}

#lien
{
	font-weight: thin;
}

#popup_nonco [type="submit"]
{
	font-size: 110%;
}

/*!!!!! CODE DES PAGES DE PLUS DE 1024 PX DE LARGE !!!!!*/
@media (min-width: 1024px)
{
	#image_texte_reponse_contenu_sondage
	{
		flex-direction: row;
	}

	#titre
	{
		font-size: 28px;
	}

	#choix_reponses_texte_reponse_contenu_sondage
	{
		flex-direction: row;
		justify-content: space-around;
	}

	#titre_element_reponses_texte_reponse_contenu_sondage
	{
		font-size: 25px;
		max-width: 40vw;
	}

	.element_reponses_texte_reponse_contenu_sondage
	{
		margin-bottom: 30px;
	}

	#bloc_proposition_droite
	{
		margin-left: 50px;
	}

	#nonco_reponses_texte_reponse_contenu_sondage
	{
		font-size: 20px;
	}

	#submit
	{
		font-size: 30px;
	}
}



/*!!!!! CODE DES PAGES DE MOINS DE 1023 PX DE LARGE !!!!!*/
@media (max-width: 1023px)
{
	#image_texte_reponse_contenu_sondage
	{
		flex-direction: column;
	}

	#titre
	{
		font-size: 30px;
	}

	#choix_reponses_texte_reponse_contenu_sondage
	{
		flex-direction: column;
		justify-content: flex-start;
		margin-top: 10px;
		width: 90vw;
	}

	#titre_element_reponses_texte_reponse_contenu_sondage
	{
		font-size: 20px;
		max-width: 90vw;
	}

	.element_reponses_texte_reponse_contenu_sondage
	{
		margin-bottom: 10px;
	}

	#nonco_reponses_texte_reponse_contenu_sondage
	{
		font-size: 15px;
	}

	#submit_reponses_texte_reponse_contenu_sondage
	{
		font-size: 25px;
	}

	#submit
	{
		font-size: 25px;
	}
}