html, body, ul, ol, h1, h2, h3, h4, h5, h6, p, hr {
  margin: 0;
  padding: 0; }

html, body {
  width: 100%;
  /*height: 100%;*/ }

body {
  min-height: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

hr {
  height: 0;
  border: 0; }

* {
  box-sizing: border-box; }

html, body {
  font-size: 16px;
  line-height: 1.4; }

body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #223225; }

img {
  display: block;
  margin: 0;
  padding: 0;
  border: 0px solid red; }

a {
  color: #223225;
  text-decoration: none; }

strong {
  font-weight: 400; }

input[type="text"], select, textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  padding: 0.4rem 0.8rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none; }

select option {
  background-color: #fff; }

@media screen and (max-width: 1500px) {
  input[type="text"], select, textarea {
    font-size: 1.25rem; } }
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  height: 55px;
  padding: 0.5rem 2rem;
  color: #223225;
  background-color: rgba(248, 245, 248, 0.97);
  border-bottom: 1px solid #ebf5ed;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  header .logo {
    position: relative; }
    header .logo h3 {
      font-size: 1.5rem;
      font-family: 'Signika', sans-serif;
      cursor: pointer; }
    header .logo .gdf {
      display: none;
      position: absolute;
      top: -1.1rem;
      right: -3.1rem;
      width: 3rem; }
  header nav {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header nav ul {
      display: flex;
      /*display: none;*/
      justify-content: flex-end;
      font-size: 0.8rem; }
      header nav ul li {
        list-style: none;
        /*text-transform: uppercase;*/
        font-weight: 400;
        cursor: pointer; }
      header nav ul span {
        width: 1.7rem;
        font-size: 3rem;
        line-height: 0.38;
        text-align: center;
        color: #ccc; }
      header nav ul span.ete {
        width: 2rem;
        font-size: 1.2rem;
        line-height: 0.9;
        color: #ffd700; }
      header nav ul span.hiver {
        width: 2rem;
        font-size: 1.2rem;
        line-height: 0.9;
        color: #009fff; }
    header nav .nav-btn {
      display: none;
      margin-left: 1.2rem;
      padding: 0;
      text-align: center;
      background: #fff;
      border-radius: 3px 0 0 3px;
      cursor: pointer; }
      header nav .nav-btn .nav-btn-bord {
        padding: 0 7px;
        border-radius: 3px;
        border: 1px solid #ccc; }
        header nav .nav-btn .nav-btn-bord div {
          width: 30px;
          height: 3px;
          margin: 7px 0;
          border-radius: 2px;
          background: #223225; }
        header nav .nav-btn .nav-btn-bord p {
          display: none;
          margin-top: -5px;
          padding: 0;
          font-weight: 200;
          font-size: 12px;
          color: #223225; }
    header nav .langues img {
      float: right;
      height: 1.1rem;
      margin-left: 1.5rem; }

header.hp nav ul, header.hp nav .nav-btn {
  /*display: none;*/ }

.bnd {
  position: relative; }
  .bnd h1 {
    position: absolute;
    left: 2rem;
    bottom: 1.2rem;
    font-size: 2.8rem;
    line-height: 1.1;
    font-weight: 600;
    text-shadow: 2px 2px 10px #565e5a; }
  @media screen and (max-width: 1500px) {
    .bnd h1 {
      font-size: 2.35rem; } }
  .bnd .blanc {
    color: #fff; }

footer {
  position: fixed;
  z-index: -1;
  bottom: 0;
  width: 100%;
  padding: 5rem 0 5rem 0;
  margin: 0;
  text-align: center;
  background-image: url(../img/hp/footer.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }
  footer .calque {
    position: absolute;
    z-index: 10;
    margin-top: -5rem;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 24, 21, 0.8); }
  footer .page-wrapper {
    position: relative;
    z-index: 20;
    display: flex;
    justify-content: space-between; }
    footer .page-wrapper div {
      width: 45%; }
      footer .page-wrapper div .coordonnees {
        padding: 2rem 0;
        width: 100%;
        color: #fff;
        background-color: rgba(255, 255, 255, 0.1); }
        footer .page-wrapper div .coordonnees h3 {
          font-size: 1.5rem;
          font-weight: 700; }
        footer .page-wrapper div .coordonnees p {
          margin-top: 2rem;
          font-size: 1.5rem;
          line-height: 1.5; }
          footer .page-wrapper div .coordonnees p a {
            color: #fff; }
          footer .page-wrapper div .coordonnees p a:hover {
            text-decoration: underline; }
        @media screen and (max-width: 1500px) {
          footer .page-wrapper div .coordonnees p {
            font-size: 1.25rem; } }
      footer .page-wrapper div .liens, footer .page-wrapper div .liens_en, footer .page-wrapper div .liens_de {
        margin: 4rem auto 2rem auto;
        width: 14rem;
        display: flex;
        justify-content: space-around;
        align-items: center; }
        footer .page-wrapper div .liens .rond, footer .page-wrapper div .liens_en .rond, footer .page-wrapper div .liens_de .rond {
          width: 4.5rem;
          border: 1px solid #ccc;
          border-radius: 50%; }
        footer .page-wrapper div .liens #MotoCult, footer .page-wrapper div .liens_en #MotoCult, footer .page-wrapper div .liens_de #MotoCult {
          width: 6.5rem; }
        footer .page-wrapper div .liens #TourenFahrer, footer .page-wrapper div .liens_en #TourenFahrer, footer .page-wrapper div .liens_de #TourenFahrer {
          width: 6rem; }
      footer .page-wrapper div .liens_de {
        width: 100%;
        max-width: 27rem; }
      footer .page-wrapper div .legal {
        font-size: 0.8rem; }
        footer .page-wrapper div .legal a {
          color: #fff; }
      @media screen and (max-width: 900px) {
        footer .page-wrapper div .liens_de .rond {
          width: 4rem; }
        footer .page-wrapper div .liens_de #MotoCult {
          width: 5rem; }
        footer .page-wrapper div .liens_de #TourenFahrer {
          width: 5.5rem; } }
      footer .page-wrapper div #map_canvas {
        width: 100%;
        height: 500px; }

.entrees-h4 {
  width: 100%;
  margin-bottom: 0.2rem;
  padding: 0 1%;
  font-size: 5vw;
  font-weight: 700;
  line-height: 0.8;
  color: #eee;
  text-transform: uppercase;
  text-align-last: justify; }

.entrees-h4.en {
  font-size: 4.7vw; }

.entrees-h4.de {
  font-size: 4.0vw; }

.entrees {
  display: flex;
  justify-content: space-between;
  /*
  .entree::after {
  	content: '';
  	display: block;
  	padding-bottom: 25%;
  }
  */ }
  .entrees .entree {
    position: relative;
    width: 25%;
    margin: 0 1px;
    overflow: hidden;
    cursor: pointer; }
    .entrees .entree .titre {
      position: absolute;
      right: 0;
      bottom: 0;
      padding: 0.5rem 2rem;
      font-size: 2rem;
      font-weight: 400;
      color: #ffffff;
      background-color: rgba(51, 51, 51, 0.3); }
    @media screen and (max-width: 1500px) {
      .entrees .entree .titre {
        font-size: 1.5rem; } }
    .entrees .entree img {
      width: 100%; }
    .entrees .entree .detail {
      position: absolute;
      bottom: -325px;
      display: none;
      width: 100%;
      height: 100%;
      padding: 0 2rem;
      background-color: rgba(51, 51, 51, 0.5); }
      .entrees .entree .detail ul {
        margin: 0 !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%; }
        .entrees .entree .detail ul li {
          margin: 0 !important;
          font-size: 1.5rem;
          list-style: none;
          font-weight: 400;
          color: #ffffff;
          text-align: center; }
        @media screen and (max-width: 1500px) {
          .entrees .entree .detail ul li {
            font-size: 1.2rem; } }

.commentaires {
  overflow: hidden; }
  .commentaires h3 {
    width: 100%;
    margin-bottom: 2.5rem;
    padding: 0 1%;
    font-size: 5vw;
    font-weight: 700;
    line-height: 0.8;
    color: #eee;
    text-transform: uppercase;
    text-align: center; }
  .commentaires h4 {
    font-weight: 600;
    margin-bottom: 2rem; }
  .commentaires .page-wrapper {
    position: relative; }
    .commentaires .page-wrapper article {
      display: none;
      position: absolute;
      top: 0;
      left: 10%;
      width: 80%;
      margin: 0 auto; }
      .commentaires .page-wrapper article .wrapper {
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 100%; }
      .commentaires .page-wrapper article p {
        margin-bottom: 1rem;
        font-size: 1.5rem;
        line-height: 1.6;
        font-style: italic; }
      .commentaires .page-wrapper article p::first-letter {
        margin-right: 0.1rem;
        vertical-align: -0.07rem;
        font-size: 3rem;
        line-height: 0;
        font-weight: 400;
        color: #117b00;
        text-transform: uppercase; }
      @media screen and (max-width: 1500px) {
        .commentaires .page-wrapper article p {
          font-size: 1.25rem; } }
      .commentaires .page-wrapper article span {
        font-size: 1.2rem;
        font-weight: 600;
        text-transform: uppercase; }
    .commentaires .page-wrapper .nav {
      position: absolute;
      top: 50%;
      font-size: 3rem;
      margin-top: -3rem;
      cursor: pointer; }
    .commentaires .page-wrapper .prec {
      left: 0; }
    .commentaires .page-wrapper .suiv {
      right: 0; }
    .commentaires .page-wrapper .voir {
      position: absolute;
      bottom: 0;
      right: 10%;
      font-size: 1.25rem;
      font-weight: 600;
      font-style: italic;
      color: #117b00;
      letter-spacing: -0.07rem;
      /*
      span {
      	//font-size: 2rem;
      	font-style: normal;
      	line-height: 1;
      	//vertical-align: -0.15rem;
      }
      */ }
      .commentaires .page-wrapper .voir span {
        margin-left: 0.5rem;
        display: inline-block;
        width: 1.5rem;
        height: 1.5rem;
        color: #fff;
        line-height: 1.5rem;
        font-weight: 400;
        text-align: center;
        background: #117b00;
        border-radius: 50%;
        font-style: normal; }
    .commentaires .page-wrapper .voir:hover {
      text-decoration: underline; }
  .commentaires .page-wrapper.fond {
    background-color: #f6f6f6;
    border-radius: 5px; }
    .commentaires .page-wrapper.fond article {
      padding: 3rem 0; }

#hp .commentaires {
  padding: 5.5rem 0 7rem 0; }

#page .commentaires .page-wrapper {
  margin: 3rem 0 1rem 0; }

.reserver {
  display: none;
  position: fixed;
  z-index: 200;
  top: 5.5rem;
  right: 0;
  padding: 0.7rem 2rem 0.7rem 2rem;
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
  border-radius: 10px 0 0 10px;
  background-color: #117b00;
  -webkit-box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.75); }
  .reserver i {
    display: block;
    font-size: 1rem; }
  .reserver strong {
    display: block;
    font-size: 1.25rem;
    font-weight: 600; }

.tablette {
  display: none; }

.telephone {
  display: none; }

#nav-etroit {
  display: none; }

#nav-large {
  display: block;
  background-color: #d3dcd3;
  text-align: left;
  border: 0px solid red; }
  #nav-large ul {
    margin: 0px;
    height: 25px;
    color: #565e5a; }
    #nav-large ul li {
      float: left;
      list-style-type: none;
      padding-left: 15px;
      font-family: 'Cantora One', sans-serif;
      font-weight: 400;
      background-repeat: no-repeat; }
      #nav-large ul li a, #nav-large ul li span {
        color: #565e5a;
        text-decoration: none; }
      #nav-large ul li a:hover {
        color: #333333; }
      #nav-large ul li span:hover {
        color: #333333; }
      #nav-large ul li .on {
        color: #333333; }
      #nav-large ul li ul {
        position: absolute;
        visibility: hidden;
        margin: 5px 0 0 -28px;
        padding: 0;
        width: auto;
        height: auto;
        background-color: #D3DCD3;
        border: 0px solid red;
        box-shadow: 3px 3px 6px 0px #aaa;
        -moz-box-shadow: 3px 3px 6px 0px #aaa;
        -webkit-box-shadow: 3px 3px 6px 0px #aaa; }
        #nav-large ul li ul li {
          float: none;
          display: block;
          list-style: none;
          margin-left: 28px;
          padding: 2px 20px 2px 0;
          font-size: 14px;
          font-weight: 400;
          text-align: left; }
          #nav-large ul li ul li a {
            width: auto; }
          #nav-large ul li ul li a:hover {
            color: #333333; }
          #nav-large ul li ul li .on {
            color: #333333; }
    #nav-large ul .nav1 {
      margin-left: 10px;
      font-size: 16px;
      background-position: 0px 3px; }
    #nav-large ul .nav2 {
      margin-left: 10px;
      font-size: 14px;
      background-position: 0px 1px; }
    #nav-large ul .nav3 {
      margin-left: 30px;
      font-size: 14px;
      background-position: 0px 1px; }
    #nav-large ul .nav1-hp {
      margin-left: 8px;
      font-size: 16px;
      background-position: 0px 3px; }
    #nav-large ul .nav2-hp {
      margin-top: 0px;
      margin-left: 8px;
      font-size: 14px;
      background-position: 0px 3px; }
    #nav-large ul .nav3-hp {
      margin-top: 0px;
      margin-left: 25px;
      font-size: 14px;
      background-position: 0px 3px; }
    #nav-large ul #coupure {
      display: none; }

.nav-margin-top {
  margin-top: 0px; }

.nav-margin-top-hp {
  margin-top: -5px; }

.nav-ul-padding {
  padding: 8px 0 0 10px; }

.nav-ul-padding-hp {
  padding: 5px 0 0 5px; }

.page-wrapper {
  width: 1140px;
  margin: 0 auto; }

#hp {
  margin-bottom: 0;
  line-height: normal;
  background-color: #fff;
  color: #223225; }
  #hp .part1 {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center; }
    #hp .part1 .visuel-wrapper {
      position: absolute;
      z-index: 0;
      top: -2000px;
      left: -2000px;
      right: -2000px;
      bottom: -2000px;
      margin: auto;
      display: flex;
      justify-content: center;
      align-items: center; }
      #hp .part1 .visuel-wrapper .slideshow img {
        display: none;
        position: absolute;
        top: 0;
        left: 0; }
    #hp .part1 .titre {
      display: none;
      position: fixed;
      top: 0.8rem;
      left: 2rem;
      font-size: 11px;
      padding: 1rem 2rem 1rem 2rem;
      background-color: rgba(51, 51, 51, 0.3);
      z-index: 10;
      color: #ffffff;
      text-align: center; }
      #hp .part1 .titre h1 {
        font-size: 5em;
        font-family: 'Signika', sans-serif; }
      #hp .part1 .titre h2 {
        font-size: 3em;
        font-weight: 200; }
      #hp .part1 .titre i {
        display: none;
        font-size: 2.5em;
        font-weight: 200;
        margin-bottom: 3rem; }
      #hp .part1 .titre .gdf {
        display: none;
        position: absolute;
        top: -0.8rem;
        right: -2.2rem;
        width: 4rem; }
    #hp .part1 .langues {
      display: none;
      position: fixed;
      top: 2rem;
      right: 2rem; }
      #hp .part1 .langues img {
        float: right;
        height: 1.5rem;
        margin-left: 1.5rem; }
    @media screen and (max-width: 1500px) {
      #hp .part1 .titre {
        font-size: 9px; } }
    #hp .part1 .nav-down {
      position: absolute;
      z-index: 10;
      left: 50%;
      bottom: 3rem;
      margin-left: -2.5rem;
      width: 5rem;
      cursor: pointer; }
  #hp .part2 {
    padding: 4rem 0 7rem 0;
    text-align: center; }
    #hp .part2 h3 {
      font-size: 2.5rem;
      line-height: 1.2;
      margin-bottom: 2rem;
      /*text-transform: lowercase;*/
      color: #117b00;
      font-weight: 600; }
    #hp .part2 p {
      font-size: 1.5rem;
      line-height: 1.5; }
    #hp .part2 .covid {
      margin-top: 3rem;
      padding: 1.5rem 4rem;
      background-color: #f6f6f6; }
      #hp .part2 .covid h3 {
        margin-bottom: 1rem;
        text-align: left;
        font-size: 1.5rem;
        color: #223225; }
      #hp .part2 .covid p {
        font-size: 1.2rem;
        text-align: left; }
        #hp .part2 .covid p b {
          font-weight: 600; }
  #hp .part3 {
    margin: 2px 1px 0 1px; }
    #hp .part3 .wrapper {
      display: flex; }
    #hp .part3 article {
      position: relative;
      width: 50%;
      min-height: 32rem; }
      #hp .part3 article h3 {
        position: absolute;
        top: 40%;
        left: 0;
        width: 30rem;
        margin-left: -11rem;
        padding-right: 2rem;
        transform: rotate(-90deg);
        text-align: right;
        font-size: 4rem;
        font-weight: 400; }
      #hp .part3 article h3.en {
        font-size: 3.5rem; }
      @media screen and (max-width: 1500px) {
        #hp .part3 article h3, #hp .part3 article h3.en {
          top: 44%;
          font-size: 3.5rem; } }
      #hp .part3 article ul {
        margin: 4rem 2rem 3rem 10rem;
        font-size: 1.5rem; }
        #hp .part3 article ul li {
          list-style: none;
          display: flex;
          justify-content: flex-start;
          margin-bottom: 0.7rem; }
          #hp .part3 article ul li .puce1 {
            margin-right: 1rem;
            margin-top: 0.0rem;
            font-size: 3rem;
            font-weight: 600;
            color: #117b00;
            line-height: 1rem;
            opacity: 0.9; }
          @media screen and (max-width: 1500px) {
            #hp .part3 article ul li .puce1 {
              margin-top: -0.3rem; } }
          #hp .part3 article ul li .puce2 {
            margin-right: 1rem;
            margin-top: 0.3rem;
            font-size: 2rem;
            font-weight: 600;
            line-height: 1rem;
            opacity: 0.9; }
      @media screen and (max-width: 1500px) {
        #hp .part3 article ul {
          margin: 4rem 2rem 3rem 8.5rem;
          font-size: 1.25rem; } }
    #hp .part3 .service1 {
      color: #223225;
      background-color: #f2f3f0; }
      #hp .part3 .service1 h3 {
        color: #117b00;
        opacity: 0.3; }
    #hp .part3 .service2 {
      color: #ffffff;
      background-color: #2e6127; }
      #hp .part3 .service2 h3 {
        opacity: 0.3; }
  #hp .part4 {
    padding: 0rem 0 0rem 0; }
  #hp .part6 {
    position: relative;
    padding: 3rem 0 5rem 0;
    /*background-color: rgba($color: $color_footer, $alpha: 0.83);*/
    background-color: #f2f3f0; }
    #hp .part6 article {
      position: relative;
      z-index: 20;
      width: 80%;
      min-height: 22rem;
      margin: 2rem auto 0 auto; }
      #hp .part6 article h3 {
        position: absolute;
        top: 58%;
        left: 0;
        width: 32rem;
        margin-left: -15rem;
        padding-right: 0rem;
        transform: rotate(-90deg);
        text-align: right;
        font-size: 3.2rem;
        font-weight: 400;
        color: #01561b;
        opacity: 0.35; }
      #hp .part6 article h3.en {
        font-size: 2.8rem; }
      @media screen and (max-width: 1500px) {
        #hp .part6 article h3 {
          top: 68%;
          font-size: 3rem; }
        #hp .part6 article h3.en {
          font-size: 2.6rem; } }
      #hp .part6 article ul {
        margin: 1.5rem 2rem 0rem 6.0rem;
        font-size: 1.5rem;
        color: #223225; }
        #hp .part6 article ul li {
          list-style: none;
          display: flex;
          justify-content: flex-start;
          margin-bottom: 0.5rem; }
          #hp .part6 article ul li .puce {
            margin-right: 1rem;
            margin-top: 0.4rem;
            font-size: 2.2rem;
            font-weight: 600;
            line-height: 1rem;
            color: #223225;
            opacity: 0.8; }
      @media screen and (max-width: 1500px) {
        #hp .part6 article ul {
          font-size: 1.25rem; } }
    @media screen and (max-width: 1500px) {
      #hp .part6 article {
        min-height: 18rem; } }

#page {
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  color: #223225;
  font-size: 1.5rem; }
  #page section h2 {
    position: relative;
    margin: 5rem 0 3rem 0;
    font-size: 2.25rem;
    line-height: 1.3;
    font-weight: 600;
    text-transform: uppercase; }
    #page section h2 span {
      position: relative;
      z-index: 1;
      display: inline-block;
      padding-right: 1.5rem;
      background-color: #fff; }
  #page section h2::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 71%;
    height: 2px;
    background-color: #eee; }
  #page section h3 {
    margin: 0 0 1rem 0;
    font-size: 1.9rem;
    font-weight: 600; }
  #page section p {
    margin: 0px 0px 1rem 0; }
  #page section ul {
    margin: 0px 0px 1rem 1.5rem;
    padding: 0; }
    #page section ul li {
      margin-bottom: 0.7rem; }
  #page section .galerie {
    margin: 4rem 0 4rem 0;
    display: flex;
    flex-wrap: wrap; }
    #page section .galerie .photo {
      width: 25%;
      border: 5px solid #fff; }
      #page section .galerie .photo .wrapper {
        width: 100%;
        height: 0;
        padding: 0 0 70% 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
    #page section .galerie .photo.hidden {
      display: none; }
  #page section .galerie.colonne .photo {
    width: 50%; }
  #page section .galerie-aside {
    float: right;
    margin-left: 4rem;
    width: 40%; }
    #page section .galerie-aside .galerie {
      margin: 0rem 0 2rem 0; }
  #page section .galerie.telephone {
    display: none; }
  #page section #map_canvas_page {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    width: 100%;
    height: 600px; }
  #page section .encadre {
    margin-top: 3rem;
    padding: 3.5rem;
    background-color: #f2f3f0;
    border-radius: 5px; }
  #page section .encadre.ete {
    padding: 2rem 3.5rem;
    font-size: 1.25rem; }
    #page section .encadre.ete h3 {
      font-size: 1.5rem; }
  #page section .img-pistes {
    margin: 3rem auto 1rem auto;
    width: 80%; }
  #page section .avis-col1 {
    float: left;
    width: 100%;
    margin: 20px 0px 10px 0px;
    padding: 20px 15px;
    background: #f6f6f6; }
    #page section .avis-col1 img {
      display: inline;
      width: 15px; }
  #page section .avis-col2 {
    float: left;
    width: 47%;
    margin: 0px 0px 3px 15px;
    border: 0px solid red;
    /*
    .avis-col21 {
    	float: left;
    	width: 140px;
    	margin-bottom: 3px;
    	font-size: 13px;
    	}
    .avis-col22 {
    	float: left;
    	width: 470px;
    	margin-bottom: 3px;
    	font-size: 13px;
    	line-height: 16px;
    	border: 0px solid red;
    	}
    */ }
  #page section a:hover {
    text-decoration: underline; }
  #page section .lien-page {
    margin-top: 40px;
    font-size: 1.9rem;
    text-align: right; }
    #page section .lien-page a {
      color: #117b00;
      font-weight: 600; }
    #page section .lien-page span {
      margin-left: 0.5rem;
      display: inline-block;
      width: 2rem;
      height: 2rem;
      color: #fff;
      line-height: 2rem;
      font-weight: 400;
      text-align: center;
      background: #117b00;
      border-radius: 50%; }
  #page section .intro {
    margin: 40px 0px 60px 0px; }
    #page section .intro h3 {
      font-size: 16px;
      font-weight: 600; }
    #page section .intro ul {
      margin: 0px 0px 0px 22px;
      padding: 0;
      border: 0px solid red; }
  #page section #plaquette, #page section #reserver {
    width: 350px;
    display: block;
    margin: 40px auto 40px auto;
    padding: 10px;
    background-color: #d3dcd3;
    color: #000;
    text-align: center;
    border-radius: 10px;
    -moz-border-radius: 10px; }
  #page section #plaquette:hover, #page section #reserver:hover {
    text-decoration: none; }
  #page section .tarifs strong, #page section .repas strong {
    font-weight: 400;
    font-style: italic; }
  #page section .tarifs .cel1, #page section .repas .cel1 {
    padding-bottom: 1rem;
    border-bottom: 1px solid #cccccc;
    font-size: 1.5rem; }
  #page section .tarifs .cel2, #page section .repas .cel2 {
    padding: 1rem 1.0rem; }
  #page section .tarifs .cel3, #page section .repas .cel3 {
    padding: 1.0rem 0;
    font-size: 1.5rem;
    border-top: 1px solid #cccccc; }
  #page section .tarifs .color1, #page section .repas .color1 {
    background-color: #f6f6f6; }
  #page section .tarifs .color2, #page section .repas .color2 {
    background-color: #ffffff; }
  #page section .tarifs {
    margin-top: 3rem;
    margin-bottom: 1rem; }
  #page section .repas {
    margin-bottom: 2rem; }
  #page section #calendrier {
    display: block;
    width: 580px;
    height: 760px;
    margin: 4rem auto 0 auto;
    padding: 0; }
  #page section #contact, #page section #resa, #page section #commentaire {
    margin: 0; }
    #page section #contact h3, #page section #resa h3, #page section #commentaire h3 {
      margin-bottom: 20px;
      font-size: 1.9rem; }
    #page section #contact .ligne, #page section #resa .ligne, #page section #commentaire .ligne {
      display: flex;
      margin-bottom: 10px; }
      #page section #contact .ligne .portable, #page section #resa .ligne .portable, #page section #commentaire .ligne .portable {
        display: none; }
      #page section #contact .ligne .titre, #page section #resa .ligne .titre, #page section #commentaire .ligne .titre {
        margin-top: 0.2rem;
        width: 300px; }
      #page section #contact .ligne .titre2, #page section #resa .ligne .titre2, #page section #commentaire .ligne .titre2 {
        margin-top: 0.2rem;
        width: 60px; }
      #page section #contact .ligne .titre3, #page section #resa .ligne .titre3, #page section #commentaire .ligne .titre3 {
        margin-top: 0.2rem;
        width: 110px; }
      #page section #contact .ligne #nb_nuit, #page section #resa .ligne #nb_nuit, #page section #commentaire .ligne #nb_nuit {
        display: none;
        margin-left: 2rem; }
        #page section #contact .ligne #nb_nuit label span, #page section #resa .ligne #nb_nuit label span, #page section #commentaire .ligne #nb_nuit label span {
          font-weight: 600; }
      #page section #contact .ligne .combox textarea, #page section #resa .ligne .combox textarea, #page section #commentaire .ligne .combox textarea {
        width: 400px;
        height: 50px; }
      #page section #contact .ligne .combox .base, #page section #resa .ligne .combox .base, #page section #commentaire .ligne .combox .base {
        width: 400px; }
      #page section #contact .ligne .combox .cp, #page section #resa .ligne .combox .cp, #page section #commentaire .ligne .combox .cp {
        width: 120px; }
      #page section #contact .ligne .combox .ville, #page section #resa .ligne .combox .ville, #page section #commentaire .ligne .combox .ville {
        margin-left: 10px;
        width: 263px; }
      #page section #contact .ligne .combox #nb_chambre, #page section #resa .ligne .combox #nb_chambre, #page section #commentaire .ligne .combox #nb_chambre {
        width: 70px; }
      #page section #contact .ligne .combox .dates, #page section #resa .ligne .combox .dates, #page section #commentaire .ligne .combox .dates {
        width: 340px; }
      #page section #contact .ligne .combox .dates2, #page section #resa .ligne .combox .dates2, #page section #commentaire .ligne .combox .dates2 {
        width: 160px; }
      #page section #contact .ligne .combox .nombre, #page section #resa .ligne .combox .nombre, #page section #commentaire .ligne .combox .nombre {
        width: 80px; }
      #page section #contact .ligne .combox .age, #page section #resa .ligne .combox .age, #page section #commentaire .ligne .combox .age {
        width: 400px; }
      #page section #contact .ligne .combox #sujet, #page section #resa .ligne .combox #sujet, #page section #commentaire .ligne .combox #sujet {
        width: 400px; }
      #page section #contact .ligne #conditions, #page section #resa .ligne #conditions, #page section #commentaire .ligne #conditions {
        margin: 40px 0 25px 0;
        padding: 3.5rem;
        background: #f2f3f0;
        border-radius: 5px; }
    #page section #contact .ligne-age, #page section #resa .ligne-age, #page section #commentaire .ligne-age {
      display: block; }
      #page section #contact .ligne-age .combox, #page section #resa .ligne-age .combox, #page section #commentaire .ligne-age .combox {
        margin-top: 10px; }
    #page section #contact .ligne-message, #page section #resa .ligne-message, #page section #commentaire .ligne-message {
      margin-top: 2rem; }
      #page section #contact .ligne-message .form-label, #page section #resa .ligne-message .form-label, #page section #commentaire .ligne-message .form-label {
        display: block;
        margin-bottom: 10px; }
      #page section #contact .ligne-message .message, #page section #resa .ligne-message .message, #page section #commentaire .ligne-message .message {
        width: 100%;
        height: 300px; }
    #page section #contact .ligne-capcha, #page section #resa .ligne-capcha, #page section #commentaire .ligne-capcha {
      display: block;
      margin-top: 2rem; }
    #page section #contact .ligne-btn, #page section #resa .ligne-btn, #page section #commentaire .ligne-btn {
      display: block;
      margin-top: 2rem;
      text-align: center; }
    #page section #contact .ligne-resa, #page section #resa .ligne-resa, #page section #commentaire .ligne-resa {
      align-items: center;
      margin: 3rem 0 1rem 0;
      padding: 1rem 2rem;
      background: #f6f6f6;
      border-radius: 3px; }
      #page section #contact .ligne-resa div .titre4, #page section #contact .ligne-resa div .titre5, #page section #contact .ligne-resa div .titre6, #page section #resa .ligne-resa div .titre4, #page section #resa .ligne-resa div .titre5, #page section #resa .ligne-resa div .titre6, #page section #commentaire .ligne-resa div .titre4, #page section #commentaire .ligne-resa div .titre5, #page section #commentaire .ligne-resa div .titre6 {
        font-weight: 600; }
    #page section #contact .ligne-resa, #page section #contact .ligne-resultat, #page section #resa .ligne-resa, #page section #resa .ligne-resultat, #page section #commentaire .ligne-resa, #page section #commentaire .ligne-resultat {
      position: relative;
      display: flex;
      justify-content: center;
      margin-bottom: 10px; }
      #page section #contact .ligne-resa div, #page section #contact .ligne-resultat div, #page section #resa .ligne-resa div, #page section #resa .ligne-resultat div, #page section #commentaire .ligne-resa div, #page section #commentaire .ligne-resultat div {
        display: flex;
        align-items: center; }
        #page section #contact .ligne-resa div .titre4, #page section #contact .ligne-resultat div .titre4, #page section #resa .ligne-resa div .titre4, #page section #resa .ligne-resultat div .titre4, #page section #commentaire .ligne-resa div .titre4, #page section #commentaire .ligne-resultat div .titre4 {
          margin-right: 1rem; }
        #page section #contact .ligne-resa div .titre5, #page section #contact .ligne-resultat div .titre5, #page section #resa .ligne-resa div .titre5, #page section #resa .ligne-resultat div .titre5, #page section #commentaire .ligne-resa div .titre5, #page section #commentaire .ligne-resultat div .titre5 {
          margin-right: 1rem; }
        #page section #contact .ligne-resa div .titre6, #page section #contact .ligne-resultat div .titre6, #page section #resa .ligne-resa div .titre6, #page section #resa .ligne-resultat div .titre6, #page section #commentaire .ligne-resa div .titre6, #page section #commentaire .ligne-resultat div .titre6 {
          margin-right: 1rem; }
        #page section #contact .ligne-resa div .combox, #page section #contact .ligne-resultat div .combox, #page section #resa .ligne-resa div .combox, #page section #resa .ligne-resultat div .combox, #page section #commentaire .ligne-resa div .combox, #page section #commentaire .ligne-resultat div .combox {
          margin-right: 2rem; }
      #page section #contact .ligne-resa .resa-retour, #page section #contact .ligne-resultat .resa-retour, #page section #resa .ligne-resa .resa-retour, #page section #resa .ligne-resultat .resa-retour, #page section #commentaire .ligne-resa .resa-retour, #page section #commentaire .ligne-resultat .resa-retour {
        position: absolute;
        top: 0;
        right: 0;
        width: 1.5rem; }
      #page section #contact .ligne-resa .resa-retour span, #page section #contact .ligne-resultat .resa-retour span, #page section #resa .ligne-resa .resa-retour span, #page section #resa .ligne-resultat .resa-retour span, #page section #commentaire .ligne-resa .resa-retour span, #page section #commentaire .ligne-resultat .resa-retour span {
        display: inline-block;
        font-size: 1.25rem;
        line-height: 1.5rem;
        width: 1.5rem;
        height: 1.5rem;
        font-weight: 400;
        text-align: center;
        background-color: #117b00;
        color: #fff;
        border-radius: 50%;
        cursor: pointer; }
    #page section #contact .ligne-check, #page section #resa .ligne-check, #page section #commentaire .ligne-check {
      margin-top: 2rem; }
      #page section #contact .ligne-check div, #page section #resa .ligne-check div, #page section #commentaire .ligne-check div {
        display: flex;
        align-items: flex-start; }
        #page section #contact .ligne-check div input, #page section #resa .ligne-check div input, #page section #commentaire .ligne-check div input {
          margin-top: 6px;
          margin-right: 0.8rem; }
    #page section #contact #ligne-wrapper #table-chambre .cel1, #page section #resa #ligne-wrapper #table-chambre .cel1, #page section #commentaire #ligne-wrapper #table-chambre .cel1 {
      width: 20%;
      font-size: 1.25rem;
      border-bottom: 1px solid #aaa; }
    #page section #contact #ligne-wrapper #table-chambre .cel2, #page section #resa #ligne-wrapper #table-chambre .cel2, #page section #commentaire #ligne-wrapper #table-chambre .cel2 {
      width: 20%;
      padding-bottom: 0.7rem;
      font-size: 1.25rem;
      line-height: 1.1;
      text-align: center;
      border-bottom: 1px solid #aaa; }
    #page section #contact #ligne-wrapper #table-chambre .cel3, #page section #resa #ligne-wrapper #table-chambre .cel3, #page section #commentaire #ligne-wrapper #table-chambre .cel3 {
      width: 20%;
      font-size: 1.25rem;
      line-height: 1.1;
      text-align: center;
      border-bottom: 1px solid #aaa; }
    #page section #contact #ligne-wrapper #table-chambre .cel4, #page section #resa #ligne-wrapper #table-chambre .cel4, #page section #commentaire #ligne-wrapper #table-chambre .cel4 {
      width: 20%;
      font-size: 1.25rem;
      line-height: 1.1;
      text-align: center;
      border-bottom: 1px solid #aaa; }
    #page section #contact #ligne-wrapper #table-chambre .cel5, #page section #resa #ligne-wrapper #table-chambre .cel5, #page section #commentaire #ligne-wrapper #table-chambre .cel5 {
      width: 20%;
      font-size: 1.25rem;
      line-height: 1.1;
      text-align: right;
      border-bottom: 1px solid #aaa; }
    #page section #contact #ligne-wrapper #table-chambre .prix1, #page section #resa #ligne-wrapper #table-chambre .prix1, #page section #commentaire #ligne-wrapper #table-chambre .prix1 {
      text-align: center;
      font-weight: 400;
      border-bottom: 1px solid #aaa; }
    #page section #contact #ligne-wrapper #table-chambre .prix1 div, #page section #resa #ligne-wrapper #table-chambre .prix1 div, #page section #commentaire #ligne-wrapper #table-chambre .prix1 div {
      display: inline-block;
      box-sizing: border-box;
      width: 50%; }
    #page section #contact #ligne-wrapper #table-chambre .prix1 div.d, #page section #resa #ligne-wrapper #table-chambre .prix1 div.d, #page section #commentaire #ligne-wrapper #table-chambre .prix1 div.d {
      border-left: 1px dotted #aaa; }
    #page section #contact #ligne-wrapper #table-chambre .prix2, #page section #resa #ligne-wrapper #table-chambre .prix2, #page section #commentaire #ligne-wrapper #table-chambre .prix2 {
      text-align: right;
      font-weight: 400;
      border-bottom: 1px solid #aaa; }
    #page section #contact #ligne-wrapper #table-chambre .prix3, #page section #resa #ligne-wrapper #table-chambre .prix3, #page section #commentaire #ligne-wrapper #table-chambre .prix3 {
      text-align: right;
      font-weight: 600; }
    #page section #contact #ligne-wrapper #table-chambre .prix4, #page section #resa #ligne-wrapper #table-chambre .prix4, #page section #commentaire #ligne-wrapper #table-chambre .prix4 {
      text-align: right;
      font-weight: 400;
      line-height: 1; }
    #page section #contact #ligne-wrapper #table-chambre .chambre, #page section #resa #ligne-wrapper #table-chambre .chambre, #page section #commentaire #ligne-wrapper #table-chambre .chambre {
      font-style: italic;
      font-size: 1.25rem;
      border-bottom: 1px solid #aaa; }
    #page section #contact #ligne-wrapper #table-chambre .pers, #page section #resa #ligne-wrapper #table-chambre .pers, #page section #commentaire #ligne-wrapper #table-chambre .pers {
      text-align: center;
      border-bottom: 1px solid #aaa; }
    #page section #contact #ligne-wrapper #table-chambre .demipension, #page section #resa #ligne-wrapper #table-chambre .demipension, #page section #commentaire #ligne-wrapper #table-chambre .demipension {
      text-align: left;
      border-bottom: 1px solid #aaa; }
      #page section #contact #ligne-wrapper #table-chambre .demipension input, #page section #resa #ligne-wrapper #table-chambre .demipension input, #page section #commentaire #ligne-wrapper #table-chambre .demipension input {
        vertical-align: 1px; }
    #page section #contact #ligne-wrapper #table-chambre .nuit, #page section #resa #ligne-wrapper #table-chambre .nuit, #page section #commentaire #ligne-wrapper #table-chambre .nuit {
      text-align: center;
      border-bottom: 1px solid #aaa; }
    #page section #contact #ligne-wrapper #table-chambre .total, #page section #resa #ligne-wrapper #table-chambre .total, #page section #commentaire #ligne-wrapper #table-chambre .total {
      padding-right: 30px;
      text-align: right;
      font-weight: 600; }
    #page section #contact #ligne-wrapper #table-chambre .acompte, #page section #resa #ligne-wrapper #table-chambre .acompte, #page section #commentaire #ligne-wrapper #table-chambre .acompte {
      padding-right: 30px;
      text-align: right;
      font-weight: 400; }
      #page section #contact #ligne-wrapper #table-chambre .acompte i, #page section #resa #ligne-wrapper #table-chambre .acompte i, #page section #commentaire #ligne-wrapper #table-chambre .acompte i {
        line-height: 1.3; }
    #page section #contact #ligne-wrapper #table-chambre.saisie, #page section #resa #ligne-wrapper #table-chambre.saisie, #page section #commentaire #ligne-wrapper #table-chambre.saisie {
      margin: 0 auto; }
    #page section #contact #ligne-wrapper #table-chambre.resultat, #page section #resa #ligne-wrapper #table-chambre.resultat, #page section #commentaire #ligne-wrapper #table-chambre.resultat {
      margin-top: 1rem;
      padding: 1rem 2rem;
      width: 100%;
      background: #f6f6f6; }
    #page section #contact #ligne-wrapper2, #page section #resa #ligne-wrapper2, #page section #commentaire #ligne-wrapper2 {
      margin-top: 3rem; }
      #page section #contact #ligne-wrapper2 .infos, #page section #resa #ligne-wrapper2 .infos, #page section #commentaire #ligne-wrapper2 .infos {
        margin: 2rem auto;
        width: 700px; }
    #page section #contact .ligne-paiement, #page section #resa .ligne-paiement, #page section #commentaire .ligne-paiement {
      margin-top: 2rem; }
    #page section #contact input[type="submit"], #page section #resa input[type="submit"], #page section #commentaire input[type="submit"] {
      width: 200px;
      margin-left: 0px;
      padding: 5px 10px;
      padding: 0.7rem 2rem;
      font-size: 1.25rem;
      color: #ffffff;
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
      text-align: center;
      border: 0;
      border-radius: 10px;
      background-color: #117b00;
      text-align: center;
      text-transform: uppercase;
      cursor: pointer; }
    #page section #contact #bnt-dispo, #page section #resa #bnt-dispo, #page section #commentaire #bnt-dispo {
      display: none;
      text-align: center; }
      #page section #contact #bnt-dispo input, #page section #resa #bnt-dispo input, #page section #commentaire #bnt-dispo input {
        width: 240px;
        margin: auto; }
    #page section #contact #mention-tarif, #page section #resa #mention-tarif, #page section #commentaire #mention-tarif {
      margin: 10px 0px 10px 0px; }
    #page section #contact .info, #page section #resa .info, #page section #commentaire .info {
      display: inline-block;
      width: 13px;
      height: 13px;
      line-height: 13px;
      font-size: 12px;
      font-weight: bold;
      text-align: center;
      background-color: #d3dcd3;
      border-radius: 50%; }
    #page section #contact #note, #page section #resa #note, #page section #commentaire #note {
      margin: 10px 0px; }
    #page section #contact .note, #page section #resa .note, #page section #commentaire .note {
      font-size: 1rem;
      line-height: 1.5;
      font-style: italic; }
    #page section #contact #erreur-dispo, #page section #resa #erreur-dispo, #page section #commentaire #erreur-dispo {
      width: 100%;
      margin: 4rem auto 0 auto;
      padding: 3.0rem;
      color: #fff;
      font-weight: 600;
      line-height: 1.7;
      text-align: center;
      border-radius: 5px;
      background-color: #ff1c1c; }
    #page section #contact .error, #page section #resa .error, #page section #commentaire .error {
      color: #ff1c1c;
      font-size: 1rem;
      font-weight: 600; }
    #page section #contact .errror-champ, #page section #resa .errror-champ, #page section #commentaire .errror-champ {
      border: 1px solid #ff1c1c; }
  #page section #contact, #page section #resa, #page section #commentaire {
    margin-top: 3rem; }
  #page section #contact, #page section #commentaire {
    margin: 4rem auto 0 auto;
    width: 100%;
    max-width: 700px; }
  #page section #resa {
    margin-bottom: 3rem; }
  #page section #accuse1, #page section #accuse2, #page section .accuse {
    width: 100%;
    margin: 4rem auto 0 auto;
    padding: 3.0rem;
    color: #fff;
    font-weight: 600;
    line-height: 1.7;
    text-align: center;
    border-radius: 5px;
    background-color: #2e6127; }
  #page section .col1 {
    float: left;
    margin-left: 22px; }
  #page section .col2 {
    float: left;
    margin-left: 60px; }
  #page section #itea1 {
    display: block;
    margin-left: 15px; }
  #page section #itea2 {
    display: none;
    margin-left: 15px; }
  #page .section-entrees {
    padding: 7rem 0 2px 0; }
  #page .avis {
    height: 873px;
    background-image: url("../img/bnd_droite_infos2.jpg");
    background-repeat: no-repeat; }
    #page .avis div {
      padding: 25px 15px;
      width: 170px; }
      #page .avis div h2 {
        text-align: center;
        margin-bottom: 15px;
        font-size: 16px;
        font-weight: 600; }
      #page .avis div h3 {
        margin-top: 15px;
        font-size: 14px;
        font-weight: 600; }
      #page .avis div h4 {
        margin-bottom: 15px;
        text-align: center;
        font-size: 40px;
        color: #3b62b2; }
      #page .avis div h6 {
        text-align: center;
        font-size: 12px; }

@media screen and (max-width: 1500px) {
  #page {
    font-size: 1.25rem; }
    #page section h2 {
      font-size: 1.75rem;
      margin: 4rem 0 2rem 0; }
    #page section h3 {
      margin: 0 0 1rem 0;
      font-size: 1.5rem; }
    #page section .encadre.ete {
      font-size: 1.1rem; }
      #page section .encadre.ete h3 {
        font-size: 1.25rem; }
    #page section .lien-page {
      font-size: 1.5rem; }
    #page section #contact h3, #page section #resa h3, #page section #commentaire h3 {
      font-size: 1.5rem; } }
@media screen and (max-width: 1200px) {
  .tablette {
    display: block; }

  input[type="text"], select, textarea {
    font-size: 1rem; }

  .page-wrapper {
    width: 95%; }

  #nav-large ul {
    padding: 10px 0 0 5px;
    height: 65px;
    color: #333333; }
    #nav-large ul .nav1, #nav-large ul .nav1-hp {
      margin-left: 10px;
      margin-right: 10px;
      padding-left: 15px; }
    #nav-large ul .nav2, #nav-large ul .nav2-hp {
      margin-top: 0px;
      margin-left: 20px;
      padding-left: 15px; }
    #nav-large ul .nav3, #nav-large ul .nav3-hp {
      margin-top: 0px;
      margin-left: 10px;
      padding-left: 15px; }
    #nav-large ul #coupure {
      display: block;
      height: 10px; }

  header {
    height: 55px;
    padding: 0.5rem 2.5%; }
    header .logo h3 {
      font-size: 1.2rem; }
    header nav {
      overflow: hidden; }
      header nav ul {
        font-size: 0.75rem; }
      header nav span {
        width: 1.2rem;
        font-size: 2.5rem; }
      header nav span.ete {
        width: 1.5rem;
        font-size: 1rem; }
      header nav span.hiver {
        width: 1.5rem;
        font-size: 1rem; }
      header nav .langues img {
        height: 1.0rem;
        margin-left: 1rem; } }
    @media screen and (max-width: 1200px) and (max-width: 900px) {
      header nav ul {
        /*display: none;*/
        flex-direction: column;
        background-color: #fff;
        background-color: rgba(248, 245, 248, 0.97);
        width: 100%;
        position: absolute;
        z-index: 250;
        left: 100%;
        top: 55px;
        text-align: center;
        font-size: 1.0rem; }
        header nav ul li {
          padding: 0.7rem;
          border-top: 1px solid #ccc; }
        header nav ul span {
          display: none; }
      header nav .nav-btn {
        display: block; } }

@media screen and (max-width: 1200px) {
  .bnd h1 {
    left: 2.5%;
    font-size: 2rem; }

  footer .page-wrapper div {
    width: 48%; }
    footer .page-wrapper div .coordonnees {
      padding: 2rem; }
      footer .page-wrapper div .coordonnees h3 {
        font-size: 1.22rem; }
      footer .page-wrapper div .coordonnees p {
        font-size: 1.0rem; }
    footer .page-wrapper div .liens {
      width: 10rem; }
      footer .page-wrapper div .liens img {
        width: 4.0rem; }
    footer .page-wrapper div #map_canvas {
      height: 450px; }

  .entrees .entree .titre {
    padding: 0.5rem 1rem;
    font-size: 1.2rem; }
  .entrees .entree .detail ul li {
    font-size: 1rem; }

  .commentaires .page-wrapper article p {
    font-size: 1rem; }
  .commentaires .page-wrapper article span {
    font-size: 1rem; } }
@media screen and (max-width: 1200px) and (max-width: 900px) {
  #hp .part1 .titre {
    padding: 1rem 2rem 1rem 2rem; }
    #hp .part1 .titre h1 {
      font-size: 3.5em; }
    #hp .part1 .titre h2 {
      font-size: 2.5em; } }
@media screen and (max-width: 1200px) {
  #hp .part2 {
    padding: 4rem 0 4rem 0; }
    #hp .part2 h3 {
      font-size: 1.7rem; }
    #hp .part2 p {
      font-size: 1.0rem; }
    #hp .part2 .covid {
      padding: 1.5rem 3rem; }
      #hp .part2 .covid h3 {
        font-size: 1.2rem; }
      #hp .part2 .covid p {
        font-size: 1.0rem; }
  #hp .part3 article {
    min-height: 27rem; }
    #hp .part3 article h3, #hp .part3 article h3.en {
      top: 57%;
      width: 30rem;
      margin-left: -12rem;
      padding-right: 0;
      font-size: 2.8rem; }
    #hp .part3 article ul {
      margin: 2.5rem 2rem 3rem 6.5rem;
      font-size: 1rem; }
      #hp .part3 article ul li .puce1 {
        font-size: 2.8rem;
        font-weight: 600; }
      #hp .part3 article ul li .puce2 {
        font-size: 2rem; }
  #hp .part6 {
    position: relative;
    padding: 2rem 0 5rem 0; }
    #hp .part6 article {
      min-height: 15rem;
      margin: 0rem auto 0 auto; }
      #hp .part6 article h3 {
        top: 50%;
        width: 20rem;
        margin-left: -10rem;
        padding-right: 0rem;
        font-size: 2.5rem; }
      #hp .part6 article h3.en {
        font-size: 2.1rem; }
      #hp .part6 article ul {
        margin: 1.5rem 2rem 0rem 4rem;
        font-size: 1rem; }
        #hp .part6 article ul li {
          margin-bottom: 0.5rem; }
          #hp .part6 article ul li .puce {
            margin-right: 1rem;
            margin-top: 0.1rem; }

  #page {
    font-size: 1rem; }
    #page section h2 {
      margin: 2.5rem 0 1.5rem 0;
      font-size: 1.5rem; }
    #page section h3 {
      font-size: 1.25rem; }
    #page section .encadre.ete {
      font-size: 1rem; }
      #page section .encadre.ete h3 {
        font-size: 1.25rem; }
    #page section #contact h3, #page section #resa h3, #page section #commentaire h3 {
      font-size: 1.25rem; }
    #page section #resa .ligne .combox .dates2 {
      width: 120px; }
    #page section #resa .ligne #conditions {
      padding: 2rem; }
    #page section #resa #ligne-wrapper #table-chambre .cel1 {
      font-size: 1rem; }
    #page section #resa #ligne-wrapper #table-chambre .cel2 {
      font-size: 1rem; }
    #page section #resa #ligne-wrapper #table-chambre .cel3 {
      font-size: 1rem; }
    #page section #resa #ligne-wrapper #table-chambre .cel4 {
      font-size: 1rem; }
    #page section #resa #ligne-wrapper #table-chambre .cel5 {
      font-size: 1rem; }
    #page section #resa #ligne-wrapper #table-chambre .chambre {
      font-size: 1rem; } }
  @media screen and (max-width: 1200px) and (max-width: 920px) {
    #page section #resa .ligne-resa {
      flex-direction: column; }
      #page section #resa .ligne-resa div {
        width: 350px;
        margin: 0.2rem 0; }
        #page section #resa .ligne-resa div .titre4, #page section #resa .ligne-resa div .titre5, #page section #resa .ligne-resa div .titre6 {
          width: 150px;
          min-width: 150px; } }
  @media screen and (max-width: 1200px) and (max-width: 800px) {
    #page section #resa .ligne-resultat {
      flex-direction: column;
      align-items: center; }
      #page section #resa .ligne-resultat div {
        width: 260px;
        margin: 0.05rem 0; }
        #page section #resa .ligne-resultat div .titre4, #page section #resa .ligne-resultat div .titre5, #page section #resa .ligne-resultat div .titre6 {
          width: 150px;
          min-width: 150px; } }
@media screen and (max-width: 1200px) {
    #page section .lien-page {
      font-size: 1.5rem; }
      #page section .lien-page span {
        width: 1.5rem;
        height: 1.5rem;
        line-height: 1.5rem; }
    #page .avis {
      float: none;
      width: 210px;
      margin-left: auto;
      margin-right: auto; } }
@media screen and (max-width: 700px) {
  .telephone {
    display: block; }

  body {
    background: #ffffff;
    font-size: 13px;
    line-height: 18px; }

  #nav-large {
    display: none; }

  #nav-etroit {
    display: block;
    background-color: #d3dcd3;
    text-align: left;
    border: 0px solid red; }
    #nav-etroit #nav-etroit-bnt {
      display: block;
      padding-top: 10px;
      padding-bottom: 10px;
      cursor: pointer;
      border: 0px solid red; }
      #nav-etroit #nav-etroit-bnt hr {
        margin-top: 5px;
        margin-left: 20px;
        width: 30px;
        height: 5px;
        background-color: #ffffff;
        border-radius: 2px;
        -moz-border-radius: 2px; }
    #nav-etroit ul {
      display: none;
      margin: 0px;
      height: auto;
      color: #565e5a;
      border: 0px solid red; }
      #nav-etroit ul li {
        list-style-type: none;
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 20px;
        font-size: 18px;
        font-family: 'Cantora One', sans-serif;
        font-weight: 400;
        background-position: 0px 9px;
        background-repeat: no-repeat;
        border-top: 1px solid #565e5a; }
        #nav-etroit ul li a, #nav-etroit ul li span {
          display: block;
          padding: 8px 10px 8px 0px;
          width: auto;
          color: #565e5a;
          text-decoration: none; }
        #nav-etroit ul li a:hover {
          color: #000000; }
        #nav-etroit ul li ul {
          display: block;
          margin: 0 0 0 -28px;
          padding: 0;
          width: auto;
          height: auto;
          background-color: #d3dcd3;
          border: 0px solid red; }
          #nav-etroit ul li ul li {
            list-style: none;
            margin-left: 28px;
            margin-right: 0px;
            padding: 0px;
            font-size: 16px;
            font-weight: 400;
            text-align: left;
            border-top: 0; }
            #nav-etroit ul li ul li span {
              display: inline;
              padding: 0px; }
            #nav-etroit ul li ul li a {
              display: block;
              width: auto;
              padding: 5px 20px 5px 0;
              border: 0px solid red; }
      #nav-etroit ul li:last-child {
        /*border-bottom: 0;*/ }
      #nav-etroit ul #coupure {
        display: none; }

  input[type="text"], select, textarea {
    font-size: 0.8rem; }

  header {
    padding: 0.5rem 1rem; }
    header .logo h3 {
      font-size: 1.0rem; }
    header nav .langues {
      top: 0.5rem;
      right: 1rem;
      width: 6rem; }
      header nav .langues img {
        float: right;
        height: 1.1rem;
        margin-left: 1rem; }

  .bnd h1 {
    left: 2.5%;
    font-size: 1.3rem;
    bottom: 0.5rem; }

  footer {
    position: relative;
    z-index: 0;
    padding: 0;
    margin: 0; }
    footer .calque {
      margin-top: 0; }
    footer .page-wrapper {
      display: flex;
      flex-direction: column; }
      footer .page-wrapper div {
        width: 90%;
        max-width: 500px;
        margin: auto; }
        footer .page-wrapper div .coordonnees {
          margin-top: 2rem;
          padding: 2rem; }
          footer .page-wrapper div .coordonnees h3 {
            font-size: 1rem; }
          footer .page-wrapper div .coordonnees p {
            margin-top: 1rem;
            font-size: 0.8rem; }
        footer .page-wrapper div .liens {
          margin: 1rem auto 2rem auto;
          width: 12rem; }
          footer .page-wrapper div .liens img {
            width: 3rem; }
        footer .page-wrapper div #map_canvas {
          height: 300px;
          margin-bottom: 2rem; }

  .entrees {
    display: flex;
    flex-wrap: wrap; }
    .entrees .entree {
      width: 49.9%;
      margin: 0 0 1px 0; }
      .entrees .entree .titre {
        padding: 0.5rem 1rem;
        font-size: 1rem; }
      .entrees .entree .detail {
        font-size: 0.8rem; }
        .entrees .entree .detail ul li {
          font-size: 0.8rem; }

  .commentaires .page-wrapper article {
    left: 15%;
    width: 70%; }
    .commentaires .page-wrapper article p {
      font-size: 0.8rem; }
    .commentaires .page-wrapper article span {
      font-size: 0.8rem; }
  .commentaires .page-wrapper .nav {
    font-size: 2rem;
    margin-top: -2rem; }

  .reserver {
    padding: 0.5rem 1rem 0.5rem 1rem;
    font-size: 0.8rem; }
    .reserver i {
      font-size: 0.8rem; }
    .reserver strong {
      font-size: 1rem; }

  #hp .part1 .titre {
    left: 1rem;
    padding: 0.5rem 1rem 0.5rem 1rem; }
  #hp .part1 .langues {
    top: 0.5rem;
    right: 1rem; }
    #hp .part1 .langues img {
      float: right;
      height: 1.1rem;
      margin-left: 1rem; } }
@media screen and (max-width: 700px) and (max-width: 600px) {
  #hp .part1 .titre h1 {
    font-size: 2.8em; }
  #hp .part1 .titre h2 {
    font-size: 1.8em; } }
@media screen and (max-width: 700px) and (max-width: 490px) {
  #hp .part1 .titre {
    top: 3rem;
    left: 1rem;
    right: 1rem;
    width: auto; }
    #hp .part1 .titre h1 {
      font-size: 2.8em; }
    #hp .part1 .titre h2 {
      font-size: 1.8em; } }
@media screen and (max-width: 700px) {
  #hp .part2 {
    padding: 2rem 0 3rem 0; }
    #hp .part2 h3 {
      font-size: 1.3rem;
      margin-bottom: 1rem; }
    #hp .part2 p {
      font-size: 0.8rem; }
    #hp .part2 .covid {
      padding: 1.5rem; }
      #hp .part2 .covid h3 {
        font-size: 1.0rem; }
      #hp .part2 .covid p {
        font-size: 0.8rem; }
  #hp .part3 {
    margin: 2px 1px 0 1px; }
    #hp .part3 .wrapper {
      flex-direction: column; }
    #hp .part3 article {
      position: relative;
      width: 100%;
      min-height: auto; }
      #hp .part3 article h3 {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        margin-top: 1rem;
        margin-left: 1rem;
        padding-right: 0;
        transform: rotate(0deg);
        text-align: left;
        font-size: 1.7rem;
        font-weight: 400; }
      #hp .part3 article ul {
        margin: 0.7rem 1rem 2rem 1rem;
        font-size: 0.8rem; }
        #hp .part3 article ul li {
          margin-bottom: 0.4rem; }
          #hp .part3 article ul li .puce1 {
            margin-right: 1rem;
            margin-top: -0.2rem;
            font-size: 1.8rem; }
          #hp .part3 article ul li .puce2 {
            margin-right: 1rem;
            margin-top: 0.1rem;
            font-size: 1.3rem; }
  #hp .part4 {
    padding: 0rem 0 0rem 0; }
  #hp .part5 {
    padding: 2rem 0 4rem 0; }
    #hp .part5 h3 {
      margin-bottom: 1.5rem; }
    #hp .part5 .page-wrapper article {
      left: 10%;
      width: 80%;
      margin: 0 auto; }
      #hp .part5 .page-wrapper article p {
        font-size: 0.8rem; }
        #hp .part5 .page-wrapper article p span {
          margin-right: 0.1rem;
          vertical-align: -0.07rem;
          font-size: 2rem; }
      #hp .part5 .page-wrapper article i {
        font-size: 0.8rem; }
    #hp .part5 .page-wrapper .prec {
      left: -7%; }
    #hp .part5 .page-wrapper .suiv {
      right: -7%; }
    #hp .part5 .page-wrapper .voir {
      bottom: -2rem;
      font-size: 0.8rem; }
  #hp .part6 {
    padding: 0.5rem 0 2rem 0; }
    #hp .part6 article {
      position: relative;
      width: 100%;
      min-height: auto; }
      #hp .part6 article h3 {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        margin-top: 1rem;
        margin-left: 1rem;
        padding-right: 0;
        transform: rotate(0deg);
        text-align: left;
        font-size: 1.7rem;
        font-weight: 400; }
      #hp .part6 article ul {
        margin: 0.7rem 1rem 2rem 1rem;
        font-size: 0.8rem; }
        #hp .part6 article ul li {
          margin-bottom: 0.4rem; }
          #hp .part6 article ul li .puce {
            margin-top: 0rem;
            font-size: 2.2rem; }

  #page {
    font-size: 0.8rem; }
    #page section h2 {
      margin: 2rem 0 1.5rem 0;
      font-size: 1.1rem; }
    #page section h3 {
      font-size: 1.0rem; }
    #page section ul {
      margin-top: 0px;
      margin-left: 40px;
      padding: 0;
      border: 0px solid red; }
      #page section ul li {
        margin-bottom: 20px; }
    #page section .galerie-aside {
      display: none; }
    #page section .galerie .photo {
      border: 2px solid #fff; }
    #page section .galerie.telephone {
      display: flex; }
    #page section a:hover {
      text-decoration: underline; }
    #page section .diapo {
      margin-left: 18px;
      width: 90%;
      height: auto; }
    #page section #plaquette {
      width: 100%; }
    #page section #map_canvas {
      margin-left: 22px;
      margin-bottom: 25px;
      width: 90%;
      height: auto; }
    #page section .tarifs, #page section .repas {
      margin-top: 1.5rem;
      font-size: 0.8rem; }
      #page section .tarifs .cel2, #page section .repas .cel2 {
        padding: 0.5rem; }
      #page section .tarifs .cel3, #page section .repas .cel3 {
        padding: 0.5rem 0;
        font-size: 0.8rem; }
    #page section #calendrier {
      width: 100%;
      height: 760px;
      margin: 0;
      padding: 0; }
    #page section .encadre {
      padding: 1rem; }
    #page section #contact, #page section #resa, #page section #commentaire {
      margin: 2rem auto 0 auto; }
      #page section #contact h3, #page section #resa h3, #page section #commentaire h3 {
        font-size: 1.1rem; }
      #page section #contact .ligne, #page section #resa .ligne, #page section #commentaire .ligne {
        flex-direction: column;
        margin-bottom: 10px; }
        #page section #contact .ligne .portable, #page section #resa .ligne .portable, #page section #commentaire .ligne .portable {
          display: block; }
        #page section #contact .ligne .titre, #page section #resa .ligne .titre, #page section #commentaire .ligne .titre {
          margin-top: 0.2rem;
          width: 100%; }
        #page section #contact .ligne .titre4, #page section #resa .ligne .titre4, #page section #commentaire .ligne .titre4 {
          width: 130px; }
        #page section #contact .ligne .titre5, #page section #resa .ligne .titre5, #page section #commentaire .ligne .titre5 {
          margin-top: 20px;
          margin-left: 0px;
          width: 130px; }
        #page section #contact .ligne .titre6, #page section #resa .ligne .titre6, #page section #commentaire .ligne .titre6 {
          margin-top: 20px;
          margin-left: 0px;
          width: 130px; }
        #page section #contact .ligne .combox, #page section #resa .ligne .combox, #page section #commentaire .ligne .combox {
          float: none;
          width: 100%; }
          #page section #contact .ligne .combox input[type="text"], #page section #resa .ligne .combox input[type="text"], #page section #commentaire .ligne .combox input[type="text"] {
            font-size: 0.8rem; }
          #page section #contact .ligne .combox select, #page section #resa .ligne .combox select, #page section #commentaire .ligne .combox select {
            font-size: 0.8rem; }
          #page section #contact .ligne .combox textarea, #page section #resa .ligne .combox textarea, #page section #commentaire .ligne .combox textarea {
            width: 210px;
            height: 50px;
            font-size: 0.8rem; }
          #page section #contact .ligne .combox .base, #page section #resa .ligne .combox .base, #page section #commentaire .ligne .combox .base {
            width: 100%; }
          #page section #contact .ligne .combox .cp, #page section #resa .ligne .combox .cp, #page section #commentaire .ligne .combox .cp {
            width: 25%; }
          #page section #contact .ligne .combox .ville, #page section #resa .ligne .combox .ville, #page section #commentaire .ligne .combox .ville {
            margin-left: 9%;
            width: 65%; }
          #page section #contact .ligne .combox .dates, #page section #resa .ligne .combox .dates, #page section #commentaire .ligne .combox .dates {
            width: 100%; }
          #page section #contact .ligne .combox #sujet, #page section #resa .ligne .combox #sujet, #page section #commentaire .ligne .combox #sujet {
            width: 100%; }
          #page section #contact .ligne .combox .age, #page section #resa .ligne .combox .age, #page section #commentaire .ligne .combox .age {
            width: 100%; }
          #page section #contact .ligne .combox .strong2, #page section #resa .ligne .combox .strong2, #page section #commentaire .ligne .combox .strong2 {
            display: block;
            margin-top: 20px; }
        #page section #contact .ligne #conditions, #page section #resa .ligne #conditions, #page section #commentaire .ligne #conditions {
          padding: 1rem; }
        #page section #contact .ligne .message, #page section #resa .ligne .message, #page section #commentaire .ligne .message {
          width: 100%; }
      #page section #contact #ligne-wrapper #table-chambre .cel1, #page section #resa #ligne-wrapper #table-chambre .cel1, #page section #commentaire #ligne-wrapper #table-chambre .cel1 {
        font-size: 0.8rem; }
      #page section #contact #ligne-wrapper #table-chambre .cel2, #page section #resa #ligne-wrapper #table-chambre .cel2, #page section #commentaire #ligne-wrapper #table-chambre .cel2 {
        font-size: 0.8rem; }
      #page section #contact #ligne-wrapper #table-chambre .cel3, #page section #resa #ligne-wrapper #table-chambre .cel3, #page section #commentaire #ligne-wrapper #table-chambre .cel3 {
        font-size: 0.8rem; }
      #page section #contact #ligne-wrapper #table-chambre .cel4, #page section #resa #ligne-wrapper #table-chambre .cel4, #page section #commentaire #ligne-wrapper #table-chambre .cel4 {
        font-size: 0.8rem; }
      #page section #contact #ligne-wrapper #table-chambre .cel5, #page section #resa #ligne-wrapper #table-chambre .cel5, #page section #commentaire #ligne-wrapper #table-chambre .cel5 {
        font-size: 0.8rem; }
      #page section #contact #ligne-wrapper #table-chambre .chambre, #page section #resa #ligne-wrapper #table-chambre .chambre, #page section #commentaire #ligne-wrapper #table-chambre .chambre {
        font-size: 0.8rem; }
      #page section #contact input[type="submit"], #page section #resa input[type="submit"], #page section #commentaire input[type="submit"] {
        width: 170px;
        font-size: 1rem; }
      #page section #contact .ligne-resa div, #page section #contact .ligne-resultat div, #page section #resa .ligne-resa div, #page section #resa .ligne-resultat div, #page section #commentaire .ligne-resa div, #page section #commentaire .ligne-resultat div {
        width: 250px; }
        #page section #contact .ligne-resa div .titre4, #page section #contact .ligne-resa div .titre5, #page section #contact .ligne-resa div .titre6, #page section #contact .ligne-resultat div .titre4, #page section #contact .ligne-resultat div .titre5, #page section #contact .ligne-resultat div .titre6, #page section #resa .ligne-resa div .titre4, #page section #resa .ligne-resa div .titre5, #page section #resa .ligne-resa div .titre6, #page section #resa .ligne-resultat div .titre4, #page section #resa .ligne-resultat div .titre5, #page section #resa .ligne-resultat div .titre6, #page section #commentaire .ligne-resa div .titre4, #page section #commentaire .ligne-resa div .titre5, #page section #commentaire .ligne-resa div .titre6, #page section #commentaire .ligne-resultat div .titre4, #page section #commentaire .ligne-resultat div .titre5, #page section #commentaire .ligne-resultat div .titre6 {
          width: 120px;
          min-width: 120px;
          margin: 0; }
        #page section #contact .ligne-resa div .combox, #page section #contact .ligne-resultat div .combox, #page section #resa .ligne-resa div .combox, #page section #resa .ligne-resultat div .combox, #page section #commentaire .ligne-resa div .combox, #page section #commentaire .ligne-resultat div .combox {
          margin: 0; }
      #page section #contact .ligne-message, #page section #resa .ligne-message, #page section #commentaire .ligne-message {
        margin-top: 1rem; }
        #page section #contact .ligne-message .form-label, #page section #resa .ligne-message .form-label, #page section #commentaire .ligne-message .form-label {
          margin-bottom: 0; }
      #page section #contact .ligne-age .combox, #page section #resa .ligne-age .combox, #page section #commentaire .ligne-age .combox {
        margin-top: 0; }
      #page section #contact #ligne-wrapper #table-chambre .cel1, #page section #resa #ligne-wrapper #table-chambre .cel1, #page section #commentaire #ligne-wrapper #table-chambre .cel1 {
        width: 20%; }
      #page section #contact #ligne-wrapper #table-chambre .cel2, #page section #resa #ligne-wrapper #table-chambre .cel2, #page section #commentaire #ligne-wrapper #table-chambre .cel2 {
        width: 20%; }
      #page section #contact #ligne-wrapper #table-chambre .cel3, #page section #resa #ligne-wrapper #table-chambre .cel3, #page section #commentaire #ligne-wrapper #table-chambre .cel3 {
        width: 20%; }
      #page section #contact #ligne-wrapper #table-chambre .cel4, #page section #resa #ligne-wrapper #table-chambre .cel4, #page section #commentaire #ligne-wrapper #table-chambre .cel4 {
        width: 20%; }
      #page section #contact #ligne-wrapper #table-chambre .cel5, #page section #resa #ligne-wrapper #table-chambre .cel5, #page section #commentaire #ligne-wrapper #table-chambre .cel5 {
        width: 20%; }
      #page section #contact #ligne-wrapper #table-chambre.resultat, #page section #resa #ligne-wrapper #table-chambre.resultat, #page section #commentaire #ligne-wrapper #table-chambre.resultat {
        padding: 0.5rem; }
      #page section #contact #ligne-wrapper2 .infos, #page section #resa #ligne-wrapper2 .infos, #page section #commentaire #ligne-wrapper2 .infos {
        margin: 0;
        width: 100%; }
      #page section #contact .ligne-paiement, #page section #resa .ligne-paiement, #page section #commentaire .ligne-paiement {
        margin-top: 1rem; }
      #page section #contact input[type="submit"], #page section #resa input[type="submit"], #page section #commentaire input[type="submit"] {
        width: 150px;
        font-size: 1rem; }
      #page section #contact .note, #page section #resa .note, #page section #commentaire .note {
        font-size: 0.7rem; }
      #page section #contact .error, #page section #resa .error, #page section #commentaire .error {
        font-size: 0.8rem; }
    #page section .col1 {
      float: left;
      margin-left: 22px; }
    #page section .col2 {
      float: left;
      margin-top: 30px;
      margin-left: 22px; }
    #page section #itea1 {
      display: none; }
    #page section #itea2 {
      display: block;
      margin-left: 30px; }
    #page section .encadre.ete {
      padding: 1.5rem;
      font-size: 0.8rem; }
      #page section .encadre.ete h3 {
        font-size: 1rem; }
    #page section .lien-page {
      font-size: 1.2rem; }
      #page section .lien-page span {
        width: 1.2rem;
        height: 1.2rem;
        line-height: 1.2rem; }
    #page .section-entrees {
      padding: 2rem 0 2px 0; }
    #page aside {
      float: left;
      margin-top: 50px;
      margin-left: 0px;
      margin-bottom: 50px;
      width: 90%;
      text-align: center; }
      #page aside img {
        float: none;
        margin: 10px auto; } }

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