footer {
	position:relative;
	display:inline-block;
	bottom: 0;
	width: 100%;
	height: 65px;
	/*background-color:#1f2b38;*/
	padding: 0px 0px;
	border-top: 2px solid #555;

	/*background-color: rgba(153, 255, 0, 0.35);
	border-bottom: 3px solid #99ff00;*/
	
background:
      radial-gradient(35.36% 35.36% at 100% 25%,#0000 66%,#2d2d2d 68% 70%,#0000 72%) 10px 10px/calc(2*10px) calc(2*10px),
      radial-gradient(35.36% 35.36% at 0    75%,#0000 66%,#2d2d2d 68% 70%,#0000 72%) 10px 10px/calc(2*10px) calc(2*10px),
      radial-gradient(35.36% 35.36% at 100% 25%,#0000 66%,#2d2d2d 68% 70%,#0000 72%) 0 0/calc(2*10px) calc(2*10px),
      radial-gradient(35.36% 35.36% at 0    75%,#0000 66%,#2d2d2d 68% 70%,#0000 72%) 0 0/calc(2*10px) calc(2*10px),
      repeating-conic-gradient(#000000 0 25%,#0000 0 50%) 0 0/calc(2*10px) calc(2*10px),
      radial-gradient(#0000 66%,#2d2d2d 68% 70%,#0000 72%) 0 calc(10px/2)/10px 10px
      #000000;

}
footer #blocFmenu {
	position:relative;
	display: inline-block;
	width: 55%;
	height: auto;
	padding: 18px 0 0 0;
	/*background-color: #ee3;*/
}
footer #blocFtxt {
	position:relative;
	display: inline-block;
	width: auto;
	height: auto;
	padding: 20px 10px 0 0;
	/*background-color: #561;*/
}
footer li {
	display: inline-block;
}
footer #ecovadis{
	position:relative;
	display:block;
	width: 56px;
	height: auto;
	padding: 5px 8px 0px 8px;
	/*background-color: #5ec;*/
}
footer img{
	width: 100%;
	height: auto;
}
/******************************* POLICE ********************************/
footer li p {
	font-family: 'Rajdhani', sans-serif;
	font-size:0.7em;
	color:#888;
	letter-spacing: 0.4px;
	text-align:right;
	/*line-height: 2em;*/
}
footer li a{
	font-family: 'Rajdhani', sans-serif;
	font-size: 0.78em;
	color: #aaa;
	letter-spacing: 0.2px;
	padding: 0 5px 0 0;
	border-right: 1px solid #99ff00;
}
footer li a:hover {
	color: #99ff00;
}
footer li:last-of-type a {
	border: none;
}
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

@media screen and (max-width: 1000px){
	footer #blocFmenu {
		width: 81%;
		padding: 5px 0 ;
	}
	footer #blocFtxt {
		width: 81%;
		padding: 4px 20px 4px 0;
	}
	footer p {
		font-size:0.66em;
	}
	footer a {
		font-size: 0.77em;
	}
}
