@charset "UTF-8";
@media screen and (max-width: 767px) {
  .page-product.page-view .col-left .product-data .brand-title, .page-recipe .recipe-view .tab-content, .page-recipe .recipe-view .recipe-details, .page-recipe .recipe-view .category-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}

body {
  font-family: SourceSansPro;
  background-color: #EEEEEE;
  overflow-x: hidden;
}

@font-face {
  font-family: "SourceSansPro";
  src: url("../font/source_sans_pro/sourcesanspro-regular.ttf") format("truetype");
}
@font-face {
  font-family: "DancingScript";
  src: url("../font/dancing_script/dancingscript-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Philosopher";
  src: url("../font/philosopher/Philosopher-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Optima";
  src: url("../font/optima/optima.eot?#iefix");
  src: url("../font/optima/optima.eot?#iefix") format("embedded-opentype"), url("../font/optima/optima.otf") format("truetype");
}
@font-face {
  font-family: "FuturaLTProBook";
  src: url("../font/futura/nunito-regular-webfont.eot?#iefix");
  src: url("../font/futura/nunito-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/futura/futuraltpro-book.ttf") format("truetype");
}
#wrapper {
  color: #4a4a4a;
}

@media screen and (min-width: 767px) {
  .site-content {
    margin: 25px 15px 0 15px;
  }
}

.page-brand-view .col-left .stand-content .stand-data .title a, .page-brand-view .col-left .breadcrumb a, .page-brand-index a, .page-tag .col-left .search-results .item-info a, .page-tag .col-left .bloc-tag.brandnews a, .page-tag .col-left .bloc-tag.recipes a, .page-search .search-results .item-info a, .page-product .col-left a, .page-data.page-recipe .col-left .recipe-list a, .page-recipe .recipe-view a, .page-recipe .col-left .list-category a, .page-recipe .col-left .last-recipe a, .page-article-news .col-left a, .page-article-category a, .page-article .linked-articles a, .block-home-section.section-marques a, .block-home-section.section-recettes a, .block-home-listing-category .block-category a, .block-home-last-news a, .col-right .most-read a {
  color: #4a4a4a;
  text-decoration: none;
}
.page-brand-view .col-left .stand-content .stand-data .title a:hover, .page-brand-view .col-left .breadcrumb a:hover, .page-brand-index a:hover, .page-tag .col-left .search-results .item-info a:hover, .page-tag .col-left .bloc-tag.brandnews a:hover, .page-tag .col-left .bloc-tag.recipes a:hover, .page-search .search-results .item-info a:hover, .page-product .col-left a:hover, .page-data.page-recipe .col-left .recipe-list a:hover, .page-recipe .recipe-view a:hover, .page-recipe .col-left .list-category a:hover, .page-recipe .col-left .last-recipe a:hover, .page-article-news .col-left a:hover, .page-article-category a:hover, .page-article .linked-articles a:hover, .block-home-section.section-marques a:hover, .block-home-section.section-recettes a:hover, .block-home-listing-category .block-category a:hover, .block-home-last-news a:hover, .col-right .most-read a:hover {
  color: #979797;
}

img.clearfix {
  overflow: auto;
}

div.clearfix {
  float: none;
  clear: both;
}

br.clearfix {
  clear: both;
  height: 0px;
}

.table {
  display: table;
  height: 100%;
}

.cell {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.cell img {
  display: initial;
}

.flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  -webkit-flex-direction: column;
}

.flex-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  -webkit-align-items: flex-start;
  -webkit-justify-content: center;
  -webkit-flex-direction: column;
}

.flex-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: -webkit-flex;
  -webkit-align-items: flex-end;
  -webkit-justify-content: center;
  -webkit-flex-direction: column;
}

.flex-vertical-align {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-flex-direction: column;
}

.pointer {
  cursor: pointer;
}

.w-100 {
  width: 100%;
}

.page-product .col-left h1 {
  font-size: 2rem;
  font-family: "Philosopher";
  text-transform: uppercase;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .page-product .col-left h1 {
    font-size: 3rem;
    padding: 0 6px;
  }
}

.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.rtecenter {
  text-align: center;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.padding-0 {
  padding: 0 !important;
}

.container {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: none !important;
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    width: 1600px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1920px) {
  .container {
    width: 1920px;
    margin-right: auto;
    margin-left: auto;
  }
}

.container-avatar {
  margin: 10px 15px;
}

.box-avatar {
  display: flex;
  align-items: center;
}

.avatar-img {
  width: 150px;
  height: 80px;
  border-radius: 100%;
  margin-right: 15px;
  background-position: center;
  background-size: cover;
}

span.avatar-metier {
  display: block;
}

p.avatar-description {
  width: 80%;
  margin-top: 10px;
}

.product-comments .row-detail {
  display: block;
}

.product-comments .row-detail > div {
  width: auto;
  max-width: initial;
}

.crop-img {
  position: relative;
  padding-bottom: 55%;
}

.crop-img img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  width: 100%;
  height: 100%;
}

.bloc-shadow {
  box-shadow: 1px 1px 2px #bcbcbc;
}

.picto-article-video::after {
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("/img/play.png");
  background-size: 22% 40%;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.75;
}

.picto-article-slider::after {
  width: 20px;
  height: 20px;
  background-color: rgba(74, 74, 74, 0.5);
  position: absolute;
  top: 2px;
  right: 2px;
  content: "\f302";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  text-align: center;
  font-weight: 900;
}

.picto-article-actu::after {
  content: "Actu";
  width: 50px;
  height: 20px;
  background-color: rgba(74, 74, 74, 0.5);
  position: absolute;
  top: 2px;
  right: 2px;
  color: #fff;
  text-align: center;
}

.picto-article-dossier::after {
  content: "Dossier";
  width: 60px;
  height: 20px;
  background-color: rgba(74, 74, 74, 0.5);
  position: absolute;
  top: 2px;
  right: 2px;
  color: #fff;
  text-align: center;
}

.is-premium-tag::after {
  content: "Abonnés";
  border-radius: 0.5rem;
  width: 5rem;
  height: 1.5rem;
  background-color: #ffd700;
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  color: #000;
  font-weight: bold;
  text-align: center;
}

.is-premium-tag-small::after {
  font-size: x-small;
  font-weight: bold;
  content: "Abonnés";
  border-radius: 0.5rem;
  width: 3rem;
  height: 1rem;
  background-color: #ffd700;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  color: #000;
  text-align: center;
}

.is-premium-tag-xtra-small::after {
  font-size: xx-small;
  content: "Abonnés";
  border-radius: 0.5rem;
  width: 2.75rem;
  height: 0.75rem;
  background-color: #ffd700;
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  color: #000;
  font-weight: bold;
  text-align: center;
}

svg text {
  font-family: FontAwesome;
}

.icon-play {
  content: "\f01d";
}

.row {
  margin-right: 0;
  margin-left: 0;
}
.row > [class^=col-], .row > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: initial;
}

.pagination .active a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .pagination {
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
  }
  .pagination li:not(:first-child):not(:last-child):not(.active) {
    display: none;
  }
}
.col-half-offset {
  margin-left: 4.166666667%;
}

.no-gutter {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

@media screen and (min-width: 576px) and (max-width: 1200px) {
  .auto-clear div.col-sm-6:nth-of-type(odd) {
    clear: left;
  }
}
@media screen and (min-width: 1200px) {
  .auto-clear div.col-lg-6:nth-of-type(odd) {
    clear: left;
  }
}
.bg-success, .bg-danger {
  padding: 15px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

@media screen and (min-width: 767px) {
  .col-right {
    padding-left: 15px !important;
  }
  .col-right .row:not(:last-child) {
    padding-bottom: 25px;
  }
}
.col-right .block-fb {
  width: 100%;
  height: 214px;
}

.page-content .col-left {
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .page-content .col-left {
    padding: 0 20px;
  }
}

.page-data .col-left {
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .page-data .col-left .row > [class^=col-], .page-data .col-left > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 767px) {
  .page-data .col-left .breadcrumb {
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.page-data .col-left h2 {
  margin: 10px 15px !important;
}
.page-data .col-left .pagination {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .page-data .col-left .pagination {
    margin-left: 2px;
  }
}

.breadcrumb a:hover {
  text-decoration: none;
}

.page-editorial .col-left {
  border-top: 5px solid #39A935;
}
.page-editorial .col-left h1 {
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .page-editorial .col-left {
    padding: 0;
  }
  .page-editorial .col-left h1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.page-editorial .col-left .page-editorial-content {
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .page-editorial .col-left .page-editorial-content {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 25px;
  }
}

.list-products .product-name {
  margin-top: 5px;
}
.list-products .product-brand, .list-products .note {
  margin-top: 2px;
}
.list-products .crop-img {
  padding-bottom: 100%;
}
.list-products .crop-img img {
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.list-products .note i.full {
  color: #f1c40f;
}
.list-products a {
  color: #7db472 !important;
}
.list-products a:hover {
  text-decoration: none;
}
.list-products.slider-mobile .hoverbox {
  padding-right: 15px;
}
.list-products.slider-mobile .hoverdiv {
  position: relative;
  opacity: 1;
}
.list-products .col-sm-3 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.share {
  text-align: end;
}
.share i {
  color: #fff;
  height: 45px;
  width: 45px;
  padding: 5px;
  padding-top: 13px;
  border-radius: 42px;
  font-size: 1.5rem;
  text-align: center;
  margin-right: 20px;
  cursor: pointer;
}
.share i.fa-facebook {
  background-color: #3b5998;
}
.share i.fa-twitter {
  background-color: #1da1f2;
}
.share i.fa-google-plus {
  background-color: #dd4b39;
}
.share i.fa-comments {
  background-color: #4a4a4a;
}
.share i.fa-instagram {
  background-color: #888888;
}
.share i.fa-link {
  background-color: #888888;
}
.share i.fa-youtube {
  background-color: #cd201f;
}
.share i.fa-pinterest {
  background-color: #bd081c;
}

.score .fa-star.full {
  color: #f1c40f;
}

.baludress a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(238, 238, 238, 0) 0%, rgba(238, 238, 238, 0) 10%, rgba(238, 238, 238, 0) 90%, #eeeeee 100%);
}

.scrollingDiv {
  position: fixed !important;
  bottom: 0;
  width: 100%;
  box-shadow: 0px 5px 10px 13px rgba(0, 0, 0, 0.2);
  z-index: 42;
}
@media only screen and (max-device-width: 750px) and (orientation: landscape) {
  .scrollingDiv {
    width: 50%;
  }
}

.dressml {
  margin-top: 25px;
}

@media screen and (min-width: 992px) and (max-width: 1599px) {
  .dress-left [class^=col-]:not(.baludress) {
    padding-left: 10px;
    width: 33px;
  }
  .dress-left [class^=col-].baludress {
    padding-left: 10px;
  }
  .dress-left [class^=col-].baludress:not(*:root) {
    width: 167px;
  }

  @supports (-moz-appearance: meterbar) {
    .dress-left [class^=col-].baludress {
      width: 167px;
    }
  }
  .dress-right [class^=col-].baludress {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1920px) {
  .dress-left [class^=col-].baludress {
    padding-left: 14px;
  }

  .dress-right [class^=col-].baludress {
    padding-right: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .dress-left [class^=col-].baludress {
    padding-left: 17px;
  }
}
@media screen and (max-width: 767px) {
  [id^=o6adiv] {
    position: relative;
    padding-bottom: 33.6%;
    margin-top: 25px;
  }

  [id^=o6adiv] iframe {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 767px) {
  .col-right [id^=o6adiv] {
    position: relative;
    padding-bottom: 200%;
  }
  .col-right [id^=o6adiv] iframe {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
.pagination .page-item .page-link {
  color: #337ab7 !important;
}
.pagination .page-item.active .page-link {
  color: white !important;
  background-color: #337ab7 !important;
}

.page-editorial-content .smcx-widget {
  z-index: 1;
}
.page-editorial-content .smcx-embed {
  max-width: none !important;
  height: 800px;
}
.page-editorial-content .smcx-iframe-container {
  max-width: none !important;
  height: 765px !important;
}

#wrapper > header {
  display: none;
  height: 105px;
  width: 100%;
  position: fixed;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  padding-top: 2px;
}
@media screen and (min-width: 1200px) {
  #wrapper > header {
    display: block;
  }
}
#wrapper > header > .row {
  height: 100%;
}
#wrapper > header img.logo {
  float: left;
}
#wrapper > header a {
  color: #4a4a4a;
  text-transform: uppercase;
}
#wrapper > header a:hover {
  color: #979797;
  text-decoration: none;
  background-color: transparent;
}
#wrapper > header h1, #wrapper > header .navbar-brand {
  position: absolute;
  left: 0;
  right: 0;
  margin: 5px auto;
  width: 185px;
}
#wrapper > header ul#menu li.active {
  border-bottom: 5px solid #39A935;
}
#wrapper > header ul#menu li.recipe.active {
  border-color: #c47200;
}
#wrapper > header ul#menu li.product.active {
  border-color: #f9b233;
}
#wrapper > header ul#menu li.brand-news.active {
  border-color: #ffaec2;
}
#wrapper > header ul#menu li.brand-index.active {
  border-color: #8ec2e0;
}
#wrapper > header ul#menu {
  list-style: none;
  font-family: "FuturaLTProBook";
  display: none;
  flex-wrap: nowrap;
  flex-shrink: 0;
}
@media screen and (min-width: 767px) {
  #wrapper > header ul#menu {
    display: flex;
  }
}
#wrapper > header ul#menu li {
  margin-right: 30px;
}
#wrapper > header ul#menu li.active a, #wrapper > header ul#menu li.active a:hover {
  background-color: transparent;
}
#wrapper > header ul#menu li a {
  padding: 5px 6px;
  display: inline;
}
#wrapper > header ul#menu li:hover {
  background-color: transparent;
}
@media screen and (min-width: 1600px) {
  #wrapper > header ul#menu li.benchmark:after {
    margin-left: 5px;
  }
}
#wrapper > header ul#menu .dropdown-menu {
  padding: 5px;
}
#wrapper > header ul#menu .dropdown-menu li {
  padding: 5px 0;
}
@media screen and (min-width: 1920px) {
  #wrapper > header ul#menu .dropdown-menu li {
    padding: 7px 0;
  }
}
#wrapper > header ul#menu .dropdown-submenu {
  position: relative;
}
#wrapper > header ul#menu .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
#wrapper > header ul#menu .dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;
  height: 0;
  width: 0;
}
@media screen and (min-width: 1600px) {
  #wrapper > header ul#menu .dropdown-submenu > a:after {
    margin-right: -10px;
    margin-top: 5px;
  }
}
#wrapper > header ul#menu .dropdown-submenu:hover > a:after {
  border-left-color: #555;
}
#wrapper > header ul#menu li:hover > ul.dropdown-menu {
  display: block;
}
#wrapper > header ul#menu > li > ul {
  margin-top: -1px;
  margin-left: -1px;
}
#wrapper > header ul#menu .search {
  margin: 0;
  cursor: pointer;
}
@media screen and (min-width: 992px) and (max-width: 1600px) {
  #wrapper > header ul#menu li {
    font-size: 11px;
    margin-right: 1px;
  }
  #wrapper > header ul#menu li a {
    line-height: 0;
  }
  #wrapper > header ul#menu .search {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1920px) {
  #wrapper > header ul#menu li {
    margin-right: 16px;
    font-size: 14px;
  }
  #wrapper > header ul#menu .search {
    margin-left: 10px;
  }
}
@media screen and (min-width: 1920px) {
  #wrapper > header ul#menu li {
    font-size: 15px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 1920px) and (-ms-high-contrast: active), screen and (min-width: 1920px) and (-ms-high-contrast: none) {
  #wrapper > header ul#menu li {
    margin-right: 27px;
  }
}
@media screen and (min-width: 1920px) {
  #wrapper > header ul#menu .search {
    margin-left: 11px;
  }
}
#wrapper > header #navbar nav {
  text-align: center;
  background-color: transparent;
  border: none;
  position: initial;
}
#wrapper > header nav {
  height: 100%;
}
#wrapper > header .navbar-brand {
  cursor: pointer;
}
#wrapper > header #navbar-collapse-1 {
  align-self: end;
  align-self: flex-end;
  justify-content: center;
}
#wrapper > header .slicknav_parent .slicknav_parent {
  margin-left: 3rem;
}
#wrapper > header .slicknav_search {
  float: right;
  margin-right: 1rem;
}
#wrapper > header .social {
  display: none;
}
@media screen and (min-width: 767px) {
  #wrapper > header .social {
    display: flex;
    float: right;
    margin-top: 3px;
  }
  #wrapper > header .social span:not(:last-child) {
    margin-right: 15px;
    cursor: pointer;
  }
}
#wrapper > header .social i:hover {
  color: #979797;
}
@media screen and (min-width: 1200px) {
  #wrapper > header .hideActu {
    display: none !important;
  }
}
#wrapper > header .guide-achat {
  width: 25px;
}

.container {
  padding-top: 105px;
}
@media screen and (max-width: 767px) {
  .container {
    padding-top: 54px;
  }
}

.navbar {
  position: relative;
  align-items: start;
  padding: 0 !important;
}

.navbar-brand {
  padding: 0 !important;
}

#bntEspacePro {
  position: absolute;
  top: 0;
  right: 0;
}

#bntEspacePro a {
  background-color: #39A935 !important;
  color: #FFF !important;
  padding: 0px 5px;
  border-radius: 10px;
  display: block;
  font-size: 1.1em !important;
}

#bntEspacePro a:hover {
  color: #a4a4a4 !important;
  background-color: #EEE !important;
}

footer {
  margin-top: 25px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}
footer .blocks {
  font-size: 16px;
  font-family: "FuturaLTProBook";
  text-transform: uppercase;
  background-color: #fff;
  border-bottom: 1px solid #cacaca;
}
@media screen and (max-width: 767px) {
  footer .blocks {
    border-bottom: none;
  }
}
footer .blocks .block {
  display: inline-table;
  padding: 25px 49px 25px 49px;
}
@media screen and (max-width: 767px) {
  footer .blocks .block {
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #39A935;
  }
}
footer .blocks .block .text {
  margin-bottom: 10px;
}
footer .blocks .block:nth-child(2) {
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
}
footer .blocks .block .icon i {
  font-size: 6.5rem;
}
footer .blocks a {
  color: #4a4a4a;
}
@media screen and (max-width: 767px) {
  footer .blocks a {
    width: 100%;
  }
}
footer .blocks a:hover {
  color: #979797;
  text-decoration: none;
}
footer .links {
  margin-top: 25px;
}
footer .links ul {
  list-style-type: none;
}
footer .links li {
  display: inline-block;
  margin-right: 30px;
}
@media screen and (min-width: 767px) {
  footer .links li {
    margin-right: 14px;
  }
}
footer .links li a {
  font-size: 12px;
  font-family: "SourceSansPro";
  color: rgba(0, 0, 0, 0.8);
}

#wrapper {
  min-height: 100vh;
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrapper.sidebar-toggle-left #sidebar-menu-left {
  margin-left: 0;
}
#wrapper.sidebar-toggle-right #sidebar-menu-right {
  margin-right: 0;
}

#sidebar-menu-right, #sidebar-menu-left {
  z-index: 1000;
  position: fixed;
  width: 250px;
  height: 100%;
  overflow-y: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#sidebar-menu-left {
  background-color: #f2f2f2;
  margin-left: -342px;
  left: 0;
  top: 0;
}

#sidebar-menu-right {
  background-color: #f2f2f2;
  margin-right: -250px;
  right: 0;
  top: 0;
}

#wrapper.sidebar-toggle-left #sidebar-overlay, #wrapper.sidebar-toggle-right #sidebar-overlay {
  display: block;
}

#sidebar-overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2;
  margin-top: -105px;
}

html.sidebar-toggle, .sidebar-toggle body {
  position: relative;
  overflow: hidden;
}

.newsletter {
  border-top: 5px solid #39A935;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  text-align: center;
  background-color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .newsletter {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.newsletter i {
  font-size: 36px;
  color: #39A935;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .newsletter i {
    float: left;
  }
  .newsletter i + div {
    text-align: left;
  }
}
@media screen and (min-width: 767px) {
  .newsletter i + div {
    display: inline;
  }
}
.newsletter button, .newsletter input[type=text] {
  padding: 10px 15px;
  width: 260px;
  border: none;
  margin-top: 12.5px;
}
.newsletter input[type=text] {
  background-color: #eeeeee;
}
.newsletter button {
  background-color: #39A935;
  font-size: 18px;
  color: white;
}

@media screen and (min-width: 767px) {
  .col-right .newsletter {
    font-size: 1rem;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-right .newsletter input, .col-right .newsletter button {
    width: 100%;
    font-size: 1em;
  }
  .col-right .newsletter i {
    display: block;
  }
}
@media screen and (min-width: 767px) and (min-width: 1600px) {
  .col-right .newsletter i {
    float: left;
  }
  .col-right .newsletter i + div {
    display: table-cell;
    text-align: left;
  }
}
.col-right .most-read {
  background-color: #fff;
  padding: 25px 15px 25px 15px;
}
.col-right .most-read .heading {
  font-size: 18px;
  font-family: "Philosopher";
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3.6px;
  margin-bottom: 25px;
}
.col-right .most-read .heading .focus {
  color: #39A935;
}
.col-right .most-read .news-info {
  margin-top: 5px;
  font-size: 12px;
}
.col-right .most-read .title {
  font-size: 16px;
  font-family: "FuturaLTProBook";
  margin-bottom: 12.5px;
}
.col-right .most-read .list-news .news:not(:last-child) {
  margin-bottom: 12.5px;
  border-bottom: 1px solid #39A935;
}
@media screen and (max-width: 1599px) {
  .col-right .most-read.last-news .news .row [class^=col-] {
    width: 100%;
  }
  .col-right .most-read.last-news .news .row [class^=col-]:first-child {
    display: none;
  }
}
.col-right .most-read.last-news .crop-img {
  padding-bottom: 100%;
}
.col-right .most-read.last-news .news-info, .col-right .most-read.last-news .title {
  margin-top: 0;
  margin-left: 10px;
}
.col-right .most-read.last-news .title {
  min-height: 72px;
}
.col-right .most-read.last-news .picto-article-video::after {
  background-size: 40% 40%;
}

.section-produits .slider-mobile .hoverbox, .page-recipe .slider-mobile .hoverbox {
  padding-right: 15px;
}
.section-produits .slider-mobile .hoverdiv, .page-recipe .slider-mobile .hoverdiv {
  position: relative;
  opacity: 1;
}

.col-left .row:not(:last-child) {
  margin-bottom: 25px;
}

.page-data.page-recipe .col-left, .page-recipe .col-left .list-category, .page-recipe .col-left .last-recipe, .page-article-news .col-left .list-category, .page-article-news .col-left .last-news, .block-home-section.section-exposants, .block-home-section.section-produits, .block-home-section.section-marques, .block-home-section.section-recettes, .block-home-listing-category [class^=col-]:last-child .block-category, .block-home-listing-category [class^=col-]:not(:last-child) .block-category, .block-home-last-news {
  padding: 20px;
  background-color: #fff;
}
.page-data.page-recipe .col-left h2, .page-recipe .col-left .list-category h2, .page-recipe .col-left .last-recipe h2, .page-article-news .col-left .list-category h2, .page-article-news .col-left .last-news h2, .block-home-section.section-exposants h2, .block-home-section.section-produits h2, .block-home-section.section-marques h2, .block-home-section.section-recettes h2, .block-home-listing-category [class^=col-]:last-child .block-category h2, .block-home-listing-category [class^=col-]:not(:last-child) .block-category h2, .block-home-last-news h2, .page-data.page-recipe .col-left h3, .page-recipe .col-left .list-category h3, .page-recipe .col-left .last-recipe h3, .page-article-news .col-left .list-category h3, .page-article-news .col-left .last-news h3, .block-home-section.section-exposants h3, .block-home-section.section-produits h3, .block-home-section.section-marques h3, .block-home-section.section-recettes h3, .block-home-listing-category [class^=col-]:last-child .block-category h3, .block-home-listing-category [class^=col-]:not(:last-child) .block-category h3, .block-home-last-news h3 {
  font-size: 2rem;
  font-family: "Philosopher";
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 15px;
}
@media screen and (min-width: 576px) and (max-width: 1200px) {
  .page-data.page-recipe .col-left h2, .page-recipe .col-left .list-category h2, .page-recipe .col-left .last-recipe h2, .page-article-news .col-left .list-category h2, .page-article-news .col-left .last-news h2, .block-home-section.section-exposants h2, .block-home-section.section-produits h2, .block-home-section.section-marques h2, .block-home-section.section-recettes h2, .block-home-listing-category [class^=col-]:last-child .block-category h2, .block-home-listing-category [class^=col-]:not(:last-child) .block-category h2, .block-home-last-news h2, .page-data.page-recipe .col-left h3, .page-recipe .col-left .list-category h3, .page-recipe .col-left .last-recipe h3, .page-article-news .col-left .list-category h3, .page-article-news .col-left .last-news h3, .block-home-section.section-exposants h3, .block-home-section.section-produits h3, .block-home-section.section-marques h3, .block-home-section.section-recettes h3, .block-home-listing-category [class^=col-]:last-child .block-category h3, .block-home-listing-category [class^=col-]:not(:last-child) .block-category h3, .block-home-last-news h3 {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .page-data.page-recipe .col-left h2, .page-recipe .col-left .list-category h2, .page-recipe .col-left .last-recipe h2, .page-article-news .col-left .list-category h2, .page-article-news .col-left .last-news h2, .block-home-section.section-exposants h2, .block-home-section.section-produits h2, .block-home-section.section-marques h2, .block-home-section.section-recettes h2, .block-home-listing-category [class^=col-]:last-child .block-category h2, .block-home-listing-category [class^=col-]:not(:last-child) .block-category h2, .block-home-last-news h2, .page-data.page-recipe .col-left h3, .page-recipe .col-left .list-category h3, .page-recipe .col-left .last-recipe h3, .page-article-news .col-left .list-category h3, .page-article-news .col-left .last-news h3, .block-home-section.section-exposants h3, .block-home-section.section-produits h3, .block-home-section.section-marques h3, .block-home-section.section-recettes h3, .block-home-listing-category [class^=col-]:last-child .block-category h3, .block-home-listing-category [class^=col-]:not(:last-child) .block-category h3, .block-home-last-news h3 {
    font-size: 1.2rem;
  }
}

.block-home-last-news {
  border-top: 5px solid #39A935;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .block-home-last-news {
    padding-left: 0;
    padding-right: 0;
  }
}
.block-home-last-news h2 {
  font-family: "Philosopher";
  font-size: 3.5rem;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .block-home-last-news h2 {
    text-align: left;
  }
}
.block-home-last-news .main-news {
  position: relative;
}
@media screen and (min-width: 767px) {
  .block-home-last-news .main-news a {
    color: white;
  }
}
.block-home-last-news .main-news .news-info {
  font-size: 1rem;
  padding: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
.block-home-last-news .main-news .news-title {
  font-size: 1rem;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .block-home-last-news .main-news .news-title {
    padding: 6px;
  }
}
.block-home-last-news .main-news .category {
  display: none;
}
@media screen and (min-width: 767px) {
  .block-home-last-news .main-news .news-info {
    position: absolute;
    top: 0;
    height: 37px;
    font-size: 16px;
    font-family: "SourceSansPro";
    margin-top: 10px;
    margin-left: 10px;
    background: rgba(74, 74, 74, 0.5);
    color: white;
  }
  .block-home-last-news .main-news .news-title {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(74, 74, 74, 0.5);
  }
  .block-home-last-news .main-news .news-title .category {
    font-size: 24px;
    font-family: "Philosopher";
    color: white;
    text-decoration: underline;
    display: block;
  }
  .block-home-last-news .main-news .news-title .title {
    font-size: 1.5rem;
    font-family: "FuturaLTProBook";
    color: white;
  }
}
.block-home-last-news .list-news {
  margin-top: 25px;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 767px) {
  .block-home-last-news .list-news {
    flex-wrap: nowrap;
  }
  .block-home-last-news .list-news > div {
    padding-bottom: 20px;
    flex: 1;
  }
}
@media screen and (min-width: 576px) and (max-width: 1200px) {
  .block-home-last-news .list-news [class^=col-] {
    width: 31.84%;
  }
  .block-home-last-news .list-news [class^=col-]:not(:first-child) {
    margin-left: 2.24%;
  }
  .block-home-last-news .list-news [class^=col-]:last-child {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .block-home-last-news .list-news [class^=col-] {
    width: 23.3%;
  }
  .block-home-last-news .list-news [class^=col-]:not(:first-child) {
    margin-left: 2.24%;
  }
}
.block-home-last-news .list-news .news-info {
  font-family: "SourceSansPro";
  font-size: 1rem;
}
@media screen and (min-width: 767px) {
  .block-home-last-news .list-news .news-info {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .block-home-last-news .list-news .news-info {
    font-size: 1rem;
    padding: 6px;
  }
}
.block-home-last-news .list-news .title {
  font-size: 1rem;
  font-family: "FuturaLTProBook";
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .block-home-last-news .list-news .title {
    padding: 6px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1600px) {
  .block-home-last-news .list-news .title {
    font-size: 1rem;
  }
}
.block-home-last-news .see-more {
  margin-top: 25px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .block-home-last-news .see-more {
    text-align: right;
  }
}
.block-home-last-news .see-more i {
  color: #39A935;
}
.block-home-last-news .see-more a {
  color: #4a4a4a;
  font-size: 2rem;
}
.block-home-last-news .see-more a:hover {
  color: #39A935;
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  .block-home-last-news .see-more a {
    font-size: 1rem;
  }
}
.block-home-last-news div#actusbar {
  text-transform: uppercase;
  margin-bottom: 40px;
  list-style: none;
  font-family: "FuturaLTProBook";
  display: none;
}
@media screen and (min-width: 1200px) {
  .block-home-last-news div#actusbar {
    display: flex;
    position: relative;
  }
}
.block-home-last-news div#actusbar > div {
  display: inline;
  float: left;
  margin-right: 30px;
  font-size: 9px;
}
.block-home-last-news div#actusbar > div a {
  padding: 5px 6px;
  display: inline;
}
.block-home-last-news div#actusbar > div:hover {
  background-color: transparent;
}
.block-home-last-news div#actusbar > div:hover > ul.dropdown-menu {
  display: block;
}
.block-home-last-news div#actusbar > div .dropdown-menu {
  padding: 5px;
}
.block-home-last-news div#actusbar > div .dropdown-menu li {
  padding: 5px 0;
}
.block-home-last-news div#actusbar > div:nth-last-child(n+2):after {
  content: "";
  background-color: black;
  position: absolute;
  width: 1px;
  height: 30px;
  top: -10px;
  display: inline-block;
  opacity: 0.1;
  right: -15px;
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .block-home-last-news div#actusbar > div {
    font-size: 8px;
    margin-right: 10px;
  }
  .block-home-last-news div#actusbar > div:nth-last-child(n+2):after {
    right: -5px;
  }
  .block-home-last-news div#actusbar > div ul li {
    font-size: 8px;
    margin-right: 1px;
  }
}
@media screen and (min-width: 1600px) {
  .block-home-last-news div#actusbar > div {
    font-size: 13px;
    margin-right: 10px;
  }
  .block-home-last-news div#actusbar > div:nth-last-child(n+2):after {
    right: -5px;
  }
  .block-home-last-news div#actusbar > div ul li {
    font-size: 13px;
    margin-right: 1px;
  }
}
@media screen and (min-width: 1920px) {
  .block-home-last-news div#actusbar > div {
    font-size: 16px;
    margin-right: 10px;
  }
  .block-home-last-news div#actusbar > div:nth-last-child(n+2):after {
    right: -5px;
  }
  .block-home-last-news div#actusbar > div ul li {
    font-size: 16px;
    margin-right: 1px;
  }
}

.block-home-listing-category {
  flex-wrap: nowrap;
}
.block-home-listing-category [class^=col-]:not(:last-child) .block-category {
  border-top: 5px solid #39A935;
  margin-right: 15px;
}
.block-home-listing-category [class^=col-]:last-child .block-category {
  border-top: 5px solid #39A935;
}
.block-home-listing-category .block-category {
  min-height: 695px;
}
.block-home-listing-category .block-category .news-info {
  font-size: 0.8rem;
  font-family: "SourceSansPro";
}
.block-home-listing-category .block-category .title {
  font-family: "FuturaLTProBook";
}
.block-home-listing-category .block-category .main-news .title {
  font-size: 18px;
}
.block-home-listing-category .block-category .list-news .title {
  font-size: 16px;
}
.block-home-listing-category .block-category .news-info, .block-home-listing-category .block-category .title {
  padding-left: 15px;
}
@media screen and (min-width: 992px) and (max-width: 1600px) {
  .block-home-listing-category .block-category [class^=col-] {
    width: 100%;
  }
}
.block-home-listing-category > div {
  flex: 1;
}
.block-home-listing-category .see-more {
  margin-top: 25px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .block-home-listing-category .see-more {
    text-align: right;
  }
}
.block-home-listing-category .see-more i {
  color: #39A935;
}
.block-home-listing-category .see-more a {
  color: #4a4a4a;
  font-size: 2rem;
}
.block-home-listing-category .see-more a:hover {
  color: #39A935;
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  .block-home-listing-category .see-more a {
    font-size: 1rem;
  }
}

.block-home-section {
  margin-top: 25px;
}
.block-home-section .news-info {
  font-size: 0.8rem;
  font-family: "SourceSansPro";
}
.block-home-section.section-recettes {
  border-top: 5px solid #c47200;
}
.block-home-section.section-recettes .desc {
  font-size: 16px;
  font-family: "FuturaLTProBook";
  text-align: center;
  margin-top: 10px;
}
.block-home-section.section-recettes .see-more {
  margin-top: 25px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .block-home-section.section-recettes .see-more {
    text-align: right;
  }
}
.block-home-section.section-recettes .see-more i {
  color: #c47200;
}
.block-home-section.section-recettes .see-more a {
  color: #4a4a4a;
  font-size: 2rem;
}
.block-home-section.section-recettes .see-more a:hover {
  color: #c47200;
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  .block-home-section.section-recettes .see-more a {
    font-size: 1rem;
  }
}
.block-home-section.section-recettes .crop-img {
  padding-bottom: 100%;
}
.block-home-section.section-marques {
  border-top: 5px solid #ffaec2;
}
.block-home-section.section-marques .item {
  padding-bottom: 25px;
}
.block-home-section.section-marques .item img {
  padding-right: 15px;
}
.block-home-section.section-marques .item .title {
  font-size: 18px;
  font-family: "SourceSansPro";
  color: #8ec2e0;
  font-weight: bold;
  text-transform: uppercase;
}
.block-home-section.section-marques .item .desc {
  font-size: 16px;
  font-family: "FuturaLTProBook";
}
@media screen and (min-width: 992px) and (max-width: 1600px) {
  .block-home-section.section-marques .item [class^=col-] {
    width: 100%;
  }
}
.block-home-section.section-marques .see-more {
  margin-top: 25px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .block-home-section.section-marques .see-more {
    text-align: right;
  }
}
.block-home-section.section-marques .see-more i {
  color: #ffaec2;
}
.block-home-section.section-marques .see-more a {
  color: #4a4a4a;
  font-size: 2rem;
}
.block-home-section.section-marques .see-more a:hover {
  color: #ffaec2;
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  .block-home-section.section-marques .see-more a {
    font-size: 1rem;
  }
}
.block-home-section.section-produits {
  border-top: 5px solid #f9b233;
}
.block-home-section.section-produits .see-more {
  margin-top: 25px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .block-home-section.section-produits .see-more {
    text-align: right;
  }
}
.block-home-section.section-produits .see-more i {
  color: #f9b233;
}
.block-home-section.section-produits .see-more a {
  color: #4a4a4a;
  font-size: 2rem;
}
.block-home-section.section-produits .see-more a:hover {
  color: #f9b233;
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  .block-home-section.section-produits .see-more a {
    font-size: 1rem;
  }
}
.block-home-section.section-exposants {
  border-top: 5px solid #8ec2e0;
}
.block-home-section.section-exposants .see-more {
  margin-top: 25px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .block-home-section.section-exposants .see-more {
    text-align: right;
  }
}
.block-home-section.section-exposants .see-more i {
  color: #8ec2e0;
}
.block-home-section.section-exposants .see-more a {
  color: #4a4a4a;
  font-size: 2rem;
}
.block-home-section.section-exposants .see-more a:hover {
  color: #8ec2e0;
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  .block-home-section.section-exposants .see-more a {
    font-size: 1rem;
  }
}
.block-home-section.section-exposants .row {
  padding-bottom: 25px;
}
.block-home-section.section-exposants .fit-img {
  height: 106px;
  text-align: center;
}
.block-home-section.section-exposants .fit-img img {
  max-width: 100%;
  max-height: 106px;
}
.block-home-section.section-sites {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .block-home-section.section-sites {
    flex-wrap: nowrap;
  }
  .block-home-section.section-sites > div {
    flex: 1;
  }
  .block-home-section.section-sites [class^=col-] {
    width: 23.3%;
  }
  .block-home-section.section-sites [class^=col-]:not(:first-child) {
    margin-left: 2.24%;
  }
}
@media screen and (max-width: 767px) {
  .block-home-section.section-sites div:not(:last-child) img {
    padding-bottom: 25px;
  }
}
.block-home-section.section-sites img {
  cursor: pointer;
}

.hoverbox .hoverdiv {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(39, 47, 30, 0.8);
  opacity: 0;
}
@media screen and (min-width: 576px) and (max-width: 1600px) {
  .hoverbox .hoverdiv {
    opacity: 1;
    position: relative;
    background: #fff;
    color: #4a4a4a;
  }
  .hoverbox .hoverdiv .product-name {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .hoverbox .hoverdiv .product-brand {
    text-align: left !important;
  }
}
.hoverbox .hoverdiv .content {
  display: table;
  height: 100%;
  width: 100%;
}
.hoverbox .hoverdiv .content .cell {
  vertical-align: middle;
  height: 100%;
  display: table-cell;
  padding: 15px;
}
.hoverbox .hoverdiv .product-name {
  font-family: "FuturaLTProBook";
}
.hoverbox .hoverdiv .product-brand {
  font-family: "FuturaLTProBook";
  font-weight: bold;
  text-align: center;
}
.hoverbox:hover .hoverdiv {
  opacity: 1;
}

.section-exposants .brand-name {
  font-family: "FuturaLTProBook";
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
}
.section-exposants a {
  color: #fff;
}
.section-exposants a:hover {
  text-decoration: none;
}
@media screen and (min-width: 576px) and (max-width: 1600px) {
  .section-exposants .hoverdiv {
    display: none;
  }
}

.page-brand-view .col-left .breadcrumb, .page-brand-index .breadcrumb, .page-product .col-left .breadcrumb, .page-recipe .col-left .breadcrumb, .page-article-news .col-left .breadcrumb, .page-article-category .breadcrumb, .page-article .breadcrumb, .page-data .col-left .breadcrumb {
  font-size: 18px;
  font-family: "Philosopher";
  text-transform: uppercase;
  padding: 0;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.page-brand-view .col-left .breadcrumb .breadcrumb .breadcrumb-item, .page-brand-index .breadcrumb .breadcrumb .breadcrumb-item, .page-product .col-left .breadcrumb .breadcrumb .breadcrumb-item, .page-recipe .col-left .breadcrumb .breadcrumb .breadcrumb-item, .page-article-news .col-left .breadcrumb .breadcrumb .breadcrumb-item, .page-article-category .breadcrumb .breadcrumb .breadcrumb-item, .page-article .breadcrumb .breadcrumb .breadcrumb-item, .page-data .col-left .breadcrumb .breadcrumb .breadcrumb-item {
  white-space: nowrap;
  float: none;
}
@media screen and (max-width: 767px) {
  .page-brand-view .col-left .breadcrumb, .page-brand-index .breadcrumb, .page-product .col-left .breadcrumb, .page-recipe .col-left .breadcrumb, .page-article-news .col-left .breadcrumb, .page-article-category .breadcrumb, .page-article .breadcrumb, .page-data .col-left .breadcrumb {
    font-size: 15px;
    padding: 0 6px;
  }
}

.page-article .col-left {
  border-top: 5px solid #39A935;
}
.page-article .breadcrumb a {
  color: #4a4a4a;
}
.page-article .breadcrumb a:hover {
  color: #979797;
}
.page-article h1 {
  font-size: 40px;
  font-family: "FuturaLTProBook";
  margin: 0 0 25px 0;
}
@media screen and (max-width: 767px) {
  .page-article h1 {
    margin-top: 0;
    font-size: 1.5rem;
    padding: 0 6px;
  }
}
.page-article h2 {
  font-weight: bold;
}
.page-article header figure:after {
  content: "";
  display: block;
  border: 25px solid transparent;
  border-top-color: #fff;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -25px;
}
.page-article .crop-img figcaption {
  height: 0;
}
.page-article .tags {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .page-article .tags {
    padding-left: 20px;
  }
}
.page-article .tags span {
  font-size: 14px;
  background-color: #fffd71;
  padding: 5px 10px 5px 10px;
  margin-right: 10px;
}
.page-article .tags span i {
  margin-right: 3px;
}
.page-article .tags a {
  color: #4a4a4a;
  text-decoration: none;
}
.page-article .source {
  margin-top: 25px;
  border: 1px solid #e3e3e3;
}
@media screen and (max-width: 767px) {
  .page-article .source {
    border: none;
    margin-top: 5px;
    margin-bottom: 5px !important;
    font-size: 0.8rem;
  }
}
.page-article .source .avatar {
  width: 60px;
  height: 60px;
  float: left;
  font-size: 60px;
  margin: 10px 20px;
}
@media screen and (max-width: 767px) {
  .page-article .source .avatar {
    width: 50px;
    height: 50px;
  }
}
.page-article .source .infos {
  float: left;
  margin-left: 8px;
  justify-self: center;
}
.page-article .source .infos a {
  color: #4a4a4a;
  text-decoration: underline;
}
.page-article .source .infos a:hover {
  color: #979797;
}
@media screen and (max-width: 767px) {
  .page-article .source .infos {
    float: none;
    font-size: 0.8rem;
  }
}
.page-article .source .redactor {
  height: 80px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .page-article .source .redactor {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.page-article .source .share {
  height: 80px;
  padding-top: 17.5px;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .page-article .source .share {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.page-article .article-content, .page-article .list-products {
  padding-bottom: 25px;
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: 17px;
  line-height: 1.5;
  color: #444444;
}
@media screen and (min-width: 1200px) {
  .page-article .article-content, .page-article .list-products {
    margin: 0 60px 0 60px;
  }
}
.page-article .article-content .chapo, .page-article .list-products .chapo {
  font-size: 23px;
  text-align: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #e3e3e3;
}
@media screen and (min-width: 1600px) {
  .page-article .article-content .chapo, .page-article .list-products .chapo {
    margin-left: -80px;
    margin-right: -80px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1600px) {
  .page-article .article-content, .page-article .list-products {
    width: 600px;
  }
}
.page-article .article-content a, .page-article .list-products a {
  color: #7db472;
}
@media screen and (max-width: 767px) {
  .page-article .article-content, .page-article .list-products {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.25rem;
  }
}
.page-article .article-content iframe, .page-article .list-products iframe {
  margin-bottom: 15px !important;
  margin-top: 15px !important;
}
.page-article .article-content [id^=o6adiv] iframe, .page-article .list-products [id^=o6adiv] iframe {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .page-article .article-content iframe, .page-article .list-products iframe {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 1200px) {
  .page-article .article-content iframe, .page-article .list-products iframe {
    width: 100%;
  }
}
.page-article .article-content blockquote, .page-article .list-products blockquote {
  border-color: #39A935;
  font-size: 31px;
  font-family: "DancingScript";
  color: #4a4a4a;
  line-height: 1.2;
}
.page-article .article-content .encadre {
  background-color: #EEE;
  padding: 20px;
  border-radius: 20px 0 20px 0;
}
.page-article .article-content .encadre h3 {
  font-size: 1.5em;
  color: #39A935;
  text-shadow: 2px 2px 1px #F8F8F8;
}
.page-article .article-content .encadre p {
  text-align: justify;
  text-justify: inter-word;
}
.page-article .linked-articles {
  padding-top: 25px;
  border-top: 1px solid #e3e3e3;
  padding-bottom: 25px;
  border-bottom: 1px solid #e3e3e3;
}
.page-article .linked-articles .news .news-info {
  position: absolute;
  top: 0;
  padding: 0px 5px;
  font-size: 16px;
  margin-top: 10px;
  margin-left: 10px;
  background: rgba(74, 74, 74, 0.5);
  color: white;
}
.page-article .linked-articles .news .title {
  font-size: 16px;
  font-family: "FuturaLTProBook";
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .page-article .linked-articles .news .title {
    padding: 0 6px 20px 6px;
  }
}
@media screen and (min-width: 767px) {
  .page-article .linked-articles .row {
    flex-wrap: nowrap;
  }
  .page-article .linked-articles .row div {
    flex: 1;
  }
}
@media screen and (min-width: 767px) {
  .page-article .linked-articles [class^=col-] {
    width: 32.46%;
  }
  .page-article .linked-articles [class^=col-]:not(:first-child) {
    margin-left: 1.3%;
  }
}
.page-article .comments {
  margin-top: 25px;
}
.page-article .heading {
  font-size: 24px;
  font-family: "Philosopher";
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
}
.page-article .heading .focus {
  color: #39A935;
}
.page-article .article-poll {
  border: 1px solid #e3e3e3;
  padding: 10px;
}
.page-article .article-poll .poll-title {
  font-size: 2.3rem;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
}
.page-article .article-poll .poll-title .fa {
  color: #39A935;
  margin-right: 10px;
}
.page-article .article-poll button {
  padding: 10px 15px;
  width: 260px;
  border: none;
  margin-top: 12.5px;
  color: white;
  background-color: #39A935;
}
.page-article .article-poll.poll-result .poll-score {
  display: table;
  width: 100%;
}
.page-article .article-poll.poll-result .progress {
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0px;
  margin: auto;
  display: table-cell;
  vertical-align: middle;
}
.page-article .article-poll.poll-result .progress .progress-bar {
  color: #4a4a4a;
  font-size: 16px;
  background-color: #39A935;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.page-article .article-poll.poll-result .row {
  margin: 10px 0;
}
@media screen and (min-width: 1200px) {
  .page-article .article-poll.poll-result .row [class^=col-]:last-child {
    padding-left: 15px;
  }
}
.page-article .article-poll.poll-result .poll-footer {
  text-align: center;
  border-top: 1px solid #e3e3e3;
  padding-top: 10px;
}
.page-article .embed-container:not(.video-square) {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.page-article .embed-container:not(.video-square) iframe, .page-article .embed-container:not(.video-square) object, .page-article .embed-container:not(.video-square) embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-article .embed-container.video-square iframe, .page-article .embed-container.video-square object, .page-article .embed-container.video-square embed {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.page-article .siema .crop-img {
  padding-bottom: 100%;
}
.page-article .siema .crop-img img {
  height: 100%;
}
.page-article .carousel-main .copyright {
  font-size: 11px;
  color: #989898;
}
.page-article .carousel-thumbs {
  margin: 0 5px;
}
.page-article .carousel-thumbs .crop-img:not(.active) img {
  filter: grayscale(100%);
}
.page-article .carousel-thumbs img {
  padding: 10px;
}
.page-article .carousel-nav {
  position: absolute;
  top: 0;
  bottom: 0;
}
.page-article .carousel-nav .fa {
  top: 50%;
  position: absolute;
  font-size: 20px;
  cursor: pointer;
}
.page-article .carousel-nav.prev {
  left: -10px;
}
@media screen and (max-width: 767px) {
  .page-article .carousel-nav.prev {
    left: 0px;
  }
}
.page-article .carousel-nav.next {
  right: 0;
}
@media screen and (max-width: 767px) {
  .page-article .carousel-nav.next {
    right: 14px;
  }
}
.page-article .carousel-control-prev {
  width: auto;
  color: black;
}
.page-article .carousel-control-next {
  width: auto;
  color: black;
}
.page-article .caption-block {
  position: relative;
}
.page-article .caption-block p:nth-child(2) {
  width: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.36);
  bottom: -10px;
  color: rgba(255, 255, 255, 0.78);
  padding: 5px 10px;
}
@media screen and (max-width: 767px) {
  .page-article .caption-block p:nth-child(2) {
    font-size: 1.5rem;
  }
}
.page-article .videoplayer {
  background-color: #4d4d4d;
  color: #fff;
}
.page-article .videoplayer .breadcrumb {
  background-color: #4d4d4d;
}
.page-article .videoplayer .breadcrumb a {
  color: #fff;
}
.page-article .videoplayer #publisher a {
  color: #fff !important;
}
.page-article .videoplayer .share i.fa-comments {
  background-color: #313131;
}
.page-article .videoplayer .article-content {
  color: #fff;
  width: 100%;
  margin-top: 20px;
}
.page-article .videoplayer .article-body {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .page-article .videoplayer .article-body {
    width: 60%;
  }
}
.page-article .videoplayer .news a {
  color: #fff;
}
.page-article .hover-img {
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding-left: 10px;
  line-height: 1.2rem;
  background: rgba(74, 74, 74, 0.5);
  font-size: 1rem;
  font-family: "FuturaLTProBook";
  color: white;
}
@media screen and (min-width: 1200px) {
  .page-article .hover-img {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
  }
}
.page-article .main-img:hover .hover-img {
  visibility: visible;
  opacity: 1;
}

.new-product-card {
  border: solid 1px #43AA40;
  width: 48%;
  margin: 0 1%;
  border-radius: 15px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .new-product-card {
    width: 94%;
  }
}
.page-article-category .col-left {
  border-top: 5px solid #39A935;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 767px) {
  .page-article-category .col-left .row:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 767px) {
  .page-article-category .col-left .row > [class^=col-], .page-article-category .col-left > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.page-article-category .col-left .category-desc {
  font-size: 1.5rem;
  padding: 0 15px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .page-article-category .col-left .category-desc {
    padding: 0 6px;
  }
}
@media screen and (min-width: 767px) {
  .page-article-category .breadcrumb {
    margin-left: 15px;
  }
}
.page-article-category h1 {
  font-size: 2rem;
  font-family: "Philosopher";
  text-transform: uppercase;
  margin: 10px 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .page-article-category h1 {
    margin-top: 0;
    margin: 0 6px 20px 6px;
    padding-bottom: 0;
  }
}
.page-article-category .news-info {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .page-article-category .news-info {
    padding: 0 6px;
  }
}
.page-article-category .news-info .category {
  font-size: 14px;
  font-family: "Philosopher";
  text-transform: uppercase;
  border-right: solid 3px #c4e872;
  margin-right: 20px;
  padding-right: 20px;
}
.page-article-category .news-info .publish {
  font-size: 14px;
}
.page-article-category .news-category .news-info {
  position: absolute;
  top: 0;
  padding: 0px 5px;
  font-size: 16px;
  margin-top: 10px;
  margin-left: 10px;
  background: rgba(74, 74, 74, 0.5);
  color: white;
}
.page-article-category .title {
  font-size: 1rem;
  font-family: "FuturaLTProBook";
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .page-article-category .title {
    margin-bottom: 25px;
    padding: 0 6px 20px 6px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 767px) {
  .page-article-category .top-news .title {
    font-size: 1rem;
  }
}
@media screen and (min-width: 767px) {
  .page-article-category .pagination {
    margin-left: 15px;
  }
}
.page-article-category .col-left > div.d-xs-block {
  margin-bottom: 25px;
}

.page-brand-news h1 {
  margin-bottom: 0px;
}
.page-brand-news .col-left {
  border-color: #ffaec2;
}
.page-brand-news .col-left .btn {
  margin-bottom: 25px;
}
.page-brand-news .col-left .row.brand-news-filters {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 25px;
  padding-top: 25px;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 767px) {
  .page-brand-news .col-left .row.brand-news-filters .row > [class^=col-], .page-brand-news .col-left .row.brand-news-filters > [class*=" col-"] {
    padding: 12.5px 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-brand-news .col-left .row.brand-news-filters {
    margin-bottom: 25px;
  }
  .page-brand-news .col-left .row.brand-news-filters [class^=col-] {
    padding: 15px;
  }
}
.page-brand-news .col-left .col-search {
  margin: auto;
}
.page-brand-news .col-left .search-btn {
  font-size: 3.5rem;
  color: #ffaec2;
  text-align: center;
  display: block;
}
.page-brand-news article.col-left img {
  max-width: 100%;
}

.page-article-news .col-left {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (min-width: 767px) {
  .page-article-news .col-left .row > [class^=col-], .page-article-news .col-left > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.page-article-news .col-left .last-news {
  border-top: 5px solid #39A935;
  padding: 0;
}
@media screen and (min-width: 767px) {
  .page-article-news .col-left .breadcrumb {
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.page-article-news .col-left .breadcrumb li:last-child {
  display: inline-block;
}
@media screen and (min-width: 767px) {
  .page-article-news .col-left h2 {
    margin: 10px 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .page-article-news .col-left h2 {
    padding-top: 10px;
    font-size: 2.5rem;
    margin: 0 6px 20px 6px !important;
    padding-bottom: 0 !important;
  }
}
.page-article-news .col-left .news-info {
  font-size: 14px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .page-article-news .col-left .news-info {
    padding: 0 6px;
    font-size: 1.75rem;
  }
}
.page-article-news .col-left .title {
  font-size: 30px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .page-article-news .col-left .title {
    padding: 0 6px;
    font-size: 1.75rem;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1200px) {
  .page-article-news .col-left .title {
    font-size: 1.75rem;
    margin-bottom: 25px;
  }
}
.page-article-news .col-left .list-news .title {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .page-article-news .col-left .list-news .title {
    padding: 0 6px;
    font-size: 1.75rem;
  }
}
.page-article-news .col-left .list-news .news {
  margin-bottom: 25px;
}
.page-article-news .col-left .list-category {
  border-top: 5px solid #39A935;
  padding: 0;
  margin-top: 25px;
}
.page-article-news .col-left .list-category .see-more {
  margin-left: auto !important;
  margin-top: auto !important;
  margin-top: 25px;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 767px) {
  .page-article-news .col-left .list-category .see-more {
    text-align: right;
  }
}
.page-article-news .col-left .list-category .see-more i {
  color: #39A935;
}
.page-article-news .col-left .list-category .see-more a {
  color: #4a4a4a;
  font-size: 2rem;
}
.page-article-news .col-left .list-category .see-more a:hover {
  color: #39A935;
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  .page-article-news .col-left .list-category .see-more a {
    font-size: 1rem;
  }
}
.page-article-news .col-left .list-category .title {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .page-article-news .col-left .list-category .title {
    padding: 0 6px;
    font-size: 1rem;
  }
}
.page-article-news .col-left .dressml {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .page-article-news .col-left .row:not(:last-child) {
    margin-bottom: 0;
  }
}

.page-recipe .col-left .crop-img {
  padding-bottom: 100%;
}
@media screen and (min-width: 767px) {
  .page-recipe .col-left .row > [class^=col-], .page-recipe .col-left > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.page-recipe .col-left .last-recipe {
  border-top: 5px solid #c47200;
  padding: 0;
}
.page-recipe .col-left .last-recipe strong {
  margin: 10px 15px;
}
.page-recipe .col-left .last-recipe strong + div {
  padding-top: 12.5px;
}
@media screen and (max-width: 767px) {
  .page-recipe .col-left .last-recipe strong {
    margin: 0 6px;
  }
}
@media screen and (min-width: 767px) {
  .page-recipe .col-left .breadcrumb {
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.page-recipe .col-left .breadcrumb li:last-child {
  display: inline-block;
}
.page-recipe .col-left .title {
  font-size: 30px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .page-recipe .col-left .title {
    padding: 0 6px;
    font-size: 1.75rem;
    margin-bottom: 25px;
  }
}
.page-recipe .col-left .list-recipe .title {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .page-recipe .col-left .list-recipe .title {
    padding: 0 6px;
    font-size: 1.75rem;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1200px) {
  .page-recipe .col-left .title, .page-recipe .col-left .list-recipe .title {
    font-size: 1.75rem;
    margin-bottom: 25px;
  }
}
.page-recipe .col-left .list-category {
  border-top: 5px solid #c47200;
  padding: 0;
  margin-top: 25px;
}
.page-recipe .col-left .list-category .title {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .page-recipe .col-left .list-category .title {
    padding: 0 6px;
    font-size: 1.75rem;
  }
}
.page-recipe .col-left .list-category .see-more {
  margin-left: auto !important;
  margin-top: auto !important;
  margin-top: 25px;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 767px) {
  .page-recipe .col-left .list-category .see-more {
    text-align: right;
  }
}
.page-recipe .col-left .list-category .see-more i {
  color: #39A935;
}
.page-recipe .col-left .list-category .see-more a {
  color: #4a4a4a;
  font-size: 2rem;
}
.page-recipe .col-left .list-category .see-more a:hover {
  color: #39A935;
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  .page-recipe .col-left .list-category .see-more a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 767px) {
  .page-recipe .col-left .list-category h2 {
    margin: 10px 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .page-recipe .col-left .list-category h2 {
    padding-top: 10px;
    font-size: 2.5rem;
    margin: 0 6px 20px 6px !important;
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .page-recipe .col-left .list-category .row {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 767px) {
  .page-recipe .col-left .list-category .row > [class^=col-], .page-recipe .col-left .list-category > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.page-recipe .col-left .list-category .see-more i, .page-recipe .col-left .list-category .see-more a:hover {
  color: #c47200;
}
.page-recipe .col-left h1 {
  font-size: 1.8rem;
  font-family: "Philosopher";
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .page-recipe .col-left h1 {
    font-size: 2rem;
    padding: 0 6px;
  }
}
.page-recipe .col-left .category-desc {
  font-size: 1.2rem;
  padding: 0 15px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .page-recipe .col-left .category-desc {
    padding: 0 6px;
  }
}
.page-recipe .col-left span.d-xs-block {
  margin-bottom: 25px;
}
.page-recipe .most-read .heading, .page-recipe .news .heading {
  text-align: center;
}
.page-recipe .stand-name {
  flex-wrap: nowrap;
}
.page-recipe .stand-name div {
  flex: 1;
}

.page-recipe .recipe-data {
  background: #fff;
  padding-bottom: 25px;
}
.page-recipe .recipe-data .breadcrumb {
  margin-top: 0;
  padding-top: 10px;
}
.page-recipe .recipe-data .focus {
  color: #c47200;
  font-weight: bold;
}
.page-recipe .recipe-data .stand-title a {
  font-size: 18px;
  font-family: "SourceSansPro";
  color: #8ec2e0;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .page-recipe .recipe-data .stand-title a {
    padding-left: 15px;
  }
}
.page-recipe .recipe-data .user {
  text-align: center;
  font-size: 18px;
  font-family: "SourceSansPro";
  color: #8ec2e0;
  font-weight: bold;
  text-transform: uppercase;
}
.page-recipe .recipe-data .user img {
  margin-right: 20px;
}
.page-recipe .recipe-view {
  background: none;
}
.page-recipe .recipe-view.col-left {
  background-color: initial;
}
.page-recipe .recipe-view .crop-img {
  padding-bottom: 100%;
}
.page-recipe .recipe-view .category-title {
  color: #c47200;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 25px;
}
.page-recipe .recipe-view .recipe-details {
  text-align: center;
  flex-wrap: nowrap;
  display: flex;
}
.page-recipe .recipe-view .recipe-details div {
  flex: 1;
}
.page-recipe .recipe-view .recipe-details i.fa {
  font-size: 3rem;
  border-radius: 42px;
  border: 2px solid;
  width: 5rem;
  height: 5rem;
  text-align: center;
  padding-top: 1.2rem;
  margin-bottom: 12.5px;
}
@media screen and (min-width: 576px) and (max-width: 1200px) {
  .page-recipe .recipe-view .recipe-details i.fa {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
  }
}
.page-recipe .recipe-view .recipe-details .item {
  padding-left: 0;
}
.page-recipe .recipe-view .recipe-details .item > div {
  font-size: 1rem;
}
.page-recipe .recipe-view .recipe-details .level .focus:first-letter {
  text-transform: uppercase;
}
.page-recipe .recipe-view .share {
  border: 1px solid #979797;
  padding: 10px;
  margin-top: 25px;
}
@media screen and (min-width: 576px) and (max-width: 1600px) {
  .page-recipe .recipe-view .share i.fa {
    margin-right: 5px;
  }
}
.page-recipe .recipe-view .nav.nav-tabs {
  text-transform: uppercase;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .page-recipe .recipe-view .nav.nav-tabs {
    font-size: 1.5rem;
  }
  .page-recipe .recipe-view .nav.nav-tabs a {
    padding: 5px 10px;
  }
}
.page-recipe .recipe-view .nav.nav-tabs > li.active > a {
  background-color: #4a4a4a;
  color: white;
}
.page-recipe .recipe-view .tab-content {
  padding-top: 10px;
  font-size: 1.6rem;
}
.page-recipe .recipe-view .comments, .page-recipe .recipe-view .recipe-products, .page-recipe .recipe-view .related-recipes {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 25px;
}
.page-recipe .recipe-view .heading {
  font-size: 24px;
  font-family: "Philosopher";
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
}
.page-recipe .recipe-view .recipe-products {
  border-top: 5px solid #f9b233;
}
.page-recipe .recipe-view .recipe-products .heading {
  text-align: left;
  padding-left: 15px;
}
.page-recipe .recipe-view .recipe-products .heading h3 {
  font-weight: bold;
  font-size: 1.5rem;
  padding: 0;
  margin: 0;
}
.page-recipe .recipe-view .recipe-products .row .row:not(:last-child) .hoverbox {
  margin-bottom: 15px;
}
.page-recipe .recipe-view .recipe-products [class^=col-] {
  padding: 0;
}
.page-recipe .recipe-view .related-recipes {
  border-top: 5px solid #c47200;
}
.page-recipe .recipe-view .related-recipes .heading {
  text-align: left;
  padding-left: 15px;
}
.page-recipe .recipe-view .related-recipes .heading h3 {
  font-weight: bold;
  font-size: 1.5rem;
  padding: 0;
  margin: 0;
}
.page-recipe .recipe-view .related-recipes .title {
  margin-top: 10px;
}
.page-recipe .recipe-view #accordion {
  min-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.page-recipe .recipe-view #accordion .panel-title h2 {
  font-weight: bold;
  font-size: 1.5rem;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.page-recipe .recipe-view #accordion .panel-default:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .page-recipe .recipe-view [id^=o6adiv] {
    margin-top: 0;
  }
}

.page-data.page-recipe .col-left {
  border-top: 5px solid #c47200;
  padding: 0;
}
.page-data.page-recipe .col-left .recipe-list .title {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .page-data.page-recipe .col-left [class^=col-]:not(:last-child) {
    margin-bottom: 25px;
  }
  .page-data.page-recipe .col-left .title {
    margin: 5px 6px;
    font-size: 1.75rem;
  }
}
.page-data.page-recipe .col-left .title {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .page-data.page-recipe .col-left .title {
    padding: 0 6px;
    font-size: 1.75rem;
    margin-bottom: 25px;
  }
}
.page-data.page-recipe .col-left .recipe-filters {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 25px;
  padding-top: 25px;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .page-data.page-recipe .col-left .recipe-filters [class^=col-] {
    padding: 0 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1600px) {
  .page-data.page-recipe .col-left .recipe-filters [class^=col-] {
    width: 100%;
  }
}
.page-data.page-recipe .col-left .col-search {
  margin: auto;
}
.page-data.page-recipe .col-left .search-btn {
  font-size: 3rem;
  color: #c47200;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .page-data.page-recipe .col-left .text-content {
    padding: 6px;
  }
}

.page-product .main-news {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .page-product .main-news a {
    color: white;
  }
}
.page-product .main-news .news-info {
  font-size: 1rem;
  padding: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
.page-product .main-news .news-title {
  font-size: 1rem;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .page-product .main-news .news-title {
    padding: 6px;
  }
}
.page-product .main-news .category {
  display: none;
}
@media screen and (min-width: 767px) {
  .page-product .main-news .news-info {
    position: absolute;
    top: 0;
    height: 37px;
    font-size: 16px;
    font-family: "SourceSansPro";
    margin-top: 10px;
    margin-left: 10px;
    background: rgba(74, 74, 74, 0.5);
    color: white;
  }
  .page-product .main-news .news-title {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(74, 74, 74, 0.5);
  }
  .page-product .main-news .news-title .category {
    font-size: 24px;
    font-family: "Philosopher";
    color: white;
    text-decoration: underline;
    display: block;
  }
  .page-product .main-news .news-title .title {
    font-size: 1.5rem;
    font-family: "FuturaLTProBook";
    color: white;
  }
}
.page-product .list-news {
  margin-top: 25px;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 767px) {
  .page-product .list-news {
    flex-wrap: nowrap;
  }
  .page-product .list-news > div {
    padding-bottom: 20px;
    flex: 1;
  }
}
@media screen and (min-width: 576px) and (max-width: 1200px) {
  .page-product .list-news [class^=col-] {
    width: 31.84%;
  }
  .page-product .list-news [class^=col-]:not(:first-child) {
    margin-left: 2.24%;
  }
  .page-product .list-news [class^=col-]:last-child {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .page-product .list-news [class^=col-] {
    width: 23.3%;
  }
  .page-product .list-news [class^=col-]:not(:first-child) {
    margin-left: 2.24%;
  }
}
.page-product .list-news .news-info {
  font-family: "SourceSansPro";
  font-size: 1rem;
}
@media screen and (min-width: 767px) {
  .page-product .list-news .news-info {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-product .list-news .news-info {
    font-size: 1rem;
    padding: 6px;
  }
}
.page-product .list-news .title {
  font-size: 1rem;
  font-family: "FuturaLTProBook";
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .page-product .list-news .title {
    padding: 6px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1600px) {
  .page-product .list-news .title {
    font-size: 1rem;
  }
}
.page-product .col-left {
  border-top: 5px solid #f9b233;
}
.page-product .col-left .section-tests {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 20px;
}
.page-product .col-left .section-tests h2, .page-product .col-left .section-tests h3 {
  font-size: 2rem;
  font-family: "Philosopher";
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 15px;
}
@media screen and (min-width: 576px) and (max-width: 1200px) {
  .page-product .col-left .section-tests h2, .page-product .col-left .section-tests h3 {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .page-product .col-left .section-tests h2, .page-product .col-left .section-tests h3 {
    font-size: 1.2rem;
  }
}
.page-product .col-left .product-filters {
  width: 100%;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 25px;
  padding-top: 25px;
}
@media screen and (min-width: 767px) {
  .page-product .col-left .product-filters .row > [class^=col-], .page-product .col-left .product-filters > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-product .col-left .product-filters [class^=col-]:not(.col-search) {
    padding: 0 15px;
  }
}
.page-product .col-left .product-filters .slider-value {
  font-weight: bold;
  width: 12%;
  display: inline-block;
  text-align: left;
}
.page-product .col-left .product-filters .slider.slider-horizontal {
  width: 65%;
  margin-left: 5px;
  margin-right: 5px;
}
.page-product .col-left .product-filters .form-slider + .slider-value {
  text-align: right;
}
.page-product .col-left .product-filters .slider-handle {
  background: #f9b233;
}
.page-product .col-left .col-search {
  margin: auto;
  padding-top: 25px;
}
@media screen and (min-width: 1200px) {
  .page-product .col-left .col-search {
    padding-top: 0;
  }
}
.page-product .col-left .search-btn {
  font-size: 3.5rem;
  color: #f9b233;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .page-product .col-left .text-content {
    padding: 6px;
  }
}
.page-product #form-product div {
  flex: 1;
}

.page-product.page-view .col-left.product-view {
  background-color: initial;
  padding: 0;
}
.page-product.page-view .col-left .product-data {
  background-color: #fff;
  padding-bottom: 25px;
}
.page-product.page-view .col-left .product-data .breadcrumb {
  margin-top: 0;
  padding-top: 10px;
}
.page-product.page-view .col-left .product-data .breadcrumb li {
  display: inline-block;
}
.page-product.page-view .col-left .product-data h1 {
  font-size: 2rem;
}
@media screen and (min-width: 767px) {
  .page-product.page-view .col-left .product-data h1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-product.page-view .col-left .product-data .brand-title {
  color: #f9b233;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .page-product.page-view .col-left .product-data .brand-title {
    margin-top: 25px;
    text-align: center;
  }
}
.page-product.page-view .col-left .product-data .product-details .cell {
  width: 150px;
}
.page-product.page-view .col-left .product-data .product-details .item {
  padding-left: 0;
}
.page-product.page-view .col-left .product-data .product-details .item > div {
  font-size: 1rem;
}
.page-product.page-view .col-left .product-data .product-details .item .item-value {
  font-size: 1.4rem;
}
.page-product.page-view .col-left .product-data .product-details i.fa {
  font-size: 3rem;
  border-radius: 42px;
  border: 2px solid;
  width: 5rem;
  height: 5rem;
  text-align: center;
  padding-top: 1.2rem;
  margin-bottom: 12.5px;
}
@media screen and (min-width: 576px) and (max-width: 1200px) {
  .page-product.page-view .col-left .product-data .product-details i.fa {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .page-product.page-view .col-left .product-data .product-details {
    text-align: center;
  }
}
.page-product.page-view .col-left .product-data .buy, .page-product.page-view .col-left .product-data .addcomment {
  color: #fff;
  background-color: #39A935;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 5px 35px;
  border: none;
}
@media screen and (max-width: 767px) {
  .page-product.page-view .col-left .product-data .buy, .page-product.page-view .col-left .product-data .addcomment {
    text-align: center;
    display: block;
  }
}
.page-product.page-view .col-left .product-data .addcomment {
  margin-top: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page-product.page-view .col-left .product-data .note {
  color: #f1c40f;
  padding: 15px 0;
  text-align: center;
}
.page-product.page-view .col-left .product-data .note .review-count {
  color: #4a4a4a;
  margin-left: 15px;
  font-size: 2rem;
}
.page-product.page-view .col-left .product-data .share {
  border: 1px solid #979797;
  padding: 10px;
  margin-top: 25px;
}
@media screen and (min-width: 576px) and (max-width: 1600px) {
  .page-product.page-view .col-left .product-data .share i.fa {
    margin-right: 5px;
  }
}
.page-product.page-view .col-left .product-data #accordion {
  min-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.page-product.page-view .col-left .product-data #accordion .panel-title h2 {
  font-weight: bold;
  font-size: 1rem;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.page-product.page-view .col-left .product-data #accordion .panel-default:not(:last-child) {
  margin-bottom: 25px;
}
.page-product.page-view .col-left .product-data .price-comparison {
  background-color: #f5f5f5;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page-product.page-view .col-left .product-data .price-comparison .pc-header {
    padding: 0 10px;
  }
}
.page-product.page-view .col-left .product-data .price-comparison .pc-title {
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  margin: 5px 0;
  text-transform: uppercase;
}
.page-product.page-view .col-left .product-data .price-comparison .pc-header-title {
  font-weight: bold;
  text-transform: uppercase;
}
.page-product.page-view .col-left .product-data .price-comparison .pc-status-false {
  background-color: #9CE571;
  width: 20px;
  height: 20px;
  margin: auto;
}
.page-product.page-view .col-left .product-data .price-comparison .pc-status-true {
  background-color: #DD7C76;
  width: 20px;
  height: 20px;
  margin: auto;
}
.page-product.page-view .col-left .product-data .price-comparison .pc-line {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.page-product.page-view .col-left .product-data .price-comparison .pc-line:hover {
  background-color: #ddd;
}
@media screen and (min-width: 767px) {
  .page-product.page-view .col-left .product-data .price-comparison .pc-line {
    padding: 10px 0;
  }
}
.page-product.page-view .col-left .product-data .price-comparison .pc-button {
  background-color: #FAB03D;
  padding: 1px 4px;
  margin-left: 3px;
  color: #fff;
}
.page-product.page-view .col-left .comments, .page-product.page-view .col-left .linked-products {
  background-color: #fff;
  margin-top: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
.page-product.page-view .col-left .comments .focus {
  color: #f1c40f;
}
.page-product.page-view .col-left .comments .product-comments {
  font-size: 1.7rem;
}
.page-product.page-view .col-left .comments .product-comments .box-message {
  border-radius: 11px;
  padding: 14px;
  background-color: #dddddd;
  margin-top: 15px;
}
@media screen and (min-width: 1200px) {
  .page-product.page-view .col-left .comments .product-comments .box-message {
    margin-top: 0;
  }
}
.page-product.page-view .col-left .comments .product-comments .box-message.response {
  margin-top: 15px;
  background-color: #f2f6d1;
}
.page-product.page-view .col-left .comments .product-comments > .row {
  padding-bottom: 25px;
}
.page-product.page-view .col-left .comments .product-comments > .row:not(:last-child) {
  border-bottom: 1px solid #E3E3E3;
}
.page-product.page-view .col-left .comments .product-comments > .row > div:first-child {
  margin-bottom: 20px;
}
.page-product.page-view .col-left .comments .product-comments .row-detail [class^=col-] {
  padding-right: 0;
  padding-left: 0;
}
.page-product.page-view .col-left .comments .product-comments .score {
  display: block;
  text-align: center;
}
.page-product.page-view .col-left .comments .product-comments .score .fa:not(:last-child) {
  margin-right: 5px;
}
.page-product.page-view .col-left .comments .product-comments .user-avatar, .page-product.page-view .col-left .comments .product-comments .user-name, .page-product.page-view .col-left .comments .product-comments .user-date {
  margin-right: 20px;
}
.page-product.page-view .col-left .comments .product-comments .user-note {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  display: block;
}
@media screen and (min-width: 1200px) {
  .page-product.page-view .col-left .comments .product-comments .score, .page-product.page-view .col-left .comments .product-comments .user-note {
    display: inline;
    margin-right: 20px;
  }
}
.page-product.page-view .col-left .comments .flex-table {
  display: flex;
  flex-wrap: wrap;
}
.page-product.page-view .col-left .comments .flex-cell {
  width: 50%;
}
.page-product.page-view .col-left .linked-products {
  border-top: 5px solid #f9b233;
}
.page-product.page-view .col-left .linked-products .heading {
  text-align: left;
}
.page-product.page-view .col-left .linked-products .heading h3 {
  font-weight: bold;
  font-size: 1.5rem;
  padding: 0;
  margin: 0;
}
.page-product.page-view .col-left .linked-products .row .row:not(:last-child) .hoverbox {
  margin-bottom: 15px;
}
.page-product.page-view .col-left .linked-products [class^=col-] {
  padding: 0;
}
.page-product.page-view .col-left .heading {
  font-size: 24px;
  font-family: "Philosopher";
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
}
.page-product.page-view .table {
  height: auto;
}

.page-search .col-left {
  padding: 15px 25px;
  width: 100%;
}
.page-search .search-results {
  padding-top: 25px;
}
.page-search .search-results .item-info {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .page-search .search-results .item-info {
    margin: 5px 6px;
    font-size: 1rem;
  }
}
.page-search .search-results .item-info .title {
  margin-top: 10px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .page-search .search-results .item-info .title {
    font-size: 1rem;
  }
}
.page-search .search-results .crop-img img {
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.page-search .search-results .data-product .crop-img {
  padding-bottom: auto;
}

.page-tag .col-left h1 {
  text-transform: uppercase;
}
.page-tag .col-left h2, .page-tag .col-left h3 {
  font-size: 3rem;
  font-family: "Philosopher";
  text-transform: uppercase;
}
@media screen and (min-width: 576px) and (max-width: 1200px) {
  .page-tag .col-left h2, .page-tag .col-left h3 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .page-tag .col-left h2, .page-tag .col-left h3 {
    font-size: 2.5rem;
  }
}
.page-tag .col-left .bloc-tag {
  border-top: 5px solid #c47200;
  padding: 0 15px 10px 15px;
  background-color: #fff;
}
.page-tag .col-left .bloc-tag:not(:first-child) {
  margin-top: 25px;
}
.page-tag .col-left .bloc-tag.articles {
  border-top: 5px solid #fffd71;
}
.page-tag .col-left .bloc-tag.recipes {
  border-top: 5px solid #c47200;
}
.page-tag .col-left .bloc-tag.recipes .desc {
  font-size: 16px;
  font-family: "FuturaLTProBook";
  text-align: center;
  margin-top: 10px;
}
.page-tag .col-left .bloc-tag.recipes .see-more {
  margin-top: 25px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .page-tag .col-left .bloc-tag.recipes .see-more {
    text-align: right;
  }
}
.page-tag .col-left .bloc-tag.recipes .see-more i {
  color: #c47200;
}
.page-tag .col-left .bloc-tag.recipes .see-more a {
  color: #4a4a4a;
  font-size: 2rem;
}
.page-tag .col-left .bloc-tag.recipes .see-more a:hover {
  color: #c47200;
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  .page-tag .col-left .bloc-tag.recipes .see-more a {
    font-size: 1rem;
  }
}
.page-tag .col-left .bloc-tag.recipes .crop-img {
  padding-bottom: 100%;
}
.page-tag .col-left .bloc-tag.products {
  border-top: 5px solid #f9b233;
}
.page-tag .col-left .bloc-tag.products .see-more {
  margin-top: 25px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .page-tag .col-left .bloc-tag.products .see-more {
    text-align: right;
  }
}
.page-tag .col-left .bloc-tag.products .see-more i {
  color: #f9b233;
}
.page-tag .col-left .bloc-tag.products .see-more a {
  color: #4a4a4a;
  font-size: 2rem;
}
.page-tag .col-left .bloc-tag.products .see-more a:hover {
  color: #f9b233;
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  .page-tag .col-left .bloc-tag.products .see-more a {
    font-size: 1rem;
  }
}
.page-tag .col-left .bloc-tag.brands {
  border-top: 5px solid #8ec2e0;
}
.page-tag .col-left .bloc-tag.brands .see-more {
  margin-top: 25px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .page-tag .col-left .bloc-tag.brands .see-more {
    text-align: right;
  }
}
.page-tag .col-left .bloc-tag.brands .see-more i {
  color: #8ec2e0;
}
.page-tag .col-left .bloc-tag.brands .see-more a {
  color: #4a4a4a;
  font-size: 2rem;
}
.page-tag .col-left .bloc-tag.brands .see-more a:hover {
  color: #8ec2e0;
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  .page-tag .col-left .bloc-tag.brands .see-more a {
    font-size: 1rem;
  }
}
.page-tag .col-left .bloc-tag.brands .row {
  padding-bottom: 25px;
}
.page-tag .col-left .bloc-tag.brands .fit-img {
  height: 106px;
  text-align: center;
}
.page-tag .col-left .bloc-tag.brands .fit-img img {
  max-width: 100%;
  max-height: 106px;
}
.page-tag .col-left .bloc-tag.brandnews {
  border-top: 5px solid #ffaec2;
}
.page-tag .col-left .bloc-tag.brandnews .item {
  padding-bottom: 25px;
}
.page-tag .col-left .bloc-tag.brandnews .item img {
  padding-right: 15px;
}
.page-tag .col-left .bloc-tag.brandnews .item .title {
  font-size: 18px;
  font-family: "SourceSansPro";
  color: #8ec2e0;
  font-weight: bold;
  text-transform: uppercase;
}
.page-tag .col-left .bloc-tag.brandnews .item .desc {
  font-size: 16px;
  font-family: "FuturaLTProBook";
}
@media screen and (min-width: 992px) and (max-width: 1600px) {
  .page-tag .col-left .bloc-tag.brandnews .item [class^=col-] {
    width: 100%;
  }
}
.page-tag .col-left .bloc-tag.brandnews .see-more {
  margin-top: 25px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .page-tag .col-left .bloc-tag.brandnews .see-more {
    text-align: right;
  }
}
.page-tag .col-left .bloc-tag.brandnews .see-more i {
  color: #ffaec2;
}
.page-tag .col-left .bloc-tag.brandnews .see-more a {
  color: #4a4a4a;
  font-size: 2rem;
}
.page-tag .col-left .bloc-tag.brandnews .see-more a:hover {
  color: #ffaec2;
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  .page-tag .col-left .bloc-tag.brandnews .see-more a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .page-tag .col-left {
    padding: 0;
  }
  .page-tag .col-left h1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page-tag .col-left h1 {
    padding: 0 6px;
    font-size: 3rem;
  }
}
.page-tag .col-left div.d-xs-block {
  margin-bottom: 25px;
}
.page-tag .col-left .search-results {
  padding-top: 25px;
}
.page-tag .col-left .search-results .item-info {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .page-tag .col-left .search-results .item-info {
    margin: 5px 6px;
    font-size: 1.75rem;
  }
}
.page-tag .col-left .search-results .item-info .title {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .page-tag .col-left .search-results .item-info .title {
    font-size: 1.75rem;
  }
}
.page-tag .col-left .search-results .item-info .summary {
  margin-top: 10px;
}
.page-brand-index .col-left {
  border-top: 5px solid #8ec2e0;
  padding-left: 0px;
  padding-right: 0px;
}
.page-brand-index .col-left .row:not(:last-child) {
  margin-bottom: 0;
}
.page-brand-index .col-left .stand-list .row [class^=col-]:not(:last-child) {
  border-bottom: 1px solid;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .page-brand-index .col-left .stand-list .row [class^=col-] {
    margin-bottom: 0 !important;
    padding-bottom: 20px;
  }
  .page-brand-index .col-left .stand-list .row [class^=col-]:not(:last-child) {
    border-right: 1px solid #cccccc;
  }
  .page-brand-index .col-left .stand-list .row:not(:last-child) [class^=col-] {
    border-bottom: 1px solid #cccccc;
  }
  .page-brand-index .col-left .stand-list .row:last-child [class^=col-] {
    border-bottom: none;
  }
  .page-brand-index .col-left .stand-list .hoverbox {
    padding: 15px;
  }
  .page-brand-index .col-left .stand-list .hoverbox .hoverdiv {
    margin-left: -15px;
  }
}
@media screen and (min-width: 767px) {
  .page-brand-index .breadcrumb {
    margin-left: 15px;
  }
}
.page-brand-index h1 {
  font-size: 2rem;
  font-family: "Philosopher";
  text-transform: uppercase;
  margin: 10px 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .page-brand-index h1 {
    margin-top: 0;
    margin: 0 6px 20px 6px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 767px) {
  .page-brand-index .pagination {
    margin-left: 15px;
  }
}
.page-brand-index .col-left > div.d-xs-block {
  margin: 25px 0;
}
.page-brand-index .fit-img {
  height: 212px;
  text-align: center;
}
.page-brand-index .fit-img img {
  max-width: 100%;
  max-height: 212px;
}
.page-brand-index .hoverbox .title {
  font-size: 1.75rem;
  font-family: "FuturaLTProBook";
  text-align: center;
}
@media screen and (min-width: 767px) {
  .page-brand-index .hoverbox .title {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}
.page-brand-index .hoverbox .title .brand-name {
  font-size: 1.9rem;
  font-weight: bold;
}
.page-brand-index .hoverbox .hoverdiv {
  text-align: center;
  display: none;
}
.page-brand-index .hoverbox .hoverdiv a {
  color: white;
  font-size: 2rem;
  line-height: 6rem;
}
@media screen and (min-width: 576px) and (max-width: 1200px) {
  .page-brand-index .hoverbox .hoverdiv a {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .page-brand-index .hoverbox .hoverdiv a {
    font-size: 2rem;
  }
}
.page-brand-index .hoverbox .hoverdiv:hover {
  opacity: 0;
}
.page-brand-index .hoverbox .hoverdiv ul {
  list-style-type: none;
  padding: 0;
}
@media screen and (min-width: 767px) {
  .page-brand-index .hoverbox .hoverdiv {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(39, 47, 30, 0.8);
  }
}
.page-brand-index .openDiv {
  margin-right: 6px;
  color: #8ec2e0;
  font-size: 3rem;
}
@media screen and (min-width: 767px) {
  .page-brand-index .openDiv {
    height: 60px;
  }
  .page-brand-index .openDiv .fa-plus-circle {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
}
.page-brand-index .closeDiv {
  position: absolute;
  right: 15px;
  bottom: 32px;
}
@media screen and (min-width: 767px) {
  .page-brand-index .closeDiv {
    right: 19px;
    bottom: 21px;
  }
}
@media screen and (max-width: 767px) {
  .page-brand-index .row [class^=col-]:last-child .closeDiv {
    bottom: 12px;
  }
}
.page-brand-index .row.brand-index-filters {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 25px;
  padding-top: 25px;
  margin-left: 15px;
  margin-right: 15px;
  /* IE 6 doesn't support max-height
  * we use height instead, but this forces the menu to always be this tall
  */
}
@media screen and (min-width: 767px) {
  .page-brand-index .row.brand-index-filters .row > [class^=col-], .page-brand-index .row.brand-index-filters > [class*=" col-"] {
    padding: 12.5px 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-brand-index .row.brand-index-filters {
    margin-bottom: 25px;
  }
  .page-brand-index .row.brand-index-filters [class^=col-] {
    padding: 15px;
  }
}
.page-brand-index .row.brand-index-filters .ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}
.page-brand-index .row.brand-index-filters * html .ui-autocomplete {
  height: 200px;
}
.page-brand-index .col-search {
  margin: auto;
}
.page-brand-index .search-btn {
  font-size: 3.5rem;
  color: #8ec2e0;
  text-align: center;
  display: block;
}

.page-brand-view .col-left {
  background-color: initial;
  padding-left: 0px;
  padding-right: 0px;
}
.page-brand-view .col-left .row:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  .page-brand-view .col-left .breadcrumb {
    margin-left: 15px;
  }
}
.page-brand-view .col-left h1 {
  font-size: 3rem;
  font-family: "Philosopher";
  text-transform: uppercase;
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .page-brand-view .col-left h1 {
    margin-top: 0;
    margin: 0 6px;
    padding-bottom: 0;
  }
}
.page-brand-view .col-left .stand-header, .page-brand-view .col-left .stand-content {
  background-color: #fff;
  padding-bottom: 25px;
  margin-top: 25px;
}
.page-brand-view .col-left .stand-header {
  border-top: 5px solid #8ec2e0;
  padding: 0;
  margin-top: 0;
}
.page-brand-view .col-left .stand-header .fit-img {
  height: 150px;
  text-align: center;
}
.page-brand-view .col-left .stand-header .fit-img img {
  max-width: 100%;
  max-height: 150px;
}
.page-brand-view .col-left .stand-header .stand-name {
  justify-content: center;
}
.page-brand-view .col-left .stand-header .stand-name > div:first-child {
  border-right: 2px solid #C0C0C0;
  margin-bottom: 25px;
  padding-right: 15px;
}
.page-brand-view .col-left .stand-header .stand-name > div:last-child {
  margin-bottom: 25px;
}
.page-brand-view .col-left .stand-content .stand-nav {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  vertical-align: middle;
  margin-bottom: 25px;
  display: flex;
  border-bottom: 1px solid #C0C0C0;
  flex-wrap: wrap;
}
.page-brand-view .col-left .stand-content .stand-nav a {
  flex: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  color: #979797;
  padding: 10px 5px;
  border: none;
  border-top: 5px solid transparent;
}
@media screen and (max-width: 767px) {
  .page-brand-view .col-left .stand-content .stand-nav a {
    padding: 10px 22px;
  }
}
.page-brand-view .col-left .stand-content .stand-nav a.active, .page-brand-view .col-left .stand-content .stand-nav a:hover {
  color: #4a4a4a;
  text-decoration: none;
  z-index: 1;
  border-color: #39A935;
}
.page-brand-view .col-left .stand-content .stand-nav a.active.index, .page-brand-view .col-left .stand-content .stand-nav a:hover.index {
  border-color: #8ec2e0;
}
.page-brand-view .col-left .stand-content .stand-nav a.active.products, .page-brand-view .col-left .stand-content .stand-nav a:hover.products {
  border-color: #f9b233;
}
.page-brand-view .col-left .stand-content .stand-nav a.active.articles, .page-brand-view .col-left .stand-content .stand-nav a:hover.articles {
  border-color: #ffaec2;
}
.page-brand-view .col-left .stand-content .stand-nav a.active.recipes, .page-brand-view .col-left .stand-content .stand-nav a:hover.recipes {
  border-color: #c47200;
}
.page-brand-view .col-left .stand-content .stand-nav a:hover {
  text-decoration: none;
}
.page-brand-view .col-left .stand-content .stand-nav a h2 {
  margin: 0;
  font-size: 1.5rem;
}
@media screen and (min-width: 767px) {
  .page-brand-view .col-left .stand-content .stand-nav a h2 {
    font-size: 1.2rem;
  }
}
.page-brand-view .col-left .stand-content .stand-body {
  margin: 25px 15px;
  line-height: 1.3;
}
@media screen and (min-width: 1920px) {
  .page-brand-view .col-left .stand-content .stand-body {
    margin: auto;
  }
}
.page-brand-view .col-left .stand-content .stand-body.bodyhtml {
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .page-brand-view .col-left .stand-content .stand-body.bodyhtml {
    overflow: hidden;
    zoom: 0.6;
  }
}
.page-brand-view .col-left .stand-content .stand-body.bodyblocks {
  max-width: 800px;
  font-size: 1rem;
}
.page-brand-view .col-left .stand-content .stand-body.bodyblocks img {
  width: 100%;
}
.page-brand-view .col-left .stand-content .stand-body.bodyblocks .row {
  margin: 12.5px 0;
}
.page-brand-view .col-left .stand-content .stand-body.bodyblocks .row.mixx1 div:nth-child(2), .page-brand-view .col-left .stand-content .stand-body.bodyblocks .row.mixx2 div:nth-child(2), .page-brand-view .col-left .stand-content .stand-body.bodyblocks .row.mixx3 div:nth-child(2), .page-brand-view .col-left .stand-content .stand-body.bodyblocks .row.mixx3 div:nth-child(2), .page-brand-view .col-left .stand-content .stand-body.bodyblocks .row.mixx4 div:nth-child(2), .page-brand-view .col-left .stand-content .stand-body.bodyblocks .row.mixx4 div:nth-child(2), .page-brand-view .col-left .stand-content .stand-body.bodyblocks .row.txtx2 div:nth-child(2) {
  padding-left: 10px;
}
.page-brand-view .col-left .stand-content .stand-data {
  margin: 25px 15px;
  font-size: 16px;
}
.page-brand-view .col-left .stand-content .stand-data .list-products .row > .hoverbox {
  padding-right: 0;
}
@media screen and (min-width: 767px) {
  .page-brand-view .col-left .stand-content .stand-data .row > [class^=col-], .page-brand-view .col-left .stand-content .stand-data > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.page-brand-view .col-left .stand-content .stand-data .row:not(:last-child) {
  margin-bottom: 25px;
}
.page-brand-view .col-left .stand-content .stand-data .news-info {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .page-brand-view .col-left .stand-content .stand-data .news-info {
    padding: 0 6px;
  }
}
.page-brand-view .col-left .stand-content .stand-data .news-info .category {
  font-size: 14px;
  font-family: "Philosopher";
  text-transform: uppercase;
  border-right: solid 3px #c4e872;
  margin-right: 20px;
  padding-right: 20px;
}
.page-brand-view .col-left .stand-content .stand-data .news-info .publish {
  font-size: 14px;
}
.page-brand-view .col-left .stand-content .stand-data .title {
  font-size: 1rem;
  font-family: "FuturaLTProBook";
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .page-brand-view .col-left .stand-content .stand-data .title {
    margin-bottom: 25px;
    padding: 0 6px 20px 6px;
    font-size: 1.75rem;
  }
}
.page-brand-view .col-left .stand-content .stand-data > div.d-xs-block {
  margin-bottom: 25px;
}
.page-brand-view .col-left .stand-content .stand-data.recipes .crop-img {
  padding-bottom: 100%;
}
.page-brand-view .col-left .stand-content .stand-data.recipes .crop-img img {
  width: 100%;
  height: 100%;
}
.page-brand-view .col-left .stand-content .stand-data .share {
  text-align: left;
}
.page-brand-view .col-left .stand-content .stand-data .share > div {
  margin-bottom: 10px;
}

.page-map .col-left {
  padding: 25px 15px;
}
@media screen and (max-width: 767px) {
  .page-map .col-left {
    display: flex;
    flex-direction: column-reverse !important;
  }
}
.page-map .logo {
  width: 50px;
  margin-right: 10px;
}
.page-map #map {
  width: 100%;
  height: 350px;
  z-index: 0;
  float: left;
}
@media screen and (min-height: 850px) {
  .page-map #map {
    height: 650px;
  }
}
@media screen and (max-width: 767px) {
  .page-map #map.small {
    height: 250px;
  }
}
@media screen and (min-width: 768px) {
  .page-map #map.small {
    width: 70%;
  }
}
.page-map #map_info {
  float: left;
  padding: 15px 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .page-map #map_info {
    padding: 0 15px;
  }
}
.page-map .info-title {
  font-size: 10px;
}
.page-map .w-80 {
  width: 80%;
}
.page-map .mapIco {
  height: 30px;
  margin-left: 10px;
}
.page-map .mapFilterButton {
  border-radius: 12px;
  background-color: #4d69f3;
}
@media screen and (max-width: 767px) {
  .page-map .mapFilterButton {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px !important;
  }
}
.page-map .mapFormButton {
  background-color: #26a109;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .page-map .mapFormButton {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1599px) {
  .page-map .mapFormButton {
    float: none;
    margin-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .page-map .form-group {
    padding: 0 8px;
  }
}
.page-map .section-map {
  background-color: #fff;
}
.page-map .edito {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.page-map h1 {
  text-transform: uppercase;
  text-align: left;
  font-size: 2rem;
  font-family: "Philosopher";
  margin-top: 20px;
  margin-left: 20px;
}
.page-map .city a {
  color: #4a4a4a;
  font-size: 1.2rem;
}
.page-map .cityActive {
  font-size: 1.2rem;
  color: white;
  background-color: #26a109;
}
.page-map .city :hover {
  color: #39A935;
  text-decoration: none;
}
.page-map .mapFilterLocalization {
  border-radius: 12px;
  margin-left: 5px;
  margin-right: 0px;
}
@media screen and (min-width: 768px) {
  .page-map .mapGroupForm {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1600px) {
  .page-map .mapGroupForm {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .page-map .mapAddbutton {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1600px) {
  .page-map .mapAddbutton {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.page-map .mapFilterCategory {
  border-radius: 12px;
  margin-left: 5px;
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  .page-map .mapFilterCategory {
    margin-top: 10px;
  }
}
.page-map .listMag .titleList {
  font-size: 2rem;
  font-family: "Philosopher";
}
.page-map .listMag .magCard {
  border-radius: 18px;
}
.page-map .listMag .magCard .labelMag {
  color: #26a109;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

#formMap .form-group-horaires .btn-group.bootstrap-select {
  width: auto;
}
#formMap .form-group-horaires [class^=horaire-supp-] {
  padding-top: 10px;
}
#formMap .form-group-horaires .row.form-inline:not(:first-child) {
  border-top: 1px solid #c7c7c7;
  padding-top: 20px;
}
#formMap .checkbox-closed {
  display: none;
}
#formMap #mapCanvas {
  height: 400px;
  width: 100%;
}

.grecaptcha-badge {
  display: none;
}

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.388em;
}

.slicknav_menu {
  *zoom: 1;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.665em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_menu:before {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}

.slicknav_nav {
  clear: both;
}
.slicknav_nav ul {
  display: block;
}
.slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_nav .slicknav_row {
  display: block;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_brand {
  float: left;
}

.slicknav_menu {
  border-bottom: 5px solid #39A935;
  display: block;
  position: fixed;
  width: 100%;
  z-index: 2;
  font-size: 16px;
  box-sizing: border-box;
  background: #fff;
  padding: 5px;
  padding-bottom: 10px;
  font-family: "FuturaLTProBook";
}
@media screen and (min-width: 1200px) {
  .slicknav_menu {
    display: none;
  }
}
.slicknav_menu * {
  box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
  color: #4a4a4a;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #4a4a4a;
}

.slicknav_btn {
  float: left;
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
}

.slicknav_nav {
  color: #4a4a4a;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
  margin-left: 3rem;
}
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
}
.slicknav_nav ul > li {
  margin-left: 20px;
}
.slicknav_nav .slicknav_row {
  margin: 2px 5px;
}
.slicknav_nav .slicknav_row:hover {
  color: #4a4a4a;
}
.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #4a4a4a;
  font-size: 1.2rem;
}
@media screen and (min-width: 767px) {
  .slicknav_nav a {
    padding: 25px 10px 5px 10px;
  }
}
.slicknav_nav a:hover {
  border-bottom: 2px solid #39A935;
  color: #222;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_item a:active, .slicknav_nav .slicknav_item a:hover {
  border: none;
}
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .subparent, .slicknav_nav .subsubparent {
  display: inline;
}
.slicknav_nav .submenu {
  margin-left: 3rem;
}
.slicknav_nav .subsubmenu {
  margin-left: 1.5rem;
}
.slicknav_nav .caret, .slicknav_nav .search {
  display: none;
}

.slicknav_brand {
  color: #4a4a4a;
  font-size: 18px;
  line-height: 30px;
  height: 44px;
  width: 100%;
  position: absolute;
  padding: 0;
  margin-top: -6px;
}
.slicknav_brand .logo {
  background-image: url(../img/logo_balu.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 50px;
}

.slicknav_open .slicknav_menu {
  height: 100%;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}

.lightbox img {
  max-width: 90%;
  max-height: 80%;
  margin-top: 2%;
}

@media screen and (min-width: 767px) {
  .lightbox:target {
    outline: none;
    display: block;
  }
}
#sw_left_btn {
  background-color: rgba(74, 74, 74, 0.35);
  border-radius: 0 52px 52px 0;
  position: fixed;
  padding-top: 17px;
  padding-bottom: 17px;
  top: 334px;
  padding-left: 12px;
  left: 0px;
  width: 60px;
  height: 80px;
  z-index: 10;
  cursor: pointer;
}
#sw_left_btn .fa-user-o {
  color: #fff;
  margin: 7px;
}

#sw_right_btn {
  background-color: rgba(74, 74, 74, 0.35);
  border-radius: 52px 0 0 52px;
  cursor: pointer;
  height: 80px;
  right: 0;
  padding-bottom: 57px;
  padding-left: 15px;
  padding-top: 17px;
  position: fixed;
  text-align: left;
  top: 446px;
  width: 60px;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#sw_right_btn.toggled {
  right: 250px;
}
#sw_right_btn .fa-bell {
  color: #fff;
  margin: 8px;
  margin-left: 0px;
}
@media screen and (max-width: 767px) {
  #sw_right_btn {
    top: 65px;
  }
}

#sidebar-menu-left {
  /* also need keyframes and -moz-keyframes */
}
#sidebar-menu-left .sw_container {
  padding: 25px;
}
#sidebar-menu-left .sw-title {
  padding-bottom: 10px;
  text-align: center;
  font-size: 16px;
  color: #808080;
  margin: 10px 0;
}
#sidebar-menu-left .btn-primary {
  background-color: #a7c53f;
  border-color: transparent;
  width: 100%;
}
#sidebar-menu-left .fa-times {
  color: rgba(74, 74, 74, 0.36);
  float: right;
}
#sidebar-menu-left .btn-login {
  background-color: #4a4a4a;
}
#sidebar-menu-left .btn-recovery {
  background: none;
  color: inherit;
  padding: 10px 0;
  text-align: left;
}
#sidebar-menu-left .fa-chevron-left {
  color: rgba(74, 74, 74, 0.36);
  float: left;
}
#sidebar-menu-left .dashboard-user {
  margin-bottom: 20px;
}
#sidebar-menu-left .dashboard-menu a {
  margin-bottom: 10px;
}
#sidebar-menu-left .dashboard-menu a.disabled {
  pointer-events: inherit;
}
#sidebar-menu-left .dashboard-menu .section {
  margin-bottom: 10px;
}
#sidebar-menu-left form .invalid {
  outline-color: red;
  /* also need animation and -moz-animation */
  -webkit-animation: shake 0.5s linear;
  background-color: rgba(176, 46, 46, 0.22);
}
@-webkit-keyframes shake {
  8%, 41% {
    -webkit-transform: translateX(-10px);
  }
  25%, 58% {
    -webkit-transform: translateX(10px);
  }
  75% {
    -webkit-transform: translateX(-5px);
  }
  92% {
    -webkit-transform: translateX(5px);
  }
  0%, 100% {
    -webkit-transform: translateX(0);
  }
}

#notification_count {
  padding: 4px 10px 2px 8px;
  padding: 3px 7px 3px 7px;
  background: rgba(204, 0, 0, 0.87);
  color: #ffffff;
  font-weight: bold;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  position: absolute;
  margin-top: -5px;
  font-size: 11px;
  opacity: 0;
}

#sidebar-menu-right .notification {
  border-bottom: 1px solid rgba(74, 74, 74, 0.27);
  border-left: 4px solid #39A935;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #dedede;
}
#sidebar-menu-right .notification.unread {
  background-color: #ffffff;
}
#sidebar-menu-right .notification a, #sidebar-menu-right .notification a:hover {
  color: #3b3b3b;
  text-decoration: none;
}
#sidebar-menu-right img {
  width: 40%;
  margin-left: 12px;
  float: left;
  margin-right: 13px;
}
#sidebar-menu-right .date {
  text-align: right;
  margin-right: 10px;
  font-family: optima;
  font-size: 11px;
  color: rgba(74, 74, 74, 0.6);
}
#sidebar-menu-right .description {
  font-family: optima;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  color: #3b3b3b;
}

.page-avis .product-title {
  font-family: "FuturaLTProBook";
  font-size: 28px;
  margin: 22px;
}
.page-avis .product-title a {
  text-decoration: none;
  color: #4a4a4a;
}
.page-avis .comment-text {
  font-family: "FuturaLTProBook";
  font-size: 20px;
  margin: 20px;
  padding-bottom: 13px;
}
.page-avis .avis-product {
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 767px) {
  .page-avis .avis-product {
    padding: 15px;
  }
}
.page-avis .date-avis {
  text-align: right;
  font-family: "FuturaLTProBook";
  font-size: 11px;
}
.page-avis .fa-times-circle {
  color: #ff6666;
  text-align: right;
  margin-top: 10px;
}
.page-avis .score {
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .page-recipelist a.btn {
    display: block;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1200px) {
  .page-recipelist a.btn {
    display: block;
    margin-bottom: 5px;
  }
}

#modalComment .active {
  color: #f1c40f;
}
#modalComment .row {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  #modalComment {
    font-size: 1.3em;
  }
  #modalComment .fa-star {
    font-size: 2em;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1200px) {
  #modalComment {
    font-size: 1.3em;
  }
  #modalComment .fa-star {
    font-size: 2em;
    padding-bottom: 10px;
  }
}

hr.pub {
  color: #FFF;
  border: none;
}

.page-editorial-content a.button {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background: #FFD600;
  border-radius: 9px;
  font-family: Andika;
  font-style: normal;
  font-weight: normal;
  font-size: 27px;
  line-height: 21px;
  text-align: center;
  color: #000000;
}

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