@import url('https://fonts.googleapis.com/css?family=Oswald|Oswald:300|Source+Serif+Pro');

.source {
  font-family: 'Source Serif Pro', serif;
}

.oswald {
  font-family: 'Oswald', sans-serif;
}

.arial {
  font-family: Arial, sans-serif;
}

/* reset css */

* {
  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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
  line-height: 1;
  vertical-align: baseline;
  border: 0;
}

img {
  display: block;
  max-width: 100%;
  line-height: 0;
}

article,
div,
aside,
details,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
  line-height: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

button,
input {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: Georgia, arial, sans-serif;
}

form,
input,
textarea,
button {
  background: none;
  border: 0;
  outline: none;
  -moz-appearance: none;
  border-radius: 0;
}

select {
  background: none;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

.norepeat {
  background-repeat: no-repeat;
}

.repeatx {
  background-repeat: repeat-x;
}

.repeaty {
  background-repeat: repeat-y;
}

.noappearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

body {
  font-family: 'Source Serif Pro', serif;
  color: white;
  background: #f0f0f0;
}

.wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1600px;
}

.hiddenByDefault {
  display: none;
}

#sprite-plyr {
  display: none;
}

.bold {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

a {
  color: #888;
}

.ta-center {
  text-align: center;
}

.ta-right {
  width: 100%;
  text-align: right;
}

.ta-left {
  text-align: left;
}

.insta-img {
 width: 312px;
 height: 312px;
}

.title-01 {
  position: relative;
  padding-bottom: 30px;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

.title-01:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 50px;
  height: 2px;
  background: white;
}

.title-01--black {
  color: #0f0f0f;
}

.title-01--black:after {
  background: #0f0f0f;
}

.title-01--red {
  color: #e20026;
}

.title-01--red:after {
  background: #e20026;
}

.title-02 {
  margin-bottom: 20px;
  color: #e20026;
  text-align: center;
}

.title-03 {
  width: 100%;
  padding: 0 4%;
  font-family: 'Oswald', sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  color: white;
  text-shadow: 0 1px 4px black;
}

.title-04 {
  width: 100%;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.title-05 {
  line-height: 1.2;
  color: #e20026;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.title-06 {
  line-height: 1.2;
  color: #e20026;
  text-align: center;
}

.txt-01 {
  font-size: 15px;
  line-height: 1.2;
  color: #4d4e49;
}

input {
  display: inline-block;
  padding: 7px 10px;
  border-radius: 5px;
  background: white;
}

input[type="submit"] {
  line-height: 1;
  cursor: pointer;
}

button {
  cursor: pointer;
  line-height: 1;
}

select {
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: #3e3e3e;
  text-align: center;
  font-weight: bold;
  background: white;
  border: 1px solid #d0cece;
  border-radius: 3px;
}

textarea {
  padding: 18px;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  color: black;
  background: white;
  border: 1px solid #d0cece;
}

.custom-input {
  position: relative;
}

.custom-input .custom-input-item {
  width: 100%;
  height: 50px;
  padding: 18px 60px 18px 18px;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  color: #6d6e71;
  font-weight: normal;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
}

.custom-input .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  background-color: #e20026;
}

.custom-select-01 {
  position: relative;
  overflow: hidden;
  background-color: white;
}

.custom-select-01 .custom-select-item {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 50px;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  color: #6d6e71;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}

.custom-select-01 .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #e20026;
}

.custom-select-02 {
  position: relative;
  display: inline-block;
  background-color: white;
  border-radius: 3px;
  border: 4px solid #f2f2f2;
}

.custom-select-02 .custom-select-item {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 35px;
  padding-right: 49px;
  padding-left: 14px;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  color: #6d6e71;
  font-weight: normal;
  text-align: left;
  text-transform: none;
  border: 1px solid #c8c8c8;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}

.custom-select-02 .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #e20026;
  border-radius: 0 3px 3px 0;
}

.btn-01 {
  display: inline-block;
  padding: 13px 48px 15px;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  color: white;
  text-transform: uppercase;
  background: #e20026;
  border-radius: 6px;
}

.mediatqPage .btn-01 {
  padding: 13px 15px 15px;
}

.btn-02 {
  position: relative;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  color: white;
  text-transform: uppercase;
  border: 1px solid white;
  border-radius: 5px;
}

.btn-02 .icon {
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  vertical-align: top;
  margin-right: 10px;
  font-size: 20px;
}

.btn-03 {
  position: relative;
  display: inline-block;
  padding: 16px 20px 19px 40px;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  color: white;
  text-transform: uppercase;
  border-radius: 5px;
  background: #e20026;
}

.btn-03 .icon {
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  vertical-align: top;
  margin-right: 10px;
  font-size: 20px;
}

.btn-04 {
  display: inline-block;
  padding: 13px;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  color: #e20026;
  text-transform: uppercase;
  background: white;
  border-radius: 4px;
}

/* BACKUP 19/09
.btn-gototop{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  background: black;
  .border-radius(100%);
  .icon{
    position: absolute;
    top: 48%;
    left: 49%;
    .translate(-50%,-50%);
    font-size: 31px;
    color: #e30613;
  }
}
*/

.btn-gototop {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  background: #cba156;
  border-radius: 100%;
}

.btn-gototop .icon {
  position: absolute;
  top: 48%;
  left: 49%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 31px;
  color: white;
}

.notouch .btn-gototop:hover {
  background: #00572c;
}

/*END*/

.icon {
  display: inline-block;
}

.icon:before {
  display: block;
}

.title-icon {
  margin-bottom: 18px;
  text-align: center;
}

[class*="icon-hop"] {
  font-size: 35px;
}

.icon-hopLeft--red {
  color: #e9607c;
}

.icon-hopLeft--grey {
  color: #9f9f9f;
}

.edging-box {
  position: relative;
  display: inline-block;
  padding: 40px 20px;
  background-image: url("../images/background/edging/edging-topleft.png"), url("../images/background/edging/edging-topright.png"), url("../images/background/edging/edging-bottomleft.png"), url("../images/background/edging/edging-bottomright.png");
  background-position: 0 0, 100% 0, 0 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}

.edging-box:before {
  content: '';
  position: absolute;
  top: 38px;
  bottom: 38px;
  left: 0;
  width: 9px;
  background-image: url("../images/background/edging/edging-left.png");
  background-repeat: repeat-y;
}

.edging-box:after {
  content: '';
  position: absolute;
  top: 38px;
  bottom: 38px;
  right: 0;
  width: 9px;
  background-image: url("../images/background/edging/edging-right.png");
  background-repeat: repeat-y;
}

.edging-box .edging-topbottom:before {
  content: '';
  position: absolute;
  top: 0;
  left: 38px;
  right: 38px;
  height: 9px;
  background-image: url("../images/background/edging/edging-top.png");
  background-repeat: repeat-x;
}

.edging-box .edging-topbottom:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 38px;
  right: 38px;
  height: 9px;
  background-image: url("../images/background/edging/edging-bottom.png");
  background-repeat: repeat-x;
}

.edging-box .edging-visual {
  width: 100%;
}

.bg-03 {
  background-image: url("../images/background/bg-hop.jpg");
}

.notouch .img-effect {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: all 0.2s;
}

.notouch .img-effect:hover {
  -webkit-transform: scale(1.005);
  -ms-transform: scale(1.005);
  transform: scale(1.005);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: all 0.2s;
  z-index: 1;
}

.grid01 {
  background-image: url("../images/background/bg-hop.jpg");
}

.grid01-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid01-figure {
  position: relative;
}

.grid01-img {
  display: block;
}

.grid01-figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  font-family: 'Oswald', sans-serif;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.5);
}

.grid02-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid02-list-red {
  background-color: #e20026;
}

.grid02-list-mustard {
  background-color: #cba156;
}

.grid02-item {
  position: relative;
}

.js-grid02-itemClick .grid02-item:not(.grid02-item-bg) {
  cursor: pointer;
}

.grid02-item.active:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

.grid02-item.active .grid02-figcaption {
  z-index: 1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  bottom: auto;
  background: none;
}

.grid02-figure {
  position: relative;
}

.grid02-figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 7px 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}

.grid02-moreinfo {
  display: none;
}

.grid02-item.active .grid02-moreinfo {
  display: block;
  margin-top: 15px;
  line-height: 1.2;
}

.grid02-bg-figcaption {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  padding: 0 5.5%;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 4px black;
}

.grid02-numbers {
  font-weight: 100;
}

.grid02-number {
  display: block;
  font-weight: bold;
}

.grid03-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid03-item {
  text-align: center;
}

.grid03-figure {
  display: inline-block;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -ms-transform: translatez(0);
  transform: translatez(0);
}

/*.bx-controls{
	opacity:0;
	.transition(all .2s ease-in-out);
}
.bx-wrapper:hover .bx-controls{
	opacity:1;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}*/

/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/picto/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

/* PAGER */

.bx-wrapper .bx-pager {
  position: absolute;
  left: 50%;
  bottom: 7.6%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 9px 15px;
  background: rgba(47, 45, 36, 0.5);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  position: relative;
  background: #e20026;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: white;
}

.bx-wrapper .bx-pager.bx-default-pager a.active::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left: 12%;
}

.bx-wrapper .bx-next {
  right: 12%;
}

/*.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}*/

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 61px;
  height: 60px;
  z-index: 5;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/picto/sprite.png) -64px -147px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -61px -158px;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/picto/sprite.png) -61px -180px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -61px -192px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.sprite-sense-11,
.sprite-sense-12,
.sprite-sense-13,
.sprite-sense-14,
.sprite-sense-15,
.sprite-social-fb,
.sprite-social-ig,
.sprite-social-tw,
.sprite-social-fb2,
.sprite-social-tw2,
.sprite-sense-01,
.sprite-sense-02,
.sprite-sense-03,
.sprite-sense-04,
.sprite-slider-left,
.sprite-slider-right {
  display: inline-block;
  max-width: 100%;
  background-image: url("../images/picto/sprite.png");
}

.sprite-sense-11 {
  background-position: 0 0%;
  background-size: 100%;
}

.sprite-sense-12 {
  background-position: 0 8.46056%;
  background-size: 100%;
}

.sprite-sense-13 {
  background-position: 0 16.92112%;
  background-size: 100%;
}

.sprite-sense-14 {
  background-position: 0 25.381679%;
  background-size: 100%;
}

.sprite-sense-15 {
  background-position: 0 33.842239%;
  background-size: 100%;
}

.sprite-social-fb {
  background-position: 0 42.71034%;
  background-size: 111.564626%;
}

.sprite-social-ig {
  background-position: 0 52.2158%;
  background-size: 111.564626%;
}

.sprite-social-tw {
  background-position: 0 61.721259%;
  background-size: 111.564626%;
}

.sprite-social-fb2 {
  background-position: 0 69.139651%;
  background-size: 164%;
}

.sprite-social-tw2 {
  background-position: 0 75.436409%;
  background-size: 164%;
}

.sprite-sense-01 {
  background-position: 0 80.085522%;
  background-size: 195.238095%;
}

.sprite-sense-02 {
  background-position: 0 84.239462%;
  background-size: 195.238095%;
}

.sprite-sense-03 {
  background-position: 0 88.393403%;
  background-size: 195.238095%;
}

.sprite-sense-04 {
  background-position: 0 92.547343%;
  background-size: 195.238095%;
}

.sprite-slider-left {
  background-position: 0 96.289538%;
  background-size: 268.852459%;
}

.sprite-slider-right {
  background-position: 0 100%;
  background-size: 268.852459%;
}

@font-face {
  font-family: "iconFont";
  src: url('../fonts/iconFont.eot');
  src: url('../fonts/iconFont.eot?#iefix') format('eot'), url('../fonts/iconFont.woff2') format('woff2'), url('../fonts/iconFont.woff') format('woff'), url('../fonts/iconFont.ttf') format('truetype'), url('../fonts/iconFont.svg#iconFont') format('svg');
}

.icon:before {
  font-family: "iconFont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
  text-decoration: none;
  text-transform: none;
}

.icon-addfile:before {
  content: "\E001";
}

.icon-arrowTop:before {
  content: "\E002";
}

.icon-blog:before {
  content: "\E003";
}

.icon-btnArrow:before {
  content: "\E004";
}

.icon-cancel:before {
  content: "\E005";
}

.icon-caretdown:before {
  content: "\E006";
}

.icon-clock:before {
  content: "\E007";
}

.icon-contact:before {
  content: "\E008";
}

.icon-customerService:before {
  content: "\E009";
}

.icon-cutlery:before {
  content: "\E00A";
}

.icon-digit00:before {
  content: "\E00B";
}

.icon-digit01:before {
  content: "\E00C";
}

.icon-digit02:before {
  content: "\E00D";
}

.icon-digit03:before {
  content: "\E00E";
}

.icon-digit04:before {
  content: "\E00F";
}

.icon-digit05:before {
  content: "\E010";
}

.icon-digit06:before {
  content: "\E011";
}

.icon-digit07:before {
  content: "\E012";
}

.icon-digit08:before {
  content: "\E013";
}

.icon-digit09:before {
  content: "\E014";
}

.icon-facebook:before {
  content: "\E015";
}

.icon-glass:before {
  content: "\E016";
}

.icon-heart:before {
  content: "\E017";
}

.icon-hopLeft:before {
  content: "\E018";
}

.icon-hopRight:before {
  content: "\E019";
}

.icon-instagram:before {
  content: "\E01A";
}

.icon-joinUs:before {
  content: "\E01B";
}

.icon-logoRibbon:before {
  content: "\E01C";
}

.icon-magniglass:before {
  content: "\E01D";
}

.icon-mouth:before {
  content: "\E01E";
}

.icon-newsletter:before {
  content: "\E01F";
}

.icon-pointer:before {
  content: "\E020";
  /*content: "\E013";*/
}

.icon-tank:before {
  content: "\E021";
}

.icon-theCircle:before {
  content: "\E022";
}

.icon-twitter:before {
  content: "\E023";
}

.icon-user:before {
  content: "\E024";
}

.header {
  position: relative;
  z-index: 10;
  background: #0f0f0f;
}

.header .wrapper {
  max-width: 1280px;
}

.submenu {
  width: 100%;
}

.submenu-item {
  position: relative;
  float: left;
  width: 33%;
  height: 100%;
}

.submenu-find-restaurant {
  background: #e20026;
}

.submenu-thecircle {
  background: #790d16;
}

.submenu-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 15px;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  color: white;
  text-transform: uppercase;
}

.submenu-desc {
  line-height: 1.4;
  letter-spacing: 1px;
}

.submenu-link .icon {
  margin-right: 10px;
  font-size: 30px;
}

.main-nav-item:last-child {
  margin-right: 0;
}

.main-nav-link {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  color: white;
  text-transform: uppercase;
}

.main-logo {
  position: absolute;
  z-index: 1;
}

.display-mobile-menu .main-nav-list {
  display: block;
}

body.intro {
  overflow: hidden;
}

body.intro .popup-layer {
  display: block;
}

body.intro .popup-intro {
  display: block;
}

body.popupage {
  overflow: hidden;
}

body.popupage .popup-layer {
  display: block;
}

body.popupage .popup-age {
  display: block;
}

.popup-intro {
  display: none;
  position: fixed;
  z-index: 20;
}

.popup-logo {
  position: absolute;
  left: 50%;
  z-index: 21;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.popup-content {
  position: relative;
  height: 100%;
  background-color: #000;
}

.popup-languages {
  width: 100%;
  text-align: center;
}

.popup-language {
  display: block;
  margin: 0 20px 30px;
  color: #fff;
  font-weight: bold;
}

.notouch .popup-language:hover {
  color: #ccc;
}

.popup-age {
  display: none;
  position: fixed;
  z-index: 20;
}

.popup-age-title {
  margin-bottom: 20px;
  font-family: 'Oswald', sans-serif;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
}

.popup-age-desc {
  margin-bottom: 15px;
  font-family: 'Source Serif Pro', serif;
  line-height: 1.3;
  text-align: center;
}

.popup-age-form {
  text-align: center;
}

.popup-age-formitem,
.popup-age-submit {
  vertical-align: top;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
}

.popup-age-submit {
  padding: 0 15px;
  color: #e20026;
}

.popup-age-error {
  font-family: 'Oswald', sans-serif;
  line-height: 1.3;
  color: #ff0000;
  text-align: center;
}

.popup-layer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 19;
  background: rgba(167, 137, 83, 0.7);
}

.js-bxslider {
  width: 100%;
  margin: 0 auto;
}

.js-bxslider .slider-text {
  position: absolute;
  padding: 0;
  text-align: left;
}

.section-restaurants {
  background-image: url("../images/background/bg-hop.jpg");
  background-color: #f8f8f8;
}

.localisation-box {
  *zoom: 1;
  position: relative;
  width: 100%;
  max-width: 465px;
  margin: 0 auto;
  background: #dadada;
  border-radius: 6px;
}

.localisation-box:before,
.localisation-box:after {
  display: table;
  content: "";
  line-height: 0;
}

.localisation-box:after {
  clear: both;
}

.localisation-box .icon-pointer {
  color: rgba(0, 0, 0, 0.29);
}

.localisation-input {
  width: 100%;
  height: 50px;
  font-family: 'Source Serif Pro', serif;
  font-size: 15px;
}

.section-services {
  text-align: center;
}

.services-text {
  position: absolute;
  top: 48px;
  left: 0;
}

.services-btn {
  margin-top: 25px;
}

.section-presentation--restaurant {
  background-image: url("../images/background/bg-hop.jpg");
}

.presentation-col {
  position: relative;
}

.presentation-logo {
  margin: 0 auto;
}

.presentation-figcaption {
  position: absolute;
  bottom: 25px;
}

.section-presentation--eating {
  text-align: center;
  background-image: url("../images/background/bg-hop.jpg");
}

.section-presentation--eating .flex {
  margin-bottom: 35px;
}

.section-presentation--events {
  background: black;
}

.presentation-col--community {
  padding: 30px 3% 20px;
  text-align: center;
}

.presentation-community-title {
  font-family: "oswald";
  line-height: 1.15;
  text-transform: uppercase;
  /*@media @mindesktop{
		margin-bottom: 50px;
		font-size: 60px;
	}*/
}

.section-presentation--joinus {
  background: black;
}

.joinus-figcaption {
  padding: 17px 0 10px;
  text-align: center;
  font-size: 30px;
}

/* BACKUP 19/09
.section-seo {
  text-align: center;
  background: #e20026;
}
*/

.section-seo {
  text-align: center;
  color: black;
  background: #dadada;
}

/*END*/

.section-seo .wrapper {
  padding: 30px 3.125% 40px;
}

.seo-text {
  text-align: left;
  line-height: 1.2;
}

.display-seo .seo-text {
  height: auto;
}

.display-seo .seo-text:after {
  display: none;
}

.display-seo .js-display-seo .show {
  display: none;
}

.display-seo .js-display-seo .hide {
  display: inline-block;
}

.section-video .wrapper {
  max-width: 1920px;
}

.section-video .wrapper video {
  width: 100%;
  border: 0;
}

.section-moreabout {
  background: white;
}

.box-welcome {
  text-align: center;
  background: #dadada;
}

.box-welcome-title {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  line-height: 1.1;
  color: #e20026;
  text-transform: uppercase;
}

.box-welcome-text {
  font-family: 'Oswald', sans-serif;
  line-height: 1.3;
  color: #e20026;
}

.box-discover {
  position: relative;
}

.box-discover .btn-discover {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.section-countdown {
  text-align: center;
  background: #e20026;
}

.countdown-col {
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.section-countdown [class*="icon-digit"] {
  font-size: 142px;
}

.countdown-visual {
  margin: 10px auto 20px;
}

.countdown-text {
  line-height: 1.2;
}

.countdown-month {
  display: block;
  margin-top: -15px;
  font-size: 40px;
  text-transform: uppercase;
}

.section-basics {
  text-align: center;
  background-image: url("../images/background/bg-hop.jpg");
}

.section-basics .wrapper {
  padding: 40px 10px;
}

.section-basics .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.basics-col {
  margin-bottom: 25px;
}

.basics-visual {
  display: inline-block;
  margin-bottom: 15px;
}

.basics-name {
  padding: 0 20px 10px 10px;
  font-size: 30px;
  color: #e20026;
}

.section-basics .btn-03 {
  display: inline-block;
}

/*.section-storeloc .col{
	@media @mintablet{
		float: left;
	}
}*/

.storeloc-visual {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.storeloc-visual-desc {
  line-height: 1.4;
}

.restaurant-services-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.restaurant-services-item:last-child {
  margin-bottom: 0;
}

.section-storeloc [class*="sprite-sense"] {
  margin-right: 30px;
  vertical-align: middle;
}

.section-storeloc .btn-discover {
  float: right;
}

.section-collection {
  background: white;
}

.section-collection .wrapper {
  padding: 55px 0 15px;
}

.collection-visual {
  display: block;
  margin: 0 auto;
}

.section-gazette {
  text-align: center;
}

.gazette-title {
  margin-bottom: 25px;
  font-family: 'Oswald', sans-serif;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: bold;
}

.gazette-text {
  margin-bottom: 35px;
  font-family: 'Oswald', sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
}

.section-quality .wrapper {
  padding: 30px 30px 50px;
}

.section-foodlike {
  background: white;
}

.section-foodlike .wrapper {
  padding: 55px 6% 0;
}

.foodlike-title {
  margin-bottom: 15px;
}

.foodlike-hashtags {
  font-size: 30px;
  color: black;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.foodlike-img {
  display: block;
}

.foodlike-figcaption {
  padding: 10px 10px 10px 13px;
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  color: #010101;
  text-align: left;
}

.foodlike-item .icon {
  vertical-align: top;
  font-size: 26px;
}

.section-medias {
  background: white;
  text-align: center;
}

.section-medias .wrapper {
  max-width: 1280px;
}

.logo-houblonnes {
  display: block;
  margin: 0 auto 25px;
}

.medias-hook {
  margin-bottom: 40px;
  color: #1a171b;
}

.medias-menu {
  position: relative;
  display: inline-block;
  border: 1px solid #c4c5c6;
  border-radius: 20px;
}

.medias-menu-title {
  position: absolute;
  display: inline-block;
  padding: 14px 30px;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  color: #1a171b;
  font-weight: bold;
  text-transform: uppercase;
  background: #fecc00;
  border-radius: 20px;
}

.medias-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.medias-link {
  padding-left: 30px;
  padding-right: 30px;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  color: #1a171b;
  text-transform: uppercase;
}

.medias-item:last-child {
  border-right: 0;
}

.medias-item .icon {
  vertical-align: middle;
  margin-right: 15px;
  font-size: 42px;
  color: #de8002;
}

.notouch .medias-link:hover {
  color: white;
  background-color: #de8002;
}

.notouch .medias-link:hover .icon {
  color: white;
}

.medias-item .icon-mouth {
  font-size: 30px;
}

.medias-title {
  position: relative;
}

.medias-allnews {
  position: absolute;
}

.medias-allnews_link {
  font-family: 'Source Serif Pro', serif;
  color: #1a171b;
  font-size: 16px;
  text-transform: none;
}

.medias-iframe {
  width: 100%;
}

.videolist-figcaption {
  color: #1a171b;
  line-height: 1.2;
}

.section-reporters {
  text-align: center;
  background: #fecc00;
}

.section-reporters .wrapper {
  max-width: 1180px;
}

.reporters-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.reporters-item {
  font-size: 16px;
}

.reporters-figure {
  position: relative;
  overflow: hidden;
  padding: 5px;
  border: 2px solid white;
  border-radius: 100%;
}

.reporters-img {
  margin: 0 auto;
  border-radius: 100%;
}

.reporters-figcaption {
  display: none;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 100%;
}

.reporters-figcaption .bold {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.reporters-infos {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1.8;
}

.reporters-item:hover .reporters-figcaption {
  display: block;
}

.reporters-become {
  display: block;
  margin: 0 auto 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid white;
}

.banner-title {
  font-family: 'Oswald', sans-serif;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.franchise-title {
  font-family: 'Oswald', sans-serif;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: 90px 20px;
  font-size: 70px;
}

.col-franchisedesc {
  background: #dadada;
}

.franchise-subtitle .black {
  display: block;
  color: black;
}

.franchise-text {
  line-height: 1.2;
  color: black;
  text-align: justify;
}

.col-franchisecontact {
  background: #e20026;
}

.franchise-form-title {
  font-family: 'Oswald', sans-serif;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
}

.franchise-form-subtitle {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.franchise-formrow {
  display: table;
  width: 100%;
}

.franchise-row-cp,
.franchise-row-town {
  float: left;
}

.franchise-row-cp {
  width: 36%;
  margin-right: 3%;
}

.franchise-row-town {
  width: 61%;
}

.franchise-label {
  width: 100px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}

.franchise-row-region {
  display: block;
}

.franchise-row-region .franchise-label {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-right: 20px;
}

.franchise-input {
  display: table-cell;
  width: 100%;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  border: 1px solid #d0cece;
  border-radius: 0;
}

.franchise-select {
  vertical-align: middle;
  height: 46px;
}

.franchise-lastformrow {
  position: relative;
}

.franchise-form-textarea {
  height: 200px;
}

.franchise-row-validate {
  text-align: right;
}

.franchise-form-validate {
  display: inline-block;
  background: white;
}

.section-implantation {
  background-image: url("../images/background/bg-hop.jpg");
}

.section-implantation .wrapper {
  padding: 45px 0 50px;
}

.implantation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.implantation-figure {
  position: relative;
}

.implantation-img {
  width: 100%;
}

.implantation-figcaption {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.8);
}

.implantation-figure:hover .implantation-figcaption {
  display: block;
}

.implantation-town {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner-figure {
  position: relative;
}

.banner-figcaption {
  position: absolute;
  bottom: 35px;
  left: 0;
  text-align: left;
}

.rdv-cols {
  width: 100%;
}

.rdv-col {
  position: relative;
}

.rdv-subtitle {
  margin-bottom: 25px;
  font-size: 40px;
  text-align: center;
}

.rdv-text {
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
}

.rdv-visual,
.rdv-storylogo {
  display: inline-block;
}

.section-agenda {
  background: #e20026;
}

.section-agenda .wrapper {
  padding: 40px 0 45px;
}

.section-agenda .bx-wrapper {
  width: 100%;
}

.agenda-figure {
  text-align: center;
}

.bx-wrapper .agenda-img {
  display: inline-block;
  margin-bottom: 35px;
}

.agenda-figcaption {
  font-size: 30px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

.section-tasting {
  background: white;
}

.job-nav {
  background: #e20026;
}

.job-nav-anchor {
  position: relative;
  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;
  width: 100%;
  padding: 15px 10px;
  font-family: 'Oswald', sans-serif;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

/* BACKUP 19/09
.notouch .job-nav-anchor:hover {
  color: black;
  border-color: black;
}
*/

.notouch .job-nav-anchor:hover {
  border-color: white;
}

/*END*/

.job-nav-item:first-child .job-nav-anchor:before,
.job-nav-item:last-child .job-nav-anchor:before {
  display: none;
}

/* BACKUP 19/09
.job-nav-item:last-child .job-nav-anchor{
	background: black;
	border-color: black;
}
.notouch .job-nav-item:last-child .job-nav-anchor:hover{
	color: white;
	background: #d1ac62;
	border-color: #d1ac62;
}
*/

.job-nav-item:last-child .job-nav-anchor {
  background: #cba156;
  border-color: #cba156;
}

.notouch .job-nav-item:last-child .job-nav-anchor:hover {
  color: white;
  background: #00572c;
  border-color: #00572c;
}

/*END*/

.job-content {
  background-color: white;
}

.job-content-text {
  line-height: 1.2;
  color: black;
}

.section-values {
  background-image: url("../images/background/bg-hop.jpg");
}

.section-students {
  background-image: url("../images/background/bg-hop-red.jpg");
  background-color: #e20026;
}

.students-text {
  margin: 10px 0 25px;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}

/* BACKUP 19/09
.section-training {
  background: black;
}
*/

.section-training {
  color: black;
  background: #dadada;
}

/*END*/

.section-training .wrapper {
  min-height: 430px;
  padding: 30px 15px;
}

.training-text {
  font-size: 18px;
  line-height: 1.3;
  text-align: justify;
  text-decoration:none;
}

.section-apply {
  padding: 45px 0 20px;
  text-align: center;
  background: white;
}

.section-apply .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.apply-btn,
.btn-gototop {
  margin: 0 15px 15px;
}

/* BACKUP 19/09
.apply-btn {
	display: inline-block;
	padding: 22px 50px;
	.oswald;
	font-size: 25px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	background-color: black;
}
*/

.apply-btn {
  display: inline-block;
  padding: 22px 50px;
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #cba156;
}

.apply-btn:hover {
  background-color: #00572c;
}

/*END*/

.vaebanner-figcaption {
  position: absolute;
  line-height: 1.5;
  font-weight: 100;
}

.vaebanner-title {
  display: block;
  line-height: 1.3;
}

.section-takeaway {
  background-color: #cea75d;
}

.takeaway-title {
  margin-bottom: 20px;
  color: #e20026;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.takeaway-subtitle {
  margin-bottom: 20px;
  color: black;
  text-transform: uppercase;
  text-align: center;
}

.takeaway-desc {
  line-height: 1.2;
  color: black;
}

.section-originalcreation {
  background-image: url("../images/background/bg-hop.jpg");
}

.section-originalcreation .wrapper {
  max-width: 1180px;
  padding: 0 15px;
}

.originalcreation-subtitle {
  line-height: 1.1;
  color: #e20026;
}

.originalcreation-text {
  margin-bottom: 20px;
  line-height: 1.2;
  color: #4c4e49;
  text-align: justify;
}

.originalcreation-text:last-child {
  margin-bottom: 0;
}

.section-organoleptic {
  background-color: white;
}

.section-organoleptic .wrapper {
  max-width: 1180px;
  padding: 0 15px;
}

.organoleptic-content {
  line-height: 1.2;
  color: #4c4e49;
  text-align: justify;
}

.organoleptic-color {
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

.organoleptic-color.active {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 10px 3px black;
  border: 2px solid white;
}

.section-sharebeer {
  padding: 30px 0;
  background-color: #e20026;
}

.section-sharebeer .wrapper {
  max-width: 1180px;
  padding: 0 15px;
  text-align: center;
}

.sharebeer-text {
  line-height: 1.2;
}

.section-pubdish {
  text-align: center;
  background-image: url("../images/background/bg-hop.jpg");
}

.section-pubdish .wrapper {
  max-width: 1180px;
  padding: 0 15px;
}

.pubdish-dishname {
  line-height: 1.2;
  color: #4d4e49;
  font-weight: bold;
}

.pubdish-dishdesc {
  line-height: 1.2;
  color: #4d4e49;
}

.section-flip {
  background-image: url("../images/background/bg-hop.jpg");
}

.section-flip .wrapper {
  padding: 0 15px;
}

.flip-notes {
  color: #4d4e49;
  text-align: justify;
}

/* Pages Postuler */

.page-apply .job-nav-anchor {
  font-size: 18px;
}

.page-apply .job-nav-item:last-child .job-nav-anchor {
  background-color: transparent;
  border-color: transparent;
}

.page-apply .job-nav-item .job-nav-anchor:hover,
.page-apply .job-nav-item:last-child .job-nav-anchor:hover {
  background-color: transparent;
  border-color: white;
}

.page-apply .job-nav-item:last-child .job-nav-anchor::before {
  display: block;
}

.page-apply .job-nav-item.active {
  background-color: #dadada;
}

.page-apply .job-nav-item.active .job-nav-anchor {
  color: #010101;
}

.page-apply .job-nav-item.active .job-nav-anchor:before {
  display: none;
}

.page-apply .job-nav-item.active + .job-nav-item .job-nav-anchor::before {
  display: none;
}

.page-apply hr {
  border: 1px dashed black;
}

.page-apply input[type="text"],
.page-apply input[type="password"] {
  min-width: 50%;
  border: 1px solid #b7b7b7;
}

.page-apply textarea {
  padding: 10px;
}

.page-apply label {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  line-height: 1.3;
  color: black;
}

.section-pageapply {
  padding: 70px 10px 100px;
}

.section-pageapply .wrapper {
  max-width: 1400px;
}

.apply-maintitle {
  margin-bottom: 50px;
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  line-height: 1.3;
  color: black;
}

.apply-subtitle {
  margin-bottom: 20px;
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  line-height: 1.3;
  color: black;
}

.apply-text {
  margin-bottom: 20px;
  font-family: 'Source Serif Pro', serif;
  font-size: 20px;
  line-height: 1.3;
  color: black;
  text-align: justify;
}

.apply-text a {
  color: #444;
  text-decoration: underline;
}

.apply-detail {
  margin-bottom: 20px;
  font-family: 'Source Serif Pro', serif;
  font-size: 15px;
  line-height: 1.3;
  color: black;
}

.job-offer-table {
  margin-bottom: 20px;
}

.job-offer-table td {
  padding: 10px 10px 10px 0;
  font-size: 20px;
  line-height: 1.3;
  color: black;
}

.job-offer-table td:first-child {
  font-weight: bold;
}

.box-validate {
  margin-bottom: 20px;
  text-align: center;
}

.box-validate .btn-01 {
  margin-bottom: 15px;
}

.box-validate-links {
  color: #888;
}

.box-validate-links a {
  display: inline-block;
  margin: 0 10px;
}

.apply-recruit-box {
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 40px 20px 50px;
  text-align: center;
  background-color: white;
  border: 1px solid #a3a3a3;
  border-top-width: 2px;
}

.recruit-title,
.recruit-text {
  font-size: 20px;
  line-height: 1.3;
  color: black;
  font-weight: bold;
}

.recruit-title {
  margin-bottom: 10px;
  padding-bottom: 35px;
  border-bottom: 2px dashed black;
}

.recruit-text {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px dashed black;
}

.apply-select {
  max-width: 100%;
  overflow: auto;
  padding: 10px 10px 15px;
  text-align: left;
  border-color: #b7b7b7;
}

.apply-select option {
  font-family: 'Source Serif Pro', serif;
  line-height: 1.3;
  color: black;
  font-weight: bold;
}

.apply-genericlist {
  margin-bottom: 20px;
}

.apply-genericlist li {
  font-family: 'Source Serif Pro', serif;
  font-size: 20px;
  line-height: 1.3;
  color: black;
  font-weight: bold;
}

.apply-genericlist a {
  color: black;
}

.apply-genericlist-02 {
  margin-bottom: 20px;
}

.apply-genericlist-02 li {
  font-family: 'Source Serif Pro', serif;
  font-size: 20px;
  line-height: 1.3;
  color: black;
}

.apply-genericlist-02 a {
  color: black;
}

.apply-joblist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 2px dashed black;
}

.joblist-name,
.joblist-place,
.joblist-type {
  display: inline-block;
  padding: 10px 10px 10px 0;
  font-family: 'Source Serif Pro', serif;
  font-size: 15px;
  color: black;
}

.apply-joblist-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.apply-joblist-head .joblist-name,
.apply-joblist-head .joblist-place,
.apply-joblist-head .joblist-type {
  font-weight: bold;
  border: none;
}

.joblist-name {
  width: 50%;
}

.joblist-place {
  width: 30%;
}

.joblist-type {
  width: 20%;
}

.joblist-new {
  color: #e20026;
}

.section-social {
  text-align: center;
  background: white;
}

.section-social .wrapper {
  max-width: 1060px;
  padding: 35px 3.125% 50px;
}

.social-col {
  display: inline-block;
}

.social-col [class*="sprite-"] {
  margin-bottom: 20px;
}

.social-iconText {
  color: #0f0f0f;
}

.prefooter {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: #00572c;
}

.prefooter .wrapper {
  max-width: 965px;
}

.info-table {
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.info-table-item {
  padding: 24px 15px;
}

.info-table .icon {
  font-size: 46px;
  color: #9cbbae;
}

.info-table-text {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  color: white;
}

.footer-warning {
  padding: 20px;
  font-size: 15px;
  text-align: center;
  line-height: 1.4;
  background: #00572c;
}

.footer-warning a {
  color: white;
}

.footer-links {
  text-align: center;
  background: black;
}

.footer-links-item {
  display: inline-block;
}

.footer-links-link {
  font-size: 13px;
  color: white;
}

@media only screen and (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }

  .title-01 {
    margin-bottom: 32px;
  }

  .title-02 {
    font-size: 30px;
  }

  .title-04 {
    margin-bottom: 35px;
    padding: 0 10%;
    font-size: 50px;
  }

  .title-06 {
    font-size: 50px;
  }

  select {
    padding: 0 40px;
  }

  .custom-select-01 .custom-select-item {
    padding: 0 60px 0 18px;
  }

  .btn-02 {
    padding: 11px 40px 13px 40px;
  }

  .cols {
    *zoom: 1;
  }

  .cols:before,
  .cols:after {
    display: table;
    content: "";
    line-height: 0;
  }

  .cols:after {
    clear: both;
  }

  .cols > [class*="col2"] {
    float: left;
    width: 44%;
    margin: 0 2%;
  }

  .cols > [class*="col2"]:first-child {
    margin-left: 4%;
  }

  .cols > [class*="col2"]:last-child {
    margin-right: 4%;
  }

  .cols > [class*="col3"] {
    float: left;
    width: 30.33333%;
    margin: 0 1.5%;
  }

  .bg-01 {
    background-image: url("../images/background/bg-01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #cba156;
  }

  .bg-02 {
    background-image: url("../images/background/bg-02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #dadada;
  }

  .grid01 .wrapper {
    padding: 35px 2.5% 30px;
  }

  .grid01-item {
    width: 28.3333333%;
  }

  .grid01-img {
    width: 100%;
  }

  .grid02 .wrapper {
    padding-top: 40px;
  }

  .grid02-item {
    width: 33.33333%;
  }

  .grid02-visual {
    width: 100%;
  }

  .section-agenda .bx-prev {
    left: 10px;
  }

  .section-agenda .bx-next {
    right: 10px;
  }

  .popup-age-title {
    font-size: 30px;
  }

  .popup-age-desc {
    font-size: 18px;
  }

  .popup-age-formitem,
  .popup-age-submit {
    height: 50px;
    margin: 0 4px 20px;
  }

  .popup-age-error {
    font-size: 25px;
  }

  .js-bxslider .slider-text {
    top: 40px;
    left: 55px;
    width: 50%;
  }

  .section-restaurants .wrapper {
    padding: 38px 0 60px;
  }

  .localisation-box {
    padding: 28px 38px 30px 90px;
  }

  .localisation-box .icon-pointer {
    position: absolute;
    top: 28px;
    left: 30px;
    font-size: 45px;
  }

  .localisation-input {
    margin-bottom: 15px;
  }

  .localisation-box .btn-01 {
    float: right;
  }

  .section-services .wrapper {
    padding: 42px 0 50px;
  }

  .section-presentation .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .presentation-col {
    width: 33.333333%;
  }

  .presentation-visual {
    width: 100%;
  }

  .section-presentation--eating .wrapper {
    padding: 40px 0;
  }

  .section-presentation--eating .presentation-col {
    width: 25%;
  }

  .presentation-community-title {
    margin-bottom: 30px;
    font-size: 40px;
  }

  .presentation-col--joinus {
    width: 42%;
  }

  .presentation-col--title {
    width: 16%;
    padding: 7% 2% 0;
  }

  .js-display-seo {
    display: none;
  }

  .section-countdown .wrapper {
    padding: 35px 0 0;
  }

  .countdown-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
  }

  .countdown-col:last-child {
    border-right: 0;
  }

  .countdown-numbers {
    margin: 35px 0 30px;
  }

  .countdown-text {
    font-size: 30px;
  }

  .section-storeloc .wrapper {
    padding: 40px 2.5% 50px;
  }

  .section-storeloc .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .section-storeloc .col-map {
    width: 59%;
    margin-right: 3%;
  }

  .section-storeloc .col-details {
    width: 38%;
  }

  .section-storeloc .col-details-decoration {
    margin-bottom: 40px;
  }

  .section-gazette .wrapper {
    padding: 45px 50px;
  }

  .gazette-col {
    float: left;
  }

  .gazette-visual {
    width: 40%;
    margin-right: 5%;
  }

  .gazette-texts {
    width: 55%;
  }

  .gazette-text {
    font-size: 30px;
  }

  .foodlike-hashtags {
    margin-bottom: 35px;
    font-size: 30px;
  }

  .section-medias .wrapper {
    padding: 45px 20px 65px;
  }

  .medias-hook {
    font-size: 24px;
  }

  .medias-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .medias-allnews {
    right: 0;
    top: 10px;
  }

  .medias-iframe {
    height: 280px;
  }

  .videolist-figcaption {
    padding: 15px 0 10px;
  }

  .section-reporters .wrapper {
    padding: 60px 0 85px;
  }

  .reporters-col {
    float: left;
  }

  .col-reporters {
    width: 50%;
    margin-right: 5%;
  }

  .col-become {
    width: 45%;
  }

  .reporters-item {
    max-width: 165px;
    margin: 0 13px 15px;
  }

  .section-franchise .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .col-franchise {
    width: 50%;
  }

  .implantation-item {
    width: 25%;
  }

  .section-rdv .wrapper {
    padding: 40px 6.25% 45px;
  }

  .rdv-visual,
  .rdv-storylogo {
    margin-left: 20px;
  }

  .section-agenda .bx-wrapper {
    padding: 0 100px;
  }

  .section-tasting .wrapper {
    padding: 60px 5.5% 0;
  }

  .tasting-title {
    margin-bottom: 40px;
  }

  .job-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .job-nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 20%;
  }

  .job-nav-anchor:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 30px;
    width: 4px;
    background: white;
  }

  .section-values .wrapper {
    padding: 40px 4.375% 80px;
  }

  .section-students .wrapper {
    padding: 40px 4.375% 70px;
  }

  .section-training .wrapper {
    background-image: url("../images/visual/training.png");
    background-size: 19.25%;
    background-repeat: no-repeat;
  }

  .vaebanner-figcaption {
    bottom: 180px;
    right: 0;
    width: auto;
    font-size: 52px;
  }

  .vaebanner-title {
    font-size: 70px;
  }

  .section-takeaway .wrapper {
    padding: 40px 2.8125% 30px 4.375%;
  }

  .takeaway-content {
    float: left;
    width: 52%;
  }

  .takeaway-visual {
    float: right;
    width: 45%;
  }

  .section-originalcreation {
    padding: 40px 0 55px;
  }

  .section-originalcreation .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .originalcreation-textcol {
    width: 50%;
    margin-right: 5%;
  }

  .originalcreation-visualcol {
    width: 45%;
  }

  .section-organoleptic {
    padding: 45px 0 35px;
  }

  .section-organoleptic .title-01 {
    margin-bottom: 80px;
  }

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

  .organoleptic-content {
    margin-left: 55px;
  }

  .organoleptic-colours .organoleptic-content {
    margin-left: 36px;
  }

  .organoleptic-colorlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .organoleptic-color {
    margin-left: 19px;
    margin-bottom: 19px;
  }

  .section-sharebeer .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sharebeer-text {
    display: inline-block;
    font-size: 45px;
  }

  .section-sharebeer .sprite-social-fb2 {
    margin: 0 20px 0 30px;
  }

  .section-pubdish {
    padding: 35px 0 65px;
  }

  .pubdish-subtitle {
    margin-bottom: 65px;
  }

  .pubdish-dishdetails {
    margin-bottom: 35px;
  }

  .pubdish-dishname {
    font-size: 25px;
  }

  .pubdish-dishdesc {
    font-size: 20px;
  }

  .section-flip {
    padding: 120px 0 40px;
  }

  .flip-title {
    margin-bottom: 40px;
  }

  .flip-gazette {
    margin-bottom: 40px;
  }

  .flip-notes {
    font-size: 15px;
  }

  .apply-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .apply-form-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }

  .apply-text-box {
    padding-right: 50px;
  }

  .apply-label-col {
    width: 50%;
    padding-right: 15px;
  }

  .apply-input-col {
    width: 50%;
  }

  .apply-select option {
    font-size: 20px;
  }

  .social-text {
    margin-bottom: 25px;
    font-size: 18px;
    color: #0f0f0f;
    line-height: 1.2;
  }

  .social-col {
    margin: 0 5%;
  }

  .social-iconText {
    font-size: 20px;
  }

  .prefooter .wrapper {
    padding: 40px 3.125% 50px;
  }

  .tiny-menu {
    float: left;
    width: 26%;
    margin-top: 24px;
    padding-right: 20px;
  }

  .tiny-menu-item {
    margin-bottom: 15px;
  }

  .tiny-menu-link {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
  }
  
    .text-bdd-link {
    color: white;
	text-decoration: underline;
  }


  .info-table {
    float: left;
    display: table;
    width: 74%;
  }

  .info-table-item {
    display: table-cell;
    width: 25%;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }

  .info-table-item:first-child {
    border-left: 0;
  }

  .info-table .icon {
    margin-bottom: 17px;
  }

  .footer-sublinks {
    display: none;
  }

  .footer-newsletter {
    display: none;
  }

  .footer-links {
    padding: 20px 20px 190px;
  }

  .footer-links-item {
    margin: 0 15px;
  }
}

@media only screen and (min-width: 1280px) {
  .maxtablet-only {
    display: none !important;
  }

  .title-03 {
    font-size: 60px;
  }

  .title-05 {
    font-size: 70px;
  }

  .grid01-item {
    margin: 0 2.5% 50px;
  }

  .grid01-figcaption {
    font-size: 24px;
  }

  .grid02-bg-figcaption {
    font-size: 55px;
  }

  .grid02-number {
    font-size: 110px;
  }

  .grid03-item {
    margin: 0 1% 20px;
  }

  .header .wrapper {
    padding-left: 155px;
  }

  .preheader {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .preheader-links {
    float: left;
    padding-bottom: 4px;
  }

  .preheader-item {
    display: inline-block;
    margin-right: 20px;
  }

  .preheader-link {
    display: inline-block;
    padding: 10px 0 7px;
    font-size: 14px;
    /*color: #6e6e70;*/
    color: #ffffff;
  }

  .preheader-links .icon {
    vertical-align: text-bottom;
    margin-right: 6px;
    font-size: 18px;
  }

  .preheader-social {
    float: right;
    /*padding-right: 25px;*/
    padding-bottom: 4px;
  }

  .preheader-social .icon {
    vertical-align: text-bottom;
    font-size: 18px;
  }

  .subheader {
    height: 58px;
  }

  .submenu {
    float: right;
    max-width: 480px;
    height: 100%;
  }

  .main-nav {
    float: left;
  }

  .main-nav-item {
    display: inline-block;
    margin-right: 30px;
  }

  .main-nav-link {
    padding: 20px 0;
  }

  .main-logo {
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .js-display-menu {
    display: none;
  }

  .popup-intro {
    top: 200px;
    left: 40%;
    width: 20%;
  }

  .popup-logo {
    top: -50px;
    height: 100px;
  }

  .popup-content {
    padding: 70px 10px 50px;
  }

  .popup-language {
    font-size: 30px;
  }

  .popup-age {
    top: 200px;
    left: 30%;
    width: 40%;
  }

  .section-moreabout .wrapper {
    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;
  }

  .box-critizr,
  .box-discover {
    width: 31%;
  }

  .box-welcome {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    width: 38%;
    padding: 45px 30px;
  }

  .box-welcome-title {
    margin-bottom: 40px;
    font-size: 40px;
  }

  .box-welcome-text {
    font-size: 25px;
  }

  .moreabout-visuals {
    width: 100%;
  }

  .section-countdown .wrapper {
    padding: 35px 0 40px;
  }

  .countdown-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    padding: 0 2.5%;
    border-width: 0 5px;
  }

  .countdown-col:first-child {
    border-left: 0;
  }

  .basics-col {
    width: 25%;
  }

  .section-storeloc .col-details-decoration {
    padding: 60px 55px;
  }

  .storeloc-logo {
    margin: 0 auto 20px;
  }

  .storeloc-figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
  }

  .storeloc-visual {
    margin-right: 4%;
  }

  .storeloc-visual-desc {
    font-size: 18px;
  }

  .restaurant-services-item {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .gazette-title {
    padding-top: 50px;
    font-size: 70px;
  }

  .medias-menu {
    padding-left: 150px;
    margin: 0 0 60px 6%;
  }

  .medias-menu-title {
    top: 50%;
    left: -6%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .medias-item {
    border-right: 1px solid #c4c5c6;
  }

  .medias-item:last-child {
    border-radius: 0 20px 20px 0;
    overflow: hidden;
  }

  .medias-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .videolist-item {
    width: 23%;
  }

  .fb-like {
    left: 35px;
  }

  .banner-title {
    padding: 90px 20px;
    font-size: 70px;
  }

  .col-franchise {
    padding: 50px;
  }

  .franchise-subtitle {
    margin-bottom: 25px;
  }

  .franchise-text {
    font-size: 25px;
  }

  .col-franchisecontact {
    width: 50%;
  }

  .franchise-form-title {
    margin-bottom: 40px;
    font-size: 50px;
  }

  .franchise-form-subtitle {
    margin-bottom: 75px;
    font-size: 30px;
  }

  .franchise-formrow {
    margin-bottom: 30px;
  }

  .franchise-label {
    display: table-cell;
    vertical-align: top;
    font-size: 25px;
  }

  .franchise-form-textarea {
    width: 90%;
  }

  .franchise-row-validate {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10%;
  }

  .rdv-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .rdv-col {
    width: 47%;
    padding: 40px 40px 27px;
  }

  .rdv-monthstory .rdv-text {
    margin-bottom: 20px;
  }

  .btn-rdv {
    position: absolute;
    bottom: 60px;
    right: 50px;
  }

  .job-nav-anchor {
    font-size: 25px;
    border-bottom: 4px solid transparent;
  }

  .job-content-text {
    padding: 80px 6.25%;
    font-size: 18px;
  }

  .section-training .wrapper {
    background-position: 70px 30px;
  }

  .training-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-left: 25.625%;
  }

  .training-text {
    /* BACKUP 19/09
		width: 65.65%;
		padding-right: 4.63%;
		*/
    width: 65.65%;
    /*END*/
  }

  .takeaway-title {
    font-size: 60px;
  }

  .takeaway-subtitle {
    font-size: 40px;
  }

  .takeaway-desc {
    font-size: 25px;
  }

  .originalcreation-subtitle {
    margin-bottom: 35px;
    font-size: 26px;
  }

  .originalcreation-text {
    font-size: 18px;
  }

  .organoleptic-content {
    font-size: 18px;
  }

  .apply-text-box {
    width: 83%;
  }

  .apply-recruit-box {
    width: 17%;
  }
}

@media only screen and (min-width: 1600px) {
  .jobs-list .grid02-visual,
  .knowus-list .grid02-visual {
    height: 534px;
  }
}

@media only screen and (max-width: 1279px) {
  .mindesktop-only {
    display: none !important;
  }

  .preheader {
    display: none;
  }

  .submenu {
    height: 45px;
  }

  .main-nav {
    position: relative;
    height: 75px;
  }

  .main-nav-list {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 40px 18px 25px;
    background: #00572c;
  }

  .main-nav-item {
    border-bottom: 1px dashed #669a80;
  }

  .main-nav-item:last-child {
    border: none;
  }

  .main-nav-link {
    padding: 15px 0;
  }

  .main-logo {
    top: 13px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: center;
  }

  .js-display-menu {
    position: absolute;
    top: 50%;
    left: 18px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: inline-block;
    width: 32px;
    padding: 6px 0;
    line-height: 0;
    border-width: 4px 0;
    border-style: solid;
    border-color: white;
  }

  .js-display-menu span {
    display: inline-block;
    width: 100%;
    height: 4px;
    background: white;
  }

  .box-welcome {
    padding: 30px 15px;
  }

  .box-welcome-title {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .box-welcome-text {
    font-size: 15px;
  }

  .basics-col {
    width: 50%;
  }

  .section-storeloc .col-map {
    margin-bottom: 25px;
  }

  .section-storeloc .col-details-decoration {
    padding: 40px 30px;
  }

  .storeloc-logo {
    margin: 0 auto 10px;
  }

  .storeloc-figure {
    margin-bottom: 15px;
  }

  .storeloc-visual {
    margin: 0 auto 10px;
  }

  .storeloc-visual-desc {
    font-size: 14px;
  }

  .restaurant-services-item {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .medias-hook {
    font-size: 20px;
  }

  .medias-menu {
    margin-bottom: 30px;
    padding: 35px 15px 0;
  }

  .medias-menu-title {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .medias-link {
    text-align: left;
  }

  .medias-item .icon {
    width: 53px;
    text-align: center;
  }

  .banner-title {
    padding: 60px 20px;
    font-size: 40px;
  }

  .col-franchise {
    padding: 20px 15px;
  }

  .franchise-subtitle {
    margin-bottom: 18px;
  }

  .franchise-text {
    font-size: 18px;
  }

  .franchise-form-title {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .franchise-form-subtitle {
    margin-bottom: 45px;
    font-size: 20px;
  }

  .franchise-formrow {
    margin-bottom: 20px;
  }

  .franchise-label {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
  }

  .franchise-form-textarea {
    width: 100%;
    margin-bottom: 20px;
  }

  .rdv-col:first-child {
    margin-bottom: 20px;
  }

  .job-content-text {
    padding: 30px 15px;
    font-size: 15px;
  }

  .training-text {
    margin-bottom: 15px;
  }

  .originalcreation-text {
    font-size: 14px;
  }

  .organoleptic-content {
    font-size: 14px;
  }

  .apply-form-cols {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .mintablet-only {
    display: none !important;
  }

  .title-01 {
    margin-bottom: 22px;
  }

  .title-02 {
    font-size: 26px;
  }

  .title-03 {
    font-size: 23px;
  }

  .title-04 {
    margin-bottom: 25px;
    padding: 0 5%;
    font-size: 25px;
  }

  .title-05 {
    font-size: 30px;
  }

  .title-06 {
    font-size: 30px;
  }

.insta-img {
 width: 150px;
 height: 150px;
}

  select {
    padding: 0 20px;
  }

  .btn-02 {
    padding: 11px 20px 13px 40px;
  }

  .cols > [class*="col2"],
  .cols > [class*="col3"] {
    margin-bottom: 35px;
  }

  .cols > [class*="col2"]:last-child,
  .cols > [class*="col3"]:last-child {
    margin-bottom: 0;
  }

  .bg-01 {
    background-color: #cba156;
  }

  .bg-02 {
    background-color: #dadada;
  }

  .grid01 .wrapper {
    padding: 20px 15px;
  }

  .grid01-item {
    width: 49%;
    margin-bottom: 15px;
    line-height: 0;
  }

  .grid01-item:nth-child(odd) {
    margin-right: 2%;
  }

  .grid01-figure {
    display: inline-block;
  }

  .grid01-figcaption {
    font-size: 15px;
  }

  .grid02 .wrapper {
    padding-top: 30px;
  }

  .grid02-item {
    width: 50%;
    line-height: 0;
  }

  .grid02-figure {
    display: inline-block;
  }

  .grid02-bg-figcaption {
    font-size: 21px;
  }

  .grid02-number {
    font-size: 40px;
  }

  .grid03-item {
    width: 49%;
    margin-bottom: 10px;
  }

  .grid03-item:nth-child(odd) {
    margin-right: 2%;
  }

  .bx-wrapper img {
    width: 100%;
  }

  .section-agenda .bx-prev {
    left: 5px;
  }

  .section-agenda .bx-next {
    right: 5px;
  }

  .bx-wrapper .bx-controls-direction {
    display: none;
  }

  .bx-wrapper .bx-controls-direction a {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .popup-intro {
    top: 100px;
    left: 10%;
    width: 80%;
  }

  .popup-logo {
    top: -20px;
    height: 100px;
  }

  .popup-content {
    padding: 125px 20px 35px;
  }

  .popup-language {
    font-size: 16px;
  }

  .popup-age {
    top: 100px;
    left: 10%;
    width: 80%;
  }

  .popup-age-title {
    font-size: 20px;
  }

  .popup-age-desc {
    font-size: 14px;
  }

  .popup-age-formitem,
  .popup-age-submit {
    height: 35px;
    margin: 0 2px 10px;
  }

  .popup-age-error {
    font-size: 18px;
  }

  .js-bxslider .slider-text {
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    padding: 0 15px;
  }

  .section-restaurants .wrapper {
    padding: 26px 10px 40px;
    text-align: center;
  }

  .localisation-box {
    padding: 15px 10px 27px;
  }

  .localisation-box .icon-pointer {
    margin-bottom: 15px;
    font-size: 41px;
  }

  .localisation-input {
    margin-bottom: 9px;
  }

  .localisation-box .btn-01 {
    display: block;
    width: 100%;
  }

  .section-services .wrapper {
    padding: 33px 10px 39px;
  }

  .presentation-visual {
    margin: 0 auto;
  }

  .section-presentation--eating .wrapper {
    padding: 33px 0;
  }

  .presentation-community-title {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .seo-text {
    position: relative;
    height: 100px;
    overflow: hidden;
    margin-bottom: 15px;
  }

  .seo-text:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: rgba(226, 0, 38, 0.4);
    background-image: linear-gradient(to bottom, transparent, #e20026);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ffe20026', GradientType=0);
  }

  .js-display-seo .hide {
    display: none;
  }

  .moreabout-visuals {
    width: 100%;
  }

  .section-countdown .wrapper {
    padding-top: 25px;
  }

  .countdown-cols {
    padding: 0 15px;
  }

  .countdown-col {
    padding: 25px 2.5%;
    border-width: 5px 0;
  }

  .countdown-col:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .countdown-col:last-child {
    border-bottom: 0;
  }

  .countdown-numbers {
    margin-bottom: 20px;
  }

  .countdown-text {
    font-size: 20px;
  }

  .basics-name {
    padding: 0 20px;
    font-size: 20px;
    color: #e20026;
  }

  .section-storeloc .wrapper {
    padding: 30px 2.5%;
  }

  .section-storeloc .col-details-decoration {
    margin-bottom: 20px;
  }

  .section-gazette .wrapper {
    padding: 25px 15px;
  }

  .gazette-visual {
    margin-bottom: 20px;
  }

  .gazette-title {
    font-size: 30px;
  }

  .gazette-text {
    font-size: 20px;
  }

  .foodlike-hashtags {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .section-medias .wrapper {
    padding: 45px 15px 10px;
  }

  .medias-menu-title {
    width: 70%;
  }

  .medias-item {
    width: 100%;
  }

  .medias-link {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c4c5c6;
  }

  .medias-title {
    margin-bottom: 50px;
  }

  .medias-allnews {
    bottom: -35px;
    right: 0;
    display: block;
  }

  .videolist-figcaption {
    padding: 8px 0 10px;
  }

  .section-reporters .wrapper {
    padding: 30px 10px 40px;
  }

  .col-reporters {
    margin-bottom: 20px;
  }

  .reporters-item {
    max-width: 140px;
    margin: 0 5px 10px;
  }

  .franchise-select {
    width: 100%;
  }

  .implantation-item {
    width: 50%;
  }

  .section-rdv .wrapper {
    padding: 30px 15px;
  }

  .rdv-col {
    text-align: center;
  }

  .tablet-layout {
    margin-bottom: 15px;
  }

  .rdv-text {
    margin-bottom: 20px;
  }

  .section-agenda .bx-wrapper {
    padding: 0 15px;
  }

  .bx-wrapper .agenda-img {
    width: 60%;
  }

  .section-tasting .wrapper {
    padding: 30px 15px;
  }

  .tasting-title {
    margin-bottom: 25px;
  }

  .section-values .wrapper {
    padding: 30px 15px;
  }

  .section-students .wrapper {
    padding: 30px 15px;
  }

  .training-link {
    text-align: center;
  }

  .vaebanner-figcaption {
    bottom: 10%;
    left: 2%;
    width: 96%;
    font-size: 25px;
  }

  .vaebanner-title {
    font-size: 30px;
  }

  .section-takeaway .wrapper {
    padding: 30px 15px;
  }

  .takeaway-visual {
    display: none;
  }

  .takeaway-title {
    font-size: 30px;
  }

  .takeaway-subtitle {
    font-size: 20px;
  }

  .section-originalcreation {
    padding: 25px 0;
  }

  .originalcreation-textcol {
    margin-bottom: 10px;
  }

  .originalcreation-visualcol {
    text-align: center;
  }

  .originalcreation-subtitle {
    margin-bottom: 18px;
    font-size: 20px;
  }

  .section-organoleptic {
    padding: 25px 0;
  }

  .section-organoleptic .title-01 {
    margin-bottom: 30px;
  }

  .organoleptic-item {
    text-align: center;
    margin-bottom: 25px;
  }

  .organoleptic-item [class*="sprite-"] {
    display: inline-block;
    margin-bottom: 15px;
    width: 120px;
  }

  .organoleptic-colours {
    margin-bottom: 11px;
  }

  .organoleptic-colorlist {
    text-align: center;
  }

  .organoleptic-color {
    display: inline-block;
    margin: 0 7px 14px;
  }

  .sharebeer-text {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .section-sharebeer [class*="sprite-"] {
    margin: 0 10px;
  }

  .section-pubdish {
    padding-top: 25px;
  }

  .pubdish-subtitle {
    margin-bottom: 30px;
  }

  .pubdish-dishdetails {
    margin-bottom: 25px;
  }

  .pubdish-dishname {
    font-size: 16px;
  }

  .pubdish-dishdesc {
    font-size: 16px;
  }

  .section-flip {
    padding: 60px 0 25px;
  }

  .flip-title {
    margin-bottom: 25px;
  }

  .flip-gazette {
    margin-bottom: 20px;
  }

  .flip-notes {
    font-size: 12px;
  }

  .apply-recruit-box {
    margin-bottom: 20px;
  }

  .apply-select option {
    font-size: 15px;
  }

  .social-text {
    display: none;
  }

  .social-col {
    float: left;
    width: 29.3333%;
    margin: 0 2%;
  }

  .social-iconText {
    font-size: 18px;
  }

  .prefooter .wrapper {
    padding: 15px 9px 24px;
  }

  .tiny-menu {
    display: none;
  }

  .info-table-item {
    float: left;
    width: 50%;
    height: 140px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }

  .info-table-item:nth-child(-n+2) {
    border-top: none;
  }

  .info-table-item:nth-child(odd) {
    border-left: none;
  }

  .info-table .icon {
    margin-bottom: 12px;
  }

  .footer-sublinks {
    padding: 17px 6px 0;
    text-align: center;
  }

  .footer-sublinks-item {
    display: inline-block;
    margin: 0 15px;
  }

  .footer-sublinks-link {
    font-size: 15px;
    color: white;
  }

  .footer-sublinks-link .icon {
    vertical-align: text-bottom;
    margin-right: 6px;
    font-size: 21px;
  }

  .footer-newsletter {
    padding: 20px 18px 25px;
    background: #00572c;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .newsletter-title {
    margin-bottom: 13px;
    font-size: 20px;
    text-align: center;
  }

  .newsletter-form {
    position: relative;
    height: 50px;
  }

  .newsletter-input {
    width: 100%;
    height: 100%;
    padding: 0 60px 0 25px;
    font-family: 'Source Serif Pro', serif;
    font-size: 15px;
  }

  .newsletter-send {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    line-height: 50px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    background: black;
    border-radius: 0 5px 5px 0;
  }

  .footer-links {
    padding: 15px 10px 18px;
  }

  .footer-links-item {
    margin: 0 10px;
  }
  
      .text-bdd-link {
    color: white;
	text-decoration: underline;
  }

  
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .title-03 {
    font-size: 30px;
  }

  .title-05 {
    font-size: 45px;
  }

  .grid01-item {
    margin: 0 2.5% 30px;
  }

  .grid01-figcaption {
    font-size: 18px;
  }

  .grid02-bg-figcaption {
    font-size: 35px;
  }

  .grid02-number {
    font-size: 70px;
  }

  .grid03-item {
    margin: 0 1% 15px;
  }

  .popup-intro {
    top: 170px;
    left: 30%;
    width: 40%;
  }

  .popup-logo {
    top: -70px;
    height: 100px;
  }

  .popup-content {
    padding: 100px 20px 70px;
  }

  .popup-language {
    font-size: 24px;
  }

  .popup-age {
    top: 100px;
    left: 25%;
    width: 50%;
  }

  .popup-age .content {
    padding: 60px 20px 50px;
  }

  .moreabout-visuals {
    margin: 0 auto;
  }

  .countdown-cols {
    padding: 0 15px 15px;
  }

  .countdown-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding: 2.5%;
  }

  .countdown-col:nth-child(n+3) {
    border-top-width: 10px;
  }

  .countdown-col:nth-child(odd) {
    border-right-width: 5px;
  }

  .countdown-col:nth-child(even) {
    border-left-width: 5px;
  }

  .section-storeloc [class*="sprite-sense"] {
    min-width: 71px;
    max-width: 71px;
  }

  .gazette-title {
    padding-top: 20px;
    font-size: 40px;
  }

  .medias-item {
    position: relative;
    width: 50%;
    margin-bottom: 20px;
  }

  .medias-item:nth-child(odd) {
    border-right: 1px solid #c4c5c6;
  }

  .tablet-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .rdv-text {
    width: 48%;
  }

  .job-nav-anchor {
    font-size: 18px;
  }

  .section-training .wrapper {
    background-position: 15px 30px;
  }

  .training-cols {
    padding-left: 22%;
  }

  .training-text {
    padding-right: 20px;
  }

  .takeaway-title {
    font-size: 40px;
  }

  .takeaway-subtitle {
    font-size: 30px;
  }

  .takeaway-desc {
    font-size: 20px;
  }

  .originalcreation-subtitle {
    margin-bottom: 30px;
    font-size: 25px;
  }

  .apply-text-box {
    width: 75%;
  }

  .apply-recruit-box {
    width: 25%;
  }
}