/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

:root {
  /* gris bleu */
  --main-bg-color: #ae8b69;
  --secondary-bg-color: #bea287;
  --third-bg-color: #bea287;
  --black-bg-color: #262626;
}
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?2g2l5n');
  src:  url('fonts/icomoon.eot?2g2l5n#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?2g2l5n') format('truetype'),
    url('fonts/icomoon.woff?2g2l5n') format('woff'),
    url('fonts/icomoon.svg?2g2l5n#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-picto-default:before {
  content: "\e940";
  color: #fff;
}
.icon-arachide:before {
  content: "\e932";
}
.icon-celeri:before {
  content: "\e933";
}
.icon-crustace:before {
  content: "\e934";
}
.icon-fruit-a-coque:before {
  content: "\e935";
}
.icon-gluten:before {
  content: "\e936";
}
.icon-laitage:before {
  content: "\e937";
}
.icon-lupin:before {
  content: "\e938";
}
.icon-mollusque:before {
  content: "\e939";
}
.icon-moutarde:before {
  content: "\e93a";
}
.icon-oeuf:before {
  content: "\e93b";
}
.icon-sesame:before {
  content: "\e93d";
}
.icon-soja:before {
  content: "\e93e";
}
.icon-sulfite:before {
  content: "\e93f";
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
}
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  font-family: 'Lato', sans-serif;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-size: 1.4rem;
  font-weight: 400;
  /*background: url(img/bg-home.jpg) no-repeat 0px 0px;*/
  background-size: cover;
  padding-bottom: 60px;
  background-image: none !important;
}
#bloc-choose-restau{
  position: fixed;
  width: 100%;
  height: 0px;
  z-index: 11;
  bottom: 0px;
  right: 0px;
  left: 0px;
  overflow: hidden;
  background: none !important
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  background-size: cover;
  overflow: hidden;
}
#bloc-choose-restau:after {
    background: url(img/bg-home.jpg) no-repeat 0px 0px;
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
#bloc-choose-restau.show{
  height: 100%;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
body:after{
  content: "";
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: white;
  z-index: -1;
}
ul{

}
ul li{

}
input[type="submit"]{

}
.wrap-select{

}
.wrap-select select{

}
p{
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  color: var(--black-bg-color);
}
h2{
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 2.5rem;
}
a:hover, a:focus{
  text-decoration: none;
}
.logo{
  width: 123px;
  height: 123px;
  margin: 0 auto;
  margin-top: 75px;
  /*background: var(--main-bg-color);*/
  background-color: rgba(var(--main-bg-color-rgb), 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.home .logo, #bloc-choose-restau .logo{
  width: 280px;
  height: 202px;
  text-align: center;
  margin-bottom: 0px;
}
.logo a, #bloc-choose-restau a{
  text-align: center;
}
.logo img, #bloc-choose-restau img{
  width: 65%;
  height: auto;
  margin: 0 auto;
  padding: 10px;
}
.home .logo img, #bloc-choose-restau .logo img{
  width: 100%;
}
#bloc-choose-restau img{
  width: auto;
  height: auto;
  margin: 0px;
}
#bloc-choose-restau .sticky-bottom .wrap-sticky-bottom.space-between{
  background: transparent;
  display: block;
  height: auto;
  box-shadow: none;
}
.dropdown{
  width: 270px;
  margin: 0 auto;
}
.dropdown button{
  border-radius: 0px;
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  color: var(--black-bg-color);
  width: 100%;
  background: white;
  border: 0px;
  text-align: left;
  padding-left: 15px;
  position: relative;
  margin-bottom: 20px;
}
.dropdown button:after{
  position: absolute;
  top: 10px;
  right: 10px;
  border-top: .7em solid var(--main-bg-color);
  border-right: .7em solid transparent;
  border-bottom: 0;
  border-left: .7em solid transparent;
}
.btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle{
  color: inherit;
  background-color: white;
  border-color: inherit;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus{
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dropdown-menu{
  margin: 1px 0px 0px 0px;
  border-radius: 0px;
  border: 0px;
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  color: var(--black-bg-color);
}
.center{
  width: 270px;
  margin: 0 auto;
}
.center #megolocaliser{
  width: 100%;
  text-align: center;
}
.float--right{
  width: 270px;
  margin: 0 auto;
  text-align: right;
}
#megolocaliser{
  background: var(--secondary-bg-color);
  border-radius: 10px;
  border-color: transparent;
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
button.submit, input[type="submit"]{
  height: 32px;
  border-radius: 40px;
  background: var(--main-bg-color);
  color: white;
  border: 0px;
  height: 32px;
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 32px;
}
button.submit.secondary-color, input[type="submit"].secondary-color{
  background-color: var(--secondary-bg-color);
}
button.submit.third-color, input[type="submit"].third-color{
  background-color: var(--third-bg-color);
}
.sticky-bottom{
  position: absolute;
  bottom: 20px;
  left: 0px;
  right: 0px;
}
.sticky-bottom .wrap-sticky-bottom{
  width: 270px;
  margin: 0 auto;
}
.lang-wrap{
  display: inline-block;
}
.lang-wrap ul{
  list-style: none;
  margin-bottom: 0px;
}
.lang-wrap ul li{
  display: none;
}
.lang-wrap ul li a{
  display: block;
}
.lang-wrap ul li.active{
  display: block;
  position: relative;
}
.lang-wrap ul li.active:after{
  content: "";
  width: 13px;
  height: 7px;
  background: url(img/svg/tri.svg) no-repeat 0px 0px;
  position: absolute;
  top: 20px;
  right: -11px;
}
.lang-wrap ul.open li.active:after{
  transform: rotate(180deg);
}
.sticky-main-title .lang-wrap ul.open li.active:after{
    top: 8px;
}
.lang-wrap ul.open li.active + li{
  display: block;
  position: absolute;
  top: -25px;
}
.lang-wrap ul.open li.active + li + li{
  display: block;
  position: absolute;
  top: -50px;
}
.lang-wrap ul.open li.active + li + li +li{
  display: block;
  position: absolute;
  top: -75px;
}
.lang-wrap ul.open li.active + li + li + li + li{
  display: block;
  position: absolute;
  top: -100px;
}
.sticky-main-title .lang-wrap{
    display: inline-block;
    position: absolute;
    right: 35px;
    top: 20px;
}
.sticky-main-title .lang-wrap ul li{
    width: 25px;
}
.sticky-main-title .lang-wrap ul li img{
  width: 100%;
  height: auto;
}
.sticky-main-title .lang-wrap ul.open li.active + li{
  display: block;
  position: absolute;
  bottom: -17px;
  z-index: 1;
  top: inherit;
}
.sticky-main-title .lang-wrap ul.open li.active + li + li{
  display: block;
  position: absolute;
  bottom: -34px;
  z-index: 1;
  top: inherit;
}
.sticky-bottom .wrap-sticky-bottom.space-between{
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  background: #222222;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
}
.sticky-bottom.white{
  background: transparent;
  width: 100%;
  bottom: 0;
  position: fixed;
  z-index: 9;
}
.sticky-bottom.white .wrap-sticky-bottom{
  width: 100%;
  padding: 0px 10px;
}
.sticky-bottom.white .wrap-sticky-bottom #menu, .sticky-bottom.white .wrap-sticky-bottom #allergnes, .sticky-bottom.white .wrap-sticky-bottom #selection{
  position: relative;
  color: #00253e;
  font-family: 'Lato Condensed', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sticky-bottom.white .wrap-sticky-bottom #menu img, .sticky-bottom.white .wrap-sticky-bottom #allergnes img, .sticky-bottom.white .wrap-sticky-bottom #selection img{
  position: absolute;
  left: 0px;
  top: 5px;
  width: 30px;
  height: auto;
}
.sticky-bottom.white .wrap-sticky-bottom [class^="icon-"], .sticky-bottom.white .wrap-sticky-bottom [class*=" icon-"]{
  position: absolute;
  left: 0px;
  top: 5px;
  width: 30px;
  height: auto;
}
.sticky-bottom.white .wrap-sticky-bottom #menu .icon-menu:before {
    font-size: 5rem;
    line-height: 29px;
    position: relative;
    left: -15px;
}
.sticky-bottom.white .wrap-sticky-bottom #allergnes .icon-warning:before {
    font-size: 5rem;
    line-height: 29px;
    position: relative;
    left: -15px;
}
.sticky-bottom.white .wrap-sticky-bottom #allergnes{
  padding-left: 15px;
  order: 1;
  color: var(--main-bg-color);
}
.sticky-bottom.white .wrap-sticky-bottom #menu{
    padding-left: 27px;
    order: 3;
    color: var(--main-bg-color);
    position: relative;
    width: 120px;
    height: 60px;
    background: url(img/svg/half-cercle.svg) no-repeat 0px 0px;
    display: block;
    padding-left: 0;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    text-transform: none;
    letter-spacing: 0.5px;
}
.sticky-bottom.white .wrap-sticky-bottom #selection{
  padding-left: 34px;
  position: relative;
  order: 5;
  color: white;
  padding-right: 5px;
  text-transform: none;
  letter-spacing: 0.5px;
}
.sticky-bottom.white .wrap-sticky-bottom #selection span{
    position: absolute;
    top: 4px;
    left: 18px;
    width: 20px;
    text-align: center;
    display: block;
    background: white;
    border-radius: 50%;
    height: 20px;
    color: black;
    line-height: 20px;
}
.sticky-bottom.white .wrap-sticky-bottom #selection img{
    top: 12px;
    width: 30px;
    left: -4px;
}
.welcom{
  width: calc(100% - 70px);
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 10px;
  margin-bottom: 23px;
}
.welcom:after{
  content: "";
  display: block;
  position: absolute;
  background-color: var(--main-bg-color);
  opacity: 0.8;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 20px;
}
.welcom .wrap-welcom{
  position: relative;
  z-index: 5;
}
.welcom h2{
  font-family: 'Lato', sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: uppercase;
  color: white;
  line-height: 3rem;
  margin-bottom: 10px;
}
.welcom p{
  color: white;
  font-size: 1.3rem;
  line-height: 1.7rem;
}
.bloc-slider h2{
  color: #222222;
  text-align: center;
  font-size: 2.7rem;
  font-weight: 300;
  margin-bottom: 20px;
}
.wrap-slide{
  position: relative;
  display: inline-block;
  border: 5px solid rgba(255,255,255,0.6);
}
.wrap-slide img{
  display: block;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.wrap-slide .text{
  min-height: 30px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 5px 5px;
  font-family: 'Lato Condensed', sans-serif;
  text-align: center;
  color: white;
  z-index: 1;
}
.wrap-slide .text p{
  color: white;
  font-family: 'Lato Condensed', sans-serif;
  margin-bottom: 0px;
  font-weight: 700;
    line-height: 1.6rem;
    padding-left: 4px;
    padding-right: 4px;
}
.wrap-slide .text:after{
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: var(--main-bg-color);
  z-index: -1;
}
.wrap-slide a{
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  font-size: 0px;
}
#bloc-allergnes{
  background: white;
  position: fixed;
  width: 100%;
  height: 0px;
  z-index: 7;
  bottom: 0px;
  right: 0px;
  left: 0px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  overflow: hidden;
}
#bloc-allergnes *{
  color: #222222;
}
#bloc-allergnes.open{
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  height: calc(100% - 70px);
  overflow-y: auto;
}
.gap-top #bloc-allergnes.open{
  height: calc(100% - 70px);
  padding-bottom: 60px;
}
#bloc-allergnes .wrap-bloc-allergnes{
  padding: 0px 30px;
  text-align: center;
  overflow-y: auto;
}
#bloc-allergnes .wrap-bloc-allergnes > p{
  margin-bottom: 20px;
}
#bloc-allergnes  .center{
    width: 270px;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 20px;
}
#bloc-allergnes h3{
    display: none;
}
#bloc-allergnes h3 img{
  display: inline-block;
  margin-right: 5px;
}
#bloc-allergnes h3 + p{
  margin-bottom: 15px;
}
#bloc-allergnes p{
  color: #222222;
  font-family: 'Lato', sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6rem;
}
#bloc-allergnes p .icon-warning:before{
    content: "\e946";
    color: white;
    font-size: 30px;
    line-height: 10px;
    position: relative;
    top: 7px;
    display: inline-block;
    max-width: 20px;
    right: 5px;
}
#bloc-allergnes p img{
  max-width: 30px;
  height: auto;
}
.list-allergnes{
  margin: 0px -30px;
}
.list-allergnes ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 0px;
}
.list-allergnes ul li{
  width: 33.3%;
  text-align: center;
  display: block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  margin-bottom: 10px;
}
.list-allergnes ul li.selected{
  opacity: 1;
  background: transparent;
}
#bloc-allergnes .list-allergnes ul li.selected span{
  color: var(--main-bg-color);
}
.list-allergnes ul li a{
  text-align: center;
}
.list-allergnes ul li a [class^="icon-"], .list-allergnes ul li a [class*=" icon-"]{
  color: white;
  font-size: 6rem;
}
.list-allergnes ul li img{

}
#bloc-allergnes .list-allergnes ul li p{
  color: white;
  font-family: 'Lato', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  color: #919191;
  text-transform: uppercase;
}
#bloc-allergnes button{
  color: white;
}
#bloc-menu{
  position: fixed;
  width: 100%;
  height: 0px;
  z-index: 7;
  bottom: 0px;
  right: 0px;
  left: 0px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  overflow: hidden;
  padding-top: 22px;
  background: white;
}
#bloc-menu .icon-close, #bloc-selection .icon-close{
    position: absolute;
    top: -26px;
    right: 0px;
    color: var(--main-bg-color);
  font-size: 1rem;
}
#bloc-selection .icon-close{
  top: 2px;
  z-index: 4;
}
#bloc-menu .icon-close:before, #bloc-selection .icon-close:before{
  color: var(--main-bg-color);
  font-size: 3rem;
}
#bloc-menu.open{
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  height: calc(100% - 70px);
}
.gap-top #bloc-menu.open{
  height: calc(100% - 70px);
}
#bloc-menu .wrap-bloc-menu{
  height: 100%;
  position: relative;
}
#bloc-menu .wrap-bloc-menu ul li a:hover > img, #bloc-menu .wrap-bloc-menu ul li a > img.pic-hover, #bloc-menu .wrap-bloc-menu ul li.selected > a > img{
  display: none;
}
#bloc-menu .wrap-bloc-menu ul li a:hover > img.pic-hover, #bloc-menu .wrap-bloc-menu ul li.selected > a > img.pic-hover{
  display: block;
}
#bloc-menu ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    height: 100%;
    background: white;
    width: 100%;
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 5px 60px 5px;
    margin-top: 0;
    flex: 1;
    flex-direction: row;
    justify-content: space-between;
}
#bloc-menu ul >li{
  text-align: center;
  padding-bottom: 5px;
}
#bloc-menu ul >li.col--2{
  width: 50%;
  height: 27%;
  padding: 5px;
}
#bloc-menu ul >li.col-full{
  width: 100%;
  height: 19%;
  padding: 5px;
}
#bloc-menu ul >li:after{
  display: none;
}
#bloc-menu ul > li > a{
    font-family: 'Lato', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    color: var(--third-bg-color);
    text-transform: uppercase;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    line-height: 10px;
    padding-bottom: 5px;
    padding: 0px;
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
    overflow: hidden;
    line-height: 2rem;
}
#bloc-menu ul > li > a:after{
  content: "";
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  pointer-events: none;
  z-index: -1;
}
#bloc-menu ul > li:first-child > a{
  background: url(img/entrees-1.jpg) no-repeat 0px 0px;
  background-size: cover;
}
#bloc-menu ul > li:nth-child(2) > a{
  background: url(img/plats-2.jpg) no-repeat 0px 0px;
  background-size: cover;
}
#bloc-menu ul > li:nth-child(3) > a{
  background: url(img/desserts-3.jpg) no-repeat 0px 0px;
  background-size: cover;
}
#bloc-menu ul > li:nth-child(4) > a{
  background: url(img/bieres-4.jpg) no-repeat 0px 0px;
  background-size: cover;
}
#bloc-menu ul > li:nth-child(5) > a{
  background: url(img/boissons-5.jpg) no-repeat 0px 0px;
  background-size: cover;
}
#bloc-menu ul > li:nth-child(6) > a{
  background: url(img/formules-6.jpg) no-repeat 0px 0px;
  background-size: cover;
}
#bloc-menu ul > li:nth-child(7) > a{
  background: url(img/a-emporter-7.jpg) no-repeat 0px 0px;
  background-size: cover;
}
#bloc-menu ul > li > a > *{
  display: block;
  width: 100%;
  max-width: 60px;
  height: auto;
  margin: 0 auto;
}
#bloc-menu ul > li > a:hover > svg{
  fill: white;
}
#bloc-menu ul > li.selected > a{
  color: white;
}
#bloc-menu ul > li > ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 0px;
  top: 0px;
  left: 33.33%;
  background: transparent;
  /* retour */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  overflow: hidden;
}
#bloc-menu ul > li > ul > li{
  width: 50%;
}
#bloc-menu ul > li > ul > li a{
  background: transparent;
  color: var(--main-bg-color);
}
#bloc-menu ul > li > ul > li a{
  color: #00253e;
}
#bloc-menu ul > li > ul > li.selected a{
  background: var(--secondary-bg-color);
}
#bloc-menu ul > li > ul > li:after{
  display: none;
}
#bloc-menu ul > li.selected ul{
  position: absolute;
  width: 66.66%;
  /* aller */
  -webkit-transition: 0.7s all;
  -o-transition: 0.7s all;
  transition: 0.7s all;
  overflow: auto;
}
#bloc-selection{
  background: rgba(255,255,255,1);
  position: fixed;
  width: 100%;
  height: 0px;
  z-index: 7;
  bottom: 0px;
  right: 0px;
  left: 0px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  overflow: hidden;
}
#bloc-selection.open{
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  height: calc(100% - 70px);
}
#bloc-selection h2{
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
}
#bloc-selection p{
  text-align: center;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.8rem;
    font-size: 1.3rem;
}
.gap-top #bloc-selection.open{
  height: calc(100% - 70px);
  padding-bottom: 65px;
  overflow-y: auto;
}
.gap-top{
  padding-top: 70px;
}
.gap-top .list-products, .gap-top .wrap-img{
  /*margin-top: 32px;*/
}
a.back{
  color: white;
}
a.back:hover{
  color: white;
}
#bloc-selection .back{
  height: 32px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  width: 100%;
  color: white;
  background: var(--main-bg-color);
  font-family: 'Lato', sans-serif;
  font-size: 2rem;
  font-weight: 100;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
a.back{
  width: 14px;
  height: 22px;
  background: url(img/svg/back2.svg) no-repeat 0px 0px;
  position: static;
  top: 21px;
  left: 17px;
  z-index: 7;
  font-size: 0px;
}
#bloc-selection .back img, a.back img, a.back [class^="icon-"]{
  position: absolute;
  top: 2px;
  left: 5px;
  height: 29px;
  width: auto;
}
.visu-title{
  background-size: cover;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  position: relative;
  z-index: 4;
  line-height: 2.4rem;
  font-size: 2rem;
  text-transform: uppercase;
  padding: 0px 15px;
  overflow: hidden;
  height: 80px;
  width: calc(100% - 30px);
  margin-top: 0px;
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 700;
  margin-bottom: 12px;
}
.visu-title:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: -1;
  left:0;
  right:0;
  position: absolute;
}
a.back [class^="icon-"]{
    font-size: 4rem;
    top: -4px;
    left: -1px;
}
#cat-menu{
    display: block;
    padding: 0px 15px;
    margin-bottom: 10px;
}
#cat-menu li{
  width: 70px;
    height: 70px;
    background: #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    margin-right: 10px;
    margin-bottom: 26px;
    position: relative;
}
#cat-menu li a p {
    position: absolute;
    bottom: -23px;
    right: 0;
    left: 0;
    font-size: 1rem;
    margin-bottom: 0;
    text-align: center;
    line-height: 1rem;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#cat-menu li a{
  font-size: 0px;
}
#cat-menu li a span{
  color: #bdbdbd;
  font-size: 4rem;
}
#cat-menu li a span:before{
  color: #bdbdbd;
}
#cat-menu li a.active span{
  color: var(--main-bg-color);
}
#cat-menu li a.active span:before{
  color: var(--main-bg-color);
}
#cat-menu li a.active p{
  color: var(--main-bg-color);
  font-weight: 600;
}
#cat-menu button.slick-prev{

}
#cat-menu button.slick-next{

}
.wrap-recap{
  display: block;
  height: 100%;
  padding-bottom: 34px;
}
.wrap-recap .left-recap{
  width: 100%;
  height: 100%;
  padding-top: 30px;
  background: rgba(255,255,255,0.6);
  overflow: scroll;
}
.wrap-recap .left-recap h3{
  height: 22px;
  min-width: 153px;
  background: var(--main-bg-color);
  color: white;
  padding-right: 15px;
  padding-left: 18px;
  font-family: 'Lato', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0px;
}
.wrap-recap .left-recap ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  margin-bottom: 15px;
}
.wrap-recap .left-recap ul li{
  padding-left: 18px;
  color: var(--main-bg-color);
  font-family: 'Lato', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  padding-right: 15px;
}
.wrap-recap .left-recap ul li{
  color: #00253e;
}
.wrap-recap .left-recap ul a{
  color: var(--main-bg-color);
  font-family: 'Lato', sans-serif;
  font-size: 2rem;
  font-weight: 400;
}
body.lock{
  height: 100%;
  overflow-y: hidden;  
}
.wrap-recap .left-recap ul a{
  color: #00253e;
}
.wrap-bloc-selection{
  height: 100%;
  padding: 0px 15px;
  overflow-y: auto;
}
.wrap-recap .right-recap{
  width: 33.33%;
  height: 100%;
  background: white;
  position: relative;
}
.wrap-recap .right-recap p{
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    -webkit-text-orientation: sideways-right;
            text-orientation: sideways-right;
    font-family: 'Lato', sans-serif;
    font-size: 7.2rem;
    font-weight: 100;
    text-transform: uppercase;
    color: var(--secondary-bg-color-bg-color);
    letter-spacing: 7px;
    text-align: center;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    color: var(--third-bg-color);
    min-height: 627px;
}
.wrap-recap{
  padding-top: 20px;
}
.wrap-recap h3{
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.wrap-recap .removeCart{
  font-size: 0;
  display: inline-block;
  background: url(img/svg/close.svg) no-repeat 0px 0px;
  width: 22px;
  height: 22px;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 1px;
  opacity: 0.6;
}
.wrap-recap ul li .removeCart{
  top: 5px;
}
.wrap-recap ul{
  list-style-type: none;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.wrap-recap ul li{
  font-size: 2rem;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.list-products{
  padding: 0px 15px;
  overflow: hidden;
}
.list-products .wrap-list-products{
  margin-bottom: 15px;
}
.list-products .wrap-list-products .product{
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.list-products .wrap-list-products .product img{
  width: 100%;
  display: block;
  height: auto;
  width: 125px;
  height: auto;
  border-radius: 10px;
  margin-right: 15px;
  float: left;
}
.list-products .wrap-list-products .product p{
  font-size: 1.8rem;
  line-height: 2rem;
  color: #222222;
  line-height: 22px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 10px;
}
@media(max-width: 360px){
  .list-products .wrap-list-products .product p{
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
.list-products .wrap-list-products .product a{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.list-products .wrap-list-products .product p.price{
  color: var(--main-bg-color);
  margin-top: 0px;
}
.list-products .wrap-list-products .product a{
  font-size: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  z-index: 3;
}
.list-products .wrap-list-products .product p:after{
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: var(--main-bg-color);
    opacity: 0.6;
    z-index: -1;
}
.list-products .wrap-list-products .product p{
  margin-bottom: 0px;
}
h1{
    font-family: 'Lato', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background: transparent;
    color: white;
    height: 26px;
    line-height: 2.6rem;
    margin-bottom: 0px;
    top: 0;
    z-index: 2;
    width: auto;
    display: inline-block;
}
.sticky-main-title{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 71px;
  background: white;
  z-index: 7;
  display: flex;
  padding: 0px 15px;
  align-items: center;
  justify-content: center;
}
.sticky-main-title + .back{
    position: fixed;
    z-index: 11;
}
.sticky-main-title button{
  margin-bottom: 0px;
}
.sticky-main-title .dropdown{
  margin-left: 0px;
  margin-right: 0px;
}
.wrap-img{
  position: relative; 
}
.wrap-img{
  width: 100%;
  height: auto;
}
.wrap-img .icon-warning{
  position: absolute;
  top: -14px;
  right: 0px;
  width: auto;
  height: auto;
  padding: 0px;
  color: white;
  font-size: 8rem;
}
.wrap-img .icon-warning:before{
  color: white;
}
.wrap-img .icon-warning-1{
  position: absolute;
  top: -14px;
  right: 0px;
  width: auto;
  height: auto;
  padding: 0px;
  color: white;
  font-size: 8rem;
}
.wrap-img .icon-warning-1:before{
  color: white;
}
.wrap-img .icon-warning-2{
  position: absolute;
  top: -14px;
  right: 0px;
  width: auto;
  height: auto;
  padding: 0px;
  color: red;
  font-size: 8rem;
}
.detail-product{
    background: #383838;
    padding: 15px 15px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0px -4px 7px -3px rgba(0,0,0,0.75);
    z-index: 6;
    margin-top: -20px;
    position: relative;
    height: 100%;
    min-height: 100%;
}
.detail-product h2{
    text-align: left;
    font-size: 2.1rem;
    color: white;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 27px;
    padding: 0px 10px;
    text-transform: none;
    min-height: 45px;
    display: flex;
    align-items: center;
}
.detail-product h2.warning-1{
  background: url(img/svg/warning2.svg) no-repeat top 5px right 5px;
  background-size: 40px;
  padding-right: 54px;
}
.detail-product h2.warning-2{
  background: url(img/svg/warning1.svg) no-repeat top 5px right 5px;
  background-size: 40px;
  padding-right: 54px;
}
.list-products .wrap-list-products .product .picto-allergene{
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    left: inherit;
    top: inherit;
    background-size: 35px;
    position: absolute;
    right: 80px;
    bottom: 2px;
    border-radius: 50%;
    background: transparent;
    z-index: 9;
}
.list-products .wrap-list-products .product .icon-warning-1{
    background: url(img/svg/warning2.svg) no-repeat center center;
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
    border-radius: 50%;
}
.list-products .wrap-list-products .product .icon-warning-2{
    background: url(img/svg/warning1.svg) no-repeat center center;
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
    border-radius: 50%;
    position: static;
}
.tooltip-inner{ 
    font-size: 1.2rem;
    line-height: 12px;
    padding: 7px 0px;
}
.wrap-products{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding: 0px 10px;
}
.wrap-products .left-product{
  width: 65%;
  padding-right: 15px;
  padding-bottom: 10px;
}
.wrap-products .right-product{
  width: 35%;
}
.wrap-products .left-product p{
  font-size: 1.4rem;
  color: white;
  font-weight: 300;
}
.wrap-products .left-product p a{
  color: var(--main-bg-color);
  font-weight: 600;
}
.wrap-products .left-product ul{
  list-style-type: none;
}
.wrap-products .left-product ul li{
  padding-left: 17px;
  position: relative;
  font-size: 1.4rem;
  color: white;
  font-weight: 300;
}
.wrap-products .left-product ul li:before{
    content: "•";
    color: var(--main-bg-color);
    font-size: 1.8rem;
    position: absolute;
    top: 2px;
    left: 1px;
    line-height: 1.6rem;
}
.wrap-products .right-product .price{
    font-family: 'Lato', sans-serif;
    font-size: 3rem;
    font-weight: 900;
    color: white;
    text-align: center;
    line-height: 3rem;
    margin-bottom: 6px;
    margin-bottom: 12px;
}
.wrap-products .right-product .price .centimes{
  font-size: 2.2rem;
  font-weight: 900;
}
.wrap-products .right-product .wrap-select{
  height: 45px;
  width: 100%;
  -webkit-box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.35);
          box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.35);
  position: relative;
}
.wrap-products .right-product .wrap-select:after{
    content: "";
    position: absolute;
    top: 19px;
    right: 7px;
    border-top: .7em solid var(--main-bg-color);
    border-right: .7em solid transparent;
    border-bottom: 0;
    border-left: .7em solid transparent;
    pointer-events: none;
}
.wrap-products .right-product .wrap-select select{
  height: 100%;
  width: 100%;
  border: 0px;
  background: white;
  font-family: 'Lato', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--black-bg-color);
  padding-left: 5px;
  appearance: none;
  -moz-appearance: none;
-webkit-appearance: none;
}
.nav-tabs{
  border-bottom: 0px;
  justify-content: space-around;
}
.nav-tabs .nav-link{
  width: 86px;
  height: 86px;
  font-family: 'Lato Condensed', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  color: var(--black-bg-color);
  padding: 8px 0px;
  background: #e9e9e9;
  border-radius: 20px;
  position: relative;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  border: 0px;
  background: transparent;
}
.nav-tabs .nav-link.active{
  background: #e9e9e9;
}
.nav-tabs .nav-link.active span:first-child{
  color: var(--main-bg-color);
}
.nav-tabs .nav-link [class^="icon-"], .nav-tabs .nav-link [class*=" icon-"]{
  color: #bdbdbd;
}
.tab-content p {
  text-align: center;
}
.tab-content p strong{
  text-transform: uppercase;
  color: white;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  text-align: center;
  display: block;
  margin-bottom: -3px;
  padding-top: 5px;
}
.suggestions > nav{
  margin-bottom: 27px;
}
.tab-content{
  background: var(--main-bg-color);
}
.tab-content .tab-pane{
  padding-bottom: 4px;
  padding-top: 8px;
}
.tab-content ul{
  text-align: center;
  list-style-type: none;
}
.tab-content ul li{
  color: white;
  font-family: 'Lato', sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
}
.tab-content ul li a{
  color: white;
  font-family: 'Lato', sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
}
@media(max-height: 674px){
  .logo{
    margin-top: 15px;
  }
}
@media(max-height: 730px){
  .list-allergnes ul li{
    margin-bottom: 10px;
  }
}
@media(max-height: 680px){
  .list-allergnes ul li{
    margin-bottom: 5px;
  }
  .list-allergnes ul li a [class^="icon-"], .list-allergnes ul li a [class*=" icon-"]{
    font-size: 5rem;
  }
}
@media(max-height: 695px){
  .wrap-recap .right-recap p{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 6.2rem;
  }
}
#bloc-menu .wrap-bloc-menu [class^="icon-"] {
    font-size: 6rem;
}
.nav-tabs a [class^="icon-"], .nav-tabs a [class*=" icon-"]{
    display: block;
    font-size: 6rem;
}
.dropdown-item.active, .dropdown-item:active{
  background-color: var(--third-bg-color);
}
body input, body select { font-size: 100% !important; }
.full-product button{
    border-radius: 40px;
    background: white;
    color: white;
    border: 0px;
    height: 32px;
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 23px;
    margin-bottom: 5px;
    color: var(--secondary-bg-color);
    border: 2px solid var(--secondary-bg-color);
}
.full-product button.desactived{
  opacity: 0.5;
}
.full-product h3{
      margin-bottom: 10px;
    font-size: 2rem;
    font-weight: 700;
    color: white;
}
.wrap-img img{
    width: 100%;
    height: auto;
}
.sf-toolbar{
  display: none !important;
}
.wrap-slide strong{
  position: absolute;
  top: -5px;
  right: 0px;
  width: auto;
  height: auto;
  padding: 0px;
  color: white;
  font-size: 0px;
}
.wrap-slide strong:before{
  content: "\e946";
    /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  font-size: 5rem;
}
#bloc-allergnes h3 img{
  display: none;
}
.wrap-bloc-allergnes h3:before{
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    font-size: 5rem;
    content: "\e946";
    color: white;
    font-size: 6rem;
    line-height: 0px;
    position: relative;
    top: 17px;
    max-width: 51px;
    display: inline-block;
}
.addCart{
    height: 32px;
    border-radius: 40px;
    background: var(--main-bg-color);
    color: white;
    border: 0px;
    height: 32px;
    font-family: 'Lato', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 12px;
    line-height: 23px;
    width: 100%;
    letter-spacing: 1px;
    font-weight: 900;
}
.suggestions.hide{
  display: none;
}
body.product-detail{
  background: #383838 !important;
}
body.product-detail:after{
  display: none !important;
}
.wrap-list-products .icon-warning-2{
    display: block;
    position: absolute;
    top: -3px;
    right: 0px;
    height: 32px;
    width: 41px;
    background: url(img/svg/warning-2.svg) no-repeat 0px 0px;
    background-size: cover;
}
.wrap-list-products .icon-warning{
  position: absolute;
  top: -5px;
  right: -3px;
  color: white;
}
.wrap-list-products .icon-warning:before{
  font-size: 5rem;
  color: white;
}
.wrap-list-products .icon-warning-2 {
    position: absolute;
    top: 9px;
    right: -12px;
    color: white;
}
.wrap-list-products .icon-warning-2:before {
    font-size: 2rem;
    color: white;
}
.product-detail .wrap-img .icon-warning-2{
    top: -23px;
    right: 12px;
}
.product-detail .wrap-img .icon-warning-2:before{
  font-size: 4rem;
  color: white;
}
.wrap-img .icon-warning {
    position: absolute;
    top: -14px;
    right: 0px;
    width: auto;
    height: auto;
    padding: 0px;
    color: white;
    font-size: 8rem;
}
.wrap-bloc-allergnes .icon-warning-2{
  line-height: 23px;
}
.wrap-slider .icon-warning{
    position: absolute;
    top: -4px;
    right: -1px;
    color: white;
    font-size: 4.5rem;
    color: white;
}
.wrap-slider .icon-warning:before{
  color: white;
}
.wrap-slider .icon-warning-2{
    position: absolute;
    top: 9px;
    right: 8px;
    color: white;
    font-size: 2rem;
}
.wrap-products .right-product .price .label-price{
    font-family: 'Lato Condensed', sans-serif;
    font-size: 1.6rem;
    line-height: 1rem;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 8px;
    text-transform: uppercase;
    position: relative;
    top: -4px;
    display: block;
    line-height: 1.6rem;
}
.wrap-products .full-product{
  width: 100%;
}
.wrap-products .full-product .price{
  display: inline-block;
  width: calc(100% - 130px);
      font-family: 'Lato Condensed', sans-serif;
    font-size: 1.6rem;
    line-height: 1rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    top: -3px;
    color: white;
}
.wrap-products .full-product .price .centimes{
  font-size: 1.2rem;
}
.wrap-products .full-product .price + a{
  display: inline-block;
  width: auto;
  min-width: 120px;
  margin-bottom: 10px;
}
.list-products.modeliste{
  background: white;
  margin-top: 50px;
}
.list-products.modeliste .product{
  width: 100%;
  border: 0px !important;
}
.list-products.modeliste .product img{
  display: none;
}
.list-products.modeliste .product p{
    position: static;
    color: black;
    text-align: left;
    padding-left: 10px;
    border-bottom: 1px solid lightgrey;
}
#preview_liste_produit{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    background: white;
}
@media(max-width: 350px){
  .sticky-bottom.white .wrap-sticky-bottom a{
    font-size: 1.2rem !important;
  }
}
.formule_prix{
    height: 60px;
    width: 100%;
    display: flex;
    margin-top: 0px;
    background: #222222;
}
.formule_prix .formule_left{
  flex: 1;
  color: var(--main-bg-color);
  padding-left: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  flex-wrap: wrap;
  background: #222222;
  padding-right: 15px;
}
.formule_prix .prix_right{
  width: 77px;
  background: var(--third-bg-color);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.formule_prix .prix_right p{
  color: white;
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 0;
}
.formule_prix .formule_left p{
  /*color: var(--main-bg-color);*/
  color: #00253e;
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 0;
  line-height: 1.5rem;
  font-weight: bold;
  color: white;
}
.detail-formule-1{
  background: rgba(255,255,255,0.5);
  padding-bottom: 50px;
}
.detail-formule-1 h2{
  font-size: 2rem;
  font-weight: 400;
  /*color: var(--main-bg-color);*/
  color: #00253e;
  padding-left: 10px;
}
.detail-formule-1 h2 [class^="icon-"], .detail-formule-1 h2 [class*=" icon-"] {
  font-size: 3rem;
  color: var(--main-bg-color);
}
.detail-formule-1 a.submit, .detail-formule-2 a.submit, .detail-formule-3 a.submit{
    border-radius: 40px;
    background: var(--main-bg-color);
    color: white;
    border: 0px;
    height: 32px;
    font-family: 'Lato', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 32px;
    font-family: 'Lato Condensed', sans-serif
}
.detail-formule-1 .center, .detail-formule-2 .center, .detail-formule-3 .center {
    position: fixed;
    bottom: 53px;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.6);
    z-index: 4;
    height: 60px;
    width: 100%;
    text-align: center;
    padding-top: 14px;
    padding-left: 5px;
    padding-right: 5px;
}
.detail-formule-1 .wrap-select input[type="radio"]{
  visibility: hidden;
}
.detail-formule-1 .wrap-select input[type="radio"] + label{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.detail-formule-1 .wrap-select input[type="radio"]:checked + label{
  z-index: 10;
  background: url(img/svg/check.svg) no-repeat center center rgba(0,0,0,0.3);
}
.detail-formule-1 .slider .slide{
  position: relative;
}
.detail-formule-1 h2{
  padding-top: 11px;
}
.detail-formule-1 h2 .icon-entrees{
  position: relative;
  top: 3px;
}
.detail-formule-2{
  padding-bottom: 50px;
}
.detail-formule-2, .detail-formule-3{
  background: rgba(255,255,255,0.5);
}
.detail-formule-2 .bloc-formule-2{
    min-height: 120px;
    position: relative;
    padding-left: 134px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    margin-bottom: 14px;
    padding-right: 5px;
}
.detail-formule-3 .bloc-formule-3{
    min-height: 120px;
    position: relative;
    padding-left: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    background: white;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}
.detail-formule-3 .bloc-formule-3 [class^="icon-"], .detail-formule-3 .bloc-formule-3 [class*=" icon-"]{
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 7rem;
}
.detail-formule-2 .bloc-formule-2 img{
  position: absolute;
  width: 120px;
  height: auto;
  top: 0;
  left: 0px;
}
.detail-formule-2 .bloc-formule-2 p{
  font-family: 'Lato Condensed', sans-serif;
  font-weight: 100;
  font-size: 1.5rem;
  color: var(--main-bg-color);
  text-align: left;
  width: 100%;
  margin-bottom: 5px;
  line-height: 2rem;
}
.detail-formule-3 .bloc-formule-3 p{
  width: 100%;
  padding-bottom: 0px;
  margin-bottom: 5px;
}
.detail-formule-2 .bloc-formule-2 p strong{
  font-weight: 400;
}
.wrap-recap .left-recap ul li .removeCart{
  display: inline-block;
  font-size: 0px;
}
.wrap-recap .left-recap ul li .removeCart:after{
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e947";
    font-size: 2rem;
    color: black;
    background: #cecece;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    position: relative;
    top: 1px;
    left: 2px;
    padding: 1px;
}
.detail-formule-1 .wrap-select{
  height: 0;
}
.detail-formule-1 .wrap-select label{
  font-size: 0px;
}
.detail-formule-1 .slider *{
  outline: none !important;
  box-shadow: none !important;
}
.wrap-recap .left-recap h3 + .removeCart{
  display: inline-block;
    font-size: 0px;
}
.wrap-recap .left-recap h3 + .removeCart:after{
      font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e947";
    font-size: 2rem;
    color: black;
    background: #cecece;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    position: relative;
    top: 1px;
    left: 2px;
    padding: 1px;
}
#bloc-choose-restau .logo{
  margin-top: 10px;
}
#bloc-choose-restau .sticky-bottom .wrap-sticky-bottom.space-between{
    width: 100%;
    margin: 0 auto;
    padding: 0px 20px;
}
#bloc-choose-restau:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    z-index: -2;
}
#visuel1{
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
#visuel1{
  max-width: 100%;
  height: auto;
}
.sticky-main-title .lang-wrap ul li.active:after{
    top: 10px;
    right: -18px;
    background-image: url(img/svg/tri-black.svg);
}
.sticky-main-title h1{
  height: auto;
}
.sticky-bottom.white .wrap-sticky-bottom #menu .icon-menu{
    background: url(img/svg/book-menu.svg) no-repeat 0px 0px;
    width: 26px;
    height: 30px;
    position: static;
    margin-right: 5px;
}
.full-product > div {
    height: 32px;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    padding-right: 128px;
}
.wrap-products .full-product .price {
    display: block;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin: auto;
}
.wrap-products .full-product .price + a {
    display: inline-block;
    width: auto;
    min-width: 120px;
    margin-bottom: 10px;
    position: absolute;
    top: 0;
    right: 0;
}
.wrap-products .price + a:hover{
  background: white !important;
  color: var(--main-bg-color) !important;
}
.nav-tabs .nav-link .text{
    font-size: 0.9rem;
    color: white;
    position: absolute;
    bottom: -19px;
    width: 86px;
    text-align: center;
    margin-left: -43px;
}
.tab-content .nav-link{
  padding: 0px;
}
.product > span:first-child{
    height: auto;
    width: 90px;
    height: 90px;
    border-radius: 10px;
    margin-right: 15px;
    float: left;
    background: #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6rem;
    color: #222222;
}
#bloc-selection .wrap-bloc-selection .icon-close{
  font-size: 0;
    display: inline-block;
    background: url(img/svg/close.svg) no-repeat 0px 0px;
    width: 22px;
    height: 22px;
    background-size: cover;
    position: absolute;
    top: 2px;
    right: 15px;
    opacity: 0.6;
}
#bloc-menu .icon-close{
    font-size: 0;
    display: inline-block;
    background: url(img/svg/close.svg) no-repeat 0px 0px;
    width: 22px;
    height: 22px;
    background-size: cover;
    position: absolute;
    top: -22px;
    right: 9px;
    opacity: 0.6;
}
.detail-formule-3 + .center{
      position: fixed;
    bottom: 53px;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.6);
    z-index: 4;
    height: 60px;
    width: 100%;
    text-align: center;
    padding-top: 14px;
    padding-left: 5px;
    padding-right: 5px;
}
.detail-formule-3 + .center a{
  border-radius: 40px;
    background: var(--main-bg-color);
    color: white;
    border: 0px;
    height: 32px;
    font-family: 'Lato', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 32px;
}
.detail-formule-3{
  padding-bottom: 30px;
}
.wrap-products .left-product{
  color: white;
}
#cat-menu .slick-track{
  margin-left: 0px;
  margin-right: 0px;
}
#cat-menu .slick-prev{
  content: "";
  display: block;
    height: 15px;
    width: 11px;
    background: url(img/svg/back2.svg) no-repeat 0px 0px;
    background-size: contain;
     left: 15px;
    margin-top: -12px;
}
#cat-menu .slick-next{
  content: "";
  display: block;
  height: 15px;
  width: 11px;
  background: url(img/svg/back2.svg) no-repeat 0px 0px;
  background-size: contain;
  right: 15px;
  margin-top: -19px;
  transform: rotate(180deg);
}
#cat-menu .slick-prev:before{
  display: none;
}
#cat-menu .slick-next:before{
  display: none;
}
#cat-menu button.slick-prev + .slick-list{
  margin: 0px 8px 0px 15px;
}
@media(max-height: 725px){
  .list-allergnes ul li{
    margin-bottom: 0px;
  }
  #bloc-allergnes .list-allergnes ul li p{
    margin-bottom: 0px;
  }
}
#menuToggle #wrap-menu-lang{
  display: block;
    position: fixed;
    background: #222222;
    top: 68px;
    left: 0;
    width: 100vw;
    padding: 0px;
    z-index: 999999;
    height: 0px;
      transition: 0.25s all;
      overflow: hidden;
}
#menuToggle #wrap-menu-lang .dropdown{
  width: 100%;
}
.sticky-main-title .lang-wrap{

}
.sticky-main-title .lang-wrap + #menuToggle {
    right: inherit;
    left: 46px;
    top: 21px;
}
#menuToggle{
    width: 35px;
    height: 33px;
    position: absolute;
    top: 26px;
    right: 15px;
}
#menuToggle > input{
  font-size: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #00253e;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
  position: relative;
  top: 3px;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}
#menuToggle input:checked ~ div
{
    transform: none;
    height: 68.5px !important;
    transition: 0.25s all !important;
    padding: 20px 10px !important;
    overflow: visible !important;
}
.list-products .wrap-list-products .product .add-basket{
    width: 35px;
    height: 35px;
    background: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(img/svg/more3.svg) no-repeat center center #222;
    position: absolute;
    bottom: 2px;
    left: inherit;
    right: 40px;
    top: inherit;
    border-radius: 50%;
    background-size: 23px;
}
.list-products .wrap-list-products .product .see-detail{
    width: 35px;
    height: 35px;
    background: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(img/svg/see-detail.svg) no-repeat center center #222;
    position: absolute;
    bottom: 2px;
    left: inherit;
    right: 0px;
    top: inherit;
    border-radius: 50%;
    background-size: 23px;
}
#cat-menu button.slick-disabled{
  opacity: 0.3 !important;
}
@media(max-height: 600px){
  #visuel1{
    padding-top: 0px;
  }
}
@media(max-height: 560px){
  #visuel1 img{
    max-width: 200px;
  }
}
@media(max-width: 380px){
  .sticky-bottom.white .wrap-sticky-bottom #selection img{
    margin-left: 3px;
  }
}