body {
  color: #464646;
  font: 16px "Roboto", sans-serif;
  padding: 0px;
  margin: 0px;
  padding-top: 80px; }

div.content {
  padding: 20px 5%; }
div.overflow {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(255, 236, 74, 0.5); }

h1 a {
  text-decoration: none;
  color: #464646; }
  h1 a:hover {
    color: h1 a:hover lightgrey; }

header div.slider {
  height: 600px;
  overflow: hidden; }
  header div.slider ul {
    margin: 0;
    padding: 0; }
    header div.slider ul li {
      width: 100%;
      height: 600px; }
header div#menu {
  height: 85px;
  width: 100%;
  background: #ffec4a;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0; }
  header div#menu img {
    margin-left: 5%;	width:200px;
    float: left;
    }
  header div#menu div.icon-menu {
    float: right;
    margin-right: 5%;
    cursor: pointer;
    position: relative;
    z-index: 10;
    width: 40px;
    height: 90px;
    transition: transform 0.5s; }
    header div#menu div.icon-menu p {
      font-family: "Roboto", sans-serif;
      margin: 12px 0 0 0; }
    header div#menu div.icon-menu.close span {
      background: transparent; }
      header div#menu div.icon-menu.close span::before {
        transform: translateY(0) rotate(45deg); }
      header div#menu div.icon-menu.close span::after {
        transform: translateY(0) rotate(-45deg); }
    header div#menu div.icon-menu span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      display: block;
      width: 40px;
      height: 5px;
      background-color: #464646;
      transition: background 0.5s; }
      header div#menu div.icon-menu span::before, header div#menu div.icon-menu span::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        transform: translateY(-10px);
        display: block;
        width: 40px;
        height: 5px;
        background-color: #464646;
        transition: transform 0.5s; }
      header div#menu div.icon-menu span::after {
        transform: translateY(10px); }
header nav {
  position: fixed;
  z-index: 9999;
  width: 250px;
  background: rgba(255, 236, 74, 0.85);
  top: 80px;
  right: 0;
  display: none; }
  header nav.open {
    display: block; }
  header nav ul {
    width: 90%;
    margin: 0 5%;
    padding: 20px 0;
    text-align: right; }
    header nav ul li {
      list-style-type: none;
      display: block; }
      header nav ul li a {
        color: #464646;
        font: bold 24px "Allura", cursive;
        text-decoration: none;
        padding: 10px;
        display: block; }
header div.head {
  position: relative;
  height: 600px; }
  header div.head figure {
    position: absolute;
    background: rgba(255, 236, 74, 0.7);
    z-index: 999;
    padding: 15px 20px;
    margin-left: 0;
    bottom: 0; }
    header div.head figure p {
      display: inline;
      font-size: 20px; }
header div#citation {
  clear: both;
  height: 85px;
  background: #ffec4a;
  text-align: center;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center; }
  header div#citation p {
    font: 600 42px "Allura", cursive;
    padding: 0 10px;
    margin: 0; }
  header div#citation span {
    font: 600 42px "Allura", cursive; }

section h1 {
  color: #fff;
  font: 50px "Allura", cursive;
  text-align: center; }
section h2 {
  font-weight: 400; }
  section h2::after {
    content: " ";
    border-bottom: 2px solid #ffec4a;
    padding-top: 8px;
    display: table-cell;
    width: 105px; }
section p {
  font-weight: 300;
  line-height: 24px; }
section .parallax-window {
  height: 230px;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0); }
  section .parallax-window h1 {
    margin: 0; }
  section .parallax-window h3 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px; }
  section .parallax-window p {
    color: #fff;
    font-size: 15px;
    margin: 0px;
    line-height: 20px; }
  section .parallax-window figure {
    position: relative;
    height: 230px;
    text-align: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center; }
section#qui-suis-je {
  background: #fff; }
  section#qui-suis-je h1 {
    color: #464646; }
section#contact {
  background: #ffec4a;
  height: 510px;
  width: 90%;
  padding: 0 5%; }
  section#contact h1 {
    margin: 0;
    padding: 15px 0px 10px 0;
    color: #464646; }
  section#contact article {
    float: left;
    width: 50%; }
    section#contact article a {
      color: #464646;
      text-decoration: none; }
      section#contact article a:hover {
        color: #5e5e5e; }
    section#contact article.form .success {
      color: #00d600; }
    section#contact article.form .error {
      color: #f00; }
    section#contact article.form textarea {
      resize: none; }
    section#contact article.form input, section#contact article.form textarea {
      width: 98%;
      margin: 20px 0;
      border: 1px;
      border-radius: 8px;
      padding: 15px 0 15px 2%;
      border-color: #fff;
      font-family: "Roboto", sans-serif; }
      section#contact article.form input:focus, section#contact article.form textarea:focus {
        outline: none !important;
        box-shadow: 0 0 5px #464646; }
    section#contact article.form button {
      font-family: "Roboto", sans-serif;
      border-radius: 8px;
      background: #fff;
      color: #464646;
      border: 0px;
      padding: 10px 20px;
      margin-bottom: 20px; }
      section#contact article.form button:hover {
        box-shadow: 0 0 5px #464646; }

footer {
  clear: both; }
  footer article {
    padding: 0 5%; }
    footer article img {
      float: left;
      width:180px;}
    footer article div.fb {
      float: right;
      margin-top: 22px;
      position: relative; }
      footer article div.fb a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 99; }
      footer article div.fb span {
        font-size: 25px;
        font-family: "Roboto", sans-serif; }
    footer article.copyright {
      background: #ffec4a;
      text-align: center;
      clear: both; }
      footer article.copyright p {
        margin: 0;
        padding: 10px; }

@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
  header div.slider {
    height: 500px; }
    header div.slider ul li {
      height: 500px; }
  header div.head {
    height: 500px; }
    header div.head figure p {
      font-size: 17.5px; } }
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  header div.slider {
    height: 400px; }
    header div.slider ul li {
      height: 400px; }
  header div.head {
    height: 400px; } }
@media only screen and (max-width: 580px), only screen and (max-device-width: 580px) {
  body {
    padding-top: 60px; }

  header nav {
    top: 60px;
    width: 100%; }
    header nav ul {
      text-align: center; }
  header div.slider {
    height: 350px; }
    header div.slider ul li {
      height: 350px; }
  header div#menu {
    height: 70px; }
    header div#menu img {		width:160px;
      margin: 3px 0 3px 5%; }
    header div#menu div.icon-menu {
      height: 72px; }
      header div#menu div.icon-menu p {
        margin-top: 6px; }
  header div.head {
    height: 350px; }
    header div.head figure {
      width: 100%;
      padding: 15px 0;
      bottom: 0;
      text-align: center; }
  header div#citation p, header div#citation span {
    font-size: 35px; }

  section#contact {
    height: auto; }
    section#contact article {
      width: 100%;
      float: none; }

  footer article img {
    display: none; }
  footer article div.fb {
    float: none;
    margin: 15px;
    text-align: center; }
  footer article.copyright p {
    font-size: 14px; } }
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  header div.slider {
    height: 300px; }
    header div.slider ul li {
      height: 300px; }
  header div.head {
    height: 300px; }
  header div#citation p, header div#citation span {
    font-size: 30px; } }
@media only screen and (max-width: 400px), only screen and (max-device-width: 400px) {
}
@media only screen and (max-width: 380px), only screen and (max-device-width: 380px) {
  header div.head figure p {
    font-size: 15.5px; } }
@media only screen and (max-width: 340px), only screen and (max-device-width: 340px) {
  header div.head figure p {
    font-size: 15px; } }

/*# sourceMappingURL=style.css.map */
