#corps_verif_compte
{
	
}

#contenu_verif_compte
{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-image: url('https://images.theireply.fr/polygone2.png');
}

#bouton_verif_compte
{
	font-size: 25px;
	padding: 5px;
	background-color: #DEDEDE;
}


/*!!!!! CODE DES PAGES DE PLUS DE 1024 PX DE LARGE !!!!!*/
@media (min-width: 1024px)
{
	#image_bloque
	{
		width: 40vw;
	}

	#all
	{
		flex-direction: row;
	}

	#titre
	{
		font-size: 50px;
		text-align: center;
	}

	#infos
	{
		font-size: 45px;
	}

	#contact
	{
		font-size: 45px;
	}
}



/*!!!!! CODE DES PAGES DE MOINS DE 1023 PX DE LARGE !!!!!*/
@media (max-width: 1023px)
{
	#image_bloque
	{
		width: 90vw;
	}

	#all
	{
		flex-direction: column;
	}

	#titre
	{
		font-size: 35px;
		text-align: center;
	}

	#infos
	{
		font-size: 25px;
	}

	#contact
	{
		font-size: 25px;
	}
}