/* UTF-8 à jamais */
/* ---- Général --- */
@font-face {
	font-family:"CabinetGrotesk-Medium";
	src:url('font/CabinetGrotesk-Medium.woff2') format('woff2'),url('font/CabinetGrotesk-Medium.woff') format('woff');
}
@font-face {
	font-family:"CabinetGrotesk-Bold";
	src:url('font/CabinetGrotesk-Bold.woff2') format('woff2'),url('font/CabinetGrotesk-Bold.woff') format('woff');
}
@font-face {
	font-family:"CabinetGrotesk-Extrabold";
	src:url('font/CabinetGrotesk-Extrabold.woff2') format('woff2'),url('font/CabinetGrotesk-Extrabold.woff') format('woff');
}
@font-face {
	font-family:"MixtaEssSharpRegular";
	src:url('font/MixtaEssSharpRegular.woff2') format('woff2'),url('font/MixtaEssSharpRegular.woff') format('woff');
}
@font-face {
	font-family:"MixtaEssSharpBold";
	src:url('font/MixtaEssSharpBold.woff2') format('woff2'),url('font/MixtaEssSharpBold.woff') format('woff');
}
@font-face {
	font-family:"MixtaEssSharpBlack";
	src:url('font/MixtaEssSharpBlack.woff2') format('woff2'),url('font/MixtaEssSharpBlack.woff') format('woff');
}
body{
	margin:0;
	padding:0;
	color:#0f2454;
	background-color:#fff;
	-webkit-text-size-adjust:none;
}
body.no_scroll{
	overflow:hidden;
}
body,input,textarea,select{
	font-family:"CabinetGrotesk-Medium", sans-serif;

/* polices SAFE
	font-family:Arial, Helvetica, sans-serif;
	font-family:Arial Black, Gadget, sans-serif;
	font-family:Comic Sans MS, cursive;
	font-family:Courier New, monospace;
	font-family:Georgia, serif;
	font-family:Impact, Charcoal, sans-serif;
	font-family:Lucida Console, Monaco, monospace;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	font-family:Tahoma, Geneva, sans-serif;
	font-family:Times New Roman, Times, serif;
	font-family:Trebuchet MS, sans-serif;
	font-family:Verdana, Geneva, sans-serif;
	font-family:Symbol;
	font-family:Webdings;
	font-family:Wingdings, Zapf Dingbats;
	font-family:MS Sans Serif, Geneva, sans-serif;
	font-family:MS Serif, New York, serif;
*/

	font-size:16px;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding:0;
	font-size:1em;
	font-weight:normal;
}
input:focus,
textarea:focus,
select:focus{
	outline:none;
}
p{
	margin:1em 0;
}
ul,li{
	margin:0;
	padding:0;
	list-style-type:none;
}
a{
	color:#0f2454;
}
a img{
	border:0;
}
a:hover{
	outline:none;
	color:#0f2454;
}
hr{
	border:0;
	margin:0;
	padding:0;
	text-align:left;
}

select{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border:0;
}
select::-ms-expand{
	display:none; /* hiding IE11 arrow */
}
[type="checkbox"],
[type="radio"]{
	-webkit-appearance:none;
	-moz-appearance:none;
  appearance: none;
  background-color:#fff;
  outline:0;
  margin:0;
  box-shadow:inset 0 0 0 1px #85aa00;
}
[type="checkbox"]::-ms-check,
[type="radio"]::-ms-check{
    display: none;
}

section,article,aside,footer,header,nav,hgroup{
	display:block;
}
#formulaire_contact_form .ne_pas_remplir{
	display:none;
}
div#cache_page,
div#cache_page_front,
div#cache_page_recherche,
div#cache_page_sans_menu_admin{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:103;
	background:rgba(255,255,255,0.6);
	display:none;
}
div#cache_page_sans_menu_admin{
	z-index:99;
}
div#cache_page_front{
	background:rgba(0,0,0,0.5);
	z-index:22;
}
div#cache_page_recherche{
	background:rgba(15,36,84,0.5);
	z-index:1001;/* le z-index d'osmap est de 1000*/
}
div#cache_page.sel,
div#cache_page_front.sel,
div#cache_page_recherche.sel,
div#cache_page_sans_menu_admin.sel{
	display:block;
}
#responsive_palier{
	position:fixed;
	bottom:0;
	left:0;
}