@charset "UTF-8";
/*
Theme Name: Fulgurances
Author: Bureau Kayser
Description: Fulgurances restaurants, magazine, agency
Version: 0.0.1
Tags: Restaurants
*/
/*
Theme Name: Fulgurances
Author: Bureau Kayser
Description: Fulgurances restaurants, magazine, agency
Version: 0.0.1
Tags: Restaurants
*/
/* 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; }

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; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before, .slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25; }

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px; }

.slick-prev:before {
  content: "←"; }

[dir="rtl"] .slick-prev:before {
  content: "→"; }

.slick-next {
  right: -25px; }

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto; }

.slick-next:before {
  content: "→"; }

[dir="rtl"] .slick-next:before {
  content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer; }

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75; }

.column {
  float: left; }

.size-1of2 {
  width: 50%; }

.size-1of3 {
  width: 33.33333%; }

.size-1of4 {
  width: 25%; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: transparent;
  color: black;
  -webkit-font-smoothing: antialiased; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-size: 100%;
  margin: 0;
  border: 1px solid black;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 15px 20px;
  font-weight: 400;
  letter-spacing: 0.02em;
  border-radius: 0px;
  left: auto;
  color: black;
  background-color: transparent;
  display: inline-block;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none; }

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: black;
  color: #fff; }

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  font-weight: 400;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.woocommerce table.shop_table tbody th p, .woocommerce table.shop_table tfoot td p, .woocommerce table.shop_table tfoot th p {
  margin-bottom: 0; }

.woocommerce table.shop_table th {
  font-weight: 400;
  padding: 9px 12px; }

.hidden {
  visibility: hidden;
  display: none !important; }

.box--shipping {
  text-align: left;
  margin: 72px auto 0;
  max-width: 760px; }

.box--shipping p {
  font-size: 1em;
  margin-bottom: 0;
  letter-spacing: 0.06em; }

.box--shipping .country_to_state {
  display: inline-block;
  vertical-align: middle; }

.select {
  background-color: #fff;
  width: 170px;
  height: 27px; }

.box--shipping > p {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

.supheader__cart {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  color: #000; }

.supheader__cart a {
  opacity: 0.6;
  -webkit-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.supheader__cart a:hover, .supheader__cart a:active {
  opacity: 0.8; }

.supheader__cart.is-active {
  opacity: 1; }

.supheader .list {
  display: inline-block;
  vertical-align: middle; }

.box--cart {
  text-align: center;
  margin: 0px auto;
  max-width: 760px;
  margin-bottom: 80px; }

.woocommerce-message {
  border-top: 0 !important;
  padding: 20px 30px !important;
  color: #504f4f !important;
  background-color: #f0f0f0 !important;
  margin-bottom: 24px !important; }

.woocommerce-message:before {
  display: none !important; }

.woocommerce-message a {
  -webkit-transition: color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.woocommerce-message a:hover, .woocommerce-message a:active {
  color: #000; }

.woocommerce-info {
  border-top: 0 !important;
  padding: 20px 30px !important;
  color: #504f4f !important;
  background-color: #f0f0f0 !important; }

.woocommerce-info:before {
  display: none !important; }

.woocommerce-error {
  border-top: 0 !important;
  padding: 20px 30px !important;
  margin-bottom: 0 !important;
  background-color: #f0f0f0 !important; }

.woocommerce-error:before {
  display: none !important; }

.woocommerce a.remove {
  display: inline-block !important;
  vertical-align: middle;
  margin-right: 6px !important;
  cursor: pointer; }

.woocommerce table.shop_table {
  margin-top: 21px !important;
  margin-bottom: 42px !important;
  border-radius: 0 !important; }

.woocommerce table.cart img {
  width: 100px !important;
  display: inline-block;
  vertical-align: middle; }

.woocommerce form .form-row .required {
  font-weight: normal !important;
  text-decoration: none !important; }

.woocommerce #payment #place_order {
  outline: none; }

.woocommerce-billing-fields .h2 {
  margin-bottom: 21px; }

.woocommerce-billing-fields .before-form {
  margin-bottom: 21px; }

.woocommerce-column__title {
  color: #000;
  margin-bottom: 10px !important; }

.order-recieved .woocommerce-order {
  max-width: 760px;
  margin: 0 auto; }

.woocommerce-order-details {
  margin-top: 42px; }

.woocommerce-thanks {
  margin-top: 72px; }

.woocommerce-thanks .h1 {
  margin-bottom: 21px; }

.woocommerce-thanks .h2 {
  margin-top: 21px; }

.woocommerce-shipping-fields .h2 {
  margin-bottom: 21px; }

.woocommerce-shipping-fields .before-form {
  margin-bottom: 21px; }

.paiement {
  max-width: 760px;
  margin: 0 auto; }

.paiement .h2 {
  margin-bottom: 21px; }

#payment {
  margin: 21px auto;
  padding: 20px;
  clear: both; }

#container {
  padding-bottom: 40px;
  min-height: calc(100vh - 253px); }

.sect {
  position: relative;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center; }

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: black;
  text-decoration: none;
  background-image: none;
  color: white; }

.woocommerce-message {
  margin-top: 20px; }

.sect--order p {
  margin-bottom: 0; }

.sect--order .woocommerce small {
  display: none; }

.g-footer a, .g-footer i, .g-footer small {
  display: inline-block;
  padding-left: 16px;
  padding-right: 16px; }

.g-footer a, .g-footer i, .g-footer small {
  display: block;
  font-style: normal;
  color: #1a1a1a;
  padding-left: 8px;
  padding-right: 8px; }

.g-footer__nav-link {
  width: 45px; }

.g-footer__nav-link {
  position: fixed;
  z-index: 100;
  right: 10px;
  top: 7px;
  width: 35px;
  height: 35px;
  -webkit-transition: opacity .15s;
  transition: opacity .15s; }

.mactive.g-footer__nav-link::before {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: 0s,.15s,0s,0s;
  transition-delay: 0s,.15s,0s,0s; }

.mactive.g-footer__nav-link::after {
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0s,.15s,0s,0s;
  transition-delay: 0s,.15s,0s,0s; }

.mactive.g-footer__nav-link span {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.g-footer__nav-link span {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  overflow: hidden;
  text-indent: -100%;
  top: 17px;
  -webkit-transition-delay: .15s,0s,0s,0s;
  transition-delay: .15s,0s,0s,0s; }

.g-footer__nav-link span, .g-footer__nav-link::after, .g-footer__nav-link::before {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  height: 1px;
  background-color: #000;
  -webkit-transition: background-color 0.15s linear, -webkit-transform 0.15s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.15s linear, top 0.15s linear;
  -webkit-transition: background-color 0.15s linear, opacity 0.15s linear, top 0.15s linear, -webkit-transform 0.15s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: background-color 0.15s linear, opacity 0.15s linear, top 0.15s linear, -webkit-transform 0.15s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: background-color 0.15s linear, transform 0.15s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.15s linear, top 0.15s linear;
  transition: background-color 0.15s linear, transform 0.15s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.15s linear, top 0.15s linear, -webkit-transform 0.15s cubic-bezier(0.075, 0.82, 0.165, 1); }

.g-footer__nav-link span, .g-footer__nav-link::after, .g-footer__nav-link::before {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  height: 1px;
  background-color: #000;
  -webkit-transition: background-color 0.15s linear, -webkit-transform 0.15s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.15s linear, top 0.15s linear;
  -webkit-transition: background-color 0.15s linear, opacity 0.15s linear, top 0.15s linear, -webkit-transform 0.15s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: background-color 0.15s linear, opacity 0.15s linear, top 0.15s linear, -webkit-transform 0.15s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: background-color 0.15s linear, transform 0.15s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.15s linear, top 0.15s linear;
  transition: background-color 0.15s linear, transform 0.15s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.15s linear, top 0.15s linear, -webkit-transform 0.15s cubic-bezier(0.075, 0.82, 0.165, 1); }

.g-footer__nav-link::after {
  top: 24px; }

.g-footer__nav-link::before {
  top: 10px; }

.g-nav {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 100%;
  top: 0;
  bottom: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fffdfa;
  opacity: 0;
  -webkit-transition: opacity .15s linear,right 0s .15s,bottom 0s .15s;
  transition: opacity .15s linear,right 0s .15s,bottom 0s .15s;
  display: none; }

.g-nav__primary {
  margin-top: 0;
  padding-top: 65px;
  text-align: center;
  display: block; }

.g-nav__primary li {
  font-size: 1.6em;
  line-height: 2.2em;
  letter-spacing: .04em;
  margin-top: 0; }

.active.g-nav {
  right: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.g-footer__nav-link {
  width: 45px; }

.sect--order {
  padding: 60px 0;
  border-top: 1px solid #f0f0f0; }

.sect--order .col {
  width: 47%;
  margin-top: 48px;
  margin-right: 6%;
  margin-bottom: 48px;
  float: left; }

.sect--order .col--last {
  margin-right: 0; }

.woocommerce-billing-fields .before-form {
  margin-bottom: 21px; }

.paiement {
  max-width: 760px;
  margin: 0 auto; }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: 4px 8px !important;
  border-radius: 0px !important;
  border: 1px solid #aaa !important; }

.sect--order .list--steps {
  margin-bottom: 48px; }

.form--nl.yikes-easy-mc-form label span.EMAIL-label {
  display: none;
  position: absolute;
  top: 10px;
  left: 0;
  color: black;
  pointer-events: none;
  z-index: 0; }

.form--nl.yikes-easy-mc-form input[type=email] {
  background: transparent;
  border: 0;
  outline: 0;
  padding: 10px 0 1px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid black;
  -webkit-transition: border-bottom-color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: border-bottom-color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  font-size: 12px;
  opacity: 0.5;
  letter-spacing: 0.05em;
  width: 160px; }

.form--nl.yikes-easy-mc-form .yikes-easy-mc-submit-button {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin-top: 0;
  background: none;
  color: black;
  opacity: 0.5;
  padding: 0 15px;
  border: 0;
  font-size: 13px;
  font-family: 'Open Sans', Helvetica, sans-serif;
  -webkit-transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1); }

.form--nl.yikes-easy-mc-form .yikes-easy-mc-submit-button:hover {
  opacity: 1; }

@font-face {
  font-family: 'Swis721';
  src: url("./fonts/Swiss721BT-Roman.eot");
  src: url("./fonts/Swiss721BT-Roman.eot?#iefix") format("embedded-opentype"), url("./fonts/Swiss721BT-Roman.woff2") format("woff2"), url("./fonts/Swiss721BT-Roman.woff") format("woff"), url("./fonts/Swiss721BT-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Swis721';
  src: url("./fonts/Swiss721BT-Roman.eot");
  src: url("./fonts/Swiss721BT-Roman.eot?#iefix") format("embedded-opentype"), url("./fonts/Swiss721BT-Roman.woff2") format("woff2"), url("./fonts/Swiss721BT-Roman.woff") format("woff"), url("./fonts/Swiss721BT-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Swis721';
  src: url("./fonts/SuisseBPIntl-Medium.eot");
  src: url("./fonts/SuisseBPIntl-Medium.eot?#iefix") format("embedded-opentype"), url("./fonts/SuisseBPIntl-Medium.woff2") format("woff2"), url("./fonts/SuisseBPIntl-Medium.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
body {
  font-size: 14px;
  font-family: 'Swis721', Helvetica , Arial, sans-serif;
  width: 100%;
  overflow-X: hidden;
  background-color: #fffdfa; }

p {
  font-size: 1em;
  margin-bottom: 1.4em;
  line-height: 1.4em;
  letter-spacing: 0.06em; }

h1 {
  font-size: 3.2em;
  letter-spacing: 0.06em; }

h2 {
  font-size: 1.6em;
  letter-spacing: 0.06em; }

h3 {
  font-size: 1em;
  letter-spacing: 0.06em; }

nav a {
  font-size: 0.9em;
  letter-spacing: 0.06em; }

a {
  color: black;
  text-decoration: none;
  letter-spacing: 0.06em; }

header {
  width: 100%;
  float: left;
  width: 100%;
  float: left;
  position: fixed;
  top: 0;
  z-index: 10000; }

sup {
  font-size: 0.7em;
  vertical-align: super;
  font-size: smaller; }

a:focus {
  border: none;
  outline: none;
  opacity: 0.8; }

.row {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.col {
  float: left; }

.col-1-3 {
  float: left;
  width: 33.333%; }

.col-1-2 {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.col-1-4 {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.responsive-img {
  max-width: 100%; }

.show-xs {
  display: none; }

.hide-xs {
  display: block; }

.column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .column:first-of-type {
    padding-top: 0; }

.content-grid-3, .content.grid-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  float: left;
  width: 100%;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

#latest, .grid-portfolio {
  float: left;
  width: 100%;
  padding-top: 20px; }

#latest .blog-box a, .grid-portfolio .blog-box a {
  width: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

#latest .article-blog .info-art, #latest .blog-box .info-art, .grid-portfolio .article-blog .info-art, .grid-portfolio .blog-box .info-art {
  font-size: 0.9em;
  color: #a6a6a6;
  margin-bottom: 18px;
  margin-top: 30px; }

#latest .column:first-of-type, .grid-portfolio .column:first-of-type {
  padding-top: 0;
  padding-right: 1%;
  margin-top: 0; }

#latest .column:nth-of-type(2), .grid-portfolio .column:nth-of-type(2) {
  padding-top: 0;
  padding-right: 1%;
  margin-top: 180px; }

.grid-2, .grid-2-lg, .products {
  float: left;
  padding-top: 80px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.tri-term::before, .tri-term::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 19px;
  top: 50%;
  margin-top: 2px;
  background: black; }

.list--steps > li:before, .list--steps > li:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 50%;
  bottom: -5px;
  background-color: #a6a6a6; }

/*************** 1. Layout ***************/
/*****---------- 1.1 Header ----------*****/
.main-navigation {
  width: 100%;
  padding: 20px;
  padding-right: 30px;
  font-size: 12px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 80px; }
  .main-navigation h1 {
    font-size: 12px;
    float: left;
    letter-spacing: 0.06em;
    padding-top: 18px;
    padding-bottom: 18px; }

.nav-left {
  float: left; }

.logo {
  float: left;
  margin-right: 25px; }
  .logo img {
    height: 50px;
    width: auto; }
  .logo:hover {
    opacity: 0.5; }

.nav-right {
  float: right;
  padding-top: 18px;
  padding-bottom: 18px; }
  .nav-right li {
    display: inline-block;
    margin-right: 30px;
    letter-spacing: 0.06em; }
    .nav-right li a {
      padding-bottom: 4px;
      color: #a6a6a6; }
      .nav-right li a.is-active {
        color: black; }
      .nav-right li a:hover {
        color: black; }
      .nav-right li a.close-link:hover {
        text-decoration: none;
        border-bottom: none;
        opacity: 0.5; }
    .nav-right li:last-of-type {
      margin-right: 0;
      margin-left: 5px; }
    .nav-right li.active a {
      color: black; }

.nav-right li.current-lang a {
  color: black; }

.menu-header {
  display: inline-block;
  float: left;
  margin-top: 15px; }
  .menu-header .children {
    position: absolute;
    width: 100%;
    top: 100%;
    padding-top: 10px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.3s linear;
    transition: visibility 0s, opacity 0.3s linear; }
    .menu-header .children:hover {
      display: block;
      color: black; }
    .menu-header .children li {
      display: block;
      margin-bottom: 4px;
      position: relative; }
      .menu-header .children li a {
        color: #a6a6a6;
        -webkit-transition: color .2s;
        transition: color .2s;
        width: 200px;
        display: block; }
      .menu-header .children li.is-active a {
        color: black; }
      .menu-header .children li:hover a {
        color: black; }
  .menu-header li {
    display: inline-block;
    letter-spacing: 0.06em;
    color: #a6a6a6; }
  .menu-header li.parent {
    margin-right: 40px;
    position: relative;
    cursor: pointer;
    float: left; }
    .menu-header li.parent.is-active {
      color: black; }
    .menu-header li.parent:after {
      display: inline-block;
      content: ' ';
      background-image: url(./images/down.svg);
      background-size: 6px 6px;
      height: 8px;
      width: 20px;
      opacity: 1;
      -webkit-transition: opacity .3s;
      transition: opacity .3s;
      background-position: 7px 2px;
      background-repeat: no-repeat; }
    .menu-header li.parent:hover {
      color: black; }
      .menu-header li.parent:hover:after {
        content: '  ';
        opacity: 0; }
      .menu-header li.parent:hover .children {
        visibility: visible;
        opacity: 1;
        width: 110px; }

.menu-header .no-child a {
  color: #a6a6a6; }

.col-menu li.lang-item {
  display: inline-block;
  list-style: none;
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 0; }

.nav-right .lang li {
  display: inline-block;
  margin-right: 0px; }

.no-child:hover a {
  color: black; }

.no-child.is-active a {
  color: black; }

.cart-menu {
  float: right;
  margin-top: -5px;
  margin-right: 20px; }

.slick-dots {
  display: none !important; }

.single-product .woocommerce-message {
  background-color: transparent; }

.single-projet .column:nth-of-type(2) {
  margin-top: 180px; }

.single-projet .images-row img {
  width: 75%; }

/**------------- 1.1.1 Header Article / Product -------------**/
.close-legend {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: opacity .25s;
  transition: opacity .25s; }

.close-link:hover .close-legend {
  opacity: 1; }

#main {
  float: left;
  width: 100%; }

/*****---------- 1.2 Footer ----------*****/
footer {
  float: left;
  width: 100%; }

.row-footer {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #a6a6a6;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom: 1px solid #a6a6a6; 
  }
  .row-footer .col {
    float: left;
    text-align: center;
    width: auto;
     }
    .row-footer .col a {
      display: inline block;
      font-size: 12px;
      opacity: 0.5;
      letter-spacing: 0.06em; }
      .row-footer .col a:hover {
        opacity: 1; }
  .row-footer:first-of-type {
    border-bottom: none; }

#social {
  margin-top: 10px; }
  #social svg {
    height: 16px;
    width: auto;
    display: inline-block; }
  #social a {
    margin-right: 10px; }
    #social a:last-of-type {
      margin-right: 0; }

.col-legal {
  color: #a6a6a6;
  margin-top: 10px; }

.main-text-legal.main-text {
  float: none; }
  .main-text-legal.main-text h1 {
    margin-bottom: 40px; }
  .main-text-legal.main-text h2 {
    text-align: left; }
  .main-text-legal.main-text h3 {
    margin-bottom: 15px;
    display: inline-block;
    border-bottom: 1px solid black; }

form.yikes-easy-mc-display-none {
  display: none; }

/*Pop up*/

body.no-scroll{
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  background-color: #ffffffa8;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: space-around;
  opacity: 0;
  transition: all .15s ease-in; }

.modal.show {
  display: flex;
  opacity: 1;
  transition: all .3s ease-out; }

.modal-content {
  position: relative;
  margin-top: -500px;
  transition-delay: .3s;
  opacity: 0;
  transition: all .3s ease-out; 
  max-width:60%;
}

.modal-content img{
  width: 100%; 
}

.modal.show .modal-content {
  margin-top: 0;
  opacity: 1;
  transition: all .3s ease-out; }

.modal-content .close {
  position: absolute;
  background-color: transparent;
  border: none;
  color: white;
  fill:white;
      top: 8px;
    right: 8px;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px; }


/*************** 2. Homepage ***************/
/*****---------- 2.1 Header + Body ----------*****/


.newsletter{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  line-height: 2em;
}
.logo-hp {
  position: fixed;
  top: 40px;
  text-align: center;
  width: 100%; }
  .logo-hp img {
    display: inline-block;
    width: 230px;
    max-width: 100%; }

.row-homepage {
  height: 100vh;
  background-color: #fff5d9; }

.col-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative; }
  .col-menu li {
    font-size: 1.4em;
    color: black;
    letter-spacing: 0.06em;
    margin-bottom: 2em; }
    .col-menu li:last-of-type {
      margin-bottom: 0;
      margin-left: 5px; }
  .col-menu .children {
    margin-top: 1em; }
    .col-menu .children li {
      font-size: 0.75em;
      margin-bottom: 0.7em; }

.col-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  z-index: 1; }

.menu-1 .children {
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; display: none; }
.menu-1 a:hover {
  border-bottom: 1px solid black; }
.menu-1 .parent.selected .children {
  display: block; }
.menu-1 .parent {
  display: block;
  position: relative;
  cursor: pointer;
  height: 20px;
  -webkit-transition: height .35s, color .35s;
  transition: height .35s, color .35s; }
  .menu-1 .parent .parent-link:hover {
    border-bottom: 2px solid black; }
.menu-1 .parent:hover .children {
  display: block;
  opacity: 1; }
.menu-1 a {
  line-height: 1.2em; }

li.lang-item {
  display: inline-block;
  list-style: none;
  text-transform: uppercase; }
  li.lang-item:first-of-type:after {
    content: " - "; }

.nav-right li.lang-item:first-of-type:after {
  content: " / "; }

.menu-1 .resa-hp {
  color: #a6a6a6 !important; }
  .menu-1 .resa-hp:hover {
    color: black !important;
    text-decoration: none;
    border-bottom: none; }

/*****---------- 2.2 Footer homepage----------*****/
.footer-hp {
  width: 100%;
  position: absolute;
  bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.social {
  float: left; }
  .social a {
    display: inline-block;
    margin-right: 10px; }
  .social svg {
    width: 18px;
    height: 18px; }

.lang {
  float: right; }

/*************** 3. City guides ***************/
.page-title h2 {
  color: #a6a6a6;
  margin-top: 1em;
  letter-spacing: 0.06em; }
  .page-title h2.blog-sub {
    color: black; }
.page-title h3.subt {
  font-size: 2em;
  margin-top: 1em; }

.tax-ville .page-title {
  margin-top: 40px;
  margin-bottom: 40px; }

#cover-guide {
  min-height: 100vh;
  width: 100%; }
  #cover-guide .img-hold {
    width: 28%; }
  #cover-guide .img-hold:first-of-type {
    position: absolute;
    left: 0;
    top: 80px; }
  #cover-guide .img-hold:nth-of-type(2) {
    position: absolute;
    right: 5%;
    bottom: -50px;
    width: 40%; }

.woocommerce-page .woocommerce-message a.button.wc-forward {
  border: none;
  float: none;
  padding: 0;
  border-bottom: 1px solid transparent; }
  .woocommerce-page .woocommerce-message a.button.wc-forward:hover {
    background-color: transparent;
    text-decoration: none;
    background-image: none;
    color: black;
    border-bottom: 1px solid black; }

/*****---------- 3.1 Cities grid ----------*****/
.city-box {
  text-align: center;
  margin-bottom: 150px; }
  .city-box h2 {
    margin-top: 30px;
    color: black; }
  .city-box a {
    display: block;
    text-align: center;
    -webkit-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out; }
    .city-box a:hover {
      opacity: 0.5; }
  .city-box img {
    width: 100%; }

#main-city {
  position: relative;
  width: 100%;
  text-align: center;
  float: left; }
  #main-city .blog-box a {
    width: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  #main-city .size-1of2:nth-of-type(2) {
    margin-top: 180px; }

.page-title-big {
  top: calc(50% - 110px );
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.back-link {
  color: #a6a6a6;
  fill: #a6a6a6;
  display: inline-block;
  position: absolute;
  left: 22px;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-size: 12px; }
  .back-link .close-legend {
    opacity: 1;
    padding-top: 4px;
    display: inline-block;
    margin-right: 0;
    margin-left: 19px; }
  .back-link svg {
    display: inline-block;
    float: left; }
  .back-link:hover {
    color: black;
    fill: black; }

/*****---------- 3.2 Sorting menu ----------*****/
.down-menu {
  width: 100%;
  position: absolute;
  bottom: 30px;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.select-menu {
  text-align: left;
  float: right;
  display: inline-block;
  position: relative;
  margin-right: 250px; }
  .select-menu:first-of-type {
    float: left; }
  .select-menu:nth-of-type(2) {
    margin-right: 0; }

#main-city .select-menu:first-of-type {
  float: none;
  text-align: left;
  margin-left: auto;
  margin-right: auto; }
#main-city .up-menu {
  display: inline-block;
  width: auto;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: left; }

#old-chef .select-menu {
  text-align: center;
  float: none;
  margin-right: 0; }

.dropdown-menu {
  display: none;
  position: absolute;
  margin-top: 20px;
  background-color: white;
  z-index: 1000;
  width: 100%; }
  .dropdown-menu li {
    margin-bottom: 5px; }
    .dropdown-menu li a:hover {
      opacity: 0.5; }

.sort-button {
  position: relative;
  cursor: pointer; }
  .sort-button:hover {
    opacity: 0.5; }
  .sort-button .arrow {
    display: none;
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1); }

.button-dropdown {
  position: relative; }
  .button-dropdown:hover {
    opacity: 0.5; }
  .button-dropdown.open {
    border-bottom: 1px solid black;
    padding-bottom: 2px; }
    .button-dropdown.open .arrow svg {
      -webkit-transform: scaleY(-1);
              transform: scaleY(-1); }

.arrow {
  position: absolute;
  right: -20px;
  top: 5px; }
  .arrow svg {
    height: 8px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }

.cover-page {
  width: 100%; }

/*************** 4. City page ***************/
.article-box {
  text-align: center;
  width: 33.333%;
  display: block;
  margin-bottom: 80px; }
  .article-box img {
    width: 50%; }
  .article-box h3 {
    margin-top: 1.5em;
    margin-bottom: 0; }
  .article-box h4 {
    margin-top: 1em;
    color: #a6a6a6;
    letter-spacing: 0.06em; }
  .article-box.slick-slide {
    width: auto; }

.rest-sub {
  height: 45px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto; }

.article-container {
  width: 100%; }
  .article-container:hover {
    opacity: 0.5; }

.page-container {
  padding-top: 80px; }

.post-type-archive-projet .page-container, .single-projet .page-container, .single-article-blog .page-container, .single .page-container {
  padding-top: 160px; }

.content-grid-3 {
  margin-bottom: 0; }

.grid-1 {
  width: 50%;
  margin-left: 25%; }

.content.grid-3 {
  margin-top: 40px; }

/*************** 5. Article page ***************/
.fix-nav-right {
  position: fixed;
  top: 20px;
  right: 20px; }

.main-text {
  float: left;
  width: 100%; }

.title-blog h2 {
  color: #a6a6a6; }
  .title-blog h2 a {
    color: #a6a6a6; }
    .title-blog h2 a:hover {
      color: black; }
.title-blog h1 {
  margin-top: 0.7em;
  margin-bottom: 0.7em; }

.cover-article {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  margin-bottom: 30px; }
  .cover-article .col-1-2:first-of-type {
    padding-left: 9%;
    padding-right: 5%; }
  .cover-article .col-1-2:last-of-type {
    padding-left: 5%;
    padding-right: 9%; }

.img-cover {
  float: right; }

.text-cover {
  max-width: 600px;
  margin-left: 0;
  margin-right: auto; }

.pictures-article {
  padding-right: 12%;
  padding-left: 12%;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px; }
  .pictures-article .img-holder {
    padding-right: 1%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 3%;
    width: 50%;
    float: left;
    margin-bottom: 30px; }
    .pictures-article .img-holder:first-of-type {
      float: right;
      padding-left: 1%; }
    .pictures-article .img-holder img {
      width: 100%; }

.text-article {
  padding-left: 14%;
  padding-right: 12%; }

.col-2-text {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 11%;
          column-gap: 11%; }
  .col-2-text p {
    letter-spacing: .05em; }

.hr-holder {
  padding: 20px;
  margin-top: 60px;
  margin-bottom: 40px;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.article-hr {
  border: none;
  border-bottom: 1px solid #a6a6a6;
  width: 100%; }

.row.text-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  margin-bottom: 30px; }
  .row.text-img img {
    width: 100%; }

.image-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  margin-bottom: 30px; }

.row.text-img .col-1-2:last-of-type, .row.image-col .col-1-2:last-of-type {
  padding-left: 5%;
  padding-right: 9%; }

.row.text-img .col-1-2:first-of-type {
  padding-left: 9%;
  padding-right: 5%; }

/*****---------- 5.1 More articles ----------*****/
#more-articles {
  float: left;
  width: 100%;
  margin-bottom: 60px;
  text-align: center; }
  #more-articles .img-holder-square {
    width: 50%;
    padding-bottom: 50%; }
  #more-articles .article-box .info-art {
    margin-top: 2em;
    color: #a6a6a6; }
  #more-articles .article-box h4 {
    color: black;
    font-size: 0.8em;
    letter-spacing: 0.06em; }
  #more-articles .article-box h3 {
    margin-top: 1em;
    letter-spacing: 0.06em; }

h2.more-articles {
  color: #a6a6a6;
  text-align: center;
  margin-bottom: 60px;
  font-size: 1.2em;
  margin-top: 0; }
h2 a:hover {
  opacity: 0.5; }

.slick-track {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.slick-slider {
  width: 100%; }

.control-slick {
  display: inline-block; }
  .control-slick div {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer; }
    .control-slick div svg {
      opacity: 0.5; }
      .control-slick div svg:hover {
        opacity: 1; }

.prev-carousel {
  position: absolute;
  left: -50px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .prev-carousel:hover {
    opacity: 0.5; }

.next-carousel {
  position: absolute;
  right: -45px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .next-carousel:hover {
    opacity: 0.5; }

/*************** 6. Blog page ***************/
#cover-blog {
  height: calc(100vh - 112px);
  float: left;
  width: 100%;
  position: relative; }
  #cover-blog img {
    position: absolute; }
  #cover-blog .top-left {
    position: absolute;
    width: 25%;
    height: auto;
    top: -80px;
    left: 17%; }
  #cover-blog .middle-left {
    bottom: 10%;
    left: 0;
    width: 25%; }
  #cover-blog .bottom-right {
    bottom: 0;
    width: 25%;
    right: 11%; }

/*****---------- 6.1 Last articles ----------*****/
#latest .text-intro {
  margin-top: 80px;
  margin-bottom: 80px; }
#latest .article-blog {
  width: 100%;
  font-size: 1em; }
  #latest .article-blog .info-art a {
    display: inline;
    color: #a6a6a6; }
  #latest .article-blog h3 {
    font-size: 1.4em;
    margin-bottom: 18px; }
  #latest .article-blog h4 {
    font-size: 0.9em; }
#latest .column {
  text-align: center; }
#latest .blog-box {
  display: inline-block;
  width: 100%;
  font-size: 1em; }
  #latest .blog-box a img {
    width: 100%; }
  #latest .blog-box .info-art a {
    display: inline;
    color: #a6a6a6; }
  #latest .blog-box h3 {
    font-size: 1.4em;
    margin-bottom: 18px; }
  #latest .blog-box h4 {
    font-size: 0.9em; }

/*****---------- 6.2 All articles ----------*****/
#more, #old-chef {
  text-align: center; }
  #more h2, #old-chef h2 {
    margin-bottom: 30px; }
  #more .up-menu, #old-chef .up-menu {
    margin-top: 30px; }

.up-menu {
  display: inline-block;
  width: auto;
  margin-bottom: 30px;
  margin-top: 30px; }

.tri-button {
  cursor: pointer; }
  .tri-button:hover {
    opacity: 0.5; }
  .tri-button.selected {
    opacity: 0.5; }
    .tri-button.selected:hover {
      opacity: 1; }

.tri-name {
  width: 100%;
  height: auto;
  font-size: 2em;
  float: left; }

/*************** 6.5. à la maison ***************/

.product-home .price{
    display: block;
   font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em;
}

.product-home .menu{
 padding-top: 1.4em;
     font-size: 1em;
    line-height: 1.4em;
    letter-spacing: 0.06em;
}
.menu p{
  margin-bottom: 1em;
}
.product-home .button{
  margin-top: 1em;
  font-size: 1em;
}

.product-home h2{
  font-size: 1em;
  margin-top: 1em;
  margin-bottom: 6px;
  color: black;
  padding: .5em 0;
  margin: 0;
  font-size: 1em;
}
    

.products-home .column:first-of-type {
    padding-left: 20%;
    padding-right: 10%;
}

.products-home .column:nth-of-type(2) {
    padding-left: 10%;
    padding-right: 20%;
}



#cover-resto.to-home {
  margin-bottom: 80px;
  float: left;
  width: 100%; }
  #cover-resto.to-home .img-hold:first-of-type{
    width: 27%;
    float: left;
    left: 0;
    margin-top: 0; }
  #cover-resto.to-home .img-hold:nth-of-type(2) {
    float: right;
    width: 26%;
    margin-right: 17%;
    margin-top: 28vh; }
  #cover-resto.to-home .img-hold:nth-of-type(3) {
    float: left;
    width: 20%;
    margin-left: 2%;
    margin-top: 83vh; }


/*************** 6.3 DEVENIR RESIDENT ***************/

#content h3{
    font-size: 1.4em;
    margin-top: 2em;
    display: block;
    position: relative;
    font-weight: normal;
    margin-bottom: 1em;
}
#content h4{
  font-size: 1.4em;
  color: #a6a6a6;
  font-weight: normal;
  letter-spacing: 0.06em;
  margin-top: 2em;
  margin-bottom: 1em;
}
#content p{
 margin-bottom: 1em;
}
#content ul{
  padding-left: 15px;
  list-style-type: disc;
  margin-bottom: 1em;
}

#content li{
  margin-bottom: 0.2em;
  line-height: 1.2em;
}
/*************** 7. Blog ***************/
.article-blog {
  margin-bottom: 80px; }
  .article-blog .info-art {
    font-size: 0.9em;
    color: #a6a6a6;
    margin-bottom: 15px;
    margin-top: 30px; }
  .article-blog h3 {
    font-size: 1.1em;
    margin-bottom: 15px;
    margin-top: 0; }
  .article-blog h4 {
    font-size: 0.9em; }

.images-row {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  float: left;
  width: 100%; }
  .images-row img {
    width: 60%;
    display: inline-block;
    margin-bottom: 60px; }
    .images-row img:last-of-type {
      margin-bottom: 0; }

.text-blog {
  margin-top: 30px;
  margin-bottom: 30px; }

.credits {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center; }

.row-quote {
  margin-top: 30px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
  text-align: center; }
  .row-quote .quote-box {
    display: inline-block;
    text-align: center;
    width: 70%;
    max-width: 600px;
    font-size: 2em;
    line-height: 1.15em;
    letter-spacing: 0.06em; }

.footer-article {
  text-align: center;
  margin-top: 120px;
  margin-bottom: 40px; }
  .footer-article .credits {
    margin-top: 40px;
    letter-spacing: 0.06em; }

.tri-term {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-left: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
  cursor: pointer;
  z-index: 100;
  overflow: hidden; }
  .tri-term:hover {
    opacity: 0.5; }
  .tri-term:first-of-type {
    margin-left: 0; }

.tri-term::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  left: 0; }

.tri-term::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 0; }

.page-title-numero {
  margin-top: 0px;
  margin-bottom: 40px; }

#cover-mag {
  margin-bottom: 80px;
  float: left;
  width: 100%; }
  #cover-mag img:first-of-type {
    width: 27%;
    float: left;
    left: 0;
    margin-top: 0; }
  #cover-mag img:nth-of-type(2) {
    float: right;
    width: 26%;
    margin-right: 17%;
    margin-top: 28vh; }
  #cover-mag img:nth-of-type(3) {
    float: left;
    width: 20%;
    margin-left: 2%;
    margin-top: 83vh; }

.images-holder {
  width: 100%;
  float: left;
  padding-bottom: 220px; }

.slider-articles .article-box {
  margin-bottom: 40px; }

.text-intro {
  width: 100%;
  float: left;
  margin-top: 80px;
  padding-left: 16%;
  padding-right: 16%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .text-intro .col-2-text {
    float: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-column-gap: 6%;
            column-gap: 6%; }
    .text-intro .col-2-text p {
      float: left; }

.button-hold {
  text-align: center;
  margin-top: 40px;
  width: 100%;
  float: left; }

.button-hold + .button-hold{
  margin-top: 20px; 
}

#lesnumeros .products .column:first-of-type {
  padding-left: 20%;
  padding-right: 10%; }
#lesnumeros .products .column:nth-of-type(2) {
  padding-left: 10%;
  padding-right: 20%; }
#lesnumeros .product.type-product {
  width: 100%;
  margin-bottom: 80px;
  text-align: center; }
  #lesnumeros .product.type-product h2 {
    margin-top: 1em;
    margin-bottom: 6px;
    color: black; }
  #lesnumeros .product.type-product h3 {
    margin-bottom: 1.5em;
    color: #a6a6a6; }
  #lesnumeros .product.type-product .woocommerce-Price-amount {
    margin-bottom: 1.5em;
    color: #a6a6a6; }
  #lesnumeros .product.type-product:hover img {
    opacity: 0.5; }

.close {
  display: inline-block;
  margin-bottom: -10px; }

.woocommerce a.added_to_cart {
  display: block; }
.woocommerce button.button.custom-button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  border: 1px solid black;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 0.02em;
  font-weight: 400;
  border-radius: 0;
  left: auto;
  color: black;
  background-color: transparent;
  display: inline-block;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none; }
  .woocommerce button.button.custom-button:hover {
    background-color: black;
    color: white; }
  .woocommerce button.button.custom-button:active {
    background-color: #a6a6a6;
    color: white; }
.woocommerce .products ul {
  margin-top: 80px; }
.woocommerce ul.products {
  margin-top: 80px; }

.button {
  padding: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid black;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.02em; }
  .button:hover {
    background-color: black;
    color: white; }

.btn.btn--book {
  padding: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid black;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.02em;
  cursor: pointer; }
  .btn.btn--book:hover {
    background-color: black;
    color: white; }

#cover-numero {
  text-align: center;
  float: left;
  width: 100%;
  padding-bottom: 60px; }
  #cover-numero h1 {
    font-size: 3.2em;
    letter-spacing: 0.06em; }
  #cover-numero h3 {
    color: #a6a6a6;
    margin-bottom: 30px; }

.carousel-numero {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  max-width: 990px; }

.column-sommaire {
  margin-top: 50px; }

.sommaire-box {
  width: 100%;
  text-align: center;
  float: left;
  cursor: pointer;
  position: relative;
  -webkit-transition: height .3s;
  transition: height .3s;
  margin-top: -1px; }
  .sommaire-box h3 {
    font-size: 1.4em;
    margin-top: 25px;
    display: inline-block;
    position: relative; }
  .sommaire-box h4 {
    font-size: 1.4em;
    color: #a6a6a6;
    margin-top: 10px;
    font-weight: normal;
    letter-spacing: 0.06em; }
  .sommaire-box .text-article {
    margin-bottom: 40px; }
  .sommaire-box.open h3 {
    margin-top: 30px; }
  .sommaire-box.open.with-content h3:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sommaire-box.with-content:hover .hr-sommaire, .sommaire-box.with-content.open .hr-sommaire {
    opacity: 1; }
  .sommaire-box.with-content h3:after {
    content: "";
    position: absolute;
    top: 1px;
    display: inline-block;
    font-family: Glyphicons Halflings;
    font-style: normal;
    font-weight: 100;
    line-height: 1;
    float: right;
    -webkit-transition: -webkit-transform .25s linear;
    transition: -webkit-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear, -webkit-transform .25s linear;
    right: -40px;
    font-size: 25px;
    top: 13px;
    margin-right: 5px;
    content: "\002b";
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sommaire-box.with-content.open:hover .cover-hover {
    display: none; }
  .sommaire-box .hr-sommaire.last {
    margin-top: 25px; }
  .sommaire-box:nth-child(odd) .cover-hover {
    right: 4%;
    margin-left: 0; }

.single .container-product {
  padding-top: 6%; }

.hide-numb {
  opacity: 0; }

.content-article {
  padding-top: 80px;
  text-align: left;
  float: left;
  display: none; }
  .content-article .col-1-2:last-of-type {
    padding-left: 5%;
    padding-right: 10%;
    text-align: left; }

.grid-chef .chef-box {
  float: left;
  margin-bottom: 45px;
  margin-top: 45px; }

.button-more {
  text-align: center;
  width: 100%;
  margin-top: 1em; }
  .button-more:after {
    content: "";
    position: absolute;
    display: inline-block;
    font-family: Glyphicons Halflings;
    font-style: normal;
    font-weight: 100;
    line-height: 1;
    -webkit-transition: -webkit-transform .25s linear;
    transition: -webkit-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear, -webkit-transform .25s linear;
    font-size: 25px;
    margin-right: 5px;
    bottom: 25px;
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }

.row-chef.open .button-more:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.hr-chef {
  border-style: solid;
  border-width: 1px;
  margin-left: 9.1%;
  margin-right: 9.1%;
  border-top: none; }

.content-chef {
  display: none; }

.chef-holder {
  width: 100%;
  float: left;
  position: relative; }

.row-chef:last-of-type hr {
  display: none; }

.cover-hover {
  position: absolute;
  width: 15%;
  z-index: 10;
  top: 63px;
  margin-left: 4%;
  display: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.hr-sommaire {
  padding-left: 17%;
  padding-right: 17%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0; }
  .hr-sommaire hr {
    clear: both;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0; }

#lesarticles {
  float: left;
  padding-bottom: 40px;
  width: 100%; }

.pagingInfo {
  margin-left: 10px; }

.sect--order {
  padding: 80px 0;
  border-top: none;
  padding-bottom: 0; }

.list--steps {
  text-align: center; }
  .list--steps > li {
    width: 33%;
    display: inline-block;
    vertical-align: bottom;
    width: 240px;
    line-height: 18px;
    padding-bottom: 12px;
    position: relative; }
    .list--steps > li > span {
      position: absolute;
      bottom: -8px;
      left: 50%;
      margin-left: -5px;
      border-radius: 50%;
      width: 5px;
      height: 5px;
      z-index: 2;
      background-color: white;
      border: 1px solid #a6a6a6; }
    .list--steps > li:before {
      left: 0; }
    .list--steps > li:after {
      right: 0; }
    .list--steps > li.is-active > span {
      background-color: #a6a6a6;
      border-color: #a6a6a6; }
    .list--steps > li.is-active p {
      font-weight: normal; }
    .list--steps > li.is-active:before {
      background-color: #a6a6a6; }
    .list--steps > li.is-done > span {
      background-color: #a6a6a6;
      border-color: #a6a6a6; }
    .list--steps > li.is-done p {
      font-weight: normal;
      color: #a6a6a6; }
    .list--steps > li.is-done:before {
      background-color: #a6a6a6; }
    .list--steps > li.is-done:after {
      background-color: #a6a6a6; }
    .list--steps > li:first-child:before {
      display: none; }
    .list--steps > li:last-child:after {
      display: none; }

svg {
  display: block; }

.resa-box {
  text-align: center;
  margin-bottom: 80px; }
  .resa-box img {
    width: 100%;
    height: auto; }
    .resa-box img.portrait {
      height: 100%;
      width: auto; }
  .resa-box p {
    text-align: left;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
  .resa-box h3 {
    margin-top: 1em;
    margin-bottom: 1em;
    color: black;
    font-size: 2em;
    letter-spacing: 0.06em; }
  .resa-box h4 {
    color: #a6a6a6;
    font-size: 1.4em;
    margin-bottom: 3.2em;
    letter-spacing: 0.06em; }
  .resa-box .button {
    margin-bottom: 5em;
    margin-top: 2.3em; }
  .resa-box .img-holder-square {
    width: 54%;
    padding-bottom: 54%; }

#cover-cave {
  margin-bottom: 80px;
  float: left;
  width: 100%; }
  #cover-cave .img-hold:first-of-type {
    width: 25%;
    float: left;
    margin-left: 20px;
    margin-top: 20px; }
  #cover-cave .img-hold:nth-of-type(2) {
    float: right;
    width: 32%;
    margin-right: 6%;
    margin-top: 20px; }
  #cover-cave .img-hold:nth-of-type(3) {
    float: left;
    width: 43%;
    margin-left: 22%;
    margin-top: 11vw; }

.img-hold img {
  width: 100%; }
.img-hold .adresse {
  display: inline-block;
  color: black;
  margin-top: 1.7em; }

.grid-1 {
  width: 50%;
  margin-left: 25%; }

#cover-resto {
  margin-bottom: 80px;
  float: left;
  width: 100%; }
  #cover-resto .img-hold:first-of-type {
    width: 25%;
    float: left;
    margin-left: 20px;
    margin-top: 20px; }
  #cover-resto .img-hold:nth-of-type(2) {
    float: right;
    width: 34%;
    margin-right: 0;
    margin-top: 20px; }
  #cover-resto .img-hold:nth-of-type(3) {
    float: left;
    width: 23%;
    margin-left: 22%;
    margin-top: 11vw; }



#old-chef {
  text-align: center; }

.chef-text {
  margin-top: 80px;
  padding-left: 16%;
  padding-right: 16%; }
  .chef-text .col-2-text {
    margin-left: auto;
    margin-right: auto;
    -webkit-column-gap: 6%;
            column-gap: 6%; }

#feat-chef {
  padding-bottom: 100px;
  float: left; }
  #feat-chef h2 {
    margin-bottom: 50px; }

.article-box.chef .article-container:hover {
  opacity: 1; }

.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 16%;
  padding-right: 16%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .row-flex .col-title {
    text-align: center; }
    .row-flex .col-title h3 {
      font-size: 2.4em;
      letter-spacing: 0.06em;
      margin-top: 0.8em;
      margin-bottom: 0.8em; }
    .row-flex .col-title h4 {
      color: #a6a6a6;
      font-size: 1.2em;
      letter-spacing: 0.04em; }
  .row-flex .col-1-2:first-of-type {
    padding-right: 2%; }
    .row-flex .col-1-2:first-of-type img {
      width: 100%; }

.chef-descrpition {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  text-align: left;
  font-size: 0.9em; }

.title-chef {
  text-align: center;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto; }

#cover-agence {
  height: calc(100vh - 80px);
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 220px; }
  #cover-agence .img-hold {
    position: absolute; }
    #cover-agence .img-hold:first-of-type {
      width: 22%;
      left: 8%;
      bottom: calc(220px - 20vh); }
    #cover-agence .img-hold:nth-of-type(2) {
      width: 29%;
      left: 22%;
      top: -80px; }
    #cover-agence .img-hold:nth-of-type(3) {
      float: left;
      width: 28%;
      right: 4%;
      top: 1vh;
      margin-top: 30px; }

#part2 {
  text-align: center;
  margin-bottom: 120px;
  border-bottom: 1px solid black;
  float: left;
  width: 100%; }
  #part2 h2 {
    margin-bottom: 3em; }
  #part2 .clients {
    font-size: 2.6em;
    margin-bottom: 2em;
    width: 83%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    line-height: initial; }
  #part2 .portfolio {
    font-size: 1.2em;
    letter-spacing: 0.06em; }

#intro {
  float: left;
  margin-bottom: 80px; }

.link-contact {
  display: block;
  margin-top: 40px; }
  .link-contact span {
    border-bottom: 1px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .link-contact:hover span {
    border-bottom: 1px solid black; }

.grid-portfolio .article-blog {
  width: 100%;
  font-size: 1em; }
  .grid-portfolio .article-blog .info-art a {
    display: inline;
    color: #a6a6a6; }
  .grid-portfolio .article-blog h3 {
    font-size: 1.4em;
    margin-bottom: 18px; }
  .grid-portfolio .article-blog h4 {
    font-size: 0.9em; }
.grid-portfolio .column {
  text-align: center; }
.grid-portfolio .blog-box {
  display: inline-block;
  width: 100%;
  font-size: 1em; }
  .grid-portfolio .blog-box a {
    width: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
    .grid-portfolio .blog-box a img {
      width: 100%; }
  .grid-portfolio .blog-box .info-art a {
    display: inline;
    color: #a6a6a6; }
  .grid-portfolio .blog-box h3 {
    font-size: 1.4em;
    margin-bottom: 18px; }
  .grid-portfolio .blog-box h4 {
    font-size: 0.9em; }

#part1 {
  float: left;
  width: 100%; }
  #part1 .col-text {
    text-align: center; }
  #part1 .row-flex {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 120px; }
    #part1 .row-flex .col-1-2 {
      padding-left: 5%;
      padding-right: 10%; }
      #part1 .row-flex .col-1-2:first-of-type {
        padding-left: 10%;
        padding-right: 5%; }
  #part1 .text-cover {
    text-align: center;
    padding-left: 12%;
    padding-right: 12%; }
    #part1 .text-cover h3 {
      color: #a6a6a6;
      font-size: 1em;
      margin-bottom: 3em; }
    #part1 .text-cover h2 {
      font-size: 2.4em;
      letter-spacing: 0.06em;
      color: black;
      margin-top: 0;
      margin-bottom: 1.3em; }
    #part1 .text-cover .button {
      margin-top: 1.2em; }

.img-holder-square {
  position: relative;
  max-width: 60%;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 60%; }
  .img-holder-square img {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: initial;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto; }
    .img-holder-square img.portrait {
      width: auto;
      height: 100%; }

.col-1 {
  width: 50%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
  margin-top: 40px; }
  .col-1 h2 {
    margin-bottom: 40px; }

.read-more {
  position: absolute;
  right: calc(17% + 35px);
  top: 50%;
  display: none;
  letter-spacing: 0.06em; }

.with-content .read-more {
  display: block;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.with-content .read-more .open {
  display: block;
  opacity: 0; }

.col-2 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 600px; }

.sitemap {
  text-align: center;
  padding-bottom: 80px;
  -webkit-column-count: 2;
          column-count: 2;
  padding-top: 80px; }
  .sitemap ul {
    -webkit-column-break-inside: avoid;
            break-inside: avoid;
    margin-bottom: 60px; }
  .sitemap li {
    margin-bottom: 12px; }
  .sitemap h2 {
    color: black;
    font-size: 1.3em;
    margin-bottom: 30px;
    margin-top: 0; }
  .sitemap .children.children {
    margin-top: 12px;
    font-size: 0.9em; }
    .sitemap .children.children a {
      color: #a6a6a6; }
  .sitemap .children.page_item_has_children a {
    color: black; }
  .sitemap a {
    margin-bottom: 5px; }
    .sitemap a:hover {
      border-bottom: 1px solid black;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }

p a {
  border-bottom: 1px solid black;
  padding-bottom: 2px;
  margin-bottom: 2px; }
  p a:hover {
    opacity: 0.5; }

.slick-slide img {
  display: inline-block; }

section h2 {
  width: 100%;
  text-align: center;
  color: #a6a6a6;
  letter-spacing: 0.06em;
  font-size: 1.2em;
  margin-top: 60px;
  margin-bottom: 10px; }

.info-art span {
  text-transform: capitalize; }

.added_to_cart.wc-forward {
  display: block; }
  .added_to_cart.wc-forward:hover {
    opacity: 0.5; }

.cart-contents {
  color: #a6a6a6; }
  .cart-contents:hover {
    color: black; }

.woocommerce-cart .page-container {
  padding-top: 40px; }

.sect.sect--order {
  float: left;
  width: 100%;
  padding-bottom: 40px; }
  .sect.sect--order .row {
    position: relative;
    max-width: 960px;
    margin: 0 auto; }

#container-cart {
  padding-bottom: 40px;
  min-height: calc(100vh - 225px); }

.list--product > li {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 40px) / 2);
  margin: 0 40px 40px 0; }
  .list--product > li:nth-child(2n) {
    margin-right: 0; }
  .list--product > li .pic {
    max-width: 100%; }
  .list--product > li a {
    display: block;
    position: relative; }
    .list--product > li a:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1); }
    .list--product > li a:hover:before {
      -webkit-box-shadow: inset 0 0 0 10px #a6a6a6;
              box-shadow: inset 0 0 0 10px #a6a6a6; }
    .list--product > li a:active:before {
      -webkit-box-shadow: inset 0 0 0 10px #a6a6a6;
              box-shadow: inset 0 0 0 10px #a6a6a6; }

#resa .grid-2 .column:first-of-type {
  padding-top: 0;
  padding-right: 4%;
  padding-left: 12%;
  margin-top: 0; }
#resa .grid-2 .column:nth-of-type(2) {
  padding-top: 0;
  padding-right: 12%;
  padding-left: 4%; }

.title-holder .button {
  margin-top: 2.3em; }

.sort1 .arrow {
  -webkit-transform: none;
          transform: none; }

.single-projet #more-articles .article-box h4 {
  color: #a6a6a6;
  font-size: 0.7em; }
.single-projet #more-articles .article-box .info-art {
  color: #a6a6a6;
  font-size: 0.7em; }

#resa .grid-2 {
  padding-top: 60px; }

.page-title.sticky, .page-title.sticky-section {
  display: block;
  position: absolute;
  width: 100%;
  padding-top: calc(50vh - 100px);
  -webkit-transform: none;
          transform: none;
  margin-top: 80px; }

.page-title {
  text-align: center; }
  .page-title.sticky.fixed {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    position: fixed;
    z-index: 1000;
    top: calc(50% - 80px);
    left: 50%; }

@media screen and (min-width: 1440px) {
  .grid-3 .article-box {
    width: 25%; }

  .grid-chef .article-box.chef {
    width: 25%; }

  .modal-content {
  max-width:52%;
  }

  .hr-chef {
    margin-left: 7%;
    margin-right: 7%; } }
@media screen and (max-width: 1440px) and (min-width: 901px) {
  .grid-chef .article-box.chef {
    width: 33.3333333%; } 


  }
@media screen and (max-width: 900px), (orientation: portrait) {
  /*************** 1. Base   ***************/
  .show-xs {
    display: block; }

  .modal-content {
    max-width:90%;
  }

  .products-home .size-1of2 {
    width: 100%;
  }

   .products-home .grid-2 .column,.products-home .column:first-of-type,.products-home .products .column:last-of-type {
    padding-left: 0;
    padding-right: 0; 
  }

  .modal-content .close {
    top: 5px;
    right: 5px;
  }

  .hide-xs {
    display: none !important; }

  .cover-article {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px; }

  .col-1 {
    width: 80%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 120px;
    margin-top: 40px; }

  .grid-1 {
    width: 80%;
    margin-left: 10%; }

  .col-1-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px; }

  .col-1-4 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px; }

  .col-center {
    height: auto;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px; }

  .grid-2 {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  /*************** 2. Homepage  ***************/
  .parent {
    height: auto !important; }

  .page-title-xs, .page-title.sticky, .page-title.sticky.st-blog, .page-title.sticky-section {
    margin-top: 50px;
    margin-bottom: 40px;
    position: static;
    display: block;
    padding-top: 0; }
    .page-title-xs .title-holder .button, .page-title.sticky .title-holder .button, .page-title.sticky.st-blog .title-holder .button, .page-title.sticky-section .title-holder .button {
      margin-top: 1.2em; }

  .page-title.sticky {
    margin-top: 0; }

  .images-holder {
    width: 100%;
    float: left;
    padding-bottom: 0px;
    text-align: center; }

  .text-intro {
    margin-top: 40px; }

  .title-chef {
    text-align: center;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0; }

  .chef-descrpition {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1em;
    text-align: left;
    font-size: .9em; }

  #old-chef {
    overflow: hidden;
    width: 100%; }

  .adresse {
    color: #a6a6a6;
    margin-bottom: 40px; }

  h1, #cover-numero h1 {
    font-size: 2em; }

  .box-cover {
    width: 80% !important;
    position: static;
    margin-left: 10%; }

  .page-title-big {
    position: static;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 60px; }

  .down-menu {
    position: static;
    margin-top: 20px; }

  .select-menu:nth-of-type(2) {
    margin-right: 10px; }

  .col-first-img {
    width: 100%;
    padding-bottom: 30px; }

  .city-box {
    margin-bottom: 80px; }

  .city-box a {
    width: 80% !important; }

  #latest .blog-box h3 {
    font-size: 1.4em;
    margin-bottom: 10px; }

  #more .article-box h3 {
    margin-top: 10px;
    margin-bottom: 10px; }

  .g-footer__nav-link {
    width: 35px; }

  .article-blog .info-art {
    margin-bottom: 10px;
    margin-top: 30px; }

  .social svg {
    width: 15px;
    height: 15px; }

  .article-box {
    width: 100%;
    padding-bottom: 0; }

  .article-container {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: none;
    transform: none; }

  .cover-article .col-1-2:last-of-type, .cover-article .col-1-2:first-of-type, .pictures-article {
    padding-left: 20px;
    padding-right: 20px; }

  .pictures-article {
    margin-bottom: 0px;
    margin-top: 0; }

  .pictures-article .img-holder {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    float: left; }

  .pictures-article .img-holder .responsive-img {
    margin-top: 0 !important;
    width: 100% !important; }

  p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 1.55em;
    letter-spacing: .06em;
    font-weight: 400; }

  .pictures-article .img-holder:first-of-type {
    padding-left: 0;
    padding-right: 0; }

  .col-2-text {
    -webkit-column-count: 1;
    column-count: 1; }

  .back-link {
    position: static;
    margin-bottom: 40px; }

  .text-article {
    padding-left: 20px;
    padding-right: 20px; }

  .hr-holder {
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .article-box {
    float: left;
    text-align: center;
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 60px; }

  .article-box.chef-box {
    position: static; }
    .article-box.chef-box .article-container {
      position: static;
      -webkit-transform: none;
              transform: none; }

  .article-box img {
    width: 100%; }

  .article-container {
    position: static;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  .pictures-article .img-holder {
    margin-bottom: 40px; }

  #more-articles {
    float: left;
    width: 100%;
    margin-bottom: 40px; }

  .page-title.sticky {
    position: static;
    -webkit-transform: none;
    transform: none;
    text-align: center;
    width: 100%;
    float: left; }

  #cover-guide {
    min-height: 0; }

  .down-menu {
    width: 100%;
    -webkit-transform: none;
    transform: none;
    position: relative;
    float: left;
    left: 0; }

  .select-menu:first-of-type {
    width: auto;
    position: absolute;
    left: 10%;
    margin-right: 0; }

  .select-menu:nth-of-type(2) {
    width: auto;
    position: absolute;
    margin-right: -5px;
    right: 10%; }

  .column-sommaire {
    margin-top: 40px; }

  .sommaire-box h4, .sommaire-box h3 {
    font-size: 1.2em; }
  .sommaire-box .hr-sommaire hr {
    margin: 0; }

  .sommaire-box.with-content h3:after {
    top: 30px;
    right: 20px; }

  .sommaire-box.with-content:hover .cover-hover {
    display: none; }

  .content-article {
    padding-top: 40px;
    width: 100%; }

  .sommaire-box .text-article {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px; }

  .article-box h3 {
    margin-top: 1em;
    margin-bottom: 0; }

  .hr-sommaire {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 1; }

  .sommaire-box {
    margin-top: -2px; }

  .sommaire-box .hr-sommaire.last {
    margin-top: 20px; }

  .sommaire-box h3 {
    margin-top: 20px; }

  .up-menu {
    display: inline-block;
    width: 100%;
    margin-top: 30px; }

  .row-quote .quote-box {
    font-size: 1.5em; }

  .images-row img {
    width: 100%;
    margin-bottom: 20px; }

  .images-row {
    margin-top: 0px;
    margin-bottom: 0px; }

  .cover-article {
    margin-top: 30px;
    margin-bottom: 0px; }

  .text-blog, .credits, .row-quote {
    margin-top: 20px;
    margin-bottom: 20px; }

  #cover-blog .top-left {
    position: static; }

  #main-hp {
    height: calc(100vh - 100px);
    position: relative; }

  .main-article {
    margin-top: 40px; }

  .logo-hp {
    position: static;
    margin-top: 30px; }
    .logo-hp img {
      width: 150px; }

  .parent {
    height: auto; }

  .parent .no-child {
    height: 23px !important; }

  .menu-1 .children {
    display: block;
    opacity: 1; }

  .col-background {
    display: none; }

  .col-menu {
    height: calc(100vh - 200px);
    padding-left: 0;
    padding-right: 0; }

  .col-menu li.lang-item {
    font-size: 1em;
    color: black;
    letter-spacing: 0.06em;
    margin-bottom: 0; }

  .footer-hp {
    float: left;
    width: 100%;
    bottom: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0; }

  .row-homepage {
    height: auto; }

  .article-blog .info-art {
    margin-top: 1em; }

  .row, .text-intro {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

  #latest .article-blog .info-art, #latest .blog-box .info-art, .grid-portfolio .article-blog .info-art, .grid-portfolio .blog-box .info-art {
    font-size: 0.9em;
    color: #a6a6a6;
    margin-bottom: 8px;
    margin-top: 20px; }

  .grid-portfolio .blog-box h3 {
    font-size: 1.4em;
    margin-bottom: 10px; }

  .article-box h4 {
    margin-top: 6px;
    color: #a6a6a6; }

  .row-flex {
    display: block; }

  #cover-resto, #cover-cave, #cover-mag, #cover-blog, #cover-agence, #cover-guide {
    margin-bottom: 40px;
    height: auto;
    margin-top: 40px;
    float: left; }

  .chef-text {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px; }

  #feat-chef {
    padding-bottom: 40px;
    float: left; }

  .article-box.chef {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .article-box.chef .img-holder-square {
      max-width: 100%;
      padding-bottom: 100%; }

  #feat-chef h2 {
    margin-bottom: 30px;
    margin-top: 40px; }

  .content.grid-3 {
    margin-top: 40px;
    margin-bottom: 40px; }

  .grid-3 .article-box {
    float: left;
    width: 50%;
    display: block;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

  #cover-resto .img-hold:first-of-type, #cover-cave .img-hold:first-of-type, #cover-mag .img-hold:first-of-type, #cover-agence .img-hold:first-of-type, #cover-guide .img-hold:first-of-type,  #cover-resto.to-home .img-hold:first-of-type {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: static;
    margin-left: auto;
    margin-right: auto;
    float: none;
    max-width: 640px; }
  #cover-resto .img-hold, #cover-cave .img-hold, #cover-mag .img-hold, #cover-agence .img-hold, #cover-guide .img-hold {
    position: static; }

  .page-container {
    padding-top: 40px; }

  .text-intro .col-2-text p {
    float: none; }

  .grid-2-lg {
    padding: 0 15px; }
    .grid-2-lg .column {
      padding: 0 15px; }

  .row-flex .col-1-2:first-of-type img {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block; }

  #cover-mag img:first-of-type, #cover-blog img:first-of-type, #cover-agence img:first-of-type, #cover-guide img:first-of-type {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 600px;
    display: inline-block;
    float: none; }

  #cover-mag img:nth-of-type(2), #cover-mag img:nth-of-type(3), #cover-blog img:nth-of-type(2), #cover-blog img:nth-of-type(3), #cover-agence img:nth-of-type(2), #cover-agence img:nth-of-type(3), #cover-guide img:nth-of-type(2), #cover-guide img:nth-of-type(3) {
    display: none; }

  #cover-resto .img-hold:nth-of-type(2), #cover-resto .img-hold:nth-of-type(3), #cover-cave .img-hold:nth-of-type(2), #cover-cave .img-hold:nth-of-type(3), #cover-mag .img-hold:nth-of-type(2), #cover-mag .img-hold:nth-of-type(3), #cover-agence .img-hold:nth-of-type(2), #cover-agence .img-hold:nth-of-type(3), #cover-guide .img-hold:nth-of-type(2), #cover-guide .img-hold:nth-of-type(3) {
    display: none; }

  section h2 {
    width: 100%;
    text-align: center;
    color: #a6a6a6;
    letter-spacing: 0.06em;
    font-size: 1.2em;
    margin-top: 40px;
    margin-bottom: 10px; }

  #latest {
    padding-top: 0; }
    #latest section h2 {
      margin-top: 0; }

  #latest .column:nth-of-type(2), .grid-portfolio .column:nth-of-type(2) {
    padding-top: 0;
    padding-right: 0px;
    margin-top: 80px; }

  #latest .column:first-of-type, .grid-portfolio .column:first-of-type {
    padding-top: 0;
    padding-left: 0px; }

  #cover-agence {
    height: auto;
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0; }

  .text-cover {
    margin-top: 20px; }

  #part2 h2 {
    margin-bottom: 30px; }

  #part2 .clients {
    font-size: 2.6em;
    margin-bottom: 30px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

  #part2 {
    text-align: center;
    padding-bottom: 80px;
    float: left;
    width: 100%; }

  #main-projets {
    float: left; }

  .main-text {
    float: left;
    padding-bottom: 40px; }

  h2.more-articles {
    color: #a6a6a6;
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.2em;
    margin-top: 0; }

  .tri-name {
    width: 100%;
    font-size: 1em; }

  .tri-term {
    text-align: left;
    margin-bottom: 1px;
    margin-top: 20px; }

  .main-navigation {
    width: 100%;
    padding: 10px; }

  .g-footer__nav-link {
    top: 17px; }

  .img-holder-square {
    position: relative;
    max-width: 80%;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 80%; }

  .col-1-3 {
    float: left;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 15px; }

  .col-1-3:last-of-type {
    margin-bottom: 0; }

  #social {
    margin-top: 20px; }

  #social svg {
    height: 25px;
    width: auto;
    display: inline-block; }

  .col-legal {
    margin-top: 25px;
    margin-bottom: 25px; }

  .col-legal a {
    display: block;
    width: 100%; }

  #resa .grid-2 .column, #resa .grid-2 .column:first-of-type, #resa .grid-2 .column:last-of-type, #lesnumeros .products .column:first-of-type, #lesnumeros .products .column:last-of-type {
    padding-left: 0;
    padding-right: 0; }

  .img-cover {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    width: 100%;
    text-align: center; }
    .img-cover img {
      display: inline-block; }

  .nav-left h1 {
    display: none; }

  .cover-article .col-1-2:last-of-type, .cover-article .col-1-2:first-of-type, .pictures-article {
    padding-left: 00px;
    padding-right: 00px; }

  #intro {
    width: 100%; }

  .g-nav__primary li {
    font-size: 1.4em;
    line-height: 1em;
    letter-spacing: .04em;
    margin-top: 0; }

  .g-nav__primary {
    margin-top: 0;
    padding-top: 0px;
    text-align: center;
    display: block; }

  .g-nav .col-menu {
    height: calc(100vh - 135px);
    padding-left: 0;
    padding-right: 0; }

  .menu-holder .logo-hp {
    position: static;
    margin-top: 0px; }

  .text-blog, .credits, .row-quote {
    margin-top: 20px;
    margin-bottom: 40px; }

  .text-cover {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }

  .text-article {
    padding-left: 0;
    padding-right: 0; }

  .resa-box h3 {
    font-size: 1.8em; }

  .resa-box .img-holder-square {
    width: 80%;
    padding-bottom: 80%; }

  .col-menu li {
    font-size: 1.4em;
    color: black;
    letter-spacing: 0.06em;
    margin-bottom: 1.2em; }

  .resa-box h4 {
    margin-bottom: 2.5em; }

  .grid-2, .grid-2-lg {
    float: left;
    padding-top: 75px;
    width: 100%; }

  .row.text-img .col-1-2:first-of-type {
    padding-left: 20px;
    padding-right: 20px; }

  .row.text-img .col-1-2:last-of-type, .row.image-col .col-1-2:last-of-type {
    padding-left: 20px;
    padding-right: 20px; }

  .row.text-img {
    display: block;
    margin-bottom: 30px;
    margin-bottom: 30px; }

  .title-holder {
    padding-left: 20px;
    padding-right: 20px; }

  .woocommerce ul.products {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

  .woocommerce ul.products li.product a img {
    width: 70%;
    margin-left: 15%; }

  .page-title h3.subt {
    font-size: 1.2em; }

  .carousel-numero {
    width: 75%; }

  .page-container {
    padding-top: 80px; }

  .post-type-archive-projet .page-container, .single-projet .page-container, .single-article-blog .page-container, .tax-ville .page-container, .single .page-container {
    padding-top: 80px; }

  .slick-arrow svg {
    width: 30px;
    height: 30px;
    display: inline-block; }

  .close-legend {
    opacity: 1; }

  .prev-carousel, .next-carousel {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }

  .prev-carousel {
    left: -30px; }

  .next-carousel {
    right: -30px; }

  .lang-item-en {
    margin-left: 5px; }

  body.home {
    background-color: #fff5d9;
    height: 100vh; }

  #cover-numero h3 {
    color: #a6a6a6;
    margin-bottom: 20px;
    margin-top: 30px; }

  #more-articles .img-holder-square {
    width: 80%;
    padding-bottom: 80%; }

  #part1 .row-flex .col-1-2:first-of-type {
    padding-left: 20px;
    padding-right: 20px; }

  #part1 .row-flex .col-1-2 {
    padding-left: 20px;
    padding-right: 20px; }

  #part1 .text-cover h2 {
    font-size: 1.8em;
    letter-spacing: 0.06em;
    color: black;
    margin-top: 0;
    margin-bottom: 1.3em; }

  #part1 .text-cover {
    text-align: center;
    padding-left: 0;
    padding-right: 0; }

  .col-1-2.f-right-xs {
    float: right; }

  #part1 .row-flex {
    margin-bottom: 50px; }

  .slick-list .article-box {
    margin-bottom: 30px; }

  .slick-dotted.slick-slider {
    margin-bottom: 0px; }

  .grid-chef.grid-3 .article-box {
    float: left;
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  body {
    font-size: 14px;
    font-family: 'Swis721',serif; } }
@media screen and (max-width: 600px), (orientation: portrait) {
  .article-box.chef {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }
@media screen and (max-width: 900px) and (min-width: 600px), (orientation: portrait) and (min-width: 600px) {
  .logo-hp img {
    width: 250px; } }

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