.bandeau-message
{
	position : fixed; 
	bottom:0px; 
	display : none;
	width:100%;
	left : 0px;
	background-color: rgb(40,146,245);
	vertical-align: center;
	z-index: 8888899999;
}

.message-demande
{
	width : 85%;
	text-align : center;
	margin : auto;
	opacity : 1 !important;
	color : white;
	font-weight : bold;
}
.button-close-bandeau
{
	padding : 5px;
	position : absolute;
	right : 5px;	
	top : 6px;
	width : 30px;
	height : 30px;
}
.standard-post-button{padding:10px;border-radius:5px;background-color:rgb(51,51,51);color :white;}
.standard-post-button:hover{color : white;background-color: rgb(28,28,28);}
.div-standard-post{margin-top: 12px; margin-bottom: 12px; }

.standard-post-acceuil
{
	display: inline-block;
}
.lancez_vous
{
	font-size: 1.5em;
    margin-bottom: 5px;
}

.bandeau-message-acceuil
{
	opacity: 0.9;
}

@media screen and (max-width: 500px)
{
	.standard-post-button {
		font-size: 10px;
	}	
}


