@charset "UTF-8";
/* ----------------------------------------------------------------- */
/* Scss Document */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* Scss Document */
/* ----------------------------FUNCTION----------------------------- */
/* ----------------------------------------------------------------- */
.bleu {
  color: #1C365F !important;
}

.brun {
  color: #85523f !important;
}

.brun-m {
  color: #E0C0A6 !important;
}

.blanc {
  color: #FFFFFF !important;
}

.bg_bleu {
  background-color: #1C365F;
}

.bg_bleu-f {
  background-color: #252A32;
}

.bg_bleu-m {
  background-color: #5e708b;
}

.bg_brun-f {
  background-color: #85523f;
}

.bg_brun-m {
  background-color: #E0C0A6;
}

.bg_brun-p {
  background-color: #F3EAE2;
}

/* content */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important;
  font-size: 100%;
}

body,
button {
  font-family: "Intro";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

body {
  z-index: 1;
  color: #1C365F;
  background-color: #F3EAE2;
}

b,
strong {
  font-family: "Intro";
  font-weight: 700;
}

em {
  font-family: "Intro";
  font-style: italic;
}

p {
  margin: 0px 0px 15px 0px;
}

ul {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
ul li {
  padding-left: 16px;
  display: block;
  position: relative;
  margin-bottom: 10px;
}
ul li:before {
  content: "-";
  display: block;
  position: absolute;
  top: 2px;
  left: 0px;
}
ul li ul {
  padding-left: 6px;
  padding-top: 10px;
}
ul li ul li {
  padding-left: 9px;
  display: block;
  position: relative;
  margin-bottom: 10px;
}
ul li ul li:before {
  content: ".";
  display: block;
  position: absolute;
  top: -3px;
  left: 0px;
  font-weight: 900;
}

ol {
  padding: 0;
  margin: 10px 0 20px !important;
  counter-reset: item;
}
ol li {
  display: block;
  margin-bottom: 10px;
  padding-left: 1.5em;
  position: relative;
}
ol li:before {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  content: counter(item) ".";
  counter-increment: item;
  width: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1C365F;
}

h1 {
  font-size: 29px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 35px;
}

h2 {
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0.3em;
  margin-bottom: 20px;
}

article h2 {
  letter-spacing: 0.02em;
}

h3 {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.3em;
  line-height: 22px;
  margin-bottom: 20px;
}

h4 {
  font-size: 16px;
  font-weight: 900;
  line-height: 21px;
  margin-bottom: 20px;
}

h5,
h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 20px;
}

h2.section-rouge {
  font-size: 29px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 28px !important;
  margin-top: 73px;
}

h2.conseil-rouge {
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
  margin-bottom: 28px !important;
  margin-top: 100px;
}

.imgnoresize {
  width: auto !important;
  height: auto !important;
}

a,
a:link,
a:visited,
a:active,
a:focus {
  color: #1C365F;
  text-decoration: none;
}

a:hover {
  color: #1C365F;
  text-decoration: underline;
}

/*** Works on common browsers ***/
::selection {
  color: #ffffff;
  background: #1C365F;
}

/*** Mozilla based browsers ***/
::-moz-selection {
  color: #ffffff;
  background: #1C365F;
}

/***For Other Browsers ***/
::-o-selection {
  color: #ffffff;
  background: #1C365F;
}

::-ms-selection {
  color: #ffffff;
  background: #1C365F;
}

/*** For Webkit ***/
::-webkit-selection {
  color: #ffffff;
  background: #1C365F;
}

img {
  display: block;
  border: 0px;
}

.entry-content img {
  width: 100%;
  height: auto;
}

.entry-content .imgnoresize img {
  width: auto !important;
}

figure {
  position: relative;
  border: 0px;
}

/* forms */
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select,
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  font-family: "Intro";
  color: #1C365F;
  font-weight: 400;
  font-size: 16px;
  line-height: none !important;
  background-color: rgba(28, 54, 95, 0.1);
  border: 0px !important;
  padding: 13px 7px;
  width: 100%;
  margin-bottom: 4px;
  position: relative;
  display: block;
}
.woocommerce form .form-row .input-text:focus,
.woocommerce form .form-row select:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
textarea:focus,
select:focus {
  outline: none !important;
}

input[type=submit],
bouton {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-color: transparent;
  border: 1px solid #1C365F;
  color: #1C365F;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  cursor: pointer;
  font-family: "Intro";
}
input[type=submit]:hover,
bouton:hover {
  color: #ffffff;
  background-color: #1C365F;
  border: 1px solid #1C365F;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

input[type=checkbox] {
  display: none !important;
  padding: 0px;
  margin: 5px;
  -webkit-appearance: none;
  font-weight: normal;
  font-style: normal;
  list-style: none;
}

.woocommerce form input[type=checkbox] {
  /*display:inline-block !important;  
  -webkit-appearance:checkbox !important;
  appearance:checkbox !important;*/
}

input[type=checkbox] + label {
  display: block;
  position: relative;
  margin: 0px 0px 4px 0px;
  padding: 0px 0px 0px 25px;
  white-space: normal !important;
  cursor: pointer;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px !important;
}

input[type=checkbox] + label:after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  border: 2px solid #1C365F;
  height: 14px;
  top: 2px;
  left: 0px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

input[type=checkbox]:checked + label:after {
  background-color: #1C365F;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.leftright_padding {
  padding-left: 40px;
  padding-right: 40px;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #1C365F;
  /*font-size:inherit;
   line-height:inherit;*/
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #1C365F;
  /* font-size:inherit;
   line-height:inherit;*/
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #1C365F;
  /*font-size:inherit;
   line-height:inherit;*/
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #1C365F;
  /*font-size:inherit;
   line-height:inherit;*/
}

::-ms-input-placeholder {
  /* Edge */
  color: #1C365F;
  /* font-size:inherit;
   line-height:inherit;*/
}

:placeholder-shown {
  /* Standard one last! */
  color: #1C365F;
  /* font-size:inherit;
   line-height:inherit;*/
}

/* end forms */
/* Visual composer structure */
.row-full, .row-1480-np-hb, .row-1480-np, .row-1480 {
  position: relative;
  width: 100%;
  /*max-width: 2560px;*/
  padding: 40px;
  margin: 0px auto;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: stretch;
  -ms-flex-align-items: stretch;
  -webkit-align-items: stretch;
  -webkit-align-content: flex-start; /* Safari 7.0+ */
  align-content: flex-start;
}

.row-full-np {
  position: relative;
  /*max-width: 2560px;*/
  width: 100%;
  margin: 0px auto;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: stretch;
  -ms-flex-align-items: stretch;
  -webkit-align-items: stretch;
  -webkit-align-content: flex-start; /* Safari 7.0+ */
  align-content: flex-start;
}

.row-full-np-hb {
  position: relative;
  width: 100%;
  padding: 0px 40px;
  margin: 0px auto;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: stretch;
  -ms-flex-align-items: stretch;
  -webkit-align-items: stretch;
  -webkit-align-content: flex-start; /* Safari 7.0+ */
  align-content: flex-start;
}

.row-1480 {
  max-width: 1480px;
  padding: 40px;
  margin: 0p auto;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: stretch;
  -ms-flex-align-items: stretch;
  -webkit-align-items: stretch;
  -webkit-align-content: flex-start; /* Safari 7.0+ */
  align-content: flex-start;
}

.row-1480-np {
  max-width: 1480px;
  padding: 0px;
  margin: 0px auto;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: stretch;
  -ms-flex-align-items: stretch;
  -webkit-align-items: stretch;
  -webkit-align-content: flex-start; /* Safari 7.0+ */
  align-content: flex-start;
}

.row-1480-np-hb {
  max-width: 1480px;
  padding: 0px 40px;
  margin: 0px auto;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: stretch;
  -ms-flex-align-items: stretch;
  -webkit-align-items: stretch;
  -webkit-align-content: flex-start; /* Safari 7.0+ */
  align-content: flex-start;
}

.site-header,
.site-footer,
.content-area,
.site-main {
  position: relative;
  width: 100%;
}

.site-main {
  overflow-x: hidden;
}

.site {
  z-index: 2;
  position: relative;
  padding-top: 120px;
  bottom: 120px;
}
.site.front {
  padding-top: 0px;
  bottom: 0px;
}

.site-header {
  background-color: #ffffff;
  min-height: 134px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 200;
  box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.1);
}

.promo-annonce, .promo-annonce-mobile {
  position: relative;
  height: 40px;
  width: 58%;
  line-height: 40px;
  text-align: center;
  margin: 0px auto;
}
.promo-annonce a, .promo-annonce-mobile a {
  color: #ffffff;
  font-size: 12px;
  line-height: 40px;
  padding: 0px 5px;
  letter-spacing: 0.08em;
}

.promo-annonce-mobile {
  background-color: #252A32;
  display: none;
  width: 100%;
}

.top_info {
  position: relative;
  width: 100%;
  background-color: #252A32;
  height: 40px;
  color: #ffffff;
  z-index: 250;
}

.header_warp {
  width: 100%;
  max-width: 1480px;
  margin: 0px auto;
}

.site-content {
  padding-top: 136px;
  background-color: #ffffff;
}

.woocommerce-checkout .site-content,
.woocommerce-cart .site-content {
  padding-top: 170px;
}

.site-footer {
  background-color: #F3EAE2;
  padding-top: 67px;
}

.footer_warp {
  width: 100%;
  max-width: 1480px;
  margin: 0px auto;
}

.info_left,
.info_right {
  width: 50%;
  float: left;
}

.credit {
  width: 100%;
  float: left;
  clear: both;
  border-top: 1px solid #1C365F;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 40px;
  font-size: 13px;
  line-height: 14px;
}
.credit .copyright,
.credit .menu_legal {
  width: 40%;
  float: left;
}
.credit .social {
  text-align: center;
  width: 20%;
  float: left;
}

/* -------------------------------------
ICONES
 -------------------------------------*/
.footer_icone {
  display: inline-block;
  position: relative;
  margin: 0px auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  height: 24px;
  width: 24px;
  margin: 0px 8px;
  text-indent: -9999px;
  top: -5px;
}

.icone_social {
  display: inline-block;
  position: relative;
  margin: 0px auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  height: 48px;
  width: 48px;
  margin: 0px 14px;
  text-indent: -9999px;
  top: -5px;
}

.facebook_blanc {
  background-image: url(../images/icones/ICON-REV-Facebook.svg);
}

.linkedin_blanc {
  background-image: url(../images/icones/ICON-REV-LinkedIn.svg);
}

.instagram_blanc {
  background-image: url(../images/icones/ICON-REV-Instagram.svg);
}

.youtube_blanc {
  background-image: url(../images/icones/ICON-REV-YouTube.svg);
}

.facebook {
  background-image: url(../images/icones/ICON-BLEU-Facebook.svg);
}

.linkedin {
  background-image: url(../images/icones/ICON-BLEU-LinkedIn.svg);
}

.instagram {
  background-image: url(../images/icones/ICON-BLEU-Instagram.svg);
}

.youtube {
  background-image: url(../images/icones/ICON-BLEU-YouTube.svg);
}

.facebook_blanc:hover,
.facebook:hover {
  background-image: url(../images/icones/ICON-BRUN-Facebook.svg);
}

.linkedin_blanc:hover,
.linkedin:hover {
  background-image: url(../images/icones/ICON-BRUN-LinkedIn.svg);
}

.instagram_blanc:hover,
.instagram:hover {
  background-image: url(../images/icones/ICON-BRUN-Instagram.svg);
}

.youtube_blanc:hover,
.youtube:hover {
  background-image: url(../images/icones/ICON-BRUN-YouTube.svg);
}

.icones_viande {
  display: block;
  margin: 0px auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  height: 60px;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}

.boeuf {
  width: 40px;
  background-image: url(../images/icones/icon-BOEUF.svg);
}
.boeuf.brun {
  background-image: url(../images/icones/icon-BOEUF-brunpale.svg);
}

.volaille {
  width: 36px;
  background-image: url(../images/icones/icon-VOLAILLE.svg);
}
.volaille.brun {
  background-image: url(../images/icones/icon-VOLAILLE-brunpale.svg);
}

.porc {
  width: 34px;
  background-image: url(../images/icones/icon-PORC.svg);
}
.porc.brun {
  background-image: url(../images/icones/icon-PORC-brunpale.svg);
}

.veau {
  width: 50px;
  background-image: url(../images/icones/icon-VEAU.svg);
}
.veau.brun {
  background-image: url(../images/icones/icon-VEAU-brunpale.svg);
}

.agneau {
  width: 52px;
  background-image: url(../images/icones/icon-AGNEAU.svg);
}
.agneau.brun {
  background-image: url(../images/icones/icon-AGNEAU-brunpale.svg);
}

.poisson {
  width: 45px;
  background-image: url(../images/icones/icon-POISSON.svg);
}
.poisson.brun {
  background-image: url(../images/icones/icon-POISSON-brunpale.svg);
}

.legumes {
  width: 29px;
  background-image: url(../images/icones/icon-LEGUME.svg);
}

/* ---------------------------------------
Menu principal
--------------------------------------- */
#mobile-navigation {
  display: none;
}

.main-navigation {
  position: relative;
  height: 94px;
}
.main-navigation:after {
  content: "";
  display: table;
  clear: both;
}

.nav-menu {
  display: block;
  width: 100%;
  margin: 0px auto;
  padding: 30px 0px 0px 0px;
}
.nav-menu:after {
  content: "";
  display: table;
  clear: both;
}
.nav-menu.droite {
  text-align: left;
  padding-left: 78px;
}
.nav-menu.droite > li {
  float: left;
  margin-left: 12.16211622%;
}
.nav-menu.gauche {
  text-align: right;
  padding-right: 78px;
}
.nav-menu.gauche > li {
  float: right;
  margin-right: 12.16211622%;
}
.nav-menu li:before {
  display: none;
}
.nav-menu li {
  display: inline-block;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}
.nav-menu li a,
.nav-menu li .top_nolink {
  display: block;
  cursor: pointer;
  position: relative;
  width: 100%;
  color: #85523f;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.nav-menu li a .ligne_1,
.nav-menu li .top_nolink .ligne_1 {
  font-family: "Lifehack";
  font-size: 16px;
  line-height: 12px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.04em;
  display: block;
}
.nav-menu li a .ligne_2,
.nav-menu li .top_nolink .ligne_2 {
  display: block;
}
.nav-menu li a:hover,
.nav-menu li .top_nolink:hover {
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  color: #252A32;
  text-decoration: none;
}
.nav-menu.current-menu-item .menu-item-base, .nav-menu.current_page_parent .menu-item-base, .nav-menu.current-menu-item a.menu-item-base, .nav-menu.current_page_parent a.menu-item-base {
  color: #252A32;
  text-decoration: none;
}

.home_link {
  position: absolute;
  left: 50%;
  margin-left: -78px;
  top: 36px;
  z-index: 8;
}

@-webkit-keyframes view_sub_item {
  0% {
    /*transform: translateY(-40px); */
  }
  100% {
    /*transform: translateY(0px);*/
    opacity: 1;
  }
}
@-moz-keyframes view_sub_item {
  0% {
    /*transform: translateY(-40px); */
  }
  100% {
    /*transform: translateY(0px);*/
    opacity: 1;
  }
}
@-o-keyframes view_sub_item {
  0% {
    /*transform: translateY(-40px); */
  }
  100% {
    /*transform: translateY(0px);*/
    opacity: 1;
  }
}
@keyframes view_sub_item {
  0% {
    /*transform: translateY(-40px); */
  }
  100% {
    /*transform: translateY(0px);*/
    opacity: 1;
  }
}
.sub-menu {
  display: none;
}

.sub-menu-zone {
  position: absolute;
  top: 134px;
  width: 100%;
  background-color: #ffffff;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  height: 0px;
  overflow: hidden;
  z-index: 10;
}
.sub-menu-zone.subview {
  height: 460px;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -ms-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.1);
}
.sub-menu-zone .sub-menu {
  display: none;
  max-width: 1480px;
  width: 100%;
  margin: 0px auto;
  padding: 30px 0px 60px;
  min-height: 460px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: flex-stretch;
  -ms-flex-align-items: flex-stretch;
  -webkit-align-items: flex-stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  justify-content: center;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.sub-menu-zone .sub-menu:after {
  content: "";
  display: table;
  clear: both;
}
.sub-menu-zone .sub-menu.onhover {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -ms-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}
.sub-menu-zone .sub-menu li {
  list-style: none;
  /*display:block;*/
  float: left;
  margin: 0px 0px 20px 8.19444444%;
  padding: 0px;
  /*transform: translateY(-40px);*/
  opacity: 0;
}
.sub-menu-zone .sub-menu li:first-child {
  margin: 0px 0px 20px 0%;
}
.sub-menu-zone .sub-menu li:before {
  display: none;
}
.sub-menu-zone .sub-menu li a {
  display: inline-block;
  position: relative;
  width: 100%;
  color: #1C365F;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.sub-menu-zone .sub-menu li a .ligne_1 {
  font-family: "Lifehack";
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.04em;
  display: block;
  position: relative;
  z-index: 4;
}
.sub-menu-zone .sub-menu li a .ligne_2 {
  display: block;
  font-size: 18px;
  position: relative;
  margin-bottom: 0px;
  z-index: 4;
}
.sub-menu-zone .sub-menu li a:hover {
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  color: #85523f;
  text-decoration: none;
}
.sub-menu-zone .sub-menu li.type_2 a .ligne_2 {
  padding: 0px 10px;
}
.sub-menu-zone .sub-menu li.type_2 a .ligne_2:after {
  content: ".";
  display: block;
  position: absolute;
  top: -5px;
  right: 0px;
}
.sub-menu-zone .sub-menu li.type_2 a .ligne_2:before {
  content: ".";
  display: block;
  position: absolute;
  top: -5px;
  left: 0px;
}
.sub-menu-zone .sub-menu li.type_3 a .ligne_2 {
  padding: 0px 10px;
  display: inline-block;
}
.sub-menu-zone .sub-menu li.type_3 a .ligne_2:after {
  content: ".";
  display: block;
  position: absolute;
  top: -5px;
  right: 0px;
}
.sub-menu-zone .sub-menu li.type_3 a .ligne_2:before {
  content: ".";
  display: block;
  position: absolute;
  top: -5px;
  left: 0px;
}
.sub-menu-zone .sub-menu li.type_2 a:hover i.boeuf {
  width: 48px;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.sub-menu-zone .sub-menu li.type_2 a:hover i.volaille {
  width: 44px;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.sub-menu-zone .sub-menu li.type_2 a:hover i.porc {
  width: 42px;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.sub-menu-zone .sub-menu li.type_2 a:hover i.veau {
  width: 58px;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.sub-menu-zone .sub-menu li.type_2 a:hover i.agneau {
  width: 60px;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.sub-menu-zone .sub-menu li.type_2 a:hover i.poisson {
  width: 60px;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.sub-menu-zone .sub-menu li.type_3 {
  width: 340px;
  margin: 10px 1% 20px 1%;
}
.sub-menu-zone .sub-menu li.type_3 a {
  padding: 66px 10px 84px;
  width: 100%;
  min-height: 190px;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  overflow: hidden;
}
.sub-menu-zone .sub-menu li.type_3 a .ligne_1 {
  font-size: 20px;
  line-height: 23px;
}
.sub-menu-zone .sub-menu li.type_3 a .ligne_2 {
  font-size: 20px;
}
.sub-menu-zone .sub-menu li.type_3 a .voir {
  display: block;
  position: absolute;
  width: 78px;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  opacity: 0;
  left: 50%;
  font-weight: 700;
  margin-left: -39px;
  bottom: 35px;
  padding: 10px 0px;
  z-index: 4;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.sub-menu-zone .sub-menu li.type_3 a .voir:after {
  content: "";
  display: block;
  position: absolute;
  right: -200px;
  bottom: -2px;
  height: 2px;
  background-color: #ffffff;
  width: 100%;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.sub-menu-zone .sub-menu li.type_3 a .voir:before {
  content: "";
  display: block;
  position: absolute;
  left: -200px;
  top: -2px;
  height: 2px;
  background-color: #ffffff;
  width: 100%;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.sub-menu-zone .sub-menu li.type_3 a:hover .voir {
  opacity: 1;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.sub-menu-zone .sub-menu li.type_3 a:hover .voir:before {
  left: 0px;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.sub-menu-zone .sub-menu li.type_3 a:hover .voir:after {
  right: 0px;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.sub-menu-zone .sub-menu li.type_3 a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  z-index: 2;
}
.sub-menu-zone .sub-menu li.type_3 a:hover:after {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.sub-menu-zone .sub-menu li.new_line {
  width: 100%;
  position: relative;
  margin: 0px 0px 30px;
  padding: 0px;
  clear: both;
  height: 1px;
  background-color: #F3EAE2;
}
.sub-menu-zone .sub-menu li.liview-1 {
  animation: view_sub_item 250ms ease-in 25ms forwards;
}
.sub-menu-zone .sub-menu li.liview-2 {
  animation: view_sub_item 250ms ease-in 50ms forwards;
}
.sub-menu-zone .sub-menu li.liview-3 {
  animation: view_sub_item 250ms ease-in 75ms forwards;
}
.sub-menu-zone .sub-menu li.liview-4 {
  animation: view_sub_item 250ms ease-in 100ms forwards;
}
.sub-menu-zone .sub-menu li.liview-5 {
  animation: view_sub_item 250ms ease-in 125ms forwards;
}
.sub-menu-zone .sub-menu li.liview-6 {
  animation: view_sub_item 250ms ease-in 150ms forwards;
}
.sub-menu-zone .sub-menu li.liview-7 {
  animation: view_sub_item 250ms ease-in 175ms forwards;
}
.sub-menu-zone .sub-menu li.liview-8 {
  animation: view_sub_item 250ms ease-in 200ms forwards;
}
.sub-menu-zone .sub-menu li.liview-9 {
  animation: view_sub_item 250ms ease-in 225ms forwards;
}
.sub-menu-zone .sub-menu li.liview-10 {
  animation: view_sub_item 250ms ease-in 250ms forwards;
}
.sub-menu-zone .sub-menu li.liview-11 {
  animation: view_sub_item 250ms ease-in 275ms forwards;
}

.toggle_menu {
  display: none;
  position: absolute;
  cursor: pointer;
  top: 83px;
  left: 33px;
  height: 40px;
  width: 40px;
  line-height: 19px;
  font-size: 19px;
  padding: 10px 7px;
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.search_button {
  position: absolute;
  top: 40px;
  right: 0px;
  width: 100%;
  height: 94px;
  max-width: 170px;
  border-left: 1px solid #F3EAE2;
  background-image: url(../images/icones/loupe.png);
  background-size: 23px 23px;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.menu-principal-de-droite-container,
.menu-principal-de-gauche-container,
.menu-principal-de-droite-anglais-container,
.menu-principal-de-gauche-anglais-container {
  float: left;
  position: relative;
  width: 50%;
}

.uranus.tparrows:before {
  width: 25px !important;
  height: 25px !important;
  line-height: 25px !important;
  font-size: 20px !important;
}

.uranus.tparrows {
  width: 25px !important;
  height: 25px !important;
}

/* SEARCH */
.search-overlay {
  display: none;
  position: fixed;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(28, 54, 95, 0.98);
  top: 0px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease-in;
  -moz-transition: all 500ms ease-in;
  -ms-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}
.search-overlay .warp-search {
  margin: 30px auto 0px;
  max-width: 480px;
  width: 85%;
  position: relative;
  /* Safari, Chrome and Opera */
  /* Firefox 18- */
  /* Firefox 19+ */
  /* IE 10+ */
}
.search-overlay .warp-search h3 {
  margin: 0px 0px;
  padding: 50px 0px;
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 26px;
}
.search-overlay .warp-search ::-webkit-input-placeholder {
  color: #ffffff !important;
}
.search-overlay .warp-search :-moz-placeholder {
  color: #ffffff !important;
}
.search-overlay .warp-search ::-moz-placeholder {
  color: #ffffff !important;
}
.search-overlay .warp-search :-ms-input-placeholder {
  color: #ffffff !important;
}
.search-overlay .warp-search ::-ms-input-placeholder {
  color: #ffffff !important;
}
.search-overlay .warp-search :placeholder-shown {
  color: #ffffff !important;
}
.search-overlay .warp-search label {
  display: block;
  float: left;
  width: 70%;
}
.search-overlay .warp-search label .screen-reader-text {
  display: none;
}
.search-overlay .warp-search label .search-field {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 46px;
  font-weight: 200;
  color: #ffffff;
  height: 62px;
  background-color: transparent;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-top: 1px solid #ffffff !important;
  border-left: 1px solid #ffffff !important;
  border-right: 0px solid #ffffff !important;
  border-bottom: 1px solid #ffffff !important;
  padding: 8px 17px;
  width: 100%;
}
.search-overlay .warp-search .search-submit {
  display: block;
  float: left;
  width: 30%;
  margin-left: -2px;
  font-size: 14px;
  padding: 8px 10px;
  line-height: 46px;
  height: 62px;
  text-transform: uppercase;
  background-color: transparent;
  border-top: 1px solid #ffffff;
  border-left: 0px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.search-overlay .warp-search .search-submit:hover {
  background-color: #ffffff;
  color: #1C365F;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -ms-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}
.search-overlay .overlay-close {
  display: block;
  position: relative;
  color: #ffffff;
  font-size: 18px;
  padding: 30px;
  font-weight: 400;
  margin-top: 0px;
  text-align: center;
  cursor: pointer;
  clear: both;
}
.search-overlay.view {
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-transition: all 500ms ease-in;
  -moz-transition: all 500ms ease-in;
  -ms-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}

/* top info */
a.lang {
  display: block;
  position: absolute;
  color: #ffffff;
  font-size: 11px;
  line-height: 40px;
  left: 60px;
  top: 0px;
  width: 40px;
  height: 40px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.08em;
}
a.lang:hover {
  text-decoration: none;
  font-weight: 700;
}

a.commercial {
  display: block;
  position: absolute;
  color: #ffffff;
  font-size: 11px;
  line-height: 40px;
  padding: 0px 20px;
  left: 100px;
  top: 0px;
  height: 40px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
a.commercial:hover {
  text-decoration: none;
  font-weight: 700;
}

.woocommerce-cart .panier .info_panier .woocommerce-message,
.woocommerce-cart .panier .info_panier .woocommerce-message {
  display: none !important;
}

.woocommerce-cart {
  min-height: 50vh;
}

.panier {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #ffffff;
  height: 40px;
  text-align: right;
}
.panier .info_panier {
  display: inline-block;
  background-color: #000000;
  min-width: 145px;
  float: right;
  overflow-x: hidden;
}
.panier .btn_compte, .panier .btn_connexion {
  background: none;
  border: 0px !important;
  display: inline-block;
  height: 40px;
  float: right;
  text-transform: uppercase;
  padding-right: 22px;
  margin-right: 23px;
  line-height: 40px;
  cursor: pointer;
  font-size: 11px;
  letter-spacing: 0.04em;
  background-image: url(../images/triangle.png);
  background-size: 8px 4px;
  background-position: right center;
  background-repeat: no-repeat;
}
.panier .btn_connexion {
  background: none;
  color: #ffffff;
  padding-right: 10px;
}
.panier:after {
  content: "";
  display: table;
  clear: both;
}

.total_panier {
  font-weight: 700;
  font-size: 11px;
  line-height: 40px;
  float: right;
  color: #ffffff;
}

@-webkit-keyframes go_caddi {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  30% {
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  35% {
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  60% {
    left: 70px;
  }
  61% {
    left: -24px;
  }
  80% {
    left: 8px;
  }
  90% {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes go_caddi {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  30% {
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  35% {
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  60% {
    left: 70px;
  }
  61% {
    left: -24px;
  }
  80% {
    left: 8px;
  }
  90% {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-o-keyframes go_caddi {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  30% {
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  35% {
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  60% {
    left: 70px;
  }
  61% {
    left: -24px;
  }
  80% {
    left: 8px;
  }
  90% {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes go_caddi {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  30% {
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  35% {
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  60% {
    left: 70px;
  }
  61% {
    left: -24px;
  }
  80% {
    left: 8px;
  }
  90% {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.panier_link {
  display: inline-block;
  position: relative;
  color: #ffffff;
  margin: 0px 20px;
  text-indent: -9999px;
  height: 40px;
  width: 40px;
  float: right;
}
.panier_link:hover:after {
  animation: go_caddi 500ms ease-in 0ms forwards;
}
.panier_link:after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url(../images/icones/panier.svg);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center center;
  left: 8px;
  bottom: 8px;
}

.inscription {
  color: #1C365F;
  text-align: left;
  text-transform: none;
  font-weight: 700;
  line-height: 15px;
  margin-bottom: 35px;
}
.inscription span {
  display: block;
  float: left;
  width: 50%;
}
.inscription a {
  display: block;
  float: left;
  width: 50%;
  text-align: right;
  color: #1C365F;
  text-decoration: underline;
}

.site-content {
  min-height: 25vh;
}

/* LOGIN COMPTE */
.login_info {
  position: fixed;
  z-index: 220;
  background-color: #ffffff;
  width: 330px;
  top: 40px;
  box-shadow: 0 0px 27px 6px rgba(0, 0, 0, 0.1);
  right: -400px;
  padding: 18px 30px;
  text-align: left;
  font-size: 13px;
  visibility: hidden;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.login_info.open {
  right: 50px;
  visibility: visible;
  -webkit-transition: all 350ms ease-in;
  -moz-transition: all 350ms ease-in;
  -ms-transition: all 350ms ease-in;
  -o-transition: all 350ms ease-in;
  transition: all 350ms ease-in;
}
.login_info form {
  border: 0px;
  border-radius: 0px !important;
}
.login_info p {
  margin-bottom: 0px;
}
.login_info .lost_password {
  padding: 30px 0px 12px;
  text-align: center;
  text-transform: none;
  font-size: 12px;
  text-decoration: underline;
}
.login_info .woocommerce-Input {
  background-color: rgba(28, 54, 95, 0.1);
  border: 0px !important;
  padding: 13px 7px;
  width: 100%;
  margin-bottom: 4px;
  position: relative;
  display: block;
}
.login_info .woocommerce-form__label {
  color: #1C365F;
  text-transform: none;
  position: relative;
  display: block;
  margin-top: 11px;
  margin-bottom: 15px;
}
.login_info .woocommerce-Button {
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0px !important;
  width: 100%;
  padding: 13px 7px;
  background-color: #1C365F;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  display: block;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.login_info .info_user span {
  font-size: 11px;
}
.login_info .info_user {
  line-height: 15px;
}
.login_info .top_woo_navigation {
  margin-top: 15px;
  border-top: 2px solid #1C365F;
  padding-top: 10px;
}
.login_info .top_woo_navigation ul {
  margin: 0px;
  padding: 0px;
}
.login_info .top_woo_navigation ul li {
  padding: 0px;
  margin: 0px;
}
.login_info .top_woo_navigation ul li a {
  display: block;
  padding: 2px 5px;
  font-size: 12px;
  margin: 0px;
  width: 100%;
  text-transform: uppercase;
}
.login_info .top_woo_navigation ul li a:hover {
  background-color: #1C365F;
  color: #ffffff;
  text-decoration: none;
}
.login_info .top_woo_navigation ul li:before {
  display: none;
}

/* -------------------------------------
Menu footer
 -------------------------------------*/
.info_left h4 {
  font-size: 14px;
  line-height: 26px;
  font-weight: 900;
  margin-bottom: 0px;
  text-transform: uppercase;
  margin-right: 6.75675676%;
  position: relative;
  display: block;
}

.info_right h4 {
  font-size: 14px;
  line-height: 26px;
  font-weight: 900;
  margin-bottom: 19px;
  text-transform: uppercase;
  margin-right: 6.75675676%;
  position: relative;
  display: block;
  border-bottom: 1px solid #1C365F;
}

.info_right h4 {
  margin-right: 0px;
}

.bdp1-menu {
  margin: 0px;
  padding: 0px 0px 0px;
}
.bdp1-menu li {
  margin: 0px;
  padding: 0px;
  line-height: 20px;
}
.bdp1-menu li:before {
  display: none;
}
.bdp1-menu li a {
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.bdp1-menu li a:hover {
  color: #85523f;
  text-decoration: none;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.bdp1-menu > li {
  width: 25%;
  float: left;
  padding: 19px 20px 0px 0px;
  border-top: 1px solid #1C365F;
}
.bdp1-menu > li:nth-of-type(1), .bdp1-menu > li:nth-of-type(3) {
  width: 20%;
}
.bdp1-menu > li:nth-of-type(2) {
  width: 27%;
  margin-right: 3%;
}
.bdp1-menu > li:nth-of-type(4) {
  width: 25%;
  margin-right: 5%;
}
.bdp1-menu > .menu-item > a {
  display: none;
}
.bdp1-menu .sub-menu {
  display: block;
  padding: 0px;
  margin: 0px;
}

.bdp2-menu {
  float: left;
  width: 25%;
  margin: 0px;
  padding: 0px;
}
.bdp2-menu li {
  margin: 0px;
  padding: 0px;
  line-height: 20px;
}
.bdp2-menu li:before {
  display: none;
}
.bdp2-menu li a {
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.bdp2-menu li a:hover {
  color: #85523f;
  text-decoration: none;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}

.legal-menu {
  margin: 0px;
  padding: 0px;
  text-align: right;
}
.legal-menu li {
  display: inline-block;
  margin: 0px;
  padding: 0px 0px 0px 24px;
  line-height: 14px;
}
.legal-menu li:before {
  content: "|";
  left: 12px;
  top: 0px;
}
.legal-menu li:first-child {
  padding: 0px 0px 0px 0px;
}
.legal-menu li:first-child:before {
  display: none;
}
.legal-menu li a {
  font-size: 13px;
  font-weight: 400;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.legal-menu li a:hover {
  color: #85523f;
  text-decoration: none;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}

.adresse {
  float: left;
  width: 75%;
}

#details_add {
  font-size: 14px;
  line-height: 17px;
  width: 50%;
  float: left;
}
#details_add a {
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
#details_add a:hover {
  color: #85523f;
  text-decoration: none;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
#details_add .map {
  display: inline-block;
  position: relative;
  margin-top: 5px;
  text-decoration: underline;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
#details_add .map:hover {
  color: #85523f;
  text-decoration: underline;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}

#details_ouverture {
  font-size: 14px;
  line-height: 17px;
  width: 50%;
  float: left;
}
#details_ouverture p {
  margin-bottom: 20px;
}
#details_ouverture .phone {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: #85523f;
}

/* -------------------------------------
WOOCOMMERCE
 -------------------------------------*/
div.woocommerce {
  max-width: 1480px;
  padding: 0px 40px 60px;
  margin: 0px auto;
}

.woocommerce ul.products li.product .button {
  margin-top: 0px !important;
}

mark {
  background-color: rgba(28, 54, 95, 0.1);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  line-height: normal !important;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 0px;
  padding: 0px;
  margin: 0px;
  text-align: left;
  border-radius: 0px;
}

.woocommerce-additional-fields {
  margin-bottom: 60px;
}

form.woocommerce-checkout {
  padding-bottom: 60px;
  padding-top: 50px;
}

.woocommerce-checkout .woocommerce-error {
  max-width: 1400px;
  padding: 5px 56px 5px;
  margin: 3px auto 0px;
}
.woocommerce-checkout .woocommerce-error li:first-child {
  padding-top: 5px;
}

body.woocommerce-checkout .woocommerce-info a,
body.woocommerce-checkout .woocommerce-message a,
body.woocommerce-checkout .woocommerce-error a {
  padding: 5px 8px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-indent: -9999px !important;
}
body.woocommerce-checkout .woocommerce-info a:after,
body.woocommerce-checkout .woocommerce-message a:after,
body.woocommerce-checkout .woocommerce-error a:after {
  content: "+";
  display: block;
  position: absolute;
  right: 10px;
  top: 6px;
  width: 24px;
  color: #85523f;
  font-size: 36px;
  font-weight: 400;
  text-indent: initial;
}

.checkout_coupon .form-row-first {
  width: 300px !important;
  overflow: visible;
  margin: 8px 0 10px !important;
}

.checkout_coupon .form-row-last {
  width: auto !important;
  float: left !important;
  margin: 8px 0 10px !important;
}

.checkout_coupon .button {
  padding: 14px 7px !important;
  width: 275px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  cursor: pointer;
  border: 0;
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
  -webkit-appearance: none;
  border-radius: 0px !important;
  /*width: 100%;*/
  padding-left: 15px !important;
  padding-right: 15px !important;
  background-color: #1C365F;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  /*display: block;*/
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.08em;
}

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

.woocommerce-info {
  background-color: #F3EAE2 !important;
  color: #1C365F !important;
  border-top-color: #F3EAE2 !important;
}

.woocommerce-message {
  background-color: #1C365F !important;
  color: #ffffff !important;
  border-top-color: #1C365F !important;
}

.woocommerce-message:before {
  color: #ffffff !important;
}

.woocommerce-info:before {
  color: #1C365F !important;
}

.panier .woocommerce-error,
.panier .woocommerce-info,
.panier .woocommerce-message {
  margin: 0px 0;
  position: fixed;
  top: 134px;
  left: 0px;
  right: 0px;
}

.shop_more {
  display: inline-block;
  font-weight: 700;
  color: #85523f !important;
  float: left !important;
  margin-top: 5px;
}
.shop_more:after {
  content: ">";
  display: inline-block;
  position: relative;
  top: 1px;
  margin-left: 4px;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  text-transform: none;
  color: #ffffff !important;
}
.woocommerce-error li:before,
.woocommerce-info li:before,
.woocommerce-message li:before {
  display: none;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: rgba(28, 54, 95, 0.1);
}

.woocommerce form .form-row .required,
.woocommerce form .form-row.woocommerce-invalid label {
  color: #b81c23;
}

.woocommerce-error {
  border-top-color: #b81c23;
  background-color: #b81c23 !important;
  color: #ffffff;
}
.woocommerce-error a {
  color: #ffffff;
}

.woocommerce-error:before {
  color: #ffffff !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  margin: 0px 0;
  padding: 5px 2em 5px 3.5em;
  position: relative;
}

.woocommerce-info:before {
  content: "i" !important;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #1C365F;
  color: #ffffff !important;
  font-weight: 900;
  font-family: "Intro";
  text-align: center;
  font-size: 14px;
  line-height: 17px;
}

.woocommerce-message.woocommerce-info:before {
  background-color: #ffffff;
  color: #1C365F !important;
  line-height: 17px;
}

.single-product .woocommerce-error,
.single-product .woocommerce-info,
.single-product .woocommerce-message {
  margin: 0px 0;
  position: fixed;
  top: 133px;
  z-index: 4;
  width: 100%;
  line-height: 32px;
}
.single-product .woocommerce-error a,
.single-product .woocommerce-info a,
.single-product .woocommerce-message a {
  background-color: #85523f;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  float: right;
  width: auto;
  display: inline-block;
  padding: 10px 5px;
  font-size: 12px;
}

.woocommerce-error::before,
.woocommerce-message::before {
  top: 5px !important;
  left: 23px !important;
}

.woocommerce-info::before {
  top: 8px !important;
  left: 23px !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-top: 0px;
}

.woocommerce div.product div.images img {
  max-width: 480px !important;
}

.single-product .site-content {
  background-color: #ffffff;
}
.single-product .site-content section#main {
  max-width: none;
  padding: 0px 0px 0px;
  background-color: #ffffff;
  margin: 0px auto;
}
.single-product .site-content .woocommerce-breadcrumb {
  max-width: 1480px;
  margin: 0px auto;
}
.single-product .site-content .value_variable_product,
.single-product .site-content .product {
  max-width: 1480px;
  padding: 0px 40px 0px;
  margin: 0px auto;
}

section#main {
  max-width: 1480px;
  padding: 0px 40px 40px;
  background-color: #ffffff;
  margin: 0px auto;
}
section#main:after {
  content: "";
  display: table;
  clear: both;
}

#shipping_method li {
  padding: 0px;
}
#shipping_method li:before {
  display: none;
}

.woocommerce-account .addresses .title .edit {
  display: inline-block;
  position: relative;
  padding: 5px 12px 5px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  float: left;
  clear: both;
  margin: 5px 0px 15px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.woocommerce-account .addresses .title .edit:after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  bottom: -2px;
  height: 2px;
  background-color: #1C365F;
  width: 100%;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.woocommerce-account .addresses .title .edit:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: -2px;
  height: 2px;
  background-color: #1C365F;
  width: 100%;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.woocommerce-account .addresses .title .edit:hover {
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  background-color: #1C365F;
  text-decoration: none;
  color: #ffffff;
}
.woocommerce-account .addresses .title .edit:hover:before {
  top: -20px;
  opacity: 0;
  height: 0px;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.woocommerce-account .addresses .title .edit:hover:after {
  bottom: -20px;
  opacity: 0;
  height: 0px;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}

.referral_field {
  margin: 0px !important;
  height: 56px !important;
  background-color: #E0C0A6 !important;
  color: #1C365F !important;
  text-align: center;
}
.referral_field h4 {
  margin: 0px;
  font-weight: 400 !important;
  height: 56px !important;
  display: inline-block;
  font-size: 16px;
  color: #1C365F !important;
  line-height: 56px !important;
}
.referral_field a {
  margin: 0px;
  font-weight: 700;
  height: 56px;
  font-size: 16px;
  display: inline-block;
  line-height: 56px;
  color: #1C365F !important;
}
.referral_field a:hover {
  text-decoration: none;
}

/* TB Section chicpoint */
#filters {
  background-color: transparent;
  border-bottom: 1px solid #1C365F !important;
  margin: 0px 10px;
}

#change-page-sizes {
  background-color: transparent;
  border-bottom: 1px solid #1C365F !important;
  display: inline-block;
  max-width: 70px;
  margin: 0px 10px;
  background-image: url(../images/triangle-bleu.png);
  background-size: 8px 4px;
  background-position: right center;
  background-repeat: no-repeat;
}

.footable.breakpoint > tbody > tr > td > span.footable-toggle {
  text-indent: -9999px;
  display: inline-block;
  width: 16px;
  height: 26px;
  background-image: url(../images/triangle-bleu.png);
  background-size: 8px auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.pagination ul {
  text-align: center;
  padding-top: 10px;
}

.pagination ul > li {
  display: inline-block;
}

.woocommerce-account .pagination ul > li {
  padding-left: 0;
}

.woocommerce-account .fb_share_img {
  display: inline-block;
}

.woocommerce-account .share_wrapper_static_url {
  position: relative;
  top: 20px;
  left: 0;
}

/* -------------------------------------
ACCUEIL
 -------------------------------------*/
#accueil_image {
  background-position: center top !important;
  background-size: cover;
}

#accueil_image > .row-1480-np > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 66.6666667vh;
}

#accueil_avantages .leftright_padding {
  padding-left: 60px;
  padding-right: 60px;
}

#accueil_newsletter {
  background-position: center center !important;
  background-size: cover !important;
  /*.titre_custom {
  	text-align: center;
  	margin : 0px auto 25px;
  	width: 184px;
  	height: 130px;
  	padding-top: 30px;
  	background-position: center bottom !important;
  	background-size: 100% auto !important;
  	background-repeat: no-repeat;
  	background-image: url(../images/cadre_newsletter.png);

  	.ligne_1{font-size: 18px; line-height: 20px;}
  	.ligne_2{font-size: 18px;}

  }*/
}

.tagline {
  padding-top: 11vh;
}

.tagline img {
  max-width: 362px !important;
  width: 100%;
}

.h1_home {
  font-size: 20px;
  line-height: 23px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 10px;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
}

/* -------------------------------------
Les conseils
 -------------------------------------*/
.lesdecoupes_boeuf {
  padding-right: 20px !important;
}

.lesdecoupes_porc {
  padding-left: 20px !important;
}

/* -------------------------------------
Bloc viual composer
 -------------------------------------*/
.warp_liste_viandes {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.liste_viandes {
  position: relative;
  width: 100%;
  max-width: 1020px;
  text-align: center;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.liste_viandes li {
  display: inline-block;
  float: left;
  padding: 0px;
  background-color: #ffffff;
  width: 15.6862745%;
  height: 158px;
  margin-bottom: 0;
}
.liste_viandes li:before {
  display: none;
}

.lien_liste_viandes {
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 158px;
  padding-top: 18px;
  color: #1C365F;
  background-color: #ffffff;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.lien_liste_viandes .ligne_1 {
  font-family: "Lifehack";
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.04em;
  display: block;
  position: relative;
  z-index: 4;
}
.lien_liste_viandes .ligne_2 {
  display: inline-block;
  font-size: 20px;
  position: relative;
  margin-bottom: 0px;
  z-index: 4;
  padding: 0px 10px;
}
.lien_liste_viandes .ligne_2:after {
  content: ".";
  display: block;
  position: absolute;
  top: -5px;
  right: 0px;
}
.lien_liste_viandes .ligne_2:before {
  content: ".";
  display: block;
  position: absolute;
  top: -5px;
  left: 0px;
}
.lien_liste_viandes:hover {
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  height: 174px;
  text-decoration: none;
}
.lien_liste_viandes:after {
  content: "";
  display: block;
  position: absolute;
  top: -31px;
  right: 0px;
  background-image: url(../images/ArrowHead.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  width: 100%;
  height: 42px;
}

.box_img_pastille {
  background-size: cover;
  background-position: center center;
  width: 100%;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  display: block;
}
.box_img_pastille img {
  width: 100%;
  height: auto;
}
.box_img_pastille .pastille {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 4;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 900;
  text-transform: uppercase;
  width: 186px;
  padding: 65px 0px 0;
  height: 186px;
  border-radius: 50%;
  margin: -93px 0 0 -93px;
  background-color: #1C365F;
}
.box_img_pastille .pastille:after {
  content: "";
  display: block;
  position: absolute;
  width: 164px;
  height: 164px;
  top: 11px;
  left: 11px;
  border-radius: 50%;
  border: 1px dotted #ffffff;
}

.box_img_link {
  background-size: cover;
  background-position: center center;
}
.box_img_link img {
  width: 100%;
  height: auto;
}
.box_img_link a,
.box_img_link .nolink {
  width: 100%;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  display: block;
}
.box_img_link a .details_link,
.box_img_link .nolink .details_link {
  position: absolute;
  top: 40%;
  width: 100%;
  z-index: 4;
  text-align: center;
  color: #ffffff;
}
.box_img_link a .details_link.with_desc,
.box_img_link .nolink .details_link.with_desc {
  top: 30%;
}
.box_img_link a .details_link.with_desc p,
.box_img_link .nolink .details_link.with_desc p {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 0px 40px;
  max-width: 680px;
  letter-spacing: 0.02em;
  margin: 15px auto 0px;
}
.box_img_link a .ligne_1,
.box_img_link .nolink .ligne_1 {
  font-family: "Lifehack";
  font-size: 22px;
  line-height: 25px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.04em;
  display: block;
  position: relative;
  z-index: 4;
}
.box_img_link a .ligne_2,
.box_img_link .nolink .ligne_2 {
  display: block;
  font-size: 25px;
  position: relative;
  margin-bottom: 0px;
  z-index: 4;
  padding: 0px 10px;
  letter-spacing: 0.08em;
  display: inline-block;
  text-transform: uppercase;
}
.box_img_link a .ligne_2:after,
.box_img_link .nolink .ligne_2:after {
  content: ".";
  display: block;
  position: absolute;
  top: -5px;
  right: 0px;
}
.box_img_link a .ligne_2:before,
.box_img_link .nolink .ligne_2:before {
  content: ".";
  display: block;
  position: absolute;
  top: -5px;
  left: 0px;
}
.box_img_link a .voir,
.box_img_link .nolink .voir {
  display: block;
  position: relative;
  width: 78px;
  letter-spacing: 0.08em;
  color: #ffffff;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  opacity: 0;
  margin: 40px auto 0px;
  font-weight: 700;
  padding: 10px 0px;
  z-index: 4;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.box_img_link a .voir:after,
.box_img_link .nolink .voir:after {
  content: "";
  display: block;
  position: absolute;
  right: -200px;
  bottom: -2px;
  height: 2px;
  background-color: #ffffff;
  width: 100%;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.box_img_link a .voir:before,
.box_img_link .nolink .voir:before {
  content: "";
  display: block;
  position: absolute;
  left: -200px;
  top: -2px;
  height: 2px;
  background-color: #ffffff;
  width: 100%;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.box_img_link a:hover .voir,
.box_img_link .nolink:hover .voir {
  opacity: 1;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.box_img_link a:hover .voir:before,
.box_img_link .nolink:hover .voir:before {
  left: 0px;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.box_img_link a:hover .voir:after,
.box_img_link .nolink:hover .voir:after {
  right: 0px;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.box_img_link a:hover,
.box_img_link .nolink:hover {
  text-decoration: none;
}
.box_img_link a:after,
.box_img_link .nolink:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  z-index: 2;
}
.box_img_link a:hover:after,
.box_img_link .nolink:hover:after {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.box_img_link .nolink:hover:after {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}

.titre_custom {
  text-align: center;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 40px;
  display: block;
  position: relative;
}
.titre_custom .ligne_1 {
  font-family: "Lifehack";
  font-size: 22px;
  line-height: 25px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.04em;
  display: block;
  position: relative;
  z-index: 4;
}
.titre_custom .ligne_2 {
  display: block;
  font-size: 25px;
  position: relative;
  margin-bottom: 0px;
  z-index: 4;
  font-weight: 900;
  padding: 0px 10px;
  letter-spacing: 0.08em;
  display: inline-block;
  text-transform: uppercase;
}
.titre_custom .ligne_2.ligne {
  padding-bottom: 18px;
  border-bottom: 1px solid #f3eae2;
}

.titre_avec_points {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.3em !important;
}
.titre_avec_points span {
  display: inline-block;
  position: relative;
  text-align: center;
  z-index: 4;
  padding: 0px 16px;
}
.titre_avec_points span:after {
  content: ".";
  display: block;
  position: absolute;
  top: -5px;
  right: 0px;
}
.titre_avec_points span:before {
  content: ".";
  display: block;
  position: absolute;
  top: -5px;
  left: 0px;
}
.titre_avec_points span.brun {
  color: #85523f;
}
.titre_avec_points span.blanc {
  color: #ffffff;
}

.bouton {
  text-align: center;
  position: relative;
  margin: 30px 0px;
}
.bouton.blanc a {
  color: #ffffff;
}
.bouton.blanc a:after, .bouton.blanc a:before {
  background-color: #ffffff;
}
.bouton.blanc a:hover {
  background-color: #ffffff;
  color: #1C365F;
}
.bouton a {
  display: inline-block;
  position: relative;
  padding: 12px 28px 10px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.bouton a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  bottom: -2px;
  height: 2px;
  background-color: #1C365F;
  width: 100%;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.bouton a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: -2px;
  height: 2px;
  background-color: #1C365F;
  width: 100%;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.bouton a:hover {
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  background-color: #1C365F;
  text-decoration: none;
  color: #ffffff;
}
.bouton a:hover:before {
  top: -20px;
  opacity: 0;
  height: 0px;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.bouton a:hover:after {
  bottom: -20px;
  opacity: 0;
  height: 0px;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}

.suivez_nous {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #1C365F;
}
.suivez_nous .social {
  margin-top: 30%;
  position: relative;
  text-align: center;
}
.suivez_nous .social span {
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #ffffff;
  display: block;
  position: relative;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.last_news {
  display: block;
  position: relative;
  width: 100%;
  max-width: 620px;
  overflow-x: hidden;
  background-size: cover;
  background-position: center center;
}
.last_news img {
  width: 100%;
  height: auto;
}
.last_news:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(24, 38, 60, 0.6);
}
.last_news .description {
  position: absolute;
  top: 20%;
  color: #ffffff;
  text-align: center;
  width: 68%;
  left: 50%;
  z-index: 12;
  margin-left: -34%;
}
.last_news .description h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  margin: 22px 0px 16px;
  letter-spacing: normal;
}
.last_news .description .lire {
  display: block;
  position: relative;
  width: 140px;
  letter-spacing: 0.08em;
  color: #ffffff;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  opacity: 0;
  margin: 40px auto 0px;
  font-weight: 700;
  padding: 10px 0px;
  z-index: 4;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.last_news .description .lire:after {
  content: "";
  display: block;
  position: absolute;
  right: -200px;
  bottom: -2px;
  height: 2px;
  background-color: #ffffff;
  width: 100%;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.last_news .description .lire:before {
  content: "";
  display: block;
  position: absolute;
  left: -200px;
  top: -2px;
  height: 2px;
  background-color: #ffffff;
  width: 100%;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.last_news:hover .lire {
  opacity: 1;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.last_news:hover .lire:before {
  left: 0px;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.last_news:hover .lire:after {
  right: 0px;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}

.bloc_avantage {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: stretch;
  -ms-flex-align-items: stretch;
  -webkit-align-items: stretch;
  -webkit-align-content: flex-start; /* Safari 7.0+ */
  align-content: flex-start;
  padding: 0px 0px 0px 0px;
}
.bloc_avantage .texte_avantages {
  padding: 150px 40px 150px 40px;
  float: left;
  width: 50%;
}
.bloc_avantage .texte_avantages .contenu {
  max-width: 750px;
  margin: 0px auto;
  position: relative;
  padding: 0px 40px;
}
.bloc_avantage .texte_avantages .icone_titre {
  margin: 0px auto 40px;
}
.bloc_avantage .img_avantages {
  float: left;
  width: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bloc_avantage.gauche .img_avantages {
  order: 1;
}
.bloc_avantage.gauche .texte_avantages {
  order: 2;
  padding: 150px 0px 150px 40px;
}

.icone_avantage img {
  width: 90px;
  height: 66px;
}

.menu_produits {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  max-width: 1480px;
  width: 100%;
  margin: 0px auto;
  padding: 30px 0px 60px;
  min-height: 460px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: flex-stretch;
  -ms-flex-align-items: flex-stretch;
  -webkit-align-items: flex-stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  justify-content: center;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.menu_produits:after {
  content: "";
  display: table;
  clear: both;
}
.menu_produits li {
  list-style: none;
  float: left;
  margin: 0px 0px 20px 8.19444444%;
  padding: 0px;
}
.menu_produits li:first-child {
  margin: 0px 0px 20px 0%;
}
.menu_produits li:before {
  display: none;
}
.menu_produits li a {
  display: inline-block;
  position: relative;
  width: 100%;
  color: #1C365F;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.menu_produits li a .ligne_1 {
  font-family: "Lifehack";
  font-size: 18px;
  line-height: 13px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.04em;
  display: block;
  position: relative;
  z-index: 4;
}
.menu_produits li a .ligne_2 {
  display: block;
  font-size: 18px;
  position: relative;
  margin-bottom: 0px;
  z-index: 4;
}
.menu_produits li a:hover {
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  color: #85523f;
  text-decoration: none;
}
.menu_produits li.type_2 a .ligne_2 {
  padding: 0px 10px;
}
.menu_produits li.type_2 a .ligne_2:after {
  content: ".";
  display: block;
  position: absolute;
  top: -5px;
  right: 0px;
}
.menu_produits li.type_2 a .ligne_2:before {
  content: ".";
  display: block;
  position: absolute;
  top: -5px;
  left: 0px;
}
.menu_produits li.type_3 a .ligne_2 {
  padding: 0px 10px;
  display: inline-block;
}
.menu_produits li.type_3 a .ligne_2:after {
  content: ".";
  display: block;
  position: absolute;
  top: -5px;
  right: 0px;
}
.menu_produits li.type_3 a .ligne_2:before {
  content: ".";
  display: block;
  position: absolute;
  top: -5px;
  left: 0px;
}
.menu_produits li.type_2 a:hover i.boeuf {
  width: 48px;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.menu_produits li.type_2 a:hover i.volaille {
  width: 44px;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.menu_produits li.type_2 a:hover i.porc {
  width: 42px;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.menu_produits li.type_2 a:hover i.veau {
  width: 58px;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.menu_produits li.type_2 a:hover i.agneau {
  width: 60px;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.menu_produits li.type_2 a:hover i.poisson {
  width: 60px;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.menu_produits li.type_3 {
  width: 340px;
  margin: 10px 1% 20px 1%;
}
.menu_produits li.type_3 a {
  padding: 66px 10px 84px;
  width: 100%;
  min-height: 190px;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  overflow: hidden;
}
.menu_produits li.type_3 a .ligne_1 {
  font-size: 20px;
  line-height: 23px;
}
.menu_produits li.type_3 a .ligne_2 {
  font-size: 20px;
}
.menu_produits li.type_3 a .voir {
  display: block;
  position: absolute;
  width: 78px;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  opacity: 0;
  left: 50%;
  font-weight: 700;
  margin-left: -39px;
  bottom: 35px;
  padding: 10px 0px;
  z-index: 4;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.menu_produits li.type_3 a .voir:after {
  content: "";
  display: block;
  position: absolute;
  right: -200px;
  bottom: -2px;
  height: 2px;
  background-color: #ffffff;
  width: 100%;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.menu_produits li.type_3 a .voir:before {
  content: "";
  display: block;
  position: absolute;
  left: -200px;
  top: -2px;
  height: 2px;
  background-color: #ffffff;
  width: 100%;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.menu_produits li.type_3 a:hover .voir {
  opacity: 1;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.menu_produits li.type_3 a:hover .voir:before {
  left: 0px;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.menu_produits li.type_3 a:hover .voir:after {
  right: 0px;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.menu_produits li.type_3 a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  z-index: 2;
}
.menu_produits li.type_3 a:hover:after {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.menu_produits li.new_line {
  width: 100%;
  position: relative;
  margin: 0px 0px 30px;
  padding: 0px;
  clear: both;
  height: 1px;
}

.grid_news {
  display: block;
  position: relative;
}
.grid_news .gutter-sizer {
  width: 1.6%;
}
@media screen and (max-width: 1930px) {
  .grid_news .gutter-sizer {
    width: 2.16216216%;
  }
}
@media screen and (max-width: 1300px) {
  .grid_news .gutter-sizer {
    width: 3.27868852%;
  }
}
@media screen and (max-width: 630px) {
  .grid_news .gutter-sizer {
    width: 6.77966102%;
  }
}
@media screen and (max-width: 480px) {
  .grid_news .gutter-sizer {
    width: 20px;
  }
}
.grid_news .grid-item {
  width: 23.7903226%;
  height: 500px;
  float: left;
}
@media screen and (max-width: 1930px) {
  .grid_news .grid-item {
    width: 31.8918919%;
  }
}
@media screen and (max-width: 1300px) {
  .grid_news .grid-item {
    width: 48.3606557%;
  }
}
@media screen and (max-width: 630px) {
  .grid_news .grid-item {
    width: 100%;
  }
}
.grid_news .grid-item--width2 {
  width: 49.1935484%;
}
@media screen and (max-width: 1930px) {
  .grid_news .grid-item--width2 {
    width: 65.945946%;
  }
}
@media screen and (max-width: 1300px) {
  .grid_news .grid-item--width2 {
    width: 100%;
  }
}
.grid_news .last_news {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  max-width: none;
  width: auto;
}
.grid_news .last_news .categorie {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.055em;
}
.grid_news .last_news .over_color {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(24, 38, 60, 0.6);
}
.grid_news .last_news .play_ico {
  display: block;
  width: 35px;
  height: 35px;
  background-image: url(../images/icones/play.png);
  background-position: center center;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -17px;
  top: -57px;
}
.grid_news .last_news .lire.video {
  margin-top: 75px;
}
.grid_news .concours .over_color {
  background-color: rgba(63, 43, 35, 0.6);
}
.grid_news .evenements .over_color {
  background-color: rgba(0, 0, 0, 0.6);
}

.filter_news {
  position: relative;
  display: block;
  widows: 100%;
  padding: 0px;
  margin: 0px 0px 70px;
  text-align: center;
}
.filter_news li {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 28px;
  margin: 0px 12px;
  padding: 0px 13px 3px;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.filter_news li:before {
  display: none;
}
.filter_news li:hover {
  cursor: pointer;
  border-top: 2px solid #1C365F;
  border-bottom: 2px solid #1C365F;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -ms-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}
.filter_news li.select {
  border-top: 2px solid #1C365F;
  border-bottom: 2px solid #1C365F;
}
.filter_news li:last-child {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.liste_postes {
  padding: 0px;
  display: block;
  max-width: 1080px;
  margin: 0px auto;
}
.liste_postes li {
  padding: 50px 0px;
  border-bottom: 1px solid #1C365F;
}
.liste_postes li:before {
  display: none;
}
.liste_postes li h2 {
  font-size: 19px;
  color: #85523f;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.liste_postes li .bouton {
  text-align: left;
}
.liste_postes li p {
  margin: 28px 0px 40px;
}
.liste_postes li a:hover {
  text-decoration: none;
}

.det_poste {
  font-size: 15px;
  line-height: 22px;
  color: #85523f;
  text-transform: uppercase;
}
.det_poste span {
  display: inline-block;
  margin: 0px 20px;
}
.det_poste span:first-child {
  margin: 0px 20px 0px 0px;
}

.grid_recette {
  display: block;
  position: relative;
  opacity: 0;
}
.grid_recette.arrange {
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -ms-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  opacity: 1;
}
.grid_recette .gutter-sizer {
  width: 2.85714286%;
}
@media screen and (max-width: 1024px) {
  .grid_recette .gutter-sizer {
    width: 4%;
  }
}
@media screen and (max-width: 600px) {
  .grid_recette .gutter-sizer {
    width: 40px;
  }
}
@media screen and (max-width: 480px) {
  .grid_recette .gutter-sizer {
    width: 20px;
  }
}
.grid_recette .grid-item {
  width: 31.4285714%;
  height: 580px;
  float: left;
}
@media screen and (max-width: 1024px) {
  .grid_recette .grid-item {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  .grid_recette .grid-item {
    width: 100%;
    height: auto !important;
  }
}
.grid_recette .grid-item-prefere {
  width: 65.7142857%;
}
@media screen and (max-width: 1024px) {
  .grid_recette .grid-item-prefere {
    width: 100%;
  }
}
.grid_recette .grid-item-prefere .img_voir {
  display: none;
}
.grid_recette .grid-item-prefere .recette_list .image_recette {
  position: absolute;
  top: 0px;
  bottom: 0px;
  height: 100%;
  left: 0px;
  width: 50%;
  z-index: 5;
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.grid_recette .grid-item-prefere .recette_list .image_recette:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  z-index: 2;
}
.grid_recette .grid-item-prefere .recette_list .description {
  position: absolute;
  top: 0px;
  bottom: 0px;
  height: 100%;
  right: 0px;
  width: 50%;
  z-index: 5;
  padding-top: 185px;
}
.grid_recette .recette_list {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  max-width: none;
  width: auto;
  background-color: #f8f2ed;
  text-align: center;
  overflow: hidden;
}
.grid_recette .recette_list .voir {
  display: block;
  position: absolute;
  width: 78px;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  opacity: 0;
  left: 50%;
  font-weight: 700;
  margin-left: -39px;
  padding: 10px 0px;
  top: 47%;
  color: #ffffff;
  z-index: 4;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.grid_recette .recette_list .voir:after {
  content: "";
  display: block;
  position: absolute;
  right: -200px;
  bottom: -2px;
  height: 2px;
  background-color: #ffffff;
  width: 100%;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.grid_recette .recette_list .voir::before {
  content: "";
  display: block;
  position: absolute;
  left: -200px;
  top: -2px;
  height: 2px;
  background-color: #ffffff;
  width: 100%;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.grid_recette .recette_list:hover {
  text-decoration: none;
}
.grid_recette .recette_list:hover .voir {
  opacity: 1;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.grid_recette .recette_list:hover .voir:after {
  right: 0px;
  width: 100%;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.grid_recette .recette_list:hover .voir::before {
  left: 0px;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.grid_recette .recette_list:hover .img_voir:after,
.grid_recette .recette_list:hover .image_recette:after {
  background-color: rgba(0, 0, 0, 0.4) !important;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.grid_recette .recette_list img {
  width: 100%;
  height: auto;
}
.grid_recette .recette_list .description {
  padding: 40px 40px 0px;
  background-color: #f8f2ed;
}
.grid_recette .recette_list .prefere {
  top: 62px;
  left: -17px;
}
.grid_recette .recette_list .titre_recette {
  font-size: 22px;
  font-weight: 700;
  margin: 25px 0px;
}
.grid_recette .recette_list .temps {
  text-transform: uppercase;
  color: #85523f;
}
.grid_recette .recette_list .img_voir {
  position: relative;
  overflow: hidden;
}
.grid_recette .recette_list .img_voir:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  z-index: 2;
}

.prefere {
  position: absolute;
  top: 62px;
  left: -17px;
  width: 153px;
  height: 153px;
  background-image: url(../images/recettes-preferes.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-indent: -9999px;
}

.cat span {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
}
.cat span:after {
  content: ".";
  display: block;
  position: absolute;
  top: -3px;
  right: -7px;
}
.cat span:before {
  content: ".";
  display: block;
  position: absolute;
  top: -3px;
  left: -7px;
}

.filter_recette {
  position: relative;
  display: block;
  widows: 100%;
  padding: 0px;
  margin: 0px 0px 70px;
  text-align: center;
}
.filter_recette li {
  display: inline-block;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 28px;
  margin: 0px 12px;
  opacity: 0.3;
  padding: 0px 13px 3px;
  border-top: 2px solid rgba(255, 255, 255, 0);
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.filter_recette li:before {
  display: none;
}
.filter_recette li:hover {
  opacity: 1;
  cursor: pointer;
  border-top: 2px solid rgb(255, 255, 255);
  border-bottom: 2px solid rgb(255, 255, 255);
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -ms-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}
.filter_recette li.select {
  opacity: 1;
  border-top: 2px solid rgb(255, 255, 255);
  border-bottom: 2px solid rgb(255, 255, 255);
}
.filter_recette li:last-child {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* newsletter */
.mc4wp-success p {
  color: #ffffff !important;
  padding: 0px 20px !important;
  text-align: center !important;
  display: block;
  max-width: 500px;
  margin: 0px auto !important;
}

.mailchimp_form {
  max-width: 460px;
  margin: 10px auto 10px;
  text-align: center;
}
.mailchimp_form:after {
  content: "";
  display: table;
  clear: both;
}
.mailchimp_form input[type=text] {
  width: 100%;
  float: left;
  padding: 7px 17px !important;
  background-color: transparent;
  color: #ffffff;
  border-bottom: 2px solid #ffffff !important;
}
.mailchimp_form ::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #ffffff;
}
.mailchimp_form :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.mailchimp_form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.mailchimp_form :-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.mailchimp_form ::-ms-input-placeholder {
  /* Edge */
  color: #ffffff;
}
.mailchimp_form :placeholder-shown {
  /* Standard one last! */
  color: #ffffff;
}
.mailchimp_form .info_nom {
  width: 49.5652174% !important;
}
.mailchimp_form .info_prenom {
  width: 49.5652174% !important;
  margin-right: 0.86956522%;
}
.mailchimp_form .info_naissance {
  margin-bottom: 45px;
}
.mailchimp_form input[type=email] {
  width: 100% !important;
  float: left;
  padding: 7px 17px !important;
  background-color: transparent;
  color: #ffffff;
  border-bottom: 2px solid #ffffff !important;
}
.mailchimp_form input[type=submit] {
  margin: 5px auto 0 auto !important;
  clear: both !important;
  width: 210px !important;
  float: none !important;
  color: #1C365F;
  font-weight: 700;
  background-color: #ffffff;
  border-left: 0px;
  border-right: 0px;
  font-size: 14px !important;
  padding: 11px 17px 7px 17px !important;
  display: block;
}
.mailchimp_form input[type=submit]:hover {
  background-color: #E0C0A6;
}

.mailchimp_form_wrapper {
  margin: 0px auto;
  max-width: 1480px;
  /*error*/
}
.mailchimp_form_wrapper .mailchimp_form {
  max-width: 460px;
  margin: 0px auto;
  text-align: center;
}
.mailchimp_form_wrapper .mailchimp_form:after {
  content: "";
  display: table;
  clear: both;
}
.mailchimp_form_wrapper .mailchimp_form div.validation_error {
  color: #ffffff;
  display: none;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.mailchimp_form_wrapper .mailchimp_form .gform_confirmation_message {
  color: #ffffff !important;
  text-align: center !important;
}
.mailchimp_form_wrapper .mailchimp_form input[type=email] {
  width: calc(100% - 120px) !important;
  float: left;
  height: 54px;
}
.mailchimp_form_wrapper .mailchimp_form input[type=submit] {
  padding: 0px 0 0px;
  margin: 0px 0 0;
  clear: none;
  width: 120px;
  float: left;
  height: 54px;
}
.mailchimp_form_wrapper .mailchimp_form input {
  width: 100% !important;
  padding: 16px 17px !important;
  background-color: #ffffff;
}
.mailchimp_form_wrapper #field_1_1.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}
.mailchimp_form_wrapper .mailchimp_form .top_label .gfield_label {
  display: none;
}
.mailchimp_form_wrapper .mailchimp_form .gform_body {
  width: calc(100% - 120px) !important;
  float: left;
}
.mailchimp_form_wrapper .mailchimp_form .gform_footer {
  padding: 0px 0 0px;
  margin: 0px 0 0;
  clear: none;
  width: 120px;
  float: left;
}
.mailchimp_form_wrapper .mailchimp_form ul li.gfield {
  margin-top: 0px !important;
  padding: 0px 2px 0px 0px !important;
}
.mailchimp_form_wrapper .mailchimp_form .top_label div.ginput_container {
  margin-top: 0px;
}
.mailchimp_form_wrapper .mailchimp_form .gform_footer input.button,
.mailchimp_form_wrapper .mailchimp_form .gform_footer input[type=submit],
.mailchimp_form_wrapper .mailchimp_form .gform_page_footer input.button,
.mailchimp_form_wrapper .mailchimp_form .gform_page_footer input[type=submit] {
  font-size: 14px;
  color: #1C365F;
  font-weight: 700;
  background-color: #FFFFFF;
  width: 100%;
  margin: 0px;
  font-size: 14px;
  border: 0px;
  height: 54px;
  padding: 19px 17px 17px 17px !important;
}
.mailchimp_form_wrapper .mailchimp_form .gform_footer input.button:hover,
.mailchimp_form_wrapper .mailchimp_form .gform_footer input[type=submit]:hover,
.mailchimp_form_wrapper .mailchimp_form .gform_page_footer input.button:hover,
.mailchimp_form_wrapper .mailchimp_form .gform_page_footer input[type=submit]:hover {
  background-color: #1C365F;
  color: #ffffff;
}
.mailchimp_form_wrapper .mailchimp_form li input {
  width: 100% !important;
  padding: 16px 17px !important;
  background-color: #ffffff;
}
.mailchimp_form_wrapper .mailchimp_form input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
  line-height: normal !important;
  min-height: auto !important;
  margin: 0px !important;
  height: 54px;
}
.mailchimp_form_wrapper .mailchimp_form li.gfield.gfield_error,
.mailchimp_form_wrapper .mailchimp_form li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: 0px !important;
  border-top: 0px;
  border-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  box-sizing: border-box;
}
.mailchimp_form_wrapper .mailchimp_form li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.mailchimp_form_wrapper .mailchimp_form li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin: 0px;
}
.mailchimp_form_wrapper .mailchimp_form li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.mailchimp_form_wrapper .mailchimp_form li.gfield_error textarea {
  border: 0px;
  box-shadow: none;
}
.mailchimp_form_wrapper .mailchimp_form li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  max-width: 100% !important;
  padding-right: 0px;
}
.mailchimp_form_wrapper .mailchimp_form .field_description_below .gfield_description {
  padding-top: 0px;
}
.mailchimp_form_wrapper .mailchimp_form .validation_message {
  color: #ffffff;
  text-align: left;
  font-weight: 700;
  letter-spacing: normal;
}
.mailchimp_form_wrapper .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

/*************************************************
Formulaire CV 
**************************************************/
.from_cv_wrapper {
  padding-top: 55px;
}

.from_cv {
  background-color: #1C365F;
  color: #ffffff;
  max-width: 857px !important;
}
.from_cv input[type=text],
.from_cv input[type=email] {
  background-color: #ffffff;
  padding: 16px 17px !important;
  height: 54px;
  margin-bottom: 0px;
}
.from_cv .top_label div.ginput_complex.ginput_container.gf_name_has_1,
.from_cv .top_label div.ginput_complex.ginput_container.gf_name_has_2,
.from_cv .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
  width: 100%;
}
.from_cv .name_first label,
.from_cv .name_last label {
  display: none !important;
}
.from_cv .gfield_required {
  display: none;
}
.from_cv .ginput_complex {
  margin: 0px;
}
.from_cv .ginput_complex:after {
  content: "";
  display: table;
  clear: both;
}
.from_cv div.ginput_container_name span {
  padding-right: 15px;
  margin-right: 0px;
  float: left;
  width: 50%;
  margin-bottom: 0px !important;
}
.from_cv div.ginput_container_name span:last-child {
  padding-right: 0px;
  padding-left: 15px;
  clear: right;
}
.from_cv #field_2_1 .gfield_label,
.from_cv #field_2_2 .gfield_label {
  display: none;
}
.from_cv #field_2_1 {
  margin-bottom: 30px;
  padding: 0px;
}
.from_cv #field_2_2 {
  margin: 0px 0px 30px;
  padding: 0px;
}
.from_cv input[type=submit] {
  font-size: 14px;
  color: #1C365F;
  font-weight: 700;
  background-color: #E0C0A6;
  width: 100%;
  margin: 0px !important;
  font-size: 14px !important;
  border: 0px;
  height: 54px;
  line-height: normal !important;
  min-height: none !important;
  padding: 19px 17px 17px 17px !important;
  text-transform: uppercase;
}
.from_cv input[type=submit]:hover {
  color: #ffffff;
  background-color: #1C365F;
}
.from_cv .gform_footer {
  text-align: right;
}

/*************************************************
Page Nouvelles
**************************************************/
.post_nav_zone {
  max-width: 1480px;
  margin: 0px auto;
  padding: 15px 40px 0px;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
  color: #1C365F;
  letter-spacing: 0.04em;
}
.post_nav_zone .fil_home {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 17px;
  background-image: url(../images/home.png);
  background-repeat: no-repeat;
  background-position: left 3px;
  background-size: 10px 10px;
  text-indent: -9999px;
}
.post_nav_zone a {
  color: #1C365F;
}
.post_nav_zone .fil_page br {
  display: none;
}
.post_nav_zone .post-navigation {
  float: right;
}
.post_nav_zone .post-navigation h2 {
  display: none;
}
.post_nav_zone .post-navigation a:hover {
  text-decoration: none;
}
.post_nav_zone .post-navigation .icone_btn {
  display: block;
  position: relative;
  height: 26px;
  width: 26px;
  background-color: #1C365F;
  color: #ffffff;
  line-height: 26px;
  font-weight: 900;
  text-align: center;
  border-radius: 50%;
  font-size: 17px;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.post_nav_zone .post-navigation .icone_btn:hover {
  background-color: #85523f;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.post_nav_zone .post-navigation .nav-links div {
  float: left;
}
.post_nav_zone .post-navigation .nav-previous {
  margin-right: 10px;
}

.single_news {
  position: relative;
  padding: 0px 40px;
  background-color: #f8f2ee;
  margin-top: 20px;
}
.single_news:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  right: 0px;
  height: 260px;
  background-color: #ffffff;
  z-index: 2;
}

.single_warp {
  position: relative;
  max-width: 1220px;
  margin: 0px auto;
  padding-top: 20px;
  z-index: 4;
}

.actu, .poste {
  padding-bottom: 75px;
}
.actu figure img, .poste figure img {
  width: 100%;
  height: auto;
}
.actu .categorie, .poste .categorie {
  position: relative;
  margin: 70px 0px 25px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.055em;
}
.actu .categorie .date, .poste .categorie .date {
  font-weight: 700;
}
.actu h1, .poste h1 {
  letter-spacing: 0.055em;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 45px;
  letter-spacing: 0.055em;
}
.actu .entry-content, .poste .entry-content {
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  padding: 45px 0px;
  max-width: 800px;
  margin: 0px auto;
}
.actu .share, .poste .share {
  text-align: center !important;
  padding-bottom: 75px;
}
.actu .share span, .poste .share span {
  font-size: 13px;
  color: #1C365F !important;
  font-weight: 900;
}
.actu .share .ssba, .poste .share .ssba {
  padding-top: 5px;
}
.actu .share .ssba div, .poste .share .ssba div {
  text-align: center !important;
}
.actu .share .ssba a, .poste .share .ssba a {
  position: relative;
  top: -3px;
}

/*************************************************
Page Poste
**************************************************/
.single_poste {
  position: relative;
  padding: 20px 40px 0px;
  background-color: #f8f2ee;
}

.poste .categorie {
  margin: 50px 0px 0px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.poste h1 {
  margin-bottom: 17px;
}
.poste .det_poste {
  text-align: center;
  margin-bottom: 50px;
}
.poste .share {
  max-width: 800px;
  margin: 0px auto;
  text-align: left !important;
  padding-bottom: 30px;
  padding-top: 30px;
}
.poste .share .ssba div {
  text-align: left !important;
}
.poste .share .ssba-wrap {
  margin-left: -6px;
}

.frm_cv_single {
  background-color: #1C365F;
  padding: 100px 40px 80px;
}
.frm_cv_single p {
  text-align: center;
}
.frm_cv_single .from_cv_wrapper {
  padding-top: 20px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*************************************************
Page Recette
**************************************************/
.single_recette {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
.single_recette h1 {
  margin: 40px 0px;
}
.single_recette .infos_recette {
  background-color: #f8f2ee;
  width: 50%;
  padding: 70px 20px;
  text-align: center;
}
.single_recette .infos_recette header {
  overflow: hidden;
}
.single_recette .infos_recette .prefere {
  top: 0px;
  left: 0px;
  background-position: -9px -8px;
}
.single_recette .infos_recette .share {
  font-size: 13px;
  font-weight: 900;
  margin-top: 20px;
  text-align: center;
}
.single_recette .infos_recette .share .ssba div {
  text-align: center !important;
}
.single_recette .infos_recette ul {
  margin: 0px auto;
  max-width: 575px;
  padding: 0px;
}
.single_recette .infos_recette ul:after {
  content: "";
  display: table;
  clear: both;
}
.single_recette .infos_recette ul li {
  display: inline-block;
  float: left;
  width: 25%;
  color: #85523f;
  font-size: 18px;
  font-weight: 900;
  line-height: 17px;
  padding: 8px 22px 2px;
  border-right: 1px solid #85523f;
  text-transform: uppercase;
}
.single_recette .infos_recette ul li span {
  font-size: 12px;
  font-weight: 400;
  display: block;
}
.single_recette .infos_recette ul li:before {
  display: none;
}
.single_recette .infos_recette ul li:last-child {
  border-right: none;
  padding: 8px 0px 2px 22px;
}
.single_recette .infos_recette ul li:first-child {
  padding: 8px 22px 2px 0px;
}
.single_recette .image_recette {
  width: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single_recette .image_recette img {
  display: none;
  width: 100%;
  height: auto;
}
.single_recette .details_recette {
  padding-top: 55px;
}
.single_recette .niveau .niv {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #85523f;
  margin: 0px 4px;
  opacity: 0.5;
  text-indent: -9999px;
}
.single_recette .niveau.n1 .niv:nth-of-type(1) {
  opacity: 1;
}
.single_recette .niveau.n2 .niv:nth-of-type(1) {
  opacity: 1;
}
.single_recette .niveau.n2 .niv:nth-of-type(2) {
  opacity: 1;
}
.single_recette .niveau.n3 .niv:nth-of-type(1) {
  opacity: 1;
}
.single_recette .niveau.n3 .niv:nth-of-type(2) {
  opacity: 1;
}
.single_recette .niveau.n3 .niv:nth-of-type(3) {
  opacity: 1;
}
.single_recette .niveau.n4 .niv:nth-of-type(1) {
  opacity: 1;
}
.single_recette .niveau.n4 .niv:nth-of-type(2) {
  opacity: 1;
}
.single_recette .niveau.n4 .niv:nth-of-type(3) {
  opacity: 1;
}
.single_recette .niveau.n4 .niv:nth-of-type(4) {
  opacity: 1;
}
.single_recette .details_recette h2,
.single_recette .produits_utilise > h2 {
  margin-top: 10px;
  width: 100%;
  border-bottom: 1px solid #1C365F;
  padding-bottom: 12px;
}
.single_recette .details_recette h2 .ligne_1,
.single_recette .produits_utilise > h2 .ligne_1 {
  font-family: "Lifehack";
  font-size: 18px;
  line-height: 13px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.04em;
  display: block;
  position: relative;
  z-index: 4;
}
.single_recette .details_recette h2 .ligne_2,
.single_recette .produits_utilise > h2 .ligne_2 {
  display: block;
  font-size: 18px;
  position: relative;
  margin-bottom: 0px;
  z-index: 4;
}
.single_recette .ingredients,
.single_recette .etapes {
  padding: 0px 20px;
  float: left;
  width: 50%;
}
.single_recette .ingredients strong {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
}
.single_recette .produits_utilise {
  display: block;
  width: 100%;
  padding: 55px 20px 30px;
}
.single_recette .produits_utilise div.woocommerce {
  padding: 20px 0px 0px;
}

/*************************************************
Page Catégorie
**************************************************/
.cat-produit {
  background-color: #F3EAE2;
}
.cat-produit .row-full, .cat-produit .row-1480-np-hb,
.cat-produit .row-1480,
.cat-produit .row-1480-np {
  background-color: #ffffff;
}

.dhvc-woo {
  padding: 0px 0px !important;
}

.titre_categorie {
  color: #ffffff;
  display: inline-block;
  display: inline-block;
  position: relative;
  top: 35%;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
}
.titre_categorie .ligne_1 {
  font-family: "Lifehack";
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.04em;
  display: block;
  position: relative;
  z-index: 4;
}
.titre_categorie .ligne_2 {
  display: block;
  font-size: 30px;
  position: relative;
  font-weight: 900;
  margin-bottom: 0px;
  z-index: 4;
  padding: 0px 10px;
  letter-spacing: 0.08em;
  display: inline-block;
  text-transform: uppercase;
}
.titre_categorie .ligne_2:after {
  content: ".";
  display: block;
  position: absolute;
  top: -8px;
  right: -6px;
}
.titre_categorie .ligne_2:before {
  content: ".";
  display: block;
  position: absolute;
  top: -8px;
  left: -6px;
}

.fagnon {
  background-color: #1C365F;
  color: #ffffff;
  position: absolute;
  top: 0px;
  left: 50%;
  text-align: center;
  width: 178px;
  margin-left: -89px;
  height: 135px;
  padding-top: 20px;
}
.fagnon .ligne_1 {
  font-family: "Lifehack";
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.04em;
  display: block;
  position: relative;
  z-index: 4;
}
.fagnon .ligne_2 {
  display: block;
  position: relative;
  z-index: 4;
  letter-spacing: 0.08em;
  display: inline-block;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 20px;
  padding: 0px 10px;
  margin-bottom: 5px;
}
.fagnon .ligne_2:after {
  content: ".";
  display: block;
  position: absolute;
  top: -8px;
  right: -5px;
}
.fagnon .ligne_2:before {
  content: ".";
  display: block;
  position: absolute;
  top: -8px;
  left: -5px;
}
.fagnon:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/ArrowHead-bleu.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  left: 0px;
  width: 178px;
  height: 45px;
  bottom: -44px;
}
.fagnon .icones_viande {
  /*width: 25px;
  	height: 35px;*/
}

.categorie_produit {
  height: 480px;
  background-position: center center;
  position: relative;
  background-size: cover;
  text-align: center;
}

.nav_categorie {
  display: block;
  position: relative;
  max-width: 1480px;
  min-height: 35px;
  margin: -35px auto 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #85523f;
  padding: 0;
  text-align: center;
}
.nav_categorie li {
  margin: 0;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  padding: 0 35px;
}
.nav_categorie li:before {
  display: none;
}
.nav_categorie li a {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
  color: #85523f;
  font-size: 12px;
  line-height: 35px;
}
.nav_categorie li a:after {
  content: ".";
  display: block;
  position: absolute;
  top: -4px;
  right: -8px;
}
.nav_categorie li a:before {
  content: ".";
  display: block;
  position: absolute;
  top: -4px;
  left: -8px;
}

/*************************************************
FOOTER NEWSLETTER
**************************************************/
.newsletter_footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: #1C365F;
  height: 120px;
  padding-top: 19px;
  color: #ffffff;
  z-index: 1;
}
.newsletter_footer .warp_newsletter {
  position: relative;
  margin: 0px auto;
  max-width: 1400px;
}
.newsletter_footer .cta_news,
.newsletter_footer .frm_news {
  text-align: center;
  width: 50%;
  float: left;
  padding-top: 15px;
}
.newsletter_footer .cta_news {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  padding-top: 12px;
}
.newsletter_footer .cta_news p {
  margin: 0px;
}
.newsletter_footer .cta_news strong {
  font-size: 18px;
  line-height: 18px;
}
.newsletter_footer .frm_news a {
  margin: 5px auto 0 auto !important;
  clear: both !important;
  width: 280px !important;
  float: none !important;
  color: #1C365F;
  font-weight: 700;
  background-color: #ffffff;
  border-left: 0px;
  border-right: 0px;
  font-size: 14px !important;
  padding: 11px 17px 7px 17px !important;
  display: block;
}
.newsletter_footer .frm_news a:hover {
  background-color: #E0C0A6;
  text-decoration: none;
}

/*************************************************
FROM RECOMMANDER
**************************************************/
.frm_recommander li {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.gform_wrapper .frm_recommander .gfield_error .gfield_label,
.gform_wrapper .frm_recommander .validation_message {
  color: #790000 !important;
}

.gform_wrapper .frm_recommander div.validation_error {
  color: #790000 !important;
  border-top: 2px solid #790000 !important;
  border-bottom: 2px solid #790000 !important;
}

/*************************************************
Gravity form BAse 
**************************************************/
.gform_wrapper {
  margin: 0px 0 !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: rgba(255, 223, 224, 0.25) !important;
  margin-bottom: 0px !important;
  border-top: 0px !important;
  border-bottom: 0px !important;
  padding: 15px !important;
  box-sizing: border-box !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin: 0px !important;
}

.mailchimp_form li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.mailchimp_form li.gfield_error textarea {
  border: 0px !important;
  box-shadow: none !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  max-width: 100% !important;
  padding-right: 0px !important;
}

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 0px !important;
}

.gform_wrapper .validation_message {
  color: #ffffff !important;
  text-align: left !important;
  font-weight: 700 !important;
  letter-spacing: normal !important;
}

.gform_wrapper div.validation_error {
  color: #ffffff !important;
  border-top: 2px solid #ffffff !important;
  border-bottom: 2px solid #ffffff !important;
  width: auto !important;
  margin: 0 15px !important;
}

.gform_wrapper .gfield_error .gfield_label {
  color: #ffffff !important;
}

/*************************************************
WOOCOMMERCE
**************************************************/
.sans_hormones {
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 10px 16px 10px 40px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #85523f;
  font-size: 9px;
  line-height: 9px;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.sans_hormones:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 15px;
  top: 8px;
  background-image: url(../images/icones/Icon-sans-hormone.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

.sshormones {
  display: inline-block;
  position: relative;
  padding: 10px 16px 10px 40px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #85523f;
  font-size: 9px;
  line-height: 9px;
  font-weight: 900;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}
.sshormones:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 15px;
  top: 8px;
  background-image: url(../images/icones/Icon-sans-hormone.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

.payment_method_stripe img {
  display: inline-block;
}

.footable-sort-indicator {
  display: none !important;
}

.dhvc-woo-grid-list div.woocommerce {
  padding: 0px 0px;
}

.woocommerce ul.products li:before {
  display: none;
}

.woocommerce ul.products li.product a img {
  margin: 0 0 0px;
}

.woocommerce-LoopProduct-link {
  margin-bottom: 0px;
  display: block;
  position: relative;
}
.woocommerce-LoopProduct-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: 0em 0;
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 18px;
  font-weight: 700;
  position: relative;
  background-color: #ffffff;
  z-index: 4;
  margin-top: 20px;
}

.woocommerce ul.products li.product .price {
  color: #1C365F;
  display: block;
  font-weight: 400;
  margin-bottom: 0em;
  font-size: 16px;
}

.woocommerce ul.products li.product .price del {
  opacity: 1;
  display: inline-block;
}

.woocommerce ul.products li.product .price ins {
  background: 0 0;
  font-weight: 900;
  text-decoration: none;
}

.woocommerce ul.products li.product .onsale {
  top: 15px;
  right: 15px;
  bottom: auto;
  left: auto;
  margin: 0px;
  font-size: 12px;
  height: 76px;
  width: 76px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 76px;
  font-weight: 900;
  text-align: center;
  background-color: #1C365F;
}
.woocommerce ul.products li.product .onsale:after {
  content: "";
  display: block;
  position: absolute;
  height: 68px;
  width: 68px;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  border: 1px dotted #ffffff;
}

.partage {
  text-decoration: none;
  border: 0;
  background: none;
  font-size: 13px;
  color: #1C365F !important;
  font-weight: bold;
}

.product .ssba {
  display: inline-block;
}

.onsale_wrap {
  position: relative;
}

.woocommerce ul.products li.product a.add_to_cart_button {
  background-color: transparent;
  color: #85523f;
  padding: 8px 5px 8px 30px !important;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0px;
  font-size: 12px;
}
.woocommerce ul.products li.product a.add_to_cart_button:after {
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  height: 19px;
  background-image: url(../images/icones/panier-bleu.svg);
  background-repeat: no-repeat;
  background-size: 19px 19px;
  background-position: center center;
  left: 0px;
  top: 4px;
  margin: 0px;
}

.qte_list {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
  background-color: #ffffff;
  z-index: 10;
  color: #85523f;
  position: relative;
}

.single-product li .qte_list {
  font-size: 14px !important;
  line-height: 18px !important;
  margin-bottom: 5px !important;
}

.single-product .qte_list {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 35px;
  display: inline-block;
}

.price_zone {
  display: block;
  position: relative;
  padding-top: 28px;
}
.price_zone .price {
  position: absolute;
  height: 28px;
  top: 0px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.price_zone a.button {
  position: absolute;
  top: 28px;
  z-index: 2;
  height: 28px;
  opacity: 0;
  margin-top: 0px !important;
  visibility: hidden;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.price_zone a.added_to_cart {
  display: inline-block;
  position: relative;
  padding: 12px 28px 10px;
  font-size: 13px;
  margin-top: 4px;
  line-height: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  background-color: #1C365F;
  color: #ffffff;
  text-transform: uppercase;
}

.woocommerce ul.products li.product {
  overflow: hidden;
}

.woocommerce ul.products li.product .voir {
  display: block;
  position: absolute;
  width: 78px;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  opacity: 0;
  left: 50%;
  font-weight: 700;
  margin-left: -39px;
  padding: 10px 0px;
  top: 47%;
  color: #ffffff;
  z-index: 4;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.woocommerce ul.products li.product .voir:after {
  content: "";
  display: block;
  position: absolute;
  right: -200px;
  bottom: -2px;
  height: 2px;
  background-color: #ffffff;
  width: 100%;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.woocommerce ul.products li.product .voir::before {
  content: "";
  display: block;
  position: absolute;
  left: -200px;
  top: -2px;
  height: 2px;
  background-color: #ffffff;
  width: 100%;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}

.woocommerce ul.products li.product:hover .price {
  opacity: 0;
  top: -28px;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.woocommerce ul.products li.product:hover a.button {
  opacity: 1;
  top: 0px;
  visibility: visible;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.woocommerce ul.products li.product:hover .woocommerce-LoopProduct-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.woocommerce ul.products li.product:hover .voir {
  opacity: 1;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.woocommerce ul.products li.product:hover .voir:after {
  right: 0px;
  width: 100%;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.woocommerce ul.products li.product:hover .voir::before {
  left: 0px;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}

.dhvc-woo-ordering {
  float: left !important;
  text-align: left !important;
}
.dhvc-woo-ordering select {
  font-size: 13px;
  text-transform: uppercase;
  background-color: #ffffff;
  font-weight: 700;
  border-bottom: 1px solid #1C365F !important;
  border-top: 1px solid #1C365F !important;
  background-image: url(../images/triangle-bleu.png);
  background-size: 8px 4px;
  background-position: right center;
  background-repeat: no-repeat;
}

.woocommerce select {
  font-size: 13px;
  text-transform: uppercase;
  background-color: #ffffff;
  font-weight: 700;
  border-bottom: 1px solid #1C365F !important;
  border-top: 1px solid #1C365F !important;
  background-image: url(../images/triangle-bleu.png);
  background-size: 8px 4px;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 15px;
}

.wp-pagenavi {
  width: 100%;
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 13px;
  font-weight: 700;
  background: transparent;
  display: inline-block;
  position: relative;
  line-height: 32px;
  width: 32px;
  height: 32px;
  margin-left: 15px;
  border-radius: 50%;
  background-color: rgba(28, 54, 95, 0.2);
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
  color: #ffffff;
  background-color: rgb(28, 54, 95);
  text-decoration: none;
}
.wp-pagenavi span.current {
  color: #ffffff;
  background: rgb(28, 54, 95);
}
.wp-pagenavi span.pages {
  color: #ffffff;
  width: auto;
  margin-left: 0px;
  padding: 0px 15px;
  border-radius: 15px;
  background: rgb(28, 54, 95);
}

/* single product */
.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 30px;
  padding: 15px 40px 20px;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
  color: #1C365F;
  letter-spacing: 0.04em;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #1C365F;
}
.woocommerce .woocommerce-breadcrumb a:first-of-type {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 17px;
  background-image: url(../images/home.png);
  background-repeat: no-repeat;
  background-position: left 3px;
  background-size: 10px 10px;
  text-indent: -9999px;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
  max-width: 480px;
  position: relative;
  display: block;
  margin: 0px auto;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-nav {
  max-width: 480px;
  position: relative;
  display: block;
  margin: 0px auto 20px !important;
}

.summary_wrap {
  max-width: 480px;
  position: relative;
  display: block;
  margin: 0px 0px;
}

/*
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 21.4285714%;
	margin: 4.76190476% 4.76190476% 0px 0px;
	float: left;
    display: inline-block;
}


.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(5),
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(9),
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(13),
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(17),
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(21){
	margin: 4.76190476% 0% 0px 0px;
}
*/
.woocommerce span.onsale {
  min-height: 10px;
  min-width: 10px;
  padding: 0px;
  position: absolute;
  text-align: center;
  left: auto;
  margin: 0;
  border-radius: 100%;
  z-index: 9;
  top: auto;
  right: 0px;
  top: 15px;
  left: auto;
  font-size: 12px;
  height: 76px;
  width: 76px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 76px;
  font-weight: 900;
  text-align: center;
  background-color: #1C365F;
}
.woocommerce span.onsale:after {
  content: "";
  display: block;
  position: absolute;
  height: 68px;
  width: 68px;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  border: 1px dotted #ffffff;
}

.onsale_summary .product_title {
  padding: 15px 120px 0px 0px !important;
  margin-bottom: 16px;
}

.product_title.with_qte {
  margin-bottom: 5px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #1C365F;
  display: block;
  font-weight: 400;
  margin-bottom: 40px;
  font-size: 19px;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: 1;
  display: inline-block;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  background: 0 0;
  font-weight: 900;
  text-decoration: none;
}

.woocommerce div.product p.stock {
  font-size: 0.92em;
  color: #1C365F;
  font-weight: 700;
}
.woocommerce div.product p.stock.out-of-stock {
  color: red;
}

/* quantite */
.quantite {
  border: 1px solid #1C365F;
  display: inline-block;
  float: left;
}
.quantite span {
  float: left;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 14px;
  height: 56px;
  padding: 22px 14px 20px 14px;
}
.quantite .quantity {
  display: inline-block;
  margin: 0px !important;
}

.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left;
  background: #1C365F;
  max-width: 200px;
  font-size: 14px;
  line-height: 14px;
  height: 58px;
  padding: 23px 14px 21px 14px;
  text-transform: uppercase;
  margin-left: 50px;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.woocommerce div.product form.cart .button:hover {
  background-color: #85523f;
  color: #ffffff;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}

.woocommerce .quantity .qty {
  text-align: center;
  background-color: #ffffff;
  font-size: 25px;
  line-height: 25px;
  height: 56px;
  padding: 14px 5px 10px 5px;
  margin-bottom: 0px;
  width: 55px;
}

.woocommerce-cart-form__cart-item .quantity .qty {
  font-size: 16px !important;
  padding: 5px 5px 2px 5px !important;
}

/* categorie */
.posted_in a,
.posted_in {
  font-size: 14px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #85523f;
  text-transform: uppercase;
}

/* WooCommerce 3.0 Gallery */
.woocommerce-product-gallery {
  position: relative;
  margin-bottom: 3em;
}

.woocommerce-product-gallery figure {
  margin: 0;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block;
}

.woocommerce-product-gallery .flex-control-thumbs li:before {
  display: none;
}

.woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  float: left;
  cursor: pointer;
}

.woocommerce-product-gallery .flex-control-thumbs img {
  opacity: 0.5;
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.woocommerce-product-gallery .flex-control-thumbs img:hover {
  opacity: 1;
}

.woocommerce-product-gallery img {
  display: block;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 21.4285714%;
  margin: 4.76190476% 4.76190476% 0px 0px;
  padding: 0px;
}

.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4),
.woocommerce div.product div.images .flex-control-thumbs li:nth-child(8),
.woocommerce div.product div.images .flex-control-thumbs li:nth-child(12),
.woocommerce div.product div.images .flex-control-thumbs li:nth-child(16),
.woocommerce div.product div.images .flex-control-thumbs li:nth-child(20) {
  margin: 4.76190476% 0% 0px 0px;
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 33.3333%;
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 25%;
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 20%;
}

.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 99;
}

a.woocommerce-product-gallery__trigger {
  text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0.875em;
  right: 0.875em;
  display: block;
  height: 2em;
  width: 2em;
  border-radius: 3px;
  z-index: 99;
  text-align: center;
  text-indent: -999px;
  overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  background-color: #169fda;
  color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  background-color: #1781ae;
  border-color: #1781ae;
  color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  content: "\f00e";
  line-height: 2;
  text-indent: 0;
}

/* Section Panier */
.button[name=update_cart] {
  /*background-color: $brun-p !important;*/
}

.coupon {
  padding: 20px 0 40px;
  float: none !important;
  /*max-width: 320px;*/
  width: 100%;
  float: left !important;
  clear: both;
}
.coupon:after {
  content: "";
  display: table;
  clear: both;
}
.coupon label {
  display: block !important;
  text-align: left;
  padding: 0px 0 5px;
}
.coupon .button {
  width: auto !important;
  float: left !important;
  padding: 14px 7px !important;
  height: auto !important;
}

.woocommerce-cart .coupon {
  display: none !important;
}

.select2-results__option:before {
  display: none;
}

form.checkout h3,
.woocommerce-cart h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 10px 0px 15px;
  padding: 0px 0px 10px;
  display: block;
  width: 100%;
  letter-spacing: 0.02em;
  border-bottom: 3px solid #1C365F;
  text-transform: uppercase;
}

.woocommerce a.remove {
  color: #1C365F !important;
  display: block;
  font-size: 29px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-weight: 400;
}

.woocommerce a.remove:hover {
  color: #fff !important;
  background: #1C365F;
}

.cart_totals {
  float: left !important;
  width: 48%;
  clear: both;
}

#coupon_code,
#rs_apply_coupon_code_field,
#giftcard_code {
  width: 300px !important;
  padding: 13px 7px;
  height: 46px;
  text-align: left !important;
  line-height: 16px !important;
  margin: 0px 0px 0px 0px !important;
  float: left !important;
  max-width: none;
}

#mainsubmi {
  padding: 14px 7px !important;
  width: 275px;
}

.remove-prod {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
}

.woocommerce .cart-collaterals {
  padding-bottom: 70px;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: 14px;
}

.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled {
  color: inherit;
  cursor: not-allowed;
  opacity: 0;
  padding: 0.618em 1em;
}

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

.woocommerce-info a {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  padding: 0px 8px;
  float: right;
  color: #1C365F;
  font-weight: 700;
  font-size: 14px;
}

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

#customer_login {
  margin: 15px 0px;
}
#customer_login h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 30px 0px 15px;
  padding: 20px 0px 10px;
  display: block;
  width: 100%;
  border-bottom: 3px solid #1C365F;
  text-transform: uppercase;
}
#customer_login input.button {
  width: 180px;
  margin: 15px 0px;
}

.legal_register {
  font-size: 12px;
  line-height: 14px;
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  width: 60%;
}

/* section account */
.woocommerce-MyAccount-content {
  padding-bottom: 100px;
  margin-top: 15px;
}
.woocommerce-MyAccount-content li:before {
  display: none;
}
.woocommerce-MyAccount-content .woocommerce #respond input#submit,
.woocommerce-MyAccount-content .button {
  width: auto !important;
  display: inline-block !important;
  margin: 0px 3px 0px 0px !important;
  padding: 10px 10px !important;
}
.woocommerce-MyAccount-content input[type=text] {
  width: auto;
  display: inline-block;
  padding: 10px 10px !important;
  line-height: 20px !important;
}
.woocommerce-MyAccount-content h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 22px;
  margin-bottom: 10px;
  margin-top: 15px;
}
.woocommerce-MyAccount-content h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0px 0px 15px;
  padding: 0px 0px 10px;
  display: block;
  width: 100%;
  border-bottom: 3px solid #1C365F;
  text-transform: uppercase;
}
.woocommerce-MyAccount-content h2.my_rewards_title {
  margin: 30px 0px 15px;
  padding: 20px 0px 10px;
}
.woocommerce-MyAccount-content legend {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 20px 0px 15px;
  padding: 0px 0px 10px;
  display: block;
  width: 100%;
  border-bottom: 3px solid #1C365F;
  text-transform: uppercase;
}
.woocommerce-MyAccount-content fieldset {
  margin-bottom: 20px;
}

.woocommerce-customer-logout .woocommerce-message {
  margin-bottom: 15px;
}

.woocommerce-customer-logout .woocommerce-message a {
  font-weight: 700;
  color: #ffffff;
  text-decoration: underline;
}

.espace_client_desc a {
  text-decoration: underline;
}

.woocommerce form .form-row {
  padding: 0px;
  margin: 0 0 6px;
}

.woocommerce-MyAccount-navigation {
  margin-top: 15px;
  margin-bottom: 50px;
  border-bottom: 2px solid #1C365F;
  border-top: 2px solid #1C365F;
  padding: 10px 0px;
  max-width: 280px;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0px;
  padding: 0px;
}
.woocommerce-MyAccount-navigation ul li {
  padding: 0px;
  margin: 0px;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 2px 5px;
  font-size: 12px;
  margin: 0px;
  width: 100%;
  text-transform: uppercase;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #1C365F;
  color: #ffffff;
  text-decoration: none;
}
.woocommerce-MyAccount-navigation ul li:before {
  display: none;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #1C365F;
  color: #ffffff;
  text-decoration: none;
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  width: 100% !important;
  float: left;
}

.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
  width: 22.05%;
}

.cross-sells ul.products li.first {
  clear: none;
}

.cross-sells ul.products li.last {
  margin-right: 3.8%;
}

.cross-sells ul.products li.last:nth-of-type(4) {
  margin-right: 0% !important;
}

.woocommerce-cart h2.woocommerce-loop-product__title {
  border-bottom: 0px !important;
  text-transform: none !important;
}

.woocommerce-cart-form,
.woocommerce-cart .woocommerce {
  padding-top: 20px;
}

.woocommerce-cart-form .fp_apply_reward {
  display: none !important;
}

.fp_apply_reward {
  margin: 8px 0 10px;
}

/* section checkout */
.infos_shipping {
  width: 48%;
  float: left;
}
.infos_shipping .col-1,
.infos_shipping .col-2 {
  width: 100% !important;
  margin-bottom: 30px;
}

.date_liv,
.details_commande {
  width: 48%;
  float: right;
  margin-bottom: 30px;
}

form.checkout:after {
  content: "";
  clear: both;
  display: table;
}

.ui-datepicker {
  z-index: 9999 !important;
}

.log-toi {
  position: relative;
  margin-top: 15px;
}

.woocommerce-terms-and-conditions-link {
  text-decoration: underline !important;
}

.livraison-infos {
  background-color: #1C365F;
  color: #ffffff;
  padding: 20px 5px 20px 56px;
  position: relative;
  margin: 20px auto;
  text-transform: uppercase;
  text-align: center;
}
.livraison-infos:before {
  content: "";
  background-image: url(../images/Livre-chez-vous.png);
  display: inline-block;
  position: relative;
  top: -9px;
  width: 45px;
  height: 30px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 15px;
  margin-left: -50px;
  margin-bottom: -17px;
  line-height: 30px;
}

#ship-to-different-address-checkbox,
#customer_login #rememberme,
#ywgc-postdated,
#ywgc_postdated,
.woocommerce-form__input-checkbox[name=terms],
.mc4wp-checkbox input[type=checkbox] {
  display: inline-block !important;
  -webkit-appearance: checkbox !important;
}

.lost_password,
.texte_legal {
  font-size: 12px;
  line-height: 14px;
}

#billing_country_field strong,
#shipping_country_field strong {
  font-family: "Intro";
  color: #1C365F;
  font-weight: 900;
  font-size: 16px;
  line-height: none !important;
  background-color: rgba(28, 54, 95, 0.1);
  border: 0px !important;
  padding: 13px 7px;
  width: 100%;
  margin-bottom: 4px;
  position: relative;
  display: block;
}

.woocommerce abbr {
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
}

/* section order final */
.woocommerce ul.order_details li:before {
  display: none !important;
}

.woocommerce-order,
.woocommerce-account .woocommerce {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.cart-empty {
  padding: 50px 0px 0px !important;
}

/*
.page-numbers{
	margin: 0px;
	border: 0px !important;
	li{

		a,span.current{
			font-size: 13px;
			font-weight: 700;
			background: transparent;
			display: inline-block;
			position: relative;
			width: 32px;
			height: 32px;
			border-radius: 50%;
			background-color:rgba(28,54,95,0.20) !important;
			@include anim(150ms,out);

			&:hover{
			@include anim(150ms,in);
			color: #ffffff !important;
			background-color:rgba(28,54,95,1) !important;
			}
		}
		span.current{
			color: #ffffff !important;
			background:rgba(28,54,95,1) !important;
		}


		&:before{
			display: none;
		}
	}
}
.woocommerce nav.woocommerce-pagination ul {
   border: 0px !important;
   margin: 0px;
}
.woocommerce nav.woocommerce-pagination ul li {
    margin-left: 15px !important;
	border: 0px !important;

	&:first-child{
		margin-left:0px !important;
	}
}
*/
#livraison_date_field a {
  text-decoration: underline;
}
#livraison_date_field.view {
  display: block;
}

.redeeemit {
  margin: 3px 0px 0px;
}

/* Bloc carte cadeau */
.ywgc-have-code,
.ywgc_have_code {
    background-color: #F3EAE2 !important;
    color: #1C365F !important;
    border-top-color: #F3EAE2 !important;
    padding: 5px 2em 5px 3.5em;
    position: relative;
    box-shadow: none;
    border: 0;
    
    
  /*background-color: $brun-p !important;
  color: $bleu !important;
  padding: 5px 2em 5px 3.5em;
  border-top-color: $brun-p !important;
  margin: 3px 0px 0px;
  position: relative;*/
  /*background-color: $bleu;
     color: $beige;
     text-align: center;
     background-image: url(../images/fond-cartecadeau.jpg);
     background-repeat: no-repeat;
     background-size: cover;
     padding: 40px 10px;
     min-height: 150px;*/
  /*	&:before {*/
  /*	content: '\e018' !important;*/
  /*	content: 'i' !important;*/
  /*	display: block;*/
  /*	position: absolute;*/
  /*	width: 18px;*/
  /*	height: 18px;*/
  /*	border-radius: 50%;*/
  /*	background-color: $bleu;*/
  /*	color: #ffffff !important;*/
  /*	font-weight: 900;*/
  /*	font-family: 'Intro';*/
  /*	text-align: center;*/
  /*	font-size: 14px;*/
  /*	top: 8px !important;*/
  /*	left: 23px !important;*/
  /*	line-height: 17px;*/

  /*}*/

  /*&:after {*/
  /*	content: '';*/
  /*	display: table;*/
  /*	clear: both;*/
  /*}*/
}

.ywgc-have-code::before,
.ywgc_have_code::before {
    content: "i" !important;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #1C365F;
    color: #ffffff !important;
    font-weight: 900;
    font-family: "Intro";
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    left: 22px;
    position: absolute;
    top: 7px;
}

.ywgc-have-code span,
.ywgc_have_code span {
  display: inline-block;
  float: left;
}
.ywgc-have-code a.ywgc-show-giftcard,
.ywgc-have-code a.ywgc_show_giftcard,
.ywgc_have_code a.ywgc-show-giftcard,
.ywgc_have_code a.ywgc_show_giftcard {
  padding: 5px 8px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-indent: -9999px !important;
}
.ywgc-have-code a.ywgc-show-giftcard:after,
.ywgc-have-code a.ywgc_show_giftcard:after,
.ywgc_have_code a.ywgc-show-giftcard:after,
.ywgc_have_code a.ywgc_show_giftcard:after {
  content: "+";
  display: block;
  position: absolute;
  right: 10px;
  top: 6px;
  width: 24px;
  color: #85523f;
  font-size: 36px;
  font-weight: 400;
  text-indent: initial;
}

.ywgc-enter-code,
.ywgc_enter_code {
  background-color: #ffffff !important;
  padding: 0px 0px 0px;
  margin: 0;
}

.ywgc-enter-code .button,
.ywgc_enter_code .button {
  background-color: #85523f;
  float: left;
  margin-right: 0px;
  width: 275px;
  height: 46px;
  padding: 14px 7px !important;
}

.ywfc-enter-code .ywgc_apply_gift_card_button,
.ywgc_enter_code .ywgc_apply_gift_card_button{
      margin-left: 0px !important;
  padding-left: 0px !important;
}

.ywfc-enter-code .form-row-first,
.ywgc_enter_code .form-row-first {
    padding: 0 0 0 15px!important;
    width: auto!important;
}
.ywfc-enter-code .form-row-last,
.ywgc_enter_code .form-row-last {
    padding: 0 15px 0 0!important;
    width: auto!important;
}

.checkout_coupon .button,
.fp_apply_reward .button {
  height: 46px;
}

/* section Chicpoint checkout */
.chicpoint_checkout {
  display: none;
}
.chicpoint_checkout.active {
  display: table-row;
}

.share_wrapper {
  width: 32px !important;
  height: 32px !important;
  background-image: url(../images/FB.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #ffffff !important;
  margin: 0px 0px -17px !important;
  top: 14px;
}
.share_wrapper img,
.share_wrapper span {
  display: none !important;
}

.woocommerce-order p > a {
  text-decoration: underline !important;
}

/* Texte legal boutique - Nouveaux client et infolettre */
.info_infolettre {
  margin-top: 30px;
}

.info_recommandation {
  margin-bottom: 30px;
}

/* produit carte cadeau */
#product-517 .woocommerce-product-gallery,
#product-1697 .woocommerce-product-gallery {
  display: none !important;
}
#product-517 .woocommerce-product-details__short-description,
#product-1697 .woocommerce-product-details__short-description {
  max-width: 1024px;
}
#product-517 .entry-summary,
#product-1697 .entry-summary {
  width: 100% !important;
  float: none !important;
}
#product-517 .summary_wrap,
#product-1697 .summary_wrap {
  max-width: none !important;
}
#product-517 .gift-cards_form,
#product-1697 .gift-cards_form {
  width: 100%;
  clear: both;
}
#product-517 .ywgc-template,
#product-517 .ywgc_template,
#product-1697 .ywgc-template,
#product-1697 .ywgc_template {
  float: left;
  width: 40%;
  max-width: 500px;
}
#product-517 .gift-card-content-editor,
#product-1697 .gift-card-content-editor {
  float: left;
  width: 60%;
  padding: 0px 15px;
}
#product-517 .gift-card-content-editor .step-content,
#product-1697 .gift-card-content-editor .step-content {
  float: none !important;
  width: 100% !important;
  padding: 0px 0px !important;
  max-width: 470px;
}
#product-517 .gift_card_template_button,
#product-1697 .gift_card_template_button {
  clear: both;
  width: 100%;
  padding-top: 25px;
}
#product-517 .ywgc-amount-label,
#product-517 .ywgc_amount_label,
#product-1697 .ywgc-amount-label,
#product-1697 .ywgc_amount_label {
  padding-right: 30px;
}
#product-517 .partage,
#product-517 .ssba,
#product-517 .ywgc-editor-section-title,
#product-517 .ywgc_editor_section_title,
#product-1697 .partage,
#product-1697 .ssba,
#product-1697 .ywgc-editor-section-title,
#product-1697 .ywgc_editor_section_title {
  display: none !important;
}
#product-517 .single_add_to_cart_button,
#product-1697 .single_add_to_cart_button {
  margin: 0px;
  width: 100%;
  max-width: 1000px;
}
#product-517 .ywgc-recipient,
#product-517 .ywgc_recipient,
#product-1697 .ywgc-recipient,
#product-1697 .ywgc_recipient {
  max-width: none !important;
}

/* page recherche */
.search-page {
  display: block;
  margin: 0px auto;
  padding: 90px 40px 40px;
  max-width: 1480px;
}
.search-page .list_search {
  border-top: 2px solid #1C365F;
  padding-top: 25px;
  margin-top: 30px;
}
.search-page .list_search h2 {
  letter-spacing: normal;
}

/* 404 */
.notfound-desc {
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
  padding: 40px 0px 60px;
  text-align: center;
}
.notfound-desc h1 {
  margin: 25px 0 20px;
  color: #85523f;
  font-size: 20px;
  line-height: 22px;
  font-weight: 900;
  text-transform: uppercase;
}

.notfound-next {
  text-align: center;
  width: 100%;
  margin: 0px;
}
.notfound-next:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100%;
  left: 0px;
  right: 0px;
  z-index: 2;
  background-color: #f3eae2;
}
.notfound-next span {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  z-index: 15;
  background-color: #ffffff;
}

.ohno {
  display: block;
  position: relative;
  text-align: center;
  font-size: 50px;
  line-height: 53px;
  font-weight: 900;
}

/* RESPONSIVE ----------------------------------------------------------------- */
/* Scss Document */
@media screen and (max-width: 1600px) {
  .search_button {
    max-width: 80px;
  }
}
@media screen and (max-width: 1480px) {
  .footer_warp {
    padding: 0px 40px;
  }
  .sub-menu-zone .sub-menu li.type_3,
  .menu_produits li.type_3 {
    width: 290px;
  }
}
@media screen and (max-width: 1400px) {
  .suivez_nous .social {
    margin-top: 30%;
  }
  .icone_social {
    height: 38px;
    width: 38px;
    margin: 0px 10px;
    top: -5px;
  }
  .suivez_nous .social span {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .box_img_link a .details_link.with_desc,
  .box_img_link .nolink .details_link.with_desc {
    top: 13%;
  }
}
@media screen and (max-width: 1300px) {
  .nav-menu.gauche > li {
    margin-right: 7.162%;
  }
  .nav-menu.gauche > li :first-child {
    margin-right: 10%;
  }
  .nav-menu.droite > li {
    margin-left: 7.162%;
  }
  .nav-menu.droite > li :first-child {
    margin-left: 10%;
  }
  .sub-menu-zone .sub-menu li.type_3,
  .menu_produits li.type_3 {
    width: 220px;
    margin: 10px 1% 20px 1%;
  }
  .sub-menu-zone .sub-menu li.type_3 a,
  .menu_produits li.type_3 a {
    padding: 60px 10px 60px;
    min-height: 170px;
  }
  .sub-menu-zone .sub-menu li.type_3 a .ligne_2,
  .menu_produits li.type_3 a .ligne_2 {
    font-size: 14px;
  }
  .sub-menu-zone .sub-menu li.type_3 a .ligne_1,
  .menu_produits li.type_3 a .ligne_1 {
    font-size: 16px;
    line-height: 15px;
  }
  .box_img_link.desc a,
  .box_img_link.desc .nolink {
    height: auto;
  }
  .box_img_link.desc img {
    display: none;
  }
  .box_img_link.desc a .details_link,
  .box_img_link.desc .nolink .details_link {
    position: relative;
    top: auto !important;
    margin-top: 10% !important;
    padding-bottom: 50px;
    width: 100%;
    z-index: 4;
    text-align: center;
    color: #ffffff;
  }
  .bloc_avantage .texte_avantages {
    padding: 90px 40px 90px 0px;
  }
  .bloc_avantage.gauche .texte_avantages {
    order: 2;
    padding: 90px 0px 90px 40px;
  }
  .grid_news .grid-item {
    height: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .nav-menu.gauche > li {
    margin-right: 4.162%;
  }
  .nav-menu.gauche > li :first-child {
    margin-right: 8%;
  }
  .nav-menu.droite > li {
    margin-left: 4.162%;
  }
  .nav-menu.droite > li :first-child {
    margin-left: 8%;
  }
  .info_left, .info_right {
    width: 100%;
    margin-top: 40px;
  }
  .bdp1-menu > li:nth-of-type(4) {
    margin-right: 0%;
  }
  .bdp1-menu > li:nth-of-type(3),
  .bdp1-menu > li:nth-of-type(4) {
    width: 25%;
  }
  .credit {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: stretch;
    -ms-flex-align-items: stretch;
    -webkit-align-items: stretch;
    -webkit-align-content: flex-start; /* Safari 7.0+ */
    align-content: flex-start;
  }
  .credit .copyright, .credit .menu_legal, .credit .social {
    width: 100%;
    float: none;
    text-align: center;
    height: 30px;
  }
  .credit .copyright {
    order: 3;
  }
  .credit .social {
    order: 2;
  }
  .credit .menu_legal {
    order: 1;
  }
  .search_button {
    max-width: 70px;
  }
  .box_img_link a .ligne_1,
  .box_img_link .nolink .ligne_1 {
    font-size: 18px;
    line-height: 22px;
  }
  .box_img_link a .ligne_2,
  .box_img_link .nolink .ligne_2 {
    font-size: 20px;
  }
  .box_img_link a .voir {
    margin: 20px auto 0px;
  }
  .liste_viandes {
    max-width: 850px;
  }
  .icone_social {
    margin: 0px 5px;
  }
  .bloc_avantage {
    padding: 0px 0px 0px 0px;
  }
  .bloc_avantage .texte_avantages {
    padding: 40px 0px 40px 0px;
    float: left;
    width: 100%;
  }
  .bloc_avantage .img_avantages {
    width: 100%;
    height: 500px;
  }
  .bloc_avantage.gauche .img_avantages {
    order: 2;
  }
  .bloc_avantage.gauche .texte_avantages {
    order: 1;
    padding: 0px 0px 40px 0px;
  }
  .box_img_pastille .pastille {
    font-size: 12px;
    line-height: 16px;
    font-weight: 900;
    width: 140px;
    padding: 43px 0px 0;
    height: 140px;
    margin: -70px 0 0 -70px;
  }
  .box_img_pastille .pastille::after {
    position: absolute;
    width: 126px;
    height: 126px;
    top: 7px;
    left: 7px;
  }
  .single_recette .infos_recette ul li {
    width: 50%;
  }
  .single_recette .infos_recette ul li:nth-of-type(2) {
    border: none;
  }
  .single_recette .infos_recette ul li:last-child,
  .single_recette .infos_recette ul li:first-child {
    padding: 8px 22px 2px 22px;
  }
  .single_recette .infos_recette ul {
    max-width: 350px;
  }
}
@media screen and (max-height: 1050px) {
  .tagline {
    padding-top: 2vh;
  }
}
/* Scss Document */
@media screen and (max-width: 1024px) {
  body {
    font-size: 15px;
    line-height: 22px;
  }
  .search_button {
    max-width: 90px;
    height: 56px;
  }
  .search-overlay {
    top: 112px;
    height: calc(100vh - 112px);
  }
  .panier .woocommerce-error,
  .panier .woocommerce-info,
  .panier .woocommerce-message .single-product .woocommerce-message {
    top: 96px;
  }
  .nav-menu.gauche,
  .nav-menu.droite,
  .sub-menu-zone {
    display: none;
  }
  .toggle_menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  a.lang {
    left: 27px;
  }
  #icone_menu {
    width: 25px;
    height: 20px;
    display: block;
    position: relative;
  }
  #icone_menu #b1, #icone_menu #b2, #icone_menu #b3 {
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    transform: translatex(0px) translateY(0px) rotate(0deg);
  }
  #icone_menu.open #b1 {
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    transform: translatex(0px) translateY(17px) rotate(-45deg);
  }
  #icone_menu.open #b3 {
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    transform: translatex(12px) translateY(-10px) rotate(45deg);
  }
  #icone_menu.open #b2 {
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    opacity: 0;
  }
  .site-header {
    min-height: 96px;
  }
  .woocommerce-checkout .site-content, .woocommerce-cart .site-content {
    padding-top: 116px;
  }
  .site-content {
    padding-top: 96px;
  }
  .toggle_menu {
    top: 50px;
  }
  .home_link {
    margin-left: -56px;
    top: 20px;
  }
  .logo {
    width: 112px;
    height: auto;
  }
  .main-navigation {
    height: 56px;
  }
  .single-product .woocommerce-error, .single-product .woocommerce-info, .single-product .woocommerce-message {
    top: 96px;
  }
  /* Menu Mobile */
  #mobile-navigation {
    display: block;
    overflow: hidden;
    height: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
  #mobile-navigation.open {
    height: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  #mobile-navigation.open .nav-menu.mobile {
    height: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  .nav-menu.mobile {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    height: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding: 96px 0px 60px 0px;
    position: relative;
    background-color: #ffffff;
  }
  /* Panier */
  /* checkout */
  /*.livraison-infos::before {
      position: absolute;
      top: 22px;
      margin-left: 0px;
      margin-bottom: 0px;
      left: 25px;
  }*/
}
@media screen and (max-width: 1024px) and (max-width: 1023px) {
  .nav-menu.mobile {
    padding-top: 126px;
  }
}
@media screen and (max-width: 1024px) {
  .nav-menu.mobile li {
    display: block;
    position: relative;
    width: 100%;
    padding: 0px;
    border-bottom: 1px solid #F3EAE2;
    margin: 0px 0px 0px 0px;
    text-align: center;
  }
  .nav-menu.mobile li.menu-item-has-children:after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 28px;
    width: 14px;
    height: 7px;
    background-image: url(../images/icones/Arrowmenu.png);
    background-position: 0px -7px;
    background-size: 14px 14px;
    background-repeat: no-repeat;
  }
  .nav-menu.mobile li.menu-item-has-children.mobileclick:after {
    background-position: 0px 0px;
  }
  .nav-menu.mobile li a, .nav-menu.mobile li .top_nolink {
    padding: 18px 5px;
    display: inline-block;
    width: auto;
  }
  .nav-menu.mobile li .sub-menu {
    display: block;
    margin: 0px;
    padding: 0px;
    height: 0px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
  .nav-menu.mobile li .sub-menu.view_sub {
    height: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  .nav-menu.mobile li .sub-menu:after {
    content: "";
    display: table;
    clear: both;
  }
  .nav-menu.mobile li .sub-menu li {
    width: 16.6666666667%;
    border: 1px solid #F3EAE2;
    display: inline-block;
    margin-right: -2.5px;
    margin-left: -2.5px;
  }
  .nav-menu.mobile li .sub-menu li:last-child {
    border-right: 0px solid #F3EAE2;
    padding-bottom: 30px !important;
  }
  .nav-menu.mobile li .sub-menu li:nth-of-type(5) {
    margin-bottom: 10px;
  }
  .nav-menu.mobile li .sub-menu li.type_3 {
    width: 25%;
    padding: 10px 10px;
    border: 0;
    vertical-align: top;
  }
  .nav-menu.mobile li .sub-menu li.type_3 a {
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  .nav-menu.mobile li .sub-menu li.type_3 .ligne_1, .nav-menu.mobile li .sub-menu li.type_3 .ligne_2 {
    color: #ffffff;
  }
  .nav-menu.mobile li .sub-menu li.type_3 .voir {
    display: none;
  }
  .nav-menu.mobile li .sub-menu li.type_2 .ligne_1, .nav-menu.mobile li .sub-menu li.type_2 .ligne_2 {
    color: #1C365F;
  }
  .nav-menu.mobile li .sub-menu li.type_2 i {
    display: none;
  }
  .lien_liste_viandes:hover {
    -webkit-transition: none;
    transition: none;
  }
  .price_zone {
    display: block;
    position: relative;
    padding-top: 0px;
  }
  .price_zone .price {
    position: relative;
    height: 28px;
    top: auto;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
  .price_zone a.button {
    position: relative;
    top: auto;
    z-index: 2;
    height: 28px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
  .price_zone a.added_to_cart {
    display: inline-block;
    position: relative;
    padding: 12px 28px 10px;
    font-size: 13px;
    margin-top: 4px;
    line-height: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    background-color: #1C365F;
    color: #ffffff;
    text-transform: uppercase;
  }
  .woocommerce ul.products li.product:hover .price,
  .woocommerce ul.products li.product:hover a.button {
    opacity: 1;
    top: auto;
    visibility: visible;
  }
  .woocommerce ul.products li.product:hover .voir {
    opacity: 0;
  }
  .box_img_link.desc a .voir {
    opacity: 1;
  }
  .box_img_link.desc a .voir:before {
    left: 0px;
  }
  .box_img_link.desc a .voir:after {
    right: 0px;
  }
  .grid-item .last_news .description {
    width: 80%;
    left: 10%;
    margin-left: 0%;
  }
  .grid-item .last_news {
    height: auto !important;
  }
  .grid-item .last_news .description h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .grid_news .grid-item {
    height: 340px;
  }
  .last_news .description .lire {
    opacity: 1;
  }
  .last_news .description .lire:before {
    left: 0px;
  }
  .last_news .description .lire:after {
    right: 0px;
  }
  .single_recette .infos_recette {
    width: 65%;
  }
  .single_recette .image_recette {
    width: 35%;
  }
  .cart_totals {
    width: 75% !important;
  }
  .livraison-infos {
    padding: 20px 30px 20px 56px;
    line-height: 18px;
    font-size: 12px;
  }
  #accueil_avantages .leftright_padding {
    padding-left: 30px;
    padding-right: 30px;
  }
  .leftright_padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .nav_categorie li {
    padding: 0 35px;
  }
  .woocommerce ul.products li.product .onsale {
    right: 15px;
    bottom: -18px;
    margin: -0.5em -0.5em 0 0;
    font-size: 9px;
    height: 55px;
    width: 55px;
    line-height: 55px;
  }
  .woocommerce ul.products li.product .onsale:after {
    height: 49px;
    width: 49px;
    top: 3px;
    left: 3px;
  }
  .site-header {
    min-height: 126px;
    padding-top: 30px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
  .site-header.scroll_down {
    top: -30px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  .woocommerce-checkout .site-content, .woocommerce-cart .site-content {
    padding-top: 136px;
  }
  .site-content {
    padding-top: 126px;
  }
  .header_warp {
    position: relative;
  }
  .toggle_menu {
    top: 10px;
  }
  .single-product .woocommerce-error, .single-product .woocommerce-info, .single-product .woocommerce-message {
    top: 126px;
  }
  .search_button {
    top: 70px;
  }
  .login_info {
    top: 70px;
  }
  .scroll_down .login_info {
    top: 40px;
  }
  .promo-annonce, .promo-annonce-mobile {
    position: absolute;
    top: -30px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    left: 0px;
    right: 0px;
    background-color: #252A32;
    width: 100%;
  }
  .promo-annonce a, .promo-annonce-mobile a {
    line-height: 30px;
    width: 100%;
    display: inline-block;
  }
  /*
  @-webkit-keyframes view_promo {
     0%   { bottom: -100px; }
    100% { bottom: 0px; } 
  }
  @-moz-keyframes view_promo{
      0%   { bottom: -100px; }
    100% { bottom: 0px; } 
  }
  @-o-keyframes view_promo {
      0%   { bottom: -100px; }
    100% { bottom: 0px; } 
  }
  @keyframes view_promo {
     0%   { bottom: -100px; }
    100% { bottom: 0px; } 
  }


  .promo-annonce{
      position: fixed;
      bottom: -100px;
      width: 100%;
      float: none;
      height: auto;
      min-height: 40px;
      line-height: 16px;
      background-color: $bleu;
      animation: view_promo 250ms ease-in 1s forwards;

      &.hide{
          bottom:-150px;
          animation : none !important;
          @include anim(500ms,out);
      }
      a{
          font-size: 15px;
          line-height: 16px !important;
           padding: 15px 10px;
          display: block;
      }
  }*/
}
@media screen and (max-width: 960px) {
  .last_news {
    max-width: none;
  }
  .last_news img,
  .box_img_link img,
  .box_img_pastille img {
    display: none;
  }
  .last_news {
    height: 340px;
  }
  .box_img_link a,
  .box_img_link .nolink,
  .box_img_pastille {
    height: 270px;
  }
  .suivez_nous {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    height: 250px;
    padding-top: 70px;
  }
  .suivez_nous .social {
    margin-top: 0%;
  }
  .suivez_nous .social span {
    font-size: 15px;
    margin-bottom: 28px;
  }
  .icone_social {
    height: 48px;
    width: 48px;
    margin: 0px 10px;
    top: -5px;
  }
  .nav-menu.mobile li .sub-menu li.type_3 a {
    height: 100px;
    padding: 25px 5px;
  }
  .newsletter_footer .cta_news {
    font-size: 16px;
    line-height: 24px;
    padding-top: 15px;
  }
  .newsletter_footer .cta_news,
  .newsletter_footer .frm_news {
    width: 100%;
  }
  .newsletter_footer .cta_news strong {
    font-size: 20px;
    line-height: 22px;
  }
  .newsletter_footer {
    height: 190px;
  }
  .site {
    bottom: 190px;
    padding-top: 190px;
  }
  .woocommerce div.product form.cart .button {
    margin-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
    margin: 0px 0px 0px;
  }
  .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-nav {
    margin: 0px 0px 20px 0px !important;
  }
  .bloc_avantage .img_avantages {
    width: 100%;
    height: 450px;
  }
  .single_recette .infos_recette {
    width: 100%;
  }
  .single_recette .image_recette {
    width: 100%;
    height: 250px;
  }
  .single_recette .ingredients, .single_recette .etapes {
    width: 100%;
    padding: 0px 0px;
  }
  .single_recette .produits_utilise {
    padding-left: 0px;
    padding-right: 0px;
  }
  /*.single_recette .image_recette img { display: block;}*/
  .coupon {
    max-width: none !important;
    width: 100% !important;
  }
  .remove-prod {
    display: inline-block;
    top: -5px;
    position: relative;
  }
  .woocommerce .quantity:after {
    content: "";
    display: table;
    clear: both;
  }
  form.woocommerce-checkout {
    padding-bottom: 30px;
    padding-top: 10px;
  }
  .woocommerce table.shop_table_responsive tr td.product-thumbnail {
    display: block !important;
    text-align: right !important;
    padding: 12px !important;
  }
  .woocommerce table.shop_table_responsive tr td.product-thumbnail img {
    width: 100% !important;
    height: auto;
    max-width: 320px;
    margin: 0px auto;
    display: block;
  }
  .woocommerce table.shop_table_responsive tr td.product-name {
    text-align: center !important;
    border-bottom: 0px;
    border-top: 0px;
    padding: 6px 12px 0px;
    font-weight: 700;
  }
  .woocommerce table.shop_table_responsive tr td.product-price {
    text-align: center !important;
    border-bottom: 0px;
    border-top: 0px;
    padding: 0px 12px 6px;
  }
  .woocommerce table.shop_table_responsive tr td.product-quantity {
    width: 50%;
    float: left;
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
  .woocommerce table.shop_table_responsive tr td.product-subtotal {
    width: 50%;
    float: left;
    clear: right;
  }
  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    margin-top: 1px;
  }
  .woocommerce table.shop_table_responsive tr td.product-name:before,
  .woocommerce table.shop_table_responsive tr td.product-price:before,
  .woocommerce table.shop_table_responsive tr td.product-thumbnail:before {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr td.product-remove {
    display: block;
    text-align: center !important;
    background-color: rgba(0, 0, 0, 0.05) !important;
    clear: both;
    border-bottom: 3px solid #1C365F !important;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: #ffffff;
  }
  .woocommerce a.remove {
    display: inline-block;
  }
  .woocommerce .quantity .qty {
    text-align: center;
    background-color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    height: auto;
    padding: 20px 5px 2px 5px;
    margin-bottom: 0px;
    width: 55px;
    float: right;
  }
  .shop_more {
    margin-bottom: 15px;
    clear: both !important;
  }
  .cart_totals {
    width: 100% !important;
  }
}
@media screen and (max-width: 880px) {
  .infos_shipping {
    width: 100%;
    float: left;
  }
  .date_liv {
    float: left;
  }
  .details_commande {
    float: right;
  }
}
@media screen and (max-height: 880px) {
  #accueil_image > .row-1480-np > .wpb_column > .vc_column-inner > .wpb_wrapper {
    height: 80vh;
  }
}
@media screen and (max-height: 700px) {
  #accueil_image > .row-1480-np > .wpb_column > .vc_column-inner > .wpb_wrapper {
    height: 600px;
  }
}
/* Scss Document */
@media screen and (max-width: 767px) {
  a.commercial {
    display: none;
  }
  #accueil_avantages .leftright_padding,
  .leftright_padding {
    padding-left: 0px;
    padding-right: 0px;
  }
  #accueil_image > .row-1480-np > .wpb_column > .vc_column-inner > .wpb_wrapper {
    height: auto !important;
  }
  .bdp1-menu > li:nth-of-type(1),
  .bdp1-menu > li:nth-of-type(2) {
    width: 50%;
    margin-right: 0%;
    padding: 19px 0px;
  }
  .bdp1-menu > li:nth-of-type(3),
  .bdp1-menu > li:nth-of-type(4) {
    width: 50%;
    margin-right: 0%;
    padding: 19px 0px;
  }
  .info_right {
    text-align: left;
  }
  .legal-menu {
    text-align: center;
  }
  .adresse,
  #details_add {
    width: 100%;
  }
  #details_ouverture {
    width: 100%;
    margin-top: 20px;
  }
  .bdp2-menu {
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #1C365F;
  }
  .info_left,
  .info_right {
    margin-top: 20px;
  }
  .site-footer {
    padding-top: 30px;
  }
  .copyright span {
    display: block;
    line-height: 15px;
    height: 2px;
  }
  #accueil_image {
    background-size: auto 400px;
    background-repeat: no-repeat;
  }
  .warp_liste_viandes {
    position: relative;
    background-color: #ffffff;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .tagline {
    padding-top: 5vh;
  }
  .h1_home {
    color: #1C365F;
    background-color: #ffffff;
    padding: 25px 20px 30px;
    margin: 20px 0px 0px;
    text-shadow: none !important;
  }
  .liste_viandes {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: stretch;
    -ms-flex-align-items: stretch;
    -webkit-align-items: stretch;
    -webkit-align-content: flex-start; /* Safari 7.0+ */
    align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    justify-content: center;
  }
  .lien_liste_viandes::after {
    display: none;
  }
  .liste_viandes li {
    margin: 0px 0px 0px 0%;
    padding: 0px;
    background-color: #ffffff;
    width: 50%;
    height: 158px;
  }
  .nav_categorie {
    display: none;
  }
  .post_nav_zone .fil_sep:last-of-type,
  .fil_page {
    display: none;
  }
  #product-517 .gift-card-content-editor,
  #product-517 .ywgc-template {
    width: 100%;
    padding: 0px 0px;
  }
  /* check out */
  .date_liv,
  .details_commande {
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 680px) {
  .nav-menu.mobile li .sub-menu li {
    display: inline-block;
    width: 33.333333%;
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .nav-menu.mobile li .sub-menu li:nth-of-type(n + 4) {
    border-top: 0px;
  }
  .nav-menu.mobile li .sub-menu li.type_3 a {
    height: auto;
    padding: 18px 5px;
  }
  .nav-menu.mobile li .sub-menu li.type_3 {
    width: 100%;
  }
  .recette_list .cat .volaille {
    width: 24px;
    height: 40px;
  }
  .recette_list .cat .boeuf {
    width: 28px;
    height: 40px;
  }
  .recette_list .cat .porc {
    width: 25px;
    height: 40px;
  }
  .recette_list .cat .veau {
    width: 33px;
    height: 40px;
  }
  .recette_list .cat .agneau {
    width: 38px;
    height: 40px;
  }
  .grid_recette .recette_list .description {
    padding: 20px 20px 0px;
  }
  .grid_recette .recette_list .titre_recette {
    font-size: 20px;
    margin: 20px 0px;
  }
  .grid_recette .grid-item {
    height: 445px;
  }
}
@media screen and (max-width: 600px) {
  .grid_recette .recette_list {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .grid_recette .grid-item-prefere .recette_list .description {
    position: relative;
    top: auto;
    bottom: auto;
    height: auto;
    right: auto;
    width: 100%;
    z-index: 5;
    padding-top: 20px;
  }
  .grid_recette .grid-item-prefere .img_voir {
    display: block;
  }
  .grid_recette .recette_list .description {
    padding: 20px 20px 40px;
    overflow: hidden;
  }
  .grid-item-prefere .recette_list .description {
    padding: 20px 20px 100px;
  }
  .grid_recette .recette_list .prefere {
    position: absolute;
    top: auto;
    bottom: -25px;
    left: -17px;
    width: 120px;
    height: 120px;
  }
  .grid_recette .grid-item-prefere .recette_list .image_recette {
    display: none;
  }
  .coupon #coupon_code,
  .coupon .button {
    width: 100% !important;
    max-width: none;
  }
  .legal-menu li {
    display: block;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    text-align: left;
  }
  .legal-menu li:before {
    display: none;
  }
  .legal-menu {
    margin-bottom: 25px;
  }
  .credit .menu_legal {
    height: auto !important;
  }
  .livraison-infos {
    padding: 22px 10px 20px 60px;
    text-align: left;
  }
  .livraison-infos:before {
    position: absolute;
    top: 50%;
    margin-left: 0px;
    margin-bottom: 0px;
    left: 5px;
    margin-top: -15px;
  }
  #coupon_code,
  #rs_apply_coupon_code_field,
  #giftcard_code {
    width: 100% !important;
    margin: 0px 0px 0px 0px !important;
  }
  .ywgc-enter-code .form-row,
  .ywgc_enter_code .form-row {
    margin: 0px 0px 0px !important;
    width: 100%;
  }
  .checkout_coupon .form-row-first {
    width: 100% !important;
    margin: 8px 0 0px !important;
  }
  .checkout_coupon .form-row-last {
    width: 100% !important;
    margin: 0px 0 0px !important;
  }
  .checkout_coupon .form-row-last .buttom {
    width: 100% !important;
  }
  #mainsubmi,
  .ywgc-enter-code .button,
  .checkout_coupon .button,
  .ywgc_apply_gift_card_button {
    width: 100% !important;
  }
}
@media screen and (max-width: 480px) {
  .search-page {
    padding: 70px 20px 20px;
  }
  .search_button {
    max-width: 50px;
    height: 40px;
    top: 70px;
    background-size: 18px 18px;
  }
  .search-overlay {
    top: 80px;
    height: calc(100vh - 80px);
  }
  .search-overlay .warp-search label {
    width: 100%;
  }
  .search-overlay .warp-search .search-submit {
    width: 100%;
    margin-left: 0px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 4px 10px;
    line-height: 36px;
  }
  .search-overlay .warp-search label .search-field {
    margin-bottom: 20px;
    border-top: 0px solid #ffffff !important;
    border-left: 0px solid #ffffff !important;
    border-right: 0px solid #ffffff !important;
    border-bottom: 1px solid #ffffff !important;
    width: 100%;
  }
  .row-full,
  .row-1480, .row-1480-np, .row-1480-np-hb {
    padding: 20px 20px;
  }
  .row-1480-np {
    padding: 0px 0px;
  }
  .row-1480-np-hb,
  .row-full-np-hb {
    padding: 0px 20px;
  }
  .footer_warp {
    padding: 0px 20px;
  }
  a.lang {
    left: 10px;
    line-height: 40px;
    height: 40px;
  }
  .site-header {
    min-height: 80px;
  }
  .site-content {
    padding-top: 110px;
  }
  section#main {
    padding: 0px 20px 20px;
  }
  div.woocommerce {
    padding: 0px 20px;
  }
  .woocommerce .woocommerce-breadcrumb {
    padding: 15px 20px 20px;
  }
  .single-product .site-content .value_variable_product,
  .single-product .site-content .product {
    padding: 0px 20px 0px;
  }
  .toggle_menu {
    left: 15px;
    top: 2px;
  }
  .home_link {
    margin-left: -56px;
    top: 13px;
  }
  .logo {
    width: 112px;
    height: auto;
  }
  .top_info,
  .main-navigation,
  .panier {
    height: 40px;
  }
  .panier .btn_compte, .panier .btn_connexion,
  .total_panier {
    height: 40px;
    line-height: 40px;
  }
  .panier_link {
    margin: 0px 0px 0px 10px;
    height: 40px;
  }
  .panier_link::after {
    bottom: 9px;
  }
  .panier .info_panier {
    min-width: 120px;
  }
  .login_info {
    width: 100%;
  }
  .login_info.open {
    right: 0px;
  }
  .liste_viandes li {
    margin: 0px 0px 0px 0%;
    padding: 0px;
    background-color: #ffffff;
    width: 50%;
    height: 158px;
  }
  .nav-menu.mobile {
    padding: 110px 0px 0px 0px;
  }
  .mailchimp_form_wrapper {
    padding: 0px 20px;
  }
  .mailchimp_form_wrapper .mailchimp_form .gform_footer {
    width: 100%;
    float: none;
    text-align: center;
  }
  .mailchimp_form_wrapper .mailchimp_form .gform_body {
    width: 100% !important;
    float: none;
    margin-bottom: 20px;
  }
  .mailchimp_form_wrapper .mailchimp_form .gform_footer input[type=submit] {
    width: 120px;
    display: inline-block;
  }
  .bloc_avantage {
    padding: 0px 0px 0px 0px;
  }
  .bloc_avantage .texte_avantages .icone_titre {
    margin: 40px auto 20px;
  }
  .bloc_avantage .texte_avantages,
  .bloc_avantage.gauche .texte_avantages {
    padding: 0px 20px 20px 20px;
  }
  .bloc_avantage .img_avantages {
    height: 300px;
  }
  .titre_avec_points span:after,
  .titre_avec_points span:before {
    display: none;
  }
  .single-product .woocommerce-message {
    top: 80px;
    padding-bottom: 45px;
    font-size: 14px;
    line-height: 16px;
  }
  .woocommerce .woocommerce-error .button,
  .woocommerce .woocommerce-info .button,
  .woocommerce .woocommerce-message .button,
  .woocommerce-page .woocommerce-error .button,
  .woocommerce-page .woocommerce-info .button,
  .woocommerce-page .woocommerce-message .button {
    float: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
  }
  .filter_news {
    margin: 0px 0px 35px;
  }
  .filter_news li.select,
  .filter_news li.select:hover {
    border-top: 0px solid #1C365F;
    border-bottom: 2px solid #1C365F;
  }
  .filter_news li {
    font-size: 10px;
    line-height: 15px;
    margin: 0px 9px 4px 0px;
    padding: 0px 0px 3px 0px;
    border-top: 0px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
  .filter_news li:hover {
    border-top: 0px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
  .filter_recette {
    margin: 0px 0px 35px;
  }
  .filter_recette li.select,
  .filter_recette li.select:hover {
    border-top: 0px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
  .filter_recette li {
    font-size: 10px;
    line-height: 15px;
    margin: 0px 9px 4px 0px;
    padding: 0px 0px 3px 0px;
    border-top: 0px solid #ffffff;
    border-bottom: 0px solid #ffffff;
  }
  .filter_recette li:hover {
    border-top: 0px solid #ffffff;
    border-bottom: 0px solid #ffffff;
  }
  /* Single nouvelle */
  .post_nav_zone {
    padding: 15px 20px 20px;
  }
  .single_poste .post_nav_zone {
    padding: 15px 0px 20px;
  }
  .single_news {
    padding: 0px 20px;
    margin-top: 20px;
  }
  .single_news:before {
    height: 80px;
  }
  .single_poste {
    padding: 0px 20px;
  }
  .single_warp {
    padding-top: 20px;
  }
  .actu .categorie, .poste .categorie {
    margin: 35px 0px 15px;
  }
  .poste .categorie {
    margin: 35px 0px 0px;
  }
  .actu h1, .poste h1 {
    margin-bottom: 25px;
  }
  .poste h1 {
    margin-bottom: 15px;
  }
  .actu .share, .poste .share {
    padding-bottom: 25px;
  }
  .actu .entry-content, .poste .entry-content {
    padding: 25px 0px;
  }
  .frm_cv_single {
    padding: 60px 20px 60px;
  }
  .bloc_avantage .texte_avantages .contenu {
    padding: 0px 0px;
  }
  .from_cv div.ginput_container_name span {
    padding-right: 0px;
    margin-bottom: 15px !important;
    width: 100%;
  }
  .from_cv div.ginput_container_name span:last-child {
    padding-left: 0px;
    margin-bottom: 0px !important;
  }
  .from_cv #field_2_1,
  .from_cv #field_2_2 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 420px) {
  .woocommerce table.shop_table_responsive tr td:before,
  .woocommerce-page table.shop_table_responsive tr td:before,
  .shop_table {
    font-size: 12px;
    line-height: 14px;
  }
  .woocommerce-cart .quantity .qty {
    font-size: 12px !important;
    padding: 0px 5px 2px 2px !important;
    border-bottom: 1px solid #1C365F !important;
  }
  /*.bdp1-menu > li:nth-of-type(1){
  	width: 100%;
  	margin-right: 0%;
  }
  .bdp1-menu > li:nth-of-type(2){
  	width: 100%;
  	margin-right: 0%;
  	border-top: 0px;
  }
  .bdp1-menu > li:nth-of-type(3){
  	width: 100%;
  	margin-right: 0%;
  	margin-top: 19px;
  } 
  .bdp1-menu > li:nth-of-type(4){
  	width: 100%;
  	margin-right: 0%;
  	margin-top: 0px;
  	border-top: 0px;
  }
  .info_right,
  .legal-menu{
  	text-align: center;
  }

  .adresse,
  #details_add{
  	width: 100%;
  }
  #details_ouverture,
  .bdp2-menu {
  	width: 100%;
  	margin-top: 20px;
  }
  */
  .categorie_produit {
    height: 300px;
  }
  .suivez_nous {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    height: 180px;
    padding-top: 50px;
  }
  .suivez_nous .social {
    margin-top: 0%;
  }
  .suivez_nous .social span {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .icone_social {
    height: 38px;
    width: 38px;
    margin: 0px 7px;
    top: -5px;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  .woocommerce-page[class*=columns-] ul.products li.product,
  .woocommerce[class*=columns-] ul.products li.product {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 30px;
    min-height: 90px;
  }
  .woocommerce-LoopProduct-link:first-of-type {
    max-width: 90px;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .woocommerce ul.products li.product[data-produit=onsale] h2 {
    margin-top: 0px;
  }
  .woocommerce ul.products li.product .woocommerce-loop-category__title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product h3 {
    margin-top: 0px;
  }
  .woocommerce ul.products li.product {
    padding-left: 110px;
  }
  .woocommerce ul.products li.product .onsale {
    right: auto;
    bottom: 0;
    top: auto;
    margin: 0;
    font-size: 9px;
    height: auto;
    width: 100%;
    line-height: 14px;
    border-radius: 0%;
    border: 0px;
    background-color: #1C365F;
    color: #ffffff;
  }
  .woocommerce ul.products li.product .onsale:after {
    display: none;
  }
  .woocommerce form .form-row {
    width: 100%;
  }
  .price_zone {
    min-height: 10px;
  }
  .newsletter_footer .cta_news strong {
    font-size: 13px;
    line-height: 22px;
  }
  .newsletter_footer .cta_news {
    font-size: 12px;
    line-height: 20px;
    padding-top: 0px;
  }
  .newsletter_footer .mailchimp_form_wrapper .mailchimp_form input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    padding: 10px 10px !important;
    height: 46px;
  }
  .newsletter_footer .gform_wrapper ul.gform_fields li {
    margin: 0 !important;
  }
  .newsletter_footer .mailchimp_form_wrapper .mailchimp_form .gform_body {
    margin-bottom: 5px !important;
  }
  .home div.woocommerce {
    padding: 0px 0px;
  }
  .fagnon {
    width: 150px;
    margin-left: -75px;
    height: 100px;
    padding-top: 15px;
  }
  .fagnon .ligne_1 {
    font-size: 15px;
    line-height: 20px;
  }
  .fagnon .ligne_2 {
    font-size: 15px;
    margin-bottom: 0px;
    padding: 0px 10px;
  }
  .fagnon .ligne_2:after {
    top: -4px;
    right: -5px;
  }
  .fagnon .ligne_2:before {
    top: -4px;
    left: -5px;
  }
  .fagnon:after {
    width: 150px;
    height: 30px;
    bottom: -30px;
  }
  .fagnon .icones_viande {
    width: 30px;
    height: 40px;
  }
  .woocommerce div.product form.cart .button {
    margin-left: 0px;
    max-width: none;
    margin-top: 0px;
  }
  .menu_produits li {
    width: 45%;
    margin: 0px 0px 20px 8.19444444%;
    text-align: center;
  }
  .menu_produits li:nth-of-type(2n+1) {
    clear: left;
    margin: 0px 0px 20px 0%;
  }
  .menu_produits li a {
    width: auto;
  }
  .menu_produits li.type_3 {
    width: 100%;
    margin: 10px 0% 20px 0%;
  }
  .menu_produits li.type_3 a {
    padding: 66px 10px 84px;
    min-height: 190px;
  }
  .menu_produits li.type_3 a .ligne_2 {
    font-size: 16px;
  }
  .menu_produits li.type_3 a .ligne_1 {
    font-size: 16px;
    line-height: 19px;
  }
  .single_recette .infos_recette ul li:last-child,
  .single_recette .infos_recette ul li:first-child {
    padding: 8px 10px 2px 10px;
  }
  .single_recette .infos_recette ul li {
    font-size: 14px;
  }
  .single_recette .infos_recette .prefere {
    background-position: -11px -3px;
    width: 120px;
    height: 120px;
  }
  .det_poste span:first-child {
    margin: 0px 12px 0px 0px;
  }
  .det_poste span {
    margin: 0px 12px;
    font-size: 12px;
  }
  .woocommerce table.shop_table_responsive tr td.product-quantity {
    padding: 6px 6px 6px 12px;
  }
  .woocommerce table.shop_table_responsive tr td.product-subtotal {
    padding: 6px 12px 6px 6px;
  }
  /* sans hormone */
  .sans_hormones {
    bottom: auto;
    top: 0px;
    width: 25px;
    height: 25px;
    padding: 0px 0px 0px 0px;
    text-indent: -9999px;
    overflow: hidden;
  }
  .sans_hormones:after {
    width: 15px;
    height: 15px;
    left: 5px;
    top: 5px;
  }
}
@media screen and (max-width: 320px) {
  .box_img_link a .ligne_2,
  .box_img_link .nolink .ligne_2 {
    font-size: 18px;
  }
  .vc_separator h4 {
    font-size: 13px !important;
  }
  .quantite {
    margin-bottom: 15px;
  }
  .woocommerce-info:before,
  .woocommerce-error:before,
  .woocommerce-message:before,
  .ywgc-have-code:before,
  .ywgc_have_code:before {
    top: 8px !important;
    left: 10px !important;
  }
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message,
  .ywgc-have-code,
  .ywgc_have_code {
    padding: 5px 2em 5px 37px;
    font-size: 14px;
  }
  body.woocommerce-checkout .woocommerce-info a:after,
  body.woocommerce-checkout .woocommerce-message a:after,
  body.woocommerce-checkout .woocommerce-error a:after,
  .ywgc-have-code a.ywgc-show-giftcard:after,
  .ywg_have_code a.ywgc_show_giftcard:after {
    right: 0px;
    font-size: 29px;
  }
  table.shop_table_responsive tr td.woocommerce-orders-table__cell-order-actions:before {
    clear: both !important;
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 4px !important;
  }
  table.shop_table_responsive tr td.woocommerce-orders-table__cell-order-actions a {
    margin-right: 2px !important;
  }
  .frm_recommander input.button {
    white-space: normal !important;
  }
  .woocommerce table.shop_table td {
    word-break: break-all;
  }
}
/* ---------------------------------------------------------------------------- */
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0 1em;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  overflow: auto;
}
.woocommerce div.product .woocommerce-tabs ul.tabs > li {
  display: inline-flex !important;
  font-size: 13px;
  line-height: 15px;
  padding-top: 6px !important;
  padding-bottom: 4px !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 -2px;
}

.woocommerce-Tabs-panel h2 {
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 3px;
  margin-bottom: 3px;
}
.woocommerce-Tabs-panel h2 .ligne_1 > span:first-child {
  font-family: "Lifehack";
  letter-spacing: 0;
  font-weight: 100;
  line-height: 18px;
}

.cwginstock-subscribe-form {
  display: none;
}

.cwginstock-subscribe-form .panel-primary {
  min-height: 75px;
}
.cwginstock-subscribe-form .panel-primary .panel-heading {
  background-color: transparent !important;
  border-color: transparent !important;
  padding-top: 15px;
  padding-bottom: 0;
}
.cwginstock-subscribe-form .panel-primary .panel-heading h4 {
  margin: 0;
  color: #1C365F !important;
  font-size: 14px;
  font-weight: normal !important;
}

.cwginstock-panel-body .form-group {
  margin: 0 !important;
}

.cwginstock-subscribe-form .panel-primary {
  border-color: #1C365F !important;
}

.cwgstock_button {
  width: auto !important;
  padding: 12px 18px !important;
}

.cwgstock_email {
  margin-bottom: 10px;
}

.cwgstock_output {
  text-align: center;
  font-size: 14px !important;
}
.cwgstock_output div {
  color: #1C365F !important;
}

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