/* @import url('font-awesome'); */

.stickyWrap.sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

footer .minimal-content {
  display: none;
}

footer .full-content {
  display: flex;
}

.stickyWrap.sticky footer .col4 p {
  display: none;
}

.stickyWrap.sticky footer .wrapFooter {
  padding: 20px 0;
  height: 70px;
}

.stickyWrap.sticky footer .minimal-content {
  display: block;
  text-align: center;
}

.stickyWrap.sticky footer .full-content {
  display: none;
}

@media (min-width: 320px) {
  *,
  *::after,
  *::before {
    box-sizing: border-box;
  }

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

  .clearer {
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
    width: 0;
  }

  .overLink {
    position: absolute;
    bottom: 0;
    display: block;
    left: 0;
    outline: 0 none;
    right: 0;
    text-indent: -9999em;
    top: 0;
  }

  p {
    margin-bottom: 8px;
  }

  /*:: =Grid system :: */
  .refLine:before,
  .refLine:after {
    display: table;
    content: "";
  }

  .col,
  .col1,
  .col2,
  .col3,
  .col4,
  .col5,
  .col6,
  .col7,
  .col8,
  .col9,
  .col10,
  .col11,
  .col12 {
    float: none;
    width: 100%;
  }

  /*:: =Unit & Pict ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
  .pict,
  .media {
    position: relative;
  }

  .pict img,
  .media img,
  .media video,
  .media audio {
    display: block;
    line-height: 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
  }

  .unit {
    margin-bottom: 12px;
    position: relative;
    width: auto;
  }

  .unit .pict {
    width: 129px; /* col2 width - pict padding & borders */
    margin-bottom: 6px;
  }

  /* :: Structure :: */
  .wrapper::before,
  .wrapper::after {
    content: "";
    display: table;
  }

  .wrapper::after {
    clear: both;
  }

  .wrapper {
    margin: 0;
    position: relative;
    padding: 0;
    width: 100%;
  }

  .main {
    padding-top: 0;
  }

  .subWrap .innerWrap {
    margin: 0;
    padding: 0 20px;
    position: relative;
    width: auto;
  }

  .desktop-menu {
    display: none;
  }

  .wrapHeader {
    background: #fff none;
    height: 65px;
    padding-bottom: 0px;
    width: 100%;
    position: relative;
    z-index: 10;
  }

  header {
    height: 65px;
    width: 100%;
  }

  .brand {
    background: url(img/logo-HR.png) 0 0 no-repeat transparent;
    background-size: 100% auto;
    display: block;
    height: 37px;
    margin: 0px auto 0px;
    top: 14px;
    position: relative;
    text-indent: -9999em;
    width: 70px;
  }

  .full_overlay {
    background: #fff;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -ms-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
  }

  body.no-scroll .full_overlay {
    opacity: 0.75;
    z-index: 99;
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -ms-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
    z-index: 20;
  }

  /*  black top bar */
  #topbarnav {
    background-color: #000;
    color: #fff;
    padding: 0;
    width: 100%;
  }

  #topbarnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  #topbarnav ul li {
    display: inline-block;
    list-style: none; /* pour enlever les puces sur IE7 */
    margin: 0;
    padding: 0;
    text-transform: uppercase;
  }

  #topbarnav ul li a {
    color: #fff;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.09em;
    line-height: 47px;
    height: 47px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 140px;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 500ms;
    -o-transition-timing-function: ease-out;
    -o-transition-duration: 500ms;
    transition-timing-function: ease-out;
    transition-duration: 500ms;
  }

  #topbarnav ul li.activ a {
    font-weight: 700;
    letter-spacing: 0.09em;
    margin: 0;
  }

  #topbarnav .activsite {
    display: none;
  }

  .primaryNav a {
    color: #000;
    display: inline-block;
    font-family: "refrigerator-deluxe", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 0.058em;
    padding: 0px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: color 300ms ease-out;
    -moz-transition: color 300ms ease-out;
    -o-transition: color 300ms ease-out;
    transition: color 300ms ease-out;
  }

  .wrapper .primaryNav a:hover,
  .wrapper .primaryNav a:active {
    color: #82c8be;
  }

  .primaryNav a.inverted {
    color: #82c8be;
  }

  .primaryNav a.inverted:hover,
  .primaryNav a.inverted:active {
    color: #000;
  }

  .hovered {
    opacity: 0.45;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 500ms;
    -o-transition-timing-function: ease-out;
    -o-transition-duration: 500ms;
    transition-timing-function: ease-out;
    transition-duration: 500ms;
  }

  #panel {
    background: white;
    float: none;
    margin-right: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    right: -300px;
    z-index: 21;
    overflow-x: scroll;
  }

  #panel .menu-btn {
    background: url(img/bt_close-white-2x.png) no-repeat right center transparent;
    background-size: 15px auto;
    height: 15px;
    padding: 0;
    position: absolute;
    right: 24px;
    text-indent: -9999em;
    top: 0px;
    width: 15px;
    z-index: 2;
  }

  /* TOP Black navigation for ricardocuisine and boutique */
  #nav {
    display: block;
    height: auto;
    left: auto;
    list-style: none;
    margin: 104px auto 0;
    padding: 0px;
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    /* Make sure the z-index is lower than the #page */
    z-index: 10;
    text-align: center;
  }

  #nav li {
    background: none transparent;
    margin-bottom: 0;
    padding: 0;
  }

  #nav li a.subLinks {
    color: black;
    display: block;
    font-size: 27px;
    line-height: 34px;
    margin: 0 auto;
    max-width: 218px;
  }

  .menu-btn {
    background: url("img/icon_menu-black_mobile.png") no-repeat scroll left center transparent;
    background-size: auto 15px;
    cursor: pointer;
    display: block;
    height: 15px;
    margin: 0;
    padding: 33px 22px !important;
    position: absolute;
    text-indent: -999em;
    top: 0px;
    right: 0px;
    width: 24px;
  }

  .menu-btn.closed {
    background: transparent url("img/bt_close-2x.png") no-repeat scroll 23px 14px;
    background-size: 22px auto;
    height: 23px;
    padding: 12px 4px 12px 20px !important;
    right: 13px;
    top: 0;
    width: 23px;
  }

  .hidden-menu {
    color: black;
    margin-bottom: 30px;
    margin-top: 39px;
    max-height: 430px;
    position: relative;
    width: 100%;
    display: block;
    z-index: 100;
  }

  /*hidden menus*/
  #panel .primaryNav {
    height: 100%;
    padding-left: 40px;
    top: 0;
    width: 100%;
  }

  #panel .primaryNav ul {
    list-style: none outside;
    margin: 0 auto;
    width: 100%;
  }

  #panel .primaryNav li {
    height: auto;
    margin-bottom: 0px;
    width: 100%;
  }

  #panel .primaryNav a.spacer {
    margin-bottom: 16px;
  }

  #panel .primaryNav li:nth-child(3):after {
    display: block;
    content: "";
    background: #82c8be;
    height: 2px;
    margin-bottom: 12px;
    width: 22px;
  }

  .en #panel .primaryNav li:nth-child(2):after {
    display: block;
    content: "";
    background: #82c8be;
    height: 2px;
    margin-bottom: 12px;
    width: 22px;
  }

  .en #panel .primaryNav li:nth-child(3):after {
    display: block;
    content: "";
    background: none transparent;
    height: 0;
    margin-bottom: 0px;
    width: 22px;
  }

  #panel .primaryNav a {
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.06em;
    padding: 11px 0 7px;
  }

  #panel .primaryNav a.social {
    font-size: 12px;
    line-height: 15px;
    margin-top: 2px;
    width: 6px;
  }

  #panel .primaryNav a.social i {
    font-size: 12px;
  }

  .subWrap.main {
    padding: 30px 0 30px;
  }

  /* ::: Footer :::  */
  .preFooterBar {
    background: #fc3648;
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 35px 0;
    text-align: center;
    width: 100%;
    position: relative;
  }
  .preFooterBar.warning {
    background: #82c8be;
  }

  .preFooterBar .close {
    color: #fff;
    position: absolute;
    top: 0;
    right: 25px;
    text-decoration: none;
    font-size: 16px;
    line-height: 70px;
    height: 70px;
    font-family: Arial, Helvetica, sans-serif;
  }

  .preFooterBar .intro {
    line-height: 22px;
    margin: 0 auto;
    max-width: 460px;
    padding: 0 40px;
    text-align: center;
  }

  .preFooterBar .intro p {
    color: #fff;
    margin: 0;
    padding: 0;
  }
  .preFooterBar .intro a {
    color: #fff;
    font-weight: bold;
  }
  .preFooterBar .intro p:nth-child(2) {
    font-weight: 300;
    position: relative;
    font-weight: bold;
  }

  .preFooterBar .intro p span {
    font-weight: 700;
  }

  footer {
    background: #fff none;
    position: relative;
  }

  footer .subWrap.main {
    padding: 0;
  }

  footer .subWrap .innerWrap,
  .menupage footer .subWrap .innerWrap {
    padding: 0 40px;
  }

  .en footer .subWrap .innerWrap,
  .menupage.en footer .subWrap .innerWrap {
    padding: 0 42px 0 40px;
  }

  .wrapFooter {
    background: #000 none;
    margin: 0 auto;
    padding: 60px 0px 50px;
    position: relative;
    width: 100%;
  }

  .wrapFooter#hours {
    background: url("img/bg_feature02_bk.jpg") repeat 0 0 #000;
    background-size: 45% auto;
    padding: 50px 0 60px;
  }

  .wrapFooter#copyrights {
    background: #fff;
    padding: 40px 0 50px;
  }

  footer .col4 {
    margin-bottom: 50px;
  }

  footer .col4:nth-child(3) {
    margin-bottom: 0px;
  }

  footer h3 {
    color: #82c8be;
    font-family: "refrigerator-deluxe", sans-serif;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.14em;
    line-height: 26px;
    margin-bottom: 25px;
    text-transform: uppercase;
  }

  footer h3 span {
    display: block;
    font-weight: 900;
  }

  footer .openTable_footer,
  footer .openTable_footer.inactive {
    color: #fff;
    display: inline-block;
    font-family: "refrigerator-deluxe", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 26px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color 300ms ease-out;
    -moz-transition: color 300ms ease-out;
    -o-transition: color 300ms ease-out;
    transition: color 300ms ease-out;
  }

  footer .openTable_footer.inactive {
    opacity: 0.4;
  }

  footer a {
    color: #fff;
    display: inline-block;
    font-family: "clarendon-urw", sans-serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 23px;
    text-decoration: none;
    -webkit-transition: color 300ms ease-out;
    -moz-transition: color 300ms ease-out;
    -o-transition: color 300ms ease-out;
    transition: color 300ms ease-out;
  }

  footer a:hover {
    color: #82c8be;
  }

  .phone {
    letter-spacing: 0.05em;
  }

  footer a.special {
    color: #d22125;
    letter-spacing: 0.05em;
    font-weight: bold;
  }

  footer a.special:hover {
    color: #e52428;
  }

  footer .openTable_footer:after {
    content: "";
    display: block;
    background: #82c8be;
    height: 1px;
    margin-top: -3px;
    width: auto;
  }

  footer .openTable_footer.inactive:after {
    display: none;
  }

  footer p {
    color: #fff;
    font-family: "clarendon-urw", sans-serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 23px;
    margin-bottom: 13px;
  }

  footer #hours .col4 {
    margin-bottom: 0;
  }

  #coord p span {
    display: block;
    font-weight: 700;
    letter-spacing: 0.02em;
  }

  #hours p:nth-child(4) {
    margin-bottom: 0;
  }

  #hours .col6 {
    margin-bottom: 25px;
  }

  #hours .col6:last-child {
    margin-bottom: 0px;
  }

  #hours .col6 h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 8px;
  }

  #copyrights ul {
    display: none;
  }

  #copyrights .brand {
    display: block;
    height: 53px;
    margin: 0px auto 27px;
    text-indent: -9999em;
    top: 0;
    width: 100px;
  }

  #copyrights p {
    color: #000;
    opacity: 0.4;
    font-family: "refrigerator-deluxe", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.125em;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
  }

  /* swiper */
  #section03 .fullImg {
    display: none !important;
  }

  .featureContainer {
    overflow: hidden;
    padding: 0;
    position: relative;
  }

  .featureContainer .col {
    margin-left: 0;
  }

  .featureContainer .col .unit .pict {
    margin-bottom: 0px;
    width: auto;
  }

  .swiper-container .unit {
    margin-bottom: 0;
  }

  .swiper-container-horizontal > .swiper-pagination,
  .swiper-pagination {
    bottom: 0px;
  }

  .swiper-pagination-bullet-active {
    background: #fff none repeat scroll 0 0;
    opacity: 1;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-next {
    background: url(img/bg_chevrons_teal.png) no-repeat 0 0 transparent;
    background-size: 30px auto;
    height: 65px;
    right: 0px;
    margin-top: -32px;
    width: 30px;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-prev {
    background: url(img/bg_chevrons_teal.png) no-repeat 0 -67px transparent;
    background-size: 30px auto;
    height: 65px;
    left: 0px;
    margin-top: -32px;
    width: 30px;
  }

  /*:: Content :::: */
  .trTitle {
    font-family: "refrigerator-deluxe", sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 30px;
    letter-spacing: 0.14em;
    margin: 0px;
    text-transform: uppercase;
  }

  .intro {
    font-family: "clarendon-urw", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    margin-bottom: 20px;
    text-align: left;
  }
  .intro-mobile {
    font-family: "clarendon-urw", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    margin-bottom: 20px;
    text-align: left;
  }

  /* .intro p:nth-child(2) {
        font-weight: 700;
        margin-bottom: 0;
    } */

  /*:: Buttons :::: */
  .btn {
    background-color: #82c8be;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: "refrigerator-deluxe", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.14em;
    height: 52px;
    line-height: 54px;
    margin: 9px auto 13px;
    text-align: center;
    text-decoration: none;
    /* vertical-align: middle; */
    width: 200px;
    -webkit-transition: background-color 600ms ease-out, color 600ms ease;
    -moz-transition: background-color 600ms ease-out, color 600ms ease;
    -o-transition: background-color 600ms ease-out, color 600ms ease;
    transition: background-color 600ms ease-out, color 600ms ease;
  }

  .btn:last-child {
    line-height: 52px;
    margin-bottom: 0;
  }

  .btn:hover {
    color: #000;
    background-color: #fff;
    text-decoration: none;
  }

  #section01 .subWrap.main {
    padding: 0;
    position: relative;
  }

  #section01 .col {
    height: 0;
    padding-top: 93.75%;
    position: relative;
    width: 100%;
  }

  /* When only 1 slide */
  #section01 #slide00 {
    background: url(img/hero/bg_feature00-mobile.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }

  #section01 #slide01 {
    background: url(img/hero/bg_feature01-mobile.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }

  #section01 #slide03 {
    background: url(img/hero/Gateaux_Mobile.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }

  #section01 #slide02 {
    background: url(img/hero/bg_feature02-mobile.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }

  #section01 #slide04 {
    background: url(img/hero/Menu-automne2019_Mobile.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }

  #section01 #slide05 {
    background: url(img/hero/bg_feature05-mobile.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }

  #section01 #slide06 {
    background: url(img/hero/bg_feature06-mobile.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }

  #section01 #slide-brunch {
    background: url(img/hero/Brunch-HERO-Mobile.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }

  #section01 #slide-chiffon {
    background: url(img/hero/ChiffonCitron-HERO-Mobile.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }

  #section01 #bols-ete {
    background: url(img/hero/Bols-ete-Mobile-V2.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }
  #section01 #ouverture-terrasse {
    background: url(img/hero/Ouverture-Terrasse-Mobile.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }

  #section01 #slide-meres {
    background: url(img/hero/Fetes-des-Meres_Mobile.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }
  #section01 #apple-crumble {
    background: url(img/hero/hero-cafe-crumble-mobile-2x_v2.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }
  #section01 #automne-2020 {
    background: url(img/hero/menu-automne-2020-Mobile.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
    color: #fff;
  }

  #section01 #boite-bbq {
    background: url(img/hero/Boite-BBQ-Mobile.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }
  #section01 #boite-repas {
    background: url(img/hero/Boite-Noel-2020-Mobile.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }
  #section01 #gateaux-ensemble {
    background: url(img/hero/Gateaux-ensemble-Mobile.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }
  #section01 #gateaux-paques {
    background: url(img/hero/gateaux-paques-2021-Mobile.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }
  #section01 #offre-corpo {
    background: url(img/hero/offre-corpo-boite-Mobile.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }

  #section01 #boite-hiver {
    background: url(img/hero/Boite-HIVER-2021-Mobile-FR-2.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }
  #section01 #boite-hiver.en {
    background: url(img/hero/Boite-HIVER-2021-Mobile-EN-2.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }

  #section01 #boite-fdm {
    background: url(img/hero/Boite-FDM-2021-Mobile.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
    text-shadow: 4px 4px 9px rgba(0, 0, 0, 0.6);
  }

  #section01 #gateau-fdm {
    background: url(img/hero/FDM-gateaux-2021_Mobile.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }

  #section01 #boite-pizza {
    background: url(img/hero/Boite-PIZZA-2021-Mobile.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }

  #section01 #boite-fdp {
    background: url(img/hero/Boite-FDP-2021-Mobile.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }

  #section01 #reopen {
    background: url(img/hero/Reouverture-Cafe-juin2021-Mobile.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }

  #section01 #fall21 {
    background: url(img/hero/Nouveau-menu-automne2021-Mobile.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }

  #section01 #gateaux-fetes {
    background: url(img/hero/gateaux-hiver2021-Mobile.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }

  #section01 #boite-st-valentin {
    background: url(img/hero/Boite-repas-St-Valentin-Mobile.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }

  #section01 #boite-paques {
    background: url(img/hero/Boite-repas-paques-Mobile.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }

  #section01 #gateaux-fdm {
    background: url(img/hero/Gateaux-FDM-Mobile.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }

  #section01 #menu {
    background: url(img/hero/Menu-automne-Mobile.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }

  #section01 #gateaux_anniv_group {
    background: url(img/hero/Gateau_anniv_groupe-Mobile.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }

  #section01 #early_bird {
    background: url(img/hero/Campagne_EarlyBird_Mobile.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }
  #section01 #hero-1 {
    background: url(img/hero/HERO-1.5-Mobile.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }
  #section01 #hero-2 {
    background: url(img/hero/HERO-2.9-Mobile.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }
  #section01 #hero-3 {
    background: url(img/hero/HERO-3.3-Mobile.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }
  #section01 #hero-4 {
    background: url(img/hero/HERO-4-Mobile.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }
  #section01 #hero-5 {
    background: url(img/hero/HERO-5.2-Mobile-FR.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }
  #section01 #hero-5.en {
    background: url(img/hero/HERO-5.2-Mobile-EN.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
  }
  #section01 #hero-6 {
    background: url(img/hero/HERO-6.0-Mobile.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }
  #section01 #hero-7 {
    background: url(img/hero/HERO-7.0-Mobile.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
  }

  #section01 .overLay {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.28+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.28) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.28) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.28) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#47000000', GradientType=0); /* IE6-9 */
    position: absolute;
    bottom: 0;
    height: 300px;
    height: 33%;
    width: 100%;
  }

  #section01 .subWrap .innerWrap {
    position: absolute;
    top: 12%;
    width: 100%;
    z-index: 10;
  }

  #section01 .trTitle {
    color: #fff;
    text-shadow: 4px 4px 11px rgba(0, 0, 0, 0.6);
    margin: 0 auto 5px;
    text-align: center;
  }

  #section01 #slide03 .trTitle,
  #section01 #slide-chiffon .trTitle {
    color: #000;
  }
  #section01 #bols-ete .trTitle {
    color: #000;
  }
  #section01 .black .trTitle {
    color: #000;
  }

  #section01 .intro {
    color: #fff;
    text-shadow: 4px 4px 11px rgba(0, 0, 0, 0.6);
    font-family: "refrigerator-deluxe", sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.12em;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
  }
  #section01 .intro-mobile {
    color: #fff;
    font-family: "refrigerator-deluxe", sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.12em;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
  }

  #section01 #slide03 .intro,
  #section01 #slide-chiffon .intro {
    color: #000;
  }
  #section01 #bols-ete .intro {
    color: #000;
  }
  #section01 .black .intro {
    color: #000;
  }

  #section01 .swiper-container-horizontal > .swiper-pagination,
  .swiper-pagination {
    bottom: 16px;
  }

  #section01 .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #82c8be;
    opacity: 1;
  }

  #section01 .swiper-pagination-bullet {
    background: #fff;
    width: 50px;
    height: 3px;
    border-radius: 0;
    opacity: 0.4;
  }

  #section02 .main {
    padding: 60px 20px;
  }

  #section02 .innerWrap {
    padding: 0;
  }

  #section02 .trTitle {
    padding: 0 20px;
  }

  #section02 .trTitle:after {
    display: block;
    content: "";
    background: #82c8be;
    height: 3px;
    margin-bottom: 28px;
    margin-top: 18px;
    width: 35px;
  }

  #section02 .intro {
    padding: 0 20px 20px;
  }

  #section02 .intro span {
    font-weight: 700;
  }

  #section02 .fullImg {
    display: none;
  }

  #section02 .col3 {
    float: left;
    margin-right: 4%;
    width: 48%;
    position: relative;
  }

  #section02 .col3:first-child {
    width: 100%;
  }

  #section02 .col3:first-child,
  #section02 .col3:nth-child(3) {
    margin-right: 0;
  }

  #section02 .col3 .unit,
  #section02 .col3 .unit .pict {
    margin-bottom: 0;
  }

  #section02 .col3:first-child .unit {
    margin-bottom: 4%;
  }

  #section02 .col3 .unit .pict {
    width: 100%;
  }

  #section02 .contentWrap {
    display: flex;
    flex-direction: column;
  }

  #section04 {
    background: url(img/bg_reservations-mobile.jpg) no-repeat center center transparent;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 112.82%;
    position: relative;
    width: 100%;
  }

  #section04 .subWrap .innerWrap {
    position: absolute;
    top: 50%;
    width: 100%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #section04 .main {
    padding: 0;
  }

  #section04 .trTitle {
    color: #fff;
    margin-bottom: 5px;
    margin: 0 auto 10px;
    text-align: center;
  }

  #section04 .trTitle span {
    display: block;
  }

  #section04 .intro {
    color: #fff;
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
  }

  #section04 .intro span {
    display: block;
  }

  #section04 .btnWrap {
    margin-top: 26px;
  }

  #section03 .main {
    padding: 0px;
  }

  #section03 .subWrap .innerWrap {
    padding: 0px;
  }

  .linkHomepage {
    color: #000;
    display: inline-block;
    font-family: "refrigerator-deluxe", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 26px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color 300ms ease-out;
    -moz-transition: color 300ms ease-out;
    -o-transition: color 300ms ease-out;
    transition: color 300ms ease-out;
  }
}

/* END/min-width: 320px */

@media (max-width: 1024px) {
  .preFooterBar {
  }

  .preFooterBar .intro p:nth-child(2) {
    margin-top: 5px;
  }

  #topbarnav {
    background-color: #000;
    color: #fff;
    padding: 0;
    width: 100%;
  }

  #topbarnav ul.menu {
    border-top: 1px solid rgba(255, 255, 255, 0.2); /*1px solid #999;*/
    display: none;
    padding-left: 0;
    padding: 12px 0;
    text-align: left;
  }

  #topbarnav ul li {
    background: #000;
    display: inline-block;
    padding: 0;
    width: 100%;
  }

  #topbarnav ul li a {
    color: #fff;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.08em;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0;
    padding-left: 15px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
  }

  #topbarnav .activsite {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 50px;
    letter-spacing: 0.1em;
    padding: 0 0 0 15px;
    line-height: 50px;
    text-align: left;
    text-transform: uppercase;
  }

  #topbarnav .fas {
    /*font:normal normal normal 20px/1 FontAwesome;	*/
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    font-size: 20px;
  }

  #topbarnav .chevron {
    float: right;
    padding-right: 20px;
    padding-top: 2px;
  }
}

/* END/max-width: 640px */

@media screen and (min-width: 720px) {
  .msg {
    margin-bottom: 10px;
    max-width: none;
  }

  p {
    max-width: 100%;
  }

  /* Based on grid */
  /* :: Structure :: */
  .wrapBanner {
    display: block;
  }

  .wrapBanner img,
  .wrapBanner iframe {
    margin: 10px auto 10px;
  }

  .wrapHeader {
    height: 77px;
    margin: 0 auto;
    position: relative;
    max-width: 710px;
    max-width: 91.448%;
  }

  header {
    height: 77px;
  }

  .desktop-menu {
    margin: 30px 0 0;
    width: 100%;
  }

  .desktop-menu.left {
    float: left;
    max-width: 50%;
  }

  .desktop-menu.right {
    float: right;
    max-width: 50%;
  }

  .primaryNav {
    padding: 0;
  }

  .wrapper .primaryNav ul {
    list-style: none outside;
    margin: 0 auto;
    width: 100%;
  }

  .desktop-menu.right .primaryNav ul {
    float: right;
    width: auto;
  }

  .wrapper .primaryNav li,
  .wrapper .primaryNav li:nth-child(5) {
    background: none transparent;
    float: left;
    height: 16px;
    margin: 0;
    padding: 0px 9px;
    width: auto;
  }

  .en .wrapper .primaryNav li,
  .en .wrapper .primaryNav li:nth-child(5) {
    padding: 0 14px;
  }

  .primaryNav li:nth-child(3):after {
    display: none;
  }

  .primaryNav li:last-child {
    margin: 0;
  }

  .desktop-menu.left .primaryNav li:first-child {
    padding-left: 0;
  }

  .desktop-menu.right .primaryNav li:last-child {
    padding-right: 0;
  }

  .brand {
    height: 40px;
    left: 50%;
    margin-left: -37px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 75px;
  }

  .primaryNav a.social {
    height: 10px;
    width: 5px;
  }

  .primaryNav a.social i {
    font-size: 9px;
  }

  .subWrap.main {
    padding: 50px 0;
  }

  .subWrap .innerWrap {
    padding: 0 60px;
  }

  #section03 .mobileImg {
    display: none !important;
  }

  #section03 .fullImg {
    display: block !important;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-next,
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-prev {
    display: none;
  }

  #section03 .featureContainer {
    margin: 0 auto;
    width: 649px;
  }

  /* swiper in section03*/
  .featureContainer .slides {
    float: left !important;
    margin: 2% 2% 0 0 !important;
    width: 32% !important;
  }

  .featureContainer .slides:first-child,
  .featureContainer .slides:nth-child(2),
  .featureContainer .slides:nth-child(6),
  .featureContainer .slides:nth-child(7) {
    float: left;
    width: 49% !important;
    margin: 2% 2% 0 0 !important;
  }

  .featureContainer .slides:nth-child(2),
  .featureContainer .slides:nth-child(5),
  .featureContainer .slides:nth-child(7) {
    margin-right: 0 !important;
  }

  .featureContainer .slides:first-child,
  .featureContainer .slides:nth-child(2) {
    margin-top: 0 !important;
  }

  .trTitle {
    font-size: 36px;
    line-height: 36px;
    margin: 0 auto 18px;
  }

  .intro {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.03em;
    margin: 0 auto 20px;
    max-width: 620px;
  }

  .fullScreenCloseLink {
    top: 0;
    right: 50%;
    margin-right: -362px;
  }

  .btn {
    display: inline-block;
    font-size: 15px;
    line-height: 58px;
    height: 58px;
    margin: 0 20px 0 0;
    width: 221px;
  }

  .btn:last-child {
    line-height: 58px;
    margin-right: 0;
  }

  #section01 .col {
    padding-top: 57.94%;
  }

  /* When only 1 slide */
  #section01 #slide00 {
    background: url(img/hero/bg_feature00-tablet-2x.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #slide01 {
    background: url(img/hero/bg_feature01-tablet-2x.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #slide03 {
    background: url(img/hero/Gateaux_Tablet.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #slide02 {
    background: url(img/hero/bg_feature02-tablet-2x.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #slide04 {
    background: url(img/hero/Menu-automne2019_Tablet.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #slide05 {
    background: url(img/hero/bg_feature05-tablet-2x.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #slide06 {
    background: url(img/hero/bg_feature06-tablet-2x.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #slide-brunch {
    background: url(img/hero/Brunch-HERO-Tablet.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #slide-chiffon {
    background: url(img/hero/ChiffonCitron-HERO-Tablet.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #bols-ete {
    background: url(img/hero/Bols-ete-Tablet.jpg) no-repeat center center transparent;
    background-size: cover;
  }
  #section01 #ouverture-terrasse {
    background: url(img/hero/Ouverture-Terrasse-Tablet.jpg) no-repeat center center transparent;
    background-size: cover;
  }

  #section01 #slide-meres {
    background: url(img/hero/Fetes-des-Meres_Tablet.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #apple-crumble {
    background: url(img/hero/hero-cafe-crumble-tablet-2x_v2.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #automne-2020 {
    background: url(img/hero/menu-automne-2020-Tablet.jpg) no-repeat center top transparent;
    background-size: cover;
    color: #fff;
  }

  #section01 #boite-bbq {
    background: url(img/hero/Boite-BBQ-Tablet.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #boite-repas {
    background: url(img/hero/Boite-Noel-2020-Tablet.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #gateaux-ensemble {
    background: url(img/hero/Gateaux-ensemble-Tablet.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #gateaux-paques {
    background: url(img/hero/gateaux-paques-2021-Tablet.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #offre-corpo {
    background: url(img/hero/offre-corpo-boite-Tablet.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #boite-hiver {
    background: url(img/hero/Boite-HIVER-2021-Tablet-FR-2.jpg) no-repeat center top transparent;
    background-size: cover;
  }
  #section01 #boite-hiver.en {
    background: url(img/hero/Boite-HIVER-2021-Tablet-EN-2.jpg) no-repeat center top transparent;
    background-size: cover;
  }
  #section01 #boite-fdm {
    background: url(img/hero/Boite-FDM-2021-Tablet.jpg) no-repeat center top transparent;
    background-size: cover;
  }
  #section01 #gateau-fdm {
    background: url(img/hero/FDM-gateaux-2021_Tablet.jpg) no-repeat center top transparent;
    background-size: cover;
  }
  #section01 #boite-pizza {
    background: url(img/hero/Boite-PIZZA-2021-Tablet.jpg) no-repeat center top transparent;
    background-size: cover;
  }
  #section01 #boite-fdp {
    background: url(img/hero/Boite-FDP-2021-Tablet.jpg) no-repeat center top transparent;
    background-size: cover;
  }
  #section01 #reopen {
    background: url(img/hero/Reouverture-Cafe-juin2021-Tablet.jpg) no-repeat center top transparent;
    background-size: cover;
  }
  #section01 #fall21 {
    background: url(img/hero/Nouveau-menu-automne2021-Tablet.jpg) no-repeat center top transparent;
    background-size: cover;
  }
  #section01 #gateaux-fetes {
    background: url(img/hero/gateaux-hiver2021-Tablet.jpg) no-repeat center top transparent;
    background-size: cover;
  }
  #section01 #boite-st-valentin {
    background: url(img/hero/Boite-repas-St-Valentin-Tablet.jpg) no-repeat center top transparent;
    background-size: cover;
  }
  #section01 #boite-paques {
    background: url(img/hero/Boite-repas-paques-Tablet.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #gateaux-fdm {
    background: url(img/hero/Gateaux-FDM-Tablet.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #menu {
    background: url(img/hero/Menu-automne-Tablet.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #gateaux_anniv_group {
    background: url(img/hero/Gateau_anniv_groupe-Tablet.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #early_bird {
    background: url(img/hero/Campagne_EarlyBird_Tablet.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #hero-1 {
    background: url(img/hero/HERO-1.5-Tablet.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #hero-2 {
    background: url(img/hero/HERO-2.9-Tablet.jpg) no-repeat center top transparent;
    background-size: cover;
  }
  #section01 #hero-3 {
    background: url(img/hero/HERO-3.3-Tablet.jpg) no-repeat center top transparent;
    background-size: cover;
  }
  #section01 #hero-4 {
    background: url(img/hero/HERO-4-Tablet.jpg) no-repeat center top transparent;
    background-size: cover;
  }
  #section01 #hero-5 {
    background: url(img/hero/HERO-5.2-Tablet-FR.jpg) no-repeat center top transparent;
    background-size: cover;
  }
  #section01 #hero-5.en {
    background: url(img/hero/HERO-5.2-Tablet-EN.jpg) no-repeat center top;
    background-size: cover;
  }
  #section01 #hero-6 {
    background: url(img/hero/HERO-6.0-Tablet.jpg) no-repeat center top transparent;
    background-size: cover;
  }
  #section01 #hero-7 {
    background: url(img/hero/HERO-7.0-Tablet.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 .swiper-pagination-bullet {
    background: #fff;
    width: 70px;
    height: 3px;
    border-radius: 0;
    opacity: 0.4;
  }

  #section01 .intro {
    font-size: 20px;
    line-height: 26px;
  }

  #section02 .contentWrap {
    flex-direction: column;
  }

  #section02 .main {
    padding: 70px 0;
  }

  #section02 .subWrap .innerWrap {
    padding: 0 60px;
  }

  #section02 .contentWrap {
    float: left;
    max-width: 59.5%;
  }

  #section02 .trTitle {
    margin: 4px 0 37px;
    padding: 0;
  }

  #section02 .trTitle:after {
    height: 4px;
    margin: 20px 0 0;
    width: 40px;
  }

  #section02 .intro {
    display: inline-block;
    letter-spacing: 0.02em;
    padding: 0 83px 0 0;
    margin-bottom: 0px;
    margin-top: -3px;
  }

  #section02 .refLine {
    float: right;
    margin-top: 0px;
    width: 40.5%;
  }

  #section04 {
    background: url(img/bg_reservations-tablet-2x.jpg) no-repeat center top transparent;
    background-size: 100% auto;
    background-size: cover;
    padding-top: 50.52%;
  }

  #section04 .trTitle {
    display: inline-block;
    margin: 0 auto 15px;
    text-align: center;
    width: 100%;
  }

  #section04 .trTitle span,
  #section04 .intro span {
    display: inline-block;
  }

  #section04 .trTitle span:before {
    content: " ";
    margin-left: 12px;
  }

  #section04 .intro span:before {
    content: " ";
    margin-left: 6px;
  }

  #section04 .intro {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }

  #section04 .btnWrap {
    display: inline-block;
    margin: 35px auto 0;
    width: 100%;
    text-align: center;
  }

  #section03 .main {
    padding: 70px 0;
  }

  /* Footer :: */
  .preFooterBar .intro {
    max-width: none;
  }

  .en .preFooterBar .intro .secndLine {
    display: block;
    font-weight: 300;
  }

  footer .col4 {
    float: left;
    margin: 0;
    width: 35%;
  }

  .wrapFooter {
    float: left;
    padding: 60px 0 50px;
    width: 100%;
  }

  footer .openTable_footer.inactive {
    line-height: 20px;
    margin-top: 6px;
  }

  footer .openTable_footer.inactive span {
    display: block;
  }

  .wrapFooter#hours {
    background-size: 20% auto;
    margin-top: -1px;
    padding-bottom: 45px;
  }

  .wrapFooter#copyrights {
    float: none;
    padding: 0;
    max-width: 625px; /* pour offres corpo */
    margin: 0 auto 70px;
    width: 100%;
  }

  .en .wrapFooter#copyrights {
    max-width: 510px;
  }

  footer .subWrap.main {
    padding: 0px;
  }

  footer .subWrap .innerWrap,
  .menupage footer .subWrap .innerWrap,
  .en footer .subWrap .innerWrap,
  .menupage.en footer .subWrap .innerWrap {
    padding: 0px 60px;
  }

  footer #copyrights .innerWrap {
    padding: 0;
  }

  footer #coord .col4:nth-child(2) {
    width: 36%;
  }

  .en footer #coord .col4:nth-child(2) {
    padding-right: 9px;
  }

  footer #coord .col4:nth-child(3) {
    width: 29%;
  }

  footer .innerWrap .col4.lastcol {
    width: 100%;
  }

  #hours .col6 {
    float: left;
    margin-bottom: 0;
    width: 33.333%;
  }

  #hours .col6:nth-child(2) {
    width: 35%;
  }

  #hours .col6:nth-child(3) {
    width: 36%;
  }

  #hours .col6:last-child {
    width: 29%;
  }

  footer .innerWrap .col4.lastcol p:nth-child(4) {
    margin-bottom: 0;
  }

  #copyrights .desktop-menu {
    /* float: left; */
    display: inline-block;
    height: 140px;
    margin-top: 39px;
    width: auto;
  }

  #copyrights .desktop-menu.left {
    max-width: none;
  }

  #copyrights .desktop-menu.left,
  #copyrights .desktop-menu.right {
    max-width: none;
  }

  #copyrights .primaryNav {
    display: inline-block;
    width: auto;
  }

  #copyrights ul {
    display: block;
  }

  #copyrights .desktop-menu.right .primaryNav ul {
    float: none;
  }

  #copyrights .primaryNav li {
    height: 18px;
  }

  #copyrights .desktop-menu.left .primaryNav li:last-child {
    padding-right: 28px;
  }

  #copyrights .desktop-menu.right .primaryNav li:first-child {
    border-left: 1px solid #82c8be;
    padding-left: 28px;
  }

  #copyrights .primaryNav a {
    height: 18px;
    line-height: 18px;
  }

  #copyrights .primaryNav a.social {
    margin-top: 4px;
  }

  #copyrights .brand {
    height: 53px;
    left: 50%;
    margin-left: -50px;
    margin-top: 104px;
    position: absolute;
    width: 100px;
  }
}

/* END/min-width: 720px */

@media only screen and (min-width: 1024px) {
  .desktop-menu {
    display: block;
  }

  .menu-btn {
    display: none;
  }

  .primaryNav a span.nonMobile {
    display: block;
  }

  .primaryNav a span.mobile {
    display: none;
  }

  .wrapHeader {
    height: 87px;
    max-width: 93%;
  }

  header {
    height: 87px;
  }

  .desktop-menu {
    margin-top: 35px;
  }

  .brand {
    height: 44px;
    margin-left: -41px;
    margin-top: -22px;
    width: 82px;
  }

  .primaryNav li,
  .primaryNav li:nth-child(5) {
    padding: 0px 16px;
  }

  .wrapper .primaryNav a {
    font-size: 14px;
  }

  .subWrap.main {
    margin: 0 auto;
    width: auto;
  }

  .trTitle {
    font-size: 40px;
    line-height: 40px;
  }

  .unit {
    margin: 0;
  }

  .unit .pict {
    margin: 0;
    width: 100%;
  }

  .featureContainer {
    margin: 0 auto;
    width: 100%;
  }

  .featureContainer .slides {
    margin: 2.5% 2.5% 0 0 !important;
    width: 31.666% !important;
  }

  .featureContainer .slides:first-child,
  .featureContainer .slides:nth-child(2),
  .featureContainer .slides:nth-child(6),
  .featureContainer .slides:nth-child(7) {
    width: 48.75% !important;
    margin: 2.5% 2.5% 0 0 !important;
  }

  .featureContainer .slides:nth-child(2),
  .featureContainer .slides:nth-child(5),
  .featureContainer .slides:nth-child(7) {
    margin-right: 0 !important;
  }

  .featureContainer .slides:first-child,
  .featureContainer .slides:nth-child(2) {
    margin-top: 0 !important;
  }

  .intro {
    margin: 0 auto 20px;
  }

  #section01 .subWrap .innerWrap {
    top: 13%;
  }

  #section01 .trTitle {
    margin-bottom: 7px;
  }

  #section01 .intro {
    font-size: 24px;
  }

  #section02 .main {
    max-width: 1200px;
    padding: 100px 0;
  }

  #section02 .contentWrap {
    float: none;
    max-width: 100%;
    flex-direction: row;
  }

  #section02 .trTitle {
    float: left;
    margin-top: 0;
  }

  #section02 .intro {
    letter-spacing: 0.02em;
    padding: 0;
    margin-bottom: 50px;
    margin-left: 67px;
    margin-top: 0px;
    /* max-width: 528px; */
  }

  #section02 .refLine {
    float: none;
    margin-top: 0;
    width: 100%;
  }

  #section02 .col3:first-child,
  #section02 .col3 {
    float: left;
    margin-right: 2%;
    max-width: 384px;
    width: 32%;
  }

  #section02 .col3:first-child .unit {
    margin-bottom: 0;
  }

  #section02 .mobileImg {
    display: none;
  }

  #section02 .fullImg {
    display: block;
  }

  #section03 .main {
    padding: 100px 0;
  }

  #section03 .subWrap .innerWrap {
    padding: 0 60px;
  }

  /* footer */
  .footerWrap {
    background: #fff;
  }

  footer {
    background: #000;
    margin: 0 auto;
    width: 100%;
  }

  /* Sticky desktop */
  .wrapFooter {
    float: none;
    padding: 100px 0 135px;
  }

  .wrapFooter#hours {
    background-size: 10% auto;
    float: none;
    padding: 100px 0 100px;
  }

  .wrapFooter#copyrights {
    margin-top: 50px;
    max-width: 720px; /* pour offres corpo */
  }

  .en .wrapFooter#copyrights {
    max-width: 530px;
  }

  footer .subWrap.main,
  footer .subWrap .innerWrap,
  .menupage footer .subWrap .innerWrap,
  .en footer .subWrap .innerWrap,
  .menupage.en footer .subWrap .innerWrap {
    padding: 0px;
  }

  footer .subWrap .wrapFooter#coord .innerWrap,
  footer .subWrap .wrapFooter#hours .innerWrap {
    padding: 0;
    margin: 0 auto;
    margin-left: 150px;
    max-width: 80%;
  }

  footer .refLine {
    margin-left: 0px;
  }

  footer .innerWrap .col4,
  footer .innerWrap .col4:nth-child(2),
  footer #coord .col4:nth-child(2),
  footer #coord .col4:nth-child(3) {
    float: left;
    text-align: left;
    width: 33%;
    margin-left: 60px;
    margin-right: 0px;
    margin: 0;
  }

  footer .innerWrap .col4.lastcol {
    margin-right: 0;
    margin-left: 60px;
    margin-top: 0;
    width: auto;
    margin: 0;
    width: 100%;
  }

  #hours p span span {
    display: block;
  }

  #hours .col6,
  #hours .col6:nth-child(2),
  #hours .col6:nth-child(3),
  #hours .col6:last-child {
    width: 100%;
    width: 33%;
  }

  footer .btn {
    width: 58%;
  }

  footer .col4 p {
    margin-left: 0;
    text-align: left;
  }

  #copyrights .desktop-menu.left,
  #copyrights .desktop-menu {
    height: 19px;
    margin-top: 0;
  }

  #copyrights .desktop-menu.left {
    height: 184px;
  }

  .wrapFooter#copyrights .primaryNav li,
  .wrapFooter#copyrights .primaryNav li:nth-child(5) {
    padding-top: 0;
  }

  #copyrights .primaryNav a.social {
    height: 13px;
    margin-top: 0;
    width: 5px;
  }

  .en #copyrights .desktop-menu.right .primaryNav li:last-child {
    padding-right: 0px;
  }

  #copyrights .brand {
    height: 69px;
    margin-left: -65px;
    margin-top: 79px;
    width: 130px;
  }

  #copyrights p {
    font-size: 13px;
    letter-spacing: 0.12em;
  }
}

/* /@media min-width: 1024px */

@media only screen and (min-width: 1200px) {
  .wrapHeader {
    height: 138px;
    margin: 0 auto;
    position: relative;
    max-width: 1320px;
    width: 93%;
  }

  header {
    height: 138px;
    margin: 0 auto;
  }

  .desktop-menu {
    margin: 38px 0 0;
    width: 100%;
  }

  .desktop-menu.left {
    float: left;
    max-width: 50%;
  }

  .desktop-menu.right {
    float: right;
    max-width: 50%;
  }

  .primaryNav {
    padding: 0;
  }

  .primaryNav ul {
    width: 1320px;
  }

  .desktop-menu.right .primaryNav ul {
    float: right;
    width: auto;
  }

  .wrapper .primaryNav li,
  .wrapper .primaryNav li:nth-child(5),
  .en .wrapper .primaryNav li,
  .en .wrapper .primaryNav li:nth-child(5) {
    background: none transparent;
    padding: 23px 20px 0;
  }

  .wrapper .primaryNav li:nth-child(3):after {
    display: none;
  }

  .wrapper .primaryNav li:last-child {
    margin: 0;
  }

  .wrapper .primaryNav li.logo {
    padding: 0 205px;
    width: 130px;
  }

  .wrapper .primaryNav a {
    font-size: 18px;
    letter-spacing: 0.056em;
  }

  .brand {
    height: 69px;
    margin-left: -65px;
    margin-top: -35px;
    width: 130px;
    -webkit-transition: background-image 300ms ease-in-out;
    -moz-transition: background-image 300ms ease-in-out;
    -o-transition: background-image 300ms ease-in-out;
    transition: background-image 300ms ease-in-out;
  }

  .brand:hover {
    background: url(img/logo-HR_hover.png) 0 0 no-repeat transparent;
    background-size: 100% auto;
  }

  .primaryNav a.social {
    height: 13px;
    width: 7px;
  }

  .primaryNav a.social i {
    font-size: 12px;
  }

  #section03 .featureContainer {
    max-width: 1200px;
    width: 100%;
  }

  .trTitle {
    font-size: 54px;
    line-height: 52px;
    margin: 0 auto 18px;
  }

  .intro {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.03em;
    margin: 0 auto 20px;
    max-width: 620px;
  }

  .btn {
    font-size: 18px;
    line-height: 73px;
    height: 73px;
    margin-right: 30px;
    width: 274px;
  }

  .btn:last-child {
    line-height: 73px;
  }

  #section01 .intro {
    font-size: 28px;
    line-height: 28px;
  }

  #section02 .main {
    padding: 135px 0 140px;
  }

  #section02 .subWrap .innerWrap {
    padding: 0 32px;
  }

  #section02 .contentWrap {
    margin: 0 auto;
    width: 1061px;
  }

  #section02 .trTitle {
    float: left;
    padding-left: 0px;
  }

  #section02 .trTitle:after {
    height: 6px;
    margin-top: 32px;
    width: 69px;
  }

  #section02 .intro {
    margin-bottom: 80px;
    margin-top: -4px;
    /* max-width: 665px; */
  }

  #section02 .intro p:first-child {
    margin-bottom: 0px;
  }

  #section02 .mobile-img {
    display: none;
  }

  #section02 .col3:first-child {
    margin-left: 0;
  }

  #section04 {
    background-position: center center;
    height: 660px;
    height: 660px;
    margin: 0 auto;

    padding: 0;
  }

  #section04 .main {
    height: 660px;
  }

  #section04 .trTitle {
    display: inline-block;
    margin: 0 auto 15px;
    text-align: center;
    width: 100%;
  }

  #section04 .trTitle span {
    display: inline-block;
  }

  #section04 .trTitle span:before {
    content: " ";
    margin-left: 20px;
  }

  #section04 .intro {
    letter-spacing: 0.03em;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }

  #section04 .btnWrap {
    margin-top: 35px;
  }

  #section03 .main {
    padding: 140px 0;
  }

  /* footer */
  .preFooterBar,
  .en .preFooterBar {
  }

  .preFooterBar .intro,
  .en .preFooterBar .intro {
    font-size: 18px;
    max-width: none;
  }

  .en .preFooterBar .intro .secndLine {
    display: inline;
  }

  footer .subWrap.main {
    margin: 0 auto;
  }

  .wrapFooter {
    padding: 100px 0 120px;
  }

  footer .subWrap .wrapFooter#coord .innerWrap,
  footer .subWrap .wrapFooter#hours .innerWrap {
    margin: 0 auto;
    max-width: 920px;
  }

  footer #coord .col4:nth-child(2) {
    padding-right: 0px;
  }

  footer #coord .col4,
  footer #coord .col4:nth-child(2) {
    width: 363px;
  }

  footer #coord .col4:first-child {
    width: 323px;
  }

  footer #coord .col4:nth-child(3) {
    width: 233px;
  }

  .wrapFooter#copyrights {
    max-width: 935px; /* pour offres corpo */
    margin-top: 80px;
    margin-bottom: 140px;
  }

  .en .wrapFooter#copyrights {
    max-width: 705px;
  }

  #copyrights .brand {
    margin-top: 76px;
  }

  #copyrights .desktop-menu.left .primaryNav li:last-child {
    padding-right: 39px;
  }

  #copyrights .desktop-menu.right .primaryNav li:first-child {
    padding-left: 37px;
  }

  #copyrights .primaryNav ul {
    width: auto;
  }

  #copyrights .primaryNav li {
    height: 20px;
  }

  #copyrights .primaryNav a {
    height: 20px;
    line-height: 20px;
  }

  footer h3 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 27px;
  }

  footer p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 22px;
  }

  #hours .col6 p {
    margin-bottom: 8px;
  }

  footer .col4.lastcol p {
    margin-bottom: 9px;
  }

  footer .openTable_footer,
  footer a {
    font-size: 16px;
    letter-spacing: 0.16em;
  }

  footer .openTable_footer:after {
    margin-top: 1px;
  }
}

/* /@media min-width: 1100px */

@media only screen and (min-width: 1264px) {
  #section02 .subWrap .innerWrap {
    padding: 0;
  }

  #section03 .subWrap .innerWrap {
    padding: 0;
  }

  footer .innerWrap .col4 {
    margin-left: 0;
  }
}

/* /@media min-width: 1264px */

@media only screen and (min-width: 1280px) {
  #section01 {
    margin: 0 auto;
    max-width: 1440px;
  }

  /* When only 1 slide */
  #section01 #slide00 {
    background: url(img/hero/bg_feature00-2x.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #slide01 {
    background: url(img/hero/bg_feature01-2x.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #slide03 {
    background: url(img/hero/Gateaux_Desktop.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #slide02 {
    background: url(img/hero/bg_feature02-2x.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #slide04 {
    background: url(img/hero/Menu-automne2019_Desktop.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #slide05 {
    background: url(img/hero/bg_feature05-2x.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #slide06 {
    background: url(img/hero/bg_feature06-2x.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #slide-brunch {
    background: url(img/hero/Brunch-HERO-Desktop.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #slide-chiffon {
    background: url(img/hero/ChiffonCitron-HERO-Desktop.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #bols-ete {
    background: url(img/hero/Bols-ete-Desktop.jpg) no-repeat center top transparent;
    background-size: cover;
  }
  #section01 #ouverture-terrasse {
    background: url(img/hero/Ouverture-Terrasse-Desktop.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #slide-meres {
    background: url(img/hero/Fetes-des-Meres_Desktop.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #apple-crumble {
    background: url(img/hero/hero-cafe-crumble-desktop_v2.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #automne-2020 {
    background: url(img/hero/menu-automne-2020-Desktop.jpg) no-repeat center top transparent;
    background-size: cover;
    color: #fff;
  }

  #section01 #boite-bbq {
    background: url(img/hero/Boite-BBQ-Desktop.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #boite-repas {
    background: url(img/hero/Boite-Noel-2020-Desktop.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #gateaux-ensemble {
    background: url(img/hero/Gateaux-ensemble-Desktop.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #gateaux-paques {
    background: url(img/hero/gateaux-paques-2021-Desktop.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #offre-corpo {
    background: url(img/hero/offre-corpo-boite-Desktop.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #boite-hiver {
    background: url(img/hero/Boite-HIVER-2021-Desktop-FR-2.jpg) no-repeat center top transparent;
    background-size: cover;
  }
  #section01 #boite-hiver.en {
    background: url(img/hero/Boite-HIVER-2021-Desktop-EN-2.jpg) no-repeat center top transparent;
    background-size: cover;
  }
  #section01 #boite-fdm {
    background: url(img/hero/Boite-FDM-2021-Desktop.jpg) no-repeat center top transparent;
    background-size: cover;
  }
  #section01 #gateau-fdm {
    background: url(img/hero/FDM-gateaux-2021_Desktop.jpg) no-repeat center top transparent;
    background-size: cover;
  }
  #section01 #boite-pizza {
    background: url(img/hero/Boite-PIZZA-2021-Desktop.jpg) no-repeat center top transparent;
    background-size: cover;
  }
  #section01 #boite-fdp {
    background: url(img/hero/Boite-FDP-2021-Desktop.jpg) no-repeat center top transparent;
    background-size: cover;
  }
  #section01 #reopen {
    background: url(img/hero/Reouverture-Cafe-juin2021-Desktop.jpg) no-repeat center top transparent;
    background-size: cover;
  }
  #section01 #fall21 {
    background: url(img/hero/Nouveau-menu-automne2021-Desktop.jpg) no-repeat center top transparent;
    background-size: cover;
  }
  #section01 #gateaux-fetes {
    background: url(img/hero/gateaux-hiver2021-Desktop.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #boite-st-valentin {
    background: url(img/hero/Boite-repas-St-Valentin-Desktop.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #boite-paques {
    background: url(img/hero/Boite-repas-paques-Desktop.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #gateaux-fdm {
    background: url(img/hero/Gateaux-FDM-Desktop.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #menu {
    background: url(img/hero/Menu-automne-Desktop.jpg) no-repeat center top transparent;
    background-size: cover;
  }

  #section01 #gateaux_anniv_group {
    background: url(img/hero/Gateau_anniv_groupe-Desktop.jpg) no-repeat center top transparent;
    background-size: cover;
  }
  #section01 #early_bird {
    background: url(img/hero/Campagne_EarlyBird_Desktop.jpg) no-repeat center top transparent;
    background-size: cover;
  }
  #section01 #hero-1 {
    background: url(img/hero/HERO-1.5-Desktop.jpg) no-repeat center top transparent;
    background-size: cover;
  }
  #section01 #hero-2 {
    background: url(img/hero/HERO-2.9-Desktop.jpg) no-repeat center top transparent;
    background-size: cover;
  }
  #section01 #hero-3 {
    background: url(img/hero/HERO-3.3-Desktop.jpg) no-repeat center top transparent;
    background-size: cover;
  }
  #section01 #hero-4 {
    background: url(img/hero/HERO-4-Desktop.jpg) no-repeat center top transparent;
    background-size: cover;
  }
  #section01 #hero-5 {
    background: url(img/hero/HERO-5.2-Desktop-FR.jpg) no-repeat center top transparent;
    background-size: cover;
  }
  #section01 #hero-5.en {
    background: url(img/hero/HERO-5.2-Desktop-EN.jpg) no-repeat center top;
    background-size: cover;
  }
  #section01 #hero-6 {
    background: url(img/hero/HERO-6.0-Desktop.jpg) no-repeat center top transparent;
    background-size: cover;
  }
  #section01 #hero-7 {
    background: url(img/hero/HERO-7.0-Desktop.jpg) no-repeat center top transparent;
    background-size: cover;
  }
}

/* /@media min-width: 1300px */

@media only screen and (min-width: 1440px) {
  #section01 {
    max-width: 100%;
  }

  #section01 .col {
    height: 800px;
    max-width: 100%;
    padding-top: 0;
  }

  #section02 .contentWrap {
    width: 100%;
  }

  #section02 .intro {
    margin-left: 80px;
    /* max-width: 715px; */
  }

  #section04 {
    height: 760px;
  }
}

/* /@media min-width: 1440px */

@media only screen and (min-width: 1680px) {
  #section01 {
    height: 1000px;
  }

  #section01 .col {
    height: 1000px;
  }

  /* When only 1 slide */
  #section01 #slide00 {
    background: url(img/hero/bg_feature00-wide-2x.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }

  #section01 #slide01 {
    background: url(img/hero/bg_feature01-wide-2x.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }

  #section01 #slide03 {
    background: url(img/hero/Gateaux_Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }

  #section01 #slide02 {
    background: url(img/hero/bg_feature02-wide-2x.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }

  #section01 #slide04 {
    background: url(img/hero/Menu-automne2019_Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }

  #section01 #slide05 {
    background: url(img/hero/bg_feature05-wide-2x.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }

  #section01 #slide06 {
    background: url(img/hero/bg_feature06-wide-2x.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }

  #section01 #slide-brunch {
    background: url(img/hero/Brunch-HERO-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }

  #section01 #slide-chiffon {
    background: url(img/hero/ChiffonCitron-HERO-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }

  #section01 #bols-ete {
    background: url(img/hero/Bols-ete-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #ouverture-terrasse {
    background: url(img/hero/Ouverture-Terrasse-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }

  #section01 #slide-meres {
    background: url(img/hero/Fetes-des-Meres_Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #apple-crumble {
    background: url(img/hero/hero-cafe-crumble-wide_v2.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #automne-2020 {
    background: url(img/hero/menu-automne-2020-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
    color: #fff;
  }
  #section01 #boite-bbq {
    background: url(img/hero/Boite-BBQ-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #boite-repas {
    background: url(img/hero/Boite-Noel-2020-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #gateaux-ensemble {
    background: url(img/hero/Gateaux-ensemble-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #gateaux-paques {
    background: url(img/hero/gateaux-paques-2021-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #offre-corpo {
    background: url(img/hero/offre-corpo-boite-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }

  #section01 #boite-hiver {
    background: url(img/hero/Boite-HIVER-2021-Wide-FR-2.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #boite-hiver.en {
    background: url(img/hero/Boite-HIVER-2021-Wide-EN-2.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #boite-fdm {
    background: url(img/hero/Boite-FDM-2021-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #gateau-fdm {
    background: url(img/hero/FDM-gateaux-2021_Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #boite-pizza {
    background: url(img/hero/Boite-PIZZA-2021-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #boite-fdp {
    background: url(img/hero/Boite-FDP-2021-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #reopen {
    background: url(img/hero/Reouverture-Cafe-juin2021-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #fall21 {
    background: url(img/hero/Nouveau-menu-automne2021-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #gateaux-fetes {
    background: url(img/hero/gateaux-hiver2021-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #boite-st-valentin {
    background: url(img/hero/Boite-repas-St-Valentin-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #boite-paques {
    background: url(img/hero/Boite-repas-paques-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #gateaux-fdm {
    background: url(img/hero/Gateaux-FDM-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #menu {
    background: url(img/hero/Menu-automne-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #gateaux_anniv_group {
    background: url(img/hero/Gateau_anniv_groupe-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #early_bird {
    background: url(img/hero/Campagne_EarlyBird_Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #hero-1 {
    background: url(img/hero/HERO-1.5-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #hero-2 {
    background: url(img/hero/HERO-2.9-Wide.jpg) no-repeat center top transparent;
    background-size: cover;
  }
  #section01 #hero-3 {
    background: url(img/hero/HERO-3.3-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #hero-4 {
    background: url(img/hero/HERO-4-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #hero-5 {
    background: url(img/hero/HERO-5.2-Wide-FR.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #hero-5.en {
    background: url(img/hero/HERO-5.2-Wide-EN.jpg) no-repeat center 95%;
    background-size: cover;
  }
  #section01 #hero-6 {
    background: url(img/hero/HERO-6.0-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #hero-7 {
    background: url(img/hero/HERO-7.0-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }

  #section01 .swiper-container-horizontal > .swiper-pagination,
  .swiper-pagination {
    bottom: 25px;
  }

  #section04 {
    height: 860px;
  }
}

@media only screen and (min-width: 1920px) {
  #section01 {
    height: 1100px;
  }

  #section01 .col {
    height: 1100px;
  }

  /* When only 1 slide */
  #section01 #slide00 {
    background: url(img/hero/bg_feature00-wide-2x.jpg) no-repeat center center transparent;
    background-size: cover;
  }

  #section01 #slide01 {
    background: url(img/hero/bg_feature01-wide-2x.jpg) no-repeat center center transparent;
    background-size: cover;
  }

  #section01 #slide02 {
    background: url(img/hero/bg_feature02-wide-2x.jpg) no-repeat center center transparent;
    background-size: cover;
  }

  #section01 #slide04 {
    background: url(img/hero/Menu-automne2019_Wide.jpg) no-repeat center center transparent;
    background-size: cover;
  }

  #section01 #slide05 {
    background: url(img/hero/bg_feature05-wide-2x.jpg) no-repeat center center transparent;
    background-size: cover;
  }

  #section01 #slide06 {
    background: url(img/hero/bg_feature06-wide-2x.jpg) no-repeat center center transparent;
    background-size: cover;
  }

  #section01 #slide-brunch {
    background: url(img/hero/Brunch-HERO-Wide.jpg) no-repeat center center transparent;
    background-size: cover;
  }

  #section01 #slide-chiffon {
    background: url(img/hero/ChiffonCitron-HERO-Wide.jpg) no-repeat center center transparent;
    background-size: cover;
  }
  #section01 #bols-ete {
    background: url(img/hero/Bols-ete-Wide.jpg) no-repeat center center transparent;
    background-size: cover;
  }
  #section01 #ouverture-terrasse {
    background: url(img/hero/Ouverture-Terrasse-Wide.jpg) no-repeat center center transparent;
    background-size: cover;
  }

  #section01 #slide-meres {
    background: url(img/hero/Fetes-des-Meres_Wide.jpg) no-repeat center center transparent;
    background-size: cover;
  }
  #section01 #apple-crumble {
    background: url(img/hero/hero-cafe-crumble-wide_v2.jpg) no-repeat center center transparent;
    background-size: cover;
  }
  #section01 #boite-bbq {
    background: url(img/hero/Boite-BBQ-Wide.jpg) no-repeat center center transparent;
    background-size: cover;
  }
  #section01 #boite-repas {
    background: url(img/hero/Boite-Noel-2020-Wide.jpg) no-repeat center center transparent;
    background-size: cover;
  }
  #section01 #gateaux-ensemble {
    background: url(img/hero/Gateaux-ensemble-Wide.jpg) no-repeat center center transparent;
    background-size: cover;
  }
  #section01 #gateaux-paques {
    background: url(img/hero/gateaux-paques-2021-Wide.jpg) no-repeat center center transparent;
    background-size: cover;
  }
  #section01 #offre-corpo {
    background: url(img/hero/offre-corpo-boite-Wide.jpg) no-repeat center center transparent;
    background-size: cover;
  }

  #section01 #boite-hiver {
    background: url(img/hero/Boite-HIVER-2021-Wide-FR-2.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #boite-hiver.en {
    background: url(img/hero/Boite-HIVER-2021-Wide-EN-2.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #boite-fdm {
    background: url(img/hero/Boite-FDM-2021-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #gateau-fdm {
    background: url(img/hero/FDM-gateaux-2021_Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #boite-pizza {
    background: url(img/hero/Boite-PIZZA-2021-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #boite-fdp {
    background: url(img/hero/Boite-FDP-2021-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #reopen {
    background: url(img/hero/Reouverture-Cafe-juin2021-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #fall21 {
    background: url(img/hero/Nouveau-menu-automne2021-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #gateaux-fetes {
    background: url(img/hero/gateaux-hiver2021-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #boite-st-valentin {
    background: url(img/hero/Boite-repas-St-Valentin-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #boite-paques {
    background: url(img/hero/Boite-repas-paques-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #gateaux-fdm {
    background: url(img/hero/Gateaux-FDM-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #menu {
    background: url(img/hero/Menu-automne-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #gateaux_anniv_group {
    background: url(img/hero/Gateau_anniv_groupe-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #early_bird {
    background: url(img/hero/Campagne_EarlyBird_Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #hero-1 {
    background: url(img/hero/HERO-1.5-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #hero-2 {
    background: url(img/hero/HERO-2.9-Wide.jpg) no-repeat center top transparent;
    background-size: cover;
  }
  #section01 #hero-3 {
    background: url(img/hero/HERO-3.3-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #hero-4 {
    background: url(img/hero/HERO-4-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #hero-5 {
    background: url(img/hero/HERO-5.2-Wide-FR.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #hero-5.en {
    background: url(img/hero/HERO-5.2-Wide-EN.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #hero-6 {
    background: url(img/hero/HERO-6.0-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }
  #section01 #hero-7 {
    background: url(img/hero/HERO-7.0-Wide.jpg) no-repeat center 95% transparent;
    background-size: cover;
  }

  #section04 {
    height: 920px;
  }
}
@media (max-width: 720px) {
  #section01 #boite-st-valentin .trTitle {
    font-size: 22px;
  }
}

@media only screen and (min-width: 2560px) {
  #section01 {
    height: 1200px;
  }

  #section01 .col {
    height: 1200px;
  }
}

#cakes {
  background-image: url(img/hero/Gateaux_Mobile.jpg);
  background-size: cover;
}

#desserts-fetes .trTitle,
#desserts-fetes .innerWrap p,
#cakes .trTitle,
#cakes .innerWrap p {
  color: #000000;
}

@media only screen and (min-width: 768px) {
  #cakes {
    background-image: url(img/hero/Gateaux_Tablet.jpg);
  }
}

@media only screen and (min-width: 1024px) {
  #cakes {
    background-image: url(img/hero/Gateaux_Desktop.jpg);
  }
}

@media only screen and (min-width: 1920px) {
  #cakes {
    background-image: url(img/hero/Gateaux_Wide.jpg);
  }
}

#valentines {
  background-image: url(img/hero/StValentin-Mobile.jpg);
  background-size: cover;
}

#valentines .trTitle,
#valentines .innerWrap p {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  #valentines {
    background-image: url(img/hero/StValentin-Tablet.jpg);
  }
}

@media only screen and (min-width: 1024px) {
  #valentines {
    background-image: url(img/hero/StValentin-Wide.jpg);
  }
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}

footer .item-list {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

footer .item-list .column-item {
  margin-bottom: 50px;
}

@media screen and (min-width: 720px) {
  footer .item-list {
    flex-direction: row;
  }

  footer .item-list .column-item {
    margin-bottom: 0;
  }
}
