@charset "UTF-8";
/*
* 	Theme Name:     E-Basic
*	Description:    Thème basique EXIT Studio
*	Version:        1.1 - Juillet 2017
*	Author:         Bernard Petithan - EXIT Studio
*	Author URI:     http://exitstudio.be/
*	License: 		GNU General Public License v2 or later
*	License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1.5; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
* Variables utilisées dans le css
*/
/*Epaisseurs des polices*/
/*********************************************************************************
*fonts
***********************************************************************************/
html {
  font: 62.5%/1.45 Helvetica, Arial, sans-serif; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  color: #323335; }

a {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2; }

h1, h2, h3 {
  font-weight: 700;
  margin-bottom: 0.4em;
  margin-top: 1em; }

h1:first-child {
  margin-top: 0; }

h2:first-child {
  margin-top: 0; }

h4, h5, h6 {
  font-weight: bold;
  margin-bottom: 0.4em;
  margin-top: 0.8em; }

h1 + h2, h2 + h3, h3 + h4, h4 + h5, h5 + h6 {
  margin-top: 0; }

h1, .h1-like {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 400; }

h2, .h2-like {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300; }

h3, .h3-like, h1 span {
  font-size: 25px;
  font-size: 2.5rem;
  color: #767779;
  font-weight: 400; }

h4, .h4-like {
  font-size: 21px;
  font-size: 2.1rem;
  color: #767779;
  font-weight: 300; }

h5, .h5-like {
  font-size: 20px;
  font-size: 2rem;
  color: #767779; }

h6, .h6-like {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  text-transform: uppercase; }

p {
  margin-bottom: 0.6em; }

input, textarea {
  font-family: Helvetica, Arial, sans-serif; }

main em, main i {
  font-style: italic; }

main strong, main b {
  font-weight: 700; }

main ul {
  margin-top: 0.4em;
  margin-bottom: 1.8em; }

main ol li {
  list-style-type: decimal; }

main pre, main code {
  font-family: monospace; }

main pre {
  margin-bottom: 0.4em; }

.content {
  overflow: hidden; }
  .content .article_section h1 {
    text-align: left; }
  .content ul, .content ol {
    margin-left: 1.4em; }
    .content ul li, .content ol li {
      padding-left: 0.4em; }
  .content ul li {
    list-style-type: initial; }
  .content ol li {
    list-style-type: decimal; }
  .content blockquote {
    padding: 10px 10px 5px 15px;
    border-left: 4px solid #ccc;
    font-style: italic;
    margin: 10px 0; }
    .content blockquote p {
      margin-bottom: 10px; }
  .content #grid {
    margin-left: 0; }
  .content img.alignleft {
    float: left;
    width: auto;
    max-width: 40%;
    margin: 5px 15px 5px 0; }
  .content img.alignright {
    float: right;
    width: auto;
    max-width: 40%;
    margin: 5px 0 5px 15px; }
  .content iframe {
    margin: 20px 20%;
    width: 60%; }

article .article_section {
  padding: 40px 10%;
  overflow: hidden; }
  article .article_section:nth-child(2n) {
    background-color: #F8F8F8; }

.title_align_center h1, .title_align_center h2 {
  text-align: center; }

.title_align_center .contact-infos h2 {
  text-align: left; }

.title_align_left h1, .title_align_left h2, .title_align_left .text_img h1, .title_align_left .text_img span {
  text-align: left; }

.title_align_right h1, .title_align_right h2, .title_align_right .text_img h1, .title_align_right .text_img span {
  text-align: right; }

.cta {
  display: block;
  margin: 0 auto;
  width: auto;
  text-align: center;
  padding: 10px; }

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.7;
  display: none;
  z-index: 1006; }

.sl-wrapper {
  z-index: 1000; }
  .sl-wrapper button {
    border: 0 none;
    background: transparent;
    font-size: 24px;
    padding: 0;
    cursor: pointer; }
    .sl-wrapper button:hover {
      opacity: 0.7; }
  .sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 1015; }
  .sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1015; }
  .sl-wrapper .sl-navigation {
    width: 100%;
    display: none; }
    .sl-wrapper .sl-navigation button {
      position: fixed;
      top: 50%;
      margin-top: -10px;
      height: 30px;
      width: 30px;
      line-height: 30px;
      text-align: center;
      display: block;
      z-index: 1015;
      font-family: arial sans-serif; }
      .sl-wrapper .sl-navigation button.sl-next {
        right: 40px; }
      .sl-wrapper .sl-navigation button.sl-prev {
        left: 40px; }
  .sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000; }
    .sl-wrapper .sl-image img {
      margin: 0;
      padding: 0;
      display: block; }
    .sl-wrapper .sl-image .sl-caption {
      display: none;
      padding: 10px;
      color: #fff;
      background: #000;
      opacity: 0.8;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
    .sl-wrapper .sl-image .sl-download {
      display: none;
      position: absolute;
      bottom: 5px;
      right: 5px;
      color: #fff;
      z-index: 1005; }

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0; } }

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0; } }

/*
*	general settings
*/
@media screen {
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #nav_block {
    position: absolute;
    right: 5%;
    top: 2.2em;
    padding: 0.3em 0.5em;
    border: 1px solid #323335;
    border-radius: 2px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #323335;
    background-color: #fff;
    text-transform: uppercase;
    text-decoration: none; }
  .infobar {
    display: none; }
  .menu {
    display: none; }
  section {
    padding: 40px 10%; }
  .nav-open .menu {
    display: block;
    margin-top: 1em; }
    .nav-open .menu li {
      text-align: center;
      -webkit-transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
      .nav-open .menu li a {
        display: block;
        width: 100%;
        padding: 0.8em 5%;
        color: #323335; }
  .nav-open header.wrapper {
    display: block;
    position: relative;
    background-color: #fff;
    height: auto; }
  .logo-link {
    display: block;
    max-width: 110px; }
    .logo-link img {
      width: 100%;
      height: auto; }
  .white-logo {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1); }
  .black-logo {
    -webkit-filter: brightness(0);
            filter: brightness(0); }
  button {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  header[role=banner] {
    position: relative;
    padding: 2em 5% 1em;
    min-height: 100px; }
  .section_title {
    margin-bottom: 1em; }
  .simple_footer {
    padding: 1px 5%; }
  .small {
    background-color: #767779;
    padding: 5px 5px 0px 0;
    text-align: center;
    color: #fff; }
    .small p {
      font-size: 13px;
      font-size: 1.3rem; }
  footer[role="contentinfo"] {
    padding: 2em 5%;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    background-color: #323335; }
    footer[role="contentinfo"] p {
      margin-bottom: 0; }
    footer[role="contentinfo"] a {
      color: #fff;
      text-decoration: underline; }
  .banner {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    padding: 80px 10% 60px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-align: center; }
    .banner h1 {
      margin-left: auto;
      margin-right: auto; }
    .banner p {
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      font-size: 14px;
      font-size: 1.4rem; }
  .head-illu h1 span::before {
    display: block;
    content: "";
    background-repeat: no-repeat;
    height: 25px;
    width: 60%;
    background-size: cover;
    margin: 5px auto; }
  .banner-content {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    padding: 100px 0 80px;
    height: auto;
    min-height: 300px; }
    .banner-content h1 {
      text-align: center; }
    .banner-content p {
      font-size: 16px;
      font-size: 1.6rem;
      color: #fff;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
  .container:nth-child(2n) {
    background-color: #F8F8F8; }
  .text_img p, .text_center p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px; }
  .text_img img, .text_center img {
    margin: 20px auto;
    width: 100%;
    height: auto;
    display: block; }
  .gallery {
    overflow: hidden; }
  .grid {
    width: 100%;
    list-style: none;
    margin: 30px auto;
    padding: 0; }
    .grid li {
      display: block;
      width: 100%;
      opacity: 0; }
      .grid li a, .grid li img {
        outline: none;
        border: none;
        display: block;
        max-width: 100%;
        width: 100%;
        height: auto; }
      .grid li a {
        overflow: hidden; }
        .grid li a:hover {
          opacity: 0.9; }
          .grid li a:hover img {
            -webkit-transform: scale(1.1);
                    transform: scale(1.1); }
      .grid li img {
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s; }
  .grid li.shown,
  .no-js .grid li,
  .no-cssanimations .grid li {
    opacity: 1; }
  .acf-map {
    height: 300px; }
  section.contact {
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 5%; }
    section.contact .coordonnees {
      margin-bottom: 3em; }
    section.contact a {
      text-decoration: underline; }
    section.contact table {
      width: 100%;
      font-size: 14px;
      font-size: 1.4rem; }
      section.contact table td {
        padding: 0.5em 0.6em;
        width: 70%;
        text-align: left; }
        section.contact table td.day {
          width: 30%;
          padding-left: 0; }
      section.contact table .morning {
        margin-right: 5%; }
      section.contact table tr {
        border-bottom: 1px solid #e0e0e0; }
    section.contact label {
      font-weight: 700;
      color: #767779;
      text-align: left;
      display: block;
      width: 100%; }
    section.contact input, section.contact textarea {
      font-size: 1.4rem;
      line-height: 2.1rem;
      width: 100%;
      padding: 0.8em 2%;
      border: 1px solid #DADADA;
      border-radius: 2px;
      margin-top: 10px;
      margin-bottom: 10px;
      height: auto;
      color: #767779;
      background-color: #fff; }
    section.contact textarea {
      height: 200px;
      min-height: 100px;
      max-height: 350px;
      resize: vertical; }
    section.contact .wpcf7-submit {
      max-width: 180px;
      height: auto;
      padding: 0.6em 0.8em;
      color: #fff;
      font-size: 16px;
      font-size: 1.6rem;
      border: none;
      -webkit-transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
      cursor: pointer; }
    section.contact .wpcf7-not-valid {
      border: 1px solid red;
      margin-bottom: 0; }
    section.contact .wpcf7-not-valid-tip {
      font-size: 14px;
      font-size: 1.4rem; }
    section.contact.contact-accueil h1 {
      text-align: center; }
    section.contact.contact-accueil h2 {
      margin-top: 0; }
    section.contact.contact-accueil .contact-infos {
      text-align: center;
      max-width: 740px;
      margin: 0 auto; }
  .container {
    padding: 40px 5%; }
  .services {
    text-align: center; }
    .services ul {
      margin: 0 auto; }
    .services li {
      margin-bottom: 3.5em;
      text-align: left; }
      .services li img {
        display: block;
        width: 90%;
        height: auto;
        margin: 0 auto 1em; }
      .services li h2 {
        margin-bottom: 0.5em;
        text-align: center;
        margin-top: 0.5em;
        font-weight: 400;
        color: #323335; }
  .button {
    display: inline-block;
    padding: 0.7em 1em;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    text-transform: uppercase;
    border-radius: 2px; }
  .products:nth-child(2n) {
    background-color: #f8f8f8; }
  .products h1 {
    width: 100%; }
  .products article {
    padding: 8%;
    background-color: #fff;
    margin-bottom: 1em;
    margin-bottom: 2vw;
    position: relative;
    border: 1px solid #e4e4e4; }
  .products figure {
    margin: 0 auto 2.5em;
    overflow: hidden;
    position: relative; }
  .products figcaption {
    margin-top: 0.8em; }
  .products img {
    display: block;
    width: 100%;
    height: auto; }
  .products .price {
    position: absolute;
    bottom: 1em;
    right: 1em;
    margin: 0;
    font-weight: 700;
    text-align: right;
    font-size: 20px;
    font-size: 2rem;
    color: #818284; }
    .products .price span {
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: normal; }
  .product-filters {
    width: 90%;
    margin: 2em auto 0; }
    .product-filters ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
      .product-filters ul > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        display: block;
        /* IE fix */
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto; }
      .product-filters ul li {
        margin: 0 0.5em 0.5em; }
      .product-filters ul a {
        display: block;
        border-radius: 5px;
        padding: 5px 10px; }
  .page-contact .banner {
    position: relative;
    padding-left: 0;
    padding-right: 0; }
  .page-contact .acf-map {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block; }
    .page-contact .acf-map div {
      display: block; }
  /****** Menu restaurant ******/
  .restaurant_section {
    padding: 40px 0; }
    .restaurant_section h1 {
      width: 80%;
      margin: 0 auto 40px; }
    .restaurant_section ul {
      width: 80%;
      margin: 0 auto; }
    .restaurant_section li {
      padding: 12px 0 10px;
      border-bottom: 1px dashed #ccc; }
      .restaurant_section li:first-child {
        border-top: 1px dashed #ccc; }
    .restaurant_section h2 {
      text-align: left;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 400;
      margin-bottom: 0; }
    .restaurant_section p {
      color: #6f6f6f;
      font-size: 13px;
      font-size: 1.3rem; }
    .restaurant_section .plate {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-left: -2%; }
      .restaurant_section .plate > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        display: block;
        /* IE fix */
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 48%;
        margin-right: 0;
        margin-left: 2%; }
    .restaurant_section .plate-infos {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 80%;
      padding-right: 5%;
      -ms-flex-item-align: center;
          align-self: center; }
    .restaurant_section .plate-price {
      width: 15%;
      -ms-flex-item-align: center;
          align-self: center; }
      .restaurant_section .plate-price p {
        font-size: 20px;
        font-size: 2rem;
        width: 100%;
        text-align: right; }
    .restaurant_section .plate-illu {
      display: none; }
    .restaurant_section div.block_container {
      width: 80%;
      margin: 0 auto; }
      .restaurant_section div.block_container ul {
        display: block;
        width: 100%; }
      .restaurant_section div.block_container li {
        display: block;
        width: 95%;
        margin-left: 5%;
        border: 0;
        color: #6f6f6f;
        font-size: 13px;
        font-size: 1.3rem; }
      .restaurant_section div.block_container ul li {
        list-style-type: initial;
        display: list-item;
        list-style-position: outside; }
      .restaurant_section div.block_container ol li {
        list-style-type: decimal;
        display: list-item;
        list-style-position: outside; }
  .simple-menu-img img {
    width: 80%;
    margin: 20px auto;
    height: auto;
    display: block; }
  .drinks-menu-col p {
    font-size: 14px;
    font-size: 1.4rem; }
  .contact-accueil-map .home_map {
    display: none; }
  aside {
    width: 80%;
    background-color: #FFF;
    -webkit-box-shadow: 0px 1px 1px #888;
            box-shadow: 0px 1px 1px #888;
    padding: 10px 0;
    position: absolute;
    margin-top: 25px;
    z-index: 1; }
    aside:hover {
      cursor: pointer; }
    aside h1 {
      font-weight: 600;
      margin-bottom: 10px;
      text-transform: none;
      text-shadow: 1px 1px 2px transparent;
      font-size: 24px;
      font-size: 2.4rem;
      color: #323335 !important; }
    aside ul, aside h1 {
      width: 80%;
      margin: 0 auto; }
    aside ul {
      display: none; }
    aside li {
      padding: 15px 5px 10px;
      border-bottom: 1px solid #ccc;
      color: #323335;
      text-shadow: 1px 1px 2px transparent; }
      aside li:hover {
        font-weight: bold;
        cursor: pointer; }
      aside li:last-child {
        border-bottom: 0; }
    aside .selected {
      font-weight: 600; }
  .blog-accueil ul {
    margin-top: 20px; }
  .blog-accueil li {
    width: 100%;
    margin-bottom: 40px; }
    .blog-accueil li a {
      display: block;
      width: 100%;
      background-color: #FFF;
      -webkit-box-shadow: 0px 3px 3px #888888;
              box-shadow: 0px 3px 3px #888888;
      padding-bottom: 20px;
      overflow: hidden;
      -webkit-transition: all ease 0.5s;
      transition: all ease 0.5s; }
      .blog-accueil li a:hover span, .blog-accueil li a:hover h1, .blog-accueil li a:hover h2, .blog-accueil li a:hover p {
        color: #333; }
      .blog-accueil li a:hover .more {
        opacity: 1;
        color: #B2B2B2; }
      .blog-accueil li a:hover .blog_img {
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        -webkit-transform: scale(1.05);
                transform: scale(1.05); }
    .blog-accueil li img {
      width: 100%;
      height: auto; }
    .blog-accueil li .cats {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px; }
      .blog-accueil li .cats > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        display: block;
        /* IE fix */
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto; }
    .blog-accueil li .more {
      width: 100%;
      text-align: right;
      padding: 0 15px;
      opacity: 0;
      display: block;
      -webkit-transition: all ease 0.5s;
      transition: all ease 0.5s; }
      .blog-accueil li .more::before {
        content: "+";
        display: inline-block;
        border-radius: 15px;
        border: 1px solid #B2B2B2;
        padding: 0 7px 1px;
        margin-right: 5px;
        font-weight: 400;
        font-size: 14px; }
    .blog-accueil li span {
      text-transform: uppercase;
      font-weight: 300;
      color: #B2B2B2;
      font-size: 12px;
      font-size: 1.2rem; }
      .blog-accueil li span::after {
        content: " | ";
        margin: 0 5px; }
      .blog-accueil li span:last-child::after {
        display: none; }
    .blog-accueil li h2 {
      margin-top: 0;
      color: #2C2E2D;
      font-weight: 300;
      text-transform: none;
      padding: 0 10px;
      margin-bottom: 15px; }
    .blog-accueil li p {
      padding: 0 10px;
      color: #2C2E2D;
      text-align: center; }
    .blog-accueil li .blog_img {
      width: 100%;
      height: 170px;
      background-size: cover;
      -webkit-transition: all ease 0.5s;
      transition: all ease 0.5s; } }

@media screen and (min-width: 30em) {
  .banner img {
    width: 100%;
    height: auto; }
  .grid li {
    float: left;
    padding: 0.25%;
    width: 50%; }
    .grid li:nth-of-type(2n) {
      margin-right: 0; }
  .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -2%; }
    .products > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: block;
      /* IE fix */
      float: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 48%;
      margin-right: 0;
      margin-left: 2%; }
    .products h1 {
      width: 100%; }
    .products article {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 1em; }
  /* Restaurant */
  .restaurant_section .plate_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -2%; }
    .restaurant_section .plate_img > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: block;
      /* IE fix */
      float: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 31.33333%;
      margin-right: 0;
      margin-left: 2%; }
    .restaurant_section .plate_img .plate-illu {
      display: block;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 70px;
      height: 70px;
      -ms-flex-item-align: center;
          align-self: center;
      margin-left: 0; }
      .restaurant_section .plate_img .plate-illu img {
        width: 100%;
        height: auto; }
    .restaurant_section .plate_img .plate-infos {
      width: 60%;
      padding-left: 2%; }
  .restaurant_section .plate-infos {
    width: 85%;
    padding-right: 2%; }
  .restaurant_section .plate-price {
    width: 10%; } }

@media screen and (min-width: 40em) {
  #nav_block {
    top: 3.4em; }
  header[role="banner"] {
    padding-top: 3em; }
  .infobar {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    padding: 5px 20px 8px;
    font-size: 14px;
    font-size: 1.4rem;
    background-color: rgba(0, 0, 0, 0.5); }
    .infobar li {
      display: inline-block;
      margin: 0 10px;
      color: #fff;
      line-height: 1;
      vertical-align: middle; }
      .infobar li:first-child {
        margin-left: 0; }
      .infobar li:last-child {
        margin-right: 0; }
      .infobar li a {
        color: #fff; }
      .infobar li span {
        font-weight: 600; }
    .infobar .icon a {
      overflow: hidden;
      text-indent: -9999px;
      -webkit-filter: contrast(80%);
              filter: contrast(80%); }
      .infobar .icon a:hover {
        -webkit-filter: contrast(110%);
                filter: contrast(110%); } }

@media screen and (min-width: 48em) {
  .nav-open header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 0; }
    .nav-open header .menu > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: block;
      /* IE fix */
      float: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 50%;
      margin-right: 0;
      margin-left: 0; }
    .nav-open header .menu li:nth-child(2n) {
      border-right: 0; }
    .nav-open header .menu li:nth-last-child(2) {
      border-bottom: 0; }
  .banner {
    padding: 120px 10%; }
    .banner p {
      font-size: 20px;
      font-size: 2rem; }
  .head-illu h1 span::before {
    width: 210px; }
  .acf-map {
    height: 350px; }
  .contact-infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -5%; }
    .contact-infos > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: block;
      /* IE fix */
      float: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 45%;
      margin-right: 0;
      margin-left: 5%; }
    .contact-infos .wpcf7 {
      margin-left: 5%; }
    .contact-infos h1 {
      text-align: left;
      padding-left: 5%; }
    .contact-infos p, .contact-infos h3, .contact-infos h4, .contact-infos li {
      text-align: left;
      margin-top: 0; }
    .contact-infos table {
      margin: 0; }
    .contact-infos div {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .contact-infos form {
      margin-top: 0; }
  .contact-accueil .contact-infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -5%; }
    .contact-accueil .contact-infos > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: block;
      /* IE fix */
      float: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 35.33333%;
      margin-right: 0;
      margin-left: 1%; 
      font-size : 14px; }
    .contact-accueil .contact-infos .timetable {
      width: 56.666%; }
  .services ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -5%; }
    .services ul > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: block;
      /* IE fix */
      float: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 45%;
      margin-right: 0;
      margin-left: 5%; }
    .services ul.services_col_2 {
      padding: 40px 15%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-left: -5%; }
      .services ul.services_col_2 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        display: block;
        /* IE fix */
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 45%;
        margin-right: 0;
        margin-left: 5%; }
    .services ul.services_col_3 {
      padding: 40px 10%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-left: -5%; }
      .services ul.services_col_3 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        display: block;
        /* IE fix */
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 28.33333%;
        margin-right: 0;
        margin-left: 5%; }
    .services ul.services_col_4 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-left: -5%; }
      .services ul.services_col_4 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        display: block;
        /* IE fix */
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 20%;
        margin-right: 0;
        margin-left: 5%; }
  .services li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0; }
    .services li:nth-child(2n) {
      margin-left: 5%; }
    .services li img {
      width: 100%;
      margin: 40px auto 0; }
    .services li h2 {
      text-align: center;
      font-size: 20px;
      font-size: 2rem; }
  .services h2 {
    margin-top: 0; }
  .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -2%; }
    .products > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: block;
      /* IE fix */
      float: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 31.33333%;
      margin-right: 0;
      margin-left: 2%; }
    .products h1 {
      width: 100%; }
    .products article {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
  /* Restaurant */
  .restaurant_section .plate_img .plate-illu {
    width: 100px;
    height: 100px; }
  .restaurant_section .plate_img .plate-infos {
    width: 68%;
    padding-left: 2%; }
  .drinks-menu-col ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 0;
    margin: 0 auto; }
    .drinks-menu-col ul > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: block;
      /* IE fix */
      float: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 33.33333%;
      margin-right: 0;
      margin-left: 0; }
  .drinks-menu-col .col-3-menu li.plate {
    margin-right: 5%;
    width: 30%;
    margin-left: 0;
    padding: 12px 2% 6px; }
    .drinks-menu-col .col-3-menu li.plate:nth-child(2) {
      border-top: 1px dashed #ccc; }
    .drinks-menu-col .col-3-menu li.plate:nth-child(3) {
      border-top: 1px dashed #ccc; }
    .drinks-menu-col .col-3-menu li.plate:nth-child(3n) {
      margin-right: 0; }
  aside {
    margin-top: 90px; }
    aside ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-left: -2%;
      margin-left: 10%;
      display: none; }
      aside ul > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        display: block;
        /* IE fix */
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 48%;
        margin-right: 0;
        margin-left: 2%; }
  .blog-accueil ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -5%; }
    .blog-accueil ul > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: block;
      /* IE fix */
      float: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 28.33333%;
      margin-right: 0;
      margin-left: 5%; }
  .banner-content {
    padding: 100px 20%; } }

@media screen and (min-width: 61.25em) {
  h1, .h1-like {
    font-size: 42px;
    font-size: 4.2rem; }
  h2, .h2-like {
    font-size: 32px;
    font-size: 3.2rem; }
  h3, .h3-like, h1 span {
    font-size: 26px;
    font-size: 2.6rem; }
  h4, .h4-like {
    font-size: 21px;
    font-size: 2.1rem; }
  h5, .h5-like {
    font-size: 20px;
    font-size: 2rem; }
  h6, .h6-like {
    font-size: 18px;
    font-size: 1.8rem; }
  #nav_block {
    display: none; }
  header[role="banner"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; }
  .logo-link {
    float: left;
    max-width: 150px; }
  .main_nav {
    zoom: 1; }
    .main_nav:before, .main_nav:after {
      content: "";
      display: table; }
    .main_nav:after {
      clear: both; }
  .main_nav .menu {
    display: block;
    float: right;
    position: relative;
    margin-top: 15px;
    font-size: 14px;
    font-size: 1.4rem; }
    .main_nav .menu li {
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
      display: inline-block;
      margin: 0 20px;
      border-bottom: 1.5px solid transparent;
      font-weight: 300;
      text-transform: uppercase;
      text-decoration: none; }
      .main_nav .menu li:first-child {
        margin-left: 0; }
      .main_nav .menu li:last-child {
        margin-right: 0; }
      .main_nav .menu li a {
        padding: 0.4em 0;
        color: #fff;
        border-bottom: 2px solid transparent; }
  .banner {
    padding-top: 160px; }
  .head-illu h1 span::before {
    width: 230px; }
  .acf-map {
    height: 450px; }
  .text_center {
    padding: 40px 15%; }
  .text_center p, .text_img p {
    font-size: 18px;
    font-size: 1.8rem; }
  .text_img {
    overflow: hidden; }
    .text_img .txt, .text_img .illustration {
      float: left;
      width: 47.5%; }
    .text_img.gauche .txt {
      padding: 0 0 0 40px; }
    .text_img.droite .txt {
      padding: 0 40px 0 0; }
    .text_img h1, .text_img h2 {
      text-align: left; }
    .text_img .content_image {
      margin: 0; }
  .droite .content_text {
    margin-right: 5%; }
  .gauche .content_text {
    float: right;
    margin-right: 0; }
  .gauche .content_image {
    margin-right: 5%; }
  .grid li {
    width: 33%; }
  .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -2%; }
    .products > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: block;
      /* IE fix */
      float: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 31.33333%;
      margin-right: 0;
      margin-left: 2%; }
    .products h1 {
      width: 100%; }
    .products article {
      font-size: 18px; }
  section.contact p, section.contact h3, section.contact h4, section.contact li {
    text-align: left;
    margin-top: 0; }
  section.contact table {
    margin: 0; }
  /*restaurant*/
  .restaurant_section p {
    font-size: 13px;
    font-size: 1.3rem; }
  .restaurant_section .plate_img .plate-illu {
    width: 80px;
    height: 80px; }
  .restaurant_section .plate_img .plate-infos {
    width: 68%; }
  .restaurant_section .col-1-menu {
    width: 70%; }
  .restaurant_section div.block_container-full {
    display: block;
    width: 70%; }
  .restaurant_section div.block_container p, .restaurant_section div.block_container li {
    font-size: 14px;
    font-size: 1.4rem; }
  .double-menu-col ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 0;
    margin: 0 auto; }
    .double-menu-col ul > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: block;
      /* IE fix */
      float: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 50%;
      margin-right: 0;
      margin-left: 0; }
  .double-menu-col li {
    width: 49%;
    margin-right: 5%; }
    .double-menu-col li:nth-child(2) {
      border-top: 1px dashed #ccc; }
    .double-menu-col li:nth-child(2n) {
      margin-right: 0; }
  .double-menu-col .plate_img .plate-infos {
    width: 65%; }
  .simple-menu-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 0; }
    .simple-menu-img > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: block;
      /* IE fix */
      float: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 50%;
      margin-right: 0;
      margin-left: 0; }
    .simple-menu-img h1 {
      display: block;
      width: 80%;
      margin: 0 auto 40px;
      text-align: center; }
    .simple-menu-img img {
      width: 30%;
      margin: 0 0 0 10%; }
    .simple-menu-img ul.col-1-menu-img, .simple-menu-img div.block_container {
      width: 45%;
      margin: 0 5%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .simple-menu-img ul.col-1-menu-img li, .simple-menu-img div.block_container li {
        width: 100%; }
  .simple-menu-img-droite ul.col-1-menu-img, .simple-menu-img-droite div.block_container {
    margin: 0 0 0 10%; }
  .simple-menu-img-droite img {
    margin: 0 5%; }
  .drinks-menu-col .col-3-menu li p {
    font-size: 16px;
    font-size: 1.6rem; }
  aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 0; }
    aside > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: block;
      /* IE fix */
      float: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 50%;
      margin-right: 0;
      margin-left: 0; }
    aside h1 {
      width: 10%;
      padding-left: 20px;
      padding-top: 4px; }
    aside ul {
      width: 87%;
      margin-left: 3%;
      display: block;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: 0%;
      -webkit-box-pack: left;
          -ms-flex-pack: left;
              justify-content: left; }
      aside ul > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        display: block;
        /* IE fix */
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto; }
      aside ul li {
        border-bottom: 0;
        border-right: 1px solid #ccc;
        padding: 8px 2% 5px 0; }
        aside ul li:last-child {
          border-right: 0; }
  .blog-accueil {
    padding: 40px 10%; }
  .banner-content {
    padding: 100px 20%; } }

@media screen and (min-width: 80em) {
  .main_nav .menu {
    font-size: 16px;
    font-size: 1.6rem; }
  .banner {
    padding: 200px 10% 160px; }
    .banner img {
      width: 100%;
      height: auto; }
  .text_center {
    padding: 40px 20%; }
  .text_img .content_text {
    width: 45%; }
  .gauche .content_image {
    margin-left: 0%;
    margin-right: 5%; }
  .droite .content_image {
    margin-right: 0%;
    margin-left: 5%; }
  .services.services_col-2 {
    padding: 40px 20%; }
  .services.services_col_3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -5%; }
    .services.services_col_3 ul > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: block;
      /* IE fix */
      float: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 28.33333%;
      margin-right: 0;
      margin-left: 5%; }
  .services.services_col_4 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -5%; }
    .services.services_col_4 ul > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: block;
      /* IE fix */
      float: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 20%;
      margin-right: 0;
      margin-left: 5%; }
  .services.services_col_3 ul, .services .services_col_4 ul {
    width: 100%;
    margin-left: 0; }
    .services.services_col_3 ul li, .services .services_col_4 ul li {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-left: 0; }
      .services.services_col_3 ul li:nth-child(2n), .services .services_col_4 ul li:nth-child(2n) {
        margin-left: 5%;
        margin-right: 5%; }
  .grid li {
    width: 25%; }
  .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -2%; }
    .products > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: block;
      /* IE fix */
      float: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 23%;
      margin-right: 0;
      margin-left: 2%; }
    .products h1 {
      width: 100%; }
  .coordonnees {
    display: block; }
    .coordonnees .infos-company, .coordonnees .infos-contact {
      display: block;
      float: left;
      width: 47.5%; }
    .coordonnees .infos-contact {
      margin-left: 5%; }
  .contact label {
    width: 100%; }
  /** Restaurant **/
  .restaurant_section p {
    font-size: 14px;
    font-size: 1.4rem; }
  .restaurant_section .col-1-menu, .restaurant_section div.block_container-full {
    width: 60%; }
  .double-menu-col ul {
    width: 70%; }
  .contact-accueil-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 0; }
    .contact-accueil-map > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: block;
      /* IE fix */
      float: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 50%;
      margin-right: 0;
      margin-left: 0; }
    .contact-accueil-map .home_map {
      display: block;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 40%;
      height: 320px;
      background-color: blue; }
    .contact-accueil-map .contact-infos {
      width: 60%; }
    .contact-accueil-map h1 {
      display: block;
      width: 100%; }
  aside {
    width: 75%;
    left: 12.5%;
    margin-top: 130px; }
  .blog-accueil {
    padding: 40px 15%; }
  article .article_section {
    padding: 40px 20%; }
  .banner-content {
    padding: 100px 20%; } }

@media screen and (min-width: 92.5em) {
  /** Restaurant **/
  .restaurant_section p {
    font-size: 15px;
    font-size: 1.5rem; }
  .restaurant_section .col-1-menu, .restaurant_section div.block_container-full {
    width: 55%; }
  .restaurant_section div.block_container p, .restaurant_section div.block_container li {
    font-size: 15px;
    font-size: 1.5rem; }
  .restaurant_section .plate_img .plate-infos {
    width: 74%; }
  .double-menu-col ul {
    width: 70%; }
  .simple-menu-img img {
    width: 30%;
    margin: 0 0 0 13.5%; }
  .simple-menu-img ul.col-1-menu-img, .simple-menu-img div.block_container {
    width: 36%;
    margin: 0 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .simple-menu-img ul.col-1-menu-img li, .simple-menu-img div.block_container li {
      width: 100%; }
  .simple-menu-img-droite ul.col-1-menu-img, .simple-menu-img-droite div.block_container {
    margin: 0 0 0 13.5%; }
  .simple-menu-img-droite img {
    margin: 0 5%; }
  aside {
    width: 65%;
    left: 17.5%; }
  .banner-content {
    padding: 100px 20%; } }
