.cache{
	background-color: rgba(255, 255, 255, .7);
	position: fixed;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 20;
	top: 0;
	display: none;
}

	.cache .validationMail{
		positon: relative;
		background-color: white;
		height: 300px;
		width: 500px;
		border-radius: 4px;
		box-shadow: 0 0 10px 2px rgba(0,0,0,0.10);
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

		.validationMail svg{
			position: absolute;
			top: 10px;
			right: 10px;
			width: 30px;
		}

		.validationMail p{
			text-align:  center;
		}