@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Righteous');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
  max-width: 410px;
  width: 100%!important;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
a {
  color: #394753;
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #394753;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
.container {
  max-width: 1024px;
  margin: auto;
  padding: 20px;
}
.container--col {
  padding: 0;
}
.container--menu {
  padding: 0;
}
.container--preheader {
  padding-bottom: 0;
}
@media only screen and (max-width: 770px) {
  .container {
    flex-wrap: wrap;
  }
}
/*Fonts*/
/*Globals*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin: 0;
}
.row--header {
  background-color: #ebdc7c;
}
.row--grid:first-of-type {
  padding-top: 10px;
}
.row--grid:last-of-type {
  padding-bottom: 10px;
}
@media only screen and (max-width: 770px) {
  .row--grid {
    padding: 0!important;
  }
}
.row--vert {
  background-color: #6c8232;
}
.row--jaune {
  background-color: #ebdc7c;
}
.row img {
  max-width: 100%;
  height: auto;
}
.header__preheader {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header__slogan {
  font-size: 30px;
  color: #6c8232;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
}
.header__toggle {
  display: none;
}
@media only screen and (max-width: 770px) {
  .header__toggle {
    display: block;
    text-align: right;
    z-index: 100;
  }
}
.menu--header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}
@media only screen and (max-width: 770px) {
  .menu--header {
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
  }
}
.menu--header > li {
  list-style: none;
  position: relative;
}
.menu--header > li > a {
  font-size: 14px;
  text-decoration: none;
  color: #394753;
  padding: 20px;
  display: block;
}
.menu--header > li > .sub-menu {
  position: absolute;
  background-color: #ebdc7c;
  padding-left: 0px;
}
.menu--header > li > .sub-menu > li {
  list-style: none;
}
.menu--header > li > .sub-menu > li > a {
  text-decoration: none;
  display: block;
  padding: 5px 10px;
}
.menu--header > li > .sub-menu > li > a:hover {
  background-color: #6c8232;
  color: #ffffff;
}
.menu--header > li.current-menu-item > a {
  background-color: #6c8232;
  color: #ffffff;
  font-weight: 700;
}
.menu--header > li.facebook {
  margin-top: 7px;
}
.menu--header > li.facebook > a {
  background-image: url('../../dist/img/facebook.svg');
  font-size: 0;
  background-size: 100% 100%;
  display: block;
}
.menu--footer {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0;
}
.menu--footer > li {
  list-style: none;
}
.menu--footer > li > a {
  text-decoration: none;
}
h1 {
  color: #ffffff;
}
h2,
h3,
h4 {
  font-family: 'Roboto Slab', serif;
  color: #6c8232;
  font-size: 26px;
}
h3 {
  font-size: 18px;
  padding: 10px 0;
  font-family: 'Lato', sans-serif;
}
h4 {
  font-size: 22px;
  color: #394753;
  margin: 10px 0;
}
h4 a {
  color: #394753;
}
p {
  padding: 10px 0;
  line-height: 24px;
}
.mejs-container {
  width: 100%!important;
}
.map {
  position: relative;
  padding-top: 60%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
iframe {
  max-width: 100%;
}
.col {
  background-color: #ffffff;
  margin: 20px 10px;
  padding: 20px;
}
@media only screen and (max-width: 770px) {
  .col {
    flex: 1 1 100%!important;
    margin: 0;
  }
}

@media only screen and (max-width: 770px) {
  .header__toggle {
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
  }
  .menu--header > li {
    width: 100%;
    border-top: 1px solid #6c8232;
  }
  .menu--header > li.facebook {
    border: none;
  }
  .menu--header > li > .sub-menu {
    position: relative;
  }
  .menu--header > li > .sub-menu > li {
    padding-left: 20px;
    border-top: 1px solid #bdbf44;
  }
}
