/*Cookie*/
#cookie{
		position:fixed;
		right:7%;
		bottom:0;
		width:300px;
		padding:10px 15px;
		background:#F5B601;
		z-index:10000000;
		}
#cookie #accessCookies_form{
		width:100%;
		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:space-between;
		align-content:center;
		align-items:center;
		}
#cookie p{
		display: inline-block;
		font-size:11px;
		line-height:1.1;
		font-weight:200;
		color:#FFF;
		font-weight:normal;
		margin:0;
		}
#cookie a{
		color:#FFF;
		font-weight:200;
		-webkit-transition:all 1s linear;
		transition:all 1s linear;
		}
#cookie a:hover{
		color:#FFF;
		text-decoration:underline;
		}
#cookie button{
		display:inline-block;
		padding:5px 7px;
		width:100px;
		font-size:11px;
		background:#FFF;
		color:#000;
		line-height:1;
		font-weight:200;
		transition:0.7s;
		border:none;
		cursor:pointer;
		text-align:center;
		font-weight:normal;
		margin:0;
		-webkit-transition:all 1s ease-out;
		-moz-transition:all 1s ease-out;
		-ms-transition:all 1s ease-out;
		-o-transition:all 1s ease-out;
		transition:all 1s ease-out;
		}
#cookie button:hover{
		color:#FFF;
		background:#01BAF5;
		}
@media (max-width:979px){
}
@media (max-width:768px){
#cookie {
		display:none !important;
		width: 100%;
		right:0;
		left:0;
	}
#cookie p{
		width:80%;
		float:none;
		margin:3% auto 0 auto;
		padding:0;
		}
#cookie button{
		width:40% !important;
		float:none;
		margin:3% auto 1.5% auto;
		}
}
@media (max-width:500px){
}