/* Bouton Addock*/
header .easy_loisirs_button {
	top: 45px;
	right: auto;
	left: 0;
}

@media screen and (max-width: 380px) {
	header .easy_loisirs_button {
    	top: 0;
    	left: 50%;
    	transform: translateX(-50%);
    }
}
