
/**
*
*		Media queries no responsive
*
**/


#website-middle, #Barre, .website-header {
min-width: 990px;
}


.hidden {
display: none;
visibility: hidden;
}

.visible-phone {
display: none !important;
}

.visible-tablet {
display: none !important;
}

.hidden-desktop {
display: none !important;
}

.visible-desktop {
display: inherit !important;
}




@media screen and (max-width: 980px) {
	
	.barre-fixed {
	position:relative;
	width:100%;
	}
	
	#website-middle {
	margin-top : 0 !important;
	}
	
}