
:root { 
	--jaune: #ffcf0a;
	--brun: #2d2f2f;
	--vert: #177175;
	--degrad1: linear-gradient(90deg, rgba(21,112,118,1) 0%, rgba(67,123,95,1) 26%, rgba(159,145,49,1) 52%, rgba(255,209,12,1) 100%);	
}
.erreur{
	position: relative;
	background-image: url(../../../medias/pictures/erreur.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
height: 100%;
}
.h1404{
font-size: 35px;
color:var(--jaune);
background: var(--brun);
padding: 8px 15px;
margin-left: 0px!important;
margin-bottom: 50px;
}
.h2404{
    color: white;
    font-size: 30px;
    margin-bottom: 30px;

}
.p404{
    color: white;
}
.a404{
    color: var(--jaune);
}
.a404:hover{
    
    color: blue;
    text-decoration: underline;
    transition: 0.2s;

}
