@font-face {
    font-family: 'merriweatherbold';
    src: url('polices/merriweather-bold-webfont.eot');
    src: url('polices/merriweather-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/merriweather-bold-webfont.woff2') format('woff2'),
         url('polices/merriweather-bold-webfont.woff') format('woff'),
         url('polices/merriweather-bold-webfont.ttf') format('truetype'),
         url('polices/merriweather-bold-webfont.svg#merriweatherregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'merriweatheritalic';
    src: url('polices/merriweather-italic-webfont.eot');
    src: url('polices/merriweather-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/merriweather-italic-webfont.woff2') format('woff2'),
         url('polices/merriweather-italic-webfont.woff') format('woff'),
         url('polices/merriweather-italic-webfont.ttf') format('truetype'),
         url('polices/merriweather-italic-webfont.svg#merriweatherregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'merriweatherblack';
    src: url('polices/merriweather-black-webfont.eot');
    src: url('polices/merriweather-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/merriweather-black-webfont.woff2') format('woff2'),
         url('polices/merriweather-black-webfont.woff') format('woff'),
         url('polices/merriweather-black-webfont.ttf') format('truetype'),
         url('polices/merriweather-black-webfont.svg#merriweatherregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'merriweatherregular';
    src: url('polices/merriweather-regular-webfont.eot');
    src: url('polices/merriweather-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/merriweather-regular-webfont.woff2') format('woff2'),
         url('polices/merriweather-regular-webfont.woff') format('woff'),
         url('polices/merriweather-regular-webfont.ttf') format('truetype'),
         url('polices/merriweather-regular-webfont.svg#merriweatherregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
}

header {
	border-bottom: solid;
	display:flex;
	flex-wrap: wrap-reverse;
	justify-content: space-between;
	align-items: center;
}

#titre_principal {
	display: flex;
	flex-direction: row;
	align-items: center;
	align-items: baseline;
}

#l {
    font-size: 1.5em;
    margin: 20px 0 20px 60px;
}

header h1 {
    font-size: 3em;
    margin: 20px 0 0 0px;
}

header h2 {
    font-size: 1.5em;
    margin-left: 10px;
}

header img {
    display:flex;
    justify-content: flex-end;
    flex-direction: row;
    width: 50px;
    height: 50px;
    margin: 20px 60px 20px 20px;
}
header a {
    font-family:'merriweatherregular';
    color: black;
    text-decoration: none;
}

/*--------------------------fin header------------------------------*/

body {
    font-family:'merriweatherregular', serif;
    color: black;
    width: 100%;
    margin: 0;
    padding: 0;
} 

section {
	margin: 10px;
    height:500px;
    position: relative;
    min-height: 100%
}

article {
	margin: 20px;
    margin-right: 70px;
	max-height: 500px;
	max-width: 1100px;
}

#def {
	text-indent: 20px;
	line-height: 1.3;
	font-size: 1.2em;
	margin-bottom: 30px;
    max-width: 1060px;
}

#saut {
    text-indent: 0px;
    line-height: 0.6;
}

article h1 {
	font-size: 4em;
	margin-bottom: 20px;
}

.definition {
	height: 500px;
}

figure {
	float: left;
} 

figure img {
	width:400px;
	height:400px;
} 

article h1 {
	padding: 60px 0 0 0; 
}

strong {
    font-family:'merriweatherblack';
}

mark {
    font-family: 'merriweatheritalic';
    background-color: white;
}
/*-------------------*/

.navig {
    width: 100%;
    height: 100px;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.precedent {
    color:black;
    text-decoration: none;
    font-size: 0.9em;
}

.suivant {
    color:black;
    text-decoration: none;
    font-size: 0.9em;
}

.retour{
    color: black;
    text-decoration: none;
    padding-top: 20px;
    text-align: left;
    font-size: 0.9em;
    line-height: 1.2;
}

.navig a:hover {
    color:black;
    font-family:'merriweatherblack';
    text-decoration:underline;
}

.none {
    visibility: hidden;
}

