* {
  box-sizing: border-box;
}
html {
  height: 101%;
}
body {
  text-align: left;
  margin: 0;
  background: #eee;
}
#page {
  max-width: 1180px;
  margin: 0 auto;
}
a {
  text-decoration: none;
  color: #41ACE4;
}
a:hover {
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
}
header {
  color: white;
  background: transparent;
  position: relative;
}
header hgroup {
  width: 100%;
}
.logo {
  width: 422px;
  text-align: center;
  margin: 0;
}
.logo a {
  width: 422px;
  max-width: 100%;
  height: 94px;
  display: block;
  margin: 0 auto;
  background-image: url(img/logo.png);
}
#imgAccueil {
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url(img/camping-car.jpg);
  background-size: cover;
  background-position: right bottom;
  width: 100%;
  height: 400px;
}
nav.main-navigation {
  width: fit-content;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
nav li {
  display: inline-block;
}
nav a {
  display: block;
  color: #000;
  padding: 15px;
  transition: color .2s;
}
nav a:hover {
  color: #41ACE4;
  text-decoration: none;
}
main {
  display: flex;
  width: 100%;
  background: #FFF;
}
main section {
  flex: 5;
  padding: 20px;
}
main aside {
  flex: 2;
  padding: 20px;
  min-width: 250px;
  max-width: 300px;
}
.blog .post {
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DFDFDF;
}
.post h2 a {
  font-weight: normal;
}
.wp-content p {
  margin: 0.5em 0;
}
.wp-content .wp-caption-text {
  text-align: right;
  color: #999;
  font-size: 0.9rem;
}
aside > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
aside > ul > li {
  margin-bottom: 40px;
}
aside h2 {
  margin-top: 0;
}
.thumbnail {
  overflow: hidden;
}
img.attachment-cat {
  float: left;
  margin-right: 20px;
}
hr {
  clear: both;
  visibility: hidden;
}
footer {
  font-size: .9em;
  margin: 0 0 10px 0;
  padding: 35px;
  border-top: 1px solid #ccc;
  background: #FFF;
  color: #666;
}
footer .credits {
  text-align: center;
}
footer a {
  color: #666;
  margin: 0 0 0 30px;
}
footer a:hover {
  color: #41ACE4;
}
img.alignright {
  margin: 0 0 1em 1em;
}
img.alignleft {
  margin: 0 1em 1em 0;
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.screen-reader-text {
  display: none;
}
html {
  font-size: .625em;
  font-size: calc(0.625em);
}
body,
button,
input,
select,
textarea {
  color: #111;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.66;
  font-family: 'helvetica', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.4;
  margin: 0 0 0.75em;
  padding: 0.5em 0 0;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  padding-top: 0;
}
h1 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: -1px;
}
h2,
.home.blog .entry-title,
p.widget-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
h3 {
  font-size: 18px;
  font-size: 1.8rem;
}
h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 800;
}
h5,
h6 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}
h6 {
  text-decoration: underline;
}
p {
  margin: 0 0 1.5em;
  padding: 0;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  color: #666;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #eee;
  text-decoration: none;
}
big {
  font-size: 125%;
}
blockquote {
  quotes: "" "";
}
q {
  quotes: "“" "”" "‘" "’";
}
blockquote:before,
blockquote:after {
  content: "";
}
:focus {
  outline: none;
}
p#breadcrumbs {
  margin-top: 10px;
  font-family: inherit;
  color: #a0a0a0;
  font-size: 80%;
}
#menu {
  display: inline;
}
#menu,
#menu ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  float: left;
}
#menu ul {
  display: none;
}
#menu li {
  display: inline-block;
  position: relative;
}
#menu a {
  display: block;
  width: auto;
  line-height: 30px;
  padding: 3px 10px;
  text-align: center;
  font-size: 120%;
}
#menu li:hover ul {
  display: block;
  position: absolute;
  top: 36px;
  left: 0px;
  z-index: 100;
  background-color: #FFF;
}
#menu ul a {
  display: block;
}
#menu li {
  background-color: #FFF;
}
#menu li a {
  color: #000;
}
#menu li a:hover {
  font-weight: bold;
}
#menu ul li {
  background-color: #FFF;
  width: max-content;
}
#menu ul li:hover {
  background-color: #FFF;
}
#menu ul li a {
  color: #000;
  text-align: left;
}
#menu ul li:hover a {
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 50em) {
  #page {
    max-width: 100%;
  }
  main section {
    flex: 5;
  }
  main aside {
    display: none;
    flex: 3;
  }
  h1 {
    font-size: 2em;
    color: red;
  }
  header p span {
    font-size: 6vw;
  }
}
@media screen and (max-width: 40em) {
  #page {
    max-width: 100%;
  }
  main {
    display: block;
    width: 100%;
  }
  h1 {
    font-size: 1.5em;
    color: green;
  }
  header p span {
    font-size: 6vw;
  }
  .logo a {
    max-width: 80%;
    height: auto;
  }
}
@media screen and (max-width: 30em) {
  main {
    display: block;
    width: 100%;
  }
  #page {
    max-width: 100%;
  }
  header hgroup {
    height: auto;
  }
  .logo a {
    max-width: 80%;
    height: auto;
  }
  h1 {
    font-size: 1.2em;
    color: yellow;
  }
  header p span {
    font-size: 5.4vw;
  }
}
