/*____________________________Desighn Messagerie___________________________ img*/
.Info, .Felicitation, .Attention, .Erreur{
	
	margin-bottom: 5px;
	padding: 2px;
	min-height: 20px;
	max-height: 80px;
	border-radius: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px;
}

.Info{
	background: #ee812c;
	border: 1px solid #ee812c;
}
    .Info p, .Felicitation p {
        text-align: center;
        font-size: 1.1em 1.0em 0.9em;
        color: #fff;
        font-weight: bold;
        /*	text-shadow: 1px 0px 1px #000;*/
    }
	
	.Attention p{
		text-align: center;
		font-size: 1.1em 1.0em 0.9em;
		color: #fff;
		font-weight: bold;
	}
	.Erreur p{
		text-align: center;
		font-size: 1.1em 1.0em 0.9em;
		color: #fff;
		font-weight: bold;
	}

    .Reponse{
        margin: 0px;
        padding: 0px;

    }
.Felicitation {
    background: #11a300;
    border: 1px solid #68af0b;
}

.Attention {
    background: #ffc53b;
    box-shadow: 1px 0px 1px #ffe072;
    color: #fff;
}
	
.Erreur{
	background: #c81c1c;
	box-shadow: 1px 0px 1px #fff;
	color: #000;
}