/*---------------------------------------------------------------
[Reset]
---------------------------------------------------------------*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
/*---------------------------------------------------------------
[GRILLE]
---------------------------------------------------------------*/
[class*=grid] {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -0.5em;
}
.col,
[class*=col-] {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding: 0 0.5em 1em;
}
.col {
  flex: 1 1 0%;
}
.grid.col,
.grid[class*=col-] {
  margin: 0;
  padding: 0;
}
.container {
  max-width: 1280px;
  width: 92%;
  margin: 0 auto;
}
[class*="grid-1"] > .col,
[class*="grid-1"] > [class*=col-] {
  flex-basis: 100%;
  max-width: 100%;
}
[class*="grid-2"] > .col,
[class*="grid-2"] > [class*=col-] {
  flex-basis: 50%;
  max-width: 50%;
}
[class*="grid-3"] > .col,
[class*="grid-3"] > [class*=col-] {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
[class*="grid-4"] > .col,
[class*="grid-4"] > [class*=col-] {
  flex-basis: 25%;
  max-width: 25%;
}
[class*="grid-5"] > .col,
[class*="grid-5"] > [class*=col-] {
  flex-basis: 20%;
  max-width: 20%;
}
[class*="grid-6"] > .col,
[class*="grid-6"] > [class*=col-] {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
[class*="grid-7"] > .col,
[class*="grid-7"] > [class*=col-] {
  flex-basis: 14.28571429%;
  max-width: 14.28571429%;
}
[class*="grid-8"] > .col,
[class*="grid-8"] > [class*=col-] {
  flex-basis: 12.5%;
  max-width: 12.5%;
}
[class*="grid-9"] > .col,
[class*="grid-9"] > [class*=col-] {
  flex-basis: 11.11111111%;
  max-width: 11.11111111%;
}
[class*="grid-10"] > .col,
[class*="grid-10"] > [class*=col-] {
  flex-basis: 10%;
  max-width: 10%;
}
[class*="grid-11"] > .col,
[class*="grid-11"] > [class*=col-] {
  flex-basis: 9.09090909%;
  max-width: 9.09090909%;
}
[class*="grid-12"] > .col,
[class*="grid-12"] > [class*=col-] {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
[class*=grid] > [class*="col-1"] {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
[class*=grid] > [class*="col-2"] {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
[class*=grid] > [class*="col-3"] {
  flex-basis: 25%;
  max-width: 25%;
}
[class*=grid] > [class*="col-4"] {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
[class*=grid] > [class*="col-5"] {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
[class*=grid] > [class*="col-6"] {
  flex-basis: 50%;
  max-width: 50%;
}
[class*=grid] > [class*="col-7"] {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
[class*=grid] > [class*="col-8"] {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
[class*=grid] > [class*="col-9"] {
  flex-basis: 75%;
  max-width: 75%;
}
[class*=grid] > [class*="col-10"] {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
[class*=grid] > [class*="col-11"] {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
[class*=grid] > [class*="col-12"] {
  flex-basis: 100%;
  max-width: 100%;
}
[class*=grid] > [push-left*="off-0"] {
  margin-left: 0%;
}
[class*=grid] > [push-right*="off-0"] {
  margin-right: 0%;
}
[class*=grid] > [push-left*="off-1"] {
  margin-left: 8.33333333%;
}
[class*=grid] > [push-right*="off-1"] {
  margin-right: 8.33333333%;
}
[class*=grid] > [push-left*="off-2"] {
  margin-left: 16.66666667%;
}
[class*=grid] > [push-right*="off-2"] {
  margin-right: 16.66666667%;
}
[class*=grid] > [push-left*="off-3"] {
  margin-left: 25%;
}
[class*=grid] > [push-right*="off-3"] {
  margin-right: 25%;
}
[class*=grid] > [push-left*="off-4"] {
  margin-left: 33.33333333%;
}
[class*=grid] > [push-right*="off-4"] {
  margin-right: 33.33333333%;
}
[class*=grid] > [push-left*="off-5"] {
  margin-left: 41.66666667%;
}
[class*=grid] > [push-right*="off-5"] {
  margin-right: 41.66666667%;
}
[class*=grid] > [push-left*="off-6"] {
  margin-left: 50%;
}
[class*=grid] > [push-right*="off-6"] {
  margin-right: 50%;
}
[class*=grid] > [push-left*="off-7"] {
  margin-left: 58.33333333%;
}
[class*=grid] > [push-right*="off-7"] {
  margin-right: 58.33333333%;
}
[class*=grid] > [push-left*="off-8"] {
  margin-left: 66.66666667%;
}
[class*=grid] > [push-right*="off-8"] {
  margin-right: 66.66666667%;
}
[class*=grid] > [push-left*="off-9"] {
  margin-left: 75%;
}
[class*=grid] > [push-right*="off-9"] {
  margin-right: 75%;
}
[class*=grid] > [push-left*="off-10"] {
  margin-left: 83.33333333%;
}
[class*=grid] > [push-right*="off-10"] {
  margin-right: 83.33333333%;
}
[class*=grid] > [push-left*="off-11"] {
  margin-left: 91.66666667%;
}
[class*=grid] > [push-right*="off-11"] {
  margin-right: 91.66666667%;
}
@media screen and (max-width: 992px) {
  .container {
    width: 92%;
  }
  .container [class*=grid] > .hidden-md {
    display: none;
  }
  .center-md {
    text-align: center;
  }
  [class*="_md-1"] > .col,
  [class*="_md-1"] > [class*=col-] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_md-2"] > .col,
  [class*="_md-2"] > [class*=col-] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_md-3"] > .col,
  [class*="_md-3"] > [class*=col-] {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  [class*="_md-4"] > .col,
  [class*="_md-4"] > [class*=col-] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_md-5"] > .col,
  [class*="_md-5"] > [class*=col-] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_md-6"] > .col,
  [class*="_md-6"] > [class*=col-] {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*="_md-7"] > .col,
  [class*="_md-7"] > [class*=col-] {
    flex-basis: 14.28571429%;
    max-width: 14.28571429%;
  }
  [class*="_md-8"] > .col,
  [class*="_md-8"] > [class*=col-] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_md-9"] > .col,
  [class*="_md-9"] > [class*=col-] {
    flex-basis: 11.11111111%;
    max-width: 11.11111111%;
  }
  [class*="_md-10"] > .col,
  [class*="_md-10"] > [class*=col-] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_md-11"] > .col,
  [class*="_md-11"] > [class*=col-] {
    flex-basis: 9.09090909%;
    max-width: 9.09090909%;
  }
  [class*="_md-12"] > .col,
  [class*="_md-12"] > [class*=col-] {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  [class*=grid] > [class*="_md-1"] {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  [class*=grid] > [class*="_md-2"] {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*=grid] > [class*="_md-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*=grid] > [class*="_md-4"] {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  [class*=grid] > [class*="_md-5"] {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  [class*=grid] > [class*="_md-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*=grid] > [class*="_md-7"] {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  [class*=grid] > [class*="_md-8"] {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  [class*=grid] > [class*="_md-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*=grid] > [class*="_md-10"] {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  [class*=grid] > [class*="_md-11"] {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  [class*=grid] > [class*="_md-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*=grid] > [push-left*="_md-0"] {
    margin-left: 0%;
  }
  [class*=grid] > [push-right*="_md-0"] {
    margin-right: 0%;
  }
  [class*=grid] > [push-left*="_md-1"] {
    margin-left: 8.33333333%;
  }
  [class*=grid] > [push-right*="_md-1"] {
    margin-right: 8.33333333%;
  }
  [class*=grid] > [push-left*="_md-2"] {
    margin-left: 16.66666667%;
  }
  [class*=grid] > [push-right*="_md-2"] {
    margin-right: 16.66666667%;
  }
  [class*=grid] > [push-left*="_md-3"] {
    margin-left: 25%;
  }
  [class*=grid] > [push-right*="_md-3"] {
    margin-right: 25%;
  }
  [class*=grid] > [push-left*="_md-4"] {
    margin-left: 33.33333333%;
  }
  [class*=grid] > [push-right*="_md-4"] {
    margin-right: 33.33333333%;
  }
  [class*=grid] > [push-left*="_md-5"] {
    margin-left: 41.66666667%;
  }
  [class*=grid] > [push-right*="_md-5"] {
    margin-right: 41.66666667%;
  }
  [class*=grid] > [push-left*="_md-6"] {
    margin-left: 50%;
  }
  [class*=grid] > [push-right*="_md-6"] {
    margin-right: 50%;
  }
  [class*=grid] > [push-left*="_md-7"] {
    margin-left: 58.33333333%;
  }
  [class*=grid] > [push-right*="_md-7"] {
    margin-right: 58.33333333%;
  }
  [class*=grid] > [push-left*="_md-8"] {
    margin-left: 66.66666667%;
  }
  [class*=grid] > [push-right*="_md-8"] {
    margin-right: 66.66666667%;
  }
  [class*=grid] > [push-left*="_md-9"] {
    margin-left: 75%;
  }
  [class*=grid] > [push-right*="_md-9"] {
    margin-right: 75%;
  }
  [class*=grid] > [push-left*="_md-10"] {
    margin-left: 83.33333333%;
  }
  [class*=grid] > [push-right*="_md-10"] {
    margin-right: 83.33333333%;
  }
  [class*=grid] > [push-left*="_md-11"] {
    margin-left: 91.66666667%;
  }
  [class*=grid] > [push-right*="_md-11"] {
    margin-right: 91.66666667%;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 92%;
  }
  .container [class*=grid] > .hidden-sm {
    display: none;
  }
  .center-sm {
    text-align: center;
  }
  [class*="_sm-1"] > .col,
  [class*="_sm-1"] > [class*=col-] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_sm-2"] > .col,
  [class*="_sm-2"] > [class*=col-] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_sm-3"] > .col,
  [class*="_sm-3"] > [class*=col-] {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  [class*="_sm-4"] > .col,
  [class*="_sm-4"] > [class*=col-] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_sm-5"] > .col,
  [class*="_sm-5"] > [class*=col-] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_sm-6"] > .col,
  [class*="_sm-6"] > [class*=col-] {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*="_sm-7"] > .col,
  [class*="_sm-7"] > [class*=col-] {
    flex-basis: 14.28571429%;
    max-width: 14.28571429%;
  }
  [class*="_sm-8"] > .col,
  [class*="_sm-8"] > [class*=col-] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_sm-9"] > .col,
  [class*="_sm-9"] > [class*=col-] {
    flex-basis: 11.11111111%;
    max-width: 11.11111111%;
  }
  [class*="_sm-10"] > .col,
  [class*="_sm-10"] > [class*=col-] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_sm-11"] > .col,
  [class*="_sm-11"] > [class*=col-] {
    flex-basis: 9.09090909%;
    max-width: 9.09090909%;
  }
  [class*="_sm-12"] > .col,
  [class*="_sm-12"] > [class*=col-] {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  [class*=grid] > [class*="_sm-1"] {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  [class*=grid] > [class*="_sm-2"] {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*=grid] > [class*="_sm-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*=grid] > [class*="_sm-4"] {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  [class*=grid] > [class*="_sm-5"] {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  [class*=grid] > [class*="_sm-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*=grid] > [class*="_sm-7"] {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  [class*=grid] > [class*="_sm-8"] {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  [class*=grid] > [class*="_sm-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*=grid] > [class*="_sm-10"] {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  [class*=grid] > [class*="_sm-11"] {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  [class*=grid] > [class*="_sm-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*=grid] > [push-left*="_sm-0"] {
    margin-left: 0%;
  }
  [class*=grid] > [push-right*="_sm-0"] {
    margin-right: 0%;
  }
  [class*=grid] > [push-left*="_sm-1"] {
    margin-left: 8.33333333%;
  }
  [class*=grid] > [push-right*="_sm-1"] {
    margin-right: 8.33333333%;
  }
  [class*=grid] > [push-left*="_sm-2"] {
    margin-left: 16.66666667%;
  }
  [class*=grid] > [push-right*="_sm-2"] {
    margin-right: 16.66666667%;
  }
  [class*=grid] > [push-left*="_sm-3"] {
    margin-left: 25%;
  }
  [class*=grid] > [push-right*="_sm-3"] {
    margin-right: 25%;
  }
  [class*=grid] > [push-left*="_sm-4"] {
    margin-left: 33.33333333%;
  }
  [class*=grid] > [push-right*="_sm-4"] {
    margin-right: 33.33333333%;
  }
  [class*=grid] > [push-left*="_sm-5"] {
    margin-left: 41.66666667%;
  }
  [class*=grid] > [push-right*="_sm-5"] {
    margin-right: 41.66666667%;
  }
  [class*=grid] > [push-left*="_sm-6"] {
    margin-left: 50%;
  }
  [class*=grid] > [push-right*="_sm-6"] {
    margin-right: 50%;
  }
  [class*=grid] > [push-left*="_sm-7"] {
    margin-left: 58.33333333%;
  }
  [class*=grid] > [push-right*="_sm-7"] {
    margin-right: 58.33333333%;
  }
  [class*=grid] > [push-left*="_sm-8"] {
    margin-left: 66.66666667%;
  }
  [class*=grid] > [push-right*="_sm-8"] {
    margin-right: 66.66666667%;
  }
  [class*=grid] > [push-left*="_sm-9"] {
    margin-left: 75%;
  }
  [class*=grid] > [push-right*="_sm-9"] {
    margin-right: 75%;
  }
  [class*=grid] > [push-left*="_sm-10"] {
    margin-left: 83.33333333%;
  }
  [class*=grid] > [push-right*="_sm-10"] {
    margin-right: 83.33333333%;
  }
  [class*=grid] > [push-left*="_sm-11"] {
    margin-left: 91.66666667%;
  }
  [class*=grid] > [push-right*="_sm-11"] {
    margin-right: 91.66666667%;
  }
}
[class*="grid-"][class*="-equalHeight"] > [class*="col"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.middle {
  align-items: center;
}
/*---------------------------------------------------------------
[Fonts]
---------------------------------------------------------------*/
@font-face {
  font-family: lulo;
  src: url(../fonts/lulocleanonebold.eot);
  src: url(../fonts/lulocleanonebold.eot?#iefix) format('embedded-opentype'), url(../fonts/lulocleanonebold.woff) format('woff'), url(../fonts/lulocleanonebold.ttf) format('truetype'), url(../fonts/lulocleanonebold.svg#lulo_cleanone_bold) format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: lulo;
  src: url(../fonts/lulocleanonebold.eot);
  src: url(../fonts/lulocleanonebold.eot?#iefix) format('embedded-opentype'), url(../fonts/lulocleanonebold.woff) format('woff'), url(../fonts/lulocleanonebold.ttf) format('truetype'), url(../fonts/lulocleanonebold.svg#lulo_cleanone_bold) format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: roboto_black;
  src: url(../fonts/roboto_black.eot);
  src: url(../fonts/roboto_black.eot?#iefix) format('embedded-opentype'), url(../fonts/roboto_black.woff) format('woff'), url(../fonts/roboto_black.ttf) format('truetype'), url(../fonts/roboto_black.svg#robotoblack) format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: roboto_bold;
  src: url(../fonts/roboto_bold.eot);
  src: url(../fonts/roboto_bold.eot?#iefix) format('embedded-opentype'), url(../fonts/roboto_bold.woff) format('woff'), url(../fonts/roboto_bold.ttf) format('truetype'), url(../fonts/roboto_bold.svg#robotoregular) format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: roboto_medium;
  src: url(../fonts/roboto_medium.eot);
  src: url(../fonts/roboto_medium.eot?#iefix) format('embedded-opentype'), url(../fonts/roboto_medium.woff) format('woff'), url(../fonts/roboto_medium.ttf) format('truetype'), url(../fonts/roboto_medium.svg#robotoregular) format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: roboto_regular;
  src: url(../fonts/roboto_regular.eot);
  src: url(../fonts/roboto_regular.eot?#iefix) format('embedded-opentype'), url(../fonts/roboto_regular.woff) format('woff'), url(../fonts/roboto_regular.ttf) format('truetype'), url(../fonts/roboto_regular.svg#robotoregular) format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: roboto_light;
  src: url(../fonts/roboto_light.eot);
  src: url(../fonts/roboto_light.eot?#iefix) format('embedded-opentype'), url(../fonts/roboto_light.woff) format('woff'), url(../fonts/roboto_light.ttf) format('truetype'), url(../fonts/roboto_light.svg#robotoregular) format('svg');
  font-weight: 400;
  font-style: normal;
}
/*---------------------------------------------------------------
[Structure]
---------------------------------------------------------------*/
body {
  background: white;
  color: #434343;
  font-weight: 400;
  font-size: 1em;
  font-family: roboto_regular, arial, verdana, sans-serif;
  line-height: 1.4;
}
header {
  background: #F3493D;
  padding: 30px 0 15px;
}
header .lbp {
  color: #FFFDFC;
  font-family: lulo, arial, verdana, sans-serif;
  font-size: 2.2em;
  text-align: center;
}
header .baseline {
  color: #FFFDFC;
  font-family: lulo, arial, verdana, sans-serif;
  text-align: center;
  font-size: 0.85em;
}
header ul {
  display: flex;
  background: #CED505;
  justify-content: space-around;
}
header ul li {
  border-right: 1px solid white;
  width: 100%;
  text-align: center;
  background: #CED505;
  transition: background-color 0.4s ease 0s;
}
header ul li:hover {
  cursor: pointer;
  background: #BFC600;
}
header ul li:last-child {
  border-right: 0;
}
header ul li.selected {
  background: #BFC600;
}
header ul li a {
  color: #FFFDFC;
  text-decoration: none;
  font-family: lulo, arial, verdana, sans-serif;
  font-size: 0.85em;
  padding: 0 5px;
}
/*---------------------------------------------------------------
[Nav]
---------------------------------------------------------------*/
nav {
  position: relative;
  z-index: 9;
  margin: 30px 0;
}
nav .nos-rayons {
  background: #F3493D;
  font-family: lulo, arial, verdana, sans-serif;
  font-size: 0.9em;
  border-bottom: 1px solid white;
  color: white;
  line-height: 40px;
  padding: 0px 10px;
}
nav li ul {
  display: none;
}
nav li {
  background: url(../img/menu-more.svg) no-repeat right 10px center #E3E3E3;
  border-bottom: 1px solid white;
  position: relative;
}
nav li a {
  padding: 0px 10px;
  color: #434343;
  font-family: roboto_black, arial, verdana, sans-serif;
  font-size: 0.85em;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 40px;
  width: 100%;
  display: inline-block;
}
nav li:nth-last-child(-n+3) {
  background-color: #D0D0D0;
  background-image: none;
}
nav li:not(.selected):hover {
  background: url(../img/menu-more-hover.svg) no-repeat right 10px center #BFC600;
  cursor: pointer;
}
nav li:not(.selected):hover a {
  color: white;
}
nav li:not(.selected):hover:nth-last-child(-n+3) {
  background-image: none;
}
nav li:not(.selected):hover ul {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
}
nav li:not(.selected):hover ul li {
  background-image: none;
  background-color: #EEEEEE;
}
nav li:not(.selected):hover ul li a {
  color: #434343;
  font-family: roboto_medium, arial, verdana, sans-serif;
}
nav li:not(.selected):hover ul li:hover {
  background: #CED505;
}
nav li:not(.selected):hover ul li:hover a {
  color: white;
  font-family: roboto_black, arial, verdana, sans-serif;
}
nav li.selected {
  background: #BFC600;
}
nav li.selected a {
  color: white;
}
nav li.selected ul {
  display: block;
  position: relative;
  padding: 15px 0;
  background: white;
}
nav li.selected ul li {
  position: relative;
  background: white;
}
nav li.selected ul li:hover {
  background: none;
}
nav li.selected ul li:hover a {
  color: #BFC600;
  font-family: roboto_black, arial, verdana, sans-serif;
}
nav li.selected ul li a {
  color: #434343;
  line-height: 27px;
  font-family: roboto_medium, arial, verdana, sans-serif;
  font-size: 13px;
}
nav li.selected ul li a.selected {
  color: #BFC600;
  font-family: roboto_black, arial, verdana, sans-serif;
}
footer {
  background: #F3493D;
}
footer p {
  color: white;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 0px;
}
/*---------------------------------------------------------------
[Globales]
---------------------------------------------------------------*/
.hidden,
#menu-mobile,
#form-search-mobile {
  display: none;
}
.form-search {
  margin-top: 40px;
  border: 2px solid #979797;
  border-radius: 6px;
  height: 40px;
  position: relative;
}
.form-search input {
  border: transparent;
  background: transparent;
  height: 37px;
  width: calc(84%);
  padding: 0 10px;
  color: #434343;
  font-family: roboto_medium, arial, verdana, sans-serif;
  font-size: 0.9em;
}
.form-search input:focus {
  outline: none;
}
.form-search input::placeholder {
  color: #F3493D;
}
.form-search img {
  position: absolute;
  right: 10px;
  top: 5px;
}
.form-search img:hover {
  cursor: pointer;
}
.catalogue {
  background: #BFC600;
  padding: 25px 15px 40px;
  text-align: center;
}
.catalogue img {
  margin-bottom: 10px;
}
.catalogue p {
  font-family: roboto_black, arial, verdana, sans-serif;
  font-size: 1.4em;
  color: white;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 135%;
}
.catalogue a {
  background: #F3493D;
  border-radius: 5px;
  font-family: roboto_black, arial, verdana, sans-serif;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px 20px;
  font-size: 0.8em;
}
.catalogue a:hover {
  background: #C12D23;
}
.main {
  margin-top: 42px;
}
.produit {
  min-height: 100%;
  box-sizing: border-box;
  border: 2px solid #B1B1B1;
  padding: 5px 5px 80px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}
.produit .img {
  width: 100%;
}
.produit img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.produit .dispo-online {
  position: absolute;
  right: 5px;
}
.produit .contenant {
  width: 40px;
  position: relative;
  top: -27px;
  right: 10px;
}
.produit .etiquette {
  min-width: 1px;
  position:relative
}
.produit .etiquette span {
  background: #F3493D;
  font-family: roboto_black;
  font-size: 0.8em;
  color: white;
  padding: 7px 10px;
  width: auto;
  display: inline-block;
  text-transform: uppercase;
  position: absolute;
  top: -22px;
  left: 10px;
  z-index: 1;
}
.produit .description {
  padding: 0 10px;
  font-family: roboto_black, arial, verdana, sans-serif;
  width: 100%;
  margin-top: 20px;
  line-height: 125%;
}
.produit .lieu {
  padding: 0 10px;
  font-family: roboto_medium, arial, verdana, sans-serif;
  font-size: 0.8em;
  color: #929292;
  width: 100%;
}
.produit .lien {
  padding: 0 10px;
  width: auto;
  position: absolute;
  bottom: 20px;
  left: 5px;
}
.produit .lien a {
  background: #BFC600;
  border-radius: 6px;
  font-family: roboto_black;
  font-size: 0.8em;
  padding: 12px 13px;
  color: white;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
}
.produit .lien a:hover {
  background: #8A8F00;
  cursor: pointer;
}
.margin-top {
  margin-top: 20px;
}
.no-padding {
  padding-bottom: 0;
}
/*---------------------------------------------------------------
[Textes]
---------------------------------------------------------------*/
h1 {
  font-family: lulo, arial, verdana, sans-serif;
  font-size: 1.56em;
  margin-bottom: 33px;
}
.page-produit h1 {
  margin-bottom: 18px;
}
h2 {
  font-family: lulo, arial, verdana, sans-serif;
  font-size: 1em;
  border-bottom: 1px solid #929292;
  padding-bottom: 3px;
  margin-top: 20px;
}
h2.origine,
h2.caracteristiques,
h2.recette {
  margin-top: 0px;
  padding-left: 50px;
  height: 40px;
  vertical-align: bottom;
  line-height: 48px;
  margin-bottom: 20px;
}
h2.origine {
  background: url(../img/origine.svg) no-repeat left center;
}
h2.caracteristiques {
  background: url(../img/caracteristiques.svg) no-repeat left center;
}
h2.recette {
  background: url(../img/recette.svg) no-repeat left center;
}
h3 {
  font-family: roboto_black, arial, verdana, sans-serif;
  font-size: 0.9em;
  color: #F3493D;
  text-transform: uppercase;
  margin-bottom: 5px;
}
p,
.page-produit ul {
  font-family: roboto_regular, arial, verdana, sans-serif;
  font-size: 0.9em;
  line-height: 120%;
  margin-bottom: 10px;
}
strong {
  font-family: roboto_bold;
}

#form-search-mobile{display:none}
/*---------------------------------------------------------------
[Pages]
---------------------------------------------------------------*/
/* HOME */
.online {
  border: 10px solid #BFC600;
  padding: 40px 60px 20px;
  text-align: center;
}
.online div {
  font-family: roboto_black, arial, verdana, sans-serif;
  font-size: 1.4em;
  text-transform: uppercase;
  margin: 15px 0 5px 0;
}
.online p {
  max-width: 560px;
  margin: 0 auto;
}
.online a {
  margin-top: 20px;
  background: url('../img/easyshop.svg') no-repeat;
  width: 150px;
  height: 40px;
  display: inline-block;
}
.online a:hover {
  background-image: url('../img/easyshop-hover.svg');
  cursor: pointer;
}
.online a span {
  display: none;
}
.tous-nos-rayons {
  margin-top: 20px;
  display: flex;
}
.tous-nos-rayons a {
  background: #E3E3E3;
  height: 48px;
  display: flex;
  text-decoration: none;
  align-items: center;
}
.tous-nos-rayons a img {
  width: 48px;
  height: 48px;
}
.tous-nos-rayons a span {
  font-family: roboto_black;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #434343;
  padding: 0 15px;
}
.tous-nos-rayons a:hover {
  background: #CED505;
}
.tous-nos-rayons div:nth-last-child(-n+3) a {
  background: #D0D0D0;
}
.tous-nos-rayons div:nth-last-child(-n+3) a:hover {
  background: #CED505;
}
.rayons-mobile {
  display: none;
}
.page-produit .description_courte {margin-top:20px}
.page-produit .img-produit {
  position: relative;
}
.page-produit .img-produit,
.page-produit .img-produit img,
.page-produit .img-recette img,
.page-produit .img-producteur img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.page-produit .etiquette {
  background: #F3493D;
  font-family: roboto_black;
  font-size: 0.8em;
  color: white;
  padding: 7px 10px;
  width: auto;
  display: inline-block;
  text-transform: uppercase;
}
.page-produit .contenant {
  float: right;
  margin-top: -5px;
}
.page-produit .contenant + * {
  clear: both;
  margin-top: 20px;
}
.page-produit .lien-online {
  background: url('../img/easyshop.svg') no-repeat;
  width: 150px;
  height: 40px;
  display: inline-block;
}
.page-produit .lien-online:hover {
  background-image: url('../img/easyshop-hover.svg');
  cursor: pointer;
}
.page-produit .lien-online span {
  display: none;
}
.page-produit .lien-online a {
  width: 150px;
  height: 40px;
  display: block;
  cursor: pointer;
  background: none;
}
.page-produit .lien-online a:hover {
  background: none;
}
.page-produit a {
  background: #D0D0D0;
  color: #434343;
  text-decoration: none;
  padding: 0 2px;
}
.page-produit a:hover {
  background: #CED505;
}
.align-right {
  text-align: right;
}
/*---------------------------------------------------------------
[...]
---------------------------------------------------------------*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*---------------------------------------------------------------
[Media queries]
---------------------------------------------------------------*/
@media screen and (max-width: 992px) {
  .hidden-md {
    display: none;
  }
  .show-md {
    display: block;
  }
  header {
    height: 70px;
    padding-top: 0px;
    background: #BFC600;
  }
  header ul {
    display: none;
  }
  header #menu-mobile-picto {
    height: 70px;
    text-align: left;
    margin-right: -8px;
    padding-top: 25px;
  }
  header #menu-mobile-picto:hover {
    cursor: pointer;
  }
  header #search-mobile {
    height: 70px;
    text-align: right;
    margin-left: -8px;
    padding-top: 22px;
  }
  header #search-mobile:hover {
    cursor: pointer;
  }
  header .lbp {
    background: #F3493D;
    height: 70px;
    line-height: 70px;
  }
  header .col-10 {
    padding-left: 0;
    padding-right: 0;
  }
  nav {
    display: none;
  }
  .menu-mobile-open .wrap {
    opacity: 0.2;
  }
  .menu-mobile-open #menu-mobile-picto {
    display: none;
  }
  .menu-mobile-open #menu-mobile {
    z-index: 10;
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
  }
  .menu-mobile-open #menu-mobile ul {
    width: 50%;
  }
  .menu-mobile-open #menu-mobile ul ul {
    width: 100%;
  }
  .menu-mobile-open #menu-mobile .close {
    background: #BFC600;
    height: 70px;
    text-align: left;
    margin-right: -8px;
    padding-top: 25px;
    width: 11.78%;
    padding-left: 4%;
    z-index: 10;
  }
  .menu-mobile-open #menu-mobile .close:hover {
    cursor: pointer;
  }
  .menu-mobile-open #menu-mobile li {
    background-color: #D0D0D0;
    border-bottom: 1px solid white;
    position: relative;
  }
  .menu-mobile-open #menu-mobile li:hover {
    cursor: pointer;
  }
  .menu-mobile-open #menu-mobile li:hover,
  .menu-mobile-open #menu-mobile li.selected {
    background: #BFC600;
  }
  .menu-mobile-open #menu-mobile li a {
    padding: 0px 4%;
    color: #434343;
    font-family: roboto_black, arial, verdana, sans-serif;
    font-size: 0.85em;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 40px;
    display: inline-block;
    width: 100%;
  }
  .menu-mobile-open #menu-mobile li ul li {
    background: #E3E3E3;
    border-top: 1px solid white;
    border-bottom: 0;
    padding-left: 7%;
  }
  .menu-mobile-open #menu-mobile li ul li:hover {
    background-color: #CED505;
  }
  .menu-mobile-open #menu-mobile li ul li.rayon {
    background: url(../img/menu-more.svg) no-repeat right 20px center #E3E3E3;
  }
  .menu-mobile-open #menu-mobile li ul li.rayon:hover,
  .menu-mobile-open #menu-mobile li ul li.rayon.selected {
    background-color: #CED505;
  }
  .menu-mobile-open #menu-mobile .nav-2 div {
    display: none;
  }
  .menu-mobile-open #menu-mobile .nav-2 div ul li:hover,
  .menu-mobile-open #menu-mobile .nav-2 div ul li.selected {
    background: #CED505;
  }
  .menu-mobile-open #menu-mobile .back {
    background: url('../img/menu-back.svg') no-repeat 4% center #F3493D;
    height: 40px;
    color: white;
    text-transform: uppercase;
    font-family: roboto_black, arial, verdana, sans-serif;
    padding-left: 6%;
    line-height: 40px;
    width: 50%;
  }
  .menu-mobile-open #menu-mobile .back:hover {
    cursor: pointer;
  }
  .menu-mobile-open #menu-mobile .title {
    font-family: roboto_light, arial, verdana, sans-serif;
    font-size: 1.1em;
    color: #434343;
    line-height: 40px;
    height: 40px;
    text-transform: uppercase;
    background: #BFC600;
    padding-left: 2%;
    display: block;
    border-bottom: 1px solid white;
    width: 50%;
  }
  #form-search-mobile {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(243, 73, 61, 0.95);
    padding: 25px 4%;
    z-index: 10;
  }
  #form-search-mobile form {
    margin-top: 35px;
    text-align: center;
  }
  #form-search-mobile label {
    font-family: lulo, arial, verdana, sans-serif;
    font-size: 1.3em;
    color: white;
    display: block;
    margin-bottom: 20px;
  }
  #form-search-mobile input[type="text"] {
    border: 0;
    display: block;
    margin: 0 auto;
    height: 40px;
    width: 300px;
    margin-bottom: 40px;
    padding: 10px;
    color: #434343;
    font-family: roboto_medium, arial, verdana, sans-serif;
    font-size: 0.9em;
  }
  #form-search-mobile input[type="text"]:focus {
    outline: none;
  }
  #form-search-mobile input[type="submit"] {
    background: #BFC600;
    border-radius: 6px;
    font-family: roboto_black, arial, verdana, sans-serif;
    font-size: 1em;
    color: white;
    padding: 12px;
    border: 0;
    -webkit-appearance: none;
  }
  .rayons-mobile {
    display: block;
    margin-bottom: 20px;
  }
  .rayons-mobile ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .rayons-mobile ul li {
    margin-bottom: 10px;
    background: #CED505;
    margin-right: 10px;
    padding: 5px 10px;
  }
  .rayons-mobile ul li:hover {
    cursor: pointer;
    background: #BFC600;
  }
  .rayons-mobile ul li a {
    color: #434343;
    font-family: roboto_bold;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .align-left-sm {
    text-align: left;
  }
  section .container .grid-equalHeight .hidden-sm,
  .hidden-sm {
    display: none;
  }
  header .lbp {
    font-size: 2em;
  }
  .online {
    padding: 30px;
  }
  .online div {
    font-size: 1.3em;
  }
  .produits .produit {
    padding-bottom: 60px;
  }
  .produits .produit .etiquette span {
	position:relative;
    top: 0;
    left: 5px;
    font-size: 0.75em;
    padding: 5px 10px;
  }
  .produits .produit .description {
    margin-top: 5px;
  }
  .produits .produit .img,
  .produits .produit .etiquette,
  .produits .produit .description,
  .produits .produit .dispo-online {
    order: -1;
  }
  .produits .produit .contenant {
    order: 1;
    position: absolute;
    bottom: 15px;
    left: 5px;
    top: inherit;
    width: 30px;
  }
  .produits .produit .description,
  .produits .produit .lieu {
    padding-left: 5px;
    padding-right: 5px;
  }
  .produits .produit .lien {
    left: inherit;
    right: 5px;
  }
  .produits .produit .lien a {
    font-size: 0.7em;
    padding: 7px 7px;
  }
}
@media screen and (max-width: 600px) {
  header {
    height: 50px;
  }
  header #menu-mobile-picto {
    height: 50px;
    padding-top: 15px;
  }
  header #search-mobile {
    height: 50px;
    padding-top: 12px;
  }
  header .lbp {
    font-size: 1.5em;
    height: 50px;
    line-height: 50px;
  }
  .menu-mobile-open #menu-mobile ul,
  .menu-mobile-open #menu-mobile .back,
  .menu-mobile-open #menu-mobile .title {
    width: 100%;
  }
  .menu-mobile-open #menu-mobile .title {
    padding-left: 4%;
  }
  .menu-mobile-open #menu-mobile .back {
    padding-left: 9%;
  }
  .menu-mobile-open #menu-mobile .close {
    height: 50px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 470px) {
  header .lbp {
    font-size: 1em;
  }
}
/*---------------------------------------------------------------
AJOUT DES PRIX
---------------------------------------------------------------*/
.produit .apartirde{
	margin:10px 10px 0 ;
color:#898F00;
font-size:14px	
}

.produit .prix{
    margin: 0 10px;
    padding: 3px 0px;
    border-top: 1px solid #898F00;
    border-bottom: 1px solid #898F00;
    width: 100%;
    color: #898F00;
    font-family: roboto_black, arial, verdana, sans-serif;
    font-size: 16px;
    }
    
 .produit .unite{
	 margin:0 10px;
	 font-family: roboto_light, arial, verdana, sans-serif;
	 font-size:14px;
	 color:#434343
 }   
 
.page-produit .blocprix{
	background:#ededed;
	padding:15px 30px;
	text-align:center
} 

.page-produit .prix{
    border-bottom: 1px solid #898F00;
    color: #898F00;
    font-family: roboto_black, arial, verdana, sans-serif;
    font-size: 16px;
    }
 .page-produit .unite{
	 font-family: roboto_light, arial, verdana, sans-serif;
	 font-size:14px;
	 color:#434343
 }       
    
 .page-produit .referentiel{
	 margin-top:10px;
color:#898F00;
font-size:13px 
}  
    
    
 @media screen and (max-width: 768px) {
.produits .produit .apartirde, .produits .produit .prix, .produits .produit .unite {
    margin-left: 5px;
    margin-right: 5px;
    }
}   
