/*Cookie*/
#cookie{
		position:fixed;
		right:0;
		left:0;
		bottom:0;
		padding:10px !important;
		background:#211F20;
		width:100%;
		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:block;
		width:80%;
		font-size:13px;
		line-height:100%;
		color:#FFF;
		font-weight:normal;
		}
#cookie a{
		margin:0;
		padding:0 0 2px 0;
		color:#F48221;
		font-weight:400;
		border-bottom:1px dotted #F48221;
		}
#cookie a:hover{
		color:#8DB401;
		border-bottom:1px dotted #8DB401;
		}
#cookie button{
		display:block;
		width:150px !important;
		padding:7px 12px 7px 12px;
		margin:0;
		font-size:13px;
		line-height:1 !important;
		background:#8DB401;
		color:#FFF;
		line-height:1.2;
		font-weight:400;
		transition:0.7s;
		border-radius:7px;
		border:none;
		cursor:pointer;
		text-align:center;
		font-weight:normal;
		}
#cookie button:hover{
		background:#F48221;
		color:#FFF;
		}
@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){
}