 #corps
{
	height: 100vh;
}

#contenu
{
	height: calc(100vh - 50px);
	display: flex;
	flex-direction: column;
	align-items: center;
}

#barre_outils
{
	margin-top: 10px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#sondages_restants
{
	font-size: 18px;
	margin-bottom: 5px;
}

#precedent, #suivant
{
	height: 20px;
	margin:10px;
}

#precedent
{
	transform: rotate(180deg);
}

#suivant
{
}

#tout_repondu
{
	font-size: 22px;
	margin-top: 10px;
	text-align: center;
}

#include_sondage
{
	width: 95vw;
	height: 100%;
}


/*!!!!! CODE DES PAGES DE PLUS DE 1024 PX DE LARGE !!!!!*/
@media (min-width: 1024px)
{
}

/*!!!!! CODE DES PAGES DE MOINS DE 1023 PX DE LARGE !!!!!*/
@media (max-width: 1023px)
{
}