 .conteneur nav{background: transparent;}
 @media only screen and (min-width: 993px) {
	 #header-menu {
		 position: fixed;
		 display: block;
		 background: transparent;
		 height:100px;
		 z-index: 9;
		 margin-top: 0px;
		 padding-top: 10px;
		 top: 0;
		 opacity: 1;
		 -webkit-transform: translate3d(0,0,0);
		 transform: translate3d(0,0,0);
	}
	
	#maincontainer{
		margin-top:100px;	
		
	}
	
	#button-commentcamarche:after{
		content: 'Comment ça marche ?';
		
	}
	
 }
 @media only screen and (max-width: 992px) {
	#header-menu {
		position: fixed;
		display: block;
		background: transparent;
		height:60px;
		z-index: 9;
		margin-top: 0px;
		padding-top: 0px;
		top: 0;
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
	
	#header-menu img{
		 width: 60px;
		 height:60px;
	}
	
	#maincontainer{
		margin-top:60px;	
		
	}
	
	nav{
		vertical-align:middle;
		
	}
	
	#button-commentcamarche:after{
		content: '?';
		font-weight:bold;
	}
	
 }
 .bottomdiv {display: table-cell;font-size: 0.800em;height: 50px;text-align: center;width: 1%;vertical-align: middle;}
 #footer {height: 50px;margin-top: -50px;display: table-row;position: relative;background-color: grey;opacity:0.5;}
 .bottomdiv a {position:relative;color: white;margin-right: 20px;}
 .bottomdiv a:hover {color: white;}
 .share-bar li {min-width: 30px;min-height: 30px;}
 .share-bar .top, .share-bar .bottom {min-width: 400px;}
 .share-bar .left, .share-bar .right {min-height: 400px;}
 .share-bar i {font-size: 25px;}
 .share-bar li {padding: 0.4em;line-height: 105%;vertical-align: middle;}
 .share-bar {position: fixed;height: auto;width: auto;margin: auto 0;}
 .left-bar {left: 0;top: 67%;transform: translateY(-50%);min-height: 400px;}
 .share-bar ul {width: inherit;height: inherit;margin: 0;padding: 0;}
 .share-bar li {list-style-type: none;}
 .share-bar.right a, .share-bar.left a {width: inherit;height: inherit;display: block;}
 .share-bar.top a, .share-bar.bottom a {width: inherit;height: inherit;display: inline-block;}
 .share-bar .right a {width: inherit;height: inherit;display: block;}
 .share-bar i {line-height: 100%;width: 100%;margin: 0;padding: 0;color: #FFF;text-align: center;}
 .share-bar fa {width: 100%;height: auto;}.share-bar li {background-color: rgba(9,9,8,0.2);display: block;}
 .share-bar.top li, .share-bar.bottom li {float: left;}
 .share-bar .twitter:hover {background-color: #1da1f2;}
 .share-bar .facebook:hover {background-color: #3b5998;}
 .share-bar .youtube:hover {background-color: #cd201f;}
 .share-bar .pinterest:hover {background-color: #bd081c;}
 .share-bar .linkedin:hover {background-color: #0077b5;}