@font-face {
    font-family: 'DMSans';
    src: 
    	 url('../fonts/DMSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DMSans_regul';
    src: url('../fonts/DMSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DMSans_med';
    src: url('../fonts/DMSans-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
header {
  display:none;
}
footer {
  display:none;
}
.bouton{
	display:none;
}
.bouton_contain{
display:none;
}
#bobandeau{
   display:none; 
}
#espace{
   display:none; 
}
#pluginbomenu{
display:none;	
}
.container_main_auto {
	display:block;
	font-family: Arial;
    font-size: 1rem;
}
.grid {
	overflow: hidden;
	font-family: "Ubuntu", Helvetica, Arial, sans-serif;
}
.grid > * {
	display: block;
	padding: 0;
	margin-left: -20px; /* gutter value */
	text-align: left;
	letter-spacing: -0.31em;
	text-rendering: optimizespeed;
}
body {
	font-family: "Ubuntu", sans-serif;
	font-weight: 340;
	font-size: 1.4em; /* equiv 14px */
	line-height: 1.5; /* adapt to your design */
}
a {text-decoration: none;color:#FF5522}