@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i|Open+Sans:400,400i,700,700i&display=swap');

html {
    background-image: url("../img/asfalt-dark.png");
}

body {
	color: #57534A;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 1.1rem;
	font-weight: 300;
    margin: 4.5em auto;
    line-height: 1.4;
	max-width: 50rem;
    background-color: rgba(255, 255, 255, 0.9);
    border: 2em solid rgba(255, 255, 255, 0.9);
}

h1,
h2,
h3 {
	color: #423F37;
	font-weight: 700;
    line-height: 1.2;
}

h1 {
	font-size: 2.2em;
    line-height: 1.1;
	margin: 0.7em 0;
}

h2 {
	font-size: 1.8em;
	margin: 1em 0 0.5em 0;
    color: chocolate;
}

h3 {
	font-size: 1.3em;
	margin: 1em 0;

}

h4 {
	font-size: 1.1em;
	margin: 1em 0 0.2em 0;
	border-bottom: solid 1px chocolate;
}

hr {
	margin: 1.3em 0;
}

p {
	margin: 1em 0;
}

article a, footer a {
	color: #794428;
	font-weight: 500;
	cursor: pointer;
	outline: 0 none;
	text-decoration: underline;
	font-size: 1.05rem;
}

article a:hover, footer a:hover {
	outline: 0 none;
	color: chocolate;
}

strong {
	font-weight: bold;
	color: #423F37;
	font-weight: 700;
}

.bandeau {
    color: rgba(0, 0, 0, 0);
    background-color: #e6e9e9;
    background-image: url(../img/asfalt-dark.png);
    height: 58px;
}

.cale {
    color: rgba(0, 0, 0, 0);
}

img {
    width: 100%;
    margin: 1em 0 0 0;
}

blockquote {
	padding: 0.5em 0 0.5em 0.75em;
    font-style: italic;
    border-left: 5px solid chocolate;
    font-size : 1.2em;
    line-height: 1.3;
    max-width: 85%;
    margin-left: 1em;
}

code {
    background-color: lightyellow;
    padding: 3px;
    border-radius: 2px;
}

footer p {
    text-align: right;
    margin-top: 2em;
    font-size: 0.8rem;
}
footer p a {
    font-size: 0.8rem;
}

.retour {
	padding-top: 10rem;
}

.logo {
    width: 230px;
    display: block;
    margin: 0px auto;
}

.note {
	margin-left: 2em;
	margin-bottom: 2em;
	padding: 0;
	line-height: 1.3em;
	font-size: 0.80em;
	text-align: center;
}

.note a {
	font-size: 0.80rem;
}

.note-right {
	text-align: right;
}

.note-left {
	text-align: left;
}

.hr {
    background-color: #d0d0d0;
    color: #d0d0d0;
    line-height: 3px;
}

.avertissement {
	border-left: solid 6px chocolate;
	background-color: bisque;
	padding: 1rem;
	font-style: italic;
	font-weight: 700;
}
