
	#bouton_connexion_mobile{
		text-align: center;
		display: block;
		position: fixed;
		top: 92%;
		left: 0.65%;
		width: 98.5%;
		height: 50px;
		margin: 0;
		padding: 0;
	}
	.bouton_connexion_mobile{
		text-align: center;
		width: 100%;
		height: 50px;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 2px;
		padding: 0;
	}
	.bouton_connexion_mobile > li{
		text-align: center;
		width: 33%;
		height: 20px;
		padding-top: 5px;
		list-style-type: none;
		float: left;
        font-size: 14px;
	}
	.bouton_connex_mobile{
		background-color: rgb(0, 64, 128);
		margin-top: 20px;
		border-radius: 5px;
	}
	.bouton_connex_mobile > a{
		color: white;
		text-decoration: none;
	}
	.poster_plus_mobile{
		border: 1px solid rgb(0, 64, 128);
        color: white;
        background-color: rgb(0, 64, 128);
		border-radius: 360px;
		width: 50px;
		height: 50px;
	}

