
@font-face {
    font-family: 'logo-saugella';
    src: url('./fonts/optitorry-extrabold-webfont.woff2') format('woff2'),
    url('./fonts/optitorry-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'oxygen-bold';
    src: url('./fonts/oxygen-bold-webfont.woff2') format('woff2'),
    url('./fonts/oxygen-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




@font-face {
    font-family: 'oxygen-light';
    src: url('./fonts/oxygen-light-webfont.woff2') format('woff2'),
    url('./fonts/oxygen-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




@font-face {
    font-family: 'oxygen-regular';
    src: url('./fonts/oxygen-regular-webfont.woff2') format('woff2'),
    url('./fonts/oxygen-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



:root {
    --cnvs-themecolor:  var(--saugella-brand-primary);;
    --cnvs-heading-color : var(--saugella-brand-primary);
    --cnvs-font-size-h2: 2rem;
    --saugella-white: white;
    --saugella-teaserHeader: #004D9C;
    --saugella-brand-primary: rgb(0, 85, 135);
    --saugella-brand-secondary: rgb(2, 121, 171);

    --saugella-packaging-ActiveProtection: rgb(113, 204, 152);
    --saugella-packaging-FreshProtect: rgb(164, 214, 94);
    --saugella-packaging-FranceAntisepticNaturelle: rgb(0, 150, 108);
    --saugella-packaging-Balance: rgb(0, 156, 222);
    --saugella-packaging-Hydration: rgb(92, 136, 218);
    --saugella-packaging-ItalyActi3: rgb(137, 134, 202);
    --saugella-packaging-ComfortRelief: rgb(255, 128, 13);
    --saugella-packaging-IntimateBody: rgb(0, 199, 177);
    --saugella-packaging-DelicateComfort: rgb(249, 131, 157);
    --saugella-packaging-DelicateComfort2:   #FABAB6;

    --saugella-packaging-TripleProtection: rgb(34, 136, 72);
    --saugella-header-height: 500px;
    --saugella-header-border:20px;
    --saugella-do-bgcolor:#E6F7EE;
    --saugella-do-cercle-bgcolor: #008B42;
    --saugella-avoid-bgcolor:#FCF3F6;
    --saugella-avoid-cercle-bgcolor:#BA023E;
    --saugella-grey-color: rgba(24, 24, 24, 0.51);
    --saugella-star-color: #ffc700;
    --saugella-lexicon-color: #D22774;




    --saugella-font-family-regular: "oxygen-regular";
    --saugella-font-family-light: "oxygen-light";
    --saugella-font-family-bold: "oxygen-bold";
    --saugella-font-logo: logo-saugella;

    --cnvs-font-size-body:1.1rem;
    --cnvs-line-height-content: auto;
    --bs-body-font-weight: 300;
    --cnvs-font-size-h1: 3rem;
    --cnvs-slider-caption-width: 45%;
    --bs-body-font-family: "oxygen-regular";
    --cnvs-body-font: "oxygen-regular";
    --cnvs-primary-font:  "oxygen-regular";
    --cnvs-rating: 3;
}
@media (max-width: 575px) {
    :root {
        --cnvs-slider-caption-width: 100%;
    }
}

.not-dark, :root {
    --cnvs-slider-arrows-bg-color: transparent !important;
    --cnvs-input-label-mb: 0.1rem;
}

.modal {
    --bs-modal-header-padding: 0.5rem 0.5rem;
}

#header {
    --cnvs-sticky-header-height: var(--cnvs-header-height);
    --cnvs-header-border-color: rgba(var(--cnvs-contrast-rgb), .1);
    --cnvs-header-transparent-border-color: rgba(var(--cnvs-contrast-rgb), .1);
    --cnvs-primary-menu-padding-x: 15px;
    --cnvs-header-floating-top-offset: 60px;
    --cnvs-header-floating-padding: 30px;
    --cnvs-side-header-padding-gutters: 30px;
    --cnvs-primary-menu-color: var(--cnvs-contrast-900);
    --cnvs-primary-menu-hover-color: var( --betadine-yellow);
    --cnvs-primary-menu-ls: 0px;
}

.is-expanded-menu .menu-link {
    --cnvs-primary-menu-padding-x: 10px;
}

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

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

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

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

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

#footer{

}

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

.button.button-small {
    --cnvs-btn-padding-x: 0.4rem;
    --cnvs-btn-padding-y: 0.3rem;
    --cnvs-btn-fontsize: 0.7rem;
}
.btd-border {
    border:solid 4px black;
}

.bg-secondary {
    background-color:  var(--saugella-brand-secondary) !important;;
}
.bg-star-color {
    background-color: var(--saugella-star-color);
}
.outer-div {
    display: flex;
    justify-content: center;
    align-items: center;

}
b, strong {
    font-weight: 600;
    font-family: var(--saugella-font-family-bold);
}
ul, ol {
    margin-left:20px;
}

ul.nav{
    margin-left:0px;
}
.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;

}
sup {
    top: -0.7em;
    font-size: .5em;
}

sub {font-size: 12px;
line-height: 20px;
display: block}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {

    margin: 0 0 9px 0;

}

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

}
th, td {
    border: 1px solid var(--saugella-brand-primary);
    padding: 5px;
    padding-left:10px;
}
th p, td p{margin: 0px}
thead {
    background-color: var(--saugella-brand-primary);
    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;
    }
}


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

}
/*  owl Étire les éléments pour qu'ils aient la même hauteur */
.owl-stage {
    display: flex;
}

.owl-item {
    display: flex;
    align-items: stretch; /* Étire les éléments pour qu'ils aient la même hauteur */
}

.oc-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Équilibre l'espace */
    width: 100%;
    min-height: 100%;
}

.bgsecondary {
    position: relative;
    z-index: 1;
}

.bgsecondary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.8;
    z-index: -1; /* Pour que le fond soit derrière le texte */
}

.breadcrumb a {
    color: #fff;
    font-size: 14px;
}

.breadcrumb.dark a {
    color: var(--saugella-brand-primary);
}
.breadcrumb {
    position: unset !important;
    transform: translateY(-65%);
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}
.breadcrumb-item.active {
    font-size: 14px;
}

.breadcrumb.dark .breadcrumb-item.active {
    color: grey
}
.breadcrumb.dark .breadcrumb-item + .breadcrumb-item::before {

    color: var(--saugella-brand-primary);
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {

    color: white;
}

figure img{ border-radius: 30px}

.portfolio-desc {
    position: relative;
    z-index: 6;
    margin-bottom: 40px;
    line-height: 24px;}

.gradient-light-section {
    background-image: linear-gradient(to top, #f7f6f6, white) !important;
}
.content-testimonial {
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.05);
    padding:2em;
    background-color: white;
}
.content-testimonial :after {
    content: "\e977";
    font-family: 'icomoon' !important;
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    color: grey;
    opacity: 0.02;
    font-size: 15rem;
    font-weight: 300;
    line-height: 1;
}
.product .lesplus  {
    font-size: 1em;
}
.format{
    --format-color : black;
    padding:5px 5px 5px 5px;
    border:solid 1px var(--format-color);
    font-size: small;
    margin:5px;
}
.product  .tab-pane {
    font-size: 1em;
}

.product .lesplus ul, .product .tab-pane ul  {
    list-style-type: none; /* Supprime les puces par défaut */
    padding-left: 20px;    /* Ajoute un peu d'espace à gauche pour les nouvelles puces */
    margin-bottom: 20px;
}

.product .lesplus ul li , .product .tab-pane ul li{
    position: relative;
    margin-top:10px;
}
 .product .tab-pane ul li{
    position: relative;
    margin-top:1px;
}

.product .lesplus ul li::before ,.product .tab-pane ul li::before {
    content: "\e900";
    font-family: icomoon;
    font-size: 1.2em; /* Taille de la puce */
    color: black; /* Couleur de la puce */
    position: absolute;
    left: -30px; /* Ajuster pour déplacer la puce à gauche du texte */
    top: 0px; /* Ajuste la position verticale de la puce */
}



.product .lesplus ul li::marker {
    font-size: 1.5em; /* Augmente la taille des puces */
}
.product-title {
    margin-bottom: .5rem;
    margin-top: 20px;
}
.product-title .prefix  {
    font-family: var(--saugella-font-family-regular);

    color:green !important;
    line-height: 50px;
}
.product-title .prefix span {
    font-family: var(--saugella-font-logo);
    transform: scale(1, 1.4);
    display: inline-block;
    color: white !important;
    font-size: 24px;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: inset 0 0 0 8px white;
}

.tab-content, .tabs {
    --cnvs-tab-base-color: var(--cnvs-heading-color);
    --cnvs-tab-padding-width: 15px;
    --bs-nav-link-font-size: 1.2rem;
}
.tab-content p{
    margin-bottom: 10px;
}

.container-targeted-care {
    position: relative;
    width: 100%;
    height: 400px;



}
.container-targeted-care::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36%; /* L'image occupe 30% de la largeur de la div */
    max-height: 450px;
    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 p {margin-bottom: 0px}

.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 { text-align: right}

.text-gamme-home {
    font-size: var(--cnvs-font-size-h5);
}

/* ------------------------------- */
/*               MENU              */
/* ------------------------------- */

.menu-link  div::first-letter {
    text-transform: uppercase;
}
.menu-link::first-letter {
    text-transform: uppercase;
}
/* ------------------------------- */
/*               button            */
/* ------------------------------- */



#slider a:hover , .homeIntro a:hover{
    background-color: white;
    color:var(--betadine-yellow);
}




/* ------------------------------- */
/*               title             */
/* ------------------------------- */

h1 {
    font-style: normal;
    text-transform: none;
    line-height: normal;
}

h1.field-headline {
    line-height: normal;
    margin: 10px;
}

/*
h2, h3, h4, h5, h6 {
    font-family: times, serif
}
*/

.titular-title + .titular-sub-title {
    margin-top: 0px !important;
    margin-bottom: 30px;
    letter-spacing: 1px;
    padding-right: 10em !important;;
    padding-left: 10em!important;
    color: var(--cnvs-contrast-700) !important;
    margin-bottom: 20px !important

}

.titular-sub-title {
    text-transform: unset;
}

.letter-spacing-1 { letter-spacing: 1px !important;}
.letter-spacing-2 { letter-spacing: 2px  !important;}
.letter-spacing-3 { letter-spacing: 3px !important;}
.letter-spacing-4 { letter-spacing: 4px !important;}
.letter-spacing-5 { letter-spacing: 5px !important;}
.margin-bottom-10 { margin-bottom: 10px !important;}
.margin-bottom-20 { margin-bottom: 20px !important;}
.margin-bottom-30 { margin-bottom: 30px !important;}


.rounded-7 { border-radius: 50px;overflow: hidden;}

/* ------------------------------- */
/*              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%;
}

/* ------------------------------- */
/*             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: 60px;
    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;
    }

}


/* ------------------------------- */
/*              rating    */
/* ------------------------------- */
.rate {
    width: 250px;
    margin: 0 auto;
    margin-bottom: 1em;
}

.rate:not(:checked) > input {
    position: absolute;
    display: none;
}

.rate:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 50px;
    color: #ccc;
}

.rate:not(:checked) > label:before {
    content: '★ ';
}

.rate > input:checked ~ label {
    color: #ffc700;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.Stars {
    display: inline-block;
    font-size: 20px;
    font-family: Times;
    line-height: 1;



}


.Stars::before {
    content: '\2605 \2605 \2605 \2605 \2605';
    letter-spacing: -1px;
    background: linear-gradient(90deg, #fc0 calc(20 * var(--cnvs-rating)*1%), #a8a8a8 calc(20 * var(--cnvs-rating)*1%));

    -webkit-background-clip: text;
-webkit-text-fill-color: transparent;

}

#reviews .comment-wrap {
    border: 0;
    padding: .75rem 0 0 0rem;
}

.comment-content .comment-title {margin-bottom: 5px;font-weight: 100;}

.comment-content .comment-title .Stars {margin-right: 15px;}
.comment-content .comment-author span {
    display: inline-block;
    margin-left: 30px;
}

.comment-content p{
    font-size: medium;
}

.comment-content .comment-author {
 margin-bottom: 0rem;
}

/* ------------------------------- */
/*               Header article     */
/* ------------------------------- */



.containerHeader {
    position: relative;
    width: 100%;
    height: var(--saugella-header-height);
    background-size: cover;
    background-position: center;
    padding : 2em;
    padding-left: 5em;
    border-bottom: solid var(--saugella-header-border);
    align-content: center;

}
.containerHeader .contentHeader {
    width: 60%;
}

.containerHeader .contentHeader h1 {
    font-size:3.5em;
    font-family: var(--saugella-font-family-bold);
    line-height: 1em;
}

.containerHeader .contentHeader p {
    font-size:1.5em;
}


.containerHeader .foreground-image {

    width: 20%; /* La deuxième image occupe 1/4 de la largeur de la div */
    height: calc(var(--saugella-header-height) - var(--saugella-header-border));;
    position: absolute;
    top: 0;
    right: 0; /* Positionner la deuxième image en haut à droite */
    display: flex;
    justify-content: flex-end;
}

.foreground-image img { height: 100%;}

.teaserHeader {
    width: 500px;
    background-color: var(--saugella-teaserHeader) ;
    color:white;
    padding:1.5em;
    transform: translateY(-35%) !important;
    position: relative;
    margin-left: 20%;
    border-radius: 20px;
    margin-bottom: -50px;
}
.teaserHeader .subtitleTeaserHeader{
    text-transform: uppercase;
    font-family: var(--saugella-font-family-light);
    letter-spacing: 2px;
    font-size: 12px;
    margin-bottom: 16px;
}
.teaserHeader .titleTeaserHeader{
    font-size: 2em;
    line-height: 1em;
    margin-bottom: 16px;
}
.teaserHeader .bodyTeaserHeader{
    font-size: 0.8em;
}

/***** Xs col-                 *****/
@media only screen and (max-width: 576px) {
    .nav-pills .nav-link {
        font-size: small;
    }
    #reactivateDiv {
        justify-content: center !important;
    }
    .foreground-image {
        display:none !important
    ;}



    .teaserHeader {
        width: 330px;
        transform: translateY(-20%) translateX(-50%) !important;
        position: relative;
        margin-left: 0px;
        left: 50%;
    }
    .containerHeader {
        padding-left: unset;
        display: flex;  /* Active le modèle Flexbox */
        justify-content: center;  /* Centre horizontalement */
        padding:0px;
        padding-top:50px;
        align-items: flex-start
    }
    .containerHeader .contentHeader h1 {
        font-size:2.2em;
        line-height: 1em;
        text-align: center;
    }

    .titular-title + .titular-sub-title {

        padding-right: 1em !important;;
        padding-left: 1em!important;;

    }
    #header-wrap #logo img {
        height: var(--cnvs-header-height-sm);
    }

    .header-wrap-clone {
        height: calc(var(--cnvs-header-height-sm) + 1px);
    }

    .breadcrumb a {
        color: #fff;
        font-size: 12px;
    }
    .breadcrumb-item.active {
        font-size: 12px;
    }


    .containerHeader .contentHeader {
        width: 100%;
    }
}
/* ------------------------------- */
/*         figure article         */
/* ------------------------------- */
figure.align-center {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

figure figcaption {
    font-size: medium;
    font-style: italic;
    margin-top: 10px;
    color: var(--cnvs-contrast-600);
}

    /* ------------------------------- */
/*         retail       */
/* ------------------------------- */

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

.retail-listing {
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.button.button-mini {
    padding: 4px 14px;
    font-size: 10px;
    line-height: 20px;
}

/* ------------------------------- */
/*         block  AUTHOR        */
/* ------------------------------- */

.card-body {
    line-height: 1.3 !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.author-image {
    float: left;
    margin-right: 15px
}

.author-image,.author-image img {
    height: 64px;
    width: 64px
}

.author-desc {
    overflow: hidden;
    position: relative
}
/* ------------------------------- */
/*         block  do-avoid         */
/* ------------------------------- */

.timeline-right ul {
    position: relative;
    padding-left: 0;
    list-style: none;
    max-width: 800px;
    margin: 50px auto; /* Center the timeline horizontally */
}
.saugella-avoid-bgcolor{
    background-color: var(--saugella-avoid-bgcolor);
    padding-left:0px;
    margin-left:2px;

}


.timeline-left {
    padding-left: 80px ;
    background-color:var(--saugella-avoid-bgcolor) ;
    font-size: 0.8em;
}

.saugella-do-bgcolor {
    background-color: var(--saugella-do-bgcolor);
    padding-right:0px;
    margin-right:2px;
}
.timeline-right {
    padding-right: 80px ;
    font-size: 0.8em;
    background-color: var(--saugella-do-bgcolor);
    text-align: right;


}

.timeline-left ul {
    position: relative;
    padding-left: 0;
    list-style: none;
    max-width: 800px;
    margin: 50px auto; /* Center the timeline horizontally */
}

.timeline-right ul li{
    position: relative;
    padding: 10px 60px;
    display: flex;
    justify-content: flex-end; /* Align the content to the right */
}

.timeline-left ul li{
    position: relative;
    padding: 10px 60px;
    display: flex;
    justify-content: flex-start; /* Align the content to the left */
}

.timeline-right ul li::before {
    content: '';
    position: absolute;
    right: 30px; /* Position of the bullet */
    top: 16px;
    width: 12px;
    height: 12px;
    background-color: var(--saugella-do-cercle-bgcolor); /* Bullet color */
    border-radius: 50%; /* Round bullet */
    z-index: 1;
}

.timeline-left ul li::before {
    content: '';
    position: absolute;
    left: 30px; /* Position of the bullet */
    top: 16px;
    width: 12px;
    height: 12px;
    background-color: var(--saugella-avoid-cercle-bgcolor); /* Bullet color */
    border-radius: 50%; /* Round bullet */
    z-index: 1;
}

.timeline-right ul li::after {
    content: '';
    position: absolute;
    right: 35px; /* Align the line with the bullet */
    top: 10px;
    bottom: -20px; /* Extend the line to the next item */
    width: 2px;
    background-color: var(--saugella-do-cercle-bgcolor); /* Line color */
    z-index: 0;
}

.timeline-left ul li::after {
    content: '';
    position: absolute;
    left: 35px; /* Align the line with the bullet */
    top: 10px;
    bottom: -20px; /* Extend the line to the next item */
    width: 2px;
    background-color: var(--saugella-avoid-cercle-bgcolor); /* Line color */
    z-index: 0;
}


.container-do-avoid {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.container-do-avoid.right {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.container-do-avoid.left {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.container-do-avoid .half-circle-right {
    position: absolute;
    width: 75px;  /* Demi-largeur pour faire un demi-cercle à gauche */
    height: 150px; /* Pleine hauteur */
    background-color:var(--saugella-do-cercle-bgcolor);
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    top: 50%; /* Center vertically */
    right: 0; /* Align to the right */
    transform: translateY(-50%); /* Adjust to center vertically based on its own height */
}

.container-do-avoid .half-circle-right img {
    width: 50px;
    position: absolute;
    bottom: 20px;
    right: 2px;
}

.container-do-avoid .half-circle-right span {
    position: absolute;
    bottom: 75px;
    right: 10px;
    transform: rotate(-90deg);
    color: white;
    font-family: var(--saugella-font-family-bold);
}


.container-do-avoid .half-circle-left {
    position: absolute;
    width: 75px;  /* Demi-largeur pour faire un demi-cercle à droite */
    height: 150px; /* Pleine hauteur */
    background-color: #BA023E;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    top: 50%; /* Center vertically */
    left: 0; /* Align to the left */
    transform: translateY(-50%); /* Adjust to center vertically based on its own height */
}

.container-do-avoid .half-circle-left img {
    width: 50px;
    position: absolute;
    bottom: 7px;
    left: 2px;
}

.container-do-avoid .half-circle-left span {
    position: absolute;
    bottom: 75px;
    left: -3px;
    transform: rotate(-90deg);
    color: white;
    font-family: var(--saugella-font-family-bold);
}



/* ------------------------------- */
/*      block  icon article        */
/* ------------------------------- */

.bodyBlockIconArticle {
    font-family: Arial, sans-serif;
    background-color: #37b784;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bodyBlockIconArticle h1,.bodyBlockIconArticle h2,.bodyBlockIconArticle h3,.bodyBlockIconArticle h4{
    color:white;
}

.bodyBlockIconArticle .container {
    text-align: center;
    padding: 20px;
    max-width: 1000px;
}

h1 {
    font-size: 1.8rem;
    margin-bottom: 30px;
}

/* Grid container to hold two icons per row on large screens */
.bodyBlockIconArticle .grid-container-article {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns for large screens */
    gap: 20px; /* Space between grid items */
}

.bodyBlockIconArticle .article-grid-icon-article {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 10px;
}

.bodyBlockIconArticle .article-grid-icon-article .col-2 {
    flex: 0 0 80px;
    margin-right: 15px;
}


.bodyBlockIconArticle .article-grid-icon-article .col-10 {
    flex:unset;
    flex-grow: 1;
    text-align: left;
}

.bodyBlockIconArticle .article-grid-icon-article img {
    width: 80px;
    height: 80px;
}

.bodyBlockIconArticle .article-grid-icon-article p {
    font-size: 1rem;
    color: white;
    margin:0;
}

/* Responsive layout for smaller screens */
@media (max-width: 768px) {
    .bodyBlockIconArticle .grid-container-article {
        grid-template-columns: 1fr; /* 1 column for small screens */
    }

    h1 {
        font-size: 1.5rem;
    }

    .bodyBlockIconArticle p {
        text-align: left;
    }
}
/* ------------------------------- */
/*           content refrence       */
/* ------------------------------- */

.references h2 {
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.references .content {
    font-size: 0.9rem;
    margin-left: 1rem;
}

/* ------------------------------- */
/*           Product               */
/* ------------------------------- */


/* ------------------------------- */
/*         Product    bloc icon    */
/* ------------------------------- */

.section-product-icon {
    font-family: Arial, sans-serif;
    background-color: #ffffff; /* Fond blanc */
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.section-product-icon figure {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.section-product-icon .container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    width: 100%;
    justify-content: space-between;
    box-sizing: border-box;
}

.section-product-icon .main-content {
    background-color: var(--saugella-brand-secondary);
    padding-right: 14%;
    padding-left: 5%;
    padding-top: 10%;
    padding-bottom: 15%;
    width: 70%; /* Réduire la largeur */
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    z-index: 1;
    position: relative;
    min-height: 250px;
    box-sizing: border-box;
}

.section-product-icon .main-content h1 {
    font-size: 2rem;
    margin-bottom: 10px;
    color: white;
}

.section-product-icon .main-content p {
    margin-bottom: 10px;
    line-height: 1.4;
}

/* Position du bloc iconcontent-grid pour qu'il chevauche main-content */
.section-product-icon .iconcontent-grid {
    position: absolute;
    right: 0%; /* Légère superposition */
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 0px;
    z-index: 2;
}

.section-product-icon .iconcontent-item {
    display: flex;
    align-items: center;
    padding: 5px;
    width: 350px;
}

.section-product-icon .iconcontent-item img {
    width: 80px;
    height: 80px;
}

.section-product-icon .iconcontent-item p {
    font-size: 1rem;
    color: var(--saugella-grey-color);
    margin:0px;
    padding-left: 20px
}


.section-product-icon .iconcontent-item .col-4 {
    flex: unset !important;
    background-color: #c9e7f7;
    height:100px;
    display: flex;  /* Active le modèle Flexbox */
    justify-content: center;  /* Centre horizontalement */
    align-items: center;  /* Centre verticalement */

}


.section-product-icon .iconcontent-item .col-4 {
    flex: unset !important;
    background-color: #c9e7f7;
    height:100px;
    display: flex;  /* Active le modèle Flexbox */
    justify-content: center;  /* Centre horizontalement */
    align-items: center;  /* Centre verticalement */

}

.section-product-icon .iconcontent-item .col-10 {
    flex: unset !important;
    width: unset;
    margin-left:20px;
    background-color:white;
    color: black;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .section-product-icon .container {
        flex-direction: column;
        align-items: center;
    }

    .section-product-icon .main-content {
        width: 100%; /* Pleine largeur en mobile */
        text-align: center;
        padding: 15px;
    }

    .section-product-icon .iconcontent-grid {
        position: relative;
        right: 0;
        top: 0;
        transform: none;
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 2 colonnes en mobile */
        gap: 15px;
        width: 100%;
        justify-items: start; /* Alignement à droite */
    }

    .section-product-icon .iconcontent-item {
        justify-content: flex-start; /* Alignement des icônes à droite */
        width: 100%;
        display: flex;
        align-items: center;
        text-align: left;
    }

    .section-product-icon .iconcontent-item img {
        width: 50px; /* Taille réduite des icônes */
        height: 50px;
        margin-right: 10px;
    }

    .section-product-icon .iconcontent-item p {
        font-size: 0.9rem; /* Taille réduite du texte */
    }
}
/* ------------------------------- */
/*           Range       */
/* ------------------------------- */



/* ------------------------------- */
/*           accordion             */
/* ------------------------------- */


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

.slick-slide h3 {
font-weight: 100;
text-transform: uppercase;
letter-spacing: 2px
}

.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;
    -khtml-user-select: 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;

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

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



/***** sm col-sm-                 *****/
@media only screen and (min-width: 576px) {
    .block-content.picture img {
        transform: translatey(-50%) translateX(-50%);
    }

    .block-content.picture div {
        margin-left: 50%;
    }
    .text-gamme-home {
        font-size: var(--cnvs-font-size-h5);
    }
}

/***** sm col-md-                 *****/
@media only screen and (min-width: 768px) {
    .text-gamme-home {
        font-size: var(--cnvs-font-size-h6);
    }

    section.header-title {
        margin-bottom: 200px;
    }

    .block-content {

    }

    .block-content.picture img {
        transform: translatey(-90%) translateX(-0%);
    }

    .block-content.picture div {
        margin-left: 0%;
    }
}

/***** sm col-lg-                 *****/
@media only screen and (min-width: 992px) {
    .text-gamme-home {
        font-size: var(--cnvs-font-size-h5);
    }
    .block-content {
        margin-top: 0px;
    }

    .block-content.picture img {
        transform: translatey(-50%) translateX(-50%);
    }

    .block-content.picture div {
        margin-left: 50%;
    }
    .betadine-help span {
        font-size: 13px;
        left:25%
    }

    .col-md-left{
        align-items: flex-start
    }

    .col-md-right{
        align-items: flex-end
    }


}

/***** sm col-xl-                 *****/
@media only screen and (min-width: 1200px) {
    .text-gamme-home {
        font-size: var(--cnvs-font-size-h5);
    }
    .block-content.picture img {
        transform: translatey(-50%) translateX(-65%);
    }

    .block-content.picture div {
        margin-left: 40%;
        font-size: 15px;
    }
}

/***** sm col-xxl-                 *****/
@media only screen and (min-width: 1400px) {
    .block-content.picture img {
        transform: translatey(-50%) translateX(-70%);
    }

    .block-content.picture div {
        margin-left: 40%;
    }

    .betadine-help span {
        left:25%;
        font-size: 15px;
    }
}


/***** Xs col-                 *****/
@media only screen and (max-width: 576px) {
    section.header-title {
        margin-bottom: 200px
    }

    .block-content {

    }

    .block-content.picture img {
        transform: translatey(-90%) translateX(-0%);
    }

    .block-content.picture div {
        margin-left: 0%;
        transform: translatey(30%)
    }

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

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


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

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


}

/**** ARTICLE GRID ******/

.article-styles img {
    width: 100%;
}

.article-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
}

.article-grid + .article-grid {
    margin-top: 1rem;
}

.article-grid.align-center {
    justify-content: center; /* Centre horizontalement */
}

.article-grid.valign-middle{
    align-items: center;
}

.article-grid .col-1 { grid-column: span 1;  width:100%}
.article-grid .col-2 { grid-column: span 2; width:100%}
.article-grid .col-3 { grid-column: span 3; width:100%}
.article-grid .col-4 { grid-column: span 4; width:100%}
.article-grid .col-5 { grid-column: span 5; width:100%}
.article-grid .col-6 { grid-column: span 6; width:100%}
.article-grid .col-7 { grid-column: span 7; width:100%}
.article-grid .col-8 { grid-column: span 8; width:100%}
.article-grid .col-9 { grid-column: span 9; width:100%}
.article-grid .col-10 { grid-column: span 10; width:100%}
.article-grid .col-11 { grid-column: span 11; width:100%}
.article-grid .col-12 { grid-column: span 12; width:100%}


    @media only screen and (max-width: 600px) {
        .article-grid {
            grid-template-columns: repeat(1, 1fr);
        }
        .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
            grid-column: span 1 !important;
            margin-bottom: 1rem;
        }
    }


.social-icon {
    border: 1px solid #aaa;
    border-radius: 3px;
    color: #00205b;
    font-size: 1.25rem;
    height: 40px;
    line-height: 38px!important;
    margin: 0 5px 5px 0;
    overflow: hidden;
    text-shadow: none;
    width: 40px
}

.d-flex>.social-icon,.d-lg-flex>.social-icon,.d-md-flex>.social-icon,.d-sm-flex>.social-icon,.d-xl-flex>.social-icon {
    float: none;
    margin-bottom: 0
}

.si-rounded {
    border-radius: 50%
}

.si-borderless {
    border-color: transparent!important
}

.si-dark {
    background-color: #00205b;
    color: #fff!important
}

.si-dark,.si-light {
    border-color: transparent
}

.si-light {
    background-color: rgba(0,0,0,.05);
    color: #666!important
}

.si-colored {
    border-color: transparent!important
}

.si-colored i {
    color: #fff
}

.social-icon.si-large {
    font-size: 30px;
    height: 56px;
    line-height: 54px!important;
    margin: 0 10px 10px 0;
    width: 56px
}

.social-icon.si-small {
    font-size: .875rem;
    height: 32px;
    line-height: 30px!important;
    width: 32px
}

.social-icon i {
    display: block;
    position: relative
}

body:not(.device-touch) .social-icon i {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.social-icon i:last-child {
    color: #fff!important
}

.social-icon:hover i:first-child {
    margin-top: -38px
}

.social-icon.si-large:hover i:first-child {
    margin-top: -54px
}

.social-icon.si-small:hover i:first-child {
    margin-top: -30px
}

.social-icon:hover {
    color: #00205b
}

.si-colored.social-icon,.social-icon:hover {
    border-color: transparent
}

.si-sticky {
    left: 5px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    z-index: 499
}

.si-sticky.si-sticky-right {
    left: auto;
    right: 8px
}

.si-share {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding-left: 5px;
    position: relative
}

.si-share span {
    font-size: 13px;
    font-weight: 700;
    line-height: 36px
}

.si-share .social-icon {
    border-radius: 0;
    font-size: 15px;
    margin: -1px 0
}

.si-colored.si-facebook,.si-facebook:hover {
    background-color: #3b5998!important
}

.si-colored.si-delicious,.si-delicious:hover {
    background-color: #205cc0!important
}

.si-colored.si-paypal,.si-paypal:hover {
    background-color: #00588b!important
}

.si-colored.si-flattr,.si-flattr:hover {
    background-color: #f67c1a!important
}

.si-android:hover,.si-colored.si-android {
    background-color: #a4c639!important
}

.si-colored.si-smashmag,.si-smashmag:hover {
    background-color: #e53b2c!important
}

.si-colored.si-gplus,.si-gplus:hover {
    background-color: #dd4b39!important
}

.si-colored.si-wikipedia,.si-wikipedia:hover {
    background-color: #00205b!important
}

.si-colored.si-stumbleupon,.si-stumbleupon:hover {
    background-color: #f74425!important
}

.si-colored.si-foursquare,.si-foursquare:hover {
    background-color: #25a0ca!important
}

.si-call:hover,.si-colored.si-call {
    background-color: #00205b!important
}

.si-colored.si-ninetyninedesigns,.si-ninetyninedesigns:hover {
    background-color: #f26739!important
}

.si-colored.si-forrst,.si-forrst:hover {
    background-color: #5b9a68!important
}

.si-colored.si-digg,.si-digg:hover {
    background-color: #191919!important
}

.si-colored.si-spotify,.si-spotify:hover {
    background-color: #81b71a!important
}

.si-colored.si-reddit,.si-reddit:hover {
    background-color: #c6c6c6!important
}

.si-blogger:hover,.si-colored.si-blogger {
    background-color: #fc4f08!important
}

.si-cc:hover,.si-colored.si-cc {
    background-color: #688527!important
}

.si-colored.si-dribbble,.si-dribbble:hover {
    background-color: #ea4c89!important
}

.si-colored.si-evernote,.si-evernote:hover {
    background-color: #5ba525!important
}

.si-colored.si-flickr,.si-flickr:hover {
    background-color: #ff0084!important
}

.si-colored.si-google,.si-google:hover {
    background-color: #dd4b39!important
}

.si-colored.si-instapaper,.si-instapaper:hover {
    background-color: #00205b!important
}

.si-colored.si-klout,.si-klout:hover {
    background-color: #ff5f52!important
}

.si-colored.si-linkedin,.si-linkedin:hover {
    background-color: #0e76a8!important
}

.si-colored.si-vk,.si-vk:hover {
    background-color: #2b587a!important
}

.si-colored.si-rss,.si-rss:hover {
    background-color: #ee802f!important
}

.si-colored.si-skype,.si-skype:hover {
    background-color: #00aff0!important
}

.si-colored.si-twitter,.si-twitter:hover {
    background-color: #00acee!important
}

.si-colored.si-youtube,.si-youtube:hover {
    background-color: #c4302b!important
}

.si-colored.si-vimeo,.si-vimeo:hover {
    background-color: #86c9ef!important
}

.si-aim:hover,.si-colored.si-aim {
    background-color: #fcd20b!important
}

.si-colored.si-yahoo,.si-yahoo:hover {
    background-color: #720e9e!important
}

.si-colored.si-email3,.si-email3:hover {
    background-color: #6567a5!important
}

.si-colored.si-macstore,.si-macstore:hover {
    background-color: #00205b !important
}

.si-colored.si-myspace,.si-myspace:hover {
    background-color: #666!important
}

.si-colored.si-podcast,.si-podcast:hover {
    background-color: #e4b21b!important
}

.si-cloudapp:hover,.si-colored.si-cloudapp {
    background-color: #525557!important
}

.si-colored.si-dropbox,.si-dropbox:hover {
    background-color: #3d9ae8!important
}

.si-colored.si-ebay,.si-ebay:hover {
    background-color: #89c507!important
}

.si-colored.si-github,.si-github:hover {
    background-color: #171515!important
}

.si-colored.si-googleplay,.si-googleplay:hover {
    background-color: #dd4b39!important
}

.si-colored.si-itunes,.si-itunes:hover {
    background-color: #222!important
}

.si-colored.si-plurk,.si-plurk:hover {
    background-color: #cf5a00!important
}

.si-colored.si-pinboard,.si-pinboard:hover {
    background-color: #0000e6!important
}

.si-colored.si-soundcloud,.si-soundcloud:hover {
    background-color: #f70!important
}

.si-colored.si-tumblr,.si-tumblr:hover {
    background-color: #34526f!important
}

.si-colored.si-wordpress,.si-wordpress:hover {
    background-color: #1e8cbe!important
}

.si-colored.si-yelp,.si-yelp:hover {
    background-color: #c41200!important
}

.si-colored.si-intensedebate,.si-intensedebate:hover {
    background-color: #009ee4!important
}

.si-colored.si-eventbrite,.si-eventbrite:hover {
    background-color: #f16924!important
}

.si-colored.si-scribd,.si-scribd:hover {
    background-color: #666!important
}

.si-colored.si-stripe,.si-stripe:hover {
    background-color: #008cdd!important
}

.si-colored.si-print,.si-print:hover {
    background-color: #111!important
}

.si-colored.si-dwolla,.si-dwolla:hover {
    background-color: #ff5c03!important
}

.si-colored.si-statusnet,.si-statusnet:hover {
    background-color: #131a30!important
}

.si-acrobat:hover,.si-colored.si-acrobat {
    background-color: #d3222a!important
}

.si-colored.si-drupal,.si-drupal:hover {
    background-color: #27537a!important
}

.si-buffer:hover,.si-colored.si-buffer {
    background-color: #00205b!important
}

.si-colored.si-pocket,.si-pocket:hover {
    background-color: #ee4056!important
}

.si-bitbucket:hover,.si-colored.si-bitbucket {
    background-color: #0e4984!important
}

.si-colored.si-stackoverflow,.si-stackoverflow:hover {
    background-color: #ef8236!important
}

.si-colored.si-hackernews,.si-hackernews:hover {
    background-color: #f60!important
}

.si-colored.si-xing,.si-xing:hover {
    background-color: #126567!important
}

.si-colored.si-instagram,.si-instagram:hover {
    background-color: #8a3ab9!important
}

.si-colored.si-quora,.si-quora:hover {
    background-color: #a82400!important
}

.si-colored.si-openid,.si-openid:hover {
    background-color: #e16309!important
}

.si-colored.si-steam,.si-steam:hover {
    background-color: #111!important
}

.si-amazon:hover,.si-colored.si-amazon {
    background-color: #e47911!important
}

.si-colored.si-disqus,.si-disqus:hover {
    background-color: #e4e7ee!important
}

.si-colored.si-plancast,.si-plancast:hover {
    background-color: #222!important
}

.si-appstore:hover,.si-colored.si-appstore {
    background-color: #000!important
}

.si-colored.si-pinterest,.si-pinterest:hover {
    background-color: #c8232c!important
}

.si-colored.si-fivehundredpx,.si-fivehundredpx:hover {
    background-color: #111!important
}

.si-colored.si-tiktok,.si-tiktok:hover {
    background-color: #000!important
}

.si-colored.si-whatsapp,.si-whatsapp:hover {
    background-color: #25d366!important
}

.si-colored.si-tripadvisor,.si-tripadvisor:hover {
    background-color: #00af87!important
}

.si-colored.si-gpay,.si-gpay:hover {
    background-color: #6877df!important
}

.si-colored.si-unsplash,.si-unsplash:hover {
    background-color: #111!important
}

.si-colored.si-snapchat,.si-snapchat:hover {
    background-color: #fffc00!important
}

.si-text-color.si-facebook i {
    color: #3b5998
}

.si-text-color.si-delicious i {
    color: #205cc0
}

.si-text-color.si-paypal i {
    color: #00588b
}

.si-text-color.si-flattr i {
    color: #f67c1a
}

.si-text-color.si-android i {
    color: #a4c639
}

.si-text-color.si-smashmag i {
    color: #e53b2c
}

.si-text-color.si-gplus i {
    color: #dd4b39
}

.si-text-color.si-wikipedia i {
    color: #00205b
}

.si-text-color.si-stumbleupon i {
    color: #f74425
}

.si-text-color.si-foursquare i {
    color: #25a0ca
}

.si-text-color.si-call i {
    color: #00205b
}

.si-text-color.si-ninetyninedesigns i {
    color: #f26739
}

.si-text-color.si-forrst i {
    color: #5b9a68
}

.si-text-color.si-digg i {
    color: #191919
}

.si-text-color.si-spotify i {
    color: #81b71a
}

.si-text-color.si-reddit i {
    color: #c6c6c6
}

.si-text-color.si-blogger i {
    color: #fc4f08
}

.si-text-color.si-cc i {
    color: #688527
}

.si-text-color.si-dribbble i {
    color: #ea4c89
}

.si-text-color.si-evernote i {
    color: #5ba525
}

.si-text-color.si-flickr i {
    color: #ff0084
}

.si-text-color.si-google i {
    color: #dd4b39
}

.si-text-color.si-instapaper i {
    color: #00205b
}

.si-text-color.si-klout i {
    color: #ff5f52
}

.si-text-color.si-linkedin i {
    color: #0e76a8
}

.si-text-color.si-vk i {
    color: #2b587a
}

.si-text-color.si-rss i {
    color: #ee802f
}

.si-text-color.si-skype i {
    color: #00aff0
}

.si-text-color.si-twitter i {
    color: #00acee
}

.si-text-color.si-youtube i {
    color: #c4302b
}

.si-text-color.si-vimeo i {
    color: #86c9ef
}

.si-text-color.si-aim i {
    color: #fcd20b
}

.si-text-color.si-yahoo i {
    color: #720e9e
}

.si-text-color.si-email3 i {
    color: #6567a5
}

.si-text-color.si-macstore i {
    color: #00205b
}

.si-text-color.si-myspace i {
    color: #666
}

.si-text-color.si-podcast i {
    color: #e4b21b
}

.si-text-color.si-cloudapp i {
    color: #525557
}

.si-text-color.si-dropbox i {
    color: #3d9ae8
}

.si-text-color.si-ebay i {
    color: #89c507
}

.si-text-color.si-github i {
    color: #171515
}

.si-text-color.si-googleplay i {
    color: #dd4b39
}

.si-text-color.si-itunes i {
    color: #222
}

.si-text-color.si-plurk i {
    color: #cf5a00
}

.si-text-color.si-pinboard i {
    color: #0000e6
}

.si-text-color.si-soundcloud i {
    color: #f70
}

.si-text-color.si-tumblr i {
    color: #34526f
}

.si-text-color.si-wordpress i {
    color: #1e8cbe
}

.si-text-color.si-yelp i {
    color: #c41200
}

.si-text-color.si-intensedebate i {
    color: #009ee4
}

.si-text-color.si-eventbrite i {
    color: #f16924
}

.si-text-color.si-scribd i {
    color: #666
}

.si-text-color.si-stripe i {
    color: #008cdd
}

.si-text-color.si-print i {
    color: #111
}

.si-text-color.si-dwolla i {
    color: #ff5c03
}

.si-text-color.si-statusnet i {
    color: #131a30
}

.si-text-color.si-acrobat i {
    color: #d3222a
}

.si-text-color.si-drupal i {
    color: #27537a
}

.si-text-color.si-buffer i {
    color: #00205b
}

.si-text-color.si-pocket i {
    color: #ee4056
}

.si-text-color.si-bitbucket i {
    color: #0e4984
}

.si-text-color.si-stackoverflow i {
    color: #ef8236
}

.si-text-color.si-hackernews i {
    color: #f60
}

.si-text-color.si-xing i {
    color: #126567
}

.si-text-color.si-instagram i {
    color: #8a3ab9
}

.si-text-color.si-quora i {
    color: #a82400
}

.si-text-color.si-openid i {
    color: #e16309
}

.si-text-color.si-steam i {
    color: #111
}

.si-text-color.si-amazon i {
    color: #e47911
}

.si-text-color.si-disqus i {
    color: #e4e7ee
}

.si-text-color.si-plancast i {
    color: #222
}

.si-text-color.si-appstore i {
    color: #000
}

.si-text-color.si-pinterest i {
    color: #c8232c
}

.si-text-color.si-fivehundredpx i {
    color: #111
}

.si-text-color.si-tiktok i {
    color: #000
}

.si-text-color.si-whatsapp i {
    color: #25d366
}

.si-text-color.si-tripadvisor i {
    color: #00af87
}

.si-text-color.si-gpay i {
    color: #6877df
}

.si-text-color.si-unsplash i {
    color: #111
}

.si-text-color.si-snapchat i {
    color: #fffc00
}

.si-text-color:hover {
    color: #fff
}
