@charset "UTF-8";

/*
 * Author: Hamse Mohamet
 * URL: http://foxthemes.net
 */


/* -------------------------------------------------------------- */
/* Table of Contents
 -----------------------------------------------------------------

   #Dark
   #button
   #input
   #switch-button
   #Common Styles
   #tippy-tooltip
   #Simplebar
   #header
   #header left-side
   #header right-side
   #header_dropdown
   #sidebar
   #main_content
   #market
   #group-catagroy-card
   #story-moda

   *************/

body {
    --largeur_menu_G: 400px;
    --hauteur_bandeau: 230px;
    --hauteur_content: calc(100% - var(--hauteur_bandeau) - 100px);
    --zoom_width: 350;
    --zoom_height: 350;
}


/* -------------------------------------------------------------- */
/* Import font
----------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");


/* ---------------------------------- */
/* Forms Reset & Styles
------------------------------------- */
input {
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    outline: none;
    font-size: 15px;
    color: #808080;
    max-width: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-weight: 400;
    opacity: 1;
    border-radius: 4px;
    border: none;
    -webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
}

input[type="text"], input[type="password"], input[type="email"], input[type="number"] {
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    outline: none;
    font-size: 15px;
    color: #808080;
    max-width: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-weight: 400;
    opacity: 1;
    border-radius: 4px;
    border: none;
    -webkit-box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.12);
}

textarea {
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    outline: none;
    font-size: 15px;
    color: #808080;
    margin: 0 0 16px 0;
    max-width: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    font-weight: 500;
    opacity: 1;
    border-radius: 4px;
    border: none;
    -webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
}

select {
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    outline: none;
    font-size: 15px;
    color: #808080;
    margin: 0 0 16px 0;
    max-width: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    font-weight: 500;
    opacity: 1;
    border-radius: 4px;
    border: none;
    -webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
    padding: 15px 18px;
    cursor: pointer;
}

input {
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

input:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus {
    color: #808080;
    -webkit-transition: -webkit-box-shadow 0.2s !important;
    transition: -webkit-box-shadow 0.2s !important;
    transition: box-shadow 0.2s !important;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s !important;
    opacity: 1;
    border: none;
    -webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
}

textarea:focus {
    color: #808080;
    -webkit-transition: -webkit-box-shadow 0.2s !important;
    transition: -webkit-box-shadow 0.2s !important;
    transition: box-shadow 0.2s !important;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s !important;
    opacity: 1;
    border: none;
    -webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
    -webkit-text-fill-color: #808080 !important;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
    -webkit-text-fill-color: #808080 !important;
}

input.with-border, input[type="text"].with-border, input[type="password"].with-border, input[type="email"].with-border, input[type="number"].with-border {
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
}

/* With Border */
textarea.with-border, select.with-border {
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
}

input.with-border:focus, input[type="text"].with-border:focus, input[type="password"].with-border:focus, input[type="email"].with-border:focus, input[type="number"].with-border:focus {
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.08);
}

textarea.with-border:focus {
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.08);
}

input[type="submit"] {
    border: none;
    padding: 11px 18px;
    width: auto;
}


input[type="radio"] {
    width: 15px;
    height: 15px;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Input Placeholder Color */
::-webkit-input-placeholder {
    color: #808080;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #808080;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #808080;
    opacity: 1;
}

::placeholder {
    color: #808080;
    opacity: 1;
}

textarea {
    height: auto;
    line-height: 27px;
    padding: 20px;
    min-height: 130px;
    -webkit-transition: none !important;
    transition: none !important;
    min-width: 100%;
}

label, legend {
    display: block;
    font-weight: bold;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
}

label span, legend span {
    font-weight: 500;
    font-size: 14px;
    color: #444;
}

fieldset {
    padding: 0;
    border: none;
}

button {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: normal;
    cursor: pointer;
}

a {
    color: #be185d;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    outline: none !important;
}

button {
    outline: none !important;
}

a:focus, a:hover {
    text-decoration: none;
    color: #333;
}

img {
    max-width: 100%;
}

/* ---------------------------------- */
/* Input With Icon
------------------------------------- */
.input-with-icon {
    display: block;
    position: relative;
}

.input-with-icon input {
    padding-right: 45px;
}

.input-with-icon i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    font-size: 20px;
    color: #a0a0a0;
    font-style: normal;
    cursor: normal;
    pointer-events: none;
}

.input-with-icon i.currency {
    font-size: 14px;
}

/* Input with boxed icon */
.input-with-icon-left {
    position: relative;
}

.input-with-icon-left input {
    padding-left: 65px;
}

.input-with-icon-left i {
    position: absolute;
    top: 0;
    color: #a0a0a0;
    text-align: center;
    line-height: 48px;
    width: 48px;
    height: 48px;
    font-size: 19px;
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    border-radius: 4px 0 0 4px;
}

.input-with-icon-left.no-border i {
    border: none;
}

/* ---------------------------------- */
/* Keywords Input
------------------------------------- */
.keywords-container {
    margin-bottom: -15px;
}

.keywords-list {
    display: block;
    float: left;
    height: 0;
}

.keyword {
    background-color: rgba(190, 24, 93, 0.07);
    color: #be185d;
    display: inline-block;
    float: left;
    padding: 0;
    border-radius: 4px;
    cursor: default;
    margin: 0 7px 7px 0;
    height: 35px;
    line-height: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: KeywordIn 0.3s ease-in-out;
    animation: KeywordIn 0.3s ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    overflow: hidden;
    max-width: 100%;
    font-size: 14.7px;
}

.keyword.keyword-removed {
    max-width: 0;
    margin: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-animation: KeywordOut 0.4s ease-in-out;
    animation: KeywordOut 0.4s ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    pointer-events: none;
}

@-webkit-keyframes KeywordIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes KeywordIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes KeywordOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        margin-top: -35px;
    }
}

@keyframes KeywordOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        margin-top: -35px;
    }
}

.keyword-text {
    padding-right: 12px;
}

.keyword .keyword-remove:before {
    display: inline-block;
    cursor: pointer;
    font-family: "Feather-Icons";
    content: "\ea02";
    line-height: 20px;
    position: relative;
    top: 2px;
    margin-right: 4px;
    margin-left: 10px;
    font-size: 15px;
}

.keyword-input-container {
    position: relative;
}

.keyword-input-container .keyword-input-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 36px;
    width: 36px;
    padding: 0;
    color: #fff;
    background-color: #be185d;
    border-radius: 4px;
    margin: 6px;
    font-size: 19px;
    text-align: center;
    line-height: 36px;
}

.keyword-input-container .keyword-input-button i {
    color: #fff;
    position: relative;
    top: 2px;
}

input.keyword-input {
    margin: 0 0 15px 0;
}

/* ---------------------------------- */
/* Checkbox
------------------------------------- */
.checkbox {
    display: inline-block;
    margin-bottom: 0;
}

.checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox label {
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    line-height: 25px;
}

.checkbox label span.checkbox-icon {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #b4b4b4;
    height: 20px;
    width: 20px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    left: 0;
    top: 1px;
}

.checkbox input + label span.checkbox-icon:after {
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    content: '';
    display: block;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: scale(0.5) rotate(45deg);
    transform: scale(0.5) rotate(45deg);
    -webkit-transition: all 0.35s cubic-bezier(0.3, -0.41, 0.19, 2), opacity 0.3s;
    transition: all 0.35s cubic-bezier(0.3, -0.41, 0.19, 2), opacity 0.3s;
}

.checkbox input:checked + label span.checkbox-icon {
    border-color: #be185d;
    background-color: #be185d;
}

.checkbox input:checked + label span.checkbox-icon:after {
    -webkit-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg);
    opacity: 1;
}

/* ---------------------------------- */
/* Radio Button
------------------------------------- */
.radio {
    display: inline-block;
    vertical-align: top;
}

.radio label {
    margin: 3px 0;
    cursor: pointer;
    position: relative;
    padding-left: 29px;
    line-height: 25px;
}

.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio input[type="radio"] + label .radio-label {
    content: '';
    background: #fff;
    border-radius: 100%;
    border: 2px solid #b4b4b4;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    margin-right: 5px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 8px #fff;
    box-shadow: inset 0 0 0 8px #fff;
    z-index: 100;
    position: absolute;
    top: 2px;
    left: 0;
}

.radio input[type="radio"] + label .radio-label:after {
    background-color: #be185d;
    content: "";
    top: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.radio input[type="radio"]:checked + label .radio-label {
    background-color: #be185d;
    border-color: #be185d;
    -webkit-box-shadow: inset 0 0 0 3px #fff;
    box-shadow: inset 0 0 0 3px #fff;
}

.radio-label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: transparent;
    display: block;
}

.interactive-effect label .radio-label:before {
    -webkit-animation: radius-shadow 0.4s;
    animation: radius-shadow 0.4s;
}

@-webkit-keyframes radius-shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(190, 24, 93, 0.4);
        box-shadow: 0 0 0 0 rgba(190, 24, 93, 0.4);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
}

@keyframes radius-shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(190, 24, 93, 0.4);
        box-shadow: 0 0 0 0 rgba(190, 24, 93, 0.4);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
}

.small-label {
    border-radius: 4px;
    display: inline-block;
    background: #e0f5d7;
    color: #449626;
    padding: 0 8px;
    line-height: 27px;
    height: 26px;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

/* ---------------------------------- */
/* On/Off Switch
------------------------------------- */
.switches-list .switch-container {
    width: 100%;
}

.switches-list .switch-container:last-child label {
    margin-bottom: 0;
}

.switch-container {
    display: inline-block;
    cursor: pointer;
}

label.switch {
    position: relative;
}

.switches-list .switch-container label {
    cursor: pointer;
    position: relative;
    padding-left: 45px;
    line-height: 26px;
}

.switch-button {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 20px;
    cursor: pointer;
    background-color: #ccc;
    border-radius: 50px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin: 0 7px 0 0;
    top: 4px;
    position: absolute;
    top: 2px;
    left: 0;
}

.notify-box .switch-button {
    top: 0;
}

.notify-box .switch-container {
    top: 1px;
    position: relative;
}

.switch span.switch-text {
    display: block;
    padding-left: 48px;
    font-size: 15px;
    line-height: 22px;
    color: #666;
}

.switch input {
    display: none;
}

.switch.interactive-effect input:checked + .switch-button:before {
    -webkit-animation: switch-shadow-color 0.4s;
    animation: switch-shadow-color 0.4s;
}

.switch.interactive-effect .switch-button:before {
    -webkit-animation: switch-shadow 0.4s;
    animation: switch-shadow 0.4s;
}

@-webkit-keyframes switch-shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0px 10px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0px 10px rgba(0, 0, 0, 0);
    }
}

@keyframes switch-shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0px 10px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0px 10px rgba(0, 0, 0, 0);
    }
}

@-webkit-keyframes switch-shadow-color {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(190, 24, 93, 0.6);
        box-shadow: 0 0 0 0 rgba(190, 24, 93, 0.6);
    }
    100% {
        -webkit-box-shadow: 0 0 0px 10px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0px 10px rgba(0, 0, 0, 0);
    }
}

@keyframes switch-shadow-color {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(190, 24, 93, 0.6);
        box-shadow: 0 0 0 0 rgba(190, 24, 93, 0.6);
    }
    100% {
        -webkit-box-shadow: 0 0 0px 10px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0px 10px rgba(0, 0, 0, 0);
    }
}

.switch-button:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    bottom: 2px;
    left: 2px;
    background-color: white;
    -webkit-transition: 0.4s, -webkit-box-shadow 0.3s;
    transition: 0.4s, -webkit-box-shadow 0.3s;
    transition: 0.4s, box-shadow 0.3s;
    transition: 0.4s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
    border-radius: 50px;
}

input:checked + .switch-button {
    background-color: #be185d;
}

input:checked + .switch-button:before {
    -webkit-transform: translateX(14px);
    transform: translateX(14px);
}

.is-large .switch-button:before {
    height: 20px;
    width: 20px;
}

.is-large .switch-button {
    width: 40px;
    height: 24px;
}

/* ---------------------------------- */
/* Common Styles
------------------------------------- */
body {
    color: #666;
    font-size: 15px;
    line-height: 27px;
    background-color: #f0f2f5;
    font-family: "Inter", sans-serif;
    text-transform: none;
}

body p {
    font-size: 15px;
    line-height: 27px;
}

/* Main Font */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
    text-transform: none;
}

input[type="text"], input[type="password"], input[type="email"] {
    font-family: "Inter", sans-serif;
    text-transform: none;
}

textarea,
select {
    font-family: "Inter", sans-serif;
    text-transform: none;
}

input[type="button"], input[type="submit"] {
    font-family: "Inter", sans-serif;
    text-transform: none;
}

button,
body .pac-container {
    font-family: "Inter", sans-serif;
    text-transform: none;
}

/* Headlines */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

h3.page-title {
    font-size: 20px;
    line-height: 32px;
}

b,
strong {
    font-weight: 700 !important;
}

/*
@media (min-width: 1024px) {
  .container {
    max-width: 900px !important;
    padding-top: 45px;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1000px;
  }
}

@media (max-width: 992px) {
  .container {
    padding: 10px 20px !important;
  }
}*/

.custom-overly1 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
}

/* -------------------------------------------------------------- */
/* 02. Vendor (third party assets styles)
----------------------------------------------------------------- */

/* ---------------------------------- */
/* Tippy.js Tooltips
------------------------------------- */
/* Dark */
.tippy-tooltip.dark-theme {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 6px 12px;
}

.tippy-tooltip.dark-theme .tippy-backdrop {
    background-color: #333;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.dark-theme .tippy-arrow {
    border-top-color: #333;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.dark-theme .tippy-arrow {
    border-bottom-color: #333;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.dark-theme .tippy-arrow {
    border-right-color: #333;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.dark-theme .tippy-arrow {
    border-left-color: #333;
}

.tippy-tooltip.dark-theme .tippy-arrow {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}

.tippy-tooltip.light-theme {
    color: #333;
    font-weight: 500;
    font-size: 14px;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    padding: 6px 12px;
    background-color: #fff;
}

/* Light */
.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme .tippy-arrow {
    border-top-color: #fff;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme .tippy-arrow {
    border-bottom-color: #fff;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme .tippy-arrow {
    border-right-color: #fff;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme .tippy-arrow {
    border-left-color: #fff;
}

.tippy-tooltip.tomato-theme {
    background-color: transparent;
    color: black;
    z-index: 10000;
}

.tippy-tooltip.tomato-theme[data-animatefill] {
    background-color: transparent;
}

.tippy-tooltip.tomato-theme .tippy-backdrop {
    background-color: transparent;
}

/* Affichage des noms au survol*/
.tippy-tooltip.libellenom-theme {
    background-color: white;
    color: black;
    z-index: 10000;
}

.tippy-tooltip.libellenom-theme[data-animatefill] {
    background-color: white;
}

.tippy-tooltip.libellenom-theme .tippy-backdrop {
    background-color: white;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.libellenom-theme .tippy-arrow {
    border-top-color: white;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.libellenom-theme .tippy-arrow {
    border-bottom-color: white;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.libellenom-theme .tippy-arrow {
    border-right-color: white;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.libellenom-theme .tippy-arrow {
    border-left-color: white;
}


.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}

/* -------------------------------------------------------------- */
/* 03. Layouts
----------------------------------------------------------------- */


.is_fixed {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.04), 0 6px 12px rgba(0, 0, 0, 0.02);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.04), 0 6px 12px rgba(0, 0, 0, 0.02);
    background-color: rgba(255, 255, 255, 0.9);
    border: 0;
}


@media (max-width: 1100px) {
    header {
        min-height: 67px !important;
        height: auto;
        position: fixed !important;
        background: #fff;
        margin-top: -2px;
    }

    header .header_inner {
        display: block;
        padding: 20px;
    }

    header .header_inner .left-side {
        display: block;
        width: 100%;
    }

    header .header_inner .left-side #logo {
        margin-left: 45px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    header .header_inner .left-side #logo img {
        max-width: 80px;
    }

    header .header_inner .left-side #logo img.logo_inverse {
        display: none;
    }

    header .header_inner .left-side .triger {
        display: block;
    }

    header .header_inner .left-side .header_search {
        display: none;
    }

    header .header_inner .right-side {
        position: absolute;
        right: 20px;
        top: 17px;
    }

    header .header_inner .right-side .header-links-item {
        padding: 7px;
        margin: 0;
    }

    header .header_menu ul li a:after,
    header .header_menu ul ul li a:after {
        content: '\e930';
        margin-top: 7px;
        line-height: 13px;
        position: absolute;
        right: 20px;
        color: #585858;
        font-size: 20px;
    }

    .header_dropdown {
        left: auto !important;
        right: -20px !important;
        width: 100vw;
        max-width: 400px !important;
    }
}


/* tragger */
.btn-mobile {
    border-radius: 5px;
    width: 40px;
    height: 40px;
    position: relative;
}

.btn-mobile::before {
    font-family: "Feather-Icons";
    font-size: 22px;
    content: '\ea02';
    line-height: 30px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}

/* tragger */
.btn-night-mode {
    border-radius: 5px;
    width: 35px;
    height: 35px;
    position: relative;
    background-color: #f0f2f5;
    border-radius: 100%;
    margin-left: auto;
}

.btn-night-mode::before {
    font-family: "unicons";
    font-size: 22px;
    content: '\ea99';
    line-height: 30px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}

/* tragger */
.dark .btn-night-mode {
    background-color: #475167;
}

.dark .btn-night-mode ::before {
    content: '\eae6';
}


@media (max-width: 768px) {
    .market-list .item-media {
        height: 150px;
    }
}

/* ---------------------------------- */
/* catagroy  card
------------------------------------- */
.group-catagroy-card {
    /* background-color: #ffffff; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    /* box-shadow: 0px 0px 14px -8px black; */
    overflow: hidden;
    height: 135px;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.group-catagroy-card:before {
    position: absolute;
    content: '';
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 29%;
    opacity: 0.5;
    border-radius: inherit;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(60%, #2b2b2b));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #2b2b2b 60%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(66%, #2b2b2b));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #2b2b2b 66%);
    background-blend-mode: color-burn;
}

.group-catagroy-card-content {
    position: relative;
    width: 100%;
    padding: 12px 13px;
    z-index: 2;
}

.group-catagroy-card-content h4 {
    margin-bottom: 0;
    color: white;
    font-size: 16px;
}

.story-modal {
    max-width: 990px !important;
    min-height: 87vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.story-modal .story-modal-media {
    max-width: 660px;
}

.story-modal .story-content {
    height: 70vh;
}

@media (max-width: 1024px) {
    .story-modal {
        min-height: 100vh;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100% !important;
    }

    .story-modal .story-modal-media {
        max-width: 660px;
        min-height: 420px;
        position: relative;
    }

    .story-modal .story-modal-media img {
        position: absolute;
    }
}

.align-right {
    right: 0;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.horizontal-center {
    margin: 0;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.logo_princ {
    width: 100%;
    height: inherit;
    display: inline-flex;
    padding: 5px;
}

.logo_princ img {
    width: 100%;
    height: inherit;
}

.logo_princ span {
    color: white;
    font-size: 0.7rem;
    font-weight: bold;

    margin-left: 10px;
}


input[type="checkbox"] {
    display: flex;
    width: 16px;
    height: 16px;
}

.form-check-label {
    margin-left: 5px;
    vertical-align: middle;
}

.form-check {
    position: relative;
    display: flex !important;
}

.form-check label {
    display: flex;
    left: 20px;
}


#loader_panier {

    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: none;
    background-color: white;
    opacity: 0.7;
}

#loader_panier img {

    position: relative;
    width: 128px;
    height: 128px;
    margin: auto;
}

.tiny-popper {
    z-index: 10000;
}