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

:root {
    --cnvs-themecolor:var(--custom-primary-color);
    --cnvs-body-font: "Montserrat", sans-serif;
    --cnvs-primary-font: "Montserrat", sans-serif;
    --cnvs-secondary-font: "Montserrat", sans-serif;
    --custom-logo-font: "Montserrat", sans-serif;
    --custom-number-font: "Montserrat", sans-serif;
    --cnvs-slider-caption-width: 700px;
    --custom-primary-color: black;
    --custom-secondary-color: #f7e800;
    --custom-brand-primary :black;
    --custom-bullet-color :var(--custom-primary-color);
    --heart-color:var(--custom-primary-color);
    --custom-bglogo: var(--custom-primary-color);
    --custom-bgPicto: var(--custom-primary-color);

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

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: white;
    background-color: var(--custom-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(--custom-primary-color);


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

}
#header {
    --cnvs-primary-menu-color: var(--custom-primary-color);
}


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

.is-expanded-menu .menu-link {

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

}

b, strong {   font-weight: 600;}
/****************************************************************/
/* GLOBAL                                                  */
/****************************************************************/

.fbox-content p {
    color:black;
}

.breadcrumb a {
    color: var(--cnvs-contrast-200);
}

.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 */

}
.titular-title {
line-height: normal;
}
td {
    min-width: 100px;
    padding: 5px;
}
/* ------------------------------- */
/*              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%;
}

/****************************************************************/
/* icon video                                                */
/****************************************************************/
.watch-video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.play-video{
    font-size: 5em;
    color:var(--custom-secondary-color);
}
.play-video:hover{
    color:var(--custom-primary-color);
}
/****************************************************************/
/* 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: 1.2em;
    border-left: solid 2px var(--custom-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(--custom-primary-color);
    background-color: var(--custom-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(--custom-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,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%2020010904%2F%2FEN%22%0A%20%22http%3A%2F%2Fwww.w3.org%2FTR%2F2001%2FREC-SVG-20010904%2FDTD%2Fsvg10.dtd%22%3E%0A%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20viewBox%3D%220%200%20154.000000%20158.000000%22%0A%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%0A%3Cg%20transform%3D%22translate(0.000000%2C158.000000)%20scale(0.100000%2C-0.100000)%22%0Afill%3D%22%23000000%22%20stroke%3D%22none%22%3E%0A%3Cpath%20d%3D%22M584%201360%20c-152%20-40%20-278%20-128%20-363%20-255%20-160%20-239%20-136%20-551%2057%0A-757%2082%20-86%20155%20-134%20262%20-172%2074%20-26%2099%20-30%20195%20-30%20184%200%20316%2054%20446%20184%0A119%20120%20179%20261%20180%20425%200%20107%20-15%20173%20-63%20275%20-56%20116%20-168%20230%20-280%20284%0A-138%2066%20-295%2083%20-434%2046z%20m136%20-190%20l0%20-180%20-45%200%20c-41%200%20-45%20-2%20-45%20-25%20l0%0A-25%20110%200%20110%200%200%2025%20c0%2023%20-4%2025%20-45%2025%20l-45%200%200%20180%200%20180%2028%200%20c53%200%20156%0A-31%20225%20-67%20164%20-86%20286%20-254%20312%20-426%20l7%20-47%20-181%200%20-181%200%200%2046%20c0%2041%20-2%2045%0A-22%2042%20-22%20-3%20-23%20-8%20-26%20-110%20l-3%20-108%2026%200%20c23%200%2025%204%2025%2045%20l0%2045%20180%200%0A180%200%200%20-48%20c0%20-182%20-143%20-397%20-322%20-485%20-77%20-38%20-215%20-74%20-243%20-63%20-13%204%20-15%0A36%20-15%20186%20l0%20180%2045%200%20c38%200%2045%203%2045%2020%200%2019%20-7%2020%20-110%2020%20-103%200%20-110%20-1%0A-110%20-20%200%20-17%207%20-20%2048%20-20%20l47%200%200%20-182%20c0%20-125%20-3%20-182%20-11%20-185%20-25%20-8%0A-163%2029%20-232%2062%20-127%2063%20-243%20190%20-292%20322%20-26%2069%20-45%20202%20-32%20215%206%206%2076%207%0A186%203%20l176%20-8%200%20-43%20c0%20-37%203%20-44%2020%20-44%2018%200%2020%207%2020%2088%200%2048%203%2097%206%20110%205%0A19%202%2022%20-20%2022%20-24%200%20-26%20-3%20-26%20-47%20l0%20-46%20-176%206%20c-97%203%20-179%209%20-182%2012%20-11%0A11%2018%20120%2051%20190%2057%20119%20153%20216%20272%20274%2066%2033%20159%2059%20213%2060%20l32%201%200%20-180z%22%2F%3E%0A%3Cpath%20d%3D%22M430%20995%20c0%20-50%203%20-65%2014%20-65%2011%200%2016%2014%2018%2048%20l3%2047%2048%203%20c33%202%2047%0A7%2047%2018%200%2011%20-15%2014%20-65%2014%20l-65%200%200%20-65z%22%2F%3E%0A%3Cpath%20d%3D%22M920%201040%20c0%20-17%207%20-20%2045%20-20%20l45%200%200%20-45%20c0%20-38%203%20-45%2020%20-45%2018%200%0A20%207%2020%2065%20l0%2065%20-65%200%20c-58%200%20-65%20-2%20-65%20-20z%22%2F%3E%0A%3Cpath%20d%3D%22M654%20839%20c-3%20-6%206%20-24%2022%20-40%20l28%20-29%20-29%20-30%20c-22%20-23%20-26%20-33%20-17%0A-42%209%20-9%2019%20-5%2042%2017%20l30%2029%2030%20-29%20c23%20-22%2033%20-26%2042%20-17%209%209%205%2019%20-17%2042%0Al-29%2030%2029%2030%20c22%2023%2026%2033%2017%2042%20-9%209%20-19%205%20-42%20-17%20l-30%20-29%20-28%2027%20c-31%2030%0A-38%2032%20-48%2016z%22%2F%3E%0A%3Cpath%20d%3D%22M430%20565%20l0%20-65%2065%200%20c58%200%2065%202%2065%2020%200%2017%20-7%2020%20-50%2020%20l-50%200%200%0A45%20c0%2033%20-4%2045%20-15%2045%20-12%200%20-15%20-14%20-15%20-65z%22%2F%3E%0A%3Cpath%20d%3D%22M1010%20580%20l0%20-50%20-45%200%20c-33%200%20-45%20-4%20-45%20-15%200%20-12%2014%20-15%2065%20-15%0Al65%200%200%2065%20c0%2058%20-2%2065%20-20%2065%20-17%200%20-20%20-7%20-20%20-50z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
    position: absolute;
    left: -17px;
    top: 5px;
    transform: translateY(-50%);
    width: 28px;
    height: 15px;
    rotate: 5deg;
}

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

/****************************************************************/
/* TITLE SECTION H2                                             */
/****************************************************************/
.logo-endwarts {
    font-family: var(--custom-logo-font);
    color:black !important;
    font-size: 40px;
    letter-spacing: -2px;

}


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


}

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


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

.title-endwarts h2 span {
    color:  var(--main-color) !important;
}
.titre-avec-trait {
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.titre-avec-trait::after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background-color:  var(--main-color);
    margin-top: 10px;
    margin-bottom: 30px;
}
/****************************************************************/
/* PRODUCT                                           */
/****************************************************************/
#product-ingredients h3 {
    color: var(--custom-primary-color);
}
#PageProduct H1 {
    color: var(--custom-primary-color);
    --customTitleProduct-color : var(--custom-primary-color);
    margin: 0 0 10px 0;
}
#PageProduct H1 span {
    font-weight: 700;
}

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

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


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

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

.product .product-title {
    padding: 10px
}
.product .product-title .title {
    font-size: 24px;
    font-family: var(--custom-logo-font);
    line-height: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 800;
    font-style: italic;
}

.product .product-title .title span {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -1PX;
    color: var(--custom-secondary-color);
    text-shadow: -1px -1px 0 #0A347A, 1px -1px 0 #0A347A, -1px 1px 0 #0A347A, 1px 1px 0 #0A347A;
    font-style: normal;
    text-transform: none;
}
#PageProduct .product-title { padding:0px; padding-top: 10px; padding-bottom: 10px}
#PageProduct h1.title { font-size: 1.5em;}
#PageProduct h1.title span {
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: -1PX;
    color: var(--custom-secondary-color);
    text-shadow: -1px -1px 0 #0A347A, 1px -1px 0 #0A347A, -1px 1px 0 #0A347A, 1px 1px 0 #0A347A;
    font-style: normal;
    text-transform: none;
}


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

}
.container-targeted-care strong {
 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(--custom-logo-font)}

.item-targeted-care {border-bottom: solid 2px ; color: var(--custom-brand-primary); border-color:var(--custom-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: 60px; /* Taille du cercle */
    height: 60px;
    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 {
    height: auto;
}

.tab-pane p{
    margin-bottom: 10px;
}

ul , ol, .featureproduct ul,.featureproduct ol , .tab-content ul, .tab-content ol {
    padding-left: 15px;
}

 .featureproduct ul li,.featureproduct ol li ,.tab-content ol li, .tab-content ul li  {
    margin-bottom: 15px;
}

/****************************************************************/
/* Header page                                                  */
/****************************************************************/
/*** small article **/
.image-box-article {

}

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

}
.header-page .image-box__background{
    background-image: var(--custom-headerbg-mobile);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    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:400px;
        padding-top:50px;
        padding-left:20px;
        padding-right:20px;
        border-radius:10px;
        overflow: hidden;
    }

    .header-page .image-box__background {
        background-image: var(--custom-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: 100px;
        position: absolute;
        z-index: 3;
        color: white;
        padding:10px;
        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(--custom-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(--custom-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%;
    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%
}

.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-endwarts h2 {
       font-size:2em;
    }
    :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 {
        text-align: left;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        font-size: large;}


    .item-targeted-care.target-right {
        text-align: left;}

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

}


table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0 20px 25px;
    text-align: left;
    max-width: 1000px;

}
th, td {
    border: 1px solid var(--custom-primary-color);
    padding: 5px;
    padding-left:10px;
}
th p, td p{margin: 0px}
thead {
    background-color: var(--custom-primary-color);
    color: white;
}
tbody tr:nth-child(even) {
    background-color: white;
}
tbody tr:hover {
    background-color: #f1f1f1;
}
/* Solution pure CSS pour gérer le débordement sur mobile */
@media screen and (max-width: 600px) {
    body {
        overflow-x: auto; /* Permet le scroll horizontal sur tout le document */
    }

    table {
        display: block;
        width: max-content; /* Permet au tableau de garder sa largeur réelle */
        max-width: 100%;
        overflow-x: auto;
        font-size: 10px;
        margin: auto;
    }
}
