
/* Diff: selectors added or modified in custom_local.css vs custom.css */
/* raleway-200 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    src: url('./fonts/raleway-v34-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-200italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 200;
    src: url('./fonts/raleway-v34-latin-200italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/raleway-v34-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/raleway-v34-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 400;
    src: url('./fonts/raleway-v34-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/raleway-v34-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/raleway-v34-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/raleway-v34-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



/* ========== Variables ========== */
:root {
    --MittVal-Orange: #F76600;
    --MittVal-Primar-UI–orange:#E55400;
    --MittVal-Primar-UI–orange-2:#C43200 ;
    --MittVal-Primar-UI–orange-3:#A82B00 ;
    --MittVal-Offwhite :#F2EBE7;
    --MittVal-Offwhite-2 :#E4D9D2 ;
    --cnvs-themecolor: var(--custom-primary-color);
    --cnvs-body-font: "Raleway", sans-serif;
    --cnvs-primary-font: "Raleway", sans-serif;
    --cnvs-secondary-font: "Raleway", sans-serif;
    --custom-logo-font: "Raleway", sans-serif;
    --custom-number-font: "Raleway", sans-serif;
    --cnvs-section-bg: var(--MittVal-Offwhite);
    --cnvs-heading-color: var(--MittVal-Orange);
    --cnvs-slider-caption-width: 700px;
    --custom-primary-color: var(--MittVal-Primar-UI–orange-3);
    --custom-bullet-color: var(--MittVal-Primar-UI–orange);
    --custom-secondary-color: var(--MittVal-Primar-UI–orange);
    --custom-brand-primary: var(--MittVal-Orange);
    --heart-color: var(--custom-primary-color);
    --custom-bglogo: var(--custom-primary-color);
    --custom-bgPicto: var(--custom-primary-color);
    --custom-bggradient: linear-gradient(90deg, rgba(0, 149, 207, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(255, 199, 0, 1) 100%);
    --bs-nav-pills-border-radius: 10px;
    --cnvs-btn-color-dark: var(--MittVal-Primar-UI–orange);
}

/* ========== Header menu color ========== */
#header {
    --cnvs-primary-menu-color:  var(--MittVal-Primar-UI–orange-3);;
}

.container-targeted-care::before {
    width: 25%;
}
/* ========== Hovers moved to secondary color ========== */
a.menu-link:hover {
    color: var(--custom-secondary-color);
}
a.menu-link div:hover {
    color: var(--custom-secondary-color);
}
.widget_links li a:hover {
    color: var(--custom-secondary-color);
}

/* ========== button slider ========== */
#slider a:hover, .homeIntro a:hover {
    border: unset;
    background-color: var(--MittVal-Offwhite-2) ;
    color: var(--MittVal-Offwhite-2);
}

/* ========== nav pill range ========== */
.nav-pills {
    --bs-nav-pills-border-radius: 10px;
}
.tab-container {
    background: var( --MittVal-Offwhite-2);
    border-radius:var(--bs-nav-pills-border-radius);
    padding: 10px;
    box-shadow: unset;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--MittVal-Primar-UI–orange-3);
    background-color: white;
    border:none;
    font-weight: 600;
}
.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
}
.nav-link {
    --bs-nav-link-color:  var(--MittVal-Primar-UI–orange-3);
    border: none;
}


#content-ranges{ background-color: var(--MittVal-Offwhite); padding-top: 2rem}

/* ========== Buuton ========== */
.button {
    --cnvs-btn-color: var(--custom-secondary-color);
    --cnvs-btn-color-hover: var(--custom-secondary-color);
}
.button.button-border {
    --cnvs-btn-border-color:  var(--custom-secondary-color);
}

#slider a, .homeIntro a {
    border: none;
    background-color: white;
    color: var(--custom-secondary-color);
    border-radius: var(--bs-nav-pills-border-radius);
}



.title-block {
    --cnvs-title-block-padding: 20px;
    --cnvs-title-block-color: var(--custom-secondary-color);
    --cnvs-title-block-border: 7px;
    --cnvs-title-block-border-color: var(--custom-secondary-color);
    --cnvs-title-block-subtitle-color: var(--custom-secondary-color);
    padding: 2px 0 3px var(--cnvs-title-block-padding);
    border-left: var(--cnvs-title-block-border) solid var(--cnvs-title-block-border-color);
    margin-bottom: 30px;
}
.title-block h2 {
    color: var(--custom-secondary-color);
}
/* ========== home intro ========== */

.homeIntro ul {
    list-style-type: none;
    padding-left: 50px;
    margin-bottom: 20px;}

 .homeIntro ul li::before {
    content: "\e900";
    font-family: icomoon;
    font-size: 1.2em;
    color: var(--custom-bullet-color);
    position: absolute;
    left: 30px;
  }

/* ========== Product ribbon color ========== */
.product .labelruban_product {
    background-color: var(--custom-bullet-color);
    color: white;
    display: inline-block;
    padding: 2px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    border-radius: 25px;
    font-size: x-small;
}
.product {
    position: relative;
    background-color: white;
}
.small-product {
    padding: 2em;
}
.retail-item {
    border: none;
    background: white;
    border-radius: var(--bs-nav-pills-border-radius);
}
#PageProduct #content #content .container div .lesplus .retail-item {
   /* border: solid 1px var(--custom-secondary-color) */
    background-color: white;
}

.product-title {
     margin-bottom: 0px;
}

#PageProduct #content #content , #PageProduct #content #content .container div, #PageProduct #content .nav-link.active { background-color: var(--MittVal-Offwhite)}

#PageProduct #content .tab-content, #PageProduct #content .featureproduct { padding-bottom: 2em}

.baseline p  {    margin-bottom: 0px;}
/* ========== Ingredient circle size ========== */
.content-ingredient {
    background: white;
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

/* ========== Gradient circle simplified ========== */
.gradient-circle {
    display: inline-block;
    background: none;
}

/* ========== Bullet and article list markers unified ========== */
.bullet li, #article ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.bullet li::before, #article ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: var(--custom-bullet-color);
}
.header-page .image-box__background {
    background-image: var(--custom-headerbg-mobile);
}
@media (min-width: 768px) {

    .header-page .image-box__background {
        background-image: var(--custom-headerbg-large);
    }
}
.widget_archive li a:hover, .widget li a div:hover,.widget_categories li a,:hover .widget_links li a:hover, .widget_meta li a:hover, .widget_nav_menu li a:hover, .widget_pages li a:hover, .widget_recent_comments li a:hover, .widget_recent_entries li a:hover, .widget_rss li a:hover {
    color: var(--MittVal-Primar-UI–orange-3);
}

.single-post .entry-content H3, .single-post .entry-content h2, .single-post .entry-content h4 {
    color: var(--MittVal-Orange);
    margin-bottom: 30px;
    border-left:unset;
    padding:0px;

}

.article-related-article{
    background-color: var(--MittVal-Orange);
    padding-top: 2em;
    padding-bottom: 2em;
}

.article-related-product{
    padding-top: 2em;
    padding-bottom: 2em;
    margin:0px !important
}


.article-related-article h2 {
    display: flex;
    justify-content: center;
    color:white;
}

.article-related-product h2 {
    display: flex;
    justify-content: center;
}


.accordion-title.title-faq, .accordion-icon{ color: var(--MittVal-Orange)}
.baseline, .baseline p { font-size: 1rem}

.titular-title {color:var(--MittVal-Orange)}

/* ========== Slick slider additions ========== */
/* Arrows */
[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: '←';
}
[dir='rtl'] .slick-prev:before {
    content: '→';
}
.slick-next {
    right: -25px;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: '→';
}
[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots baseline */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/* Dots turned into progress line */
.slick-dots {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    background: #cecece;
    height: 1px;
}
.slick-dots li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
}
.slick-dots li:before {
    display: none;
}
.slick-dots li button {
    height: 1px;
    width: 100%;
}
.slick-dots li button:before {
    display: none;
}
.slick-dots li button:after {
    background: #000;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease,-webkit-transform 1s ease;
    width: 100%;
}

.article-grid img {
    border-radius: 50px;
}
