#bloc-entete{
	z-index: 3000;
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	min-height: 60px;
	background-color: rgba(0, 0, 0, 1);
}
#top-menu{
	z-index: 9000;
	position: absolute;
	display: flex;
	width: 100%;
	height: 50px;
	opacity: 1;
	/* background-color: rgba(190, 79, 28, 0.8);*/
	/*  	background:
      radial-gradient(35.36% 35.36% at 100% 25%,#0000 66%,#4f4f4f 68% 70%,#0000 72%) 10px 10px/calc(2*10px) calc(2*10px),
      radial-gradient(35.36% 35.36% at 0    75%,#0000 66%,#4f4f4f 68% 70%,#0000 72%) 10px 10px/calc(2*10px) calc(2*10px),
      radial-gradient(35.36% 35.36% at 100% 25%,#0000 66%,#4f4f4f 68% 70%,#0000 72%) 0 0/calc(2*10px) calc(2*10px),
      radial-gradient(35.36% 35.36% at 0    75%,#0000 66%,#4f4f4f 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%,#4f4f4f 68% 70%,#0000 72%) 0 calc(10px/2)/10px 10px
      #000000;*/

}
#logo {
	position: relative;
	display: block;
	flex:5%;
	top: 5px;
	left: 0px;
	/*width:20%;
	height: auto;
	background-color: rgba(45, 205, 145, 0.75);*/
}
#logo img {
	height : 100px;
	width : auto;
	margin: 0 0%;
}
#certif{
	position: relative;
	display: block;
	flex:90%;
	/*background-color: rgba(0, 0, 0, 0.8);*/
	padding: 46px 0 0 0;
	/*width: 30%;
	height: 27px;
	border-right: 3px solid #677584;*/
}
#bloc-slogan{
	position: absolute;
	display: flex;
	top: 50px;
	/*background-color: rgba(47, 25, 205, 0.8);*/
	width: 100%;
	height: 40px;
	/*border-top: 2px solid #222;*/
	/*border-bottom: 1px solid #aaa;
	box-shadow: 0 4px 32px -5px #000;*/
}
#slogan{
	/*position: relative;
	display: inline-block;*/
	background-color: rgba(0, 0, 0, 1);
	padding: 4px 0px 0px 0px;
	width: 100%;
	height: auto;
}
/*#slogG, #slogD {
	background-color: rgba(42, 7, 176, 0.5);
	width:2%;
}*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
@media screen and (max-width: 1000px){
	#logo img {
		height : 70px;
	}
	#bloc-entete{
		background-color: rgba(0, 0, 0, 1);
	}
	#certif{
	padding: 32px 0 0 0;
	}
}
@media screen and (max-width: 600px){
	#logo img {
		height : 45px;
	}
	#certif{
	padding: 19px 0 0 0;
	}
}
@media screen and (max-width: 400px){
	#certif{
	padding: 25px 0 0 0;
	}
}
