/*.message{*/
/*    !*position:fixed;*!*/
/*    top:20%;*/
/*    left:10%;*/
/*    width:80%;*/
/*    background-color:#FFF;*/
/*    color:#000;*/
/*    padding:1em;*/
/*    -webkit-box-sizing:border-box;*/
/*    -moz-box-sizing:border-box;*/
/*    box-sizing:border-box;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 200px;*/
/*    z-index: 9999999;*/
/*    background-color: aliceblue;*/
/*    transform: translate(-50%, -50%);*/
/*    padding: 30px;*/
/*}*/


/**
*Style pour les message de notification
**/
.message{
	position: fixed;
	bottom: 0;
	z-index: 999999999;
	right: 10px;
	background-color: #434B3E;
	color: #fff;
}



.grecaptcha-badge {
	margin: 0px auto 15px !important;
	width: 70px !important;
	position: inherit !important;
	overflow: hidden !important;
	transition: all 0.3s ease !important;
}

.grecaptcha-badge:hover {
	width: 256px !important;
}

