@charset "UTF-8";
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* Reset ================================================================================= */
* {
  margin: 0;
  padding: 0; }

body {
  background: #fff;
  font: 12px/1.35 Arial, Helvetica, sans-serif;
  color: #000; }

img {
  border: 0;
  vertical-align: top; }

a {
  color: #333f48;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

:focus {
  outline: 0; }

input[type=search]::-ms-clear {
  width: 28px;
  height: 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAn0lEQVR42u3UMQrDMBBEUZ9WfQqDmm22EaTyjRMHAlM5K+Y7lb0wnUZPIKHlnutOa+25Z4D++MRBX98MD1V/trSppLKHqj9TTBWKcoUqffbUcbBBEhTjBOV4ja4l4OIAZThEOV6jHO8ARXD+gPPvKMABinGOrnu6gTNUawrcQKNCAQ7QeTxORzle3+sDfjJpPCqhJh7GixZq4rHcc9l5A9qZ+WeBhgEuAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top left; }

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  width: 28px;
  height: 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAn0lEQVR42u3UMQrDMBBEUZ9WfQqDmm22EaTyjRMHAlM5K+Y7lb0wnUZPIKHlnutOa+25Z4D++MRBX98MD1V/trSppLKHqj9TTBWKcoUqffbUcbBBEhTjBOV4ja4l4OIAZThEOV6jHO8ARXD+gPPvKMABinGOrnu6gTNUawrcQKNCAQ7QeTxORzle3+sDfjJpPCqhJh7GixZq4rHcc9l5A9qZ+WeBhgEuAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top left; }

/* Headings */
h1 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.15; }

h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.25; }

h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25; }

h4 {
  font-size: 14px;
  font-weight: bold; }

h5 {
  font-size: 12px;
  font-weight: bold; }

h6 {
  font-size: 11px;
  font-weight: bold; }

/* Forms */
form {
  display: inline; }

fieldset {
  border: 0; }

legend {
  display: none; }

/* Table */
table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%; }

caption,
th,
td {
  vertical-align: top;
  text-align: left;
  font-weight: normal; }

/* Content */
strong {
  font-weight: bold; }

address {
  font-style: normal; }

cite {
  font-style: normal; }

q,
blockquote {
  quotes: none; }

q:before,
q:after {
  content: ''; }

small,
big {
  font-size: 1em; }

sup {
  font-size: 1em;
  vertical-align: top; }

.bold {
  font-weight: bold; }

/* Lists */
ul,
ol {
  list-style: none; }

/* Tools */
.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important; }

.nobr {
  white-space: nowrap !important; }

.wrap {
  white-space: normal !important; }

.a-left {
  text-align: left !important; }

.a-center {
  text-align: center !important; }

.a-right {
  text-align: right !important; }

.v-top {
  vertical-align: top; }

.v-middle {
  vertical-align: middle;
  margin-top: 3px; }

.f-left,
.left {
  float: left !important; }

.f-right,
.right {
  float: right !important; }

.f-none {
  float: none !important; }

.f-fix {
  float: left;
  width: 100%; }

.no-display {
  display: none; }

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

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

.no-bg {
  background: none !important; }

/* ======================================================================================= */
/* Layout ================================================================================ */
/* .page { width:100%; margin:0 auto; padding:10px 0; text-align:left; } */
.page-print {
  background: #fff;
  padding: 20px;
  text-align: left; }

.page-empty {
  background: #fff;
  padding: 20px;
  text-align: left; }

.page-popup {
  padding: 20px;
  text-align: left; }

.main-container {
  width: 990px;
  margin: 0 auto; }

.cms-index-index .main-container {
  width: auto; }

.main {
  margin: 10px 0; }

/* Base Columns */
.col-left {
  float: left;
  width: 230px;
  /*border:1px solid #ddd;*/
  padding: 5px 5px 0; }

.col-main {
  float: left;
  width: 736px;
  /*border:1px solid #ddd;*/
  padding: 5px; }

.col-right {
  float: right;
  width: 230px;
  /*border:1px solid #ddd;*/
  padding: 5px 5px 0; }

.checkout-onepage-index .col-right {
  margin-top: 90px;
  background: #F5F5F5;
  padding: 15px 15px 0;
  width: 210px; }

/* 1 Column Layout */
.col1-layout .col-main {
  float: none;
  width: auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main {
  float: right; }

.col2-right-layout .col-main {
  float: left; }

/* 3 Columns Layout */
.col3-layout .col-main {
  width: 484px;
  margin-left: 10px; }

.col3-layout .col-wrapper {
  float: left;
  width: 748px; }

.col3-layout .col-wrapper .col-main {
  float: right; }

/* Content Columns */
.col2-set .col-1 {
  float: left;
  width: 49%; }

.col2-set .col-2 {
  float: right;
  width: 49%; }

.col2-set .col-narrow {
  width: 33%; }

.col2-set .col-wide {
  width: 65%; }

.col3-set .col-1 {
  float: left;
  width: 32%; }

.col3-set .col-2 {
  float: left;
  width: 32%;
  margin-left: 2%; }

.col3-set .col-3 {
  float: right;
  width: 32%; }

.col4-set .col-1 {
  float: left;
  width: 23.5%; }

.col4-set .col-2 {
  float: left;
  width: 23.5%;
  margin: 0 2%; }

.col4-set .col-3 {
  float: left;
  width: 23.5%; }

.col4-set .col-4 {
  float: right;
  width: 23.5%; }

/* ======================================================================================= */
/* Global Styles ========================================================================= */
/* Form Elements */
input,
select,
textarea,
button {
  /*font: 12px Arial, Helvetica, sans-serif;*/
  vertical-align: middle;
  color: #000; }

input,
select {
  font-size: 12px; }

input.input-text,
select,
textarea {
  background: #fff;
  border: 1px solid #ddd; }

input.input-text,
textarea {
  padding: 2px; }

select {
  padding: 1px; }

select option {
  padding-right: 10px; }

select.multiselect option {
  border-bottom: 1px solid #ddd;
  padding: 2px 5px; }

select.multiselect option:last-child {
  border-bottom: 0; }

textarea {
  overflow: auto; }

input.radio {
  margin-right: 3px; }

input.checkbox {
  margin-right: 3px; }

input.qty {
  width: 27px !important;
  text-align: center;
  height: 25px; }

button.button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* FF Fix */
button.button {
  -webkit-border-fit: lines; }

/* <- Safari & Google Chrome Fix */
button.button {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer; }

button.button span {
  float: left;
  height: 22px;
  background: #333f48;
  padding: 0 8px;
  font: bold 12px/21px Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  color: #fff; }

button.button span span {
  background-position: 100% 0;
  padding: 0 12px 0 4px; }

button.btn-checkout {
  float: right; }

#review-buttons-container {
  margin-top: 40px; }

#review-buttons-container .forgot {
  float: left;
  margin-top: 18px; }

#review-buttons-container .forgot-item {
  font-size: 13px;
  color: #333f48;
  font-weight: bold;
  line-height: 20px; }

#review-buttons-container .forgot-item .edit-cart {
  font-weight: normal;
  text-decoration: underline;
  margin-top: 10px;
  font-size: 12px; }

p.control input.checkbox,
p.control input.radio {
  margin-right: 6px; }

.form-list input.input-text {
  padding: 12px 15px;
  border: 1px solid #363A3D;
  color: #8f9498;
  width: 260px; }

.form-list input.child-name {
  width: 69px !important; }

.form-list textarea {
  border: 1px solid #363A3D;
  color: #707070;
  width: 280px !important;
  height: 200px; }

.form-list label {
  margin-bottom: 12px; }

.form-list .calendar-image {
  position: absolute;
  top: 4px;
  right: 5px;
  cursor: pointer; }

.form-list .input-box {
  position: relative;
  width: 292px; }

.custom-select {
  padding: 0;
  margin: 0;
  border: 1px solid #363A3D;
  width: 75px;
  overflow: hidden;
  background-color: #fff;
  background: #fff url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/arrow_on.png") no-repeat 90% 50%; }

.custom-select select {
  font-size: 13px;
  color: #8f9498;
  padding: 12px 35px 12px 10px;
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-select select:focus {
  outline: none; }

.wide .custom-select {
  background-position: 96% 50%; }

.blog-cat-view .custom-select,
.blog-index-index .custom-select,
.catalog-category-view .custom-select,
.sales-order-history .custom-select,
.catalogsearch-result-index .custom-select,
.review-customer-index .custom-select {
  padding: 0;
  margin: 0;
  border: 1px solid #d7d9db;
  width: 75px;
  overflow: hidden;
  background-color: #fff;
  background: #fff url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/bg-select-tri.png") no-repeat right top; }

.blog-cat-view .custom-select,
.blog-index-index .custom-select,
.catalog-category-view .custom-select,
.catalogsearch-result-index .custom-select {
  width: 135px; }

.blog-cat-view .custom-select select,
.blog-index-index .custom-select select,
.catalog-category-view .custom-select select,
.sales-order-history .custom-select select,
.catalogsearch-result-index .custom-select select,
.review-customer-index .custom-select select {
  color: #8f9498;
  padding: 7px 35px 7px 10px;
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.category-nav .custom-select-layered {
  width: 240px; }

.category-nav .custom-select-layered select {
  color: #333f48; }

.form-list .input-box.custom-select {
  width: 230px; }

.form-list .input-box.custom-select-street2 {
  width: 285px; }

.form-list .street1 {
  width: 18px !important; }

.form-list .input-box .validate-zip-international {
  width: 80px; }

.contacts-index-index .form-list .input-box.custom-select {
  width: 284px; }

.customer-account-edit .form-list .custom-select {
  width: 75px; }

.customer-account-login .form-list .custom-select {
  width: 75px; }

/*** $BUTTONSET ***/
.buttons-set .secure-info {
  width: 100%;
  float: none;
  font-style: italic;
  color: #ADB0B2;
  font-size: 12px;
  margin-left: -30px; }

.customer-account-login .buttons-set .secure-info {
  width: 114%;
  margin-left: -35px; }

.buttons-set .cta {
  margin: 20px 0;
  width: 288px; }

.newsletter-manage-index .buttons-set .cta {
  width: 328px; }

.buttons-set p.required {
  text-align: center;
  width: 290px;
  margin-top: 10px; }

/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/
/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li {
  margin: 0 0 15px; }

.form-list label {
  float: left;
  position: relative;
  z-index: 0; }

.form-list label.required em,
.mandatory-info {
  font-style: normal;
  color: #a3d55f;
  top: 0;
  right: -8px; }

.form-list label.required em {
  float: right;
  position: absolute; }

.form-list li.control label {
  float: none; }

.form-list li.control input.radio,
.form-list li.control input.checkbox {
  margin-right: 6px; }

.form-list li.control .input-box {
  clear: none;
  display: inline;
  width: auto; }

/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box {
  display: block;
  clear: both;
  width: 286px; }

.form-list .field {
  float: left;
  width: 295px; }

.form-list input.input-text {
  width: 254px; }

.customer-account-login .form-list input.input-text {
  width: 288px; }

.form-list textarea {
  width: 254px;
  height: 10em; }

.form-list select {
  /*width:260px;*/ }

.form-list li.wide .input-box {
  width: 535px; }

.form-list li.wide input.input-text {
  width: 254px; }

.form-list li.wide textarea {
  width: 529px; }

.form-list li.wide select {
  width: 535px; }

.form-list li.additional-row {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 7px; }

.form-list li.additional-row .btn-remove {
  float: right;
  margin: 5px 0 0; }

.form-list .input-range input.input-text {
  width: 74px; }

/* Customer */
.form-list .customer-name-prefix .field {
  width: 100%;
  display: block;
  margin-top: 12px; }

.form-list .customer-name-prefix .name-prefix .label-address {
  display: inline-block;
  width: 70px;
  vertical-align: top; }

.form-list .customer-name-prefix .name-prefix .input-box {
  display: inline-block;
  vertical-align: top; }

.form-list .customer-name-prefix .name-prefix .input-box .label {
  margin-right: 5px; }

.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
  width: auto; }

.form-list .name-prefix {
  width: 65px; }

.form-list .name-prefix select {
  width: 55px; }

.form-list .name-prefix input.input-text {
  width: 49px; }

.form-list .name-suffix {
  width: 65px; }

.form-list .name-suffix select {
  width: 55px; }

.form-list .name-suffix input.input-text {
  width: 49px; }

.form-list .name-middlename {
  width: 70px; }

.form-list .name-middlename input.input-text {
  width: 49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname {
  width: 140px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
  width: 124px; }

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
  width: 205px; }

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
  width: 254px; }

.form-list .customer-name-prefix-suffix .name-firstname {
  width: 210px; }

.form-list .customer-name-prefix-suffix .name-lastname {
  width: 205px; }

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
  width: 254px; }

.form-list .customer-name-prefix-suffix .name-firstname {
  width: 210px; }

.form-list .customer-name-prefix-suffix .name-lastname {
  width: 205px; }

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
  width: 254px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname {
  width: 210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
  width: 205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
  width: 254px; }

.customer-account-login .form-list .customer-name-prefix .name-firstname input.input-text,
.customer-account-login .form-list .customer-name-suffix .name-lastname input.input-text,
.customer-account-login .form-list .customer-name-middlename .name-firstname input.input-text,
.customer-account-login .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.customer-account-login .form-list .customer-name-middlename-suffix .name-lastname input.input-text {
  width: 288px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
  float: left; }

.form-list .customer-dob input.input-text {
  display: block;
  width: 32px; }

.form-list .customer-dob label {
  font-size: 10px;
  font-weight: normal;
  color: #888; }

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
  width: 50px;
  margin-right: 10px; }

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
  width: 20px; }

.form-list .customer-dob .dob-year {
  width: 64px; }

.form-children {
  margin-bottom: 15px; }

.form-newsletter {
  margin-top: 10px;
  line-height: 18px; }

.form-children label,
.form-newsletter label {
  float: none;
  margin: 0 18px; }

.form-list .input-box .label-dob {
  float: none;
  margin-bottom: 12px;
  display: inline-block; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-prefix .name-lastname {
  width: 300px; }

.customer-account-login .form-list .customer-name-prefix .name-firstname,
.customer-account-login .form-list .customer-name-middlename .name-firstname,
.customer-account-login .form-list .customer-name-prefix .name-lastname {
  width: 100%; }

.register-privileges {
  margin-bottom: 55px;
  line-height: 18px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.terms-and-conditions {
  width: 115%;
  margin-top: 20px; }

.terms-and-conditions label.cgu {
  display: inline-block;
  float: none;
  margin-bottom: 5px;
  width: 90%;
  vertical-align: top; }

.terms-and-conditions input.cgu {
  display: inline-block;
  float: none; }

.terms-and-conditions .cgu-link {
  text-decoration: underline;
  font-style: italic;
  margin-left: 20px;
  font-size: 12px;
  display: block; }

.buttons-set {
  clear: both;
  /*margin:5px 0 0; padding:5px;*/ }

.buttons-set .back-link {
  float: left; }

.buttons-set button.button {
  float: right; }

.buttons-set p.required {
  font-size: 12px;
  font-style: italic;
  color: #ADB0B2; }

.fieldset {
  border: 1px solid #ddd;
  background: #fefefe;
  padding: 22px 25px 12px 33px;
  margin: 28px 0; }

.fieldset .legend {
  float: left;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid #fefefe;
  background: #dedede;
  color: #333;
  margin: -33px 0 0 -10px;
  padding: 0 8px;
  position: relative; }

/* Form Validation */
.validation-advice {
  clear: both;
  min-height: 13px;
  margin: 3px 0 0;
  font-size: 10px;
  line-height: 13px;
  color: #f00;
  font-style: italic; }

.custom-select .validation-advice {
  position: absolute;
  top: 23px;
  left: 14px; }

.validation-failed {
  /*border:1px dashed #f00 !important; background:#faebe7 !important;*/ }

p.required {
  font-size: 10px;
  text-align: right;
  color: #f00; }

/* Expiration date and CVV number validation fix */
.v-fix {
  float: left; }

.v-fix .validation-advice {
  display: block;
  width: 12em;
  margin-right: -12em;
  position: relative; }

/* Global Messages  */
.success {
  color: #3d6611;
  font-weight: bold; }

.error {
  color: #f00;
  font-weight: bold; }

.notice {
  color: #ccc; }

.messages,
.messages ul {
  list-style: none !important;
  margin: 0 auto !important;
  padding: 0 !important; }

.messages {
  width: 100%;
  max-width: 990px;
  margin-bottom: 30px !important;
  overflow: hidden; }

@media (max-width: 1030px) {
  margin-left: 20px  !important;
  margin-right: 20px  !important; }

.messages li {
  margin: 25px 0 0 0;
  font-size: 13px; }

.customer-address-index .messages li,
.customer-account-index .messages li,
.newsletter-manage-index .messages li {
  margin: 0 0 25px 0; }

.customer-form-edit .messages li {
  margin: 0; }

.catalog-product-view .messages li {
  margin: 0 0 15px 0;
  font-size: 13px; }

#checkout-step-login .messages li {
  margin: 0 37px 20px 37px; }

.messages li li {
  margin: 0 0 3px !important; }

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  border-style: solid !important;
  border-width: 1px !important;
  background-position: 10px 9px !important;
  background-repeat: no-repeat !important;
  min-height: 24px !important;
  padding: 11px 8px 2px 8px !important;
  font-size: 11px !important; }

.error-msg {
  border-color: #f16048;
  background-color: #faebe7;
  color: #df280a; }

.success-msg {
  border-color: #a3d55f;
  background-color: #eff5ea;
  color: #3d6611; }

.note-msg,
.notice-msg {
  border-color: #fcd344;
  background-color: #fafaec;
  color: #3d6611; }

/* Page Heading */
.page-title {
  /*border-bottom: 1px solid #ddd;
  padding: 0 0 5px;
  margin: 0 0 10px;*/ }

.page-title h1 {
  font-size: 20px;
  font-weight: bold;
  color: #333f48;
  width: 280px;
  text-align: left; }

.page-title h1::after {
  content: '';
  width: 75px;
  height: 3px;
  background-color: #333f48;
  margin: 20px 0 0 0;
  display: block; }

.page-title h2 {
  font-size: 18px;
  color: #000; }

.page-title .separator {
  margin: 0 3px; }

.page-title .link-rss {
  float: right; }

.checkout-onepage-index .page-title,
.customer-account-logoutsuccess .page-title,
.checkout-cart-index .page-title {
  border: 0;
  margin: 25px 0; }

.checkout-onepage-index .page-title h1,
.checkout-cart-index .page-title h1 {
  font-size: 35px;
  color: #333f48;
  font-weight: bold;
  width: auto; }

.checkout-onepage-index .page-title h1::after,
.checkout-cart-index .page-title h1::after {
  display: none; }

.checkout-cart-index .cart-product-count {
  float: left;
  margin-left: 20px;
  margin-top: 21px;
  font-size: 13px; }

.title-buttons {
  text-align: right; }

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
  float: left; }

.subtitle {
  clear: both; }

/* Pager */
.pager {
  /*border:1px solid #ddd; padding:5px; margin:5px 0; text-align:center;*/ }

.pager .amount {
  float: left; }

.pager .limiter {
  float: right;
  margin-top: -12px;
  margin-bottom: 12px; }

.pager .pages {
  margin: 15px auto;
  display: block;
  width: 280px;
  text-align: center;
  float: none; }

.pager .pages ol {
  display: inline; }

.pager .pages li {
  display: inline;
  margin: 0 10px;
  font-size: 15px; }

.pager .pages .current {
  font-weight: bold;
  border-bottom: 3px solid #333f48; }

/* Sorter */
.sorter {
  border: 1px solid #ddd;
  padding: 5px;
  margin: 5px 0; }

.sorter .view-mode {
  float: left; }

.sorter .sort-by {
  float: right; }

/* Toolbar */
/* Data Table */
.data-table {
  width: 100%; }

.data-table th {
  padding: 5px;
  font-weight: bold;
  white-space: nowrap; }

.data-table td {
  padding: 5px;
  vertical-align: middle; }

.data-table thead {
  background-color: #f2f2f2; }

.data-table tr {
  border-bottom: 1px solid #ebebeb; }

.data-table tr.even {
  /*background-color:#f6f6f6;*/ }

.data-table tbody.odd td {
  border-width: 0 1px; }

.data-table tbody.even {
  /*background-color:#f6f6f6;*/ }

.data-table tbody.even td {
  border-width: 0 1px; }

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
  border-bottom-width: 1px; }

.data-table th .tax-flag {
  white-space: nowrap;
  font-weight: normal; }

.data-table td.label,
.data-table th.label {
  font-weight: bold;
  background-color: #f6f6f6; }

.data-table thead {
  background: none;
  color: #BDBDBD;
  border-bottom: 1px solid #EAEBEC; }

.data-table th {
  padding: 0;
  border: 0;
  font-weight: normal;
  padding-bottom: 20px;
  vertical-align: middle; }

.line-action {
  display: none; }

/* Shopping cart total summary row expandable to details */
tr.summary-total {
  cursor: pointer; }

tr.summary-total .summary-collapse {
  float: right;
  text-align: right;
  padding-left: 20px;
  background: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/bkg_collapse.gif) 0 4px no-repeat;
  cursor: pointer; }

tr.show-details .summary-collapse {
  background-position: 0 -53px; }

tr.summary-details td {
  font-size: 11px;
  background-color: #dae1e4;
  color: #626465; }

tr.summary-details-first td {
  border-top: 1px solid #d2d8db; }

tr.summary-details-excluded {
  font-style: italic; }

/* Shopping cart tax info */
.cart-tax-info {
  display: block; }

.cart-tax-info,
.cart-tax-info .cart-price {
  padding-right: 20px; }

.cart-tax-total {
  display: block;
  padding-right: 20px;
  background: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/bkg_collapse.gif) 100% 4px no-repeat;
  cursor: pointer; }

.cart-tax-info .price,
.cart-tax-total .price {
  display: inline !important;
  font-weight: normal !important; }

.cart-tax-total-expanded {
  background-position: 100% -53px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle {
  padding: 0; }

.std ol.ol {
  list-style: decimal outside;
  padding-left: 1.5em; }

.std ul.disc {
  list-style: disc outside;
  padding-left: 18px;
  margin: 0 0 10px; }

.std dl dt {
  font-weight: bold; }

.std dl dd {
  margin: 0 0 10px; }

/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }*/
/* Misc */
.links li {
  display: inline; }

.links li.first {
  padding-left: 0 !important; }

.links li.last {
  background: none !important;
  padding-right: 0 !important; }

.link-cart {
  font-weight: bold;
  color: #f00; }

.link-wishlist {
  font-weight: bold; }

.link-reorder {
  font-weight: bold; }

.link-compare {
  font-weight: bold; }

.link-print {
  background: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/picto_print.png) 0 2px no-repeat;
  padding: 2px 0 2px 25px;
  line-height: 24px; }

.link-rss {
  background: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/i_rss.gif) 0 1px no-repeat;
  padding-left: 18px;
  white-space: nowrap; }

.btn-remove {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/btn_remove.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden; }

.btn-remove2 {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  background: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/btn_trash.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden; }

.separator {
  margin: 0 3px; }

.divider {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  margin: 10px 0;
  background: #ddd;
  text-indent: -999em;
  overflow: hidden; }

/* Noscript Notice */
.noscript {
  border: 1px solid #ddd;
  border-width: 0 0 1px;
  background: #ffff90;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: #2f2f2f; }

.noscript .noscript-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 12px 0 12px;
  background: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/i_notice.gif) 20px 50% no-repeat; }

.noscript p {
  margin: 0; }

/* Demo Notice */
.demo-notice {
  margin: 0;
  padding: 6px 10px;
  background: #d75f07;
  font-size: 12px;
  line-height: 1.15;
  text-align: center;
  color: #fff; }

/* ======================================================================================= */
/* Header ================================================================================ */
.logo {
  float: left; }

.header {
  padding: 10px;
  border: 1px solid #ddd; }

.header .logo {
  float: left;
  text-decoration: none !important; }

.header .logo strong {
  position: absolute;
  top: -999em;
  left: -999em;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden; }

.header h1.logo {
  margin: 0;
  padding: 0; }

.header .welcome-msg {
  font-weight: bold;
  text-align: right; }

.header .links {
  float: right; }

.header .form-search {
  text-align: right; }

.header .form-search .search-autocomplete {
  z-index: 999; }

.header .form-search .search-autocomplete ul {
  border: 1px solid #ddd;
  background-color: #fff; }

.header .form-search .search-autocomplete li {
  padding: 3px;
  border-bottom: 1px solid #ddd;
  cursor: pointer; }

.header .form-search .search-autocomplete li .amount {
  float: right;
  font-weight: bold; }

.header .form-language {
  clear: both;
  text-align: right; }

.header-container .top-container {
  clear: both;
  text-align: right; }

/********** < Navigation */
#nav {
  border: 1px solid #ddd;
  padding: 5px 0;
  margin: 10px 0;
  font-size: 13px; }

/* All Levels */
#nav li {
  text-align: left;
  position: relative; }

#nav li.over {
  z-index: 998; }

#nav li a {
  display: block;
  text-decoration: none; }

#nav li a:hover {
  text-decoration: none; }

#nav li a span {
  display: block;
  white-space: nowrap;
  cursor: pointer; }

#nav li ul a span {
  white-space: normal; }

/* 1st Level */
#nav li {
  float: left; }

#nav li a {
  float: left;
  padding: 5px 10px;
  font-weight: bold;
  color: #888; }

#nav li a:hover {
  color: #000; }

#nav li.over a,
#nav li.active a {
  color: #000; }

/* 2nd Level */
#nav ul,
#nav div {
  position: absolute;
  width: 15em;
  top: 25px;
  left: -10000px;
  border: 1px solid #ddd;
  background: #fafafa; }

#nav div ul {
  position: static;
  width: auto;
  border: none; }

/* 3rd+ leven */
#nav ul ul,
#nav ul div {
  top: 7px; }

#nav ul li {
  float: none;
  border-bottom: 1px solid #ddd; }

#nav ul li.last {
  border-bottom: 0; }

#nav ul li a {
  float: none;
  padding: 3px 9px;
  font-weight: normal;
  color: #888 !important; }

#nav ul li a:hover {
  color: #000 !important; }

#nav ul li.active > a,
#nav ul li.over > a {
  color: #000 !important; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub {
  left: 0;
  z-index: 999; }

#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub {
  left: 100px; }

/********** Navigation > */
/* ======================================================================================= */
/* Sidebar =============================================================================== */
.block {
  border: 1px solid #ddd;
  margin: 0 0 10px; }

.block .block-title {
  border-bottom: 1px solid #ddd;
  padding: 3px 10px; }

.block .block-title strong {
  font-size: 14px;
  font-weight: bold; }

.block .block-title a {
  text-decoration: none !important; }

.block .block-subtitle {
  font-size: 13px;
  font-weight: bold; }

.block .block-content {
  padding: 10px; }

.block .block-content li.item {
  padding: 5px 0; }

.block .btn-remove {
  float: right; }

.block .actions {
  text-align: right; }

.block .actions a {
  float: left; }

.block.block-progress {
  border: 0; }

.block-progress .block-title {
  padding: 0;
  border: 0; }

.block-progress .block-title strong span {
  font-size: 20px;
  color: #333f48;
  font-weight: bold;
  margin-bottom: 15px;
  display: block; }

.block-progress .block-content {
  padding: 0; }

.block li.even {
  background-color: #f6f6f6; }

/* Mini Products List */
.mini-products-list li {
  padding: 5px 0; }

.mini-products-list .product-image {
  float: left;
  width: 50px;
  padding: 5px;
  border: 1px solid #ddd; }

.mini-products-list .product-details {
  margin-left: 75px; }

.mini-products-list .product-details h4 {
  font-size: 1em;
  font-weight: bold;
  margin: 0; }

/* Block: Account */
/* Block: Currency Switcher */
.block-currency select {
  width: 100%;
  border: 1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav dt {
  font-weight: bold; }

.block-layered-nav .btn-remove {
  float: left;
  margin: 2px 3px 0 0; }

/* Block: Cart */
.block-cart .subtotal {
  text-align: center; }

/* Block: Wishlist */
/* Block: Related */
.block-related li {
  padding: 5px 0; }

.block-related input.checkbox {
  float: left;
  margin-right: -20px; }

.block-related .product {
  margin-left: 20px; }

.block-related .product .product-image {
  float: left;
  margin-right: -65px; }

.block-related .product .product-details {
  margin-left: 65px; }

/* Block: Compare Products */
.block-compare li {
  padding: 5px 0; }

/* Block: Recently Viewed */
/* Block: Recently Compared */
/* Block: Poll */
.block-poll input.radio {
  float: left;
  margin: 1px -18px 0 0; }

.block-poll .label {
  display: block;
  margin-left: 18px; }

.block-poll li {
  padding: 3px 9px; }

.block-poll .actions {
  margin: 5px 0 0; }

.block-poll .answer {
  font-weight: bold; }

.block-poll .votes {
  float: right;
  margin-left: 10px; }

/* Block: Tags */
.block-tags ul,
.block-tags li {
  display: inline; }

/* Block: Subscribe */
/* Block: Reorder */
.block-reorder li {
  padding: 5px 0; }

.block-reorder input.checkbox {
  float: left;
  margin: 3px -20px 0 0; }

.block-reorder .product-name {
  margin-left: 20px; }

/* Block: Banner */
.block-banner .block-content {
  text-align: center; }

/* Block: Login */
.block-login label {
  font-weight: bold;
  color: #666; }

.block-login input.input-text {
  display: block;
  width: 167px;
  margin: 3px 0; }

/* Paypal */
.sidebar .paypal-logo {
  display: block;
  margin: 10px 0;
  text-align: center; }

.sidebar .paypal-logo a {
  float: none; }

/* ======================================================================================= */
/* Category Page ========================================================================= */
.category-title {
  border: 0;
  margin: 0 0 7px; }

.category-image {
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px;
  text-align: center; }

.category-description {
  margin: 0 0 10px; }

.category-top {
  padding: 10px 20px 20px 20px;
  max-width: 950px;
  margin: auto; }

.category-top .category-return {
  text-align: left;
  display: inline-block;
  margin-top: 10px; }

.category-top .category-return a {
  text-decoration: underline; }

.category-top .category-nav {
  float: right;
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px; }

.category-top .category-nav-envelop {
  display: none; }

/* View Type: Grid */
.products-grid {
  border-bottom: 1px solid #ddd;
  position: relative; }

.products-grid.last {
  border-bottom: 0; }

.products-grid li.item {
  float: left;
  width: 138px;
  padding: 12px 10px 80px; }

.products-grid .product-image {
  display: block;
  width: 135px;
  height: 135px;
  margin: 0 0 10px; }

.products-grid .product-name {
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 13px; }

.products-grid .price-box {
  margin: 5px 0; }

.products-grid .availability {
  line-height: 21px; }

.products-grid .actions {
  position: absolute;
  bottom: 12px; }

.col2-left-layout .products-grid,
.col2-right-layout .products-grid {
  width: 632px;
  margin: 0 auto; }

.col1-layout .products-grid {
  width: 790px;
  margin: 0 auto; }

/* View Type: List */
.products-list li.item {
  border-bottom: 1px solid #ddd;
  padding: 12px 10px; }

.products-list li.item.last {
  border-bottom: 0; }

.products-list .product-image {
  float: left;
  width: 135px;
  height: 135px;
  margin: 0 0 10px; }

.products-list .product-shop {
  margin-left: 150px; }

.products-list .product-name {
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 13px; }

.products-list .price-box {
  float: left;
  margin: 3px 13px 5px 0; }

.products-list .availability {
  float: left;
  margin: 3px 0 0; }

.products-list .desc {
  clear: both;
  padding: 6px 0 0;
  margin: 0 0 15px;
  line-height: 1.35; }

.products-list .desc .link-more {
  font-size: 11px; }

.products-list .add-to-links {
  clear: both; }

.products-list .add-to-links li {
  display: inline; }

.products-list .add-to-links .separator {
  display: inline;
  margin: 0 2px; }

/* ======================================================================================= */
/* Product View ========================================================================== */
/* Rating */
.no-rating {
  margin: 0; }

.ratings {
  font-size: 11px;
  line-height: 1.25;
  margin: 7px 0; }

.ratings strong {
  float: left;
  margin: 1px 3px 0 0; }

.ratings .rating-links {
  margin: 0; }

.ratings .rating-links .separator {
  margin: 0 2px; }

.rating-box {
  width: 84px;
  height: 13px;
  font-size: 0;
  line-height: 0;
  background: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/bkg_rating_flowers.png) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
  display: inline-block; }

.rating-box .rating {
  float: left;
  height: 13px;
  background: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/bkg_rating_flowers.png) 0 100% repeat-x; }

.ratings .rating-box {
  float: left;
  margin-right: 3px; }

.ratings-table th,
.ratings-table td {
  font-size: 11px;
  line-height: 1.15;
  padding: 3px 0; }

.ratings-table th {
  font-weight: bold;
  padding-right: 8px; }

/* Availability */
.availability {
  margin: 0; }

.availability span {
  font-weight: bold; }

.availability.out-of-stock span {
  color: #d83820; }

.availability-only {
  margin: 0 0 7px; }

.availability-only span,
.availability-only a {
  cursor: help; }

.availability-only a {
  background: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/i_availability_only_arrow.gif) 100% 0 no-repeat;
  cursor: pointer;
  padding-right: 15px; }

.availability-only .expanded {
  background-position: 100% -15px; }

.availability-only-details {
  margin: 0 0 7px; }

.availability-only-details th {
  background: #f2f2f2;
  font-size: 10px;
  padding: 0 8px; }

.availability-only-details td {
  border-bottom: 1px solid #ddd;
  font-size: 11px;
  padding: 2px 8px 1px; }

/* Email to a Friend */
/* Alerts */
/********** < Product Prices */
.price {
  white-space: nowrap !important; }

.price-box .price {
  font-weight: bold; }

/* Regular price */
.regular-price .price {
  font-weight: bold; }

/* Old price */
.old-price {
  float: left;
  padding-left: 20%; }

.old-price .price-label {
  white-space: nowrap;
  display: none; }

.old-price .price {
  font-weight: bold;
  text-decoration: line-through; }

.catalog-product-view .old-price {
  padding: 0;
  float: none;
  vertical-align: bottom;
  display: inline-block; }

/* Special price */
.special-price {
  float: right;
  padding-right: 20%; }

.special-price .price-label {
  font-weight: bold;
  white-space: nowrap;
  display: none; }

.special-price .price {
  font-weight: bold; }

.catalog-product-view .special-price {
  padding: 0;
  float: none;
  vertical-align: bottom;
  display: inline-block;
  margin-right: 30px; }

/* Minimal price (as low as) */
.minimal-price .price-label {
  font-weight: bold;
  white-space: nowrap; }

.minimal-price-link {
  display: block; }

.minimal-price-link .price {
  font-weight: normal; }

/* Excluding tax */
.price-excluding-tax {
  display: block; }

.price-excluding-tax .label {
  white-space: nowrap; }

.price-excluding-tax .price {
  font-weight: normal; }

/* Including tax */
.price-including-tax {
  display: block; }

.price-including-tax .label {
  white-space: nowrap; }

.price-including-tax .price {
  font-weight: bold; }

/* FPT */
.weee {
  display: block;
  font-size: 11px;
  color: #444; }

.weee .price {
  font-size: 11px;
  font-weight: normal; }

/* Excl tax (for order tables) */
.price-excl-tax {
  display: block; }

.price-excl-tax .label {
  display: block;
  white-space: nowrap; }

.price-excl-tax .price {
  display: block; }

/* Incl tax (for order tables) */
.price-incl-tax {
  display: block; }

.price-incl-tax .label {
  display: block;
  white-space: nowrap; }

.price-incl-tax .price {
  display: block;
  font-weight: bold; }

/* Price range */
.price-from .price-label {
  font-weight: bold;
  white-space: nowrap; }

.price-to .price-label {
  font-weight: bold;
  white-space: nowrap; }

/* Price notice next to the options */
.price-notice {
  padding-left: 10px; }

.price-notice .price {
  font-weight: bold; }

/* Price as configured */
.price-as-configured .price-label {
  font-weight: bold;
  white-space: nowrap; }

/********** Product Prices > */
/* Tier Prices */
.tier-prices .price {
  font-weight: bold; }

/* Add to Links */
.add-to-links .separator {
  display: none; }

/* Add to Cart */
.add-to-cart label {
  float: left;
  margin-right: 5px; }

.add-to-cart .qty {
  float: left; }

.add-to-cart button.button {
  float: left;
  margin-left: 5px; }

.add-to-cart .paypal-logo {
  clear: left; }

/* Add to Links + Add to Cart */
.add-to-box .add-to-cart {
  float: left; }

.add-to-box .or {
  float: left;
  margin: 0 10px; }

.add-to-box .add-to-links {
  float: left; }

.product-collateral .box-collateral {
  margin: 0 0 15px; }

/* Product Images */
.product-view .product-img-box {
  float: left;
  width: 267px; }

.col3-layout .product-view .product-img-box {
  float: none;
  margin: 0 auto; }

.product-view .product-img-box .product-image {
  border: 1px solid #ddd; }

.product-view .product-img-box .product-image-zoom {
  position: relative;
  width: 265px;
  height: 265px;
  overflow: hidden;
  z-index: 9; }

.product-view .product-img-box .product-image-zoom img {
  position: absolute;
  left: 0;
  top: 0;
  cursor: move; }

.product-view .product-img-box .zoom-notice {
  text-align: center; }

.product-view .product-img-box .zoom {
  position: relative;
  z-index: 9;
  height: 18px;
  margin: 0 auto 13px;
  padding: 0 28px;
  background: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/slider_bg.gif) 50% 50% no-repeat;
  cursor: pointer; }

.product-view .product-img-box .zoom.disabled {
  -moz-opacity: .3;
  -webkit-opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  /*IE8*/
  opacity: .3; }

.product-view .product-img-box .zoom #track {
  position: relative;
  height: 18px; }

.product-view .product-img-box .zoom #handle {
  position: absolute;
  left: 0;
  top: -1px;
  width: 9px;
  height: 22px;
  background: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/magnifier_handle.gif) 0 0 no-repeat; }

.product-view .product-img-box .zoom .btn-zoom-out {
  position: absolute;
  left: 2px;
  top: 0; }

.product-view .product-img-box .zoom .btn-zoom-in {
  position: absolute;
  right: 2px;
  top: 0; }

.product-view .product-img-box .more-views ul {
  margin-left: -4px; }

.product-view .product-img-box .more-views li {
  float: left;
  padding: 1px;
  background-color: #ddd;
  margin: 0 0 8px 4px; }

.product-image-popup {
  margin: 0 auto; }

.product-image-popup .nav {
  text-align: center; }

.product-image-popup .image {
  display: block; }

/* Product Shop */
.product-view .product-shop {
  float: right;
  width: 445px; }

.col1-layout .product-view .product-shop {
  float: right;
  width: 700px; }

.col3-layout .product-view .product-shop {
  float: none;
  width: auto; }

/* Product Options */
.product-options {
  padding: 10px;
  margin: 10px 0 0;
  border: 1px solid #ddd;
  background-color: #f6f6f6; }

.product-options dt label {
  font-weight: bold; }

.product-options dt .qty-holder {
  float: right; }

.product-options dt .qty-holder label {
  vertical-align: middle; }

.product-options dt .qty-disabled {
  background: none;
  border: 0;
  padding: 3px;
  color: #000; }

.product-options dd {
  margin: 10px 0; }

.product-options dd input.input-text {
  width: 98%; }

.product-options dd input.datetime-picker {
  width: 150px; }

.product-options dd .time-picker {
  display: -moz-inline-box;
  display: inline-block;
  padding: 2px 0;
  vertical-align: middle; }

.product-options dd textarea {
  width: 98%;
  height: 8em; }

.product-options dd select {
  width: 100%; }

.product-options .options-list input.radio {
  float: left;
  margin: 3px -18px 0 0; }

.product-options .options-list input.checkbox {
  float: left;
  margin: 3px -20px 0 0; }

.product-options .options-list .label {
  display: block;
  margin-left: 20px; }

.product-options ul.validation-failed {
  padding: 0 7px; }

.product-options p.required {
  padding: 15px 0 0; }

.product-options-bottom {
  padding: 10px;
  border: 1px solid #ddd;
  border-top: 0; }

.product-options-bottom .price-box {
  margin: 10px 0; }

/* Grouped Product */
/* Block: Description */
/* Block: Additional */
/* Block: Upsell */
.product-view .box-up-sell .products-grid td {
  width: 25%; }

/* Block: Tags */
.product-view .box-tags .form-add label {
  float: left; }

.product-view .box-tags .form-add .input-box {
  float: left;
  width: 260px;
  margin: 0 5px; }

.product-view .box-tags .form-add input.input-text {
  width: 254px; }

.product-view .box-tags .form-add p {
  clear: both; }

/* Block: Reviews */
/* Send a Friend */
/* ======================================================================================= */
/* Content Styles ================================================================= */
.product-name {
  font-size: 1em;
  font-weight: normal; }

/* Product Tags */
.tags-list li {
  display: inline; }

/* Advanced Search */
/* CMS Home Page */
/* Sitemap */
.page-sitemap .links {
  text-align: right;
  margin: 0 8px -22px 0; }

.page-sitemap .links a {
  text-decoration: none;
  position: relative; }

.page-sitemap .links a:hover {
  text-decoration: underline; }

.page-sitemap .sitemap {
  margin: 12px; }

.page-sitemap .sitemap li {
  margin: 3px 0; }

.page-sitemap .sitemap li.level-0 {
  margin: 10px 0 0;
  font-weight: bold; }

/* RSS */
.rss-title h1 {
  background: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/i_rss-big.png) 0 4px no-repeat;
  padding-left: 27px; }

.rss-table .link-rss {
  display: block;
  line-height: 1.35;
  background-position: 0 2px; }

/* ======================================================================================= */
/* Shopping Cart ========================================================================= */
.cart h2.product-name {
  font-size: 14px;
  font-weight: bold; }

.cart h2.encart-title {
  font-size: 20px;
  font-weight: bold;
  width: 180px;
  margin: auto; }

.cart h2.encart-title::after {
  content: '';
  width: 75px;
  height: 3px;
  background-color: #333f48;
  margin: 15px auto 15px auto;
  display: block; }

.cart p.product-sku {
  font-size: 11px;
  margin-top: 7px; }

/* Checkout Types */
.cart .checkout-types {
  float: right;
  text-align: right; }

.cart .title-buttons .checkout-types li {
  float: left;
  margin: 0 0 5px 5px; }

/* Shopping Cart Table */
.cart-table .item-msg {
  font-size: 10px; }

.cart-table td {
  padding: 15px 5px; }

.cart-table td.image {
  width: 80px;
  display: table-cell; }

.cart-table td.product {
  width: 180px;
  display: table-cell; }

.cart-table td.quantity {
  width: 125px; }

.cart-table td .cart-price {
  width: 110px;
  display: block; }

.cart-table td .cart-price p {
  font-size: 12px; }

.cart-table th {
  padding-left: 5px;
  padding-right: 5px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
  padding: 25px 0 0; }

.cart .cart-collaterals .col2-set {
  float: left;
  width: 700px; }

.checkout-cart-index .crosssell h2 {
  font-size: 20px;
  font-weight: bold;
  color: #333f48;
  width: 255px;
  text-align: center;
  margin: 50px auto 25px auto; }

.checkout-cart-index .crosssell h2::after {
  content: '';
  width: 75px;
  height: 3px;
  background-color: #333f48;
  margin: 20px auto 0 auto;
  display: block; }

/*.checkout-cart-index .crosssell li.item {margin-right:15px; display: inline-block; text-align: center; color: #333f48; font-size: 13px; position: relative; width: 30%; height: 350px;}*/
.checkout-cart-index .crosssell li.item .product-name {
  font-size: 15px;
  line-height: 17px;
  box-sizing: border-box;
  padding: 10px 30px; }

.checkout-cart-index .crosssell li.item .capacity {
  color: #a3d55f;
  display: block;
  margin-top: 10px; }

.checkout-cart-index .crosssell .old-price {
  float: left;
  padding-left: 23%; }

.checkout-cart-index .crosssell .old-price .price-label {
  white-space: nowrap;
  display: none; }

.checkout-cart-index .crosssell .old-price .price {
  font-weight: bold;
  text-decoration: line-through; }

.checkout-cart-index .crosssell .special-price {
  float: right;
  padding-right: 23%; }

.checkout-cart-index .crosssell .special-price .price-label {
  font-weight: bold;
  white-space: nowrap;
  display: none; }

.checkout-cart-index .crosssell .special-price .price {
  font-weight: bold; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
/* Shopping Cart Totals */
.cart .totals {
  float: right; }

.cart .totals table {
  width: 100%; }

.cart .totals table th,
.cart .totals table td {
  padding: 5px; }

.cart .totals table th {
  font-weight: bold; }

.cart .btn-remove2 {
  background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/picto-close.jpg") center center no-repeat;
  padding: 5px;
  width: 7px;
  height: 7px; }

.cart .button-qty {
  width: 30px;
  height: 30px; }

.cart .coupon-code {
  border-top: 1px solid #ebebeb;
  padding: 20px 0;
  text-align: center; }

.cart .coupon-code .discount {
  text-align: right; }

.cart .coupon-code h2 {
  font-size: 13px;
  font-weight: bold;
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
  width: 190px; }

.cart .coupon-code .discount-form {
  display: inline-block;
  vertical-align: middle;
  width: 230px; }

.cart .coupon-code input.input-text {
  width: 170px;
  float: left;
  padding: 12px 5px 12px 15px;
  border: 1px solid #333f48;
  color: #8a8a8a;
  font-style: italic;
  font-size: 12px; }

.cart .coupon-code button.apply-coupon {
  float: left;
  width: 38px;
  height: 39px;
  background: #333F48; }

.cart .coupon-code button.apply-coupon span {
  background: none;
  padding: 10px 5px 6px 3px;
  height: 24px;
  width: 30px;
  vertical-align: middle;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 21px; }

.cart .coupon-code button.cancel-coupon {
  width: 152px;
  float: none; }

.cart .coupon-code button.cancel-coupon span {
  background: none;
  padding: 5px 0;
  color: #333f48;
  font-weight: normal;
  text-decoration: underline; }

.cart .coupon-code .validation-advice {
  position: absolute;
  margin-top: 40px; }

.cart .block-sample {
  width: 100%;
  border: 1px solid #ebebeb; }

.cart .block-sample .title {
  font-size: 15px;
  font-weight: bold;
  margin: 29px 0;
  text-align: center; }

.cart .block-sample .popup-link {
  text-decoration: underline;
  display: block;
  margin-top: 15px;
  margin-bottom: 20px;
  width: 100%;
  text-align: center; }

.cart .block-sample .block-left {
  margin: 20px 10px 20px 17px;
  display: inline-block;
  width: 65px;
  vertical-align: top;
  height: 75px;
  background: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/panier/pic_echantillon.png) center center no-repeat; }

.cart .block-sample .block-right {
  display: inline-block;
  width: 80%;
  vertical-align: top;
  height: auto;
  text-align: left; }

.cart .block-sample .block-right .title {
  margin-bottom: 10px;
  margin-top: 29px;
  text-align: left; }

.cart .block-sample .block-right .description {
  line-height: 15px; }

.cart .block-sample .block-right .text {
  font-size: 13px; }

.cart .block-sample .block-right .popup-link {
  margin-top: 10px;
  text-align: left; }

.cart .block-sample ul {
  padding: 0 20px; }

.cart .block-sample .sample {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  width: 31%;
  line-height: 15px; }

.cart .block-sample .sample .sample-left {
  display: inline-block;
  vertical-align: middle;
  width: 75px;
  margin-right: 10px;
  text-align: center; }

.cart .block-sample .sample .sample-right {
  display: inline-block;
  vertical-align: middle;
  width: 120px; }

.cart-right {
  padding-top: 75px; }

.cart-right .totals {
  margin-bottom: 20px; }

.cart-right .totals .totals-title {
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  width: 150px;
  line-height: 18px;
  margin: 0 auto 12px auto; }

.cart-right .totals .cta.btn-checkout {
  width: 225px;
  float: none;
  background: #93c355;
  line-height: 22px; }

.cart-right .discount-form .input-box {
  margin: auto;
  width: 230px; }

.cart-right .shipping-estimate {
  border-top: 1px solid #ebebeb;
  padding: 20px 0px; }

.cart-right .shipping-estimate .shipping-txt {
  color: #ff8b45;
  width: 165px;
  margin: auto;
  text-align: center; }

.cart-right .delivery-choose {
  color: #BDBDBD;
  width: 200px;
  margin: auto;
  text-align: center; }

.cart-right .shipping-estimate .continue-shopping {
  width: 152px;
  margin: auto;
  float: none;
  display: block;
  margin-top: 20px;
  text-decoration: underline; }

.cart-right .help {
  border-top: 1px solid #ebebeb;
  padding: 20px 0px;
  text-align: center; }

.cart-right #shopping-cart-totals-table {
  color: #333f48;
  font-size: 12px;
  margin: auto;
  width: 90%; }

.cart-right #shopping-cart-totals-table td {
  padding: 10px 8px; }

.cart-right #shopping-cart-totals-table td.a-left {
  font-weight: bold; }

.cart-right #shopping-cart-totals-table .subtotal {
  border-top: 1px solid #333f48;
  border-bottom: 1px solid #ebebeb; }

.cart-right #shopping-cart-totals-table .shipping {
  border-bottom: 1px solid #ebebeb; }

.cart-right #shopping-cart-totals-table .tax {
  display: none; }

.cart-right #shopping-cart-totals-table .grand_total {
  text-transform: uppercase;
  border-top: 1px solid #333f48; }
  .cart-right #shopping-cart-totals-table .grand_total .price {
    font-size: 24px; }

/*** POPUP ECHANTILLON ***/
.checkout-cart-index .fancybox-skin {
  border-radius: 0; }

.checkout-cart-index .fancybox-inner {
  width: 580px !important;
  height: 650px !important; }

.checkout-cart-index .fancybox-close {
  display: none; }

#popup-echantillon .content-popup {
  color: #333f48;
  font-size: 13px; }

#popup-echantillon .content-popup .pic {
  text-align: center; }

#popup-echantillon .content-popup .title {
  font-size: 20px;
  font-weight: bold;
  width: 495px;
  margin: auto;
  text-align: center;
  line-height: 22px;
  margin-top: 20px; }

#popup-echantillon .content-popup .description {
  font-size: 20px;
  width: 324px;
  margin: auto;
  text-align: center;
  line-height: 22px; }

#popup-echantillon .content-popup .description::after {
  content: '';
  width: 75px;
  height: 3px;
  background-color: #333f48;
  margin: 20px auto 30px auto;
  display: block; }

#popup-echantillon .content-popup ul.samples {
  text-align: center; }

#popup-echantillon .content-popup li.sample {
  display: inline-block;
  vertical-align: top;
  width: 103px;
  border: 1px solid #FFFFFF;
  padding: 10px;
  margin-right: 20px;
  height: auto;
  margin-bottom: 20px;
  text-align: center;
  cursor: pointer; }

#popup-echantillon .content-popup li.last {
  margin-right: 0; }

#popup-echantillon .content-popup li.sample:hover,
#popup-echantillon .content-popup li.active {
  border: 1px solid #dbdbdb; }

#popup-echantillon .content-popup li.disable {
  opacity: 0.5; }

#popup-echantillon .content-popup .sample-title {
  margin-top: 10px;
  font-size: 13px;
  line-height: 15px; }

#popup-echantillon .content-popup .buttons-set {
  text-align: center;
  width: 100%; }

#popup-echantillon .content-popup .buttons-set .infos {
  width: 100%;
  float: none;
  color: #ADB0B2;
  font-size: 12px; }

#popup-echantillon .content-popup .buttons-set .cta {
  margin: 0 auto 20px auto; }

/* Options Tool Tip */
.item-options dt {
  font-weight: bold;
  font-style: italic; }

.item-options dd {
  padding-top: 10px;
  color: #adb0b2; }

.truncated {
  cursor: help; }

.truncated a.dots {
  cursor: help; }

.truncated a.details {
  cursor: help; }

.truncated .truncated_full_value {
  position: relative;
  z-index: 999; }

.truncated .truncated_full_value dl {
  position: absolute;
  top: -99999em;
  left: -99999em;
  z-index: 999;
  width: 250px;
  padding: 8px;
  border: 1px solid #ddd;
  background-color: #f6f6f6; }

.truncated .show dl {
  top: -20px;
  left: 50%; }

.col-left .truncated .show dl {
  left: 30px;
  top: 7px; }

.col-right .truncated .show dl {
  left: -240px;
  top: 7px; }

/* ======================================================================================= */
/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt {
  font-weight: bold; }

.sp-methods .price {
  font-weight: bold; }

.sp-methods .form-list {
  padding-left: 20px; }

.sp-methods select.month {
  width: 150px;
  margin-right: 10px; }

.sp-methods select.year {
  width: 96px; }

.sp-methods input.cvv {
  width: 3em !important; }

.sp-methods .checkmo-list li {
  margin: 0 0 5px; }

.sp-methods .checkmo-list label {
  width: 135px;
  padding-right: 10px;
  text-align: right; }

.sp-methods .checkmo-list address {
  float: left; }

.sp-methods .centinel-logos a {
  margin-right: 3px; }

.sp-methods .centinel-logos img {
  vertical-align: middle; }

.please-wait {
  float: none;
  width: 100%;
  text-align: center;
  margin: auto;
  display: inline-block; }

.please-wait img {
  vertical-align: middle; }

.cvv-what-is-this {
  cursor: help;
  margin-left: 5px; }

/* Payment method (old version for Atos) */
#payment_form_atos_standard {
  display: block !important; }

.mode-payment li {
  width: 21%;
  height: auto;
  padding: 20px 10px 0 10px;
  border: 1px solid #eaebec;
  cursor: pointer;
  display: inline-block; }

.mode-payment li .visu {
  display: inline-block;
  width: 50%;
  vertical-align: middle; }

.mode-payment li .mode {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  line-height: 16px;
  vertical-align: middle; }

.mode-payment li .choix-mode {
  visibility: hidden; }

.mode-payment li:hover,
.mode-payment li.active {
  border-color: #a3d55f !important; }

/* Payment method (Sogenactif 2.0) */
.mode-payment-elt {
  width: 27%;
  height: auto;
  padding: 20px 10px;
  border: 1px solid #eaebec;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin: 2% 2% 0 0; }

.mode-payment-elt .image {
  display: inline-block;
  width: 50%;
  vertical-align: middle; }

.mode-payment-elt .mode {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  line-height: 16px;
  vertical-align: middle; }

.mode-payment-elt .mode.free {
  width: 100%;
  height: 50px; }

.mode-payment-elt:hover,
.mode-payment-elt.active {
  border-color: #a3d55f !important; }

/* Tooltip */
.tool-tip {
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  padding: 5px;
  position: absolute;
  z-index: 9999; }

.tool-tip .btn-close {
  text-align: right; }

.tool-tip .btn-close a {
  display: block;
  margin: 0 0 0 auto;
  width: 15px;
  height: 15px;
  background: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/btn_window_close.gif) 100% 0 no-repeat;
  text-align: left;
  text-indent: -999em;
  overflow: hidden; }

.tool-tip .tool-tip-content {
  padding: 5px; }

/* Gift Messages */
.gift-messages-form {
  border: 1px solid #ddd;
  background-color: #f5f5f5; }

.gift-messages-form {
  position: relative; }

.gift-messages-form label {
  float: none !important;
  position: static !important; }

.gift-messages-form .item {
  margin: 0 0 10px; }

.gift-messages-form .item .product-img-box {
  float: left;
  width: 75px; }

.gift-messages-form .item .product-image {
  margin: 0 0 7px; }

.gift-messages-form .item .number {
  margin: 0;
  font-weight: bold;
  text-align: center; }

.gift-messages-form .item .details {
  margin-left: 90px; }

.gift-message-link {
  display: block;
  background: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/bkg_collapse.gif) 0 4px no-repeat;
  padding-left: 20px; }

.gift-message-link.expanded {
  background-position: 0 -53px; }

.gift-message-row .btn-close {
  float: right; }

.gift-message dt strong {
  font-weight: bold; }

/* Checkout Agreements */
.checkout-agreements li {
  margin: 10px 0; }

.checkout-agreements .agreement-content {
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  padding: 5px;
  height: 10em;
  overflow: auto; }

.checkout-agreements .agree {
  padding: 6px; }

/* Centinel */
.centinel .authentication {
  border: 1px solid #ddd;
  background: #fff; }

.centinel .authentication iframe {
  width: 99%;
  height: 400px;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important; }

/* Generic Info Set */
/********** Common Checkout Styles > */
/* One Page Checkout */
.block-progress dt {
  font-weight: bold;
  padding: 15px 110px 15px 0;
  line-height: 16px; }

.block-progress dt.complete,
.block-progress dd.complete {
  background-color: #f6f6f6;
  line-height: 18px; }

.block-progress dt.complete::after {
  content: '';
  width: 25px;
  height: 3px;
  background-color: #a3d55f;
  display: block;
  margin: 13px 0 0 0; }

.checkout-block-container {
  padding-bottom: 15px;
  border-bottom: 1px solid #e4e9ec;
  position: relative; }

.checkout-block-container .modify {
  margin-top: 15px;
  font-size: 10px;
  color: #333F48;
  padding-left: 14px;
  background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/account/picto_modify.jpg") 0px 2px no-repeat;
  display: inline-block;
  text-decoration: underline;
  padding-bottom: 5px;
  line-height: 12px;
  position: absolute;
  top: 0;
  right: 0;
  background-size: 10px 10px; }

.opc {
  border-top: 2px solid #333f48;
  position: relative; }

.opc li.section {
  border-bottom: 1px solid #b6b6b6; }

.opc .buttons-set.disabled button.button {
  display: none; }

.opc .buttons-set .please-wait {
  height: 21px;
  line-height: 21px; }

.opc .step-title {
  background-color: transparent;
  padding: 15px 5px; }

.opc .step-title .number {
  float: left;
  line-height: 22px;
  margin-right: 5px; }

.opc .step-title h2 {
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #b6b6b6; }

.opc .section .step-title a {
  float: right;
  background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/arrow_off_grey.png") center center no-repeat;
  width: 10px;
  height: 6px;
  padding: 6px 10px; }

.opc .allow .step-title a {
  float: right;
  background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/arrow_on.png") center center no-repeat;
  width: 10px;
  height: 6px;
  padding: 6px 10px; }

.opc .active .step-title a {
  float: right;
  background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/arrow_off.png") center center no-repeat;
  width: 10px;
  height: 6px;
  padding: 6px 10px; }

.opc .allow .step-title {
  cursor: pointer; }

.opc .allow .step-title h2 {
  color: #333f48; }

.opc .active .step-title {
  cursor: default; }

.opc .active .step-title h2 {
  color: #333f48; }

/*.opc .active .step-title a { display:none; }*/
.opc .step {
  border-top: 1px solid #ddd;
  padding: 10px 0;
  position: relative; }

.opc .active .step {
  border: 0; }

.opc .step .tool-tip {
  right: 10px; }

#co-billing-form #billing-new-address-form {
  width: 286px;
  margin: auto; }

#co-billing-form .form-list li.control,
#co-shipping-form .form-list li.control {
  width: 286px;
  margin: 0 auto 15px auto; }

#co-billing-form .form-list .billing-select {
  width: 284px;
  margin-left: auto;
  margin-right: auto;
  background-position: 92% 50%; }

#co-billing-form .form-list .billing-select #billing-address-select {
  padding: 8px 60px 8px 15px;
  width: 284px; }

#co-shipping-form #shipping-new-address-form {
  width: 286px;
  margin: auto; }

#co-shipping-form .form-list li.control,
#co-shipping-form .form-list li.control {
  width: 286px;
  margin: 0 auto 15px auto; }

#co-shipping-form .form-list .shipping-select {
  width: 284px;
  margin-left: auto;
  margin-right: auto;
  background-position: 92% 50%; }

#co-shipping-form .form-list .shipping-select #shipping-address-select {
  padding: 8px 60px 8px 15px;
  width: 284px; }

#checkout-step-shipmethod .mode-livraison li {
  width: 43%;
  height: auto;
  padding: 12px 17px;
  border: 1px solid #eaebec;
  cursor: pointer; }
  #checkout-step-shipmethod .mode-livraison li:nth-child(n + 3) {
    margin-top: 25px; }
  #checkout-step-shipmethod .mode-livraison li.store-pickup .visu {
    height: 100px;
    line-height: 323px; }

#checkout-step-shipmethod .mode-livraison li:hover,
.mode-livraison li.active {
  border-color: #a3d55f !important; }

#checkout-step-shipmethod .mode-livraison li.mondial-relay {
  float: left; }

#checkout-step-shipmethod .mode-livraison li.colissimo,
.mode-livraison li.so-colissimo {
  float: right; }

#checkout-step-shipmethod .mode-livraison li .visu {
  display: inline-block;
  width: 30%; }

#checkout-step-shipmethod .mode-livraison li .mode {
  display: inline-block;
  vertical-align: top;
  width: 68%;
  line-height: 16px; }

#checkout-step-shipmethod .mode-livraison li .choix-mode {
  /*display:none;*/
  visibility: hidden; }

#checkout-step-shipmethod .mode-livraison li .mode strong {
  width: 100%;
  display: block;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 5px; }

#checkout-step-shipmethod .mode-livraison li .mode .mode-price {
  margin-top: 5px;
  font-weight: bold; }

#socolissimosimplicite_iframe {
  width: 572px;
  border: 0 none;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  height: 500px; }

#checkout-review-table-wrapper .data-table th {
  padding: 0;
  border: 0;
  font-weight: normal;
  text-align: center;
  padding-bottom: 20px;
  vertical-align: middle; }

#checkout-review-table-wrapper .data-table thead {
  background: none;
  color: #BDBDBD;
  border-bottom: 1px solid #EAEBEC; }

#checkout-review-table-wrapper .data-table th {
  padding: 0;
  border: 0;
  font-weight: normal;
  text-align: center;
  padding-bottom: 20px;
  vertical-align: middle; }

#checkout-review-table-wrapper .data-table td {
  padding: 15px 5px;
  line-height: 18px;
  border: 0;
  border-top: 1px solid #EAEBEC;
  width: 20%; }

#checkout-review-table-wrapper .data-table td.product {
  padding: 15px 5px;
  border: 0;
  border-top: 1px solid #EAEBEC;
  width: 40%; }

#checkout-review-table-wrapper .name-and-image .product-name {
  width: 65%;
  display: inline-block;
  vertical-align: middle; }

#checkout-review-table-wrapper .name-and-image .product-image {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px; }

#checkout-review-table-wrapper .data-table .price {
  font-weight: bold; }

#checkout-review-table-wrapper .name-and-image .product-sku {
  font-size: 11px;
  margin-bottom: 5px; }

#checkout-review-table-wrapper .name-and-image .product-name h3 {
  font-weight: bold;
  font-size: 15px;
  padding: 0; }

#checkout-review-table-wrapper .subtotal td,
#checkout-review-table-wrapper .shipping td {
  font-size: 15px;
  font-weight: bold; }

#checkout-review-table-wrapper .grand_total {
  background: #f5f5f5;
  font-size: 20px;
  border-bottom: 1px solid #EAEBEC; }

#checkout-review-table-wrapper .grand_total .price {
  color: #a3d55f; }

#checkout-step-login {
  margin-top: 15px;
  padding-bottom: 30px; }

#checkout-step-login h3 {
  font-size: 15px;
  font-weight: bold;
  color: #333f48;
  text-align: center;
  width: 230px;
  margin: 0 auto 25px auto; }

#checkout-step-login h3::after {
  content: '';
  width: 75px;
  height: 3px;
  background-color: #333f48;
  margin: 15px auto 0 auto;
  display: block; }

#checkout-step-login label {
  font-size: 15px;
  font-weight: bold;
  color: #333f48;
  display: inline-block; }

#checkout-step-login #login-form {
  width: 285px;
  display: block;
  margin: auto; }

#checkout-step-login #login-form label {
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 8px; }

#checkout-step-login .label {
  font-size: 15px;
  font-weight: bold;
  color: #333f48;
  width: 100%;
  text-align: center;
  margin-bottom: 20px; }

#checkout-step-login .register-description {
  line-height: 15px;
  padding-left: 24px;
  font-size: 13px;
  width: 270px; }

#checkout-step-login .col2-set .col-2 {
  border-left: 1px solid #ebebeb;
  float: left; }

#checkout-step-login .col2-set .col-1 .form-list {
  width: 366px;
  padding-left: 30px; }

#checkout-step-login .buttons-set {
  width: 288px;
  margin: auto; }

#checkout-step-login .buttons-set .forgot-password {
  text-decoration: underline;
  font-size: 10px;
  width: 100%;
  text-align: center;
  display: block; }

#checkout-step-login .inchoo-socialconnect-checkout-facebook {
  height: 39px;
  padding: 0px;
  margin: 0px;
  display: block;
  float: none;
  margin-bottom: 20px; }

#checkout-step-login .inchoo-socialconnect-checkout-google {
  height: 39px;
  padding: 0px;
  margin: 0px;
  display: block;
  float: none; }

#checkout-step-login .inchoo-socialconnect-checkout-google .cta.google {
  margin-top: 0; }

#checkout-step-login .picto-or {
  position: absolute;
  top: 0;
  left: 44.8%;
  text-transform: uppercase;
  background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/pic_ou.png") 0 0 no-repeat;
  width: 62px;
  height: 62px;
  color: #a3d55d;
  font-weight: bold;
  font-size: 15px;
  padding-top: 24px;
  text-align: center; }

.checkout-onepage-index .buttons-set .cta {
  margin: 20px auto; }

#review-buttons-container .cta {
  float: right; }

#checkout-step-shipping_method .buttons-set {
  width: 90%;
  margin: auto;
  text-align: center; }

#checkout-step-shipping_method .buttons-set .cta {
  display: inline-block;
  margin-right: 20px; }

.checkout-onepage-success h2 {
  font-size: 20px;
  font-weight: bold;
  color: #333f48;
  width: 400px;
  text-align: center;
  margin: 0 auto 25px auto; }

.checkout-onepage-success h2::after {
  content: '';
  width: 75px;
  height: 3px;
  background-color: #333f48;
  margin: 20px auto 0 auto;
  display: block; }

.checkout-onepage-success .content-success {
  text-align: center;
  line-height: 17px;
  font-size: 15px; }

.checkout-onepage-success .content-success::after {
  content: '';
  width: 75px;
  height: 3px;
  background-color: #333f48;
  margin: 25px auto 20px auto;
  display: block; }

.checkout-onepage-success .find-us {
  font-size: 20px; }

.checkout-onepage-success .find-us::after {
  display: none; }

.checkout-onepage-success .social-networks {
  width: 200px;
  margin: auto;
  text-align: center; }

.checkout-onepage-success .social-networks li {
  display: inline-block;
  width: 40px; }

/* Multiple Addresses Checkout */
.checkout-progress {
  padding: 0 50px;
  margin: 10px 0; }

.checkout-progress li {
  float: left;
  width: 20%;
  border-top: 5px solid #ccc;
  text-align: center;
  color: #ccc; }

.checkout-progress li.active {
  border-top-color: #000;
  color: #000; }

.multiple-checkout {
  position: relative; }

.multiple-checkout .tool-tip {
  top: 50%;
  margin-top: -120px;
  right: 10px; }

.multiple-checkout .grand-total {
  font-size: 1.5em;
  text-align: right; }

/* ======================================================================================= */
/* Account Login/Create Pages ============================================================ */
.customer-account-login .col2-set {
  margin-top: 25px; }

.registered-users {
  border-right: 1px solid #ebebeb; }

/* Account Login/Create Pages ============================================================ */
/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
  float: none;
  margin: 0; }

/********** < Dashboard */
/* Block: Recent Orders */
.dashboard .box-recent {
  margin: 10px 0 35px 0; }

/* Block: Account Information */
/* Block: Reviews */
.dashboard .box-reviews .number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #ddd; }

.dashboard .box-reviews .details {
  margin-left: 20px; }

/* Block: Tags */
.dashboard .box-tags .number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #ddd; }

.dashboard .box-tags .details {
  margin-left: 20px; }

/********** Dashboard > */
/* Address Book */
/* Order View */
.order-info {
  border: 0;
  padding: 0px;
  margin-bottom: 15px; }

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline; }

.order-info dt {
  font-weight: bold; }

.order-date {
  margin: 10px 0; }

.order-items {
  width: 100%; }

.sales-order-view .order-items {
  margin-top: 25px; }

.order-gift-message {
  margin: 15px 0; }

.gift-message dt strong {
  color: #666; }

.gift-message dd {
  margin: 5px 0 0;
  font-size: 13px; }

.order-about {
  margin: 15px 0; }

.order-about dt {
  font-weight: bold; }

.order-about dd {
  font-size: 13px;
  margin: 0 0 7px; }

.tracking-table {
  margin: 0 0 15px; }

.tracking-table th {
  font-weight: bold;
  white-space: nowrap; }

.tracking-table th,
.tracking-table td {
  padding: 1px 5px 0 0; }

.tracking-table-popup {
  width: 100%; }

.tracking-table-popup th {
  font-weight: normal;
  white-space: nowrap;
  font-size: 14px; }

.tracking-table-popup th,
.tracking-table-popup td {
  padding: 1px 8px; }

/* Order Print Pages */
.page-print .print-head {
  margin: 0 0 30px 0;
  text-align: center; }

.page-print .print-head img {
  float: none; }

.page-print .print-head address {
  float: left;
  margin-left: 15px; }

/* Order Col Set */
.page-print .col2-set {
  margin-bottom: 20px; }

/* Price Rewrites */
.page-print .gift-message-link {
  display: none; }

.page-print .price-excl-tax,
.page-print .price-incl-tax {
  display: block;
  white-space: nowrap; }

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
  display: inline; }

/* My Reviews */
.product-review .product-img-box {
  float: left;
  width: 140px; }

.product-review .product-img-box .product-image {
  display: block;
  width: 125px;
  height: 125px; }

.product-review .product-img-box .label {
  font-size: 11px;
  margin: 0 0 3px; }

.product-review .product-img-box .ratings .rating-box {
  float: none;
  display: block;
  margin: 0 0 3px; }

.product-review .product-details {
  margin-left: 150px; }

.product-review .product-name {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px; }

.product-review .ratings-table {
  margin: 0 0 10px; }

.product-review dt {
  font-weight: bold; }

.product-review dd {
  font-size: 13px;
  margin: 5px 0 0; }

/* ======================================================================================= */
/* Footer ================================================================================ */
.footer {
  border: 1px solid #ddd;
  padding: 10px; }

.footer p {
  text-align: right; }

.footer address {
  text-align: right; }

.footer ul li {
  display: inline; }

.footer-container .bottom-container {
  text-align: center; }

.footer_texte .suite {
  display: none; }

/* ======================================================================================= */
/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden; }

/* ======================================================================================= */
/* Global page structure =================================================================== */
.main {
  margin: 0; }

.col-main {
  padding: 0; }

/* ======================================================================================= */
/* Home page structure =================================================================== */
.bloc_communaute,
.bloc_instagram {
  text-align: center; }

.post_instagram img {
  width: 222px;
  height: 222px; }

.search-autocomplete ul {
  background: #f5f5f5;
  margin-top: 5px; }

.search-autocomplete li {
  padding: 10px 30px;
  font-size: 20px;
  cursor: pointer;
  border-bottom: 1px solid #eee; }

.search-autocomplete li.selected {
  background: #eee; }

.search-autocomplete li .amount {
  float: right;
  font-weight: bold; }

/* ======================================================================================= */
/* Login page =================================================================== */
.login_block_title {
  font-size: 20px;
  text-align: center;
  padding-bottom: 15px;
  position: relative;
  font-weight: 700;
  margin: 16px auto;
  line-height: 24px; }

.login_block_title.liseret::after {
  content: '';
  width: 75px;
  height: 3px;
  background-color: #333f48;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px; }

.col1-spacer {
  width: 320px;
  margin: 0 auto; }

.registered-users .col1-spacer {
  border-bottom: 1px solid #ebebeb; }

.cta.facebook {
  background: #4867aa url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/account/facebook.png") no-repeat 12px center; }

.cta.google {
  background: #dc4a38 url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/account/google.png") no-repeat 12px center; }

/*** $BANNER PAGE ***/
.banner-bottom {
  width: 100%;
  display: inline-block;
  margin: 25px auto 0 auto; }

.checkout-onepage-success .banner-bottom {
  width: 954px;
  height: 254px;
  background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/img_confirmation_bas_page.png") center 0 no-repeat; }

.checkout-cart-index .banner-bottom {
  height: 264px;
  background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/panier/img_echantillon.jpg") center 0 no-repeat;
  background-size: 100%; }

.banner-bottom .encart-bottom {
  width: 250px;
  background: #FFF;
  height: 154px;
  margin: 20px;
  padding: 60px 30px 0 30px;
  font-size: 15px;
  text-align: center;
  line-height: 17px;
  display: inline-block;
  background: -moz-linear-gradient(96deg, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 100%, transparent 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0.5));
  background: -o-linear-gradient(96deg, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 100%, transparent 100%);
  background: -ms-linear-gradient(96deg, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 100%, transparent 100%);
  background: linear-gradient(96deg, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 100%, transparent 100%); }

.checkout-cart-index .encart-bottom {
  height: 204px;
  width: 330px;
  font-size: 13px;
  color: #333f48;
  padding: 22px 0 0 0; }

.checkout-cart-index .encart-bottom .encart-text {
  font-size: 15px;
  line-height: 17px; }

.banner-bottom .encart-bottom .encart-link {
  text-decoration: underline;
  margin-top: 25px;
  display: block; }

/*** $REVOCATION & CONTACTS ***/
.revocation-index-form .gamme_tetiere {
  background-image: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/account/banner_retractation_nothing.jpg"); }

.contacts-index-index .gamme_tetiere {
  background-image: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/account/banner_contact_nothing.jpg"); }

.revocation-index-form .box {
  width: 350px; }

.revocation-index-form .cta,
.contacts-index-index .cta {
  width: 210px;
  margin-left: auto;
  margin-right: auto; }

.revocation-index-form .buttons-set p.required {
  width: 266px; }

.revocation-description,
.contacts-description {
  text-align: center;
  line-height: 20px;
  margin-bottom: 20px;
  margin-left: -55px;
  width: 400px; }

.revocation-box-left,
.contact-box-left {
  width: 200px;
  height: 200px;
  padding: 30px 17px;
  background: #f5f5f5;
  font-size: 13px;
  margin-bottom: 20px;
  text-align: center; }

.revocation-box-title,
.contact-box-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto 25px auto;
  color: #333f48;
  width: 145px; }

.revocation-box-title::after,
.contact-box-title::after {
  content: '';
  width: 75px;
  height: 3px;
  background-color: #333f48;
  margin: 20px auto 15px auto;
  display: block; }

.customer-service .revocation-box-title,
.customer-service .contact-box-title {
  margin-top: 15px; }

.revocation-box-content,
.contact-box-content {
  line-height: 16px;
  font-size: 15px; }

.revocation-link,
.contact-link {
  margin-top: 25px;
  font-size: 13px;
  color: #333F48;
  display: block;
  text-decoration: underline; }

.revocation-index-form .buttons-set,
.contacts-index-index .buttons-set {
  width: 286px; }

/* ======================================================================================= */
/* contenu page one column */
.cms-page-view .main-container {
  width: 100%; }

.cms-page-view .main-container .col-main {
  /*padding-top: 60px;*/ }

.cms-page-view .main-container .col-main p {
  font-size: 15px;
  line-height: 22px; }

.cms-page-view .content_page, .cms-page-view .page-title {
  margin: auto;
  max-width: 990px;
  padding: 0 20px; }

.cms-page-view .page-title h1 {
  color: #35414a;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin: 0; }

.cms-page-view .page-title h1:after {
  background: #333f48 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 4px;
  margin: 30px auto;
  width: 74px; }

.cms-page-view .page-title {
  border-bottom: 0; }

.intro-text {
  font-size: 15px;
  line-height: normal;
  padding: 0 150px 60px;
  text-align: center; }

.cms-page-view .fiche-produit .fiche-produit_informations {
  min-height: 468px; }

.cms-page-view .fiche-produit .fiche-produit_informations .fiche-produit_informations_middle img {
  max-width: 100%;
  height: auto; }

.cms-page-view .fiche-produit .fiche-produit_informations h1 span {
  display: block; }

.cms-page-view .fiche-produit .fiche-produit_informations h1:after {
  background: #333f48 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 4px;
  margin: 30px 0;
  width: 74px; }

.cms-page-view .fiche-produit .fiche-produit_informations .fiche-produit_informations_bottom {
  font-size: 15px;
  line-height: normal;
  text-align: justify; }

.cms-page-view .fiche-produit .fiche-produit_informations .fiche-produit_informations_bottom p {
  margin-bottom: 25px; }

.cms-page-view .fiche-produit .fiche-button .cta {
  background-color: #333f48;
  box-sizing: border-box;
  padding: 0 15px;
  text-align: left;
  width: 309px; }

.cms-page-view .cta .picto_puce-cta {
  right: 15px;
  top: 14px; }

.full_page_etep {
  background: #f9f9f9;
  padding: 20px 0 60px; }

.bloc_etape {
  position: relative;
  text-align: center; }

.bloc_etape li {
  color: #333f48;
  display: inline-block;
  font-size: 20px;
  line-height: normal;
  padding: 0 20px;
  position: relative;
  width: 250px; }

.bloc_etape li:after {
  background: transparent url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/puce-step.png") no-repeat scroll 0 0;
  content: "";
  display: block;
  height: 27px;
  position: absolute;
  right: -7px;
  top: 44px;
  width: 14px; }

.bloc_etape li:last-child:after {
  display: none; }

.bloc_etape li span {
  border: 3px solid #a3d55f;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  color: #35414a;
  display: block;
  font-size: 35px;
  height: 104px;
  line-height: 104px;
  margin: 0 auto 30px;
  text-align: center;
  width: 104px; }

.cms-page-view .bloc_contact_rs .bloc {
  width: 33%; }

.prev-crosssell-test,
.next-crosssell-test {
  display: block;
  width: 14px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 14px 24px;
  background-color: transparent;
  background-image: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/prev-next.svg");
  color: transparent;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  z-index: 99;
  cursor: pointer; }

.next-crosssell-test {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari */
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 15px; }

.cms-page-view .price-box {
  position: relative; }

.cms-page-view .price-box .qt {
  left: 110px;
  position: absolute;
  top: 25px; }

/* site map */
#sitemap_plan .banniere {
  margin-bottom: 80px; }

#sitemap_plan .bloc_rubrique {
  background-image: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/bandeau-sitemap.png); }

#sitemap_plan .bloc_rubrique .bloc_txt_zone h1 {
  padding-top: 90px; }

.cms-page-view.cms-sitemap .main-container .col-main {
  padding-top: 0; }

#sitemap_plan .item {
  float: left;
  margin-bottom: 40px;
  width: 33%; }

#sitemap_plan .item h3:after {
  background-color: #a3d55f;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 48px; }

#sitemap_plan .item h3.no-style:after {
  background-color: #fff; }

#sitemap_plan .item h3 {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase; }

#sitemap_plan .item li a {
  color: #8f9498;
  display: block;
  font-size: 15px;
  line-height: normal;
  padding: 4px 0; }

#sitemap_plan .item ul > li > a {
  font-weight: bold; }

#sitemap_plan .item ul > li > a:hover {
  text-decoration: underline; }

#sitemap_plan .item ul > li > ul > li {
  padding-left: 25px; }

#sitemap_plan .item ul > li > ul > li > a {
  font-weight: normal; }

.contentlinkfoot {
  clear: both; }

/* ======================================================================================= */
/* Product page ========================================================================== */
.carousel_produit .price-label {
  display: none; }

.carousel_produit .old-price,
.carousel_produit .special-price {
  display: inline-block;
  margin: 0 10px; }

.produit_mod_quantite label {
  display: none; }

.fiche-produit .fiche-produit_informations .price {
  display: block;
  color: #a3d55f;
  font-size: 25px;
  font-weight: 900;
  padding: 15px 0 30px; }

.fiche-produit .fiche-produit_informations .old-price .price {
  font-weight: normal;
  color: #000;
  font-size: 17px; }

.fiche-produit .fiche-produit-fixe .fiche-produit_informations_bottom .price-box {
  display: inline-block; }

.fiche-produit .fiche-produit-fixe .fiche-produit_informations_bottom .price {
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  font-size: 16px; }

.fiche-produit .fiche-produit_informations .validation-advice {
  position: absolute;
  width: 200px;
  min-height: 13px;
  margin: -47px 0 0;
  padding-left: 17px;
  background: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/validation_advice_down_bg.gif) 2px 1px no-repeat; }

.fiche-produit .prev-mask-bundle,
.fiche-produit .next-mask-bundle {
  display: block;
  width: 20px;
  background: #FFF;
  position: absolute;
  height: 352px;
  z-index: 98; }

.fiche-produit .next-mask-bundle {
  right: 0; }

.fiche-produit .prev-bundle,
.fiche-produit .next-bundle {
  display: block;
  width: 14px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 14px 24px;
  background-color: transparent;
  background-image: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/prev-next.svg");
  color: transparent;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  z-index: 99;
  cursor: pointer; }

.fiche-produit .next-bundle {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari */
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 0px; }

.fiche-produit .owl-carousel .owl-item .envelop_product::after {
  content: '+';
  font-weight: bold;
  font-size: 25px;
  position: absolute;
  top: 116px;
  margin-left: 160px; }

.fiche-produit .owl-carousel .owl-item .envelop_product.last::after {
  content: ''; }

#carousel_bundle {
  margin-bottom: 50px; }

.generic_popup {
  position: absolute;
  background-color: #FFF;
  z-index: 200;
  top: 50px;
  left: 50%;
  width: 950px;
  margin-left: -475px;
  padding-bottom: 40px;
  display: none; }

.generic_popup .header_picto-close {
  position: absolute;
  top: 15px;
  right: 15px; }

.avis p {
  height: 30px; }

.avis_popup {
  width: 600px;
  margin-left: -300px; }

.generic_popup .avis {
  margin: 30px 40px 0;
  width: 520px;
  max-width: none; }

.generic_popup .avis .bloc_avis {
  padding: 35px 0;
  margin-bottom: 20px; }

.generic_popup .avis p {
  height: auto; }

.generic_popup .avis .avis_desc {
  margin-bottom: 20px; }

.generic_popup .avis .lien {
  display: none; }

.generic_popup .avis .avis_short_desc {
  display: none; }

.generic_popup .avis .rating-box.float_right {
  display: none; }

.liste_avis .avis .bloc_avis {
  display: none; }

.liste_avis .avis .avis_desc {
  display: none; }

.liste_avis .avis .note_globale {
  display: none; }

.review-form {
  width: 466px;
  margin: 0 auto; }

.review-form .form-add label {
  font-size: 20px;
  width: 290px;
  float: left;
  margin-bottom: 20px; }

.review-form .rateYo {
  display: inline-block; }

.review-form .rateInputs {
  display: none; }

.review-form .form-list {
  width: 325px;
  margin: 30px auto 0; }

.review-form .form-list li {
  margin-bottom: 20px; }

.review-form .cta,
.review-form .form-list .input-box {
  width: 100%; }

.review-form .form-list input {
  width: 295px; }

.review-form .form-list textarea {
  width: 320px !important; }

.review-form .cta.mobile {
  display: none; }

/*** $CATALOGSEARCH ***/
.categorie_filtre_active {
  line-height: 57px;
  text-transform: uppercase;
  padding-left: 40px;
  background-color: #f5f5f5;
  margin-bottom: 6px;
  font-weight: 400;
  position: relative; }

.categorie_filtre_active span,
.categorie_filtre_active a.btn-remove {
  display: inline-block;
  vertical-align: middle; }

/* tst git git */
/* ======================================================================================= */
/* (Miangaly) Style applied to content page */
.hack_col {
  width: 990px;
  margin: 0 auto; }

.cms-page-view.cms-contenu .main-container .col-main, .cms-page-view.cms-faq .main-container .col-main {
  padding-top: 0 !important; }

.cms-page-view.cms-contenu .main-container, .cms-page-view.cms-faq .main-container {
  width: 100%; }

.bloc_rubrique {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 20px 0;
  height: 400px;
  width: 100%; }

.bloc_up_content {
  background-image: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/contenu/photoFullWidth.png"); }

.bloc_up_faq {
  background-image: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/faq/bandeau-faq.png"); }

.bloc_down_faq {
  background-image: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/faq/img-faq.png");
  height: 330px; }

.bloc_rubrique .bloc_txt_zone {
  background-color: rgba(255, 255, 255, 0.8);
  width: 358px;
  height: 358px;
  text-align: center;
  margin: 25px 0; }

.bloc_rubrique .bloc_txt_zone h1 {
  padding: 50px 50px 0;
  line-height: 1.4;
  font-size: 35px;
  margin-top: 0; }

.bloc_rubrique .bloc_txt_zone.lg_zone a {
  text-decoration: underline; }

.bloc_rubrique .bloc_txt_zone.lg_zone p {
  font-size: 15px;
  line-height: 22px;
  padding: 5px 44px 45px;
  text-align: justify; }

.bloc_rubrique .bloc_txt_zone.lg_zone {
  width: 390px;
  margin: 12px 35px;
  height: 310px;
  background-color: rgba(255, 255, 255, 0.3) !important; }

.bloc_rubrique .bloc_txt_zone.lg_zone h2 {
  padding: 35px 50px 0;
  line-height: 4;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 0; }

.bloc_rubrique .bloc_txt_zone h1.block_title::after {
  bottom: -30px; }

.bloc_rubrique .bloc_txt_zone p {
  font-size: 20px;
  line-height: 22px;
  padding: 35px 44px 55px; }

.headline .cta {
  width: 187px; }

.headline p {
  width: 70%;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  margin: 0 auto; }

.top {
  margin-top: 50px; }

.bottom_push {
  margin-bottom: 44px; }

.title_left {
  text-align: left !important; }

.title_right {
  text-align: right !important; }

.bloc_blog {
  display: inline-block;
  margin: 22px 0; }

.bloc_blog .picture_md, .bloc_blog .description {
  width: 48%;
  margin-right: 2%;
  float: left;
  height: 466px;
  overflow: hidden; }

.bloc_blog .picture_md img {
  width: 100%;
  height: auto !important; }

.bloc_blog .description {
  float: left; }

.bloc_blog .description h2 {
  margin: 75px 0 30px 0; }

.bloc_blog .description h2.title_left {
  padding-left: 60px; }

.bloc_blog .description h2.title_right {
  padding-right: 60px; }

.bloc_blog .description h2.block_title.title_left::after {
  bottom: 0;
  left: 65px;
  margin-left: 0; }

.bloc_blog .description h2.block_title.title_right::after {
  bottom: 0;
  right: 65px;
  margin-left: 0;
  left: inherit; }

.bloc_blog .description p {
  padding: 0 60px;
  font-size: 15px;
  line-height: 1.2;
  text-align: justify; }

hr {
  border-top-color: rgba(51, 63, 72, 0.1);
  margin: 66px 0 !important; }

.bloc_multibox {
  margin-top: 66px;
  clear: both; }

.bloc_multibox .col_box {
  display: inline-block;
  width: 221px;
  clear: both;
  vertical-align: text-top; }

.bloc_multibox .col_box:nth-child(2) {
  margin: 0 0 0 32px; }

.bloc_multibox .col_box:nth-child(3) {
  margin: 0 31px 0 31px; }

.bloc_multibox .col_box .picture_xs {
  width: 222px;
  height: 222px;
  margin-bottom: 25px;
  overflow: hidden; }

.bloc_multibox .col_box h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
  padding: 0 10px; }

.bloc_multibox .col_box p {
  font-size: 15px;
  line-height: 1.2;
  text-align: justify;
  margin-bottom: 20px;
  padding: 0 20px; }

.bloc_multibox .col_box a.link {
  text-decoration: underline;
  font-size: 13px;
  text-align: center;
  display: block;
  margin: 0 auto;
  cursor: default; }

.bloc_multibox .col_box a.link:hover {
  text-decoration: none; }

.bloc_lg {
  margin-top: 75px;
  margin-bottom: 65px;
  border-bottom: 1px solid #333f48; }

.bloc_lg p {
  font-style: italic;
  font-size: 15px;
  margin-top: 30px;
  margin-bottom: 33px; }

.bloc_lg .picture_lg {
  height: 540px;
  overflow: hidden; }

.bloc_liste {
  padding: 0 40px; }

.bloc_liste p {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 15px; }

.bloc_liste ul,
.bloc_liste ol {
  font-weight: normal;
  font-size: 15px; }

.bloc_liste ol {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item;
  font-size: 20px; }

.bloc_liste ol > li {
  margin: 0 0 20px 0;
  padding: 0 0 0 2em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
  line-height: 1.2; }

.bloc_liste ol > li:before {
  display: inline-block;
  padding: 10px 14px 10px 22px;
  font-weight: bold;
  text-align: right;
  content: counter(item);
  background-color: #a3d55f;
  font-size: 13px;
  color: white;
  border-radius: 100%;
  margin-right: 15px; }

.bloc_liste ul {
  list-style-image: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/contenu/puce.png");
  line-height: 1.9;
  margin-left: 20px; }

blockquote {
  display: block;
  clear: both; }

blockquote p {
  font-style: italic;
  padding: 0 40px 35px 40px;
  margin-bottom: 45px;
  border-bottom: 1px solid #333f48 !important; }

blockquote p::before {
  content: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/contenu/quotes_start.png");
  display: inline-block;
  width: 25px;
  height: 100px;
  float: left;
  margin-top: -10px; }

blockquote p::after {
  content: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/contenu/quotes_end.png");
  display: inline-block;
  width: 30px;
  margin-left: 12px;
  vertical-align: sub; }

blockquote.quote_xs p {
  font-size: 15px;
  line-height: 1.666; }

blockquote.quote_lg p {
  font-weight: normal;
  font-size: 20px;
  line-height: 1.25; }

/* specific style applied to faq page*/
#accordeon {
  width: 100%;
  margin: 30px 0;
  border-bottom: 1px solid #333f48; }

/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
  border-top: 1px solid #333f48;
  color: #333f48;
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
  padding: 20px 10px;
  background: none; }

button.accordion::after, button.accordion.active::after {
  display: inline-block;
  width: 20px;
  font-size: 20px;
  float: right;
  font-family: 'FontAwesome';
  font-weight: lighter; }

button.accordion.active::after {
  content: ""; }

button.accordion::after {
  content: ""; }

/* Style the accordion panel. Note: hidden by default */
div.panel {
  padding: 0 20px 30px 10px;
  background-color: white;
  display: none; }

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.panel.show {
  display: block;
  font-size: 15px;
  line-height: 1.666;
  font-weight: normal;
  text-align: justify; }

.form_select {
  display: block;
  margin: 45px 0 40px;
  height: 35px; }

.cms-questions-reponses .form_select {
  display: none; }

p.faq_filter {
  font-size: 15px;
  float: left;
  margin-right: 30px;
  padding: 10px 0; }

select.faq_select {
  width: 270px;
  padding: 8px 5px;
  float: left;
  font-family: 'Lato';
  font-size: 15px;
  color: #333f48;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/faq/down.png") no-repeat right #fff; }

/*** Vos garanties ***/
.tab-livraison {
  font-size: 9px;
  border-collapse: separate;
  margin: 10px auto; }

.tab-livraison td {
  vertical-align: top; }

.tab-livraison .red {
  color: #F00; }

.tab-livraison .mr, .tab-livraison .colissimo {
  background: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/bg-mr.gif) left top no-repeat;
  width: 143px;
  height: 44px;
  padding: 64px 0 0;
  text-align: center;
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 11px; }

.tab-livraison .mr {
  background: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/bg-mr.gif) left top no-repeat; }

.tab-livraison .colissimo {
  background: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/bg-colissimo.gif) left top no-repeat; }

.tab-livraison .si-vous, .tab-livraison .week-end {
  background: #999999;
  color: #FFF;
  width: 122px;
  display: inline-block;
  text-align: center; }

.tab-livraison .si-vous {
  height: 16px;
  padding: 5px 0 0; }

.tab-livraison .week-end {
  height: 13px; }

.tab-livraison .jour, .tab-livraison .heure {
  background: #999999;
  color: #FFF;
  width: 52px;
  display: inline-block;
  padding: 0 0 0 8px; }

.tab-livraison .jour {
  height: 18px;
  padding: 10px 0 0 8px; }

.tab-livraison .heure {
  height: 13px; }

.tab-livraison .date {
  border: solid 1px #cccccc;
  width: 141px;
  height: 11px;
  text-align: center;
  color: #333333;
  display: inline-block;
  margin: 0 0 0 11px; }

.tab-livraison .bgrouge {
  width: 302px;
  height: 16px;
  padding: 5px 0 0;
  display: inline-block;
  text-align: center;
  color: #FFF;
  background: #ff0000;
  margin: 0 0 0 10px; }

.amlabel-table td {
  background-size: 25px 25px; }

.fiche-produit .fiche-produit_informations .cs-select.contenance {
  text-transform: lowercase; }

.disabled-select .cs-select.cs-active .cs-options {
  visibility: hidden; }

.disabled-select .cs-select .cs-placeholder,
.disabled-select .cs-select.cs-active .cs-placeholder {
  color: #bbb; }

.switch-store {
  float: right;
  margin-right: 35px; }

.switch-store li {
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  color: #333f48; }

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

.cms-actualites .block_title {
  font-size: 35px;
  margin-bottom: 60px; }

.cms-actualites .wall-facebook,
.cms-actualites .wall-instagram,
.cms-actualites .wall-youtube,
.cms-actualites .wall-produit,
.cms-actualites .wall-article,
.cms-actualites .wall-citation {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  margin-left: 21px;
  margin-bottom: 21px; }

.cms-actualites .wall-facebook,
.cms-actualites .wall-instagram {
  width: 303px;
  height: 303px; }

.cms-actualites .wall-facebook .cta,
.cms-actualites .wall-instagram .cta {
  z-index: 2;
  position: relative;
  margin-top: 240px;
  width: 188px; }

.cms-actualites .wall-facebook .cta .fa-2x,
.cms-actualites .wall-instagram .cta .fa-2x {
  font-size: 1.4em;
  position: relative;
  top: 2px;
  left: -25px;
  margin-right: -15px; }

.cms-actualites .wall-facebook img,
.cms-actualites .wall-instagram img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 125ms linear; }

.cms-actualites .wall-facebook:hover img,
.cms-actualites .wall-instagram:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.cms-actualites .wall-instagram .cta .fa-2x {
  font-size: 1.6em;
  top: 3px; }

.cms-actualites .wall-youtube {
  width: 627px;
  height: 303px;
  background-color: #000000;
  text-align: center; }

.cms-actualites .wall-youtube iframe {
  width: 539px !important;
  height: 303px !important;
  margin: 0 auto; }

.cms-actualites .wall-citation {
  width: 237px;
  height: 303px;
  background-color: #f5f5f5;
  background-size: 627px 303px;
  padding-left: 390px;
  display: table;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: right center;
  position: relative; }

.cms-actualites .wall-citation .display-cell {
  width: 237px;
  height: 303px;
  vertical-align: middle;
  display: table-cell; }

.cms-actualites .wall-citation p {
  font-size: 13px; }

.cms-actualites .wall-citation blockquote {
  padding: 0 !important;
  margin: 0 !important;
  font-weight: normal !important; }

.cms-actualites .wall-citation blockquote p {
  font-style: italic;
  font-size: 20px;
  line-height: 25px; }

.cms-actualites .wall-produit,
.cms-actualites .wall-article {
  width: 303px;
  height: 627px;
  box-sizing: border-box;
  padding: 0 35px;
  text-align: center;
  background-color: #FFFFFF; }

.cms-actualites .wall-produit .block_title,
.cms-actualites .wall-article .block_title {
  display: inline-block;
  font-size: 20px;
  vertical-align: bottom;
  line-height: 23px;
  height: 46px;
  width: 100%;
  margin: 0 auto 25px;
  padding-bottom: 20px; }

.cms-actualites .wall-produit p,
.cms-actualites .wall-article p {
  font-size: 13px;
  line-height: 16px;
  height: 80px;
  margin-bottom: 25px;
  text-align: justify;
  color: #333f48; }

.cms-actualites .wall-produit .wall-visu,
.cms-actualites .wall-article .wall-visu {
  display: table-cell;
  width: 303px;
  height: 360px;
  vertical-align: middle; }

.cms-actualites .wall-article {
  background-color: #f5f5f5; }

@media screen and (max-width: 1025px) {
  .cms-actualites .wall-actu {
    width: 667px;
    margin: 0 auto; } }

@media screen and (max-width: 681px) {
  .cms-actualites .block_title {
    padding-left: 0;
    padding-right: 0; }
  .cms-actualites .wall-actu {
    width: 303px;
    margin: 0 auto; }
  .cms-actualites .wall-youtube {
    width: 303px;
    height: 170px; }
  .cms-actualites .wall-youtube iframe {
    width: 303px !important;
    height: 170px !important; }
  .cms-actualites .wall-citation {
    width: 238px;
    padding-left: 65px; }
  .cms-actualites .wall-facebook,
  .cms-actualites .wall-instagram,
  .cms-actualites .wall-youtube,
  .cms-actualites .wall-produit,
  .cms-actualites .wall-article,
  .cms-actualites .wall-citation {
    margin-left: 0; } }

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

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

.ingredient-list-container {
  padding: 0 1.032%; }

.ingredient-list-container * {
  box-sizing: border-box; }

.ingredient-list-container img {
  max-width: 100%; }

.ingredient-list-container .ingredient-list-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-row: wrap; }

.ingredient-list-container .ingredient-list-item > * {
  padding: 0 1.032%; }

.ingredient-list-container .ingredient-list-item .ingredient-list-header {
  max-width: calc(50% - 1.695%); }

.ingredient-list-container .ingredient-list-item .ingredient-list-header .picture-wrapper {
  padding-bottom: 100%;
  position: relative;
  height: 0;
  overflow: hidden; }

.ingredient-list-container .ingredient-list-item .ingredient-list-header:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3); }

.ingredient-list-container .ingredient-list-item .ingredient-list-header h1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 25px;
  color: #FFF;
  text-align: center;
  z-index: 3;
  left: 0;
  right: 0;
  text-transform: uppercase; }

.ingredient-list-container .ingredient-list-item .ingredient-list-header img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  z-index: 2;
  transition: all 125ms linear; }

.ingredient-list-container .ingredient-list-item .ingredient-list-content {
  padding: 1.032%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.ingredient-list-container .ingredient-list-item .ingredient-list-content > * {
  max-width: 230px;
  font-size: 20px;
  padding-left: 20px;
  line-height: 1.2; }

.ingredient-list-container .ingredient-list-item .ingredient-list-content > * .access-link {
  display: block;
  font-size: 14px;
  text-decoration: underline;
  margin-top: 15px; }

.ingredient-list-container .ingredient-list-item .ingredient-list-content > * .access-link:hover {
  text-decoration: none; }

.ingredient-list-container .ingredient-list-item .ingredient-list-content > * .access-link:before {
  content: "> "; }

.ingredient-list-container .ingredient-list-item .ingredient-main-content {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100%/1.5); }

.ingredient-list-container .ingredient-list-item .ingredient-content-wrapper {
  padding-top: 1.695%;
  padding-bottom: 1.695%; }

.ingredient-list-container .ingredient-list-item .horizontal-illustr .picture-wrapper {
  padding-top: 1.895%;
  padding-bottom: 1.895%; }

.ingredient-list-container .ingredient-list-item .horizontal-illustr .video-wrapper {
  position: relative;
  padding-bottom: 48.167%;
  overflow: hidden;
  margin-top: 2%; }

.ingredient-list-container .ingredient-list-item .horizontal-illustr video {
  width: calc(100% + 10px);
  height: auto;
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  object-fit: cover; }

.ingredient-list-container .ingredient-list-item .ingredient-content-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 329px; }

.ingredient-list-container .ingredient-list-item .ingredient-content-wrapper > * {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.ingredient-list-container .ingredient-list-item .vertical-illustr {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: calc(100%/3); }

.ingredient-list-container .ingredient-list-item .vertical-illustr .picture-wrapper {
  padding-top: 3.8%;
  padding-bottom: 3.8%; }

.ingredient-list-container .ingredient-list-item:nth-child(even) .ingredient-main-content {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3; }

.ingredient-list-container .ingredient-list-item:nth-child(even) .ingredient-content-wrapper {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.ingredient-title {
  margin-bottom: 20px; }

.ingredient-title.ingredient-hero {
  min-height: 398px; }

@media screen and (min-width: 990px) {
  .ingredient-title.ingredient-hero {
    margin-left: calc((-100vw + 990px) / 2);
    margin-right: calc((-100vw + 990px) / 2); } }

@media screen and (min-width: 1436px) {
  .ingredient-title.ingredient-hero {
    margin-left: -223px;
    margin-right: -223px; } }

.ingredient-title > * {
  box-sizing: border-box; }

.ingredient-title > div {
  max-width: 950px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-row: wrap;
  height: 100%;
  padding: 20px 0;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%; }

.ingredient-title header {
  background: rgba(255, 255, 255, 0.8);
  max-width: 358px;
  width: 100%;
  height: 358px;
  border-bottom: none;
  margin: 0;
  padding-bottom: 20px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-row: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.ingredient-title header > div {
  width: 100%;
  height: 100%; }

.ingredient-title p {
  font-size: 1.2em;
  margin-bottom: 1em;
  line-height: 1.3; }

.ingredient-title h1 {
  margin-bottom: calc(1.5em + 3px);
  padding-bottom: 1.5em;
  position: relative;
  font-size: 1.7em;
  font-weight: bold;
  text-align: center; }

.ingredient-title h1:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background-color: #333f48; }

.ingredient-view {
  width: 100%; }

.ingredient-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* 1 */
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 2 */
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -0.5em;
  /* 5 (edit me!) */
  min-height: 345px; }

.ingredient-row.ingredient-row-2 .ingredient-main-section:before {
  position: absolute;
  left: 15%;
  top: -52px;
  -webkit-transform: rotate(131deg) scaleY(-1);
  transform: rotate(131deg) scaleY(-1); }

.ingredient-row.ingredient-row-3 .ingredient-main-section:before {
  position: relative;
  -webkit-transform: rotate(43deg);
  transform: rotate(43deg); }

.ingredient-row.ingredient-row-4 {
  background-color: #EEF9F2;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px; }

@media (min-width: 990px) {
  .ingredient-row.ingredient-row-4:after, .ingredient-row.ingredient-row-4:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    background-color: #EEF9F2;
    width: calc((100vw - 990px) / 2); }
  .ingredient-row.ingredient-row-4:before {
    right: 100%; }
  .ingredient-row.ingredient-row-4:after {
    left: 100%; } }

.ingredient-row.ingredient-row-4 .ingredient-main-section:before {
  width: 38px;
  height: 57px;
  background-image: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/ingredients/arrow-2.png);
  position: absolute;
  left: 20%;
  top: -42px; }

.ingredient-row:nth-child(even) .ingredient-main-section {
  position: relative;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  text-align: right; }

.ingredient-row:nth-child(even) .ingredient-main-section h2:before {
  left: auto;
  right: 0; }

.ingredient-row:nth-child(even) .ingredient-picture {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.ingredient-row.ingredient-row-products {
  display: block;
  margin: 40px 0;
  text-align: center; }

.ingredient-row.ingredient-row-products .ingredient-header {
  margin-left: auto;
  margin-right: auto; }

.ingredient-row.ingredient-row-products h2 {
  display: inline-block;
  position: relative; }

.ingredient-row.ingredient-row-products h2:after {
  content: "";
  display: block;
  background: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/ingredients/arrow.png);
  background-size: cover;
  width: 34px;
  height: 83px;
  margin: auto;
  position: absolute;
  right: calc(110% + 34px);
  top: -20px;
  -webkit-transform: rotate(131deg) scaleY(-1);
  transform: rotate(131deg) scaleY(-1); }

.ingredient-row.ingredient-row-products h2:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.ingredient-row.ingredient-row-products .highlighted-products {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* 1 */
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 2 */
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -0.5em;
  /* 5 (edit me!) */
  position: relative;
  width: 100%; }

.ingredient-row.ingredient-row-products .highlighted-products .product-name {
  min-height: 60px; }

.ingredient-row.ingredient-row-products .highlighted-products.owl-carousel {
  width: auto;
  padding: 0 25px; }

.ingredient-row.ingredient-row-products .highlighted-products .owl-wrapper-outer {
  z-index: 8;
  width: auto;
  margin: 0;
  padding: 0; }

.ingredient-row.ingredient-row-products .highlighted-products.owl-theme .owl-controls {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 7;
  margin: 0 -25px; }

.ingredient-row.ingredient-row-products .highlighted-products > * {
  -webkit-flex: 1 0 5em;
  -ms-flex: 1 0 5em;
  flex: 1 0 5em;
  /* 3 (edit me!) */
  margin: 0 0.5em;
  /* 4 (edit me!) */
  box-sizing: border-box;
  padding: 10px; }

.ingredient-row.ingredient-row-products .highlighted-products .additionnal-infos > * {
  margin-bottom: 5px; }

.ingredient-row.ingredient-row-products .highlighted-products .product-thumbnail {
  margin-bottom: 20px; }

.ingredient-row.ingredient-row-products .highlighted-products .regular-price .price {
  font-weight: normal; }

.ingredient-row.ingredient-row-products .highlighted-products .product-contenance {
  color: #a3d55f;
  margin-top: 10px; }

.ingredient-row.ingredient-row-products .highlighted-products h3 {
  font-size: 16px;
  margin-bottom: 5px; }

.ingredient-row .ingredient-main-section {
  padding: 20px; }

.ingredient-row .ingredient-main-section:before {
  content: "";
  display: block;
  background: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/ingredients/arrow.png);
  background-size: cover;
  width: 34px;
  height: 83px;
  margin: auto; }

.ingredient-row > * {
  -webkit-flex: 1 0 5em;
  -ms-flex: 1 0 5em;
  flex: 1 0 5em;
  /* 3 (edit me!) */
  margin: 0;
  /* 4 (edit me!) */
  width: 90%;
  box-sizing: border-box; }

.ingredient-row > * h2 {
  margin-bottom: calc(1.5em + 3px);
  padding-bottom: 1.5em;
  position: relative;
  font-size: 1.7em;
  font-weight: bold; }

.ingredient-row > * h2:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100px;
  height: 3px;
  background-color: #333f48; }

.ingredient-row > * p {
  font-size: 1.2em;
  margin-bottom: 1em;
  line-height: 1.3; }

.ingredient-row > * img {
  max-width: 100%; }

@media screen and (max-width: 850px) {
  .ingredient-row > * h2 {
    font-size: 1.4em; }
  .ingredient-row > * p {
    font-size: 1.1em; }
  .ingredient-row .ingredient-main-section {
    padding: 20px 10px; }
  .ingredient-row .ingredient-main-section:before {
    width: 22.66667px;
    height: 55.33333px; } }

@media screen and (max-width: 480px) {
  .ingredient-list-container .ingredient-list-item {
    display: block; }
  .ingredient-list-container .ingredient-list-item .horizontal-illustr {
    display: none; }
  .ingredient-list-container .ingredient-list-item .ingredient-content-wrapper {
    display: block; }
  .ingredient-list-container .ingredient-list-item .vertical-illustr {
    width: 100%; }
  .ingredient-list-container .ingredient-list-item .vertical-illustr img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%; }
  .ingredient-list-container .ingredient-list-item .ingredient-main-content {
    width: 100%;
    display: block; }
  .ingredient-list-container .ingredient-list-item .ingredient-list-content {
    padding-top: 40px;
    padding-bottom: 40px; }
  .ingredient-list-container .ingredient-list-item .ingredient-list-header {
    max-width: inherit; } }

@media screen and (max-width: 650px) {
  .ingredient-title.ingredient-hero {
    min-height: inherit; }
  .ingredient-title.ingredient-hero header {
    margin: auto;
    height: auto; }
  .adexos-ingredients-ingredient-index .ingredient-title {
    margin-top: 40px; }
  .ingredient-list-container .ingredient-list-item .ingredient-list-content > * {
    font-size: 18px; }
  .ingredient-row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .ingredient-row .ingredient-picture,
  .ingredient-row:nth-child(even) .ingredient-picture {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .ingredient-row > * {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .ingredient-row .ingredient-picture {
    margin-left: 0;
    margin-right: 0; }
  .ingredient-row .ingredient-main-section {
    padding: 40px 10px 20px 10px; }
  .ingredient-row.ingredient-row-1 .ingredient-main-section:before, .ingredient-row.ingredient-row-2 .ingredient-main-section:before, .ingredient-row.ingredient-row-3 .ingredient-main-section:before {
    position: static; }
  .ingredient-row.ingredient-row-4 {
    background: transparent; }
  .ingredient-row.ingredient-row .ingredient-main-section:before {
    display: none; }
  .ingredient-row:nth-child(even) .ingredient-main-section, .ingredient-row:nth-child(odd) .ingredient-main-section {
    text-align: center; }
  .ingredient-row:nth-child(even) .ingredient-main-section h2:before, .ingredient-row:nth-child(odd) .ingredient-main-section h2:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto; } }

.main-container .fiche-produit .ingredient {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.main-container .fiche-produit .ingredient .link-visuel {
  max-width: 222px;
  width: 50%;
  display: block; }

.main-container .fiche-produit .ingredient .link-visuel + .texte {
  padding-left: 30px; }

.main-container .fiche-produit .ingredient .link-visuel > .visuel {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  left: 0;
  max-width: inherit; }

.main-container .fiche-produit .ingredient .link-visuel:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3); }

.main-container .fiche-produit .ingredient .link-visuel .ingredient_title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  color: #FFF;
  text-align: center;
  z-index: 3;
  left: 0;
  right: 0;
  text-transform: uppercase; }

.main-container .fiche-produit .ingredient .link-visuel img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  z-index: 2;
  transition: all 125ms linear; }

@media screen and (max-width: 681px) {
  .main-container .fiche-produit .ingredient .link-visuel {
    max-width: inherit;
    width: 100%;
    max-width: 444px;
    margin: auto; }
  .main-container .fiche-produit .ingredient .link-visuel + .texte p {
    padding-left: 0;
    text-align: center; } }

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

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

.adexos-pages-index-landing .col-main {
  position: relative; }

.adexos-pages-index-view .lien {
  margin: 5px 0 25px 20px;
  display: block; }

@media screen and (max-width: 768px) {
  .adexos-pages-index-view .lien {
    margin: 25px 0 25px 2.5%; } }

.page-list-container {
  padding: 0 1.032%; }

.page-list-container * {
  box-sizing: border-box; }

.page-list-container img {
  max-width: 100%; }

.page-list-container .page-list-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-row: wrap; }

.page-list-container .page-list-item > * {
  padding: 0 1.032%; }

.page-list-container .page-list-item .page-list-header {
  max-width: calc(50% - 1.695%); }

.page-list-container .page-list-item .page-list-header .picture-wrapper {
  padding-bottom: 100%;
  position: relative;
  height: 0;
  overflow: hidden; }

.horizontal-illustr .picture-wrapper,
.vertical-illustr .picture-wrapper {
  overflow: hidden; }

.page-list-container .page-list-item .page-list-header:hover img,
.horizontal-illustr .picture-wrapper:hover img,
.vertical-illustr .picture-wrapper:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  transition: all 150ms linear; }

.page-list-container .page-list-item .page-list-header h1,
.horizontal-illustr .picture-wrapper span,
.vertical-illustr .picture-wrapper span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 25px;
  color: #333f48;
  text-align: center;
  padding: 25px 20px;
  width: 200px;
  max-width: 200px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 auto;
  z-index: 3; }

.page-list-container .page-list-item .page-list-header img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  z-index: 2;
  transition: all 125ms linear; }

.page-list-container .page-list-item .page-list-content {
  padding: 1.032%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.page-list-container .page-list-item .page-list-content > * {
  max-width: 230px;
  font-size: 20px;
  padding-left: 20px;
  line-height: 1.2; }

.page-list-container .page-list-item .page-list-content > * .access-link {
  display: block;
  font-size: 14px;
  text-decoration: underline;
  margin-top: 15px; }

.page-list-container .page-list-item .page-list-content > * .access-link:hover {
  text-decoration: none; }

.page-list-container .page-list-item .page-list-content > * .access-link:before {
  content: "> "; }

.page-list-container .page-list-item .page-main-content {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% / 1.5); }

.page-list-container .page-list-item .page-content-wrapper {
  padding-top: 1.695%;
  padding-bottom: 1.695%; }

.page-list-container .page-list-item .horizontal-illustr .picture-wrapper {
  position: relative; }

.page-list-container .page-list-item .horizontal-illustr .video-wrapper {
  position: relative;
  padding-bottom: 48.167%;
  overflow: hidden;
  margin-top: 2%; }

.page-list-container .page-list-item .horizontal-illustr video {
  width: calc(100% + 10px);
  height: auto;
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  object-fit: cover; }

.page-list-container .page-list-item .page-content-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 329px; }

.page-list-container .page-list-item .page-content-wrapper > * {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.page-list-container .page-list-item .vertical-illustr {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: calc(100% / 3); }

.page-list-container .page-list-item .vertical-illustr .picture-wrapper {
  position: relative; }

.page-list-container .page-list-item:nth-child(even) .page-main-content {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3; }

.page-list-container .page-list-item:nth-child(even) .page-content-wrapper {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.landing-page-title {
  margin-bottom: 20px; }

.landing-page-title.page-hero {
  min-height: 398px; }

@media screen and (min-width: 990px) {
  .landing-page-title.page-hero {
    margin-left: calc((-100vw + 990px) / 2);
    margin-right: calc((-100vw + 990px) / 2); } }

@media screen and (min-width: 1436px) {
  .landing-page-title.page-hero {
    margin-left: -223px;
    margin-right: -223px; } }

.landing-page-title > * {
  box-sizing: border-box; }

.landing-page-title > div {
  max-width: 950px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-row: wrap;
  height: 100%;
  padding: 20px 0;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%; }

.landing-page-title header {
  background: rgba(255, 255, 255, 0.8);
  max-width: 358px;
  width: 100%;
  height: 358px;
  border-bottom: none;
  margin: 0;
  padding-bottom: 20px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-row: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.landing-page-title header > div {
  width: 100%;
  height: 100%; }

.landing-page-title p {
  font-size: 1.2em;
  margin-bottom: 1em;
  line-height: 1.3; }

.landing-page-title h1 {
  margin-bottom: calc(1.5em + 3px);
  padding-bottom: 1.5em;
  position: relative;
  font-size: 1.7em;
  font-weight: bold;
  text-align: center; }

.landing-page-title h1:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background-color: #333f48; }

.adexos-pages-index-landing .category-nav {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 25px; }

.page-view {
  width: 100%; }

.page-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* 1 */
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 2 */
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -0.5em;
  /* 5 (edit me!) */
  min-height: 345px; }

.page-row.page-row-2 .page-main-section:before {
  position: absolute;
  left: 15%;
  top: -52px;
  -webkit-transform: rotate(131deg) scaleY(-1);
  transform: rotate(131deg) scaleY(-1); }

.page-row.page-row-3 .page-main-section:before {
  position: relative;
  -webkit-transform: rotate(43deg);
  transform: rotate(43deg); }

.page-main-section a {
  display: block;
  font-size: 1.2em;
  text-decoration: underline;
  float: right; }

.page-main-section a:hover {
  text-decoration: none; }

.page-row.page-row-4 {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px; }

@media (min-width: 990px) {
  .page-row.page-row-4:after, .page-row.page-row-4:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: calc((100vw - 990px) / 2); }
  .page-row.page-row-4:before {
    right: 100%; }
  .page-row.page-row-4:after {
    left: 100%; } }

.page-row.page-row-4 .page-main-section:before {
  width: 38px;
  height: 57px;
  background-image: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/pages/arrow-2.png);
  position: absolute;
  left: 20%;
  top: -42px; }

.page-row:nth-child(even) .page-main-section {
  position: relative;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  text-align: right; }

.page-row:nth-child(even) .page-main-section h2:before {
  left: auto;
  right: 0; }

.page-row:nth-child(even) .page-picture {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.page-row.page-row-products {
  display: block;
  margin: 40px 0;
  text-align: center; }

.page-row.page-row-products .page-header {
  margin-left: auto;
  margin-right: auto; }

.page-row.page-row-products h2 {
  display: inline-block;
  position: relative; }

.page-row.page-row-products h2:after {
  content: "";
  display: block;
  background: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/pages/arrow.png);
  background-size: cover;
  width: 34px;
  height: 83px;
  margin: auto;
  position: absolute;
  right: calc(110% + 34px);
  top: -20px;
  -webkit-transform: rotate(131deg) scaleY(-1);
  transform: rotate(131deg) scaleY(-1); }

.page-row.page-row-products h2:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.page-row.page-row-products .highlighted-products {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* 1 */
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 2 */
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -0.5em;
  /* 5 (edit me!) */
  position: relative;
  width: 100%; }

.page-row.page-row-products .highlighted-products .product-name {
  min-height: 60px; }

.page-row.page-row-products .highlighted-products.owl-carousel {
  width: auto;
  padding: 0 25px; }

.page-row.page-row-products .highlighted-products .owl-wrapper-outer {
  z-index: 8;
  width: auto;
  margin: 0;
  padding: 0; }

.page-row.page-row-products .highlighted-products.owl-theme .owl-controls {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 7;
  margin: 0 -25px; }

.page-row.page-row-products .highlighted-products > * {
  -webkit-flex: 1 0 5em;
  -ms-flex: 1 0 5em;
  flex: 1 0 5em;
  /* 3 (edit me!) */
  margin: 0 0.5em;
  /* 4 (edit me!) */
  box-sizing: border-box;
  padding: 10px; }

.page-row.page-row-products .highlighted-products .additionnal-infos > * {
  margin-bottom: 5px; }

.page-row.page-row-products .highlighted-products .product-thumbnail {
  margin-bottom: 20px; }

.page-row.page-row-products .highlighted-products .regular-price .price {
  font-weight: normal; }

.page-row.page-row-products .highlighted-products .product-contenance {
  color: #a3d55f;
  margin-top: 10px; }

.page-row.page-row-products .highlighted-products h3 {
  font-size: 16px;
  margin-bottom: 5px; }

.page-row .page-main-section {
  padding: 20px; }

.page-row .page-main-section:before {
  content: "";
  display: block;
  background: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/pages/arrow.png);
  background-size: cover;
  width: 34px;
  height: 83px;
  margin: auto; }

.page-row > * {
  -webkit-flex: 1 0 5em;
  -ms-flex: 1 0 5em;
  flex: 1 0 5em;
  /* 3 (edit me!) */
  margin: 0;
  /* 4 (edit me!) */
  width: 90%;
  box-sizing: border-box; }

.page-row > * h2 {
  margin-bottom: calc(1.5em + 3px);
  padding-bottom: 1.5em;
  position: relative;
  font-size: 1.7em;
  font-weight: bold; }

.page-row > * h2:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100px;
  height: 3px;
  background-color: #333f48; }

.page-row > * p {
  font-size: 1.2em;
  margin-bottom: 1em;
  line-height: 1.3; }

.page-row > * img {
  max-width: 100%; }

@media screen and (max-width: 850px) {
  .page-row > * h2 {
    font-size: 1.4em; }
  .page-row > * p {
    font-size: 1.1em; }
  .page-row .page-main-section {
    padding: 20px 10px; }
  .page-row .page-main-section:before {
    width: 22.66667px;
    height: 55.33333px; } }

@media screen and (max-width: 480px) {
  .page-list-container .page-list-item {
    display: block; }
  .page-list-container .page-list-item .horizontal-illustr {
    /*display: none;*/ }
  .page-list-container .page-list-item .page-content-wrapper {
    display: block; }
  .page-list-container .page-list-item .vertical-illustr {
    width: 100%; }
  .page-list-container .page-list-item .vertical-illustr img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%; }
  .page-list-container .page-list-item .page-main-content {
    width: 100%;
    display: block; }
  .page-list-container .page-list-item .page-list-content {
    padding-top: 40px;
    padding-bottom: 40px; }
  .page-list-container .page-list-item .page-list-header {
    max-width: inherit; } }

@media screen and (max-width: 650px) {
  .landing-page-title.page-hero {
    min-height: inherit; }
  .landing-page-title.page-hero header {
    margin: auto;
    height: auto; }
  .adexos-pages-page-index .landing-page-title {
    margin-top: 40px; }
  .page-list-container .page-list-item .page-list-content > * {
    font-size: 18px; }
  .page-row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .page-row .page-picture,
  .page-row:nth-child(even) .page-picture {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .page-row > * {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .page-row .page-picture {
    margin-left: 0;
    margin-right: 0; }
  .page-row .page-main-section {
    padding: 40px 10px 20px 10px; }
  .page-row.page-row-1 .page-main-section:before, .page-row.page-row-2 .page-main-section:before, .page-row.page-row-3 .page-main-section:before {
    position: static; }
  .page-row.page-row-4 {
    background: transparent; }
  .page-row.page-row .page-main-section:before {
    display: none; }
  .page-row:nth-child(even) .page-main-section, .page-row:nth-child(odd) .page-main-section {
    text-align: center; }
  .page-row:nth-child(even) .page-main-section h2:before, .page-row:nth-child(odd) .page-main-section h2:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto; } }

.main-container .fiche-produit .page {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.main-container .fiche-produit .page .link-visuel {
  max-width: 222px;
  width: 50%;
  display: block; }

.main-container .fiche-produit .page .link-visuel + .texte {
  padding-left: 30px; }

.main-container .fiche-produit .page .link-visuel > .visuel {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  left: 0;
  max-width: inherit; }

.main-container .fiche-produit .page .link-visuel:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3); }

.main-container .fiche-produit .page .link-visuel .page_title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  color: #FFF;
  text-align: center;
  z-index: 3;
  left: 0;
  right: 0;
  text-transform: uppercase; }

.main-container .fiche-produit .page .link-visuel img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  z-index: 2;
  transition: all 125ms linear; }

@media screen and (max-width: 681px) {
  .main-container .fiche-produit .page .link-visuel {
    max-width: inherit;
    width: 100%;
    max-width: 444px;
    margin: auto; }
  .main-container .fiche-produit .page .link-visuel + .texte p {
    padding-left: 0;
    text-align: center; } }

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

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

@charset "UTF-8";
.overlay-login-active .global_overlay {
  display: block !important; }

.overlay-login-active .login_overlay.layer_account {
  display: block;
  top: 50%;
  position: fixed;
  left: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  margin: 0;
  max-width: 900px; }

.overlay-login-active .login_overlay.layer_account .login-intro {
  font-size: 15px;
  line-height: normal;
  padding: 0 150px 20px;
  text-align: center; }

.overlay-login-active .login_overlay.layer_account .col2-set {
  margin-top: 40px; }

.overlay-login-active .login_overlay.layer_account .col1-spacer {
  border-bottom: none; }

.overlay-login-active .login_overlay.layer_account h2.layer_title {
  font-size: 25px;
  margin-bottom: 40px; }

.overlay-login-active .login_overlay.layer_account .loader {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.6); }

.overlay-login-active .login_overlay.layer_account .loader img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media screen and (max-width: 768px) {
  .overlay-login-active {
    overflow: hidden; }
  .overlay-login-active body {
    overflow: hidden; }
  .overlay-login-active .login_overlay.layer_account {
    width: 100vw;
    height: 100vh;
    overflow: auto;
    -webkit-transform: inherit;
    transform: inherit;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .overlay-login-active .login_overlay.layer_account .login-intro {
    padding: 0 0 5px; } }

.echantillon-success-index .intro-text strong {
  display: block;
  font-weight: normal;
  margin-bottom: 20px; }

.testeur-success-index,
.testeur-devenir-index,
.testeur-index-index,
.echantillon-success-index,
.echantillon-devenir-index,
.echantillon-index-index {
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* accessibility */ }

.testeur-success-index .main-container .col-main,
.testeur-devenir-index .main-container .col-main,
.testeur-index-index .main-container .col-main,
.echantillon-success-index .main-container .col-main,
.echantillon-devenir-index .main-container .col-main,
.echantillon-index-index .main-container .col-main {
  padding-top: 60px; }

.testeur-success-index .content_page, .testeur-success-index .cms-page-view .page-title,
.testeur-devenir-index .content_page,
.testeur-devenir-index .cms-page-view .page-title,
.testeur-index-index .content_page,
.testeur-index-index .cms-page-view .page-title,
.echantillon-success-index .content_page,
.echantillon-success-index .cms-page-view .page-title,
.echantillon-devenir-index .content_page,
.echantillon-devenir-index .cms-page-view .page-title,
.echantillon-index-index .content_page,
.echantillon-index-index .cms-page-view .page-title {
  margin: auto;
  max-width: 990px;
  padding: 0 20px; }

.testeur-success-index .page-title h1,
.testeur-devenir-index .page-title h1,
.testeur-index-index .page-title h1,
.echantillon-success-index .page-title h1,
.echantillon-devenir-index .page-title h1,
.echantillon-index-index .page-title h1 {
  color: #35414a;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  width: auto; }

.testeur-success-index .page-title h1:after,
.testeur-devenir-index .page-title h1:after,
.testeur-index-index .page-title h1:after,
.echantillon-success-index .page-title h1:after,
.echantillon-devenir-index .page-title h1:after,
.echantillon-index-index .page-title h1:after {
  background: #333f48 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 4px;
  margin: 30px auto;
  width: 74px; }

.testeur-success-index .fiche-produit .fiche-produit_informations,
.testeur-devenir-index .fiche-produit .fiche-produit_informations,
.testeur-index-index .fiche-produit .fiche-produit_informations,
.echantillon-success-index .fiche-produit .fiche-produit_informations,
.echantillon-devenir-index .fiche-produit .fiche-produit_informations,
.echantillon-index-index .fiche-produit .fiche-produit_informations {
  min-height: 468px; }

.testeur-success-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_middle img,
.testeur-devenir-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_middle img,
.testeur-index-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_middle img,
.echantillon-success-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_middle img,
.echantillon-devenir-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_middle img,
.echantillon-index-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_middle img {
  max-width: 100%;
  height: auto; }

.testeur-success-index .fiche-produit .fiche-produit_informations h1,
.testeur-devenir-index .fiche-produit .fiche-produit_informations h1,
.testeur-index-index .fiche-produit .fiche-produit_informations h1,
.echantillon-success-index .fiche-produit .fiche-produit_informations h1,
.echantillon-devenir-index .fiche-produit .fiche-produit_informations h1,
.echantillon-index-index .fiche-produit .fiche-produit_informations h1 {
  font-size: 25px;
  line-height: 28px;
  font-weight: 900;
  padding: 10px 0; }

.testeur-success-index .fiche-produit .fiche-produit_informations h1 span,
.testeur-devenir-index .fiche-produit .fiche-produit_informations h1 span,
.testeur-index-index .fiche-produit .fiche-produit_informations h1 span,
.echantillon-success-index .fiche-produit .fiche-produit_informations h1 span,
.echantillon-devenir-index .fiche-produit .fiche-produit_informations h1 span,
.echantillon-index-index .fiche-produit .fiche-produit_informations h1 span {
  display: block; }

.testeur-success-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_bottom,
.testeur-devenir-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_bottom,
.testeur-index-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_bottom,
.echantillon-success-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_bottom,
.echantillon-devenir-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_bottom,
.echantillon-index-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_bottom {
  font-size: 15px;
  line-height: normal;
  text-align: justify; }

.testeur-success-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_bottom p,
.testeur-devenir-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_bottom p,
.testeur-index-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_bottom p,
.echantillon-success-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_bottom p,
.echantillon-devenir-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_bottom p,
.echantillon-index-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_bottom p {
  margin-bottom: 25px; }

.testeur-success-index .fiche-produit .fiche-produit_informations h1:after,
.testeur-devenir-index .fiche-produit .fiche-produit_informations h1:after,
.testeur-index-index .fiche-produit .fiche-produit_informations h1:after,
.echantillon-success-index .fiche-produit .fiche-produit_informations h1:after,
.echantillon-devenir-index .fiche-produit .fiche-produit_informations h1:after,
.echantillon-index-index .fiche-produit .fiche-produit_informations h1:after {
  background: #333f48 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 4px;
  margin: 30px 0;
  width: 74px; }

.testeur-success-index .backlink a,
.testeur-devenir-index .backlink a,
.testeur-index-index .backlink a,
.echantillon-success-index .backlink a,
.echantillon-devenir-index .backlink a,
.echantillon-index-index .backlink a {
  color: #333F48;
  font-size: 13px; }

.testeur-success-index [type="checkbox"]:not(:checked),
.testeur-success-index [type="checkbox"]:checked,
.testeur-devenir-index [type="checkbox"]:not(:checked),
.testeur-devenir-index [type="checkbox"]:checked,
.testeur-index-index [type="checkbox"]:not(:checked),
.testeur-index-index [type="checkbox"]:checked,
.echantillon-success-index [type="checkbox"]:not(:checked),
.echantillon-success-index [type="checkbox"]:checked,
.echantillon-devenir-index [type="checkbox"]:not(:checked),
.echantillon-devenir-index [type="checkbox"]:checked,
.echantillon-index-index [type="checkbox"]:not(:checked),
.echantillon-index-index [type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

.testeur-success-index [type="checkbox"]:not(:checked) + label,
.testeur-success-index [type="checkbox"]:checked + label,
.testeur-devenir-index [type="checkbox"]:not(:checked) + label,
.testeur-devenir-index [type="checkbox"]:checked + label,
.testeur-index-index [type="checkbox"]:not(:checked) + label,
.testeur-index-index [type="checkbox"]:checked + label,
.echantillon-success-index [type="checkbox"]:not(:checked) + label,
.echantillon-success-index [type="checkbox"]:checked + label,
.echantillon-devenir-index [type="checkbox"]:not(:checked) + label,
.echantillon-devenir-index [type="checkbox"]:checked + label,
.echantillon-index-index [type="checkbox"]:not(:checked) + label,
.echantillon-index-index [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer; }

.testeur-success-index [type="checkbox"]:not(:checked) + label:before,
.testeur-success-index [type="checkbox"]:checked + label:before,
.testeur-devenir-index [type="checkbox"]:not(:checked) + label:before,
.testeur-devenir-index [type="checkbox"]:checked + label:before,
.testeur-index-index [type="checkbox"]:not(:checked) + label:before,
.testeur-index-index [type="checkbox"]:checked + label:before,
.echantillon-success-index [type="checkbox"]:not(:checked) + label:before,
.echantillon-success-index [type="checkbox"]:checked + label:before,
.echantillon-devenir-index [type="checkbox"]:not(:checked) + label:before,
.echantillon-devenir-index [type="checkbox"]:checked + label:before,
.echantillon-index-index [type="checkbox"]:not(:checked) + label:before,
.echantillon-index-index [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 1px solid #000;
  background: #fff;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3); }

.testeur-success-index [type="checkbox"]:not(:checked) + label:after,
.testeur-success-index [type="checkbox"]:checked + label:after,
.testeur-devenir-index [type="checkbox"]:not(:checked) + label:after,
.testeur-devenir-index [type="checkbox"]:checked + label:after,
.testeur-index-index [type="checkbox"]:not(:checked) + label:after,
.testeur-index-index [type="checkbox"]:checked + label:after,
.echantillon-success-index [type="checkbox"]:not(:checked) + label:after,
.echantillon-success-index [type="checkbox"]:checked + label:after,
.echantillon-devenir-index [type="checkbox"]:not(:checked) + label:after,
.echantillon-devenir-index [type="checkbox"]:checked + label:after,
.echantillon-index-index [type="checkbox"]:not(:checked) + label:after,
.echantillon-index-index [type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 3px;
  left: 4px;
  font-size: 18px;
  line-height: 0.8;
  color: #a3d55f;
  transition: all .2s; }

.testeur-success-index [type="checkbox"]:not(:checked) + label:after,
.testeur-devenir-index [type="checkbox"]:not(:checked) + label:after,
.testeur-index-index [type="checkbox"]:not(:checked) + label:after,
.echantillon-success-index [type="checkbox"]:not(:checked) + label:after,
.echantillon-devenir-index [type="checkbox"]:not(:checked) + label:after,
.echantillon-index-index [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.testeur-success-index [type="checkbox"]:checked + label:after,
.testeur-devenir-index [type="checkbox"]:checked + label:after,
.testeur-index-index [type="checkbox"]:checked + label:after,
.echantillon-success-index [type="checkbox"]:checked + label:after,
.echantillon-devenir-index [type="checkbox"]:checked + label:after,
.echantillon-index-index [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.testeur-success-index [type="checkbox"]:checked:focus + label:before,
.testeur-success-index [type="checkbox"]:not(:checked):focus + label:before,
.testeur-devenir-index [type="checkbox"]:checked:focus + label:before,
.testeur-devenir-index [type="checkbox"]:not(:checked):focus + label:before,
.testeur-index-index [type="checkbox"]:checked:focus + label:before,
.testeur-index-index [type="checkbox"]:not(:checked):focus + label:before,
.echantillon-success-index [type="checkbox"]:checked:focus + label:before,
.echantillon-success-index [type="checkbox"]:not(:checked):focus + label:before,
.echantillon-devenir-index [type="checkbox"]:checked:focus + label:before,
.echantillon-devenir-index [type="checkbox"]:not(:checked):focus + label:before,
.echantillon-index-index [type="checkbox"]:checked:focus + label:before,
.echantillon-index-index [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue; }

.testeur-success-index .intro-text,
.testeur-devenir-index .intro-text,
.testeur-index-index .intro-text,
.echantillon-success-index .intro-text,
.echantillon-devenir-index .intro-text,
.echantillon-index-index .intro-text {
  font-size: 15px;
  line-height: normal;
  padding: 0 150px 60px;
  text-align: center; }

.testeur-success-index .field,
.testeur-devenir-index .field,
.testeur-index-index .field,
.echantillon-success-index .field,
.echantillon-devenir-index .field,
.echantillon-index-index .field {
  font-size: 15px;
  line-height: normal;
  text-align: center; }

.testeur-success-index button.cta,
.testeur-devenir-index button.cta,
.testeur-index-index button.cta,
.echantillon-success-index button.cta,
.echantillon-devenir-index button.cta,
.echantillon-index-index button.cta {
  margin-top: 60px; }

.testeur-success-index .fiche-produit .fiche-button .cta,
.testeur-devenir-index .fiche-produit .fiche-button .cta,
.testeur-index-index .fiche-produit .fiche-button .cta,
.echantillon-success-index .fiche-produit .fiche-button .cta,
.echantillon-devenir-index .fiche-produit .fiche-button .cta,
.echantillon-index-index .fiche-produit .fiche-button .cta {
  background-color: #333f48;
  box-sizing: border-box;
  padding: 0 15px;
  text-align: left;
  width: 309px;
  margin: 18px 0 10px;
  display: inline-block; }

.testeur-success-index .fiche-produit .fiche-button .cta .picto_puce-cta,
.testeur-devenir-index .fiche-produit .fiche-button .cta .picto_puce-cta,
.testeur-index-index .fiche-produit .fiche-button .cta .picto_puce-cta,
.echantillon-success-index .fiche-produit .fiche-button .cta .picto_puce-cta,
.echantillon-devenir-index .fiche-produit .fiche-button .cta .picto_puce-cta,
.echantillon-index-index .fiche-produit .fiche-button .cta .picto_puce-cta {
  right: 15px;
  top: 14px; }

.testeur-success-index .fiche-produit .fiche-button .cta:hover .picto_puce-cta,
.testeur-devenir-index .fiche-produit .fiche-button .cta:hover .picto_puce-cta,
.testeur-index-index .fiche-produit .fiche-button .cta:hover .picto_puce-cta,
.echantillon-success-index .fiche-produit .fiche-button .cta:hover .picto_puce-cta,
.echantillon-devenir-index .fiche-produit .fiche-button .cta:hover .picto_puce-cta,
.echantillon-index-index .fiche-produit .fiche-button .cta:hover .picto_puce-cta {
  right: 20px; }

.testeur-success-index .fiche-produit .fiche-produit_informations .price,
.testeur-devenir-index .fiche-produit .fiche-produit_informations .price,
.testeur-index-index .fiche-produit .fiche-produit_informations .price,
.echantillon-success-index .fiche-produit .fiche-produit_informations .price,
.echantillon-devenir-index .fiche-produit .fiche-produit_informations .price,
.echantillon-index-index .fiche-produit .fiche-produit_informations .price {
  display: inline-block;
  margin-right: 20px; }

.testeur-success-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_bottom p.product-price-contenance,
.testeur-devenir-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_bottom p.product-price-contenance,
.testeur-index-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_bottom p.product-price-contenance,
.echantillon-success-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_bottom p.product-price-contenance,
.echantillon-devenir-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_bottom p.product-price-contenance,
.echantillon-index-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_bottom p.product-price-contenance {
  margin-bottom: 0; }

.testeur-success-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_bottom p.product-price-contenance + .fiche-button,
.testeur-devenir-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_bottom p.product-price-contenance + .fiche-button,
.testeur-index-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_bottom p.product-price-contenance + .fiche-button,
.echantillon-success-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_bottom p.product-price-contenance + .fiche-button,
.echantillon-devenir-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_bottom p.product-price-contenance + .fiche-button,
.echantillon-index-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_bottom p.product-price-contenance + .fiche-button {
  margin-bottom: 40px; }

.testeur-success-index .full_page_etep,
.testeur-devenir-index .full_page_etep,
.testeur-index-index .full_page_etep,
.echantillon-success-index .full_page_etep,
.echantillon-devenir-index .full_page_etep,
.echantillon-index-index .full_page_etep {
  background: #f9f9f9;
  padding: 20px 0 60px; }

.testeur-success-index .bloc_etape,
.testeur-devenir-index .bloc_etape,
.testeur-index-index .bloc_etape,
.echantillon-success-index .bloc_etape,
.echantillon-devenir-index .bloc_etape,
.echantillon-index-index .bloc_etape {
  position: relative;
  text-align: center; }

.testeur-success-index .bloc_etape li,
.testeur-devenir-index .bloc_etape li,
.testeur-index-index .bloc_etape li,
.echantillon-success-index .bloc_etape li,
.echantillon-devenir-index .bloc_etape li,
.echantillon-index-index .bloc_etape li {
  color: #333f48;
  display: inline-block;
  font-size: 20px;
  line-height: normal;
  padding: 0 20px;
  position: relative;
  width: 250px; }

.testeur-success-index .bloc_etape li span,
.testeur-devenir-index .bloc_etape li span,
.testeur-index-index .bloc_etape li span,
.echantillon-success-index .bloc_etape li span,
.echantillon-devenir-index .bloc_etape li span,
.echantillon-index-index .bloc_etape li span {
  border: 3px solid #a3d55f;
  border-radius: 100%;
  color: #35414a;
  display: block;
  font-size: 35px;
  height: 104px;
  line-height: 104px;
  margin: 0 auto 30px;
  text-align: center;
  width: 104px; }

.testeur-success-index .bloc_etape li:after,
.testeur-devenir-index .bloc_etape li:after,
.testeur-index-index .bloc_etape li:after,
.echantillon-success-index .bloc_etape li:after,
.echantillon-devenir-index .bloc_etape li:after,
.echantillon-index-index .bloc_etape li:after {
  background: transparent url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/puce-step.png) no-repeat scroll 0 0;
  content: "";
  display: block;
  height: 27px;
  position: absolute;
  right: -7px;
  top: 44px;
  width: 14px; }

.testeur-success-index .bloc_etape li:last-child:after,
.testeur-devenir-index .bloc_etape li:last-child:after,
.testeur-index-index .bloc_etape li:last-child:after,
.echantillon-success-index .bloc_etape li:last-child:after,
.echantillon-devenir-index .bloc_etape li:last-child:after,
.echantillon-index-index .bloc_etape li:last-child:after {
  display: none; }

.testeur-success-index .prev-etape, .testeur-success-index .next-etape,
.testeur-devenir-index .prev-etape,
.testeur-devenir-index .next-etape,
.testeur-index-index .prev-etape,
.testeur-index-index .next-etape,
.echantillon-success-index .prev-etape,
.echantillon-success-index .next-etape,
.echantillon-devenir-index .prev-etape,
.echantillon-devenir-index .next-etape,
.echantillon-index-index .prev-etape,
.echantillon-index-index .next-etape {
  display: none; }

.testeur-success-index .bloc_contact_rs .bloc,
.testeur-devenir-index .bloc_contact_rs .bloc,
.testeur-index-index .bloc_contact_rs .bloc,
.echantillon-success-index .bloc_contact_rs .bloc,
.echantillon-devenir-index .bloc_contact_rs .bloc,
.echantillon-index-index .bloc_contact_rs .bloc {
  width: 33%; }

.testeur-success-index .prev-test-img,
.testeur-success-index .next-test-img,
.testeur-devenir-index .prev-test-img,
.testeur-devenir-index .next-test-img,
.testeur-index-index .prev-test-img,
.testeur-index-index .next-test-img,
.echantillon-success-index .prev-test-img,
.echantillon-success-index .next-test-img,
.echantillon-devenir-index .prev-test-img,
.echantillon-devenir-index .next-test-img,
.echantillon-index-index .prev-test-img,
.echantillon-index-index .next-test-img {
  display: block;
  width: 14px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 14px 24px;
  background-color: transparent;
  background-image: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/prev-next.svg);
  color: transparent;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  z-index: 99;
  cursor: pointer; }

.testeur-success-index .prev-test-img,
.testeur-devenir-index .prev-test-img,
.testeur-index-index .prev-test-img,
.echantillon-success-index .prev-test-img,
.echantillon-devenir-index .prev-test-img,
.echantillon-index-index .prev-test-img {
  left: 15px; }

.testeur-success-index .next-test-img,
.testeur-devenir-index .next-test-img,
.testeur-index-index .next-test-img,
.echantillon-success-index .next-test-img,
.echantillon-devenir-index .next-test-img,
.echantillon-index-index .next-test-img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 15px; }

@media screen and (max-width: 980px) {
  .testeur-success-index .fiche-produit .fiche-produit_informations,
  .testeur-devenir-index .fiche-produit .fiche-produit_informations,
  .testeur-index-index .fiche-produit .fiche-produit_informations,
  .echantillon-success-index .fiche-produit .fiche-produit_informations,
  .echantillon-devenir-index .fiche-produit .fiche-produit_informations,
  .echantillon-index-index .fiche-produit .fiche-produit_informations {
    min-height: 350px; }
  .testeur-success-index .bloc_etape li,
  .testeur-devenir-index .bloc_etape li,
  .testeur-index-index .bloc_etape li,
  .echantillon-success-index .bloc_etape li,
  .echantillon-devenir-index .bloc_etape li,
  .echantillon-index-index .bloc_etape li {
    font-size: 18px;
    padding: 0 2px;
    width: 220px; } }

@media screen and (max-width: 768px) {
  .testeur-success-index .col2-set .col-1,
  .testeur-devenir-index .col2-set .col-1,
  .testeur-index-index .col2-set .col-1,
  .echantillon-success-index .col2-set .col-1,
  .echantillon-devenir-index .col2-set .col-1,
  .echantillon-index-index .col2-set .col-1 {
    float: none;
    width: auto; }
  .testeur-success-index .fiche-produit .fiche-produit_informations,
  .testeur-devenir-index .fiche-produit .fiche-produit_informations,
  .testeur-index-index .fiche-produit .fiche-produit_informations,
  .echantillon-success-index .fiche-produit .fiche-produit_informations,
  .echantillon-devenir-index .fiche-produit .fiche-produit_informations,
  .echantillon-index-index .fiche-produit .fiche-produit_informations {
    min-height: 380px; }
  .testeur-success-index .bloc_etape li,
  .testeur-devenir-index .bloc_etape li,
  .testeur-index-index .bloc_etape li,
  .echantillon-success-index .bloc_etape li,
  .echantillon-devenir-index .bloc_etape li,
  .echantillon-index-index .bloc_etape li {
    font-size: 18px;
    padding: 0 2px;
    width: 220px; }
  .testeur-success-index .fiche-button,
  .testeur-devenir-index .fiche-button,
  .testeur-index-index .fiche-button,
  .echantillon-success-index .fiche-button,
  .echantillon-devenir-index .fiche-button,
  .echantillon-index-index .fiche-button {
    width: calc(100% - 100px);
    padding: 13px 0;
    margin-top: 20px;
    text-align: center;
    position: absolute;
    left: 50px;
    bottom: 0; }
  .testeur-success-index .bloc_contact_rs .bloc,
  .testeur-devenir-index .bloc_contact_rs .bloc,
  .testeur-index-index .bloc_contact_rs .bloc,
  .echantillon-success-index .bloc_contact_rs .bloc,
  .echantillon-devenir-index .bloc_contact_rs .bloc,
  .echantillon-index-index .bloc_contact_rs .bloc {
    width: 48%; } }

@media screen and (max-width: 681px) {
  .testeur-success-index .intro-text,
  .testeur-devenir-index .intro-text,
  .testeur-index-index .intro-text,
  .echantillon-success-index .intro-text,
  .echantillon-devenir-index .intro-text,
  .echantillon-index-index .intro-text {
    padding: 0 20px 30px; }
  .testeur-success-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_bottom,
  .testeur-devenir-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_bottom,
  .testeur-index-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_bottom,
  .echantillon-success-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_bottom,
  .echantillon-devenir-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_bottom,
  .echantillon-index-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_bottom {
    padding: 0; }
  .testeur-success-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_middle,
  .testeur-devenir-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_middle,
  .testeur-index-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_middle,
  .echantillon-success-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_middle,
  .echantillon-devenir-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_middle,
  .echantillon-index-index .fiche-produit .fiche-produit_informations .fiche-produit_informations_middle {
    position: relative;
    left: 0;
    margin: 0;
    padding: 0 30px; }
  .testeur-success-index .fiche-button,
  .testeur-devenir-index .fiche-button,
  .testeur-index-index .fiche-button,
  .echantillon-success-index .fiche-button,
  .echantillon-devenir-index .fiche-button,
  .echantillon-index-index .fiche-button {
    left: 0;
    position: relative;
    width: 100%; }
  .testeur-success-index .full_page_etep .block_title,
  .testeur-devenir-index .full_page_etep .block_title,
  .testeur-index-index .full_page_etep .block_title,
  .echantillon-success-index .full_page_etep .block_title,
  .echantillon-devenir-index .full_page_etep .block_title,
  .echantillon-index-index .full_page_etep .block_title {
    line-height: normal; }
  .testeur-success-index .bloc_etape .next-etape,
  .testeur-devenir-index .bloc_etape .next-etape,
  .testeur-index-index .bloc_etape .next-etape,
  .echantillon-success-index .bloc_etape .next-etape,
  .echantillon-devenir-index .bloc_etape .next-etape,
  .echantillon-index-index .bloc_etape .next-etape {
    right: 25px; }
  .testeur-success-index .bloc_contact_rs .bloc,
  .testeur-devenir-index .bloc_contact_rs .bloc,
  .testeur-index-index .bloc_contact_rs .bloc,
  .echantillon-success-index .bloc_contact_rs .bloc,
  .echantillon-devenir-index .bloc_contact_rs .bloc,
  .echantillon-index-index .bloc_contact_rs .bloc {
    display: block;
    padding: 20px 0;
    width: 100%; }
  .testeur-success-index .prev-test-img,
  .testeur-success-index .next-test-img,
  .testeur-success-index .prev-etape,
  .testeur-success-index .next-etape,
  .testeur-devenir-index .prev-test-img,
  .testeur-devenir-index .next-test-img,
  .testeur-devenir-index .prev-etape,
  .testeur-devenir-index .next-etape,
  .testeur-index-index .prev-test-img,
  .testeur-index-index .next-test-img,
  .testeur-index-index .prev-etape,
  .testeur-index-index .next-etape,
  .echantillon-success-index .prev-test-img,
  .echantillon-success-index .next-test-img,
  .echantillon-success-index .prev-etape,
  .echantillon-success-index .next-etape,
  .echantillon-devenir-index .prev-test-img,
  .echantillon-devenir-index .next-test-img,
  .echantillon-devenir-index .prev-etape,
  .echantillon-devenir-index .next-etape,
  .echantillon-index-index .prev-test-img,
  .echantillon-index-index .next-test-img,
  .echantillon-index-index .prev-etape,
  .echantillon-index-index .next-etape {
    display: block;
    width: 14px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 14px 24px;
    background-color: transparent;
    background-image: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/prev-next.svg);
    color: transparent;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    z-index: 99;
    cursor: pointer; }
  .testeur-success-index .prev-etape,
  .testeur-devenir-index .prev-etape,
  .testeur-index-index .prev-etape,
  .echantillon-success-index .prev-etape,
  .echantillon-devenir-index .prev-etape,
  .echantillon-index-index .prev-etape {
    left: 15px; }
  .testeur-success-index .next-etape,
  .testeur-devenir-index .next-etape,
  .testeur-index-index .next-etape,
  .echantillon-success-index .next-etape,
  .echantillon-devenir-index .next-etape,
  .echantillon-index-index .next-etape {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 15px; } }

@media screen and (max-width: 480px) {
  .testeur-success-index .intro-text,
  .testeur-devenir-index .intro-text,
  .testeur-index-index .intro-text,
  .echantillon-success-index .intro-text,
  .echantillon-devenir-index .intro-text,
  .echantillon-index-index .intro-text {
    padding: 0 5px 30px; }
  .testeur-success-index .fiche-produit .fiche-button .cta,
  .testeur-devenir-index .fiche-produit .fiche-button .cta,
  .testeur-index-index .fiche-produit .fiche-button .cta,
  .echantillon-success-index .fiche-produit .fiche-button .cta,
  .echantillon-devenir-index .fiche-produit .fiche-button .cta,
  .echantillon-index-index .fiche-produit .fiche-button .cta {
    width: 100%; }
  .testeur-success-index .fiche-button,
  .testeur-devenir-index .fiche-button,
  .testeur-index-index .fiche-button,
  .echantillon-success-index .fiche-button,
  .echantillon-devenir-index .fiche-button,
  .echantillon-index-index .fiche-button {
    left: 0;
    width: 100%; }
  .testeur-success-index .bloc_etape,
  .testeur-devenir-index .bloc_etape,
  .testeur-index-index .bloc_etape,
  .echantillon-success-index .bloc_etape,
  .echantillon-devenir-index .bloc_etape,
  .echantillon-index-index .bloc_etape {
    padding: 0 25px; }
  .testeur-success-index .bloc_etape .prev-test-img, .testeur-success-index .bloc_etape .next-test-img,
  .testeur-success-index .bloc_etape .prev-etape, .testeur-success-index .bloc_etape .next-etape,
  .testeur-devenir-index .bloc_etape .prev-test-img,
  .testeur-devenir-index .bloc_etape .next-test-img,
  .testeur-devenir-index .bloc_etape .prev-etape,
  .testeur-devenir-index .bloc_etape .next-etape,
  .testeur-index-index .bloc_etape .prev-test-img,
  .testeur-index-index .bloc_etape .next-test-img,
  .testeur-index-index .bloc_etape .prev-etape,
  .testeur-index-index .bloc_etape .next-etape,
  .echantillon-success-index .bloc_etape .prev-test-img,
  .echantillon-success-index .bloc_etape .next-test-img,
  .echantillon-success-index .bloc_etape .prev-etape,
  .echantillon-success-index .bloc_etape .next-etape,
  .echantillon-devenir-index .bloc_etape .prev-test-img,
  .echantillon-devenir-index .bloc_etape .next-test-img,
  .echantillon-devenir-index .bloc_etape .prev-etape,
  .echantillon-devenir-index .bloc_etape .next-etape,
  .echantillon-index-index .bloc_etape .prev-test-img,
  .echantillon-index-index .bloc_etape .next-test-img,
  .echantillon-index-index .bloc_etape .prev-etape,
  .echantillon-index-index .bloc_etape .next-etape {
    top: 27%; }
  .testeur-success-index .bloc_contact_rs,
  .testeur-devenir-index .bloc_contact_rs,
  .testeur-index-index .bloc_contact_rs,
  .echantillon-success-index .bloc_contact_rs,
  .echantillon-devenir-index .bloc_contact_rs,
  .echantillon-index-index .bloc_contact_rs {
    padding-bottom: 0; } }

/*# sourceMappingURL=echantillon-testeur.css.map */
#banner ul li {
  display: table;
  margin: 0px auto 0px auto; }

#banner ul li img {
  max-width: 100%; }

/*# sourceMappingURL=echantillon-testeur.css.map */

.navigation_page {
  padding: 10px 20px;
  color: #a3d55f; }

.navigation_page li {
  display: inline-block;
  padding: 0 10px; }

.page .main-container .page-conseils blockquote {
  font-weight: 700;
  font-style: italic;
  font-size: 20px;
  line-height: 24px;
  padding: 80px 80px 60px;
  border-top: 1px solid #eaebec;
  border-bottom: 1px solid #eaebec;
  margin: 40px auto; }

.page .main-container .page-conseils blockquote p {
  border-bottom: none !important;
  margin-bottom: 20px;
  padding: 0; }

.page .main-container .page-conseils .alternatePostContent p {
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 20px; }

.page .main-container .page-conseils .alternatePostContent ol,
.page .main-container .page-conseils .conseil-view ol {
  counter-reset: step;
  padding: 0;
  margin: 20px 0;
  list-style: none; }

.page .main-container .page-conseils .alternatePostContentol li,
.page .main-container .page-conseils .conseil-view ol li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 60px;
  min-height: 2rem;
  font-size: 15px;
  line-height: 17px;
  padding: 0 50px 40px;
  text-align: justify; }

.page .main-container .page-conseils .alternatePostContentol li strong,
.page .main-container .page-conseils .conseil-view ol li strong {
  font-size: 20px;
  font-weight: 700; }

.page .main-container .page-conseils .alternatePostContentol li:before,
.page .main-container .page-conseils .conseil-view ol li:before {
  content: counter(step);
  counter-increment: step;
  display: inline-block;
  border-radius: 50px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  color: #FFFFFF;
  background-color: #a3d55f;
  font-size: 13px;
  vertical-align: middle;
  margin-left: -32px;
  position: relative;
  left: -12px;
  top: -2px; }

.page .main-container .page-conseils .category-top {
  overflow: hidden; }

.page .main-container .page-conseils .gamme_tetiere.blog_tetiere {
  height: auto;
  height: initial; }

.page .main-container .page-conseils .gamme_tetiere.blog_tetiere.blog_tetiere {
  background-size: cover;
  background-position: 50% 50%;
  background-color: #8cc0d7;
  clear: both; }

.page .main-container .page-conseils .gamme_tetiere.blog_tetiere .gamme_tetiere_titre {
  max-height: auto;
  max-height: initial;
  height: auto;
  height: initial;
  padding: 65px 0 45px 0;
  background-color: rgba(255, 255, 255, 0.8); }

.page .main-container .page-conseils .gamme_tetiere.blog_tetiere .gamme_tetiere_titre h1 {
  font-size: 25px;
  padding-right: 10%;
  padding-left: 10%;
  margin-bottom: 0; }

.page .main-container .page-conseils .gamme_tetiere.blog_tetiere .gamme_tetiere_titre .gamme_tetiere_titre_img {
  display: block;
  margin: 0 auto 30px;
  width: 60%;
  height: auto; }

.page .main-container .page-conseils .page_title {
  display: block;
  text-align: center;
  font-size: 20px;
  padding-top: 35px; }

.page .main-container .page-conseils .block_title_main {
  font-size: 35px;
  margin-top: 10px; }

.page .main-container .page-conseils .page_intro {
  text-align: center;
  font-size: 15px;
  line-height: 17px;
  padding: 0 10% 35px; }

.page .main-container .page-conseils .page_visuel {
  margin: 0 0;
  max-width: 100%;
  height: auto; }

.page .main-container .page-conseils .page_visuel img {
  margin: auto;
  display: block;
  max-width: 100%; }

.page .main-container .page-conseils .alternatePostContent h3,
.page .main-container .page-conseils .postContent h3 {
  margin-top: 20px; }

.page .main-container .page-conseils .alternatePostContent table,
.page .main-container .page-conseils .postContent table {
  margin: 20px 0 40px 0; }

.page .main-container .page-conseils .alternatePostContent table tr td, .page .main-container .page-conseils .alternatePostContent table tr th,
.page .main-container .page-conseils .postContent table tr td,
.page .main-container .page-conseils .postContent table tr th {
  border-bottom: 1px solid #d7d9db;
  padding: 5px; }

.page .main-container .page-conseils .alternatePostContent table tr:last-child td, .page .main-container .page-conseils .alternatePostContent table tr:last-child th,
.page .main-container .page-conseils .postContent table tr:last-child td,
.page .main-container .page-conseils .postContent table tr:last-child th {
  border-bottom: none; }

.page .main-container .page-conseils .postContent h2 {
  position: relative;
  padding-bottom: 25px;
  font-weight: 700;
  position: relative;
  margin: 40px auto; }

.page .main-container .page-conseils .postContent h2:after {
  width: 75px;
  height: 3px;
  display: block;
  content: '';
  background-color: #333f48;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -36px; }

.page .main-container .page-conseils .postContent .content-section {
  margin: 40px auto 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* padding-bottom: 40px; */ }

.page .main-container .page-conseils .postContent .content-section:first-child {
  margin-top: 0; }

.page .main-container .page-conseils .postContent .content-section .align-left, .page .main-container .page-conseils .postContent .content-section .align-right,
.page .main-container .page-conseils .postContent .content-section .section-content {
  width: 50%;
  box-sizing: border-box;
  padding: 20px 70px 20px 50px;
  font-size: 15px;
  line-height: 17px;
  text-align: justify;
  margin-top: 40px; }

.page .main-container .page-conseils .postContent .content-section .align-left h2, .page .main-container .page-conseils .postContent .content-section .align-left .h2, .page .main-container .page-conseils .postContent .content-section .align-left .block_title, .page .main-container .page-conseils .postContent .content-section .align-right h2, .page .main-container .page-conseils .postContent .content-section .align-right .h2, .page .main-container .page-conseils .postContent .content-section .align-right .block_title,
.page .main-container .page-conseils .postContent .content-section .section-content h2,
.page .main-container .page-conseils .postContent .content-section .section-content .h2,
.page .main-container .page-conseils .postContent .content-section .section-content .block_title {
  margin-top: 0;
  text-align: left;
  font-size: 25px;
  line-height: 30px;
  width: 70%;
  margin-left: 0; }

.page .main-container .page-conseils .postContent .content-section .align-left h2::after, .page .main-container .page-conseils .postContent .content-section .align-left .h2::after, .page .main-container .page-conseils .postContent .content-section .align-left .block_title::after, .page .main-container .page-conseils .postContent .content-section .align-right h2::after, .page .main-container .page-conseils .postContent .content-section .align-right .h2::after, .page .main-container .page-conseils .postContent .content-section .align-right .block_title::after,
.page .main-container .page-conseils .postContent .content-section .section-content h2::after,
.page .main-container .page-conseils .postContent .content-section .section-content .h2::after,
.page .main-container .page-conseils .postContent .content-section .section-content .block_title::after {
  left: 0;
  margin-left: 0; }

.page .main-container .page-conseils .postContent .content-section .align-right {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.page .main-container .page-conseils .postContent .content-section .align-right + .content-section {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.page .main-container .page-conseils .postContent .content-section .align-left, .page .main-container .page-conseils .postContent .content-section .align-right {
  padding: 0 20px; }

.page .main-container .page-conseils .postContent .content-section .align-left img, .page .main-container .page-conseils .postContent .content-section .align-right img {
  width: 100%;
  height: auto;
  display: block; }

.page .main-container .page-conseils .bloc_instagram {
  padding-top: 0; }

.page .main-container .page-conseils .bandeau_partage {
  padding: 45px 0 0;
  text-align: center; }

.page .main-container .page-conseils .bandeau_partage li {
  display: inline-block;
  margin: 0 20px; }

.page .main-container .page-conseils .bandeau_partage a {
  color: #333f48; }

.page .main-container .page-conseils hr {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #eaebec;
  border: none;
  margin: 60px auto; }

.page .main-container .page-conseils .postContent {
  padding-top: 40px; }

.page .main-container .page-conseils .postContent p {
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 20px; }

.page .main-container .page-conseils .gamme_liste .gamme_liste_produit h2 {
  padding-top: 10px; }

.page .main-container .page-conseils .gamme_liste .gamme_liste_produit .lien {
  display: inline-block;
  margin-top: 5px; }

.page .main-container .page-conseils .gamme_liste .gamme_liste_produit .lien:before {
  content: "> "; }

.page .main-container .page-conseils .alternatePostContent {
  padding: 0 50px;
  font-size: 15px;
  line-height: 17px; }

.page .main-container .page-conseils .alternatePostContent ul li,
.page .main-container .page-conseils .postContent ul li {
  font-size: 15px;
  line-height: 22px;
  background-repeat: no-repeat;
  background-position: 0 12px;
  background-image: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/fiche_produit/puce-li.svg);
  display: block;
  padding: 5px 0 5px 20px; }

.page .main-container .page-conseils h3 {
  font-size: 16px;
  font-weight: 700;
  display: block;
  padding-bottom: 12px; }

.page .main-container .page-conseils .prev-conseils,
.page .main-container .page-conseils .next-conseils {
  display: none;
  z-index: 99; }

.page .main-container .page-conseils .bloc_instagram {
  text-align: center; }

@media screen and (max-width: 1025px) {
  .page .main-container .page-conseils hr {
    /* margin: 20px; */
    width: calc(100% - 40px); }
  .page .main-container .page-conseils .alternatePostContent ul,
  .page .main-container .page-conseils .postContent ul {
    padding: 20px;
    box-sizing: border-box; }
  .page .main-container .page-conseils dl {
    /* padding: 60px 20px 20px; */ }
  .page .main-container .page-conseils dl dt,
  .page .main-container .page-conseils dl dd {
    padding-right: 5px; }
  .page .main-container .page-conseils .content-section .section-content {
    padding: 0 20px 0 0; }
  .page .main-container .page-conseils .content-section .section-content .block_title {
    display: none; }
  .page .main-container .page-conseils .bloc_instagram .post_instagram:nth-child(even) {
    display: inline-block; }
  .page .main-container .page-conseils .bloc_instagram .post_instagram:nth-child(4) {
    display: none; }
  .page .main-container .page-conseils h3 {
    padding-left: 20px; }
  .liste_logo_partenaires {
    padding: 0 5%; } }

.liste_conseils {
  text-align: center;
  padding: 20px 0 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.liste_conseils li {
  width: 25%;
  position: relative;
  padding-bottom: 25px; }

.liste_conseils .liste_conseils_conseil {
  display: inline-block;
  color: #333f48;
  width: 222px;
  margin: 0 8px; }

.liste_conseils .liste_conseils_conseil .bold {
  display: block;
  font-size: 20px;
  line-height: 24px;
  padding-top: 20px;
  padding-bottom: 10px; }

.liste_conseils .liste_conseils_conseil .lien {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px; }

.liste_conseils .liste_conseils_conseil .conseil_mask {
  width: 222px;
  height: 222px;
  overflow: hidden; }

.liste_conseils .liste_conseils_conseil .conseil_mask:hover .conseil_img {
  transition: all 125ms linear;
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.liste_conseils .liste_conseils_conseil .conseil_img {
  width: 222px;
  height: 222px; }

@media screen and (max-width: 960px) {
  .liste_conseils li {
    width: 50%;
    margin-bottom: 40px; } }

@media screen and (max-width: 681px) {
  .navigation_page .float_left, .navigation_page .float_right {
    float: none;
    width: 100%;
    padding: 10px;
    text-align: center; }
  .page .main-container .page-conseils .block_title_main {
    font-size: 25px; }
  .page .main-container .page-conseils .prev-conseils,
  .page .main-container .page-conseils .next-conseils {
    display: block;
    width: 28px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 14px 24px;
    background-color: transparent;
    background-image: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/prev-next.svg");
    color: transparent;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    z-index: 101;
    cursor: pointer; }
  .page .main-container .page-conseils .next-conseils {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 15px; }
  .page .main-container .page-conseils .prev-conseils {
    left: 15px; }
  .page .main-container .page-conseils hr {
    margin: 40px auto; }
  .page .main-container .page-conseils dl {
    padding-bottom: 0;
    padding: 0 15px; }
  .page .main-container .page-conseils .bandeau_partage .fa-2x {
    font-size: 2.5em; }
  .page .main-container .page-conseils .content-section {
    display: block; }
  .page .main-container .page-conseils .content-section .section-content,
  .page .main-container .page-conseils .content-section .align-right, .page .main-container .page-conseils .content-section .align-left {
    padding: 0 20px;
    float: none;
    width: 100%; }
  .page .main-container .page-conseils .content-section .section-content .block_title,
  .page .main-container .page-conseils .content-section .align-right .block_title, .page .main-container .page-conseils .content-section .align-left .block_title {
    display: none; }
  .page .main-container .page-conseils .content-section .section-content {
    padding-top: 20px; }
  .page .main-container .page-conseils .bloc_instagram .post_instagram {
    display: block;
    margin: 20px auto; }
  .page .main-container .page-conseils .bloc_instagram .post_instagram:nth-child(even) {
    display: block; }
  .page .main-container .page-conseils .bloc_instagram .post_instagram:nth-child(4) {
    display: none; }
  .liste_conseils {
    display: block; }
  .liste_conseils li {
    width: 100%;
    max-width: 222px;
    margin: 0 auto 40px; }
  .liste_conseils .liste_conseils_conseil {
    margin: 0; }
  .liste_conseils .liste_conseils_conseil .bold {
    height: auto;
    height: initial;
    padding-top: 20px;
    padding-bottom: 20px; } }

.conseils-related-items .carousel_produits .carousel_produit {
  display: inline-block;
  text-align: center;
  color: #333f48;
  font-size: 13px;
  position: relative;
  width: 30%;
  max-width: 250px;
  height: 350px;
  vertical-align: top; }

.conseils-related-items .carousel_produits .carousel_produit .visuel {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0; }

.conseils-related-items .carousel_produits .carousel_produit .info {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0; }

.conseils-related-items .carousel_produits .carousel_produit .green, .conseils-related-items .carousel_produits .carousel_produit .bold {
  padding-top: 10px; }

.block_commentaires {
  width: 100%;
  max-width: 840px;
  margin: 40px auto 80px; }

.block_commentaires .block_commentaires_title {
  font-size: 20px;
  display: block;
  padding-bottom: 45px; }

.block_commentaires .block_commentaires_numb {
  font-weight: 900;
  font-size: 15px; }

.block_commentaires .block_commentaires_lien {
  float: right;
  font-size: 12px; }

.block_commentaires .commentaires {
  border-bottom: solid 1px #000000;
  padding-top: 12px; }

.block_commentaires .commentaires .commentaire {
  border-top: solid 1px #000000;
  padding: 15px 0;
  line-height: 18px;
  font-size: 13px;
  margin-bottom: 10px; }

.block_commentaires .commentaires .commentaire .commentaire_auteur {
  display: block;
  padding-top: 15px; }

@media screen and (max-width: 1025px) {
  .block_commentaires {
    padding: 0 25px;
    box-sizing: border-box; }
  .page .main-container .page-conseils .postContent .content-section {
    display: block; }
  .page .main-container .page-conseils .postContent .content-section .align-left,
  .page .main-container .page-conseils .postContent .content-section .align-right,
  .page .main-container .page-conseils .postContent .content-section .section-content {
    width: 100%;
    padding: 20px; }
  .page .main-container .page-conseils .alternatePostContent {
    padding: 20px; }
  .page .main-container .page-conseils .conseils-related-items .carousel_produits .carousel_produit {
    width: 100%; } }

@media screen and (max-width: 681px) {
  .block_commentaires {
    margin-bottom: 40px; }
  .block_commentaires .block_commentaires_title {
    text-align: center; }
  .block_commentaires .block_commentaires_numb {
    font-size: 12px; }
  .block_commentaires .commentaires .commentaire {
    text-align: justify; } }

@media screen and (min-width: 1026px) {
  #conseil-center.gamme_liste .gamme_liste_produit .gamme_liste_produit_visuel {
    margin-right: 10px;
    width: 230px;
    height: 278px; } }

.pagination {
  text-align: center;
  font-size: 15px;
  letter-spacing: -2px; }

.pagination li {
  display: inline-block;
  vertical-align: middle;
  padding: 7px; }

.pagination li span {
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding: 0 5px;
  letter-spacing: 0; }

.pagination li span::after {
  content: '';
  display: block;
  width: 15px;
  height: 3px;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -7px;
  background-color: #333f48; }

.pagination li a {
  color: #333f48; }

.pagination li a:hover {
  text-decoration: underline; }

.pagination li a.num {
  display: inline-block;
  padding: 0 5px;
  letter-spacing: 0; }

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

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

.muted {
  opacity: 0.5; }

.cms-page-view .display_tablette {
  display: none !important; }

.cms-page-view .std {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  box-sizing: border-box; }

.cms-page-view .evt_calendar .liste_puce {
  padding: 20px 0; }

.cms-page-view .bloc_instagram .picto_picto-instagram {
  display: none; }

.cms-page-view .page_title {
  display: block;
  text-align: center;
  font-size: 20px;
  padding-top: 35px; }

.cms-page-view .block_title_main {
  font-size: 35px;
  margin-top: 10px; }

.cms-page-view .page_intro {
  text-align: center;
  font-size: 15px;
  line-height: 17px;
  padding: 0 10% 35px; }

.cms-page-view .page_visuel {
  margin: 0 0;
  max-width: 100%;
  height: auto; }

.cms-page-view .page_texte_image {
  margin: 40px auto 0;
  /* padding-bottom: 40px; */ }

.cms-page-view .page_texte_image .page_image,
.cms-page-view .page_texte_image .page_texte {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 20px 70px 20px 50px;
  font-size: 15px;
  line-height: 17px;
  text-align: justify; }

.cms-page-view .page_texte_image .page_image .block_title,
.cms-page-view .page_texte_image .page_texte .block_title {
  margin-top: 0;
  text-align: left;
  font-size: 25px;
  line-height: 30px;
  width: 70%;
  margin-left: 0; }

.cms-page-view .page_texte_image .page_image .block_title::after,
.cms-page-view .page_texte_image .page_texte .block_title::after {
  left: 0;
  margin-left: 0; }

.cms-page-view .page_texte_image .page_image {
  padding: 0 20px; }

.cms-page-view .page_texte_image .page_image img {
  width: 100%;
  height: auto;
  display: block; }

.cms-page-view .page_texte_image.page_texte_image_right .page_image,
.cms-page-view .page_texte_image.page_texte_image_right .page_texte {
  float: right; }

.cms-page-view .page_texte_image.page_texte_image_right .conseils_texte {
  padding: 20px 50px 20px 70px; }

.cms-page-view .evt_calendar .liste_puce {
  padding: 20px 0; }

.cms-page-view .evt_calendar .page_texte_image {
  margin: 16px auto 0;
  padding-bottom: 20px;
  border-bottom: solid 1px #eaebec; }

.cms-page-view .evt_calendar .page_texte_image .page_image,
.cms-page-view .evt_calendar .page_texte_image .page_texte {
  float: none;
  display: table-cell;
  vertical-align: middle; }

.cms-page-view .evt_calendar .page_texte_image .page_image {
  width: 51%; }

.cms-page-view .evt_calendar .page_texte_image .page_texte {
  width: 49%; }

.cms-page-view .bloc_instagram {
  padding-top: 0; }

.cms-page-view hr {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #eaebec;
  border: none;
  margin: 60px auto; }

.cms-page-view .liste_puce {
  padding: 0 50px; }

.cms-page-view .liste_puce_title {
  padding-left: 50px; }

.cms-page-view .bloc_instagram {
  text-align: center; }

.liste_logo_partenaires {
  text-align: center;
  /* li{
		display: inline-block;
		vertical-align: middle;
	} */ }

.liste_logo_partenaires .liste_logo_partenaires_img {
  /* display: inline-block;
		margin: 15px 10px;
		vertical-align: middle; */
  max-width: 100%;
  height: auto; }

@media screen and (max-width: 1025px) {
  .cms-page-view .display_tablette {
    display: block !important; }
  .cms-page-view hr {
    /* margin: 20px; */
    width: calc(100% - 40px); }
  .cms-page-view .liste_puce {
    padding: 20px;
    box-sizing: border-box; }
  .cms-page-view .page_texte_image .page_texte {
    padding: 0 20px 0 0; }
  .cms-page-view .page_texte_image .page_texte .block_title {
    display: none; }
  .cms-page-view .page_texte_image.page_texte_image_right .page_texte {
    padding: 0 0 0 20px; }
  .cms-page-view .bloc_instagram .post_instagram:nth-child(even) {
    display: inline-block; }
  .cms-page-view .bloc_instagram .post_instagram:nth-child(4) {
    display: none; }
  .liste_logo_partenaires {
    padding: 0 5%; } }

@media screen and (max-width: 681px) {
  .cms-page-view .block_title_main {
    font-size: 25px; }
  .cms-page-view hr {
    margin: 40px auto; }
  .cms-page-view .page_texte_image .page_texte,
  .cms-page-view .page_texte_image .page_image {
    padding: 0 20px;
    float: none;
    width: 100%; }
  .cms-page-view .page_texte_image .page_texte .block_title,
  .cms-page-view .page_texte_image .page_image .block_title {
    display: none; }
  .cms-page-view .page_texte_image .page_texte {
    padding-top: 20px; }
  .cms-page-view .page_texte_image.page_texte_image_right .page_texte {
    padding: 20px 20px 0 20px; }
  .cms-page-view .evt_calendar .liste_puce {
    padding: 20px 0; }
  .cms-page-view .evt_calendar .page_texte_image .page_image,
  .cms-page-view .evt_calendar .page_texte_image .page_texte {
    width: 100%;
    display: block; }
  .cms-page-view .bloc_instagram .post_instagram {
    display: block;
    margin: 20px auto; }
  .cms-page-view .bloc_instagram .post_instagram:nth-child(even) {
    display: block; }
  .cms-page-view .bloc_instagram .post_instagram:nth-child(4) {
    display: none; } }

.cms-rendez-vous-miss .gamme_tetiere {
  height: auto;
  height: initial; }

.cms-rendez-vous-miss .gamme_tetiere .gamme_tetiere_titre {
  padding: 65px 0 45px 0;
  max-height: inherit; }

.cms-rendez-vous-miss .gamme_tetiere .gamme_tetiere_titre h1 {
  font-size: 25px;
  padding-right: 10%;
  padding-left: 10%;
  margin-bottom: 0; }

.cms-rendez-vous-miss .gamme_tetiere .gamme_tetiere_titre h1:before {
  content: "";
  display: block;
  margin: 0 auto 30px;
  width: 60%;
  padding-top: 47%;
  height: auto;
  background-size: cover;
  background-image: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/evenement/miss-france.png); }

.cms-clarisse-atlantique .gamme_tetiere {
  height: auto;
  height: initial; }

.cms-clarisse-atlantique .gamme_tetiere .gamme_tetiere_titre {
  padding: 65px 0 45px 0;
  max-height: inherit; }

.cms-clarisse-atlantique .gamme_tetiere .gamme_tetiere_titre h1 {
  font-size: 25px;
  padding-right: 10%;
  padding-left: 10%;
  margin-bottom: 0; }

.cms-clarisse-atlantique .gamme_tetiere .gamme_tetiere_titre h1:before {
  content: "";
  display: block;
  margin: 0 auto 30px;
  width: 60%;
  padding-top: 41%;
  height: auto;
  background-size: cover;
  background-image: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/evenement/clarisse-sur-l-atlantique.png); }

.evt_calendar .prev-year,
.evt_calendar .next-year {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 27px;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/prev-next-calendar.png);
  background-size: 14px 27px;
  cursor: pointer;
  opacity: 0.5; }

.evt_calendar .prev-year:hover,
.evt_calendar .next-year:hover {
  opacity: 1; }

.evt_calendar .prev-year {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.evt_calendar .mask_year {
  width: 185px;
  display: inline-block;
  height: 42px;
  vertical-align: middle; }

.evt_calendar .evt_calendar_year {
  background-color: #f5f5f5;
  text-align: center;
  padding: 14px 0;
  font-size: 35px;
  margin-bottom: 10px; }

.evt_calendar .evt_calendar_month {
  border-bottom: solid 1px #eaebec;
  margin-bottom: 12px; }

.evt_calendar .evt_calendar_month li {
  text-align: center; }

.evt_calendar .evt_calendar_month .month {
  display: inline-block;
  line-height: 42px;
  border-bottom: solid 3px transparent;
  position: relative;
  top: 2px;
  text-align: center;
  padding: 0 3px;
  cursor: pointer;
  font-size: 15px; }

.evt_calendar .evt_calendar_month .month.before {
  color: #8f9498; }

.evt_calendar .evt_calendar_month .month.after {
  color: #333f48; }

.evt_calendar .evt_calendar_month .month.active {
  border-color: #333f48;
  color: #333f48;
  font-weight: 900; }

.evt_calendar .evt_calendar_month .owl-carousel .owl-wrapper-outer {
  overflow: visible; }

.evt_calendar .evt_calendar_day {
  text-align: center;
  font-size: 20px; }

.evt_calendar .evt_calendar_day li {
  display: inline-block; }

.evt_calendar .evt_calendar_day .day {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: solid 1px transparent;
  margin: 8px;
  cursor: pointer; }

.evt_calendar .evt_calendar_day .day.active {
  border-color: #333f48;
  font-weight: 700; }

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

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

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.corinedefarme.be/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.corinedefarme.be/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.corinedefarme.be/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.corinedefarme.be/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.corinedefarme.be/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.corinedefarme.be/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.corinedefarme.be/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.corinedefarme.be/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.corinedefarme.be/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/* Responsive structure =================================================================== */
@media screen and (min-width: 1026px) {
  .hidden_lg {
    display: none !important; }
  .show_md {
    display: block !important; } }

@media screen and (max-width: 1025px) {
  .main-container {
    width: 100%; }
  .main-container .col-main {
    float: none;
    width: 95%;
    margin: auto; }
  .main-container .hack_col {
    float: none;
    width: 95%;
    margin: auto; }
  .cms-index-index .main-container .hack_col {
    width: 100%; }
  .cms-index-index .main-container .col-main {
    width: 100%; }
  .cms-page-view .main-container .col-main {
    width: 100%; }
  .cms-page-view.cms-contenu .main-container .col-main, .cms-page-view.cms-faq .main-container .col-main {
    width: 100%;
    margin: auto; }
  .checkout-cart-index .main-container .col-main {
    width: 65%;
    margin: 0 15px;
    float: left; }
  .checkout-cart-index .main-container .col-right {
    float: right;
    padding-right: 15px; }
  .customer-account-login .login_block_title {
    width: 300px; }
  .customer-account-login .register-privileges {
    width: 175px;
    margin-bottom: 32px; }
  .customer-account-login .terms-and-conditions .cgu-link {
    padding: 10px 0; }
  .customer-account-login .buttons-set .secure-info,
  .buttons-set .secure-info {
    width: 290px;
    text-align: center;
    margin-left: 0; }
  .checkout-onepage-index .col-right {
    display: none; }
  .cart .block-sample .sample {
    width: 30%; }
  .cart .block-sample .sample .sample-left {
    width: 100%; }
  .cart .block-sample .sample .sample-right {
    width: 100%;
    text-align: center;
    margin-top: 10px; }
  .checkout-cart-index .banner-bottom {
    background-size: auto; }
  .checkout-cart-index .encart-bottom {
    height: 203px;
    width: 90%;
    margin: 13px 5%; }
  .checkout-cart-index .block-crosssell {
    width: 155%; }
  .checkout-cart-index .block-crosssell img {
    max-width: 100%; }
  .cart .block-sample .block-right {
    width: 250px; }
  .responsive-cart-table .cart-table .line-hide {
    display: none; }
  .responsive-cart-table .line-action {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 20px;
    background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/picto-plus.jpg") center center no-repeat; }
  .responsive-cart-table .line-action.active {
    background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/picto-moins.jpg") center center no-repeat; }
  .responsive-cart-table td:before {
    content: attr(data-title); }
  .responsive-cart-table table,
  .responsive-cart-table thead,
  .responsive-cart-table tbody,
  .responsive-cart-table th,
  .responsive-cart-table td,
  .responsive-cart-table tr {
    display: block;
    border: 0; }
  .responsive-cart-table tr {
    border-top: 1px solid #000; }
  .responsive-cart-table thead tr {
    display: none; }
  .responsive-cart-table tr.last {
    border-bottom: 1px solid #000; }
  .responsive-cart-table td {
    position: relative;
    padding-left: 110px;
    white-space: normal;
    text-align: left !important;
    border-top: 1px solid #ebebeb; }
  .responsive-cart-table td:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 23%;
    white-space: nowrap;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    text-align: left;
    background-color: transparent;
    padding: 15px 5px;
    color: #bebebe; }
  .responsive-cart-table .data-table td.image {
    width: 93px;
    display: inline-block;
    padding: 15px 5px;
    text-align: left;
    border-top: 0; }
  .responsive-cart-table .data-table td.product {
    width: 75%;
    display: inline-block;
    padding: 15px 40px 15px 5px;
    text-align: left;
    border-top: 0; }
  .responsive-cart-table td.quantity {
    width: auto;
    padding: 7px 0 7px 110px; }
  .responsive-cart-table .data-table td.quantity .button-qty.dec {
    margin-left: -12px; }
  .responsive-cart-table .data-table td.remove {
    display: none; }
  .responsive-cart-table .btn-remove2 {
    background: none;
    width: auto;
    text-indent: 0;
    font-size: 12px;
    color: #bebebe;
    text-align: left;
    padding: 7px 0 0 0;
    line-height: 14px;
    height: auto;
    text-decoration: underline; }
  .generic_popup {
    width: 660px;
    margin-left: -330px; }
  .fiche-produit .prev-bundle {
    left: 10px; }
  .fiche-produit .next-bundle {
    right: 10px; }
  .hidden_xs {
    display: none !important; }
  .bloc_blog .picture_md, .bloc_blog .description {
    height: 356px; }
  .hidden_lg {
    display: block; }
  .bloc_blog .description h2.title_left, .bloc_blog .description h2.title_right {
    display: none; }
  .bloc_blog .description p {
    padding: 0 36px;
    margin-top: 65px; }
  .form_select {
    width: 451px;
    margin: 45px auto 40px; } }

@media screen and (max-width: 980px) {
  .cms-page-view .fiche-produit .fiche-produit_informations {
    min-height: 350px; }
  .bloc_etape li {
    font-size: 20px;
    padding: 0 6px;
    width: 240px; } }

@media screen and (max-width: 950px) {
  .responsive-cart-table .data-table td.product {
    width: 70%; } }

@media screen and (max-width: 900px) {
  .responsive-cart-table .data-table td.product {
    width: 67.5%; } }

@media screen and (max-width: 850px) {
  .responsive-cart-table .data-table td.product {
    width: 65%; } }

@media screen and (max-width: 800px) {
  .checkout-cart-index .main-container .col-main {
    width: 58%;
    margin: 0 15px;
    float: left; } }

@media screen and (max-width: 768px) {
  .cms-page-view .fiche-produit .fiche-produit_informations {
    min-height: 380px; }
  .fiche-button {
    width: calc(100% - 100px);
    padding: 13px 0;
    margin-top: 20px;
    text-align: center;
    position: absolute;
    left: 50px;
    bottom: 0; }
  .bloc_etape li {
    font-size: 18px;
    padding: 0 2px;
    width: 220px; }
  .bloc_etape li::after {
    display: none; }
  .cms-page-view .bloc_contact_rs .bloc {
    width: 48%; }
  .cms-page-view .bloc_contact_rs .bloc:last-child {
    display: block;
    margin: 20px auto; } }

@media screen and (max-width: 760px) {
  .responsive-cart-table .data-table td.product {
    width: 60%; } }

@media screen and (max-width: 681px) {
  .line-hide {
    display: none; }
  .line-action {
    display: block; }
  .line-action {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 20px;
    background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/picto-plus.jpg") center center no-repeat; }
  .line-action.active {
    background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/picto-moins.jpg") center center no-repeat; }
  .main-container .col-main {
    width: 95%;
    margin: auto; }
  .catalog-category-view .col-main,
  .adexos-ingredients-index-view .col-main {
    width: 100%; }
  .main-container .hack_col {
    width: 95%;
    margin: auto; }
  .cms-index-index .hack_col {
    width: 100%; }
  .cms-index-index .col-main {
    width: 100%; }
  .checkout-cart-index .main-container .col-main {
    width: 95%;
    margin: auto;
    float: none; }
  .checkout-cart-index .main-container .col-right {
    float: none;
    width: 95%;
    margin: auto; }
  .col-main .col2-set .col-1 {
    width: 100%; }
  .banner-bottom {
    width: 100% !important; }
  .encart-bottom {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    display: block; }
  .col1-spacer {
    width: 280px; }
  .registered-users {
    border: 0; }
  .form-list .customer-name-prefix .name-firstname input.input-text,
  .form-list input.input-text {
    width: 254px; }
  .form-list .customer-dob .dob-year input.input-text {
    display: block;
    width: 32px; }
  .customer-account-login .form-list input.input-text {
    width: 254px; }
  .customer-account-login .form-list .customer-name-prefix .name-firstname input.input-text,
  .customer-account-login .form-list .customer-name-suffix .name-lastname input.input-text,
  .customer-account-login .form-list .customer-name-middlename .name-firstname input.input-text,
  .customer-account-login .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
  .customer-account-login .form-list .customer-name-middlename-suffix .name-lastname input.input-text {
    width: 254px; }
  .customer-account-login .cta {
    width: 278px; }
  .customer-account-login .terms-and-conditions label.cgu {
    width: 80%; }
  .customer-account-login .new-users {
    border-top: 1px solid #ebebeb; }
  .checkout-onepage-index .page-title h1 {
    font-size: 24px;
    color: #333f48;
    font-weight: bold; }
  .checkout-onepage-index .opc .step-title h2 {
    font-size: 15px; }
  #checkout-step-login .picto-or {
    margin: auto;
    display: block;
    position: inherit; }
  #checkout-step-login .col2-set .col-1 {
    width: 100%;
    float: none; }
  #checkout-step-login .col2-set .col-2 {
    border-left: 0;
    width: 100%;
    float: none; }
  #checkout-step-login .col2-set .col-1 .form-list {
    padding-left: 5px; }
  #checkout-step-shipping_method .buttons-set .cta {
    margin: 20px 0 0 0 !important; }
  #checkout-step-shipmethod .mode-livraison li,
  .mode-payment li {
    width: 252px;
    float: none !important;
    margin: 0 auto 15px auto;
    display: block; }
  .mode-payment-elt {
    width: 90%;
    margin: 0 auto 10px 0; }
  #checkout-step-review .order-item {
    border-top: 1px solid #ebebeb;
    padding-bottom: 10px; }
  #checkout-step-review .order-item .image {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding-top: 15px; }
  #checkout-step-review .order-item .infos {
    width: 73%;
    display: inline-block; }
  #checkout-step-review .order-item .infos li {
    padding: 5px 0;
    position: relative; }
  #checkout-step-review .order-item .order-line .line-action {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 20px;
    background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/picto-plus.jpg") center center no-repeat; }
  #checkout-step-review .order-item .line-label {
    display: inline-block;
    vertical-align: top;
    width: 44%;
    color: #BDBDBD;
    padding-left: 5%; }
  #checkout-step-review .item-line .line-text h3 {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px; }
  #checkout-step-review .item-line .line-text {
    width: 100%;
    text-align: left;
    padding-left: 5%; }
  #checkout-step-review .item-line .line-text .product-sku {
    margin-bottom: 5px;
    margin-top: 20px;
    font-size: 12px;
    color: #333f48; }
  #checkout-step-review .item-line .price {
    font-weight: bold; }
  #checkout-step-review .item-line .grey {
    color: #adb0b2; }
  #review-buttons-container {
    margin-top: 10px; }
  #review-buttons-container .forgot {
    float: none; }
  #review-buttons-container .cta {
    float: none; }
  .checkout-onepage-success h2 {
    width: 175px; }
  .checkout-cart-index .block-crosssell {
    width: 100%; }
  .cart .coupon-code .discount {
    text-align: center; }
  .cart .coupon-code h2 {
    margin-right: 0; }
  .cart .block-sample .block-left {
    margin: 10px auto 0 auto;
    display: block; }
  .cart .block-sample .block-right {
    text-align: center;
    margin: auto;
    display: block;
    width: 225px; }
  .cart .block-sample .block-right .title {
    margin-top: 0;
    text-align: center;
    line-height: 17px; }
  .cart .block-sample .block-right .popup-link {
    text-align: center; }
  .carousel_produits_global {
    margin: 0 5px; }
  .checkout-cart-index .page-title {
    border: 0;
    margin: 25px auto;
    width: 200px;
    text-align: center; }
  .checkout-cart-index .page-title h1 {
    font-size: 24px;
    float: none;
    text-align: center; }
  .checkout-cart-index .cart-product-count {
    float: none;
    margin-left: 0;
    margin-top: 10px; }
  .checkout-cart-index .fancybox-wrap {
    width: 100% !important;
    height: 100% !important;
    top: 58px !important;
    left: 0 !important; }
  .checkout-cart-index .fancybox-skin {
    padding: 10px !important; }
  .checkout-cart-index .fancybox-inner {
    width: 100% !important;
    height: 100% !important; }
  #popup-echantillon .content-popup li.sample {
    margin-right: 10px; }
  #popup-echantillon .content-popup .title {
    width: 280px; }
  #popup-echantillon .content-popup .description {
    width: 280px; }
  .responsive-cart-table .data-table td.product {
    width: 70%; }
  .cart-right {
    padding-top: 40px; }
  .fiche-produit .prev-mask-bundle,
  .fiche-produit .next-mask-bundle {
    display: none; }
  .fiche-produit .owl-carousel .owl-item .envelop_product::after {
    content: ''; }
  .generic_popup {
    width: 300px;
    margin-left: -150px; }
  .generic_popup .header_picto-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100; }
  .review-form {
    width: 100%;
    display: block; }
  .review-form .section_titre::after {
    content: '' !important; }
  .review-form .section_content {
    display: block !important;
    width: 90%;
    margin: 0 auto 5px; }
  .review-form .form-add label {
    font-size: 16px; }
  .review-form .rateYo {
    margin-bottom: 12px; }
  .review-form .form-list {
    width: 100%; }
  .review-form .form-list input {
    width: 238px; }
  .review-form .form-list textarea {
    width: 263px !important; }
  #recaptcha_widget_div {
    zoom: 0.85; }
  .review-form .cta.desktop {
    display: none; }
  .review-form .cta.mobile {
    display: block; }
  .avis_popup {
    width: 300px;
    margin-left: -150px; }
  .generic_popup .avis {
    margin: 20px 10px 0;
    width: 280px; }
  .generic_popup .avis .bloc_avis {
    padding: 15px 0; }
  .fiche-produit .carousel_produits_bundle .carousel_produit {
    width: 75%;
    max-width: none; }
  .dashboard .box-recent {
    margin: 10px 0; }
  .category-top .category-return {
    display: none; }
  .category-top {
    padding: 0; }
  .category-nav .custom-select-layered {
    width: 100%;
    margin: 0;
    display: block;
    border: 0;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
    background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/arrow_on.png") no-repeat 92% 23px; }
  .adexos-pages-index-landing .category-nav {
    position: relative;
    width: 100%;
    margin-right: 0; }
  .adexos-pages-index-landing .category-nav .custom-select-layered {
    border: 1px solid #ebebeb; }
  .category-nav .custom-select-layered select {
    color: #333f48;
    font-size: 14px; }
  .category-top .category-nav {
    margin: auto;
    float: none;
    display: none; }
  .category-top .category-nav-envelop {
    display: block;
    padding: 20px 12px;
    background: #ebebeb;
    text-transform: uppercase;
    font-size: 14px;
    background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/panier_lateral/picto_plus.png") center right20px no-repeat #ebebeb;
    background-size: 15px auto;
    cursor: pointer; }
  .category-top .category-nav-envelop.active {
    background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/panier_lateral/picto_moins.png") center right20px no-repeat #ebebeb;
    background-size: 15px auto; }
  .show_md {
    display: none !important; }
  hr {
    margin: 16px 0 !important; }
  button.accordion {
    font-size: 17px !important; }
  .form_select {
    width: 100%;
    height: 105px; }
  p.faq_filter {
    text-align: center;
    width: 100%;
    margin-bottom: 15px; }
  select.faq_select {
    display: block;
    margin: 0 auto;
    float: none; }
  .bloc_up_content {
    background-image: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/contenu/photoXS.png"); }
  .bloc_rubrique .bloc_txt_zone {
    width: 280px;
    height: 280px;
    display: block;
    margin: 20px auto; }
  .bloc_rubrique .bloc_txt_zone h1 {
    padding: 30px 50px 0;
    line-height: 1.4;
    font-size: 25px; }
  .bloc_rubrique .bloc_txt_zone p {
    font-size: 15px;
    line-height: 22px;
    padding: 35px 44px 55px; }
  .bloc_down_faq {
    height: 370px !important; }
  .bloc_down_faq .bloc_txt_zone.lg_zone p {
    padding: 0px 24px 20px;
    text-align: justify; }
  .bloc_down_faq .bloc_txt_zone.lg_zone {
    width: 280px !important;
    height: auto !important;
    padding-bottom: 60px;
    margin: 20px auto; }
  .bloc_rubrique {
    height: 320px;
    width: 100%; }
  .hidden_md {
    display: block; }
  .bloc_blog .picture_md, .bloc_blog .description {
    width: 100%; }
  .bloc_blog .description {
    height: auto; }
  .bloc_blog .block_title {
    margin-top: 0; }
  .bloc_blog .description p {
    padding: 0;
    margin-top: 20px; }
  .bloc_multibox .col_box, .bloc_multibox .col_box:nth-child(2), .bloc_multibox .col_box:nth-child(3) {
    display: block;
    width: 222px;
    margin: 50px auto 12px auto; }
  .bloc_lg .picture_lg {
    height: 183px; }
  .bloc_lg .picture_lg img {
    width: 100%;
    height: auto !important; }
  .bloc_lg p {
    text-align: center; }
  .bloc_liste {
    padding: 0 15px; }
  .bloc_liste ol {
    text-align: center;
    margin-top: 60px; }
  .bloc_liste ol > li:before {
    width: 1px;
    display: block;
    margin: 0 auto 10px;
    padding: 10px 22px 10px 15px; }
  .bloc_liste ol > li {
    margin: 0 0 35px 0;
    text-indent: inherit;
    list-style-type: none;
    counter-increment: item;
    line-height: 1.2;
    padding: 0 25px; }
  blockquote p::before {
    height: 10px;
    margin-top: -5px; }
  .intro-text {
    padding: 0 20px 30px; }
  .fiche-button {
    left: 0;
    position: relative;
    width: 100%; }
  .fiche-produit .fiche-produit_informations h1 {
    text-align: center; }
  .cms-page-view .fiche-produit .fiche-produit_informations h1::after {
    margin: 30px auto; }
  .fiche-produit_informations_middle {
    position: relative; }
  .cms-page-view .fiche-produit .fiche-produit_informations h1 span {
    display: inline-block;
    text-align: center; }
  .cms-page-view .price-box {
    margin-left: 30%; }
  .full_page_etep .block_title {
    line-height: normal; }
  .full_page_etep .block_title span {
    display: block; }
  .cms-page-view .bloc_contact_rs .bloc {
    display: block;
    padding: 20px 0;
    width: 100%; }
  .bloc_etape .next-etape {
    right: 25px; }
  #sitemap_plan .item {
    width: 50%; } }

@media screen and (min-width: 682px) {
  .hidden_md {
    display: none !important; } }

@media screen and (min-width: 581px) and (max-width: 680px) {
  .bloc_blog .picture_md {
    height: 515px !important; } }

@media screen and (min-width: 530px) and (max-width: 580px) {
  .bloc_blog .picture_md {
    height: 435px !important; } }

@media screen and (max-width: 550px) {
  .responsive-cart-table .data-table td.product {
    width: 65%; } }

@media screen and (max-width: 500px) {
  .responsive-cart-table .data-table td.product {
    width: 65%; } }

@media screen and (max-width: 480px) {
  .intro-text {
    padding: 0 5px 30px; }
  .fiche-button {
    left: 0;
    width: 100%; }
  .cms-page-view .fiche-produit .fiche-button .cta {
    width: 100%; }
  .bloc_etape {
    padding: 0 25px; }
  .bloc_etape .prev-etape,
  .bloc_etape .next-etape {
    top: 27%; }
  .cms-page-view .bloc_contact_rs {
    padding-bottom: 0; }
  #sitemap_plan .item {
    box-sizing: border-box;
    padding: 0 12%;
    width: 100%; } }

@media screen and (max-width: 475px) {
  .responsive-cart-table .data-table td.product {
    width: 62.5%; } }

@media screen and (max-width: 450px) {
  .cart .block-sample .sample {
    width: 28%; }
  .cart .block-sample ul {
    padding: 0 10px; }
  .responsive-cart-table .data-table td.product {
    width: 60%; } }

@media screen and (max-width: 425px) {
  .responsive-cart-table .data-table td.product {
    width: 57.5%; }
  .logo_prehome {
    width: 30%; } }

@media screen and (max-width: 400px) {
  .responsive-cart-table .data-table td.product {
    width: 55%; } }

@media screen and (max-width: 375px) {
  .responsive-cart-table .data-table td.product {
    width: 52.5%; } }

@media screen and (max-width: 350px) {
  .responsive-cart-table .data-table td.product {
    width: 50%; } }

@media screen and (max-width: 335px) {
  .responsive-cart-table .data-table td.product {
    width: 45%; } }

@media screen and (max-width: 320px) {
  #sitemap_plan .bloc_rubrique {
    background-image: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/bandeau-sitemap-mob.png); }
  #sitemap_plan .bloc_rubrique .bloc_txt_zone h1 {
    padding-top: 60px; } }

@media screen and (max-width: 305px) {
  .responsive-cart-table .data-table td.product {
    width: 40%; } }

/* ======================================================================================= */

/*# sourceMappingURL=styles-responsive.css.map */

#background-infos-cookies, #infos-cookies {
  z-index: 999999 !important; }

#infos-cookies .decision .btn-primary span {
  background: red; }

.adexos-rgpd-customer-deleteaccountrequest .col-main h1,
.adexos-rgpd-customer-deletionrequestalreadyexists .col-main h1 {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 15px; }

.adexos-rgpd-customer-deleteaccountrequest .col-main .buttons-set,
.adexos-rgpd-customer-deletionrequestalreadyexists .col-main .buttons-set {
  margin-top: 20px; }

.cookiealert {
  background-color: #333f48 !important; }

#newsletter-validate-detail li.rgpd_conditions {
  padding-bottom: 20px;
  line-height: 18px;
  position: relative;
  overflow-y: hidden;
  list-style: none; }

.customer-account-login .new-users #form-validate li.rgpd_conditions, .customer-account-login .new-users #newsletter-validate-detail li.rgpd_conditions, .customer-account-login .content #form-validate li.rgpd_conditions, .customer-account-login .content #newsletter-validate-detail li.rgpd_conditions, .cms-page-view .new-users #form-validate li.rgpd_conditions, .cms-page-view .new-users #newsletter-validate-detail li.rgpd_conditions, .cms-page-view .content #form-validate li.rgpd_conditions, .cms-page-view .content #newsletter-validate-detail li.rgpd_conditions {
  padding-bottom: 20px;
  line-height: 18px;
  position: relative;
  overflow-y: hidden; }
  .customer-account-login .new-users #form-validate li.rgpd_conditions .lire-plus, .customer-account-login .new-users #newsletter-validate-detail li.rgpd_conditions .lire-plus, .customer-account-login .content #form-validate li.rgpd_conditions .lire-plus, .customer-account-login .content #newsletter-validate-detail li.rgpd_conditions .lire-plus, .cms-page-view .new-users #form-validate li.rgpd_conditions .lire-plus, .cms-page-view .new-users #newsletter-validate-detail li.rgpd_conditions .lire-plus, .cms-page-view .content #form-validate li.rgpd_conditions .lire-plus, .cms-page-view .content #newsletter-validate-detail li.rgpd_conditions .lire-plus {
    position: absolute;
    top: 0;
    width: 100%;
    cursor: pointer;
    background: #fff;
    height: 30px; }
    .customer-account-login .new-users #form-validate li.rgpd_conditions .lire-plus span, .customer-account-login .new-users #newsletter-validate-detail li.rgpd_conditions .lire-plus span, .customer-account-login .content #form-validate li.rgpd_conditions .lire-plus span, .customer-account-login .content #newsletter-validate-detail li.rgpd_conditions .lire-plus span, .cms-page-view .new-users #form-validate li.rgpd_conditions .lire-plus span, .cms-page-view .new-users #newsletter-validate-detail li.rgpd_conditions .lire-plus span, .cms-page-view .content #form-validate li.rgpd_conditions .lire-plus span, .cms-page-view .content #newsletter-validate-detail li.rgpd_conditions .lire-plus span {
      display: flex;
      justify-content: center;
      align-items: center; }
      .customer-account-login .new-users #form-validate li.rgpd_conditions .lire-plus span .picto_picto, .customer-account-login .new-users #newsletter-validate-detail li.rgpd_conditions .lire-plus span .picto_picto, .customer-account-login .content #form-validate li.rgpd_conditions .lire-plus span .picto_picto, .customer-account-login .content #newsletter-validate-detail li.rgpd_conditions .lire-plus span .picto_picto, .cms-page-view .new-users #form-validate li.rgpd_conditions .lire-plus span .picto_picto, .cms-page-view .new-users #newsletter-validate-detail li.rgpd_conditions .lire-plus span .picto_picto, .cms-page-view .content #form-validate li.rgpd_conditions .lire-plus span .picto_picto, .cms-page-view .content #newsletter-validate-detail li.rgpd_conditions .lire-plus span .picto_picto {
        background: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/next.png) no-repeat;
        background-size: 100%;
        margin-left: 26px;
        padding-left: 8px;
        box-sizing: border-box;
        transform: rotate(90deg); }

#infos-cookies .decision .btn-primary,
#infos-cookies .decision .btn-primary span,
#infos-cookies .decision .btn-primary span span {
  background: #323f49 !important; }

#infos-cookies .container-confirm-button button span {
  background: #323f49 !important; }

.checkout-onepage-index #rgpd {
  margin-top: 25px; }

.cookiealert {
  position: fixed;
  width: 100%;
  border: none;
  background-color: rgba(255, 255, 255, 0.85) !important;
  color: black !important;
  font-size: 11pt !important;
  bottom: 0;
  z-index: 2147483644;
  min-height: 50px; }

.cookiealert .message .cookiealert_text, .cookiealert .message .cookiealert_buttons {
  display: inline-block;
  vertical-align: middle; }

.cookiealert .message .cookiealert_text {
  width: 65%;
  text-align: justify;
  padding-left: 20px; }

.cookiealert .message .cookiealert_buttons {
  width: 30%; }

.cookiealert .message .cookiealert_buttons a {
  display: inline-block;
  width: 30%;
  margin: auto;
  text-align: center;
  float: right; }

.accept-all {
  background-color: #323f49;
  border: 1px solid #dcdcdc;
  display: inline-block;
  cursor: pointer;
  color: white !important;
  font-size: 16px;
  padding: 10px 40px;
  text-decoration: none !important; }

.accept-all:hover {
  background-color: #dfdfdf;
  color: black !important; }

.accept-all:active {
  position: relative;
  top: 1px; }

.cookie-param {
  color: black !important;
  margin-top: 10px !important;
  margin-right: 10px !important; }

#infos-cookies .decision .btn-secondary {
  opacity: 0.4; }

#infos-cookies .decision .btn-primary {
  opacity: 1; }

.hide-cookiealert {
  float: right;
  margin-top: 21px;
  margin-right: 3px; }

@media screen and (max-width: 850px) {
  .cookiealert .message .cookiealert_text {
    width: 100%; }
  .cookiealert .message .cookiealert_buttons {
    width: 90%; }
  .cookiealert .message .cookiealert_text {
    padding: 0; } }

@media screen and (max-width: 650px) {
  #infos-cookies {
    width: 81% !important; } }

@media screen and (min-width: 1674px) {
  .cookiealert .message .cookiealert_buttons {
    width: 32%; }
  .hide-cookiealert {
    margin-top: 12px; } }

@media screen and (max-width: 929px) {
  .hide-cookiealert {
    margin-top: 14px; } }

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

@charset "UTF-8";
/* CSS Document */
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local("Lato Light"), local("Lato-Light"), url(https://fonts.gstatic.com/s/lato/v11/dPJ5r9gl3kK6ijoeP1IRsvY6323mHUZFJMgTvxaG2iE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local("Lato Light"), local("Lato-Light"), url(https://fonts.gstatic.com/s/lato/v11/EsvMC5un3kjyUhB9ZEPPwg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url(https://fonts.gstatic.com/s/lato/v11/UyBMtLsHKBKXelqf4x7VRQ.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url(https://fonts.gstatic.com/s/lato/v11/1YwB1sO8YE1Lyjf12WNiUA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"), url(https://fonts.gstatic.com/s/lato/v11/ObQr5XYcoH0WBoUxiaYK3_Y6323mHUZFJMgTvxaG2iE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"), url(https://fonts.gstatic.com/s/lato/v11/H2DMvhDLycM56KNuAtbJYA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local("Lato Black"), local("Lato-Black"), url(https://fonts.gstatic.com/s/lato/v11/R4a6fty3waPci7C44H8AjvY6323mHUZFJMgTvxaG2iE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local("Lato Black"), local("Lato-Black"), url(https://fonts.gstatic.com/s/lato/v11/tI4j516nok_GrVf4dhunkg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

.cms-home .std {
  display: none; }

.bandeau_livraison {
  display: none; }

.bandeau_livraison.mobile {
  display: block; }

@media screen and (min-width: 520px) {
  .bandeau_livraison {
    display: block; }
  .bandeau_livraison.mobile {
    display: none; } }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

ol, ul {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal; }

strong, b {
  font-weight: 700; }

/**/
legend {
  display: none; }

/**/
* {
  margin: 0;
  padding: 0;
  border: none;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: 0; }

a {
  text-decoration: none; }

html, body {
  font-family: 'Lato', sans-serif; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/AjaxLoader.gif) no-repeat center center; }

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0, 0); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #FFF;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  /*visibility: hidden;*/
  visibility: visible; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
  display: none; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050; }

#fancybox-buttons.top {
  top: 10px; }

#fancybox-buttons.bottom {
  bottom: 10px; }

#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: -moz-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -o-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -ms-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0); }

#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0; }

#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/css/fancybox_buttons.png");
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8; }

#fancybox-buttons a:hover {
  opacity: 1; }

#fancybox-buttons a.btnPrev {
  background-position: 5px 0; }

#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e; }

#fancybox-buttons a.btnPlay {
  background-position: 0 -30px; }

#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px; }

#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px; }

#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px; }

#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0; }

#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default; }

#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050; }

#fancybox-thumbs.bottom {
  bottom: 2px; }

#fancybox-thumbs.top {
  top: 2px; }

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }

#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5; }

#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff; }

#fancybox-thumbs ul li:hover {
  opacity: 1; }

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none; }

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none; }

/* Default custom select styles */
div.cs-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  background: #fff;
  z-index: 100;
  width: 100%;
  max-width: 500px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

div.cs-select:focus {
  outline: none;
  /* For better accessibility add a style for this in your skin */ }

.cs-select select {
  display: none; }

.cs-select span {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* Placeholder and selected option */
.cs-select > span {
  padding-right: 3em; }

.cs-select > span::after,
.cs-select .cs-selected span::after {
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.cs-select > span::after {
  content: '\25BE';
  right: 1em; }

.cs-select .cs-selected span::after {
  content: '\2713';
  margin-left: 1em; }

.cs-select.cs-active > span::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); }

/* Options */
.cs-select .cs-options {
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  visibility: hidden; }

.cs-select.cs-active .cs-options {
  visibility: visible; }

.cs-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }

.cs-select ul span {
  padding: 1em; }

.cs-select ul li.cs-focus span {
  background-color: #ddd; }

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
  padding-left: 1em; }

.cs-select li.cs-optgroup > span {
  cursor: default; }

@font-face {
  font-family: 'icomoon';
  src: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/fonts/icomoon/icomoon.eot?-rdnm34");
  src: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/fonts/icomoon/icomoon.eot?#iefix-rdnm34") format("embedded-opentype"), url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/fonts/icomoon/icomoon.woff?-rdnm34") format("woff"), url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/fonts/icomoon/icomoon.ttf?-rdnm34") format("truetype"), url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/fonts/icomoon/icomoon.svg?-rdnm34#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

div.cs-skin-border {
  background: transparent;
  font-size: 2em;
  font-weight: 700;
  max-width: 600px; }

@media screen and (max-width: 30em) {
  div.cs-skin-border {
    font-size: 1em; } }

.cs-skin-border > span {
  border: 5px solid #000;
  border-color: inherit;
  -webkit-transition: background 0.2s, border-color 0.2s;
  transition: background 0.2s, border-color 0.2s; }

.cs-skin-border > span::after,
.cs-skin-border .cs-selected span::after {
  font-family: 'icomoon';
  content: '\e000'; }

.cs-skin-border ul span::after {
  content: '';
  opacity: 0; }

.cs-skin-border .cs-selected span::after {
  content: '\e00e';
  color: #ddd9c9;
  font-size: 1.5em;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.cs-skin-border.cs-active > span {
  background: #fff;
  border-color: #fff;
  color: #2980b9; }

.cs-skin-border .cs-options {
  color: #2980b9;
  font-size: 0.75em;
  opacity: 0;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s; }

.cs-skin-border.cs-active .cs-options {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.cs-skin-border ul span {
  padding: 1em 2em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.cs-skin-border .cs-options li span:hover,
.cs-skin-border li.cs-focus span {
  background: #f5f3ec; }

div.cs-skin-border {
  font-size: 13px;
  background-color: #FFF;
  font-weight: 100;
  max-width: 200px;
  min-width: 235px;
  color: #333f48;
  font-family: 'Lato', sans-serif !important;
  font-weight: 400;
  margin: 0 20px;
  border: solid 1px #d7d9db; }

div.cs-skin-border * {
  font-family: 'Lato', sans-serif !important;
  color: #333f48;
  font-weight: 400; }

div.cs-skin-border span {
  padding: 0 8px;
  line-height: 30px;
  font-size: 13px; }

div.cs-skin-border span:hover {
  background-color: #f5f5f5; }

div.cs-skin-border .cs-placeholder {
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/select/bg-select.png");
  background-color: #FFF;
  padding-right: 30px; }

div.cs-skin-border .cs-placeholder:hover {
  background-color: #FFF; }

div.cs-skin-border .cs-options {
  border: solid 1px #d7d9db;
  font-size: 13px;
  margin-left: -1px; }

div.cs-skin-border .cs-selected {
  color: #333f48; }

div.cs-skin-border .cs-selected span {
  color: #333f48; }

div.cs-skin-border .cs-selected span::after {
  display: none; }

div.cs-skin-border.cs-active {
  border: solid 1px #d7d9db;
  color: #333f48; }

div.cs-skin-border.cs-active > span {
  color: #333f48; }

div.cs-skin-border > span {
  border: none;
  color: #333f48; }

div.cs-skin-border > span::after {
  display: none; }

div.cs-select {
  z-index: 90; }

body,
html {
  color: #333f48;
  overflow-x: hidden;
  font-size: 13px; }

.container {
  text-align: left;
  margin: 0 auto; }

/**/
.main_grey {
  color: #333f48 !important; }

.second_grey {
  color: #8f9498 !important; }

.green {
  color: #a3d55f !important; }

.orange {
  color: #fe7656 !important; }

.second_orange {
  color: #ff8b45 !important; }

.red {
  color: #ff0100 !important; }

/**/
.bold {
  font-weight: 700; }

.black {
  font-weight: 900; }

/**/
.clearfix {
  width: 100%;
  height: 0;
  clear: both;
  display: block; }

.float_left {
  float: left; }

.float_right {
  float: right; }

.align_center {
  text-align: center; }

.align_left {
  text-align: left; }

.align_right {
  text-align: right; }

/**/
.vertical_align_middle {
  vertical-align: middle; }

/**/
.inline_block {
  display: inline-block; }

/**/
.hide {
  display: none; }

/**/
/* .display_table{
	display: table;
}
.display_table_cell{
	display: table-cell;
}
.display_table_row{
	display: table-row;
} */
/**/
.content {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  box-sizing: border-box; }

/**/
.picto {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%; }

/**/
.only_mobile {
  display: none !important; }

/**/
.global_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #333f48;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  display: none;
  -ms-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }

/**/
.lien {
  color: #333f48;
  text-decoration: underline; }

.lien:hover {
  text-decoration: none; }

.cta {
  font-size: 14px;
  text-transform: uppercase;
  color: #FFF;
  background-color: #333f48;
  letter-spacing: 2px;
  display: block;
  margin: 25px auto;
  width: 288px;
  height: 39px;
  line-height: 37px;
  text-align: center;
  cursor: pointer;
  position: relative;
  -ms-transition: all 125ms linear;
  -webkit-transition: all 125ms linear;
  -moz-transition: all 125ms linear;
  transition: all 125ms linear;
  overflow: hidden; }
  .cta.quote, .cta.backsoon {
    letter-spacing: 0; }
  .cta.backsoon {
    cursor: default; }
    .cta.backsoon .picto_puce-cta {
      display: none; }
  .cta .picto_puce-cta {
    position: absolute;
    top: 12px;
    right: 20px;
    -ms-transition: all 125ms linear;
    -webkit-transition: all 125ms linear;
    -moz-transition: all 125ms linear;
    transition: all 125ms linear; }
  .cta:hover .picto_puce-cta {
    right: 13px; }

.cta_back .picto_puce-cta {
  position: absolute;
  top: 12px;
  left: 28px;
  -ms-transition: all 125ms linear;
  -webkit-transition: all 125ms linear;
  -moz-transition: all 125ms linear;
  transition: all 125ms linear;
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari */
  -moz-transform: rotate(180deg);
  transform: rotate(180deg); }

.cta_back:hover .picto_puce-cta {
  left: 20px; }

.cta_valid {
  background-color: #a3d55f; }

.block_title {
  font-weight: 700;
  font-size: 25px;
  color: #333f48;
  display: block;
  text-align: center;
  padding-bottom: 25px;
  position: relative;
  margin: 40px auto; }

.block_title::after {
  width: 75px;
  height: 3px;
  display: block;
  content: '';
  background-color: #333f48;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -36px; }

/*OWL*/
.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next {
  text-indent: -9999px;
  overflow: hidden;
  color: transparent;
  display: inline-block;
  background-color: transparent;
  border-radius: 0;
  display: inline-block;
  background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/picto_carousel.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  background-size: 16px 53px;
  padding: 0;
  margin: 8px;
  opacity: 1 !important; }

.owl-theme .owl-controls .owl-buttons .owl-prev {
  background-position: -2px -30px;
  width: 8px;
  height: 14px; }

.owl-theme .owl-controls .owl-buttons .owl-next {
  background-position: -2px -14px;
  width: 8px;
  height: 14px; }

.owl-theme .owl-controls {
  width: 146px;
  height: 14px;
  position: relative;
  text-align: center; }

.owl-theme .owl-controls .owl-pagination {
  display: inline-block;
  width: auto;
  width: initial;
  margin-top: 0; }

.owl-theme .owl-controls .owl-prev {
  position: absolute;
  top: 0;
  left: 0; }

.owl-theme .owl-controls .owl-next {
  position: absolute;
  top: 0;
  right: 0; }

.owl-theme .owl-controls .owl-page {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin: 6px; }

.owl-theme .owl-controls .owl-page span {
  display: inline-block;
  background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/picto_carousel.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  background-size: 16px 53px;
  background-position: -2px -46px;
  width: 6px;
  height: 6px;
  opacity: 1 !important;
  vertical-align: middle;
  border-radius: 0;
  margin: 0; }

.owl-theme .owl-controls .owl-page.active span {
  background-position: -2px 0;
  width: 12px;
  height: 12px; }

@media screen and (max-width: 1025px) {
  .cta:active {
    background-color: #a3d55f; } }

.tablet_display_none {
  display: none !important; }

@media screen and (max-width: 681px) {
  .only_mobile {
    display: block !important; }
  .mobile_display_none {
    display: none !important; }
  .block_title {
    font-size: 20px;
    padding-bottom: 18px;
    margin: 35px auto; } }

/* PICTO HEADER */
.header_picto {
  display: block;
  background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/header/sprite_header@x2.png") no-repeat;
  background-size: cover;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left; }

.header_picto-basket {
  background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/header/picto_card.png") no-repeat;
  background-size: cover;
  width: 29px;
  height: 27px; }

.header_picto-store {
  background-position: -2px 0;
  width: 29px;
  height: 27px; }

.header_picto-burger {
  background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/header/picto_burger.png") no-repeat;
  background-size: cover;
  width: 28px;
  height: 16px; }

.header_picto-search {
  background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/header/picto_search.png") no-repeat;
  background-size: cover;
  width: 27px;
  height: 27px; }

.header_picto-account {
  background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/header/picto_account.png") no-repeat;
  background-size: cover;
  width: 24px;
  height: 27px; }

.header_picto-close {
  background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/header/picto_close.png") no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px; }

/* FOOTER */
.footer_picto {
  display: block;
  background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/footer/sprite_garanties_footer.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  background-size: 69px 168px;
  margin: 0 auto 20px; }

.footer_picto-livraison-gratuite {
  background-position: -2px -0px;
  width: 65px;
  height: 40px; }

.footer_picto-paiement-secu {
  background-position: -2px -42px;
  width: 51px;
  height: 38px; }

.footer_picto-echantillons-offerts {
  background-position: -2px -82px;
  width: 36px;
  height: 41px; }

.footer_picto-livraison-garantie {
  background-position: -2px -125px;
  width: 35px;
  height: 41px; }

/* PICTO */
.picto_picto {
  display: inline-block;
  background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/puce_picto.png") no-repeat;
  background-size: 35px 106px;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left; }

.picto_picto-newsletter {
  background-position: -2px 0;
  width: 31px;
  height: 22px; }

.picto_picto-instagram {
  background-position: -2px -24px;
  width: 21px;
  height: 21px; }

.picto_picto-remove {
  background-position: -2px -47px;
  width: 15px;
  height: 15px; }

.picto_picto-plus {
  background-position: -2px -64px;
  width: 24px;
  height: 24px; }

.picto_picto-moins {
  background-position: -19px -47px;
  width: 11px;
  height: 2px; }

.picto_picto-facebook {
  background-position: -19px -51px;
  width: 10px;
  height: 21px; }

.picto_picto-wechat {
  background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/wechat23.png") top center no-repeat;
  width: 30px;
  height: 23px; }

.picto_puce-back {
  background-position: -18px -74px;
  width: 7px;
  height: 14px; }

.picto_puce-cta {
  background-position: -2px -80px;
  width: 7px;
  height: 14px; }

.picto_puce-next {
  background-position: -11px -90px;
  width: 7px;
  height: 14px; }

/* COMMUNAUTE */
.picto_communautaire {
  display: inline-block;
  background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/sprite_communaute.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  background-size: 112px 260px; }

.picto_communautaire-testeur {
  background-position: -2px 0;
  width: 108px;
  height: 75px; }

.picto_communautaire-echantillons {
  background-position: -2px -75px;
  width: 77px;
  height: 93px; }

.picto_communautaire-conseils {
  background-position: -2px -168px;
  width: 74px;
  height: 90px; }

.picto_carousel {
  display: inline-block;
  background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/picto_carousel.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  background-size: 16px 53px; }

.carousel_actif {
  background-position: -2px 0;
  width: 12px;
  height: 12px; }

.carousel_next {
  background-position: -2px -14px;
  width: 8px;
  height: 14px; }

.carousel_prev {
  background-position: -2px -30px;
  width: 8px;
  height: 14px; }

.carousel_item {
  background-position: -2px -46px;
  width: 6px;
  height: 6px; }

/* FICHE PRODUIT */
.picto_fp {
  display: inline-block;
  background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/sprite_fiche-produit.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  background-size: 36px 210px; }

.picto_fp-echantillons {
  background-position: -2px 0;
  width: 32px;
  height: 37px; }

.picto_fp-livraison {
  background-position: -2px -39px;
  width: 31px;
  height: 37px; }

.picto_fp-charte {
  background-position: -2px -78px;
  width: 26px;
  height: 26px; }

.picto_fp-tour {
  background-position: -2px -106px;
  width: 19px;
  height: 39px; }

.picto_fp-filtre {
  background-position: -2px -146px;
  width: 17px;
  height: 15px; }

.picto_fp-zoom {
  background-position: -2px -163px;
  width: 16px;
  height: 16px; }

.picto_fp-next-prev {
  background-position: -2px -181px;
  width: 14px;
  height: 27px; }

.picto_fp-partager {
  display: inline-block;
  background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/sprite_fiche-produit.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  background-size: 36px 210px;
  background-position: -18px -181px;
  width: 14px;
  height: 15px; }

.picto_fp-distributeur {
  display: inline-block;
  background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/picto-distri-officiel.png") no-repeat;
  background-position: 0 0;
  width: 40px;
  height: 34px;
  left: 6px;
  margin-top: 6px; }

.puce-filtre {
  display: inline-block;
  width: 7px;
  height: 15px;
  background-size: 7px 14px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/select/puce-filtre.svg"); }

.formulaire label {
  display: block;
  line-height: 20px;
  padding: 5px 0; }

.formulaire .oubli_mdp {
  font-size: 10px; }

.formulaire input[type="text"],
.formulaire input[type="tel"],
.formulaire input[type="mail"],
.formulaire input[type="password"] {
  border: solid 1px #333f48;
  background-color: #FFF;
  font-size: 13px;
  color: #333f48;
  height: 39px;
  line-height: 39px;
  text-align: left;
  padding: 0 14px;
  box-sizing: border-box;
  margin: 5px 0 10px;
  width: 100%;
  display: block; }

.formulaire input[type="text"]::-webkit-input-placeholder,
.formulaire input[type="tel"]::-webkit-input-placeholder,
.formulaire input[type="mail"]::-webkit-input-placeholder,
.formulaire input[type="password"]::-webkit-input-placeholder {
  color: #333f48;
  opacity: 0.5;
  font-style: italic; }

.formulaire input[type="text"]::-moz-placeholder,
.formulaire input[type="tel"]::-moz-placeholder,
.formulaire input[type="mail"]::-moz-placeholder,
.formulaire input[type="password"]::-moz-placeholder {
  color: #333f48;
  opacity: 0.5;
  font-style: italic; }

.formulaire input[type="text"]:-ms-input-placeholder,
.formulaire input[type="tel"]:-ms-input-placeholder,
.formulaire input[type="mail"]:-ms-input-placeholder,
.formulaire input[type="password"]:-ms-input-placeholder {
  color: #333f48;
  opacity: 0.5;
  font-style: italic; }

.formulaire input[type="text"]:-moz-placeholder,
.formulaire input[type="tel"]:-moz-placeholder,
.formulaire input[type="mail"]:-moz-placeholder,
.formulaire input[type="password"]:-moz-placeholder {
  color: #333f48;
  opacity: 0.5;
  font-style: italic; }

/* CHECKBOX */
input[type=checkbox].css_checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

input[type=checkbox].css_checkbox + label.css_checkbox_label {
  height: 14px;
  line-height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -2px -16px;
  background-image: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/select/sprite_checkbox.png");
  background-size: 23px 32px;
  vertical-align: middle;
  cursor: pointer;
  width: auto;
  width: initial;
  border-bottom: none;
  padding: 0 0 0 26px;
  text-align: left;
  font-size: 13px;
  color: #333f48; }

input[type=checkbox].css_checkbox:checked + label.css_checkbox_label {
  background-position: -2px 0; }

label.css_checkbox_label {
  background-position: -2px -16px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* RADIO */
input[type=radio].css_radio {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

input[type=radio].css_radio + label.css_radio_label {
  height: 20px;
  line-height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -2px 0;
  background-image: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/select/sprite_radio.png");
  background-size: 24px 44px;
  vertical-align: middle;
  cursor: pointer;
  width: auto;
  width: initial;
  border-bottom: none;
  padding: 0 0 0 36px;
  text-align: left;
  font-size: 13px;
  color: #333f48; }

input[type=radio].css_radio:checked + label.css_radio_label {
  background-position: -2px -22px; }

label.css_radio_label {
  background-position: -2px 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

header {
  width: 100%;
  box-sizing: border-box;
  height: 144px;
  padding: 30px 20px 0;
  max-width: 990px;
  margin: 0 auto;
  position: relative;
  border-bottom: solid 1px #333f48;
  text-align: left;
  /* NAVIGATION */ }

.cms-index-index header {
  border-bottom: 0; }

header .header_logo {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -74px;
  width: 150px;
  height: auto; }

header .header_link {
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  color: #333f48; }

header .header_link .header_picto {
  margin: 0 auto 14px; }

header .header_link:hover {
  color: #a3d55f; }

header .header_link .pastille_mobile {
  display: none; }

header .header_link_search {
  float: left; }

header .header_link_burger {
  float: left;
  margin-top: 7px;
  margin-right: 35px;
  display: none; }

header .header_link_burger .header_picto {
  margin: 0 auto 18px; }

header .header_link_basket,
header .header_link_store,
header .header_link_account {
  float: right; }

header .header_link_account {
  margin-right: 35px; }

header .header_main_nav {
  float: left;
  margin-top: 20px; }

header .header_main_nav .main_li:first-child .main_category {
  padding-left: 0; }

header .header_nav_marque {
  float: right;
  margin-top: 20px; }

header .header_nav_marque .main_li:last-child .main_category {
  padding-right: 0; }

header .header_nav_communaute {
  display: none; }

header .pub_tablette {
  display: none;
  margin-top: 30px;
  width: 100%;
  text-align: center; }

header .pub_tablette img {
  max-width: 100%;
  height: auto; }

header .pub_mob {
  display: none;
  width: 100%;
  text-align: center; }

header .pub_mob img {
  max-width: 100%;
  height: auto; }

header .main_li {
  display: inline-block;
  padding: 0; }

header .main_li .main_category {
  cursor: pointer;
  color: #333f48;
  font-size: 13px;
  line-height: 40px;
  height: 40px;
  padding: 0 15px;
  display: block;
  position: relative;
  border-bottom: solid 3px transparent;
  top: -1px;
  z-index: 1; }

header .main_li .main_category.current_category {
  border-bottom: solid 3px #a3d55f; }

header .main_li:hover .main_category {
  border-bottom: solid 3px #a3d55f; }

header .main_li:hover .layer_navigation {
  display: block; }

header .main_li:last-child {
  margin-right: 0; }

@media screen and (max-width: 1025px) {
  header {
    height: 114px; }
  header .header_link_burger {
    display: inline-block; }
  header .header_main_nav {
    float: none;
    margin-top: 0; }
  header .header_main_nav .main_li:first-child .main_category {
    padding-left: 52px; }
  header .header_nav_marque {
    float: none;
    margin-top: 0; }
  header .header_nav_communaute {
    display: block; }
  header .header_nav_communaute li {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    height: 56px;
    line-height: 56px;
    padding-left: 105px;
    position: relative;
    background-color: #f5f5f5;
    box-sizing: border-box;
    border-bottom: solid 1px #FFF; }
  header .header_nav_communaute li .picto_communautaire {
    position: absolute;
    left: 15px;
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    transform: scale(0.4); }
  header .header_nav_communaute li .picto_communautaire-testeur {
    top: -6px; }
  header .header_nav_communaute li .picto_communautaire-echantillons {
    -ms-transform: scale(0.35);
    -webkit-transform: scale(0.35);
    -moz-transform: scale(0.35);
    transform: scale(0.35);
    left: 24px;
    top: -15px; }
  header .header_nav_communaute li a {
    color: #333f48; }
  header .header_nav_communaute li a:hover {
    text-decoration: underline; }
  header .main_menu {
    width: 640px;
    position: absolute;
    left: -700px;
    top: 0;
    -ms-transition: left 250ms ease-in-out;
    -webkit-transition: left 250ms ease-in-out;
    -moz-transition: left 250ms ease-in-out;
    transition: left 250ms ease-in-out; }
  header .layer_navigation {
    width: 640px;
    position: absolute;
    left: -700px;
    top: 0;
    display: block;
    -ms-transition: left 250ms ease-in-out;
    -webkit-transition: left 250ms ease-in-out;
    -moz-transition: left 250ms ease-in-out;
    transition: left 250ms ease-in-out; }
  header .pub_tablette {
    display: block; }
  header .main_li {
    display: block;
    margin-right: 0; }
  header .main_li .main_category {
    color: #333f48;
    font-size: 18px;
    line-height: 56px;
    height: 56px;
    padding: 0 0 0 52px;
    border-bottom: solid 1px #f5f5f5;
    top: 0;
    cursor: pointer;
    background-image: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/header/puce_tablette.svg");
    background-repeat: no-repeat;
    background-position: 610px center; }
  header .main_li .main_category.current_category {
    border-bottom: solid 1px #a3d55f; }
  header .main_li .main_category:first-child {
    padding-left: 52px; }
  header .main_li:hover {
    /* .layer_navigation{
					display: none;
				} */ }
  header .main_li:hover .main_category {
    border-bottom: solid 1px #a3d55f; }
  header .main_li:last-child {
    margin-right: 0; }
  header nav {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFF;
    z-index: 300;
    width: 640px; } }

@media screen and (max-width: 681px) {
  header {
    height: 70px;
    padding: 8px; }
  header .header_logo {
    top: 8px;
    margin-left: -50px;
    width: 100px; }
  header .header_link {
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7);
    position: relative; }
  header .header_link .header_picto {
    margin: 0; }
  header .header_link span {
    display: none; }
  header .header_link .pastille_mobile {
    display: block;
    background-color: #a3d55f;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #333f48;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    line-height: 24px;
    width: 24px;
    position: absolute;
    top: -12px;
    left: 35px; }
  header .header_link_account, header .header_link_burger {
    margin-right: 5px; }
  header .header_picto-burger, header .header_picto-search, header .header_picto-account, header .header_picto-basket {
    width: 51px;
    height: 58px; }
  header .header_picto-burger {
    height: 45px; }
  header .header_picto-search {
    height: 52px; }
  header .header_picto-basket {
    width: 62px; }
  .switch-store {
    margin-right: 15px;
    margin-top: 5px; }
  header .header_link_burger {
    margin-right: 15px; }
  header .pub_mob {
    display: block; }
  header .pub_tablette {
    display: none; }
  header .header_main_nav .main_li:first-child .main_category {
    padding-left: 25px; }
  header .main_li .main_category {
    color: #333f48;
    font-size: 16px;
    line-height: 46px;
    height: 46px;
    padding: 0 0 0 25px;
    background-position: 258px center; }
  header .main_li .main_category:first-child {
    padding-left: 25px; }
  header .header_link_basket.zindex {
    z-index: 200; }
  header .main_menu {
    width: 288px; }
  header .layer_navigation {
    width: 288px; }
  header .header_nav_communaute li {
    font-size: 16px;
    height: auto;
    height: initial;
    line-height: 16px;
    padding-left: 75px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px; }
  header .header_nav_communaute li .picto_communautaire {
    position: absolute;
    left: -7px;
    -ms-transform: scale(0.25);
    -webkit-transform: scale(0.25);
    -moz-transform: scale(0.25);
    transform: scale(0.25); }
  header .header_nav_communaute li .picto_communautaire-testeur {
    top: -6px; }
  header .header_nav_communaute li .picto_communautaire-echantillons {
    -ms-transform: scale(0.25);
    -webkit-transform: scale(0.25);
    -moz-transform: scale(0.25);
    transform: scale(0.25);
    left: -4px;
    top: -15px; }
  header .header_nav_communaute li a {
    color: #333f48; }
  header .header_nav_communaute li a:hover {
    text-decoration: underline; } }

.layer_navigation {
  width: 1000px;
  position: absolute;
  top: 144px;
  left: -5px;
  background-color: #FFF;
  z-index: 300;
  -moz-box-shadow: 0 0 4px 0 rgba(51, 63, 72, 0.16);
  -webkit-box-shadow: 0 0 4px 0 rgba(51, 63, 72, 0.16);
  -o-box-shadow: 0 0 4px 0 rgba(51, 63, 72, 0.16);
  box-shadow: 0 0 4px 0 rgba(51, 63, 72, 0.16);
  font-size: 14px;
  display: none; }

.layer_navigation .layer_navigation_back {
  display: none; }

.layer_navigation .columns {
  display: table;
  margin: 14px 0; }

.layer_navigation .column {
  width: 248px;
  box-sizing: border-box;
  padding: 0 10px;
  border-left: solid 1px #eaebec;
  display: table-cell;
  vertical-align: top; }

.layer_navigation .column:first-child {
  border-left: none;
  padding-left: 20px; }

.layer_navigation .column:last-child {
  padding-right: 20px; }

.layer_navigation .pub {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  display: block; }

.layer_navigation .pub img {
  max-width: 100%;
  width: 100%;
  height: auto; }

.layer_navigation .marque {
  display: inline-block;
  margin: 20px 10px;
  vertical-align: middle; }

.layer_navigation .layer_navigation_liste {
  line-height: 18px;
  padding: 20px 0 5px; }

.layer_navigation .layer_navigation_liste li {
  padding: 2px 0 2px 10px; }

.layer_navigation .layer_navigation_liste li a {
  color: #333f48; }

.layer_navigation .layer_navigation_liste li a:hover {
  text-decoration: underline; }

.layer_navigation .layer_navigation_liste li:first-child {
  text-transform: uppercase;
  padding-left: 0;
  padding-bottom: 15px; }

.layer_navigation .layer_navigation_liste li:first-child a {
  color: #a3d55f; }

.layer_navigation .layer_navigation_liste li:only-child {
  text-align: center; }

.layer_navigation .layer_navigation_liste li:first-child span {
  color: #8f9498; }

.layer_navigation .layer_produit {
  text-align: center;
  color: #333f48; }

.layer_navigation .layer_produit p {
  padding-bottom: 5px;
  padding: 0 10px 5px; }

.layer_navigation .layer_produit .info .libelle {
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 1px;
  display: block; }

.layer_navigation .layer_produit .info .libelle p {
  padding: 0; }

.layer_navigation .layer_produit .info span,
.layer_navigation .layer_produit .info div {
  margin: 0 0 5px 0; }

.layer_navigation .layer_produits {
  display: inline-block;
  margin-right: 20px; }

.layer_navigation .layer_produit .prix {
  color: #a3d55f;
  font-size: 15px; }

.layer_navigation .layer_produit .descriptif {
  font-size: 12px; }

.layer_navigation .layer_navigation_communaute {
  background-color: #f5f5f5;
  padding: 0 26px;
  box-sizing: border-box;
  height: 52px; }

.layer_navigation .layer_navigation_communaute li {
  display: inline-block;
  width: calc(48% - 110px);
  font-size: 13px;
  text-transform: uppercase;
  height: 52px;
  line-height: 52px;
  padding-left: 110px;
  position: relative; }

.layer_navigation .layer_navigation_communaute li .picto_communautaire {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 10px;
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5); }

.layer_navigation .layer_navigation_communaute li .picto_communautaire-testeur {
  top: -10px; }

.layer_navigation .layer_navigation_communaute li .picto_communautaire-echantillons {
  -ms-transform: scale(0.35);
  -webkit-transform: scale(0.35);
  -moz-transform: scale(0.35);
  transform: scale(0.35);
  top: -18px;
  left: 30px; }

.layer_navigation .layer_navigation_communaute li a {
  color: #333f48; }

.layer_navigation .layer_navigation_communaute li a:hover {
  text-decoration: underline; }

@media screen and (max-width: 1025px) {
  .layer_navigation {
    padding: 0;
    -moz-box-shadow: 0 0 4px 0 rgba(51, 63, 72, 0.16);
    -webkit-box-shadow: 0 0 4px 0 rgba(51, 63, 72, 0.16);
    -o-box-shadow: 0 0 4px 0 rgba(51, 63, 72, 0.16);
    box-shadow: 0 0 4px 0 rgba(51, 63, 72, 0.16); }
  .layer_navigation .layer_navigation_back {
    display: block;
    background-color: #333f48;
    color: #FFF;
    font-size: 18px;
    line-height: 20px;
    padding: 18px 0 18px 90px;
    cursor: pointer;
    background-image: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/header/puce_tablette_back.svg");
    background-position: 54px center;
    background-repeat: no-repeat; }
  .layer_navigation .pub,
  .layer_navigation .marque,
  .layer_navigation .layer_produit {
    display: none; }
  .layer_navigation .columns {
    display: block;
    width: 100%;
    margin: 0; }
  .layer_navigation .column {
    display: block;
    width: 100%;
    border: none;
    padding: 0; }
  .layer_navigation .layer_navigation_liste li:only-child {
    text-align: left; }
  .layer_navigation .column:first-child {
    padding-left: 0; }
  .layer_navigation .column:last-child {
    padding-right: 0; }
  .layer_navigation .layer_navigation_liste {
    line-height: 18px;
    padding: 0;
    font-size: 18px; }
  .layer_navigation .layer_navigation_liste li {
    padding: 21px 0 21px 120px;
    line-height: 20px;
    border-bottom: solid 1px #f5f5f5; }
  .layer_navigation .layer_navigation_liste li:first-child {
    text-transform: uppercase;
    padding-left: 90px;
    padding-bottom: 21px; }
  .layer_navigation .layer_navigation_liste li:first-child a {
    color: #a3d55f; }
  .layer_navigation .layer_navigation_liste li:first-child span {
    color: #8f9498;
    cursor: pointer; }
  .layer_navigation .layer_navigation_liste_secondaire li {
    display: none; }
  .layer_navigation .layer_navigation_liste_secondaire li:first-child {
    display: block; }
  .layer_navigation .layer_navigation_liste_secondaire li:first-child span {
    display: block;
    position: relative; }
  .layer_navigation .layer_navigation_liste_secondaire li:first-child span.close::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    color: #8f9498;
    font-size: 30px;
    font-weight: 400;
    margin-top: -13px; }
  .layer_navigation .layer_navigation_liste_secondaire li:first-child span.close.open::after {
    content: '-' !important;
    position: absolute;
    right: 20px;
    top: 50%;
    color: #8f9498;
    font-size: 40px;
    font-weight: 400;
    margin-top: -13px; }
  .layer_navigation .layer_navigation_communaute {
    display: none; } }

@media screen and (max-width: 681px) {
  .layer_navigation .layer_navigation_back {
    font-size: 13px;
    line-height: 20px;
    padding: 13px 0 13px 67px;
    background-position: 25px center; }
  .layer_navigation .layer_navigation_liste {
    line-height: 18px;
    font-size: 13px; }
  .layer_navigation .layer_navigation_liste li {
    padding: 15px 0 15px 45px;
    line-height: 18px;
    font-size: 13px; }
  .layer_navigation .layer_navigation_liste li:first-child {
    padding-left: 25px;
    padding-bottom: 15px;
    font-size: 16px; }
  .layer_navigation .layer_navigation_liste_secondaire li {
    display: none; }
  .layer_navigation .layer_navigation_liste_secondaire li:first-child {
    display: block;
    padding-left: 15px; }
  .layer_navigation .layer_navigation_liste_secondaire li:first-child span {
    display: block;
    position: relative; }
  .layer_navigation .layer_navigation_liste_secondaire li:first-child span.close::after {
    right: 15px;
    font-size: 25px;
    margin-top: -11px; }
  .layer_navigation .layer_navigation_liste_secondaire li:first-child span.close.open::after {
    right: 15px;
    font-size: 30px;
    margin-top: -10px; } }

.panier_lateral {
  width: 600px;
  min-height: 100%;
  background-color: #FFF;
  position: absolute;
  top: 0;
  right: -600px;
  z-index: 100;
  -ms-transition: right 250ms ease-in-out;
  -webkit-transition: right 250ms ease-in-out;
  -moz-transition: right 250ms ease-in-out;
  transition: right 250ms ease-in-out;
  display: none; }

.panier_lateral .panier_image {
  width: 100%;
  text-align: center; }

.panier_lateral .panier_image img {
  margin-left: -80px; }

.panier_lateral .panier_image .panier_empty {
  font-size: 20px;
  line-height: 22px;
  padding: 20px 0 0 0;
  font-weight: bold; }

.panier_lateral .panier_image .panier_empty::after {
  width: 75px;
  height: 3px;
  background: #333f48;
  display: block;
  content: '';
  margin: 20px auto; }

.panier_lateral .panier_description {
  text-align: center;
  margin-bottom: 25px; }

.panier_lateral .panier_description span {
  display: block;
  font-size: 18px;
  line-height: 22px; }

.panier_lateral .panier_listing li {
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
  font-size: 16px;
  background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/next.png") no-repeat center right;
  background-size: 7px; }

.panier_lateral .panier_lateral_link {
  display: block;
  float: left;
  width: 222px;
  height: 114px;
  box-sizing: border-box;
  text-transform: uppercase;
  padding-top: 40px;
  line-height: 20px;
  position: relative; }

.panier_lateral .panier_lateral_link .picto_picto {
  position: absolute;
  top: 55px; }

.panier_lateral .panier_lateral_link .picto_picto.picto_puce-back {
  left: 30px; }

.panier_lateral .panier_lateral_link .picto_picto.picto_puce-next {
  right: 26px; }

.panier_lateral .panier_lateral_link.panier_lateral_link-panier {
  width: 156px;
  background-color: #a3d55f;
  text-align: center;
  font-size: 11px;
  color: #333f48;
  padding-top: 30px; }

.panier_lateral .panier_lateral_link.panier_lateral_link-panier .white {
  color: #FFF; }

.panier_lateral .panier_lateral_link.panier_lateral_link-panier .header_picto-basket {
  margin: 0 auto 10px;
  display: block; }

.panier_lateral .panier_lateral_link.panier_lateral_link-achat {
  background-color: #f5f5f5;
  color: #333f48;
  padding-left: 60px;
  padding-right: 30px;
  text-align: left; }

.panier_lateral .panier_lateral_link.panier_lateral_link-commande {
  background-color: #333f48;
  color: #FFF;
  padding-left: 30px;
  text-align: left; }

.panier_lateral .panier_lateral_total {
  padding: 45px 70px 80px 60px;
  text-align: left; }

.panier_lateral .panier_lateral_total p {
  text-align: left;
  font-size: 20px;
  line-height: 24px;
  float: left; }

.panier_lateral .panier_lateral_total p.panier_lateral_promo {
  float: none;
  display: block;
  width: 100%;
  text-align: right;
  margin-top: 20px; }

.panier_lateral .panier_lateral_total p.panier_lateral_promo a {
  color: #8a8a8a;
  font-size: 16px;
  border-bottom: 1px solid #8a8a8a; }

.panier_lateral .panier_lateral_total p.panier_lateral_promo a:hover {
  border: 0; }

.panier_lateral .panier_lateral_total .prix_total {
  font-size: 30px;
  float: right;
  margin-top: 15px; }

.panier_lateral .panier_lateral_produit {
  padding: 20px 55px 45px 15px;
  position: relative; }

.panier_lateral .panier_lateral_produit::after {
  content: '';
  display: block;
  width: 500px;
  height: 1px;
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -250px; }

.panier_lateral .panier_lateral_produit .remove_product {
  position: absolute;
  right: 55px;
  top: 42px; }

.panier_lateral .panier_lateral_produit .produit_visuel {
  float: left;
  width: 160px;
  height: 160px; }

.panier_lateral .panier_lateral_produit .produit_desc {
  float: left;
  overflow: hidden;
  text-align: left;
  width: calc(100% - 160px);
  padding-top: 30px;
  box-sizing: border-box;
  min-height: 145px;
  position: relative;
  width: 340px; }

.panier_lateral .panier_lateral_produit .produit_libelle {
  font-size: 15px;
  font-weight: 700;
  display: block;
  padding-bottom: 5px; }

.panier_lateral .panier_lateral_produit .produit_info {
  font-size: 11px;
  color: #a3d55f;
  display: block; }

.panier_lateral .panier_lateral_produit .produit_prix {
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  right: 0; }

.panier_lateral .panier_lateral_produit .produit_plus,
.panier_lateral .panier_lateral_produit .produit_quantite,
.panier_lateral .panier_lateral_produit .produit_moins {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
  margin-right: 3px; }

.panier_lateral .panier_lateral_produit .produit_plus,
.panier_lateral .panier_lateral_produit .produit_moins,
.cart .button-qty {
  background-color: #FFF;
  color: #333f48;
  font-size: 22px;
  cursor: pointer; }

.panier_lateral .panier_lateral_produit .produit_quantite {
  font-size: 12px;
  background-color: #FFF;
  font-weight: 700;
  color: #333f48;
  border: solid 1px #d7d9db; }

.panier_lateral .panier_lateral_produit .produit_mod_quantite {
  position: absolute;
  bottom: 0;
  left: 0; }

@media screen and (max-width: 681px) {
  .panier_lateral {
    width: 290px;
    right: -290px; }
  .panier_lateral .panier_lateral_link .picto_picto {
    top: 8px;
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8); }
  .panier_lateral .panier_lateral_link .picto_picto.picto_puce-next {
    right: 16px; }
  .panier_lateral .panier_lateral_link .picto_picto.picto_puce-back {
    display: none; }
  .panier_lateral .panier_lateral_link.panier_lateral_link-panier {
    display: none; }
  .panier_lateral .panier_lateral_link.panier_lateral_link-achat {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    text-decoration: underline;
    height: auto;
    height: initial;
    width: auto;
    width: initial;
    display: inline-block;
    padding-top: 0;
    font-size: 13px;
    text-transform: auto;
    text-transform: initial;
    margin: 15px 0 35px 20px; }
  .panier_lateral .panier_lateral_link.panier_lateral_link-achat:first-letter {
    text-transform: uppercase; }
  .panier_lateral .panier_lateral_link.panier_lateral_link-achat::before {
    content: '<'; }
  .panier_lateral .panier_lateral_link.panier_lateral_link-commande {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 248px;
    height: 30px;
    line-height: 30px;
    padding-top: 0;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0 0 0 20px; }
  .panier_lateral .panier_lateral_total {
    padding: 30px 30px 40px 30px;
    text-align: left; }
  .panier_lateral .panier_lateral_total p {
    font-size: 13px; }
  .panier_lateral .panier_lateral_total .prix_total {
    font-size: 20px;
    margin-top: 26px; }
  .panier_lateral .panier_lateral_produit {
    padding: 20px 0;
    border-top: solid 1px #f5f5f5; }
  .panier_lateral .panier_lateral_produit::after {
    display: none; }
  .panier_lateral .panier_lateral_produit .remove_product {
    right: 15px;
    top: 26px;
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7); }
  .panier_lateral .panier_lateral_produit .produit_visuel {
    width: 105px;
    height: 105px; }
  .panier_lateral .panier_lateral_produit .produit_desc {
    width: calc(100% - 135px);
    padding-top: 5px;
    min-height: 125px; }
  .panier_lateral .panier_lateral_produit .produit_libelle {
    font-size: 13px; }
  .panier_lateral .panier_lateral_produit .produit_info {
    font-size: 12px; }
  .panier_lateral .panier_lateral_produit .produit_prix {
    font-size: 13px;
    position: relative; }
  .panier_lateral .panier_lateral_produit .produit_mod_quantite {
    position: relative;
    margin: 15px 0; }
  .panier_lateral .panier_image img {
    margin-left: -60px;
    max-width: 75%; } }

.filtre_lateral {
  width: 480px;
  min-height: 100%;
  background-color: #FFF;
  position: absolute;
  top: 0;
  right: -600px;
  z-index: 100;
  -ms-transition: right 250ms ease-in-out;
  -webkit-transition: right 250ms ease-in-out;
  -moz-transition: right 250ms ease-in-out;
  transition: right 250ms ease-in-out;
  display: none;
  text-align: left; }

.filtre_lateral .close_filtre_lateral {
  position: absolute;
  top: 14px;
  right: 16px; }

.filtre_lateral .close_filtre_lateral:hover {
  opacity: 0.5; }

.filtre_lateral .filter_lateral_titre {
  padding: 50px 0 30px 40px;
  font-size: 20px;
  line-height: 24px; }

.filtre_lateral .categorie_filtre {
  line-height: 57px;
  text-transform: uppercase;
  padding-left: 40px;
  background-color: #f5f5f5;
  margin-bottom: 6px;
  cursor: pointer;
  font-weight: 400;
  position: relative; }

.filtre_lateral .categorie_filtre .puce-filtre {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -7px; }

.filtre_lateral .categorie_filtre.open .puce-filtre {
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Safari */
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.filtre_lateral .categorie_filtre_options {
  padding: 10px 20px 10px 95px;
  font-size: 16px;
  display: none; }

.filtre_lateral .categorie_filtre_options li {
  padding: 7px 0; }

.filtre_lateral .categorie_filtre_options li a {
  font-size: 14px;
  text-decoration: none; }

.filtre_lateral .categorie_filtre_options li a:hover {
  text-decoration: underline; }

.filtre_lateral .cta {
  background-color: #a3d55f;
  width: 174px; }

@media screen and (max-width: 681px) {
  .filter_lateral_titre {
    padding: 25px 20px 15px 20px;
    font-size: 16px;
    line-height: 19px; }
  .categorie_filtre {
    line-height: 40px;
    padding-left: 30px; }
  .filtre_lateral {
    width: 280px;
    -ms-transition: right 125ms ease-in-out;
    -webkit-transition: right 125ms ease-in-out;
    -moz-transition: right 125ms ease-in-out;
    transition: right 125ms ease-in-out; }
  .filtre_lateral .categorie_filtre_options {
    padding: 10px 20px 10px 35px;
    font-size: 13px; } }

.layer_account {
  background-color: #FFF;
  color: #333f48;
  z-index: 101;
  position: absolute;
  right: -12px;
  top: 100px;
  font-size: 13px;
  width: 390px;
  padding: 10px 25px;
  box-sizing: border-box;
  padding-bottom: 35px;
  -moz-box-shadow: 0 0 4px 0 rgba(51, 63, 72, 0.16);
  -webkit-box-shadow: 0 0 4px 0 rgba(51, 63, 72, 0.16);
  -o-box-shadow: 0 0 4px 0 rgba(51, 63, 72, 0.16);
  box-shadow: 0 0 4px 0 rgba(51, 63, 72, 0.16);
  display: none; }

.layer_account.layer_logging {
  display: none !important; }

.layer_account .small {
  font-size: 10px; }

.layer_account .layer_account_link {
  font-size: 15px;
  margin: 25px 0; }

.layer_account .layer_account_link a {
  color: #333f48; }

.layer_account .layer_account_link a:hover {
  text-decoration: underline; }

.layer_account .layer_account_link li {
  border-bottom: solid 1px #eaebec;
  display: block;
  padding: 12px 0; }

.layer_account .close_layer_account {
  position: absolute;
  top: 14px;
  right: 16px; }

.layer_account .close_layer_account:hover {
  opacity: 0.5; }

.layer_account .separation {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #eaebec;
  margin: 25px auto; }

.layer_account .layer_title {
  font-size: 20px;
  text-align: center;
  padding-bottom: 15px;
  position: relative;
  font-weight: 700;
  margin: 16px auto; }

.layer_account .layer_title::after {
  content: '';
  width: 75px;
  height: 3px;
  background-color: #333f48;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -37px; }

@media screen and (max-width: 1025px) {
  .layer_account {
    right: 0;
    top: 115px;
    width: 100%; } }

@media screen and (max-width: 681px) {
  .layer_account {
    top: 71px;
    width: 100%; } }

.layer_search {
  background-color: #f5f5f5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 182px;
  z-index: 300;
  padding: 0 15px;
  box-sizing: border-box;
  -ms-transition: top 250ms ease-in-out;
  -webkit-transition: top 250ms ease-in-out;
  -moz-transition: top 250ms ease-in-out;
  transition: top 250ms ease-in-out; }
  .layer_search .search-autocomplete {
    height: 350px;
    overflow-y: auto; }

.layer_search.hidden {
  top: -182px; }

.layer_search .content {
  padding-top: 60px;
  position: relative; }

.layer_search .form_search {
  border-bottom: solid 2px #333f48;
  width: 100%;
  max-width: 855px;
  display: block;
  margin: 0 auto; }

.layer_search .close_layer_search {
  position: absolute;
  top: 24px;
  right: 24px; }

.layer_search input[type="submit"] {
  display: inline-block;
  width: 41px;
  height: 40px;
  background-color: #f5f5f5;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/header/submit_search.png");
  overflow: hidden;
  text-indent: -9999px;
  color: transparent;
  background-size: 41px 40px;
  vertical-align: middle;
  cursor: pointer; }

.layer_search input[type="search"] {
  font-size: 45px;
  background-color: #f5f5f5;
  color: #333f48;
  width: calc(100% - 60px);
  padding: 12px 24px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle; }

.layer_search input[type="search"]::-webkit-input-placeholder {
  color: #333f48;
  font-style: italic; }

.layer_search input[type="search"]::-moz-placeholder {
  color: #333f48;
  font-style: italic; }

.layer_search input[type="search"]:-ms-input-placeholder {
  color: #333f48;
  font-style: italic; }

.layer_search input[type="search"]:-moz-placeholder {
  color: #333f48;
  font-style: italic; }

.layer_search input[type="search"]:focus::-webkit-input-placeholder {
  color: transparent; }

.layer_search input[type="search"]:focus::-moz-placeholder {
  color: transparent; }

.layer_search input[type="search"]:focus:-ms-input-placeholder {
  color: transparent; }

.layer_search input[type="search"]:focus:-moz-placeholder {
  color: transparent; }

@media screen and (max-width: 1025px) {
  .layer_search {
    height: 162px; }
  .layer_search .close_layer_search {
    right: 20px; }
  .layer_search input[type="search"] {
    font-size: 35px;
    width: calc(100% - 50px); }
  .layer_search input[type="submit"] {
    width: 30px;
    height: 30px;
    background-size: 30px 30px; } }

@media screen and (max-width: 681px) {
  .layer_search {
    height: 142px; }
  .layer_search .close_layer_search {
    right: 12px;
    top: 12px; }
  .layer_search .content {
    padding-top: 40px; }
  .layer_search input[type="search"] {
    font-size: 15px;
    width: calc(100% - 40px); }
  .layer_search input[type="submit"] {
    width: 25px;
    height: 25px;
    background-size: 25px 25px; } }

footer {
  padding: 30px 0;
  text-align: left; }

footer .footer_garanties {
  background-color: #f5f5f5;
  width: 100%;
  text-align: center;
  padding: 40px 0; }

footer .footer_garantie {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  width: 24%;
  line-height: 20px; }

footer .footer_menus {
  padding: 40px 0 15px; }

footer .footer_menus .libelle_menu {
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 10px; }

footer .footer_menus .libelle_menu::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 2px;
  background-color: #a3d55f; }

footer .footer_menus ul {
  width: 100%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-bottom: 14px;
  padding-top: 2px;
  display: block; }

footer .footer_menus li {
  display: block;
  padding: 3px 0;
  font-size: 11px; }

footer .footer_menus a {
  color: #8f9498; }

footer .footer_menus a:hover {
  text-decoration: underline; }

footer .footer_menus .col_1,
footer .footer_menus .col_2,
footer .footer_menus .col_3 {
  display: inline-block;
  vertical-align: top;
  width: 25%; }

footer .footer_menus .col_1 ul,
footer .footer_menus .col_2 ul,
footer .footer_menus .col_3 ul {
  padding-bottom: 32px; }

footer .footer_bloc_abo {
  display: inline-block;
  background-color: #fcfcfc;
  width: 195px;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  min-height: 268px;
  box-sizing: border-box;
  padding-top: 18px;
  vertical-align: top;
  margin-top: -15px; }

footer .footer_bloc_abo span {
  display: block;
  margin-bottom: 5px; }

footer .footer_bloc_abo a {
  color: #333f48;
  text-decoration: underline;
  margin-bottom: 10px;
  display: inline-block; }

footer .footer_bloc_abo a:hover {
  text-decoration: none; }

footer .footer_bloc_abo .service_appel_gratuits {
  display: block;
  width: 131px;
  height: 51px;
  margin: 0 auto 10px; }

footer .footer_bloc_abo li {
  display: inline-block;
  margin: 0 5px; }

footer .footer_bloc_abo li a {
  margin-bottom: 0; }

footer .footer_bloc_abo li a:hover {
  color: #a3d55f; }

footer .footer_menu_institu {
  text-align: center;
  font-size: 10px;
  border-top: solid 1px #f5f5f5;
  border-bottom: solid 1px #f5f5f5;
  padding: 10px 0;
  line-height: 16px; }

footer .footer_menu_institu li {
  display: inline-block;
  margin-right: 15px;
  padding-left: 24px;
  position: relative; }

footer .footer_menu_institu li::before {
  content: '/';
  position: absolute;
  left: 0;
  top: 0; }

footer .footer_menu_institu li:first-child {
  padding-left: 0; }

footer .footer_menu_institu li:first-child::before {
  display: none; }

footer .footer_menu_institu a {
  color: #8f9498; }

footer .footer_menu_institu a:hover {
  text-decoration: underline; }

footer .footer_texte {
  text-align: justify;
  color: #8f9498;
  font-size: 10px;
  line-height: 14px;
  padding: 25px 0; }

footer .footer_texte a {
  color: #333f48;
  text-decoration: underline; }

footer .footer_texte a:hover {
  text-decoration: none; }

footer .footer_texte h1 {
  font-size: 14px;
  line-height: 16px;
  padding: 5px 0; }

footer .footer_texte h2 {
  font-size: 13px;
  line-height: 15px;
  padding: 5px 0; }

footer .footer_texte h3 {
  font-size: 12px;
  line-height: 14px;
  padding: 5px 0; }

footer .footer_texte p {
  padding: 5px 0; }

footer .footer_texte ul {
  padding: 5px; }

footer .footer_texte ul li {
  padding: 2px 0; }

footer .footer_texte ul li::before {
  content: '-';
  position: relative;
  left: -4px; }

footer .sarbec_cosmetics {
  display: block;
  margin: 0 auto;
  width: 112px;
  height: 28px; }

@media screen and (max-width: 1025px) {
  footer .footer_garantie {
    font-size: 13px; }
  footer .footer_menus {
    padding: 40px 30px 15px; }
  footer .footer_menus .col_1 {
    width: 33%; }
  footer .footer_menus .col_2 {
    width: 33%; }
  footer .footer_menus .col_3 {
    width: 33%; }
  footer .footer_bloc_abo {
    width: 100%;
    text-align: center;
    min-height: initial;
    margin-top: 0;
    padding-bottom: 15px; }
  footer .footer_bloc_abo .bloc_abo_section {
    display: inline-block;
    width: 28%;
    vertical-align: middle; }
  footer .footer_texte {
    padding-left: 30px;
    padding-right: 30px; } }

@media screen and (max-width: 701px) {
  footer .footer_menus {
    padding: 40px 15px 15px; }
  footer .footer_menus .col_1 {
    width: 43%; }
  footer .footer_menus .col_2 {
    width: 30%; }
  footer .footer_menus .col_3 {
    width: 26%; }
  footer .footer_texte {
    padding-left: 15px;
    padding-right: 15px; } }

@media screen and (max-width: 681px) {
  footer .footer_garantie {
    font-size: 11px;
    line-height: 15px; }
  footer .footer_menus {
    padding-top: 0; }
  footer .footer_menus .col_1,
  footer .footer_menus .col_2,
  footer .footer_menus .col_3 {
    display: none; }
  footer .footer_menus .footer_bloc_abo {
    margin-top: 0;
    background-color: #FFF;
    padding-bottom: 0; }
  footer .footer_menus .footer_bloc_abo li {
    margin: 0 10px; }
  footer .footer_menus .footer_bloc_abo .service_appel_gratuits_mobile {
    width: 281px;
    height: auto;
    margin: 0 auto 10px; }
  footer .footer_menus .footer_bloc_abo .bloc_abo_section {
    width: 100%; }
  footer .footer_garanties {
    padding-bottom: 15px;
    margin-bottom: 0; }
  footer .footer_garantie {
    width: 49%;
    padding-bottom: 30px; }
  footer .footer_texte {
    display: none; }
  footer .sarbec_cosmetics {
    margin: 20px auto 0; } }

.breadcrumbs {
  padding: 18px 20px;
  box-sizing: border-box;
  color: #8a8a8a; }

.breadcrumbs .breadcrumbs_ul {
  display: block;
  width: 100%;
  clear: both;
  font-size: 11px; }

.breadcrumbs .breadcrumbs_ul .breadcrumbs_li {
  display: inline-block; }

.breadcrumbs .breadcrumbs_ul .breadcrumbs_li .breadcrumbs_a {
  color: #8a8a8a; }

.breadcrumbs .breadcrumbs_ul .breadcrumbs_li .breadcrumbs_a:hover {
  text-decoration: underline; }

@media screen and (max-width: 681px) {
  .breadcrumbs {
    display: none; }
  .adexos-ingredients-index-index .breadcrumbs,
  .adexos-pages-index-landing .breadcrumbs {
    display: block; } }

/*	BLOC MARQUE */
.block_marque .display_table {
  width: 100%; }

.block_marque .display_table_cell {
  vertical-align: middle; }

.content_main_carousel {
  width: 100%;
  max-width: 1436px;
  margin: 0 auto;
  position: relative; }

.content_main_carousel .owl-theme .owl-controls {
  position: absolute;
  bottom: 40px;
  left: 62%; }

.main_carousel .item {
  display: table;
  width: 100%; }

.main_carousel .item .visuel,
.main_carousel .item .texte {
  display: table-cell;
  vertical-align: middle;
  min-height: 380px; }

.main_carousel .item .visuel {
  text-align: center;
  width: 55%; }
  .main_carousel .item .visuel-mobile {
    display: none; }

.main_carousel .item .visuel img {
  max-width: 100%;
  width: 100%;
  height: auto; }

.main_carousel .item .texte {
  text-align: left;
  width: 45%; }

.main_carousel .item .texte .title {
  font-size: 15px;
  display: block;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 15px; }

.main_carousel .item .texte .title::after {
  content: '';
  display: block;
  width: 75px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #333f48; }

.main_carousel .item .texte .sub_title {
  font-size: 45px;
  line-height: 50px;
  display: block; }

.main_carousel .item .texte .cta {
  margin-left: 0;
  padding-left: 25px;
  padding-right: 45px;
  text-align: left;
  width: auto;
  width: initial;
  display: inline-block; }

.block_marque_zone-1 {
  padding: 78px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center; }

.block_marque_zone-1 .texte {
  background-color: #FFF;
  display: inline-block;
  text-align: left;
  padding: 70px 78px;
  font-size: 20px;
  line-height: 22px; }

.block_marque_zone-1 .texte .cta {
  width: 194px;
  margin-bottom: 0;
  text-align: left;
  padding-left: 25px;
  box-sizing: border-box; }

.bloc_sacrees_box_carousel,
.bloc_sacrees_box_text {
  width: 50%;
  max-width: 495px;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  height: 350px;
  background-position: center center;
  background-repeat: no-repeat; }

@media screen and (max-width: 681px) {
  .bloc_sacrees_box_carousel,
  .bloc_sacrees_box_text {
    width: 100%; } }

.bloc_sacrees_box_text .content {
  padding-left: 10px; }

.block_marque_zone-2,
.block_marque_zone-3,
.block_marque_zone-4,
.block_marque_zone-5 {
  width: 50%;
  max-width: 495px;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  height: 354px;
  background-position: center center;
  background-repeat: no-repeat; }

.sacrees_box.content .owl-controls.clickable,
.block_marque_zone-2 .owl-theme .owl-controls,
.block_marque_zone-3 .owl-theme .owl-controls,
.block_marque_zone-4 .owl-theme .owl-controls,
.block_marque_zone-5 .owl-theme .owl-controls {
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left: -73px; }

.show_video {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/homepage/video-desktop.jpg);
  background-size: cover; }

.block_marque_carousel-1 {
  position: relative; }

.block_marque_carousel-1 .item {
  display: block;
  height: 354px;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  font-size: 20px;
  line-height: 23px;
  box-sizing: border-box;
  padding-left: 15%;
  padding-top: 100px; }

.block_marque_carousel-1 .item .lien {
  font-size: 13px; }

.block_marque_carousel-1 .item p {
  text-align: left;
  display: inline-block;
  padding-bottom: 15px; }

.block_marque_carousel-2 .item {
  display: block;
  height: 354px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  color: transparent;
  background-size: cover; }

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

.sacrees_box .content {
  padding-top: 80px;
  padding-left: 25px; }
  .sacrees_box .content .cta {
    margin-left: 0; }
  .sacrees_box .content .title {
    font-size: 40px; }
  .sacrees_box .content .texte {
    font-size: 25px;
    padding-top: 20px; }

@media screen and (max-width: 681px) {
  .sacrees_box .content {
    padding: 20px;
    width: 100%;
    text-align: center; }
    .sacrees_box .content .title {
      font-size: 25px;
      line-height: 30px; }
    .sacrees_box .content .texte {
      font-size: 15px; }
    .sacrees_box .content .cta {
      margin: 25px auto; } }

.bloc_ingredients {
  text-align: center;
  position: relative;
  max-width: 950px;
  display: block;
  margin: auto; }

.bloc_ingredients li {
  display: inline-block; }

.bloc_ingredients .ingredient {
  width: 222px;
  height: 222px;
  line-height: 222px;
  text-align: center;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 222px 222px;
  font-size: 20px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 8px;
  overflow: hidden;
  position: relative; }

.bloc_ingredients .ingredient span {
  display: block;
  position: absolute;
  top: 45%;
  left: 0;
  width: 222px;
  height: 222px;
  line-height: 28px;
  -ms-transition: all 125ms linear;
  -webkit-transition: all 125ms linear;
  -moz-transition: all 125ms linear;
  transition: all 125ms linear; }

.bloc_ingredients .ingredient img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 222px;
  height: 222px;
  line-height: 222px;
  -ms-transition: all 125ms linear;
  -webkit-transition: all 125ms linear;
  -moz-transition: all 125ms linear;
  transition: all 125ms linear; }

.bloc_ingredients .ingredient:hover img {
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  transform: scale(1.3); }

.bloc_communaute {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/homepage/bg-communaute.jpg");
  padding: 70px 0; }

.bloc_communaute .single_communaute {
  display: inline-block;
  vertical-align: top;
  width: 268px;
  height: 330px;
  text-align: center;
  padding-top: 160px;
  position: relative;
  background-color: #FFF;
  box-sizing: border-box;
  margin: 0 18px; }

.bloc_communaute .single_communaute p {
  font-size: 20px;
  line-height: 23px;
  padding-bottom: 40px; }

.bloc_communaute .single_communaute .cta {
  font-size: 13px; }

.bloc_communaute .single_communaute i {
  display: block;
  position: absolute;
  top: 43px;
  left: 50%; }

.bloc_communaute .single_communaute i.picto_communautaire-testeur {
  margin-left: -54px;
  top: 58px; }

.bloc_communaute .single_communaute i.picto_communautaire-echantillons {
  margin-left: -38px; }

.bloc_communaute .single_communaute i.picto_communautaire-conseils {
  margin-left: -37px; }

.bloc_instagram {
  padding-top: 40px; }

.bloc_instagram .bloc_instagram_para {
  padding: 25px 0;
  font-size: 20px;
  line-height: 23px; }

.bloc_instagram .post_instagram {
  width: 222px;
  height: 222px;
  position: relative;
  display: inline-block;
  margin: 0 9px; }

.bloc_instagram .post_instagram img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.bloc_instagram .post_instagram span {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: block;
  width: 222px;
  height: 222px;
  text-align: center;
  font-size: 20px;
  color: #FFF;
  line-height: 23px;
  background-color: rgba(51, 63, 72, 0.8);
  box-sizing: border-box;
  padding-top: 90px;
  -ms-transition: all 125ms linear;
  -webkit-transition: all 125ms linear;
  -moz-transition: all 125ms linear;
  transition: all 125ms linear;
  vertical-align: middle; }

.bloc_instagram .post_instagram span:hover {
  opacity: 1; }

.bloc_contact_rs {
  padding-top: 50px;
  padding-bottom: 45px; }

.bloc_contact_rs .bloc {
  display: inline-block;
  width: 48%;
  text-align: center; }

.bloc_contact_rs .bloc-max {
  width: 100%; }

.bloc_contact_rs .bloc p {
  font-size: 20px;
  line-height: 23px;
  padding: 24px 0; }

.bloc_contact_rs .bloc .cta {
  margin: 0 auto;
  width: 192px;
  padding-left: 52px;
  text-align: left;
  box-sizing: border-box; }

.onglets_carousels {
  font-size: 15px;
  text-align: center;
  padding: 50px 0 35px; }

.onglets_carousels li {
  display: inline-block;
  color: #a3d55f;
  margin: 0 15px; }

.onglets_carousels a {
  color: #333f48;
  display: inline-block;
  position: relative;
  padding-bottom: 16px; }

.onglets_carousels a:hover {
  font-weight: 700; }

.onglets_carousels a.active {
  font-weight: 700; }

.onglets_carousels a:hover::after,
.onglets_carousels a.active::after {
  content: '';
  display: block;
  width: 75px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -37px;
  background-color: #333f48; }

.carousel_produits_global {
  height: 450px;
  overflow: hidden;
  width: 100%; }

.carousel_produits_content {
  position: relative; }

#carousel_produits_news {
  display: none; }

.carousel_produits {
  text-align: center; }

.carousel_produits .envelop_product {
  display: inline-block;
  text-align: center;
  color: #333f48;
  font-size: 13px;
  position: relative;
  width: 30%;
  max-width: 250px;
  height: 450px;
  vertical-align: top; }
  .carousel_produits .envelop_product .cta {
    background: #a3d55f;
    width: 150px;
    letter-spacing: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    line-height: 40px; }

.carousel_produits_bundle .envelop_product {
  width: 100%; }

.carousel_produits .envelop_product .carousel_produit {
  width: 100%; }

.carousel_produits .carousel_produit .info {
  width: 100%;
  /*position: absolute;
    bottom: 0;
    left: 0;*/ }

.carousel_produits .carousel_produit .visuel {
  display: block;
  width: 100%;
  height: auto;
  /*position: absolute;
    top: 0;
    left: 0;*/ }

.carousel_produits .carousel_produit .libelle,
.carousel_produits .carousel_produit .bold,
.carousel_produits .carousel_produit .green {
  display: block;
  padding-top: 5px; }

.carousel_produits .carousel_produit .libelle {
  font-size: 15px;
  line-height: 17px;
  box-sizing: border-box;
  padding: 10px 30px 0;
  min-height: 44px; }

.carousel_produits .carousel_produit:hover .libelle {
  text-decoration: underline; }

.prev-news,
.next-news,
.prev-best,
.prev-crosssell,
.next-best,
.next-crosssell,
.prev-etape,
.next-etape {
  display: none; }

.prev-ingrediant,
.next-ingrediant {
  display: block;
  width: 14px;
  height: 24px;
  background-size: 14px 24px;
  background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/prev-next.svg") center center no-repeat transparent;
  color: transparent;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  z-index: 99;
  padding: 15px;
  cursor: pointer; }

.prev-ingrediant {
  left: -50px; }

.next-ingrediant {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari */
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  right: -50px; }

/* etape */
@media screen and (max-width: 1025px) {
  .show_video {
    background-image: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/homepage/video-tablette.jpg); }
  /* .content_main_carousel{

		.owl-theme .owl-controls{
			position: absolute;
			bottom: 12px;
			left: 58%;
		}
	} */
  .content_main_carousel {
    margin-bottom: 30px; }
  .content_main_carousel .owl-theme .owl-controls {
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -73px; }
  .main_carousel .item .texte .sub_title {
    font-size: 35px;
    line-height: 40px; }
  .bloc_communaute {
    background-image: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/homepage/bg-communaute-mobile.jpg"); }
  .bloc_communaute .single_communaute {
    max-width: 220px;
    width: 28%;
    height: 330px;
    margin: 0 1.5%; }
  .bloc_communaute .single_communaute i {
    top: 29px; }
  .bloc_communaute .single_communaute i.picto_communautaire-testeur {
    top: 42px; }
  .bloc_communaute .single_communaute p {
    padding-bottom: 36px; }
  .bloc_ingredients {
    width: 100%;
    max-width: 600px;
    margin: 0 auto; }
  .bloc_ingredients .ingredient {
    width: 222px;
    height: 222px;
    line-height: 222px;
    text-align: center;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 222px 222px;
    font-size: 20px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    margin: 8px 8px;
    -ms-transition: background-size 125ms linear;
    -webkit-transition: background-size 125ms linear;
    -moz-transition: background-size 125ms linear;
    transition: background-size 125ms linear; }
  .bloc_ingredients .ingredient:hover {
    background-size: 280px 280px; }
  .bloc_instagram .post_instagram:nth-child(even) {
    display: none; } }

@media screen and (max-width: 681px) {
  .show_video {
    background-image: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/homepage/video-mobile.jpg); }
  .prev-ingrediant,
  .next-ingrediant,
  .prev-news,
  .next-news,
  .prev-best,
  .prev-crosssell,
  .next-best,
  .next-crosssell,
  .prev-etape,
  .next-etape {
    display: block;
    width: 14px;
    height: 24px;
    background-size: 14px 24px;
    background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/prev-next.svg") center center no-repeat transparent;
    color: transparent;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    z-index: 99;
    padding: 15px;
    cursor: pointer; }
  .next-ingrediant,
  .next-news,
  .next-best,
  .next-crosssell,
  .next-etape {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Safari */
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 15px; }
  .prev-ingrediant,
  .prev-news,
  .prev-best,
  .prev-crosssell {
    left: 15px; }
  .main_carousel .item {
    display: block; }
  .main_carousel .item .visuel,
  .main_carousel .item .texte {
    display: block;
    min-height: auto;
    min-height: initial; }
  .main_carousel .item .visuel {
    width: 100%;
    padding: 0 0 15px; }
    .main_carousel .item .visuel-desktop {
      display: none; }
    .main_carousel .item .visuel-mobile {
      display: block; }
  .main_carousel .item .texte {
    text-align: center;
    width: 100%; }
  .main_carousel .item .texte .title {
    font-size: 15px;
    display: block;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 15px; }
  .main_carousel .item .texte .title::after {
    left: 50%;
    margin-left: -36px; }
  .main_carousel .item .texte .sub_title {
    font-size: 25px;
    line-height: 30px; }
  .main_carousel .item .texte .cta {
    text-align: initial; }
  .block_marque_zone-1 {
    padding: 20px 0;
    max-width: 495px;
    margin: 0 auto; }
  .block_marque_zone-1 .texte {
    padding: 40px 60px; }
  .block_marque_zone-1 .texte .cta {
    width: 165px;
    font-size: 13px; }
  .bloc_communaute {
    padding: 20px 0; }
  .bloc_communaute .single_communaute {
    max-width: 260px;
    width: 100%;
    height: 286px;
    margin: 20px auto;
    display: block;
    padding-top: 148px; }
  .bloc_communaute .single_communaute p {
    padding-bottom: 26px; }
  .onglets_carousels a {
    display: inline-block; }
  .onglets_carousels a:first-letter {
    text-transform: uppercase; }
  .carousel_produits {
    text-align: center; }
  .carousel_produits .envelop_product,
  .carousel_produits .carousel_produit {
    width: 250px; }
  .onglets_carousels li {
    margin-left: 0;
    margin-right: 0; }
  .bloc_instagram .post_instagram {
    display: none; }
  .bloc_contact_rs .bloc {
    display: block;
    width: 100%; }
  .bloc_contact_rs .bloc:first-child {
    padding-bottom: 45px; }
  .block_marque_zone-2,
  .block_marque_zone-3,
  .block_marque_zone-4,
  .block_marque_zone-5 {
    width: 100%;
    float: none;
    height: 294px;
    display: block; }
  .block_marque_zone-5 {
    height: auto; }
  .block_marque_zone-5 img {
    max-width: 100%; }
  .block_marque_zone-5 .show_video {
    background: none; }
  .block_marque_zone-2 {
    display: none; }
  .block_marque_carousel-1 .item {
    height: 294px;
    padding-left: 10%;
    padding-top: 80px; }
  .block_marque_carousel-2 .item {
    height: 294px; } }

.bandeau_livraison {
  color: #FFF;
  font-size: 15px;
  line-height: 17px;
  background-color: #333f48;
  padding: 5px 10px;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  max-width: 1436px;
  margin: 0 auto;
  letter-spacing: 2px;
  position: relative; }

.bandeau_livraison a {
  text-decoration: underline;
  color: #FFFFFF; }

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

.gamme_tetiere {
  width: 100%;
  max-width: 1436px;
  height: 398px;
  margin: 0 auto;
  background-position: center center;
  background-size: 1436px 398px;
  padding: 21px 0;
  box-sizing: border-box;
  text-align: center;
  background-image: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/account/banner_account.jpg");
  margin-bottom: 25px;
  background-repeat: no-repeat; }

.cms-marque .gamme_tetiere {
  margin-bottom: 0; }

.catalog-category-view .gamme_tetiere {
  margin-bottom: 0; }

.gamme_tetiere.category_tetiere {
  max-width: 990px;
  height: 142px;
  background-size: auto auto;
  text-align: left;
  padding: 52px 0 50px 100px; }

.gamme_tetiere.category_tetiere_without_banner {
  padding: 0 0 0 20px;
  background: none;
  height: auto; }

.gamme_tetiere .content {
  padding: 0 20px; }

.gamme_tetiere .gamme_tetiere_titre {
  display: table-cell;
  vertical-align: middle;
  height: 356px;
  width: 356px;
  max-width: 358px;
  margin: 0 auto;
  text-align: justify;
  background-color: rgba(255, 255, 255, 0.5); }

.category_tetiere .category_tetiere_titre h1 {
  font-size: 30px;
  font-weight: bold;
  color: #333f48;
  padding-left: 38px;
  padding-right: 46px; }

.category_tetiere_without_banner.category_tetiere .category_tetiere_titre h1 {
  padding-left: 0;
  padding-right: 0; }

.gamme_tetiere .gamme_tetiere_titre h1 {
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 24px;
  position: relative;
  text-align: center;
  margin-bottom: 22px; }

.gamme_tetiere .gamme_tetiere_titre h1::after {
  width: 75px;
  height: 3px;
  display: block;
  content: '';
  background-color: #333f48;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -36px; }

.gamme_tetiere .gamme_tetiere_titre h1 {
  padding-right: 38px;
  padding-left: 38px; }

.gamme_tetiere .gamme_tetiere_titre p {
  font-size: 17px;
  line-height: 22px;
  padding: 0 38px 0 38px; }

.gamme_liste li {
  display: inline-block;
  padding: 20px 10px; }

.gamme_liste .gamme_liste_produit {
  color: #333f48;
  display: inline-block;
  width: 470px; }

.gamme_liste .gamme_liste_produit .gamme_liste_produit_visuel,
.gamme_liste .gamme_liste_produit .gamme_liste_produit_texte {
  display: inline-block;
  vertical-align: top; }

.gamme_liste .gamme_liste_produit .gamme_liste_produit_visuel {
  width: 240px;
  height: 290px; }

.gamme_liste .gamme_liste_produit .gamme_liste_produit_texte {
  width: 225px; }

.gamme_liste .gamme_liste_produit h2 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 18px;
  position: relative;
  margin-bottom: 15px;
  padding-top: 40px; }

.gamme_liste .gamme_liste_produit h2::after {
  width: 75px;
  height: 3px;
  display: block;
  content: '';
  background-color: #333f48;
  position: absolute;
  bottom: 0;
  left: 0; }

.gamme_liste .gamme_liste_produit p {
  font-size: 15px;
  line-height: 17px;
  min-height: 145px;
  text-align: justify; }

.gamme_liste .gamme_liste_produit .lien {
  font-size: 13px; }

@media screen and (max-width: 1025px) {
  .gamme_liste {
    max-width: 686px;
    margin: 0 auto; }
  .gamme_liste li {
    display: inline-block;
    padding: 20px 10px;
    width: 49%;
    box-sizing: border-box; }
  .gamme_liste .gamme_liste_produit {
    color: #333f48;
    display: block;
    width: 100%; }
  .gamme_liste .gamme_liste_produit .gamme_liste_produit_visuel,
  .gamme_liste .gamme_liste_produit .gamme_liste_produit_texte {
    display: block; }
  .gamme_liste .gamme_liste_produit .gamme_liste_produit_visuel {
    margin: 0 auto; }
  .gamme_liste .gamme_liste_produit .gamme_liste_produit_texte {
    width: 100%; }
  .gamme_liste .gamme_liste_produit p {
    min-height: 105px;
    padding-right: 20px; } }

@media screen and (max-width: 681px) {
  .gamme_tetiere {
    height: 320px;
    background-size: cover;
    padding: 20px;
    background-position: 60%; }
  .gamme_tetiere .content {
    padding: 0; }
  .gamme_tetiere .gamme_tetiere_titre {
    max-height: 280px;
    margin: 0 auto;
    width: 100%;
    max-width: 280px;
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
    box-sizing: border-box; }
  .gamme_tetiere .gamme_tetiere_titre h1 {
    font-size: 25px;
    padding-right: 20px;
    padding-left: 20px; }
  .gamme_tetiere .gamme_tetiere_titre h1::after {
    width: 60px;
    margin-left: -30px; }
  .gamme_tetiere .gamme_tetiere_titre h1 {
    padding-right: 20px;
    padding-left: 20px; }
  .gamme_tetiere .gamme_tetiere_titre p {
    font-size: 15px;
    line-height: 20px;
    padding: 0 20px; }
  .gamme_liste {
    max-width: 100%;
    margin: 0 auto; }
  .gamme_liste li {
    display: block;
    padding: 10px 25px;
    width: 100%; }
  .gamme_liste .gamme_liste_produit {
    display: block;
    width: 100%; }
  .gamme_liste .gamme_liste_produit .gamme_liste_produit_visuel,
  .gamme_liste .gamme_liste_produit .gamme_liste_produit_texte {
    display: block; }
  .gamme_liste .gamme_liste_produit .gamme_liste_produit_visuel {
    margin: 20px auto 0;
    width: 180px;
    height: auto; }
  .gamme_liste .gamme_liste_produit .gamme_liste_produit_texte {
    width: 100%;
    text-align: center; }
  .gamme_liste .gamme_liste_produit h2 {
    padding-top: 10px; }
  .gamme_liste .gamme_liste_produit h2::after {
    left: 50%;
    margin-left: -37px; }
  .gamme_liste .gamme_liste_produit p {
    min-height: initial;
    padding-bottom: 20px;
    padding-right: 0; } }

.encart_zoom {
  width: 100%;
  max-width: 950px;
  box-sizing: border-box;
  padding: 30px;
  background-size: 950px 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 20px auto;
  clear: both; }

.encart_zoom.encart_zoom_right {
  text-align: right; }

.encart_zoom .encart_zoom_texte {
  padding: 48px 48px 0;
  background-color: rgba(255, 255, 255, 0.6);
  min-height: 294px;
  max-width: 405px;
  box-sizing: border-box;
  text-align: center;
  display: inline-block; }

.encart_zoom .encart_zoom_texte .titre {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  margin-bottom: 15px;
  padding: 0 20px 18px;
  display: block;
  line-height: 23px; }

.encart_zoom .encart_zoom_texte .titre::after {
  width: 75px;
  height: 3px;
  display: block;
  content: '';
  background-color: #333f48;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -37px; }

.encart_zoom .encart_zoom_texte p {
  font-size: 15px;
  line-height: 18px;
  text-align: justify;
  width: 100%;
  padding-bottom: 18px; }

.encart_zoom .encart_zoom_texte .lien {
  font-size: 13px; }

@media screen and (max-width: 681px) {
  .encart_zoom {
    padding: 15px;
    background-size: cover; }
  .encart_zoom .encart_zoom_texte {
    padding: 48px 20px; }
  .encart_zoom .encart_zoom_texte p {
    font-size: 13px;
    line-height: 16px; } }

.resultat-de-recherche .content,
.category-head .content {
  padding-left: 20px;
  padding-right: 20px; }

.resultat-de-recherche h1,
.category-head h1 {
  font-size: 25px;
  font-style: italic;
  font-weight: 700;
  padding: 0 0 20px 0; }

.bloc_tri-filte {
  padding: 35px 0 20px;
  color: #8f9498; }

.toolbar-bottom .bloc_tri-filte {
  display: none; }

.toolbar-top .pager {
  display: none; }

.bloc_tri-filte span {
  margin-right: 20px; }

.bloc_tri-filte div.cs-skin-border {
  max-width: 150px;
  min-width: 150px;
  margin: 0 0 0 20px; }

.bloc_tri-filte div.cs-skin-border .cs-placeholder {
  background-image: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/bg-select-tri.png");
  color: #8f9498; }

.bloc_tri-filte .onglets {
  font-size: 15px;
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.catalogsearch-result-index .bloc_tri-filte .onglets {
  display: none; }

.bloc_tri-filte .onglets li {
  display: inline-block;
  color: #a3d55f;
  margin: 0 15px; }

.bloc_tri-filte .onglets li:first-child {
  margin-left: 0; }

.bloc_tri-filte .onglets a {
  color: #333f48;
  display: inline-block;
  position: relative;
  padding-bottom: 16px; }

.bloc_tri-filte .onglets a:hover {
  font-weight: 700; }

.bloc_tri-filte .onglets a.active {
  font-weight: 700; }

.bloc_tri-filte .onglets a.active::after {
  content: '';
  display: block;
  width: 54px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -27px;
  background-color: #333f48; }

.bloc_tri-filte .btn_filtre {
  color: #8f9498;
  display: inline-block;
  margin-left: 25px; }

.catalog-category-view .bloc_tri-filte .btn_filtre {
  display: none; }

.bloc_tri-filte .btn_filtre:hover {
  text-decoration: underline; }

.bloc_tri-filte .btn_filtre i {
  vertical-align: middle; }

@media screen and (max-width: 681px) {
  .resultat-de-recherche h1 {
    padding-top: 20px; }
  .resultat-de-recherche .content {
    padding-left: 10px;
    padding-right: 10px; }
  .bloc_tri-filte {
    font-size: 11px;
    padding-top: 10px; }
  .bloc_tri-filte .btn_filtre {
    margin-left: 10px; }
  .bloc_tri-filte .select-style {
    margin-left: 10px; }
  .bloc_tri-filte .float_left,
  .bloc_tri-filte .float_right {
    clear: both;
    width: 100%;
    padding: 10px 0;
    text-align: center; } }

.liste_produits {
  text-align: left; }

.liste_produits li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 40px; }

.liste_produits .produit {
  display: inline-block;
  text-align: center;
  color: #333f48;
  font-size: 13px;
  position: relative;
  width: 234px;
  vertical-align: top; }

.liste_produits .produit.block_conseil_category {
  width: 433px;
  padding: 25px; }

.liste_produits .block_content_category {
  display: table-cell;
  vertical-align: middle;
  height: 290px;
  width: 100%;
  margin: 0 auto;
  text-align: justify;
  background-color: rgba(255, 255, 255, 0.7); }

.liste_produits .block_content_category.no_background {
  background: none; }

.liste_produits .block_title_category {
  color: #333f48;
  font-weight: bold;
  text-align: center;
  width: 75%;
  margin: auto;
  font-size: 22px;
  line-height: 24px; }

.liste_produits .block_title_category::after {
  width: 75px;
  height: 3px;
  display: block;
  content: '';
  background-color: #333f48;
  margin: 20px auto; }

.liste_produits .block_desc_category {
  padding: 0 50px;
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 15px;
  height: 105px;
  overflow: hidden; }

.liste_produits .block_content_category span {
  width: 100px;
  margin: auto;
  display: block;
  text-decoration: underline; }

.liste_produits .produit:hover .libelle {
  text-decoration: underline; }

.liste_produits .produit .info {
  width: 100%; }

.liste_produits .produit s {
  display: inline-block;
  margin-right: 20px; }

.liste_produits .produit .visuel {
  display: block;
  /*width: 100%;*/
  height: auto;
  margin-left: -10px; }

.carousel_produits .carousel_produit .libelle,
.carousel_produits .carousel_produit .green,
.liste_produits .produit .libelle,
.liste_produits .produit .green {
  display: block;
  padding-top: 10px;
  padding-bottom: 5px; }

.carousel_produits .carousel_produit .libelle,
.liste_produits .produit .libelle {
  font-size: 15px;
  line-height: 17px;
  box-sizing: border-box;
  padding: 10px 30px;
  min-height: 54px; }

@media screen and (max-width: 1025px) {
  .liste_produits {
    width: 100%;
    max-width: 768px;
    margin: 0 auto; }
  .liste_produits li {
    width: 32%;
    margin-right: 0; }
  .liste_produits .produit {
    width: 100%; }
  .liste_produits .produit .visuel {
    width: 100%; }
  .liste_produits li.block_category {
    width: 64%; }
  .liste_produits .produit.block_conseil_category {
    width: 442px; } }

@media screen and (max-width: 681px) {
  .gamme_tetiere.category_tetiere {
    padding-left: 10px;
    padding-right: 10px;
    background-position: left top; }
  .gamme_tetiere.category_tetiere_without_banner {
    padding: 20px 0 0 0; }
  .category_tetiere .category_tetiere_titre h1 {
    font-size: 24px;
    text-align: center; }
  .resultat-de-recherche h1, .category-head h1 {
    margin-top: 25px; }
  .liste_produits {
    max-width: 480px; }
  .liste_produits li {
    width: 49%;
    margin-bottom: 0; }
  .liste_produits li.block_category {
    width: 100%; }
  .liste_produits .produit.block_conseil_category {
    width: 84%; }
  .liste_produits .produit {
    height: auto;
    padding: 0;
    font-size: 11px; }
  .liste_produits .produit .libelle {
    font-size: 13px;
    line-height: 15px;
    box-sizing: border-box;
    padding: 10px 10px;
    min-height: 35px; } }

.fiche-produit .section_titre {
  display: none; }

.fiche-produit .fiche-produit_informations {
  padding: 0 20px;
  padding-left: 535px;
  position: relative;
  min-height: 570px; }

.fiche-produit .fiche-produit_informations .visuel_produit {
  position: relative; }

.fiche-produit .fiche-produit_informations .visuel_produit img {
  max-width: 100%;
  max-height: 535px; }

.fiche-produit .fiche-produit_informations .visuel_produit .picto_fp-zoom {
  position: absolute;
  right: 17px;
  top: 16px; }

.fiche-produit .fiche-produit_informations .visuel_produit .liste_label {
  position: absolute;
  top: 16px;
  left: 17px; }

.fiche-produit .fiche-produit_informations .visuel_produit .liste_label img {
  max-width: 25px;
  max-height: 25px; }

.fiche-produit .fiche-produit_informations .owl-carousel .owl-item {
  text-align: center; }

.fiche-produit .fiche-produit_informations .fiche-produit_informations_middle {
  width: 465px; }

.fiche-produit .fiche-produit_informations .visuel_secondaire {
  display: inline-block;
  width: 24%;
  vertical-align: middle;
  border-bottom: solid 3px #FFF; }

.fiche-produit .fiche-produit_informations .visuel_secondaire.active {
  border-color: #a3d55f; }

.fiche-produit .fiche-produit_informations .visuel_secondaire img {
  max-width: 100%; }

.fiche-produit .fiche-produit_informations .reference {
  font-size: 11px; }

.fiche-produit .fiche-produit_informations h1 {
  font-size: 25px;
  line-height: 28px;
  font-weight: 900;
  padding: 10px 0; }

.fiche-produit .fiche-produit_informations .sub_title {
  display: block; }

.fiche-produit .fiche-produit_informations .avis_info {
  color: #8f9498;
  display: block;
  padding: 20px 0; }

.fiche-produit .fiche-produit_informations .alert-stock {
  color: #8f9498;
  display: block;
  padding: 0 0 20px 0; }

.fiche-produit .fiche-produit_informations .avis_info a,
.fiche-produit .fiche-produit_informations .alert-stock a {
  color: #8f9498;
  text-decoration: underline;
  line-height: 15px; }

.fiche-produit .fiche-produit_informations .avis_info a:hover,
.fiche-produit .fiche-produit_informations .alert-stock a:hover {
  text-decoration: none; }

.fiche-produit .fiche-produit_informations .bloc_prix {
  clear: both;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 2px; }

.fiche-produit .fiche-produit_informations .prix {
  display: block;
  color: #a3d55f;
  font-size: 25px;
  font-weight: 900;
  padding: 15px 0 30px; }

.fiche-produit .fiche-produit_informations .block-partner {
  width: 100%; }

.fiche-produit .fiche-produit_informations .block-partner .partner-image {
  width: 48%;
  display: inline-block;
  vertical-align: middle; }

.fiche-produit .fiche-produit_informations .block-partner .partner-link {
  width: 50%;
  display: inline-block;
  vertical-align: middle; }

.fiche-produit .fiche-produit_informations .prix s {
  display: inline-block;
  margin-left: 30px;
  font-size: 15px;
  color: #333f48;
  font-weight: 400; }

.fiche-produit .fiche-produit_informations .cs-select {
  max-width: 84px;
  min-width: 84px;
  position: absolute;
  right: 0;
  margin: 0;
  bottom: 0; }

.catalog-category-view .liste_produits li {
  vertical-align: top; }
  .catalog-category-view .liste_produits li .envelop_product {
    position: relative;
    min-height: 426px; }
    .catalog-category-view .liste_produits li .envelop_product .cta {
      background: #a3d55f;
      width: 150px;
      letter-spacing: 0;
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute; }

.fiche-produit .fiche-produit_informations .cta {
  background-color: #a3d55f;
  width: 280px;
  margin: 18px 0 10px;
  display: inline-block;
  font-size: 15px; }

.fiche-produit .fiche-produit_informations .block-partner {
  margin-top: 10px; }

.fiche-produit-fixe .block-partner {
  display: none; }

.fiche-produit .fiche-produit_informations .partner-link .cta_add_basket {
  margin: 0;
  width: 225px; }

.fiche-produit .fiche-produit_informations .link-share {
  display: inline-block;
  position: relative;
  top: 15px;
  margin-left: 55px;
  color: #333f48; }

.fiche-produit .fiche-produit_informations .link-share:hover {
  text-decoration: underline; }

.fiche-produit .fiche-produit_informations .link-share i {
  display: block;
  margin: 0 auto 5px auto; }

.fiche-produit .fiche-produit_informations .links-share {
  float: right;
  position: absolute;
  right: -60px;
  background-color: #FFF;
  padding: 15px;
  -moz-box-shadow: 0 0 4px 0 rgba(51, 63, 72, 0.16);
  -webkit-box-shadow: 0 0 4px 0 rgba(51, 63, 72, 0.16);
  -o-box-shadow: 0 0 4px 0 rgba(51, 63, 72, 0.16);
  box-shadow: 0 0 4px 0 rgba(51, 63, 72, 0.16);
  z-index: 2;
  display: none; }

.fiche-produit .fiche-produit_informations .links-share li {
  display: inline-block;
  padding: 8px;
  vertical-align: bottom;
  text-align: center; }

.fiche-produit .fiche-produit_informations .links-share a {
  color: #333f48; }

.fiche-produit .fiche-produit_informations .links-share a i {
  display: block;
  margin: 0 auto 5px auto; }

.fiche-produit .fiche-produit_informations .dispo {
  display: block;
  text-align: center;
  font-style: italic;
  color: #8f9498;
  width: 280px; }

.fiche-produit .fiche-produit_informations .description {
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 30px; }

.fiche-produit .fiche-produit_informations .produit_mod_quantite {
  /* position: absolute;
			bottom: 0;
			left: 0; */
  display: inline-block;
  width: 280px;
  position: relative; }

.fiche-produit .fiche-produit_informations .produit_mod_quantite .produit_plus,
.fiche-produit .fiche-produit_informations .produit_mod_quantite .produit_quantite,
.fiche-produit .fiche-produit_informations .produit_mod_quantite .produit_moins {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
  margin-right: 3px; }

.fiche-produit .fiche-produit_informations .produit_mod_quantite .produit_plus:active,
.fiche-produit .fiche-produit_informations .produit_mod_quantite .produit_quantite:active,
.fiche-produit .fiche-produit_informations .produit_mod_quantite .produit_moins:active {
  -moz-box-shadow: 0 0 4px 0 rgba(51, 63, 72, 0.8);
  -webkit-box-shadow: 0 0 4px 0 rgba(51, 63, 72, 0.8);
  -o-box-shadow: 0 0 4px 0 rgba(51, 63, 72, 0.8);
  box-shadow: 0 0 4px 0 rgba(51, 63, 72, 0.8); }

.fiche-produit .fiche-produit_informations .produit_mod_quantite .produit_plus,
.fiche-produit .fiche-produit_informations .produit_mod_quantite .produit_moins {
  background-color: #FFF;
  color: #333f48;
  font-size: 22px;
  cursor: pointer; }

.fiche-produit .fiche-produit_informations .produit_mod_quantite .produit_quantite {
  font-size: 12px;
  background-color: #FFF;
  font-weight: 700;
  color: #333f48;
  border: solid 1px #d7d9db; }

.fiche-produit .fiche-produit_informations .les_plus {
  background-color: #f5f5f5;
  width: 434px;
  padding: 13px 0;
  margin-top: 20px; }

.fiche-produit .fiche-produit_informations .les_plus li {
  display: inline-block;
  font-size: 11px;
  line-height: 13px;
  padding: 12px 0 12px 50px;
  box-sizing: border-box;
  position: relative;
  width: 32%;
  vertical-align: middle;
  border-left: solid 1px #eaebec; }

.fiche-produit .fiche-produit_informations .les_plus li:first-child {
  border: none; }

.fiche-produit .fiche-produit_informations .les_plus li i {
  position: absolute;
  top: 5px; }

.fiche-produit .fiche-produit_informations .les_plus li i.picto_fp-tour {
  left: 16px; }

.fiche-produit .fiche-produit_informations .les_plus li i.picto_fp-livraison {
  left: 8px;
  top: 8px; }

.fiche-produit .fiche-produit_informations .les_plus li i.picto_fp-echantillons {
  left: 10px; }

.fiche-produit .fiche-produit_informations .les_plus li i.picto_fp-sensitive {
  left: 8px;
  position: absolute;
  top: 5px;
  background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/sensitive-skin.png") transparent top left no-repeat;
  width: 30px;
  height: 38px;
  background-size: 100% 100%; }

.fiche-produit .fiche-produit_informations .les_plus li i.picto_fp-natural {
  left: 8px;
  position: absolute;
  top: 10px;
  background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/natural-cosmetic.png") transparent top left no-repeat;
  width: 35px;
  height: 30px;
  background-size: 100% 100%; }

.fiche-produit .fiche-produit_informations .liste_ancres {
  padding: 15px 0;
  text-align: center;
  background-color: #FFF;
  clear: both;
  width: 100%;
  color: #333f48;
  display: none; }

.fiche-produit .fiche-produit_informations .liste_ancres li {
  display: inline-block;
  padding: 0 4px; }

.fiche-produit .fiche-produit_informations .liste_ancres a {
  color: #333f48; }

.fiche-produit .fiche-produit_informations .liste_ancres a.active {
  font-weight: 700; }

.fiche-produit .fiche-produit_informations .fiche-produit_informations_top {
  float: right;
  width: 400px; }

.fiche-produit .fiche-produit_informations .fiche-produit_informations_middle {
  position: absolute;
  left: 20px;
  top: 0; }

.fiche-produit .fiche-produit_informations .fiche-produit_informations_bottom {
  float: right;
  width: 400px; }

.fiche-produit .fiche-produit-fixe {
  background-color: #333f48;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #FFF;
  z-index: 200;
  padding: 20px 20px 0;
  box-sizing: border-box; }
  .fiche-produit .fiche-produit-fixe h1 {
    font-size: 16px;
    padding: 0 0 5px;
    line-height: 18px; }
  .fiche-produit .fiche-produit-fixe .lien {
    display: none; }
  .fiche-produit .fiche-produit-fixe .liste_ancres {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 0 -20px;
    width: calc(100% + 40px); }
  .fiche-produit .fiche-produit-fixe .fiche-produit-fixe-content {
    width: 100%;
    max-width: 950px;
    position: relative;
    margin: 0 auto;
    padding-bottom: 20px; }
    .fiche-produit .fiche-produit-fixe .fiche-produit-fixe-content form {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-align-content: center;
      align-content: center;
      flex-direction: row; }
      .fiche-produit .fiche-produit-fixe .fiche-produit-fixe-content form .fiche-produit_informations_top {
        width: 40%;
        min-width: 40%;
        float: none;
        padding: 0 20px 0 0; }
        .fiche-produit .fiche-produit-fixe .fiche-produit-fixe-content form .fiche-produit_informations_top .avis_info {
          padding: 5px 0;
          color: #a3d55f; }
          .fiche-produit .fiche-produit-fixe .fiche-produit-fixe-content form .fiche-produit_informations_top .avis_info a {
            display: none; }
      .fiche-produit .fiche-produit-fixe .fiche-produit-fixe-content form .fiche-produit_informations_bottom {
        width: 60%;
        min-width: 60%;
        text-align: right;
        float: none; }
        .fiche-produit .fiche-produit-fixe .fiche-produit-fixe-content form .fiche-produit_informations_bottom .bloc_prix {
          padding-top: 0;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: flex-end;
          justify-content: flex-end;
          -webkit-align-items: center;
          align-items: center;
          -webkit-align-content: center;
          align-content: center;
          flex-direction: row; }
          .fiche-produit .fiche-produit-fixe .fiche-produit-fixe-content form .fiche-produit_informations_bottom .bloc_prix .produit_mod_quantite {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-align-items: center;
            align-items: center;
            -webkit-align-content: center;
            align-content: center;
            flex-direction: row;
            padding: 0;
            width: 100%;
            direction: ltr; }
            .fiche-produit .fiche-produit-fixe .fiche-produit-fixe-content form .fiche-produit_informations_bottom .bloc_prix .produit_mod_quantite > * {
              width: 100%;
              margin: 0 5px; }
            .fiche-produit .fiche-produit-fixe .fiche-produit-fixe-content form .fiche-produit_informations_bottom .bloc_prix .produit_mod_quantite button {
              background: #333f48;
              color: #FFF;
              width: 30px; }
            .fiche-produit .fiche-produit-fixe .fiche-produit-fixe-content form .fiche-produit_informations_bottom .bloc_prix .produit_mod_quantite .produit_quantite {
              background: #333f48;
              color: #FFF;
              border: solid 1px #FFF;
              width: 30px; }
            .fiche-produit .fiche-produit-fixe .fiche-produit-fixe-content form .fiche-produit_informations_bottom .bloc_prix .produit_mod_quantite .cs-select {
              position: relative;
              max-width: 100%; }
          .fiche-produit .fiche-produit-fixe .fiche-produit-fixe-content form .fiche-produit_informations_bottom .bloc_prix .clearfix {
            display: none; }
          .fiche-produit .fiche-produit-fixe .fiche-produit-fixe-content form .fiche-produit_informations_bottom .bloc_prix .cta {
            width: 100%;
            max-width: 280px;
            float: none;
            margin: 0 0 0 10px; }
          .fiche-produit .fiche-produit-fixe .fiche-produit-fixe-content form .fiche-produit_informations_bottom .bloc_prix .dispo {
            position: absolute;
            min-width: 280px;
            width: 280px;
            bottom: 5px;
            top: inherit;
            text-align: right; }
        .fiche-produit .fiche-produit-fixe .fiche-produit-fixe-content form .fiche-produit_informations_bottom .prix {
          display: inline-block;
          padding: 0;
          vertical-align: middle;
          font-size: 16px; }
          .fiche-produit .fiche-produit-fixe .fiche-produit-fixe-content form .fiche-produit_informations_bottom .prix s {
            color: #FFF;
            display: inline-block;
            padding-right: 5px;
            font-size: 11px;
            margin-left: 0; }
        .fiche-produit .fiche-produit-fixe .fiche-produit-fixe-content form .fiche-produit_informations_bottom .cta {
          display: inline-block;
          margin: 0 0 5px 0;
          float: right;
          margin-left: 22px; }
        .fiche-produit .fiche-produit-fixe .fiche-produit-fixe-content form .fiche-produit_informations_bottom .link-share {
          display: none; }
        .fiche-produit .fiche-produit-fixe .fiche-produit-fixe-content form .fiche-produit_informations_bottom div.cs-skin-border {
          background-color: #333f48;
          color: #FFF;
          border: solid 1px #FFF; }
        .fiche-produit .fiche-produit-fixe .fiche-produit-fixe-content form .fiche-produit_informations_bottom .cs-placeholder {
          background-image: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/select/bg-select-fix.png");
          background-color: #333f48;
          color: #FFF; }
          .fiche-produit .fiche-produit-fixe .fiche-produit-fixe-content form .fiche-produit_informations_bottom .cs-placeholder:hover {
            background-color: #333f48; }

.fiche-produit .fiche-produit-fixe .les_plus,
.fiche-produit .fiche-produit-fixe .description,
.fiche-produit .fiche-produit-fixe .reference,
.fiche-produit .fiche-produit-fixe .sub_title,
.fiche-produit .fiche-produit-fixe .fiche-produit_informations_middle {
  display: none; }

.fiche-produit .charte {
  background-color: #f5f5f5;
  text-align: center;
  padding: 1px 0 45px 0;
  margin-top: 35px; }

.fiche-produit .charte li {
  display: inline-block;
  vertical-align: top;
  width: 16%;
  max-width: 155px;
  line-height: 16px; }

.fiche-produit .charte li i {
  display: block;
  margin: 0 auto 18px auto; }

.fiche-produit .nav_onglets {
  font-size: 15px;
  text-align: center;
  padding: 50px 0 35px; }

.fiche-produit .nav_onglets li {
  display: inline-block;
  color: #a3d55f;
  margin: 0 15px; }

.fiche-produit .nav_onglets a {
  color: #333f48;
  display: inline-block;
  position: relative;
  padding-bottom: 16px; }

.fiche-produit .nav_onglets a:hover {
  font-weight: 700; }

.fiche-produit .nav_onglets a.active {
  font-weight: 700; }

.fiche-produit .nav_onglets a.active::after {
  content: '';
  display: block;
  width: 75px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -37px;
  background-color: #333f48; }

.fiche-produit .block_title {
  margin-top: 40px; }

.fiche-produit .content_onglet {
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 50px;
  display: none; }

.fiche-produit .content_onglet p, .fiche-produit .content_onglet ul, .fiche-produit .content_onglet ol {
  margin: 20px 0; }

.fiche-produit .content_onglet li {
  background-repeat: no-repeat;
  background-position: 0 12px;
  background-image: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/puce-li.svg");
  display: block;
  padding: 5px 0 5px 20px; }

.fiche-produit .content_onglet.show {
  display: block; }

.fiche-produit .conseil,
.fiche-produit .ingredient,
.fiche-produit .temoignage {
  text-align: center;
  padding: 20px 0 55px 0; }

.fiche-produit .conseil .block_title,
.fiche-produit .ingredient .block_title,
.fiche-produit .temoignage .block_title {
  margin-bottom: 0; }

.fiche-produit .conseil .visuel,
.fiche-produit .ingredient .visuel,
.fiche-produit .temoignage .visuel {
  display: inline-block;
  width: 250px;
  height: auto;
  vertical-align: middle; }

.fiche-produit .conseil .texte,
.fiche-produit .ingredient .texte,
.fiche-produit .temoignage .texte {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 50%;
  max-width: 450px;
  margin-left: 80px;
  font-size: 15px;
  line-height: 20px;
  text-align: justify; }

.fiche-produit .conseil .texte p.expert-name {
  margin: 40px 0 0 0;
  padding: 0; }

.fiche-produit .conseil .texte .texte_hidden,
.fiche-produit .ingredient .texte .texte_hidden,
.fiche-produit .temoignage .texte .texte_hidden {
  display: none; }

.fiche-produit .conseil .texte p,
.fiche-produit .ingredient .texte p,
.fiche-produit .temoignage .texte p {
  padding: 15px 0; }

.fiche-produit .conseil {
  background-color: #f5f5f5; }

.fiche-produit .conseil .lien {
  float: right; }

.fiche-produit .ingredient {
  padding-top: 50px; }

.fiche-produit .ingredient .visuel {
  width: 50%;
  max-width: 480px;
  position: relative;
  left: -75px; }

.fiche-produit .ingredient .texte {
  width: 30%;
  max-width: 310px;
  margin-left: 0; }

.fiche-produit .ingredient .texte .block_title {
  text-align: left;
  margin-top: 0; }

.fiche-produit .ingredient .texte .block_title::after {
  left: 0;
  margin-left: 0; }

.fiche-produit .temoignage {
  direction: rtl;
  background-color: #f5f5f5; }

.fiche-produit .temoignage .texte {
  text-align: right;
  margin-left: 0;
  margin-right: 80px;
  direction: ltr; }

.fiche-produit .temoignage .texte p {
  text-align: justify; }

.fiche-produit .prev-last,
.fiche-produit .next-last,
.fiche-produit .prev-like,
.fiche-produit .next-like,
.fiche-produit .prev-visu,
.fiche-produit .next-visu {
  display: none; }

.bloc_avis {
  background-color: #f5f5f5;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 35px 0 1px;
  text-align: center;
  font-size: 15px; }

.bloc_avis .separation {
  display: none; }

.bloc_avis .note_globale {
  font-size: 40px;
  color: #a3d55f;
  display: block;
  text-align: center;
  padding-bottom: 20px; }

.bloc_avis .critere {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  padding: 8px 0; }

.bloc_avis .critere_titre {
  margin-right: 14px;
  display: inline-block; }

.bloc_avis .cta {
  margin-top: 35px; }

.liste_avis {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
  padding-top: 40px; }

.avis {
  width: 41%;
  margin: 0 4% 35px;
  max-width: 388px;
  display: inline-block;
  text-align: left;
  vertical-align: top; }

.avis .avis_titre {
  font-weight: 900;
  color: #a3d55f;
  font-size: 15px;
  padding-bottom: 15px;
  display: inline-block; }

.avis .lien {
  float: right;
  margin-bottom: 20px;
  display: inline-block; }

.avis p {
  line-height: 16px;
  text-align: justify; }

.avis .separation {
  height: 1px;
  background-color: #333f48;
  margin-bottom: 10px;
  width: 100%;
  clear: both; }

.avis .avis_auteur {
  color: #8f9498; }

@media screen and (max-width: 1025px) {
  .fiche-produit {
    /***********************************************/
    /***********************************************/
    /***********************************************/ }
  .fiche-produit .content_onglet {
    padding: 0 20px; }
  .fiche-produit .fiche-produit_informations {
    padding-left: 54%;
    min-height: 570px;
    padding-bottom: 100px; }
  .fiche-produit .fiche-produit_informations h1 {
    font-size: 20px;
    line-height: 23px; }
  .fiche-produit .fiche-produit_informations .dispo {
    width: auto;
    width: initial;
    float: left;
    position: relative;
    top: -20px; }
  .fiche-produit .fiche-produit_informations .cta {
    width: 100%;
    margin: 15px 0; }
  .fiche-produit .fiche-produit_informations .link-share {
    /* display: block; */
    float: right; }
  .fiche-produit .fiche-produit_informations .links-share {
    right: 0; }
  .fiche-produit .fiche-produit_informations .description {
    text-align: justify;
    padding-bottom: 10px; }
  .fiche-produit .fiche-produit_informations .sub_title {
    text-align: justify; }
  .fiche-produit .fiche-produit_informations .produit_mod_quantite {
    width: 100%; }
  .fiche-produit .fiche-produit_informations .lien {
    font-size: 11px; }
  .fiche-produit .fiche-produit_informations .prix {
    padding: 5px 0 20px; }
  .fiche-produit .fiche-produit_informations .fiche-produit_informations_middle {
    max-width: 360px;
    width: 50%; }
  .fiche-produit .fiche-produit_informations .fiche-produit_informations_bottom,
  .fiche-produit .fiche-produit_informations .fiche-produit_informations_top {
    width: 100%; }
  .fiche-produit .fiche-produit_informations .visuel_secondaire {
    display: inline-block;
    width: 24%;
    vertical-align: middle;
    border-bottom: solid 3px #FFF; }
  .fiche-produit .fiche-produit_informations .visuel_secondaire.active {
    border-color: #a3d55f; }
  .fiche-produit .fiche-produit_informations .visuel_secondaire img {
    max-width: 100%; }
  .fiche-produit .fiche-produit_informations .les_plus {
    background-color: #f5f5f5;
    width: calc(100% - 100px);
    padding: 13px 0;
    margin-top: 20px;
    text-align: center;
    position: absolute;
    left: 50px;
    bottom: 0; }
  .fiche-produit .fiche-produit_informations .les_plus li {
    width: 28%;
    text-align: left;
    padding-left: 60px; }
  .fiche-produit .fiche-produit_informations .les_plus li br {
    display: none; }
  .fiche-produit .fiche-produit_informations .les_plus li:first-child {
    margin-left: 0; }
  .fiche-produit .fiche-produit_informations .les_plus li i {
    position: absolute;
    top: 5px; }
  .fiche-produit .fiche-produit_informations .les_plus li i.picto_fp-tour {
    left: 26px;
    top: -2px; }
  .fiche-produit .fiche-produit_informations .les_plus li i.picto_fp-livraison {
    left: 18px;
    top: 0; }
  .fiche-produit .fiche-produit_informations .les_plus li i.picto_fp-echantillons {
    left: 18px;
    top: -1px; }
  .fiche-produit .fiche-produit_informations .liste_ancres {
    padding: 15px 0;
    text-align: center;
    background-color: #FFF;
    clear: both;
    width: 100%;
    color: #333f48;
    display: none; }
  .fiche-produit .fiche-produit_informations .liste_ancres li {
    display: inline-block;
    padding: 0 4px; }
  .fiche-produit .fiche-produit_informations .liste_ancres a {
    color: #333f48; }
  .fiche-produit .fiche-produit_informations .liste_ancres a.active {
    font-weight: 700; }
  .fiche-produit .fiche-produit-fixe .les_plus,
  .fiche-produit .fiche-produit-fixe .description,
  .fiche-produit .fiche-produit-fixe .reference,
  .fiche-produit .fiche-produit-fixe .sub_title,
  .fiche-produit .fiche-produit-fixe .fiche-produit_informations_middle {
    display: none; }
  .fiche-produit .fiche-produit-fixe .produit_mod_quantite,
  .fiche-produit .fiche-produit-fixe .liste_ancres {
    display: none !important; }
  .fiche-produit .conseil .visuel,
  .fiche-produit .ingredient .visuel,
  .fiche-produit .temoignage .visuel {
    width: 230px;
    margin: 0 20px; }
  .fiche-produit .conseil .texte,
  .fiche-produit .ingredient .texte,
  .fiche-produit .temoignage .texte {
    margin-left: 50px; }
  .fiche-produit .conseil .visuel,
  .fiche-produit .ingredient .visuel,
  .fiche-produit .temoignage .visuel {
    width: 50%;
    margin: 0;
    left: 0; }
  .fiche-produit .conseil .texte,
  .fiche-produit .ingredient .texte,
  .fiche-produit .temoignage .texte {
    margin-left: 0;
    margin: 0 40px 0 0;
    width: 40%; }
  .fiche-produit .conseil,
  .fiche-produit .temoignage {
    padding-bottom: 0; }
  .fiche-produit .conseil .block_title,
  .fiche-produit .temoignage .block_title {
    margin-top: 30px; }
  .fiche-produit .conseil .visuel,
  .fiche-produit .temoignage .visuel {
    -ms-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    transform: scale(0.65); }
  .fiche-produit .temoignage .texte {
    margin: 0 0 0 40px; }
  .fiche-produit .bloc_avis {
    text-align: center; }
  .fiche-produit .bloc_avis .critere {
    display: inline-block;
    text-align: right;
    width: 250px; }
  .fiche-produit .bloc_avis .separation {
    display: block;
    width: 100%;
    height: 0; }
  .fiche-produit .avis {
    width: 31%; } }

@media screen and (max-width: 681px) {
  .fiche-produit {
    /* .next-visu,
		.prev-visu{
			top: 30%;
		} */ }
  .fiche-produit .content_onglet.show {
    display: none; }
  .fiche-produit .nav_onglets {
    display: none; }
  .fiche-produit .section_titre {
    display: block;
    font-size: 15px;
    color: #333f48;
    text-transform: uppercase;
    background-color: #f5f5f5;
    height: 57px;
    line-height: 57px;
    padding-left: 20px;
    border-bottom: solid 7px #FFF;
    cursor: pointer;
    position: relative; }
  .fiche-produit .section_titre::after {
    content: '+';
    position: absolute;
    right: 20px;
    color: #333f48;
    font-size: 30px;
    font-weight: 400; }
  .fiche-produit .section_titre.open::after {
    content: '-' !important;
    font-size: 40px; }
  .fiche-produit .fiche-produit_informations {
    padding-left: 0;
    min-height: auto;
    min-height: initial;
    padding-bottom: 0;
    padding-right: 0;
    padding-top: 20px; }
  .fiche-produit .fiche-produit_informations .fiche-produit_informations_top,
  .fiche-produit .fiche-produit_informations .fiche-produit_informations_middle,
  .fiche-produit .fiche-produit_informations .fiche-produit_informations_bottom {
    float: initial;
    float: none;
    position: static;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    max-width: none;
    max-width: auto; }
  .fiche-produit .fiche-produit_informations .fiche-produit_informations_bottom {
    padding: 0; }
  .fiche-produit .fiche-produit_informations .les_plus,
  .fiche-produit .fiche-produit_informations .description,
  .fiche-produit .fiche-produit_informations .lien {
    display: none; }
  .fiche-produit .fiche-produit_informations .dispo {
    /* width: 100%; */
    padding-bottom: 15px; }
  .fiche-produit .fiche-produit_informations .link-share {
    top: 5px; }
  .fiche-produit .fiche-produit_informations .bloc_prix {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; }
  .fiche-produit .fiche-produit_informations .bloc_prix .prix {
    text-align: center; }
  .fiche-produit .fiche-produit_informations .visuel_produit {
    /*  */ }
  .fiche-produit .fiche-produit_informations .visuel_produit .visuel_produit_img {
    /*display: none;*/ }
  .fiche-produit .fiche-produit_informations .visuel_produit .liste_label {
    left: 0;
    top: 0;
    position: relative; }
  .fiche-produit .fiche-produit_informations .visuel_produit .liste_label li {
    display: inline-block; }
  .fiche-produit .fiche-produit_informations .visuel_produit .picto_fp-zoom {
    display: none; }
  .fiche-produit .fiche-produit_informations .carousel_visuels_fp {
    position: relative;
    width: 100%;
    overflow: hidden; }
  .fiche-produit .fiche-produit_informations .carousel_visuels_fp .visuel_secondaire {
    width: 100%;
    border: none; }
  .fiche-produit .block_title {
    display: none; }
  .fiche-produit .section_content {
    display: none; }
  .fiche-produit .fiche-produit-fixe {
    display: none; }
  .fiche-produit .prev-like,
  .fiche-produit .next-like,
  .fiche-produit .prev-last,
  .fiche-produit .next-last,
  .fiche-produit .prev-visu,
  .fiche-produit .next-visu {
    display: block;
    width: 14px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 14px 24px;
    background-color: transparent;
    background-image: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/prev-next.svg");
    color: transparent;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    z-index: 99;
    cursor: pointer; }
  .fiche-produit .next-like,
  .fiche-produit .next-last,
  .fiche-produit .next-visu {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Safari */
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 15px; }
  .fiche-produit .prev-like,
  .fiche-produit .prev-last,
  .fiche-produit .prev-visu {
    left: 15px; }
  .fiche-produit .carousel_produits_like {
    padding-bottom: 20px; }
  .fiche-produit .conseil,
  .fiche-produit .ingredient,
  .fiche-produit .temoignage {
    padding: 0;
    background-color: #FFF;
    direction: ltr; }
  .fiche-produit .conseil .block_title,
  .fiche-produit .ingredient .block_title,
  .fiche-produit .temoignage .block_title {
    display: none; }
  .fiche-produit .conseil .visuel,
  .fiche-produit .ingredient .visuel,
  .fiche-produit .temoignage .visuel {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9); }
  .fiche-produit .conseil .texte,
  .fiche-produit .ingredient .texte,
  .fiche-produit .temoignage .texte {
    display: block;
    margin: 20px 5%;
    width: 90%;
    max-width: initial;
    direction: ltr;
    text-align: center; }
  .fiche-produit .conseil .texte p.expert-name {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 0; }
  .fiche-produit .conseil .texte p,
  .fiche-produit .ingredient .texte p,
  .fiche-produit .temoignage .texte p {
    text-align: justify; }
  .fiche-produit .conseil .visuel,
  .fiche-produit .temoignage .visuel {
    max-width: 250px;
    margin-top: 20px; }
  .fiche-produit .conseil .lien,
  .fiche-produit .temoignage .lien {
    float: none;
    display: block;
    margin: 10px 0 30px; }
  .fiche-produit .ingredient {
    padding-bottom: 0; }
  .fiche-produit .ingredient .visuel {
    width: 100%;
    max-width: 400px;
    margin-bottom: 0; }
  .fiche-produit .ingredient .texte {
    margin-top: 0; }
  .fiche-produit .ingredient .lien {
    float: none;
    display: block;
    margin: 10px 0 30px; }
  .fiche-produit .ingredient .only_mobile {
    font-weight: 700;
    font-size: 16px;
    display: block;
    padding: 20px 0 0; }
  .fiche-produit .bloc_avis {
    background-color: #FFF; }
  .fiche-produit .bloc_avis .critere {
    display: block;
    text-align: right;
    width: 100%;
    margin: 0;
    padding: 10px 20px;
    box-sizing: border-box; }
  .fiche-produit .bloc_avis .critere .critere_titre {
    float: left; }
  .fiche-produit .liste_avis {
    padding-bottom: 25px; }
  .fiche-produit .liste_avis .avis {
    width: 90%;
    display: block; }
  .fiche-produit .charte {
    background-color: #FFF;
    text-align: left;
    padding: 15px 0;
    margin-top: 0;
    width: 100%; }
  .fiche-produit .charte ul {
    width: 100%; }
  .fiche-produit .charte li {
    display: block;
    width: 100%;
    max-width: none;
    line-height: 16px;
    padding: 10px 0; }
  .fiche-produit .charte li br {
    display: none; }
  .fiche-produit .charte li i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px; } }

.ajout_panier {
  position: absolute;
  background-color: #FFF;
  z-index: 200;
  top: 50px;
  left: 50%;
  width: 950px;
  margin-left: -475px;
  text-align: center;
  padding-bottom: 40px;
  display: none; }

.ajout_panier .close_ajout_panier {
  position: absolute;
  top: 15px;
  right: 15px; }

.ajout_panier .titre {
  font-size: 25px;
  padding: 40px 0;
  display: block;
  font-weight: 700; }

.ajout_panier .texte {
  display: inline-block;
  width: 100%;
  max-width: 350px;
  vertical-align: middle;
  text-align: left;
  box-sizing: border-box; }

.ajout_panier .texte .libelle {
  display: inline-block;
  width: 80%;
  font-size: 18px;
  line-height: 21px;
  font-weight: 900;
  vertical-align: bottom; }

.ajout_panier .texte .prix {
  display: inline-block;
  width: 18%;
  text-align: right;
  font-weight: 900;
  color: #a3d55f;
  font-size: 25px;
  vertical-align: bottom; }

.ajout_panier .texte .labels {
  padding: 20px 0; }

.ajout_panier .texte .labels p {
  padding: 5px 0; }

.ajout_panier .texte .label {
  display: inline-block;
  vertical-align: middle;
  width: 110px; }

.ajout_panier .texte .second_orange {
  font-size: 16px;
  line-height: 19px;
  padding: 0 0 20px 0; }

.ajout_panier .visuel {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 230px;
  height: auto; }

.ajout_panier .cta {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 0;
  width: 320px; }

.ajout_panier #carousel_ideal {
  position: relative; }

.ajout_panier .prev-ideal,
.ajout_panier .next-ideal {
  display: none;
  width: 14px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 14px 24px;
  background-color: transparent;
  background-image: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/prev-next.svg");
  color: transparent;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  z-index: 99;
  cursor: pointer; }

.ajout_panier .next-ideal {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari */
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 15px; }

.ajout_panier .prev-ideal {
  left: 15px; }

.overlay_ajout_panier,
.overlay_update_cart {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #333f48;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  display: none;
  -ms-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  display: none; }

@media screen and (max-width: 1025px) {
  .ajout_panier {
    width: 660px;
    margin-left: -330px; } }

@media screen and (max-width: 681px) {
  .ajout_panier {
    width: 300px;
    margin-left: -150px; }
  .ajout_panier .block_title {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
    margin-bottom: 20px; }
  .ajout_panier .titre {
    font-size: 20px; }
  .ajout_panier .prev-ideal,
  .ajout_panier .next-ideal {
    display: block; }
  .ajout_panier .texte {
    padding-left: 15px;
    padding-right: 15px; }
  .ajout_panier .texte .libelle {
    font-size: 15px;
    line-height: 18px;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box; }
  .ajout_panier .texte .prix {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 25px;
    padding-top: 15px; }
  .ajout_panier .texte .second_orange {
    text-align: center;
    padding-bottom: 10px; }
  .ajout_panier .labels {
    text-align: left; }
  .ajout_panier .labels .label {
    text-align: right;
    padding-right: 20px;
    width: 145px; }
  .ajout_panier .cta {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    letter-spacing: 1px; }
  .ajout_panier .cta .picto_puce-cta {
    right: 8px; }
  .ajout_panier .cta_back .picto_puce-cta {
    left: 8px; } }

.shipping-tracking-view .col2-left-layout .page-title {
  margin-bottom: 40px; }

.shipping-tracking-view .col2-left-layout .order-header {
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 20px; }

.shipping-tracking-view .col2-left-layout .order-header .view-order {
  font-size: 13px;
  text-decoration: underline; }

.shipping-tracking-view .col2-left-layout .order-header .view-order:hover {
  text-decoration: none; }

.shipping-tracking-view a[href*="/sales/order/history/"] {
  margin-left: 10px;
  font-weight: bold; }

.shipping-tracking-view .col2-left-layout .subtitle {
  font-size: 20px;
  font-weight: bold;
  color: #333f48;
  padding-bottom: 5px;
  margin-bottom: 20px;
  text-align: left;
  border-bottom: 1px solid #333f48;
  margin-top: 40px; }

.shipping-tracking-view .col2-left-layout .tracking-table-popup {
  font-size: 15px; }

.shipping-tracking-view .col2-left-layout .tracking-table-popup td,
.shipping-tracking-view .col2-left-layout .tracking-table-popup th {
  padding-top: 10px;
  padding-bottom: 50px;
  vertical-align: middle; }

.shipping-tracking-view .col2-left-layout .tracking-table-popup th {
  padding-right: 30px;
  padding-left: 30px; }

.shipping-tracking-view .col2-left-layout .tracking-table-popup tr {
  position: relative;
  display: block; }

.shipping-tracking-view .col2-left-layout .tracking-table-popup td:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/arrow_on.png");
  background-position: center center;
  width: 10px;
  height: 6px; }

.shipping-tracking-view .col2-left-layout .tracking-table-popup.last td:after {
  background: none; }

.shipping-tracking-view .col2-left-layout .tracking-table-popup tr th:before {
  content: "";
  display: inline-block;
  background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/account/green_newsletter.jpg") transparent top left no-repeat;
  width: 17px;
  height: 15px;
  margin-right: 30px; }

.shipping-tracking-view .col2-left-layout .tracking-table-popup tr th.no::before {
  background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/account/red_newsletter.jpg") transparent top left no-repeat; }

.shipping-tracking-view .cta {
  margin-top: 10px;
  margin-left: 0; }

/* fix iOS et Android pour les champs de formulaire */
@media screen and (max-width: 681px) and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input,
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
    background: #fff; } }

.overlay-checkout {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  cursor: pointer; }
  .overlay-checkout .close-overlay-checkout:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 22px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #fff;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color .25s;
    box-sizing: border-box;
    z-index: 2; }
  .overlay-checkout .close-overlay-checkout {
    border: none;
    background-color: transparent; }
  .overlay-checkout .close-overlay-checkout:hover:after {
    color: #555;
    background: #eee; }
  .overlay-checkout .content-overlay {
    background-color: #fff;
    border: 2px solid #fff;
    text-align: center;
    padding-top: 20px;
    height: 250px;
    width: 320px;
    margin: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 18px; }
    .overlay-checkout .content-overlay button {
      margin: auto;
      display: block;
      margin-top: 20px;
      margin-bottom: 20px;
      font-size: 15px;
      text-transform: uppercase;
      color: #FFF;
      background-color: #333f48;
      letter-spacing: 2px;
      display: block;
      margin: 25px auto;
      width: 288px;
      height: 39px;
      line-height: 37px;
      text-align: center;
      cursor: pointer;
      position: relative;
      transition: all 125ms linear;
      background-color: #a3d55f;
      width: 280px; }
  .overlay-checkout img {
    display: block;
    margin: auto;
    margin-bottom: 10px;
    width: 80%; }

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

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(https://www.corinedefarme.be/skin/frontend/default/default/colorbox/images/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(https://www.corinedefarme.be/skin/frontend/default/default/colorbox/images/controls.png) no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(https://www.corinedefarme.be/skin/frontend/default/default/colorbox/images/controls.png) no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(https://www.corinedefarme.be/skin/frontend/default/default/colorbox/images/controls.png) no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(https://www.corinedefarme.be/skin/frontend/default/default/colorbox/images/controls.png) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url(https://www.corinedefarme.be/skin/frontend/default/default/colorbox/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(https://www.corinedefarme.be/skin/frontend/default/default/colorbox/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(https://www.corinedefarme.be/skin/frontend/default/default/colorbox/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(https://www.corinedefarme.be/skin/frontend/default/default/colorbox/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(https://www.corinedefarme.be/skin/frontend/default/default/colorbox/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(https://www.corinedefarme.be/skin/frontend/default/default/colorbox/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(https://www.corinedefarme.be/skin/frontend/default/default/colorbox/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(https://www.corinedefarme.be/skin/frontend/default/default/colorbox/images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(https://www.corinedefarme.be/skin/frontend/default/default/colorbox/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7+ replaces a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
*/
.cboxIE6 #cboxTopLeft{background:url(https://www.corinedefarme.be/skin/frontend/default/default/colorbox/images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(https://www.corinedefarme.be/skin/frontend/default/default/colorbox/images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(https://www.corinedefarme.be/skin/frontend/default/default/colorbox/images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(https://www.corinedefarme.be/skin/frontend/default/default/colorbox/images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(https://www.corinedefarme.be/skin/frontend/default/default/colorbox/images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(https://www.corinedefarme.be/skin/frontend/default/default/colorbox/images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(https://www.corinedefarme.be/skin/frontend/default/default/colorbox/images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(https://www.corinedefarme.be/skin/frontend/default/default/colorbox/images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}

/* CSS Document */
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local("Lato Light"), local("Lato-Light"), url(https://fonts.gstatic.com/s/lato/v11/dPJ5r9gl3kK6ijoeP1IRsvY6323mHUZFJMgTvxaG2iE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local("Lato Light"), local("Lato-Light"), url(https://fonts.gstatic.com/s/lato/v11/EsvMC5un3kjyUhB9ZEPPwg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url(https://fonts.gstatic.com/s/lato/v11/UyBMtLsHKBKXelqf4x7VRQ.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url(https://fonts.gstatic.com/s/lato/v11/1YwB1sO8YE1Lyjf12WNiUA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"), url(https://fonts.gstatic.com/s/lato/v11/ObQr5XYcoH0WBoUxiaYK3_Y6323mHUZFJMgTvxaG2iE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"), url(https://fonts.gstatic.com/s/lato/v11/H2DMvhDLycM56KNuAtbJYA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local("Lato Black"), local("Lato-Black"), url(https://fonts.gstatic.com/s/lato/v11/R4a6fty3waPci7C44H8AjvY6323mHUZFJMgTvxaG2iE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local("Lato Black"), local("Lato-Black"), url(https://fonts.gstatic.com/s/lato/v11/tI4j516nok_GrVf4dhunkg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/* Lightbox select country */
#cboxOverlay {
  background: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/bg_pays.png") bottom left !important;
  background-size: contain !important;
  background-color: #d8ebf9 !important;
  background-repeat: no-repeat !important;
  opacity: 1 !important; }

#colorbox {
  top: 0 !important;
  left: 0 !important;
  position: fixed !important;
  width: 100% !important; }

#colorbox #cboxWrapper {
  width: 100% !important; }

#colorbox #cboxContent {
  overflow: hidden;
  top: 0 !important;
  position: absolute;
  right: 0; }

#colorbox #cboxContent {
  background: none !important;
  float: right !important;
  width: 700px !important;
  margin-right: 100px; }

#colorbox #cboxTopCenter, #cboxTopLeft, #cboxTopRight, #cboxMiddleLeft, #cboxBottomCenter, #cboxMiddleRight, #cboxBottomLeft, #cboxBottomRight {
  background: none !important; }

#colorbox #lightbox-country-content {
  background: none !important;
  text-align: left;
  font-family: 'Lato'; }

#colorbox #lightbox-country-content p.lightbox-country-list-item-country {
  margin: 0; }

#colorbox #cboxLoadedContent {
  height: 100% !important;
  width: 100% !important; }

#colorbox #cboxClose {
  display: none !important; }

.slogan_prehome {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-top: 60px; }

.other_country {
  display: block;
  font-size: 16px;
  text-align: center;
  color: #333f48;
  clear: both;
  padding-top: 40px; }

.other_country p {
  font-weight: normal; }

.other_country p a {
  text-decoration: underline;
  color: #333f48; }

.logo_prehome {
  width: 20%;
  height: 124px;
  display: block;
  margin: 0 auto;
  background-image: url("https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.lightbox-country-list {
  width: 640px;
  margin: 0 auto; }

ul.country_group {
  margin: 0 0 0 80px;
  display: block; }

.lightbox-country-label {
  margin: 1em 0px 2em !important;
  font-weight: 700;
  font-size: 25px;
  padding-bottom: 18px;
  color: #333f48;
  display: block;
  text-align: center;
  position: relative; }

.lightbox-country-label::after {
  width: 75px;
  height: 3px;
  display: block;
  content: '';
  background-color: #333f48;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -36px; }

.lightbox-country-list .lightbox-country-list-item {
  width: 33.33%;
  text-align: left;
  float: left; }

.lightbox-country-list .last {
  margin-top: -30px; }

.lightbox-country-list .pre_last {
  margin-top: 35px; }

.lightbox-country-list .lightbox-country-list-item-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #333f48;
  margin-bottom: 10px;
  font-weight: bold; }

p.lightbox-country-list-item-country a {
  color: #333f48;
  font-weight: normal;
  line-height: 1.8;
  font-size: 16px;
  font-family: 'Lato';
  text-decoration: none; }

p.lightbox-country-list-item-country a:hover {
  text-decoration: underline; }

/*# sourceMappingURL=lightbox-country.css.map */

/* Responsive structure =================================================================== */
@media screen and (min-width: 1600px) and (max-width: 1920px) {
  #colorbox #cboxContent {
    width: 1000px !important;
    top: 60px !important;
    margin-right: 100px; }
  .lightbox-country-list .lightbox-country-list-item-title, p.lightbox-country-list-item-country a, .other_country {
    font-size: 20px !important; }
  .logo_prehome {
    width: 220px !important; }
  .lightbox-country-label.block_title {
    font-size: 35px !important; }
  .other_country {
    padding-top: 85px !important; }
  .slogan_prehome {
    font-size: 25px !important;
    position: absolute;
    z-index: 9999;
    margin: 0 auto !important;
    width: 1020px; }
  .lightbox-country-label {
    margin-top: 90px !important; }
  .lightbox-country-list {
    width: 1000px !important; }
  ul.country_group {
    margin: 0 0 0 140px !important; } }

@media screen and (min-width: 1600px) {
  #cboxContent, #cboxWrapper, #colorbox {
    height: 900px !important; }
  .slogan_prehome {
    bottom: 80px; } }

@media screen and (min-width: 1920px) and (max-height: 1080px) {
  #cboxContent, #cboxWrapper, #colorbox {
    height: 1080px !important; } }

@media screen and (min-width: 1920px) and (max-height: 1200px) {
  #cboxContent, #cboxWrapper, #colorbox {
    height: 1200px !important; }
  .slogan_prehome {
    bottom: 100px; } }

@media screen and (min-width: 1400px) and (max-width: 1580px) {
  #colorbox #cboxContent {
    top: 50px !important; }
  .lightbox-country-list .lightbox-country-list-item-title, p.lightbox-country-list-item-country a, .other_country {
    font-size: 18px !important; }
  .lightbox-country-list {
    width: 730px !important; }
  #colorbox #cboxContent {
    width: 780px !important; } }

@media screen and (max-width: 1000px) {
  #colorbox {
    width: 100% !important; }
  #colorbox #cboxContent {
    margin-right: 0 !important; } }

@media screen and (max-width: 768px) {
  #cboxOverlay {
    background-image: none !important; }
  #colorbox #cboxWrapper {
    width: 88% !important; }
  .logo_prehome {
    width: 30%; }
  #colorbox #cboxContent {
    float: none !important;
    width: 100% !important; }
  #colorbox #cboxLoadedContent {
    width: 100% !important; }
  #colorbox #cboxOverlay {
    background-image: none !important; } }

@media screen and (max-width: 681px) {
  #colorbox {
    position: absolute !important;
    top: 0 !important; }
  ul.country_group {
    margin-left: 0 !important; }
  .lightbox-country-list .lightbox-country-list-item {
    float: none;
    margin-bottom: 40px;
    text-align: center;
    width: 100%; }
  .lightbox-country-list {
    width: 100%; }
  .lightbox-country-label {
    font-size: 20px;
    padding-bottom: 18px;
    margin: 35px auto; } }

@media screen and (max-width: 367px) {
  .lightbox-country-list .lightbox-country-list-item {
    width: 100%;
    display: block;
    margin: 15px 0; } }

/*# sourceMappingURL=lightbox-country-responsive.css.map */

#advancednewsletter{
    display:none;
    position: absolute;
    top:30%;
    left:50%;
    z-index:9999;
    width:400px;
    margin:-150px 0 0 -150px;
    text-align:left;
    /*background-color: #fff;*/
}
#advancednewsletter[id]{ /* IE6 and below Can't See This */
    position:fixed;
}

#advancednewsletter h4 {padding: 4px 0;}

#advancednewsletter .group-select {margin: 0;}

#advancednewsletter-overlay{
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:5000;   
    background-color:#000;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
}
#advancednewsletter-overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
}

#advancednewsletter.done #anLoadMessage{
	display:none;
}
#advancednewsletter.done #anContent{
	display:block;
}
#advancednewsletter.loading #anContent{
	display:none;
}
#advancednewsletter.loading #anLoadMessage{
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	display:block;
	background-color: #fff;
	width: 100px;
	padding: 10px;
	margin: 250px 0 0 120px;
}

.advancednewsletter-please-wait {
	padding-right:7px;
}

#an-subscribe .group-select {
    margin:5px 0;
    border:1px solid #bbafa0;
    padding:5px 5px 5px 5px;
    background:#fbfaf6;
}

#an-subscribe .button-set{
border-top:1px solid #E4E4E4; 
clear:both; 
margin:4px 0 4px 8px;
padding-top:8px;
text-align:left;
}

#an-subscribe .group-select li .input-box .input-text
{
width:275px;
}

.an-right{
	text-align: right;
}

.formulaire-contact .dotted {
border-bottom: 1px dotted #666;
padding: 10px 0px;
margin: 0 10px;
overflow: auto;
}
.formulaire-contact .dotted input {
  /*float: left;*/
}
.formulaire-contact .dotted label {
font-weight: bold;
}
.formulaire-contact .dotted .check {
display: block;
width: 570px;
float: left;
font-weight: normal;
}
#newsletter-validate-detail .dotted .check {
width: 380px;
}
.customer-account-create .formulaire-contact .dotted .check {
width: 450px;
}
.banner-info {
    background: #333f48;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    width: 100%;
}

.banner-info a {
    color: white;
}

.banner-info a:hover {
    text-decoration: underline;
}
.amlabel-div {
    position: relative;
}

.amlabel-div .amlabel-txt {
    line-height: 11px;
    font-size: 0.9em;
    font-weight: bold;
    display: block;
    letter-spacing: 0.01px;
    text-decoration: none;
    color: #fff;
}

.amlabel-div a {
    text-decoration: none;
    position: relative;
}

.amlabel-table {
    position: absolute;
    z-index: 10;
    cursor: pointer;
}

.amlabel-table td {
    vertical-align: middle;
    text-align: center;
    border: 0;
    height: auto;
}
.liste_label {
    position:absolute;
    top:0;
    left:0;
}
.top-center {
    top: 0;
    left: 50%;
}

.middle-left {
    left: 0;
    top: 50%;
}

.middle-right {
    right: 0;
    top: 50%;
}

.bottom-center {
    bottom: 0;
    right: 50%;
}

.middle-center {
    top: 40%;
    left: 40%;
}

.top-left {
    top: 0;
    left: 0;
}

.top-right {
    top: 0;
    right: 0;
}

.bottom-left {
    bottom: 0;
    left: 0;
}

.bottom-right {
    bottom: 0;
    right: 0;
}

.products-list .amlabel-div {
    float: left;
}

* html .amlabel-div {
    float: left;
}

* html .amlabel-div a {
    position: relative;
}

@media (max-width: 930px) {
    /*.amlabel-table {
        display: none;
    }*/
}

.amlabel-table2 {
    position: absolute;
    height: 100%;
    width: 100%;
}

.amlabel-txt2 {
    width: 100%;
    height: 100%;
    background-size: contain !important;
    position: absolute;
}
/**
 * Inchoo is not affiliated with or in any way responsible for this code.
 *
 * Commercial support is available directly from the [extension author](http://www.techytalk.info/contact/).
 *
 * @category Marko-M
 * @package SocialConnect
 * @author Marko Martinović <marko@techytalk.info>
 * @copyright Copyright (c) Marko Martinović (http://www.techytalk.info)
 * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */

div.inchoo-socialconnect-google{
    float: right;
    height: 30px !important;
    background: transparent url('https://www.corinedefarme.be/skin/frontend/base/default/inchoo_socialconnect/google/images/login-button-left.png') no-repeat top left !important;
}

div.inchoo-socialconnect-google-inner{
    height: 30px !important;
    float: left !important;
    margin-left: 30px !important;
    background: transparent url('https://www.corinedefarme.be/skin/frontend/base/default/inchoo_socialconnect/google/images/login-button-inner.png') repeat-x top left !important;
    padding: 0 5px !important;
    text-shadow: 1px 1px #000000;
}

div.inchoo-socialconnect-google-right{
    float: left !important;
    height: 30px !important;
    width: 3px !important;
    background: transparent url('https://www.corinedefarme.be/skin/frontend/base/default/inchoo_socialconnect/google/images/login-button-right.png') no-repeat top left !important;
}

div.inchoo-socialconnect-google-inner a{
    color: #FFFFFF !important;
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: none !important;
    line-height: 30px !important;
}        

/**
 * Inchoo is not affiliated with or in any way responsible for this code.
 *
 * Commercial support is available directly from the [extension author](http://www.techytalk.info/contact/).
 *
 * @category Marko-M
 * @package SocialConnect
 * @author Marko Martinović <marko@techytalk.info>
 * @copyright Copyright (c) Marko Martinović (http://www.techytalk.info)
 * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */

div.inchoo-socialconnect-facebook{
    float: right;
    height: 30px !important;
    background: transparent url('https://www.corinedefarme.be/skin/frontend/base/default/inchoo_socialconnect/facebook/images/login-button-left.png') no-repeat top left !important;
}

div.inchoo-socialconnect-facebook-inner{
    height: 30px !important;
    float: left !important;
    margin-left: 30px !important;
    background: transparent url('https://www.corinedefarme.be/skin/frontend/base/default/inchoo_socialconnect/facebook/images/login-button-inner.png') repeat-x top left !important;
    padding: 0 5px !important;
    text-shadow: 1px 1px #1c376d;
}

div.inchoo-socialconnect-facebook-right{
    float: left !important;
    height: 30px !important;
    width: 3px !important;
    background: transparent url('https://www.corinedefarme.be/skin/frontend/base/default/inchoo_socialconnect/facebook/images/login-button-right.png') no-repeat top left !important;
}

div.inchoo-socialconnect-facebook-inner a{
    color: #FFFFFF !important;
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: none !important;
    line-height: 30px !important;
}      

.neklo-instagram-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
}

@media screen and (max-width: 48em) {
    .neklo-instagram-title {
        font-size: 16px;
    }
}

.neklo-instagram-description {
    font-size: 14px;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
}

@media screen and (max-width: 48em) {
    .neklo-instagram-description {
        font-size: 12px;
    }
}

.neklo-instagram-list {
    margin: 20px auto;
    width: 80%;
    text-align: center;
    font-size: 0;
}

.neklo-instagram-list:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

@media screen and (max-width: 48em) {
    .neklo-instagram-list {
        width: 95%;
    }
}

.neklo-instagram-list li {
    display: inline-block;
    vertical-align: top;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: 0 2px 2px 0;
}

.neklo-instagram-list li:hover .neklo-instagram-over {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.neklo-instagram-list li:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.neklo-instagram-list a {
    position: relative;
    overflow: hidden;
    display: block;
}

.neklo-instagram-list img {
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.neklo-instagram-over {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #000000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 10;
}

.neklo-instagram-image-wrap {
    position: relative;
    overflow: hidden;
}

.neklo-instagram-image-wrap img {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
.col-main {
  text-align: center;
  font-size: 15px;
  line-height: 25px; }

.gamme_tetiere {
  margin-bottom: 0; }

.nav_sticky {
  font-weight: 100;
  text-align: center;
  padding: 20px 0;
  font-size: 13px;
  background-color: #f9f9f9;
  width: 100%;
  max-width: 1436px;
  margin: 0 auto; }

.nav_sticky li {
  display: inline-block; }

.nav_sticky li::before {
  display: inline-block;
  color: #a3d55f;
  content: '/';
  margin: 0 22px; }

.nav_sticky li:first-child::before {
  display: none; }

.nav_sticky li:nth-child(1) a {
  font-weight: 700; }

.nav_sticky li a {
  color: #333f48; }

.nav_sticky li a.active {
  font-weight: 700; }

.nav_sticky.nav_sticky-fixe {
  position: fixed;
  top: 0;
  z-index: 99;
  left: 50%; }

.nav_sticky.nav_sticky-fixe li:nth-child(1) a {
  font-weight: 100; }

.nav_sticky.nav_sticky-fixe li:nth-child(1) a.active {
  font-weight: 700; }

.notre_histoire_texte {
  text-align: justify;
  width: 100%;
  box-sizing: border-box;
  max-width: 585px;
  padding: 0 15px 80px;
  margin: 0 auto; }

.notre_charte_liste {
  text-align: center;
  padding: 60px 0 30px;
  margin: 0 auto; }

.notre_charte_liste li {
  display: inline-block;
  width: 20%;
  text-align: center;
  vertical-align: top;
  text-transform: uppercase; }

.notre_charte_liste li i {
  display: block;
  margin: 0 auto 25px; }

.carousel_ingredient {
  margin-bottom: 30px; }

#notre-histoire .block_title {
  margin-top: 60px; }

#notre-equipe .block_title {
  margin-top: 60px; }

#nos-engagements .block_title {
  margin-top: 80px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0; }

#notre-savoir-faire .block_title {
  margin-bottom: 60px; }

#marques-complices .block_title {
  margin-top: 80px; }

.passion_parfum_texte {
  text-align: justify;
  line-height: 1.3;
  max-width: 680px;
  margin: 0 auto 50px;
  padding: 0 20px; }

.passion_parfum_texte br {
  line-height: 70%; }

.passion_parfum_img {
  max-width: 90%; }

.block_title {
  margin: 52px auto 40px;
  line-height: 1.2;
  padding-left: 14%;
  padding-right: 14%; }

.engagement {
  display: flex;
  padding: 10px 0; }
  @media screen and (max-width: 640px) {
    .engagement {
      flex-direction: column; } }
  .engagement:nth-child(odd) {
    direction: rtl;
    text-align: right; }
    .engagement:nth-child(odd) .engagement_img {
      padding: 0 20px 0 10px; }
    .engagement:nth-child(odd) .engagement_texte {
      padding: 0 65px 0 20px;
      direction: ltr;
      text-align: right; }
      @media screen and (max-width: 640px) {
        .engagement:nth-child(odd) .engagement_texte {
          padding: 20px;
          text-align: left; } }
      .engagement:nth-child(odd) .engagement_texte .block_title {
        text-align: right; }
        .engagement:nth-child(odd) .engagement_texte .block_title::after {
          right: 0;
          left: initial;
          margin-left: 0; }
  .engagement .engagement_img {
    padding: 0 10px 0 20px; }
    @media screen and (max-width: 640px) {
      .engagement .engagement_img {
        text-align: center; } }
    .engagement .engagement_img img {
      max-width: 100%;
      height: auto; }
  .engagement .engagement_texte {
    padding: 0 20px 0 65px;
    line-height: 19px;
    text-align: left; }
    .engagement .engagement_texte .citation {
      font-style: italic;
      padding: 18px 0; }
      .engagement .engagement_texte .citation::before {
        background-image: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/conseils/quote-left.svg);
        margin-right: 8px;
        top: -2px; }
      .engagement .engagement_texte .citation::after {
        background-image: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/conseils/quote-right.svg);
        margin-left: 8px;
        top: 4px; }
      .engagement .engagement_texte .citation::before, .engagement .engagement_texte .citation::after {
        display: inline-block;
        content: '';
        width: 13px;
        height: 10px;
        background-repeat: no-repeat;
        background-size: 13px 10px;
        position: relative; }
    .engagement .engagement_texte .block_title {
      text-align: left;
      margin-top: 0;
      font-size: 20px;
      margin-bottom: 15px;
      padding-bottom: 20px; }
      .engagement .engagement_texte .block_title::after {
        left: 0;
        margin-left: 0; }
  .engagement .engagement_img, .engagement .engagement_texte {
    align-self: center;
    width: 50%; }
    @media screen and (max-width: 640px) {
      .engagement .engagement_img, .engagement .engagement_texte {
        padding: 20px;
        width: 90%; } }

.liste_equipe {
  width: 100%;
  max-width: 840px;
  margin: 60px auto 100px; }

.liste_equipe_carousel {
  position: relative;
  padding: 0 20px; }

.liste_equipe_carousel .prev-membre,
.liste_equipe_carousel .next-membre {
  display: block;
  width: 14px;
  height: 27px;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/prev-next-calendar.png);
  background-size: 14px 27px;
  cursor: pointer;
  right: 5px;
  top: 27%;
  position: absolute; }

.liste_equipe_carousel .prev-membre:hover,
.liste_equipe_carousel .next-membre:hover {
  opacity: 1; }

.liste_equipe_carousel .prev-membre {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari */
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 5px; }

.liste_equipe_membre {
  width: 345px;
  display: inline-block;
  vertical-align: top;
  text-align: center; }

.liste_equipe_membre .citation {
  font-style: italic;
  font-size: 15px;
  line-height: 25px;
  min-height: 75px;
  letter-spacing: -1px;
  text-align: justify;
  margin-top: 30px;
  padding: 0 20px 20px; }

.liste_equipe_membre .citation::before, .liste_equipe_membre .citation::after {
  display: inline-block;
  content: '';
  width: 13px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: 13px 10px;
  position: relative; }

.liste_equipe_membre .citation::before {
  background-image: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/conseils/quote-left.svg);
  margin-right: 6px;
  top: -6px; }

.liste_equipe_membre .citation::after {
  background-image: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/conseils/quote-right.svg);
  margin-left: 8px;
  top: 6px; }

.notre_savoir_faire_carousel {
  text-align: center;
  width: 100%;
  max-width: 990px; }

.notre_savoir_faire_carousel .notre_savoir_faire_item {
  padding: 85px 0;
  width: 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center; }

.notre_savoir_faire_carousel .notre_savoir_faire_item .notre_savoir_faire_item_texte {
  width: 275px;
  padding: 0 75px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 424px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  left: 150px; }

.notre_savoir_faire_carousel .notre_savoir_faire_item .notre_savoir_faire_item_texte p {
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
  padding-bottom: 20px; }

.notre_savoir_faire_carousel .notre_savoir_faire_item .notre_savoir_faire_item_texte .notre_savoir_faire_item_caption {
  position: absolute;
  right: -220px;
  width: 220px;
  top: 33%;
  border-bottom: 1px solid white;
  color: white;
  padding-bottom: 20px; }

.notre_savoir_faire_carousel .notre_savoir_faire_item .notre_savoir_faire_item_texte .notre_savoir_faire_item_caption p {
  text-align: left;
  -moz-text-align-last: center;
  text-align-last: left;
  padding-left: 60px; }

.notre_savoir_faire_carousel .notre_savoir_faire_item .notre_savoir_faire_item_texte .notre_savoir_faire_item_caption p.bold {
  font-size: 20px; }

.notre_savoir_faire_carousel .owl-controls {
  top: -140px;
  left: 50%;
  margin-left: -75px; }

.cms-corine-les-engagements .notre_savoir_faire_carousel .owl-controls {
  width: 205px;
  margin-left: -105px; }

.notre_savoir_faire_carousel .owl-controls .owl-pagination {
  position: relative;
  top: -6px; }

.slider_recompenses_global {
  position: relative;
  padding: 0 25px; }

.slider_recompenses_global .prev-recompense,
.slider_recompenses_global .next-recompense {
  display: block;
  width: 28px;
  height: 27px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/prev-next-calendar.png);
  background-size: 14px 27px;
  cursor: pointer;
  right: 25px;
  top: 30%;
  z-index: 99;
  position: absolute; }

.slider_recompenses_global .prev-recompense:hover,
.slider_recompenses_global .next-recompense:hover {
  opacity: 1; }

.slider_recompenses_global .prev-recompense {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari */
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 25px; }

.slider_recompenses_global .slider_recompenses_item {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  text-align: center;
  color: #333f48; }

.slider_recompenses_global .slider_recompenses_item img {
  width: 100%;
  height: auto; }

.slider_recompenses_global .slider_recompenses_item .libelle {
  display: block;
  padding-bottom: 16px;
  font-size: 13px;
  line-height: 18px;
  position: relative;
  min-height: 36px;
  max-width: 130px;
  margin: 0 auto 34px; }

.slider_recompenses_global .slider_recompenses_item .libelle::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 3px;
  width: 74px;
  margin-left: -37px;
  background-color: #333f48; }

.slider_recompenses_global .slider_recompenses_item .prix {
  color: #a3d55f;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  display: block;
  min-height: 54px;
  max-width: 200px;
  margin: 0 auto 20px; }

.marques_complices {
  text-align: center; }

.marques_complices .marques_complices_item {
  display: inline-block;
  margin: 0 8px; }

.marques_complices .marques_complices_item .marques_complices_mask {
  width: 303px;
  height: 303px;
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 25px; }

.marques_complices .marques_complices_item .marques_complices_mask .marques_complices_img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  -ms-transition: all 125ms linear;
  -webkit-transition: all 125ms linear;
  -moz-transition: all 125ms linear;
  transition: all 125ms linear; }

.marques_complices .marques_complices_item .marques_complices_mask:hover .marques_complices_img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2); }

.liste_dates {
  font-weight: 100;
  margin-bottom: 45px; }

.liste_dates li {
  display: inline-block; }

.liste_dates li::before {
  display: inline-block;
  color: #a3d55f;
  content: '/';
  margin: 0 22px; }

.liste_dates li:first-child::before {
  display: none; }

.liste_dates .liste_dates_item {
  font-weight: 100;
  color: #333f48;
  cursor: pointer; }

.liste_dates .liste_dates_item.active {
  font-weight: 700;
  position: relative; }

.liste_dates .liste_dates_item.active::after {
  content: '';
  display: block;
  width: 24px;
  height: 3px;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  top: 30px;
  background-color: #333f48; }

.notre-histoire_carousel_date_slider {
  font-size: 45px;
  line-height: 45px;
  display: inline-block !important;
  width: 210px;
  vertical-align: middle;
  /* visibility: hidden; */ }

.prev-date,
.next-date {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 27px;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/prev-next-calendar.png);
  background-size: 14px 27px;
  cursor: pointer; }

.prev-date:hover,
.next-date:hover {
  opacity: 1; }

.prev-date {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari */
  -moz-transform: rotate(180deg);
  transform: rotate(180deg); }

.notre-histoire_carousel_visu,
.notre-histoire_carousel_texte {
  width: 48%;
  max-width: 495px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative; }

.notre-histoire_carousel_visu .owl-item {
  padding: 0 10px 0 20px;
  box-sizing: border-box; }

.notre-histoire_carousel_visu img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block; }

.notre-histoire_carousel_texte .prev-texte,
.notre-histoire_carousel_texte .next-texte {
  display: block;
  width: 14px;
  height: 27px;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/prev-next-calendar.png);
  background-size: 14px 27px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 10; }

.notre-histoire_carousel_texte .prev-texte:hover,
.notre-histoire_carousel_texte .next-texte:hover {
  opacity: 1; }

.notre-histoire_carousel_texte .prev-texte {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari */
  -moz-transform: rotate(180deg);
  transform: rotate(180deg); }

.notre-histoire_carousel_texte .next-texte {
  right: 20px;
  left: initial; }

.notre-histoire_carousel_texte .item_texte {
  padding: 0 75px 0 65px;
  text-align: justify; }

.notre-histoire_carousel_texte .item_texte .block_title {
  font-size: 45px;
  text-align: left;
  margin-top: 10px; }

.notre-histoire_carousel_texte .item_texte .block_title:after {
  left: 0;
  margin-left: 0; }

.lien {
  font-size: 13px;
  color: #333f48;
  text-decoration: underline;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px; }

@media screen and (max-width: 1025px) {
  .nav_sticky {
    display: none; }
  .notre_histoire_texte {
    padding-bottom: 40px; }
  #engagements .block_title {
    margin-top: 60px; }
  #marques-complices .block_title {
    margin-top: 60px; }
  .slider_recompenses_global .slider_recompenses_item {
    width: 100%;
    max-width: 250px; }
  #nos-engagements .engagement .engagement_img {
    padding: 0 10px 0 8px; }
  #nos-engagements .engagement .engagement_texte {
    padding: 0 50px 0 50px;
    text-align: justify; }
  #nos-engagements .engagement .engagement_texte .block_title {
    margin-top: 0; }
  #nos-engagements .engagement:nth-child(odd) .engagement_img {
    padding: 0 8px 0 10px; }
  #nos-engagements .engagement:nth-child(odd) .engagement_texte {
    padding: 0 50px 0 50px;
    /* text-align: justify; */ }
  .notre_savoir_faire_carousel {
    margin-right: 15px;
    margin-left: 15px;
    width: calc(100% - 30px); }
  .notre_savoir_faire_carousel .notre_savoir_faire_item_caption {
    display: none; }
  .marques_complices .marques_complices_item {
    width: 30%;
    max-width: 235px;
    vertical-align: top; }
  .marques_complices .marques_complices_item .marques_complices_mask {
    width: 100%;
    height: 235px;
    margin-bottom: 10px; }
  .marques_complices .marques_complices_item .marques_complices_mask:hover .marques_complices_img {
    -moz-transform: unset;
    -ms-transform: unset;
    -webkit-transform: unset;
    transform: unset; }
  .marques_complices .marques_complices_item .lien {
    padding: 0 16%;
    text-align: center;
    display: inline-block;
    line-height: 16px;
    width: 75%; }
  .liste_equipe_membre {
    width: 280px; }
  .liste_equipe {
    margin-bottom: 60px; } }

@media screen and (max-width: 681px) {
  .gamme_tetiere {
    height: auto;
    height: initial;
    background-size: cover;
    padding: 20px; }
  .gamme_tetiere .gamme_tetiere_titre {
    display: block;
    padding: 20px;
    max-height: initial; }
  .gamme_tetiere .gamme_tetiere_titre p {
    padding: 25px 0 10px; }
  .gamme_tetiere .gamme_tetiere_titre p .bold {
    display: block;
    padding-bottom: 10px; }
  .gamme_tetiere .gamme_tetiere_titre_img {
    display: block;
    max-width: 130px;
    margin: 0 auto; }
  .container {
    font-size: 13px;
    line-height: 16px;
    text-align: center; }
  .notre_charte_liste {
    padding: 20px 0 30px; }
  .notre_charte_liste li {
    display: block;
    width: 100%;
    padding-top: 25px; }
  .notre_charte_liste li i {
    margin: 0 auto 20px; }
  .bloc_ingredients .prev-ingrediant,
  .bloc_ingredients .next-ingrediant {
    display: block;
    width: 28px;
    height: 27px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://www.corinedefarme.be/skin/frontend/default/corinedefarme-fr/images/prev-next-calendar.png);
    background-size: 14px 27px;
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Safari */
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  .bloc_ingredients .prev-ingrediant:hover,
  .bloc_ingredients .next-ingrediant:hover {
    opacity: 1; }
  .bloc_ingredients .prev-ingrediant {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Safari */
    -moz-transform: rotate(180deg);
    transform: rotate(180deg); }
  .slider_recompenses_global .slider_recompenses_item {
    width: 100%;
    max-width: 300px; }
  .liste_equipe {
    margin: 30px auto 30px; }
  .notre-histoire_carousel_visu,
  .notre-histoire_carousel_texte {
    width: 100%;
    max-width: 495px;
    display: block;
    box-sizing: border-box;
    padding: 10px;
    margin: 0 auto; }
  .notre-histoire_carousel_visu {
    padding-top: 30px; }
  .notre-histoire_carousel_visu .owl-item {
    padding: 0; }
  .notre-histoire_carousel_texte .prev-texte,
  .notre-histoire_carousel_texte .next-texte {
    display: none; }
  .notre-histoire_carousel_texte .item_texte {
    padding: 0;
    font-size: 13px;
    line-height: 16px; }
  .notre-histoire_carousel_texte .item_texte .block_title {
    display: none; }
  .marques_complices .marques_complices_item {
    width: 100%;
    max-width: 100%;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    padding-bottom: 30px; }
  .marques_complices .marques_complices_item .marques_complices_mask {
    width: 305px;
    height: 305px;
    margin: 0 auto 25px;
    /* margin-bottom: 10px; */ }
  .nav_onglet li::before {
    margin: 0 9px; }
  .liste_dates {
    display: none; }
  .notre_savoir_faire_carousel {
    margin-right: 0;
    margin-left: 0;
    width: 100%; }
  .notre_savoir_faire_carousel .notre_savoir_faire_item {
    padding: 20px 0; }
  .notre_savoir_faire_carousel .notre_savoir_faire_item .notre_savoir_faire_item_texte {
    width: 245px;
    padding: 0 20px;
    height: 296px; }
  .notre_savoir_faire_carousel .notre_savoir_faire_item .notre_savoir_faire_item_texte p {
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 10px; }
  .notre_savoir_faire_carousel .notre_savoir_faire_item .notre_savoir_faire_item_texte .lien {
    font-size: 11px; }
  .notre_savoir_faire_carousel .owl-controls {
    top: -70px; }
  .notre_savoir_faire_carousel .owl-controls .owl-pagination {
    top: 0; }
  #marques-complices .block_title {
    line-height: 25px; }
  #nos-engagements .engagement {
    padding: 0;
    display: block; }
  #nos-engagements .engagement .engagement_img {
    padding: 0;
    display: block;
    box-sizing: border-box;
    width: 100%; }
  #nos-engagements .engagement .engagement_texte {
    padding: 30px 20px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    text-align: center; }
  #nos-engagements .engagement .engagement_texte .block_title {
    text-align: center;
    font-size: 15px;
    margin-top: 0; }
  #nos-engagements .engagement .engagement_texte .block_title::after {
    left: 50%;
    margin-left: -36px; }
  #nos-engagements .engagement:nth-child(odd) {
    direction: ltr;
    text-align: center; }
  #nos-engagements .engagement:nth-child(odd) .engagement_img {
    padding: 0; }
  #nos-engagements .engagement:nth-child(odd) .engagement_texte {
    padding: 30px 20px;
    text-align: center; }
  #nos-engagements .engagement:nth-child(odd) .engagement_texte .block_title {
    text-align: center; }
  #nos-engagements .engagement:nth-child(odd) .engagement_texte .block_title::after {
    left: 50%;
    margin-left: -36px; } }

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

