html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, img {
  display: block; }

html, body {
  width: 100%;
  height: 100%;
  *overflow-y: scroll; }

hr {
  height: 0;
  border: 0; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

a {
  text-decoration: none; }

a img {
  border: none; }

.centered {
  margin: 0 auto;
  text-align: center; }

.hidden {
  display: none; }

.clear {
  clear: both; }

.col-left {
  float: left; }

.col-right {
  float: right; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix {
  display: block; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

.pc {
  display: inline; }

.pc2 {
  display: block; }

.tablette, .tablette2 {
  display: none; }

.telephone, .telephone2 {
  display: none; }

body {
  font-family: 'Georgia, Times New Roman';
  font-size: 14px;
  font-weight: 300;
  color: #48403a;
  line-height: normal;
  background: #f7f7ef; }

#console {
  display: none;
  position: fixed;
  z-index: 200;
  top: 10;
  right: 10; }

#loader {
  position: absolute;
  z-index: 200;
  top: 50%;
  left: 50%;
  padding: 5px;
  margin-top: -21px;
  margin-left: -21px;
  border-radius: 5px; }

.error {
  font-size: 14px; }

/**** Page ****/
#page {
  display: none;
  margin: 0px auto 0 auto;
  border: 0px solid red; }

.page-wrapper {
  position: relative;
  width: 960px;
  margin: 0 auto;
  border: 0px solid red; }

/**** Header ****/
header {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 125px;
  padding-top: 0px;
  padding-bottom: 0px;
  background: #f7f7ef;
  border: 0px solid red; }
  header #logo {
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    cursor: pointer; }
    header #logo img {
      width: 363px;
      border: 0px solid red; }
  header #reseaux {
    position: absolute;
    top: 20px;
    right: 0;
    width: 110px;
    border: 0px solid red;
    text-align: right; }
    header #reseaux img {
      display: inline;
      width: 41px;
      margin-left: 10px; }

/**** Footer ****/
footer {
  margin: 50px 0 80px 0;
  font-family: 'Arial', sans-serif;
  color: #48403a; }
  footer #footer-wrapper {
    position: relative;
    padding: 0;
    height: 65px;
    text-align: center;
    border: 0px solid red; }
    footer #footer-wrapper p {
      margin: 0 auto;
      padding: 10px 0;
      width: 900px;
      font-size: 15px;
      line-height: 22px;
      font-weight: bold;
      border-top: 1px solid #c6171e;
      border-bottom: 1px solid #c6171e; }
      footer #footer-wrapper p #legales-lien {
        cursor: pointer;
        font-size: 13px;
        font-weight: normal; }
    footer #footer-wrapper #legales {
      display: none;
      position: absolute;
      left: 50%;
      top: -370px;
      width: 497px;
      height: 353px;
      margin-left: -248px;
      background-image: url("../img/fond-legale.png");
      background-position: left top;
      background-repeat: no-repeat; }
      footer #footer-wrapper #legales h2 {
        margin: 30px 0 15px 0;
        font-size: 15px;
        color: #c6171e; }
      footer #footer-wrapper #legales p {
        width: auto;
        margin: 0;
        padding-top: 0;
        font-size: 12px;
        font-weight: normal;
        line-height: 17px;
        text-align: center;
        border: 0; }
        footer #footer-wrapper #legales p a {
          color: #000; }

/**** nav ****/
nav #haut-pc, nav #haut-tablette {
  position: absolute;
  top: 40px;
  right: 125px;
  margin: 0;
  padding: 0;
  display: block;
  font-family: 'Arial', sans-serif;
  font-size: 17px;
  line-height: 17px;
  color: #c6171e; }
  nav #haut-pc li, nav #haut-tablette li {
    float: left;
    list-style-type: none;
    border: 0px solid red;
    cursor: pointer; }
    nav #haut-pc li .titre, nav #haut-tablette li .titre {
      padding: 3px 0px 3px 0px;
      text-align: center; }
    nav #haut-pc li .titre-sep, nav #haut-tablette li .titre-sep {
      border-left: 1px solid #c6171e; }
    nav #haut-pc li .decobouton, nav #haut-tablette li .decobouton {
      position: relative;
      margin: 20px auto 0 auto;
      width: 99px;
      height: 33px; }
      nav #haut-pc li .decobouton img, nav #haut-tablette li .decobouton img {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%; }
  nav #haut-pc #li-w1, nav #haut-tablette #li-w1 {
    width: 80px; }
  nav #haut-pc #li-w2, nav #haut-tablette #li-w2 {
    width: 100px; }
  nav #haut-pc #li-w3, nav #haut-tablette #li-w3 {
    width: 80px; }
  nav #haut-pc #li-w4, nav #haut-tablette #li-w4 {
    width: 105px; }

#contenu {
  margin-top: 125px; }
  #contenu h1 {
    margin-bottom: 0px;
    font-size: 38px;
    line-height: 1em;
    color: #c6171e;
    margin-bottom: 10px; }
  #contenu h2 {
    margin: 10px auto 40px auto;
    font-size: 24px;
    line-height: 1.05em;
    font-weight: normal;
    color: #48403a;
    text-align: center; }
  #contenu h3 {
    margin-bottom: 2px;
    font-size: 23px;
    line-height: 1.3em;
    font-weight: normal;
    color: #c6171e; }
  #contenu .separateur {
    margin: 50px auto 0px auto;
    width: 100%;
    height: 13px;
    background-image: url("../img/separateur.png");
    background-repeat: no-repeat; }
  #contenu #cadre1 {
    float: left;
    margin-top: 50px;
    width: 383px;
    border: 0px solid red; }
    #contenu #cadre1 img {
      width: 100%; }
  #contenu #cadre2 {
    float: right;
    margin-top: 50px;
    margin-left: 0px;
    width: 480px;
    border: 0px solid red; }
    #contenu #cadre2 p {
      margin-bottom: 10px;
      font-size: 17px;
      line-height: 1.4em;
      text-align: left; }
    #contenu #cadre2 #bnt-film {
      display: block;
      margin: 55px auto 0 auto; }
    #contenu #cadre2 .trait {
      margin: 0px auto 15px auto;
      width: 100%;
      height: 1px;
      background: #ebbfbc; }
  #contenu #carte {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.4em; }
    #contenu #carte #titre-carte {
      display: block;
      margin: 15px auto 0 auto; }
    #contenu #carte #cadre3 {
      float: left;
      width: 370px; }
    #contenu #carte #cadre4 {
      margin-top: 8px;
      float: left;
      width: 315px; }
    #contenu #carte #cadre5 {
      float: right;
      width: 255px; }
      #contenu #carte #cadre5 #bnt-boiremanger {
        display: block;
        margin-top: 40px; }
    #contenu #carte p {
      margin-bottom: 15px; }
    #contenu #carte span {
      color: #c6171e;
      font-weight: bold; }
    #contenu #carte .cadre-col {
      float: left;
      margin-left: 15px;
      width: 92%; }
    #contenu #carte .trait {
      float: left;
      width: 1px;
      background: #ebbfbc; }
    #contenu #carte #trait1 {
      margin-top: 35px;
      height: 440px; }
    #contenu #carte #trait2 {
      margin-top: 27px;
      height: 440px; }
    #contenu #carte #trait3 {
      margin-top: 35px;
      height: 255px; }
  #contenu #titre-photos {
    display: block;
    margin: 15px auto 0 auto; }
  #contenu #photo {
    margin: 30px auto 0 auto;
    width: 632px;
    height: 489px;
    background-image: url("../img/cadrephotos.png");
    background-position: left top;
    background-repeat: no-repeat; }
    #contenu #photo #photo-wrapper {
      margin: 0 auto;
      width: 444px;
      overflow: hidden;
      border: 0px solid red; }
  #contenu #titre-contact {
    display: block;
    margin: 15px auto 0 auto; }
  #contenu #reserver {
    margin: 20px 0 20px 0;
    text-align: center; }
    #contenu #reserver img {
      display: inline;
      margin-right: 0;
      width: 715px; }
  #contenu #plan {
    display: block;
    margin: 15px auto 0 auto; }
  #contenu #lieux {
    margin-top: 40px;
    font-family: 'Arial', sans-serif;
    font-size: 13px;
    line-height: 17px; }
    #contenu #lieux #titre-autreslieux {
      margin-bottom: 30px; }
    #contenu #lieux .cadre h2 {
      margin: 0px 0 10px 0;
      font-size: 16px;
      font-weight: 700;
      color: #c6171e;
      text-align: left; }
    #contenu #lieux .cadre .texte {
      height: 110px; }
    #contenu #lieux .cadre .adresse {
      height: 100px; }
    #contenu #lieux .cadre img {
      width: 196px; }
    #contenu #lieux .cadre a {
      font-weight: 600;
      color: #c6171e; }
    #contenu #lieux .cadre sup {
      vertical-align: 5px; }
    #contenu #lieux #cadre6 {
      float: left;
      width: 305px;
      margin-right: 80px;
      margin-left: 140px; }
    #contenu #lieux #cadre7 {
      float: left;
      width: 305px;
      margin-right: 20px; }
    #contenu #lieux #cadre8 {
      float: left;
      width: 305px; }
    #contenu #lieux #cadre9 {
      float: right;
      width: 222px; }

@media screen and (max-width: 1020px) {
  .pc, .pc2 {
    display: none; }

  .tablette {
    display: inline; }

  .tablette2 {
    display: block; }

  .telephone, .telephone2 {
    display: none; }

  /**** Page ****/
  #page {
    display: none;
    margin: 0px auto 0 auto;
    border: 0px solid red; }

  .page-wrapper {
    position: relative;
    width: 710px;
    margin: 0 auto;
    border: 0px solid red; }

  /**** Header ****/
  header {
    height: 95px;
    border: 0px solid red; }
    header #logo img {
      width: 250px;
      border: 0px solid red; }
    header #reseaux {
      top: 18px; }
      header #reseaux img {
        display: inline;
        width: 36px;
        margin-left: 10px; }

  /**** Footer ****/
  footer #footer-wrapper {
    padding: 0;
    height: 65px; }
    footer #footer-wrapper p {
      margin: 0 auto;
      padding-top: 7px;
      width: 100%;
      font-size: 12px;
      line-height: 20px; }

  /**** nav ****/
  nav #haut-pc, nav #haut-tablette {
    top: 30px;
    right: 90px;
    margin: 0;
    padding: 0;
    font-size: 15px; }
    nav #haut-pc #li-w1, nav #haut-tablette #li-w1 {
      width: 70px; }
    nav #haut-pc #li-w2, nav #haut-tablette #li-w2 {
      width: 90px; }
    nav #haut-pc #li-w3, nav #haut-tablette #li-w3 {
      width: 70px; }
    nav #haut-pc #li-w4, nav #haut-tablette #li-w4 {
      width: 90px; }

  /**** Home ****/
  #hp-contenu {
    margin-bottom: 75px;
    width: 710px;
    height: auto;
    background-image: none; }
    #hp-contenu video {
      margin-top: 0px;
      margin-left: 0px;
      width: 100%; }

  /**** Pages ****/
  #contenu {
    margin-top: 95px; }
    #contenu h1 {
      font-size: 30px;
      margin-bottom: 5px; }
    #contenu h2 {
      margin: 10px auto 40px auto;
      font-size: 24px;
      line-height: 1.05em;
      font-weight: normal;
      color: #48403a;
      text-align: center; }
    #contenu h3 {
      margin-bottom: 2px;
      font-size: 23px;
      line-height: 1.3em;
      font-weight: normal;
      color: #c6171e; }
    #contenu .separateur {
      margin: 50px auto 0px auto;
      width: 100%;
      height: 13px;
      background-image: url("../img/separateur.png");
      background-repeat: no-repeat; }
    #contenu #cadre1 {
      margin-top: 40px;
      width: 283px; }
    #contenu #cadre2 {
      margin-top: 40px;
      width: 380px; }
      #contenu #cadre2 p {
        font-size: 16px;
        line-height: 1.3em; }
      #contenu #cadre2 #bnt-film {
        margin: 35px auto 0 auto; }
    #contenu #carte {
      font-size: 14px;
      line-height: 1.4em; }
      #contenu #carte #titre-carte {
        display: block;
        margin: 15px auto 0 auto; }
      #contenu #carte #cadre3 {
        width: 270px; }
      #contenu #carte #cadre4 {
        width: 250px; }
      #contenu #carte #cadre5 {
        width: 190px; }
        #contenu #carte #cadre5 #bnt-boiremanger {
          width: 190px; }
      #contenu #carte .cadre-col {
        float: left;
        width: 90%;
        margin-left: 10px; }
      #contenu #carte .trait {
        float: left;
        width: 1px;
        background: #ebbfbc; }
      #contenu #carte #trait1 {
        height: 520px; }
      #contenu #carte #trait2 {
        height: 520px; }
      #contenu #carte #trait3 {
        height: 275px; }
    #contenu #reserver img {
      margin-right: 0;
      width: 90%; }
    #contenu #lieux .cadre h2 {
      margin: 0px 0 10px 0;
      font-size: 16px;
      font-weight: 700;
      color: #c6171e;
      text-align: left; }
    #contenu #lieux .cadre .texte {
      height: 120px; }
    #contenu #lieux .cadre .adresse {
      height: 90px; }
    #contenu #lieux .cadre img {
      width: 196px; }
    #contenu #lieux .cadre a {
      font-weight: 600;
      color: #c6171e; }
    #contenu #lieux #cadre6 {
      float: left;
      width: 300px;
      margin-right: 0px;
      margin-left: 0; }
    #contenu #lieux #cadre7 {
      float: right;
      width: 300px;
      margin-right: 0px; }
    #contenu #lieux #cadre8 {
      float: left;
      width: 300px;
      margin-right: 0px;
      margin-top: 80px; }
    #contenu #lieux #cadre9 {
      float: right;
      width: 300px;
      margin-top: 80px; } }
@media screen and (max-width: 740px) {
  .pc, .pc2 {
    display: none; }

  .tablette, .tablette2 {
    display: none; }

  .telephone {
    display: inline; }

  .telephone2 {
    display: block; }

  /**** Page ****/
  .page-wrapper {
    width: 90%; }

  /**** Header ****/
  header {
    border: 0px solid red; }
    header #logo {
      top: 25px; }
      header #logo img {
        width: 225px; }
    header #cavalier {
      top: 25px;
      left: 210px; }
      header #cavalier img {
        width: 25px; }
    header #nav-telephone-bnt {
      margin-top: 25px;
      float: right;
      cursor: pointer; }
      header #nav-telephone-bnt div {
        width: 55px;
        height: 6px;
        margin-bottom: 15px;
        border-radius: 3px;
        background: #c6171e; }

  /**** Footer ****/
  footer #footer-wrapper {
    padding: 0;
    height: 65px; }
    footer #footer-wrapper p {
      margin: 0 auto;
      padding-top: 7px;
      width: 100%;
      font-size: 12px;
      line-height: 20px; }
    footer #footer-wrapper #legales {
      left: 50%;
      top: -360px;
      width: 90%;
      height: auto;
      margin-left: -45%;
      background-image: none;
      background: #f7f7ef;
      border: 1px solid #ebbfbc; }
      footer #footer-wrapper #legales h2 {
        margin: 20px 0 15px 0;
        font-size: 15px;
        color: #c6171e; }
      footer #footer-wrapper #legales p {
        width: auto;
        margin: 0;
        padding-top: 0;
        font-size: 12px;
        font-weight: normal;
        line-height: 17px;
        text-align: center;
        border: 0; }
        footer #footer-wrapper #legales p a {
          color: #000; }

  /**** nav ****/
  nav #haut-telephone {
    position: absolute;
    top: 90px;
    width: 100%;
    display: none;
    z-index: 5000;
    margin-top: 0px;
    padding: 0;
    font-family: 'Arial', sans-serif;
    font-size: 25px;
    line-height: 25px;
    color: #c6171e;
    background: #f7f7ef;
    border-top: 1px solid #48403a; }
    nav #haut-telephone a {
      color: #c6171e; }
    nav #haut-telephone a:hover, nav #haut-telephone .nav_on {
      font-weight: bold; }
    nav #haut-telephone li {
      padding: 20px;
      text-align: center;
      border-bottom: 1px solid #48403a;
      cursor: pointer; }

  /**** Pages ****/
  #contenu {
    margin-top: 90px; }
    #contenu h1 {
      font-size: 28px; }
    #contenu h2 {
      margin: 20px auto 40px auto;
      font-size: 22px;
      line-height: 1.15em; }
    #contenu h3 {
      margin-bottom: 2px;
      font-size: 23px;
      line-height: 1.3em;
      font-weight: normal;
      color: #c6171e; }
    #contenu .separateur {
      margin: 50px auto 0px auto; }
    #contenu #cadre1 {
      float: left;
      margin-top: 40px;
      width: 100%;
      border: 0px solid red; }
      #contenu #cadre1 img {
        width: 100%; }
    #contenu #cadre2 {
      float: left;
      margin-top: 30px;
      margin-left: 0px;
      width: 100%; }
      #contenu #cadre2 p {
        margin-bottom: 10px;
        font-size: 15px; }
      #contenu #cadre2 #bnt-film {
        margin: 30px auto 0 auto; }
    #contenu #carte {
      margin-top: 15px;
      font-size: 15px; }
      #contenu #carte #titre-carte {
        width: 250px;
        margin: 0px auto 0 auto; }
      #contenu #carte #cadre3 {
        float: left;
        width: 100%; }
      #contenu #carte #cadre4 {
        margin-top: 0px;
        float: left;
        width: 100%; }
      #contenu #carte #cadre5 {
        float: left;
        width: 100%;
        margin-top: 0px; }
        #contenu #carte #cadre5 #bnt-boiremanger {
          display: block;
          margin: 30px auto 0 auto; }
      #contenu #carte span {
        display: none; }
      #contenu #carte #trait1, #contenu #carte #trait2, #contenu #carte #trait3 {
        display: none; }
    #contenu #titre-photos {
      width: 250px;
      margin: 10px auto 0 auto; }
    #contenu #photo {
      margin: 30px auto 0 auto;
      width: 100%;
      height: auto;
      background-image: none; }
      #contenu #photo #photo-wrapper {
        margin: 0 auto;
        width: 100%; }
    #contenu #titre-contact {
      width: 250px;
      margin: 15px auto 0 auto; }
    #contenu #reserver img {
      margin-right: 0;
      width: 100%; }
    #contenu #plan {
      width: 100%;
      margin: 25px auto 0 auto; }
    #contenu #lieux {
      margin-top: 40px;
      font-family: 'Arial', sans-serif;
      font-size: 13px;
      line-height: 17px; }
      #contenu #lieux #titre-autreslieux {
        width: 200px;
        margin-bottom: 30px; }
      #contenu #lieux .cadre .texte {
        height: auto;
        margin-bottom: 10px; }
      #contenu #lieux .cadre .adresse {
        height: auto;
        margin-bottom: 10px; }
      #contenu #lieux .cadre img {
        width: 196px;
        margin: 0 auto; }
      #contenu #lieux #cadre6 {
        float: left;
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0px; }
      #contenu #lieux #cadre7 {
        float: left;
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0px; }
      #contenu #lieux #cadre8 {
        float: left;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 30px; }
      #contenu #lieux #cadre9 {
        float: left;
        width: 100%;
        margin-top: 0px; } }
@media screen and (max-width: 350px) {
  /**** Header ****/
  header #logo {
    top: 25px; }
    header #logo img {
      width: 200px; } }

/*# sourceMappingURL=style.css.map */
