/* 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+ */
}

/* 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: 'Xolonium-Bold';
    font-style: normal;
    src: url('./fonts/Xolonium-Bold.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: 'Roboto-bold';
    font-style: normal;
    src: url('./fonts/roboto-bold-webfont.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
    --cnvs-themecolor:var(--cb12-primary-color);
    --cnvs-body-font: "Raleway", sans-serif;
    --cnvs-primary-font: "Raleway", sans-serif;
    --cnvs-secondary-font: "Raleway", sans-serif;
    --cb12-logo-font: "Roboto-bold", sans-serif;
    --cb12-number-font: "Xolonium-bold", sans-serif;
    --cnvs-slider-caption-width: 700px;
    --cb12-primary-color: #245AA6;
    --cb12-secondary-color: black;
    --cb12-bullet-color :var(--cb12-primary-color);
    --heart-color:var(--cb12-primary-color);
    --cb12-bglogo: var(--cb12-primary-color);
    --cb12-bgPicto: var(--cb12-primary-color);

}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 576px;
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 768px;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 992px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
}





.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: var(--cb12-primary-color);
    --bs-nav-pills-link-active-bg: #0d6efd;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: white;
    background-color: var(--cb12-primary-color);
}
.widget_archive:not(.widget-li-noicon) li::before, .widget_categories:not(.widget-li-noicon) li::before, .widget_links:not(.widget-li-noicon) li::before, .widget_meta:not(.widget-li-noicon) li::before, .widget_nav_menu:not(.widget-li-noicon) li::before, .widget_pages:not(.widget-li-noicon) li::before, .widget_recent_comments:not(.widget-li-noicon) li::before, .widget_recent_entries:not(.widget-li-noicon) li::before, .widget_rss:not(.widget-li-noicon) li::before {
    content: "\e7a5";
    font-family: icomoon;

}
.breadcrumb {--bs-breadcrumb-divider-color: white}
.dark{
    --bs-breadcrumb-divider-color: black;
    --cnvs-header-bg: var(--cb12-primary-color);


}
#header.dark {
    --cnvs-primary-menu-hover-color:white;
    --cnvs-primary-menu-submenu-bg: var(--cb12-primary-color);;

}
.button {
    --cnvs-btn-color: var(--cb12-primary-color);
    --cnvs-btn-color-hover: var(--cb12-secondary-color)
}

.is-expanded-menu .menu-link {

    --cnvs-primary-menu-padding-x: 10px;

}

/****************************************************************/
/* GLOBAL                                                  */
/****************************************************************/
.fbox-content p {
    color:black;
}

.breadcrumb a {
    color: var(--cnvs-contrast-200);
}
.breadcrumb {
    justify-content: flex-start !important;}

.breadcrumb-item.active {
    color: var(--cnvs-contrast-500);
}

.container-center {
    display: flex;  /* Active le modèle Flexbox */
    justify-content: center;  /* Centre horizontalement */
    align-items: center;  /* Centre verticalement */

}
.container-start {
    display: flex;  /* Active le modèle Flexbox */
    justify-content: center;  /* Centre horizontalement */
    align-items: center;  /* Centre verticalement */

}
.container-center-vertical {
    display: flex;  /* Active le modèle Flexbox */
    align-items: center;  /* Centre verticalement */

}
.container-center-horizontal {
    display: flex;  /* Active le modèle Flexbox */
    justify-content: center;  /* Centre horizontalement */
    flex-wrap: wrap;
}
#content ul, #content ol { padding:10px;  }
/* ------------------------------- */
/*              store locator      */
/* ------------------------------- */
.responsive-iframe {
    border: 0;
    bottom: 0;
    height: 550px;
    left: 0;
    overflow: hidden;
    right: 0;
    top: 0;
    width: 100%
}

#boxlocator {
    display: block;
    width: 100%;
}


/****************************************************************/
/* ARTICLE                                                      */
/****************************************************************/
#article {
    position: relative;
}

#article .content_source ol li {
    margin-bottom: 8px;
    font-size: 0.85em;
}
#article .content_source ol{
    margin-left: 30px;
}

#article .content_source p{
    margin-left: 30px;
    margin-bottom: 10px;
}


#headerarticle{
    position: relative;
}

#headerarticle .description {
    font-size: 1em;
    border-left: solid 6px var(--cb12-primary-color);
}
#headerarticle .description  p {
    padding-left: 20px;
}

#headerarticle .description  div {
    padding-left: 20px;
}
.article-tag {
    border: solid;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.image-box-article p{
    margin:0;
    margin-top: 10px !important;
}

/****************************************************************/
/* INGREDIENT                                                  */
/****************************************************************/
.circle {
    --main-color: green; /* La variable est maintenant définie seulement pour .circle */
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 5px solid var(--main-color);
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.circle .top-third {
    background-color: var(--main-color);
    color: white;
    width: 100%;
    height: 33.33%;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border-bottom: 10px solid var(--main-color);
    box-sizing: border-box;
    font-size: 2em;
    padding-top: 18px;
}
.circle .bottom-part {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 66.66%;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-right: 10px;
    padding-left: 10px;
    background-color: white;
}

.circle .bottom-part ul {
    list-style-type: none;
    text-align: center;
    font-size: 14px;
}



.ingredient img {
    border:solid 4px var(--cb12-primary-color);
    background-color: var(--cb12-secondary-color);
    border-radius: 50%;
}
.ingredient .fbox-content {
    padding-right: 50px;
}


.bullet li {
    list-style: none; /* Supprime la puce par défaut */
    position: relative;
    padding-left: 20px; /* Espace pour le carré */
    margin-bottom: 10px
}

.bullet li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    transform: translateY(-50%);
    width: 10px; /* Taille du carré */
    height: 10px;
    background-color: var(--cb12-bullet-color); /* Couleur du carré */
}

 .heart-list ul, #article  ul{
     list-style: none; /* Supprime les puces par défaut */
     padding-left: 10px;
     margin: 10px;
     margin-bottom: 30px
 }

.heart-list  ul li, #article ul li  {
    position: relative; /* Nécessaire pour positionner le ::before */
    padding-left: 15px; /* Espace pour l'image SVG */
    margin-bottom: 10px
}

.heart-list ul li::before, #article ul li::before {
    content: url("data:image/svg+xml;charset=UTF-8,%3Csvg id='Calque_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.st0%7Bfill:%23245aa6;%7D%3C/style%3E%3C/defs%3E%3Crect class='st0' width='150' height='150'/%3E%3C/svg%3E");
    position: absolute;
    left: 0; /* Positionne l'image à gauche */
    top: 5px;
    transform: translateY(-50%); /* Ajuste le centrage */
    width: 10px; /* Optionnel : Taille personnalisée */
    height: 10px; /* Optionnel : Taille personnalisée */
}

.home-block h1 div {
    font-size: 16px;
    letter-spacing: 2px;
    color: var(--cb12-primary-color);
    font-family: var(--cb12-logo-font);
}

/****************************************************************/
/* TITLE SECTION H2                                             */
/****************************************************************/
.logo-cb12 {
    font-family: var(--cb12-logo-font);
    color:black !important;
    font-size: 40px;
    letter-spacing: -2px;
    text-transform: uppercase;
    --logobg: url("../img/logo-cb12-sans-fond.png");
}
.logo-cb12::after {

    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: var(--logobg) no-repeat center/cover, var(--cb12-bglogo);
    margin-right: 10px; /* Espacement entre l'image et le titre */
}



.title-cb12 {
    --main-color:  var(--cb12-primary-color);
    display: flex;
    align-items: baseline;
    width: 100%;
    margin-bottom: 2em;


}

.title-cb12 .vertical-stripe {
    display: flex;
    height: 30px;
    margin-right: 10px;
    background-color: var(--main-color);
    min-width: 30px;
}


.title-cb12 h2 {
    margin: 0 auto;
    flex-grow: 1; /* Permet au texte de prendre l'espace restant */
    line-height: normal;
}

.title-cb12 h2 span {
    color:  var(--main-color) !important;
}

/****************************************************************/
/* PRODUCT                                           */
/****************************************************************/
#product-ingredients h3 {
    color: var(--cb12-primary-color);
}
#PageProduct H1 {
    color: var(--cb12-primary-color);
    --cb12TitleProduct-color : var(--cb12-primary-color);
    margin: 0 0 10px 0;
}
#PageProduct H1 span {
    font-weight: 700;
}

#PageProduct H1 span:first-of-type {
    color: var(--cb12-primary-color); /* Couleur pour le premier span */
}

#PageProduct H1 span:nth-of-type(2) {
    color: var(--cb12TitleProduct-color); /* Couleur pour le deuxième span */
}


#PageProduct .format {
    border: solid 2px  var(--cb12TitleProduct-color);
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
    display: inline-flex;
    font-weight: 600;
    font-size: 14px;
    color:  var(--cb12TitleProduct-color);

}
.retail-item {
    border: 1px solid #dfdfdf;
    display: flex
;
}

.product .product-title {
    padding: 10px
}
.product .product-title .title {
    font-size: 26px;
    font-family: var(--cb12-logo-font);
    line-height: 24px;
    margin-bottom: 10px;
}
.product .product-title .title .logo-cb12{
    font-size: 28px;
}

.product .product-title .logo-cb12::after {
    width: 22px;
    height: 22px;}


.container-targeted-care {
    position: relative;
    width: 100%;
    min-height: 400px;
    color:var(--color-targeted-care);

}
.container-targeted-care::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36%; /* L'image occupe 30% de la largeur de la div */
    height: auto; /* Maintient le ratio d'aspect de l'image */
    aspect-ratio: 1 / 1; /* Permet de garder un ratio carré (ajustable si nécessaire) */
    background-image: var(--bg-container-targeted-care);
    background-repeat: no-repeat;
    background-size: contain; /* Assure que l'image ne dépasse pas ses limites */
    background-position: center center; /* Centre l'image */
    transform: translate(-50%, -50%) rotate(-10deg); /* Centre et applique une rotation */

}
.container-targeted-care div p {margin-bottom: 0px ; font-family: var(--cb12-logo-font)}

.item-targeted-care {border-bottom: solid 2px ; color: var(--saugella-brand-primary); border-color:var(--saugella-brand-primary) ; font-size: medium}
.item-targeted-care.target-right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
    text-align: right;
    flex-direction: column;}

.container-targeted-care .circlePicto {
    width: 100px; /* Taille du cercle */
    height: 100px;
    background-color: var(--cb12-bgPicto); /* Couleur du cercle */
    border-radius: 50%; /* Rend la div circulaire */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    overflow: hidden; /* Coupe l'image si elle dépasse */
}

.container-targeted-care .circlePicto img {
    width: 70%; /* Ajuster la taille de l'image */
    height: auto;
}

.tab-pane p{
    margin-bottom: 10px;
}
/****************************************************************/
/* Header page                                                  */
/****************************************************************/
/*** small article **/
.image-box-article {

}

.header-page {
    --cb12-headerbg-large: url("images/default/default-header.webp");
    --cb12-headerbg-mobile: url("images/default/default-header-mobile.webp");
    position: relative;
    width:100%;
    height:580px;
    border-radius:10px;
    overflow: hidden;

}
.header-page .image-box__background{
    background-image: var(--cb12-headerbg-mobile);
    background-size: cover;
    z-index: 1;
}
.header-page .image-box__content-header {
    top: 15px;
    position: absolute;
    z-index: 3;
    color: white;
    color:white !important;
    display: flex;
    flex-direction: column;
    gap:0px;
    padding:8px;

    text-align: center;
}
.image-box__overlay360 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(359deg, rgba(7, 3, 3, 0) 0%, rgba(7, 3, 3, 0.4) 60%, rgba(7, 3, 3, 0.6) 100%);
    z-index: 2;
}


.header-page .image-box__content-header h1 {
    color: white;
    margin-bottom: 10px;
}
.header-page .image-box__content-header div {
    font-size: 1em;line-height: 1.6em!important;
}
@media (min-width: 768px) {

    .header-page {
        position: relative;
        width:100%;
        height:380px;
        padding-top:50px;
        padding-left:20px;
        padding-right:20px;
        border-radius:10px;
        overflow: hidden;
    }

    .header-page .image-box__background {
        background-image: var(--cb12-headerbg-large);
}
    .header-page .image-box__content-header div {
    max-width:90%
}
    .header-page .image-box__content-header div {
        font-size: 1.2em;line-height: 1.6em!important;
    }
    .header-page .image-box__content-header {
        top: 50px;
        position: absolute;
        z-index: 3;
        color: white;
        width:60%;
        color:white !important;
        text-align: left;
    }
    .image-box__overlay360 {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(271deg, rgba(7, 3, 3, 0) 0%, rgba(7, 3, 3, 0.5) 60%, rgba(7, 3, 3, 0.6) 100%);
        z-index: 2;
    }
}

/****************************************************************/
/* ARTICLE                                                       */
/****************************************************************/
.entry-category {
    background-color: var(--cb12-primary-color);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 5px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
}

.single-post .entry-content H3, .single-post .entry-content h2, .single-post .entry-content h4 {
    border-left: 7px solid var(--cb12-primary-color);
    margin-bottom: 30px;
    padding: 2px 0 3px 20px;}

/****************************************************************/
/* Slider slick-slider                                          */
/****************************************************************/

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    padding:10px;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./images/slick/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[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 */
.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;
}


.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%;
    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%
}

.slick-dots li.slick-active button:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: left;
    transform-origin: left
}


/*** small article **/
.image-box-article {
    position: relative;
    width:100%;
    height:380px;
    padding-top:50px;
    padding-left:20px;
    padding-right:20px;
    border-radius:10px;
    overflow: hidden;
}
/*
The background and overlay need to be absolutely positioned
*/
.image-box__background,
.image-box__overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

/*
The background image div sizes and positions the background itself.
It's also at the bottom-most position in our "div stack" (z-index 1)

We set the image url via a CSS custom property, that's set via the style attribute in our HTML
*/
.image-box__background {
    background-size: cover;

    z-index: 1
}

/*
The overlay div is just a colored element with some opacity.
It's above the background image in our stack, so it appears to
darken the image
*/
.image-box__overlay {

    background: linear-gradient(180deg,rgba(7,3,3,0) 0%, rgba(7,3,3,0.2) 50%, rgba(7,3,3,0.3) 65%, rgba(7,3,3,1) 100%);
    z-index: 2;
}

/*
The content div is at the top of our stack.
We'd probably add some padding or flexbox properties here as well,
to place the content appropriately
*/
.image-box__content {
    bottom: 5px;
    position: absolute;
    z-index: 3;
    /* Finally, style and place the content */
    color: white;
    padding:10px;
}


/* ------------------------------- */
/*       MEDIA QUERIES             */
/* ------------------------------- */

/***** Xs col-                 *****/
@media only screen and (max-width: 576px) {
    #section-home-healthy .row{
        justify-content: center;
    }

    .title-cb12 h2 {
       font-size:1.85em;
    }
    :root {
        --cnvs-header-height: 80px
    }
    .header-page {
        height:400px
    }

    .item-targeted-care {display:flex; border:none}

    .container-targeted-care::before {
        display:none;
        font-size:0.9em;


    }
    .item-targeted-care {align-items: center;}
    .item-targeted-care.target-right {
        text-align: left;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .container-targeted-care p {margin-left: 20px;}

}


/***** sm col-sm-                 *****/
@media only screen and (min-width: 576px) {
    #section-home-healthy .row{
        justify-content: center;
    }
}

/***** sm col-md-                 *****/
@media only screen and (min-width: 768px) {

}

/***** sm col-lg-                 *****/
@media only screen and (min-width: 992px) {
    #section-home-healthy .row{
        justify-content: flex-start;
    }

}

/***** sm col-xl-                 *****/
@media only screen and (min-width: 1200px) {

}

/***** sm col-xxl-                 *****/
@media only screen and (min-width: 1400px) {
}

/* ------------------------------- */
/*             pill nav range     */
/* ------------------------------- */
.nav-pills {
    --bs-nav-pills-border-radius: 20px;


}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
}
.tab-container {
    display: flex;
    position: relative;
    background: #fff;
    border-radius: 30px;
    padding: 10px;
    flex-basis: fit-content;
    justify-content: space-around;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.nav-link img {    display: inline-flex;
    align-self: center;
    justify-self: center;
    line-height: inherit;}

.nav-link.active img{filter: invert(100%);}


.nav-link {
    --bs-nav-link-color: #444444;
    border:solid 1px;

}
.nav.nav-pills.mobile-scroll{
    margin-left: 20px;
    margin-right: 20px;

}
#stickyDiv{
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: var(--cnvs-header-height);
    z-index: 100;

}

/* Style pour le défilement horizontal */

.scroll-container {
    position: relative;
    display: flex;
    align-items: center;
}

.mobile-scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden; /* Désactive le défilement vertical */
    white-space: nowrap;
    scrollbar-width: none; /* Cache la barre de défilement */
}

.mobile-scroll::-webkit-scrollbar {
    display: none; /* Cache la barre de défilement pour les navigateurs Webkit */
}

.scroll-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: grey;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 200;
    display: flex; /* Utilisez flex pour s'assurer que les flèches sont visibles */
    justify-content: center;
    align-items: center;
    opacity: 0.4; /* Transparence pour esthétique */
}

.scroll-arrow:hover {
    opacity: 1; /* Pleine opacité au survol */
}

.left-arrow {
    left: 0;
}

.right-arrow {
    right: 0;
}

.scroll-container:hover .scroll-arrow {
    display: block; /* Les flèches apparaissent au survol */
}


@media (min-width: 768px) {
    .mobile-scroll {
        justify-content: center !important;
    }

}


