html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    color:#000000;
    font-family: interstate, sans-serif;
    font-weight: 500;
    font-style: normal;
/*	vertical-align: baseline;*/
}
h2 {
    font-family: interstate, sans-serif;
    font-weight: bold;
    font-style: normal;
}
p {
    font-family: interstate, sans-serif;
    font-weight: 500;
    font-style: normal;    
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
    text-decoration: none;
}
img, video {
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
}

/* Style du site */

body {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
    font-family: interstate, sans-serif;
	background: #fff;
	line-height: 1.3;
}
strong{
	font-weight:600;
}
textarea {
	resize: vertical;
}

/* Header */

header {
    background: #fff;
    margin-bottom: 0;
	display: flex;
    align-items: center;
    height: 100px;
    width: 100%;
    top: 0;
    z-index: 20;
	border-bottom: 1px solid #dad6d6;
}

header h1 {
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 1.5em;
    font-weight: 700;
    line-height: 0;
}

header a {
    color: #000000;
    font-family: interstate, sans-serif;
}

header button {
    opacity: .5;
    background: 0 0;
    margin-left: auto;
    font-size: 28px;
    cursor: pointer;
    border:none;
}


header .menuz ul li{
    display: inline-block;
    margin-right: 15px;
}
#logo{
    margin: 1em 0;
	width:85%;
}
.menu-prim{
    margin-top: 5%;
}
.menuz.d-md-block.primaire > ul > li{
	margin-right: 0;
	margin-left: 1em;
}
.logo-lmb{float:left;}

.menuz.d-md-block.primaire {
    float: right;
}
.icors {
    margin-top: 0.35em;
	width: 85%;
}
.menuz.d-md-block.primaire > ul > li{
    vertical-align: super;
}

