/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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,
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;
  vertical-align: baseline;
  border: 0;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
a {
  text-decoration: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
  padding-bottom: 10em;
  font-family: "Lato", sans-serif;
  font-size: 100%;

  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  color: #31312f;
  font-family: "Lato", sans-serif;
  font-size: 0.95rem;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

p,
li {
  font-weight: 300;
  line-height: 1;
}
header {
  position: relative;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 1em 2em;
  text-align: center;
  background-color: white;
}
.bg {
  background-image: url("chamaillard-couverture.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 80vh;
  display: flex;
  padding: 2em 4em;
  align-items: center;
}
.annonce_block {
  max-width: 600px;
  margin-left: auto;
}
.annonce_txt {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: bold;
  padding: 1em 1.2em;
  letter-spacing: 1.1px;
  line-height: 1.4;
}
.logo-header {
  display: block;
  max-width: 250px;
  height: auto;
  margin: 0 auto;
}
.logo-footer {
  display: block;
  max-width: 150px;
  height: auto;
  margin: 0 auto 1em auto;
}
header p {
  font-size: 1.4rem;
  line-height: 1.8;
}
.wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding-right: 1em;
  padding-left: 1em;
}
.wrapper p {
  font-size: 1.6rem;
}
footer {
  background-color: #525251;
  color: white;
  padding: 2em;
  text-align: center;
  line-height: 1.2;
}
