#bandeauCookie{
	background-color: #E6E6E6;
	position: fixed;
	bottom: 30px;
	right: 30px;
	margin: 0 0 0 30px;
	padding: 10px;
	text-align: center;
	max-width:280px;
	color:#555;
	box-sizing:border-box;
    z-index:101;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
#bandeauCookieContent{
    border: 1px solid #fff;
    padding: 0 15px;
    position: relative;
}
#bandeauCookie hr {
    background-color: #999999;
    border: medium none;
    height: 1px;
    margin: 15px auto;
    width: 60px;
}
#cookieOk{
	background-image:url("ico-fermer.png");
	background-color:rgba(0, 0, 0, 0);
	background-repeat:no-repeat;
	background-position: center center;
	display:block;
	height:12px;
	width:12px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
}
.cookieTitle{
	color:#666666;
	font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}

@media screen and (max-width: 420px) {
	#bandeauCookie{
		bottom: 0;
	    display: block;
	    left: 0;
	    margin: 0;
	    max-width: 100%;
	    width: 100% !important;
	}
}