:root {
    --couleur-Background: #ffffff;
    --couleur-body: #868686;
    --couleur-accent: #9ab968;
}

/*==========================================================================
1.0 RESET BROWSER
========================================================================== */
body {
    max-width: 100%;
    overflow-x: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
ul, ol {
    margin: 0;
    padding-left: 23px;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
p {
    margin-bottom: 20px;
}
i.fa,
span.fa {
    font-family: 'FontAwesome', 'sans-serif';
    font-weight: inherit;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.page-links {
    margin-top: 10px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.page-links > span.page-links-title {
    line-height: 44px;
}
.page-links > a,
.page-links > span:not(.page-links-title) {
    color: var(--couleur-body);
    display: inline-block;
    min-width: 43px;
    padding: 0 3px;
    vertical-align: top;
    text-align: center;
    font-size: 16px;
    position: relative;
    line-height: 42px;
    height: 43px;
    border: 1px solid #ebebeb;
    background-color: #ebebeb;
    margin: 3px;
    font-weight: 500;
}
.page-links > span:not(.page-links-title),
.page-links > a:hover {
    color: #fff;
    border-color: var(--couleur-accent );
    background-color: var(--couleur-accent );
}
.more-link {
    display: inline-block;
    margin-top: 15px;
}
.more-link::after {
    content: "\f178";
    font-family: 'FontAwesome', sans-serif;
    margin-left: 5px;
    vertical-align: middle;
}
.post-password-form input[type="submit"]:hover {
    background-color: var(--couleur-accent );
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 2em;
    margin: 0 0 30px;
    position: relative;
    background-color: #f3f3f3;
    color: #111111;
    border-top: 3px solid var(--couleur-accent );
    list-style: none !important;
    width: auto;
    word-wrap: break-word;
}
.woocommerce-error:after, .woocommerce-error:before, .woocommerce-info:after, .woocommerce-info:before, .woocommerce-message:after, .woocommerce-message:before {
    content: "";
    display: table;
}
.woocommerce-error:after, .woocommerce-info:after, .woocommerce-message:after {
    clear: both;
}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
    float: right;
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    background-color: var(--couleur-accent );
    color: #fff;
    font-weight: 600;
}
.woocommerce-error {
    border-color: #f44336;
}
.woocommerce-info {
    border-color: #2196F3;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
}
select::-ms-expand {
    display: none;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus, select:focus {
    outline: none;
}
:focus {
    outline: none;
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
:-moz-placeholder { /* Firefox 18- */
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
::-moz-placeholder { /* Firefox 19+ */
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
.added_to_cart.disabled,
.added_to_cart:disabled,
.button.disabled,
.button:disabled,
button.disabled,
button:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled {
    opacity: 0.65 !important;
    cursor: not-allowed;
}
.mc4wp-response .mc4wp-alert,
.return-message {
    line-height: 20px;
    padding: 10px;
    margin-top: 15px;
    text-align: left;
    background: #fff;
}
.mc4wp-response .mc4wp-alert.mc4wp-error {
    color: #f44336;
    background-color: #f8d7da;
}
.mc4wp-response .mc4wp-alert.mc4wp-success {
    color: var(--couleur-accent );
    background-color: #d4edda;
}
.mc4wp-response .mc4wp-alert p:last-child {
    margin-bottom: 0;
}
/*----------------------------
1.1 CUSTOM COLUMN
--------------------------------*/
/*----------------------------
AUTO CLEAR
--------------------------------*/
@media (min-width: 1200px) {
    .auto-clear .vc_col-lg-1:nth-child(12n+1), .auto-clear .vc_col-lg-2:nth-child(6n+1), .auto-clear .vc_col-lg-15:nth-child(5n+1), .auto-clear .vc_col-lg-3:nth-child(4n+1), .auto-clear .vc_col-lg-4:nth-child(3n+1), .auto-clear .vc_col-lg-6:nth-child(odd) {
        clear: both;
    }
}
@media (min-width: 1500px) {
    .auto-clear .col-bg-1:nth-child(12n+1), .auto-clear .col-bg-2:nth-child(6n+1), .auto-clear .col-bg-15:nth-child(5n+1), .auto-clear .col-bg-3:nth-child(4n+1), .auto-clear .col-bg-4:nth-child(3n+1), .auto-clear .col-bg-6:nth-child(odd) {
        clear: both;
    }
}
@media (min-width: 1200px) and (max-width: 1499px) {
    .auto-clear .col-lg-1:nth-child(12n+1), .auto-clear .col-lg-2:nth-child(6n+1), .auto-clear .col-lg-15:nth-child(5n+1), .auto-clear .col-lg-3:nth-child(4n+1), .auto-clear .col-lg-4:nth-child(3n+1), .auto-clear .col-lg-6:nth-child(odd) {
        clear: both;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .auto-clear .vc_col-md-1:nth-child(12n+1), .auto-clear .vc_col-md-2:nth-child(6n+1), .auto-clear .vc_col-md-15:nth-child(5n+1), .auto-clear .vc_col-md-3:nth-child(4n+1), .auto-clear .vc_col-md-4:nth-child(3n+1), .auto-clear .vc_col-md-6:nth-child(odd), .auto-clear .col-md-1:nth-child(12n+1), .auto-clear .col-md-2:nth-child(6n+1), .auto-clear .col-md-15:nth-child(5n+1), .auto-clear .col-md-3:nth-child(4n+1), .auto-clear .col-md-4:nth-child(3n+1), .auto-clear .col-md-6:nth-child(odd) {
        clear: both;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .auto-clear .vc_col-sm-1:nth-child(12n+1), .auto-clear .vc_col-sm-2:nth-child(6n+1), .auto-clear .vc_col-sm-15:nth-child(5n+1), .auto-clear .vc_col-sm-3:nth-child(4n+1), .auto-clear .vc_col-sm-4:nth-child(3n+1), .auto-clear .vc_col-sm-6:nth-child(odd), .auto-clear .col-sm-1:nth-child(12n+1), .auto-clear .col-sm-2:nth-child(6n+1), .auto-clear .col-sm-15:nth-child(5n+1), .auto-clear .col-sm-3:nth-child(4n+1), .auto-clear .col-sm-4:nth-child(3n+1), .auto-clear .col-sm-6:nth-child(odd) {
        clear: both;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .auto-clear .col-xs-1:nth-child(12n+1), .auto-clear .col-xs-2:nth-child(6n+1), .auto-clear .col-xs-15:nth-child(5n+1), .auto-clear .col-xs-3:nth-child(4n+1), .auto-clear .col-xs-4:nth-child(3n+1), .auto-clear .col-xs-6:nth-child(odd) {
        clear: both;
    }
}
@media (max-width: 479px) {
    .auto-clear .col-ts-1:nth-child(12n+1), .auto-clear .col-ts-2:nth-child(6n+1), .auto-clear .col-ts-15:nth-child(5n+1), .auto-clear .col-ts-3:nth-child(4n+1), .auto-clear .col-ts-4:nth-child(3n+1), .auto-clear .col-ts-6:nth-child(odd) {
        clear: both;
    }
}
@media (max-width: 767px) {
    .auto-clear .vc_col-xs-1:nth-child(12n+1), .auto-clear .vc_col-xs-2:nth-child(6n+1), .auto-clear .vc_col-xs-15:nth-child(5n+1), .auto-clear .vc_col-xs-3:nth-child(4n+1), .auto-clear .vc_col-xs-4:nth-child(3n+1), .auto-clear .vc_col-xs-6:nth-child(odd) {
        clear: both;
    }
}
/*-----------------------CUSTOM 5 COLUMNS---------------------------*/
.col-bg-15,
.col-bg-25,
.col-bg-35,
.col-bg-45,
.col-lg-15,
.col-lg-25,
.col-lg-35,
.col-lg-45,
.col-md-15,
.col-md-25,
.col-md-35,
.col-md-45,
.col-sm-15,
.col-sm-25,
.col-sm-35,
.col-sm-45,
.col-xs-15,
.col-xs-25,
.col-xs-35,
.col-xs-45,
.col-ts-15,
.col-ts-25,
.col-ts-35,
.col-ts-45 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
@media (max-width: 479px) {
    .col-ts-15,
    .col-ts-25,
    .col-ts-35,
    .col-ts-45 {
        float: left;
    }
    .col-ts-15 {
        width: 20%;
    }
    .col-ts-25 {
        width: 40%;
    }
    .col-ts-35 {
        width: 60%;
    }
    .col-ts-45 {
        width: 80%;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .col-xs-15,
    .col-xs-25,
    .col-xs-35,
    .col-xs-45 {
        float: left;
    }
    .col-xs-15 {
        width: 20%;
    }
    .col-xs-25 {
        width: 40%;
    }
    .col-xs-35 {
        width: 60%;
    }
    .col-xs-45 {
        width: 80%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .col-sm-15,
    .col-sm-25,
    .col-sm-35,
    .col-sm-45 {
        float: left;
    }
    .col-sm-15 {
        width: 20%;
    }
    .col-sm-25 {
        width: 40%;
    }
    .col-sm-35 {
        width: 60%;
    }
    .col-sm-45 {
        width: 80%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-15,
    .col-md-25,
    .col-md-35,
    .col-md-45 {
        float: left;
    }
    .col-md-15 {
        width: 20%;
    }
    .col-md-25 {
        width: 40%;
    }
    .col-md-35 {
        width: 60%;
    }
    .col-md-45 {
        width: 80%;
    }
}
@media (min-width: 1200px) and (max-width: 1499px) {
    .col-lg-15,
    .col-lg-25,
    .col-lg-35,
    .col-lg-45 {
        float: left;
    }
    .col-lg-15 {
        width: 20%;
    }
    .col-lg-25 {
        width: 40%;
    }
    .col-lg-35 {
        width: 60%;
    }
    .col-lg-45 {
        width: 80%;
    }
}
@media (min-width: 1500px) {
    .col-bg-15,
    .col-bg-25,
    .col-bg-35,
    .col-bg-45 {
        float: left;
    }
    .col-bg-15 {
        width: 20%;
    }
    .col-bg-25 {
        width: 40%;
    }
    .col-bg-35 {
        width: 60%;
    }
    .col-bg-45 {
        width: 80%;
    }
}
/*-----------------------
CUSTOM COL > 1500
---------------------------*/
@media (min-width: 1500px) {
    .col-bg-1, .col-bg-10, .col-bg-11, .col-bg-12, .col-bg-2, .col-bg-3, .col-bg-4, .col-bg-5, .col-bg-6, .col-bg-7, .col-bg-8, .col-bg-9 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px
    }
    .col-bg-1, .col-bg-2, .col-bg-3, .col-bg-4, .col-bg-5, .col-bg-6, .col-bg-7, .col-bg-8, .col-bg-9, .col-bg-10, .col-bg-11, .col-bg-12 {
        float: left;
    }
    .col-bg-12 {
        width: 100%;
    }
    .col-bg-11 {
        width: 91.66666667%;
    }
    .col-bg-10 {
        width: 83.33333333%;
    }
    .col-bg-9 {
        width: 75%;
    }
    .col-bg-8 {
        width: 66.66666667%;
    }
    .col-bg-7 {
        width: 58.33333333%;
    }
    .col-bg-6 {
        width: 50%;
    }
    .col-bg-5 {
        width: 41.66666667%;
    }
    .col-bg-4 {
        width: 33.33333333%;
    }
    .col-bg-3 {
        width: 25%;
    }
    .col-bg-2 {
        width: 16.66666667%;
    }
    .col-bg-1 {
        width: 8.33333333%;
    }
}
/*-----------------------
CUSTOM COL < 480
---------------------------*/
@media (max-width: 479px) {
    .col-ts-1, .col-ts-10, .col-ts-11, .col-ts-12, .col-ts-2, .col-ts-3, .col-ts-4, .col-ts-5, .col-ts-6, .col-ts-7, .col-ts-8, .col-ts-9 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-ts-1, .col-ts-2, .col-ts-3, .col-ts-4, .col-ts-5, .col-ts-6, .col-ts-7, .col-ts-8, .col-ts-9, .col-ts-10, .col-ts-11 {
        float: left;
    }
    .col-ts-12 {
        width: 100%;
    }
    .col-ts-11 {
        width: 91.66666667%;
    }
    .col-ts-10 {
        width: 83.33333333%;
    }
    .col-ts-9 {
        width: 75%;
    }
    .col-ts-8 {
        width: 66.66666667%;
    }
    .col-ts-7 {
        width: 58.33333333%;
    }
    .col-ts-6 {
        width: 50%;
    }
    .col-ts-5 {
        width: 41.66666667%;
    }
    .col-ts-4 {
        width: 33.33333333%;
    }
    .col-ts-3 {
        width: 25%;
    }
    .col-ts-2 {
        width: 16.66666667%;
    }
    .col-ts-1 {
        width: 8.33333333%;
    }
}
/*-------------------------
ROWS SPACE
-----------------------------*/
.rows-space-0 {
    margin-bottom: 0;
}
.rows-space-10 {
    margin-bottom: 10px;
}
.rows-space-20 {
    margin-bottom: 20px;
}
.rows-space-30 {
    margin-bottom: 30px;
}
.rows-space-40 {
    margin-bottom: 40px;
}
.rows-space-50 {
    margin-bottom: 50px;
}
.rows-space-60 {
    margin-bottom: 60px;
}
.rows-space-70 {
    margin-bottom: 70px;
}
.rows-space-80 {
    margin-bottom: 80px;
}
.rows-space-90 {
    margin-bottom: 90px;
}
.rows-space-100 {
    margin-bottom: 100px;
}
@media (max-width: 1199px) {
    .rows-space-30,
    .rows-space-40,
    .rows-space-50,
    .rows-space-60,
    .rows-space-70,
    .rows-space-80,
    .rows-space-90,
    .rows-space-100 {
        margin-bottom: 20px;
    }
}
.owl-slick .row-item [class^="rows-space-"],
.owl-slick .row-item [class*=" rows-space-"] {
    vertical-align: top;
}
.owl-slick .row-item:last-child [class^="rows-space-"],
.owl-slick .row-item:last-child [class*=" rows-space-"] {
    margin-bottom: 0;
}
/*---------------------------
1.2 VISUAL COMPOSER
-----------------------------*/
.vc_col-has-fill > div.vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > div.vc_column-inner,
section.vc_section.vc_section-has-fill,
section.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
section.vc_section.vc_section-has-fill + .vc_section {
    padding-top: 0;
}
body .wpb_button, body .wpb_content_element,
body ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0;
}
.vc_row-no-padding .vc_inner {
    margin-left: -15px;
    margin-right: -15px;
}
div.vc_row.vc_row-no-padding .vc_inner {
    margin-left: -15px;
    margin-right: -15px;
}
div.vc_row.vc_row-no-padding .vc_inner .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
}
.vc_separator * {
    display: block;
}
div.vc_separator .vc_sep_holder {
    height: auto;
}
div.vc_separator .vc_sep_holder .vc_sep_line {
    height: auto;
    top: auto;
}
@media (max-width: 1199px) {
    .vc_custom_heading br,
    .wpb_text_column br {
        display: none;
    }
}
/*----------------------------
1.2 WORDPRESS DATA SAMPLE
--------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}
img.alignnone {
    margin: 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: var(--couleur-Background);
    max-width: 100%; /* Image does not overflow the content area */
    padding: 5px 0;
    text-align: center;
    margin: 0;
}
.wp-caption.alignnone {
    margin: 0 20px 20px 0;
    clear: both;
}
.wp-caption.alignleft {
    margin: 0 20px 20px 0;
}
.wp-caption.alignright {
    margin: 0 0 20px 20px;
}
.wp-caption.aligncenter {
    margin: 0 auto;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption .wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    padding: 10px 4px 5px;
    margin: 0 !important;
}
iframe {
    max-width: 100% !important;
}
.wp-block-button {
    margin-top: 15px;
    margin-bottom: 15px;
}
.post-content .wp-block-cover {
    margin-bottom: 30px;
}
.post-content .wp-block-media-text.has-background,
.post-content .wp-block-calendar,
.post-content .wp-block-archives,
.post-content .wp-block-gallery {
    margin-bottom: 20px;
}
.post-content .wp-block-gallery {
    margin-top: 10px;
}
.post-content .wp-block-group.has-background {
    padding: 20px;
    margin-bottom: 20px;
}
.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0;
}
/*----------------------------
GALLERY
------------------------------*/
/*----------------------------
GALLERY
------------------------------*/
.gallery {
    margin-left: -10px;
    margin-right: -10px;
}
.gallery:after {
    display: table;
    content: "";
    clear: both;
}
.gallery-caption {
    color: #707070;
    display: block;
    font-size: 12px;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery-item {
    margin: 0;
    float: left;
    padding: 10px;
    font-style: italic;
    color: #666;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%;
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
@media (min-width: 1200px) {
    .gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) {
        clear: both;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .main-container:not(.no-sidebar) .gallery .gallery-item {
        min-width: 25%;
    }
    .main-container.no-sidebar .gallery-columns-2 .gallery-item:nth-child(2n+1), .main-container.no-sidebar .gallery-columns-3 .gallery-item:nth-child(3n+1), .main-container.no-sidebar .gallery-columns-4 .gallery-item:nth-child(4n+1), .main-container.no-sidebar .gallery-columns-5 .gallery-item:nth-child(5n+1), .main-container.no-sidebar .gallery-columns-6 .gallery-item:nth-child(6n+1), .main-container.no-sidebar .gallery-columns-7 .gallery-item:nth-child(7n+1), .main-container.no-sidebar .gallery-columns-8 .gallery-item:nth-child(8n+1), .main-container.no-sidebar .gallery-columns-9 .gallery-item:nth-child(9n+1), .main-container:not(.no-sidebar) .gallery-columns-2 .gallery-item:nth-child(2n+1), .main-container:not(.no-sidebar) .gallery-columns-3 .gallery-item:nth-child(3n+1), .main-container:not(.no-sidebar) .gallery:not(.gallery-columns-2):not(.gallery-columns-3) .gallery-item:nth-child(4n+1) {
        clear: both;
    }
}
@media (max-width: 991px) {
    .gallery .gallery-item {
        min-width: 25%;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery:not(.gallery-columns-2):not(.gallery-columns-3) .gallery-item:nth-child(4n+1) {
        clear: both;
    }
}
@media (max-width: 767px) {
    .gallery .gallery-item {
        min-width: 33.33%;
    }
}
@media (max-width: 767px) and (min-width: 480px) {
    .gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery:not(.gallery-columns-2) .gallery-item:nth-child(3n+1) {
        clear: both;
    }
}
@media (max-width: 479px) {
    .gallery .gallery-item {
        min-width: 50%;
    }
    .gallery .gallery-item:nth-child(2n+1) {
        clear: both;
    }
}
@media (max-width: 320px) {
    .gallery-columns-1 .gallery-caption,
    .gallery-columns-2 .gallery-caption,
    .gallery-columns-3 .gallery-caption,
    .gallery-columns-4 .gallery-caption,
    .gallery-columns-5 .gallery-caption {
        display: none;
    }
}
.bypostauthor {
    color: inherit;
}
.sticky {
    color: inherit;
}
article.sticky .post-title a::before {
    font-family: 'FontAwesome', sans-serif;
    content: "\f097";
    font-size: 30px;
    padding-right: 10px;
    color: var(--couleur-accent );
}
.post-title,
.widget {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.widget select {
    width: 100%;
}
.widget_rss cite {
    color: #000000;
}
.widget_rss .rss-date {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #b7b7b7;
}
.widget_product_tag_cloud .tagcloud a,
.widget_tag_cloud .tagcloud a {
    display: inline-block;
    margin: 0 3px 7px 0;
    padding: 1px 20px 0;
    font-size: 14px !important;
    line-height: 26px;
    border: 1px solid #e4e6ec;
    text-align: center;
    color: inherit;
}
.widget_product_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:hover {
    border-color: var(--couleur-accent );
    color: var(--couleur-accent );
}
.widget_calendar .calendar_wrap tr,
.widget_calendar .calendar_wrap td {
    padding: 0;
    text-align: center;
}
.widget_calendar .calendar_wrap #today {
    color: #f44336;
}
.widget_tag_cloud a {
    font-size: 24px;
}
/*widget_shopping_cart*/
.widget_shopping_cart .widget_shopping_cart_content {
    padding-top: 19px;
}
.widget_shopping_cart .product_list_widget {
    padding-left: 0;
    list-style: none;
}
.widget_shopping_cart .product_list_widget li {
    position: relative;
}
.widget_shopping_cart .product_list_widget li .variation {
    display: none;
}
.widget_shopping_cart .product_list_widget li.mini_cart_item {
    padding: 0 20px 19px 0;
    overflow: hidden;
    color: #000000;
    font-size: 16px;
}
.widget_shopping_cart .product_list_widget img {
    float: left;
    max-width: 80px;
    margin-right: 20px;
}
.widget_shopping_cart .product_list_widget li > a {
    display: block;
}
.widget_shopping_cart .product_list_widget li a:not(.remove) {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
}
.widget_shopping_cart .product_list_widget li a:not(.remove):not(:hover) {
    color: #000000;
}
.widget_shopping_cart .product_list_widget li .quantity {
    font-size: 14px;
    line-height: 22px;
    color: var(--couleur-body);
}
.widget_shopping_cart .product_list_widget li .remove_from_cart_button {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 0;
    width: auto !important;
}
.widget_shopping_cart .product_list_widget li .remove_from_cart_button:not(:hover) {
    color: #ccc;
}
.widget_shopping_cart .product_list_widget li .remove_from_cart_button::before {
    content: "\f014";
    font-family: 'FontAwesome', sans-serif;
    font-size: 15px;
}
/*=====*/
.widget_shopping_cart .woocommerce-mini-cart__total {
    margin-bottom: 0;
    padding: 15px 0 15px;
    color: #333;
    overflow: hidden;
}
.widget_shopping_cart .woocommerce-mini-cart__total strong {
    font-size: 15px;
    color: #999;
}
.widget_shopping_cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
    font-size: 18px;
    color: var(--couleur-accent );
    font-weight: 600;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons {
    margin-bottom: 0;
    padding: 0 0 19px;
    overflow: hidden;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    background-color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    float: left;
    color: #333;
    border: 1px solid #f1f1f1;
    min-width: 140px;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button:hover {
    color: #fff;
    background-color: var(--couleur-accent );
    border-color: transparent;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout {
    color: #fff;
    background-color: var(--couleur-accent );
    border-color: transparent;
    float: right;
    min-width: 0;
}
/*.product_list_widget*/
.product_list_widget li > a {
    display: inline-block;
    width: 100%;
    margin-bottom: 4px;
}
.product_list_widget li > a img {
    max-width: 70px;
    float: left;
    margin-right: 10px;
}
.product_list_widget li .product-title {
    font-size: 15px;
    line-height: 22px;
}
/*widget_media_image*/
#widget-area .widget.widget_media_image {
    border: none;
    padding: 0;
}
#widget-area .widget_media_image {
    overflow: hidden;
    display: table;
    position: relative;
}
#widget-area .widget_media_image a {
    display: block;
}
#widget-area .widget_media_image a::before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    top: 6px;
    bottom: 6px;
    -webkit-transition: left 0.25s, right 0.25s ease 0s;
    -moz-transition: left 0.25s, right 0.25s ease 0s;
    -o-transition: left 0.25s, right 0.25s ease 0s;
    transition: left 0.25s, right 0.25s ease 0s;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    z-index: 1;
}
#widget-area .widget_media_image:hover a::before {
    left: 10px;
    right: 10px;
}
#widget-area .widget_media_image a::after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 6px;
    right: 6px;
    z-index: 1;
    -webkit-transition: top 0.25s, bottom 0.25s ease 0s;
    -moz-transition: all 0.25s, bottom 0.25s ease 0s;
    -o-transition: all 0.25s, bottom 0.25s ease 0s;
    transition: all 0.25s, bottom 0.25s ease 0s;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
}
#widget-area .widget_media_image:hover a::after {
    top: 6px;
    bottom: 6px;
}
/*.widget_media_gallery*/
.widget_media_gallery .gallery {
    margin-left: -5px;
    margin-right: -5px;
}
.widget_media_gallery .gallery-item {
    padding: 5px;
}
/*.product_list_widget*/
.product_list_widget {
    padding-left: 0;
    list-style: none;
}
.product_list_widget li:not(.mini_cart_item) {
    position: relative;
}
.product_list_widget li:not(.mini_cart_item) img {
    float: left;
    max-width: 81px;
    margin-right: 15px;
    border: 1px solid #dbdbdb;
}
.product_list_widget li > a {
    display: block;
}
.product_list_widget li:not(.mini_cart_item) > a:not(:hover) {
    color: #000000;
}
.product_list_widget li:not(.mini_cart_item) .product-title {
    display: block;
    margin-bottom: 5px;
}
.product_list_widget li:not(.mini_cart_item) del .woocommerce-Price-amount {
    vertical-align: middle;
}
/*woocommerce-widget-layered-nav-dropdown*/
#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 5px;
}
#widget-area .widget .select2-container .select2-search--inline {
    padding: 0;
}
#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: none;
    color: #fff;
    background-color: var(--couleur-accent );
    display: inline-block;
    width: auto;
}
#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}
/*woocommerce-widget-layered-nav*/
#widget-area .widget_categories > ul,
#widget-area .widget_product_categories .product-categories,
#widget-area .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list {
    margin-top: -8px;
    padding-bottom: 0 !important;
}

/*---------------------------
1.4 LOADING AJAX
-------------------------------*/
.loading-lazy {
    position: relative;
    display: block;
}
.furgan-accordion.loading, .tab-container.loading {
    position: relative;
    cursor: wait;
}
.loading-lazy::after, .furgan-accordion.loading::before, .furgan-accordion.loading::after, .tab-container.loading::before, .tab-container.loading::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 8;
}
.furgan-accordion.loading::before, .tab-container.loading::before {
    background: rgba(255, 255, 255, 0.8);
}
.loading-lazy::after, .furgan-accordion::after, .tab-container.loading::after {
    width: 40px;
    height: 40px;
    margin: auto;
    border: 3px solid #ccc;
    border-top-color: #000000;
    border-radius: 50%;
    -webkit-animation: fa-spin 2s infinite linear;
    -o-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}
@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

/* ==========================================================================
2.0 DEFAULT SETTING
========================================================================== */
html, body {
    font-family: 'Jost', sans-serif;
    font-size: 16px !important;
    line-height: 1.7 !important;
    /*color: var(--couleur-body);*/
    color: #333333 !important;
}
label {
    font-weight: 500;
    color: #000000;

}
a, body .vc_custom_heading a {
    color: #000000;
    text-decoration: none;
    -webkit-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
    -moz-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
    -o-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
    transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;

    /* MAH */
    border-radius: 4px !important;
    /* Fin MAH */

}
a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
    color: var(--couleur-accent );
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    color: #000000;
    margin-top: 12px;
    margin-bottom: 18px;
}
blockquote, q {
    color: #333;
    font-style: italic;
    font-size: 20px;
    line-height: 26px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    margin-top: 15px;
    margin-bottom: 25px;
    border: none;
    background: #f3f3f3;
    display: block;
}
blockquote cite,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
    font-size: 12px;
    text-transform: uppercase !important;
    font-weight: 700;
    color: #000000;
}
blockquote::before,
q::before {
    content: url('../images/quote.png');
    display: block;
    margin-bottom: 8px;
}
dt, dd {
    line-height: 30px;
}
/* =========================================================================
2.1 FORM THEME
============================================================================ */
input[type="number"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea,
select {
    border: 1px solid #ebebeb;
    padding: 0 20px;
    max-width: 100%;
    font-size: 16px;
    color: var(--couleur-body);
    height: 42px;
    line-height: 42px;
}
textarea {
    display: block;
    line-height: 26px;
    padding: 15px 20px;
    height: auto;
    width: 100%;
}
select {
    padding: 0 33px 0 15px;
    background: url(../images/select-arrow.png) center right no-repeat;
}
button, input[type="submit"], input[type="button"] {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--couleur-Background);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: #1b1b1b;
    border: none;
    border-radius: 4px !important;
    font-size: 12px !important;
    line-height: 42px !important;
    -webkit-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
    -moz-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
    -o-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
    transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
}
/* ==========================================================================
2.2 TABLE THEME
============================================================================ */
table {
    border: 1px solid #ebebeb;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    width: 100%;
    margin-bottom: 20px;
}
table thead {
    background-color: #f8f8f8;
}
th, td {
    border: 1px solid #ebebeb;
    padding: 10px;
}
@media (max-width: 991px) {
    th, td {
        padding: 5px;
    }
}
/* ==========================================================================
2.3 CONTAINER THEME
============================================================================ */
.container {
    max-width: 100%;
}
@media (min-width: 1280px) {
    .container {
        width: 1200px;
    }
}
@media (max-width: 1199px) {
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    ul.products > [class^="col-"],
    ul.products > [class*="col-"],
    .row > [class^="col-"],
    .row > [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 480px) {
    .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    ul.products > [class^="col-"],
    ul.products > [class*="col-"],
    .row > [class^="col-"],
    .row > [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }
}
/* ==========================================================================
2.4 SLICK SLIDER
============================================================================ */
.slick-arrow {
    cursor: pointer;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    z-index: 2;
}
/*center*/
.owl-slick .slick-arrow {
    font-size: 25px;
    color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
}
.owl-slick:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}
.owl-slick .slick-arrow:hover {
    color: var(--couleur-accent );
}
.owl-slick .slick-arrow.prev {
    left: -40px;
}
.owl-slick .slick-arrow.next {
    right: -40px;
}
/*top-right*/
.furgan-products.style-06 .owl-slick .slick-arrow {
    text-align: center;
    font-size: 22px;
    color: #000;
    position: absolute;
    top: -58px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 3;
    opacity: 1;
    visibility: visible;
}
.furgan-products.style-06 .owl-slick .slick-arrow:hover {
    color: var(--couleur-accent );
}
.furgan-products.style-06 .owl-slick .slick-arrow.prev {
    right: 40px;
    left: auto;
}
.furgan-products.style-06 .owl-slick .slick-arrow.next {
    right: 0;
}
/*center-left*/
.furgan-products.style-03 .owl-slick .slick-arrow {
    font-size: 18px;
    opacity: 1;
    visibility: visible;
    border-radius: 50%;
    background-color: #474747;
    color: #fff;
    height: 30px;
    line-height: 30px;
    width: 30px;
}
.furgan-products.style-03 .owl-slick .slick-arrow:hover {
    background-color: var(--couleur-accent );
    color: #fff;
}
.furgan-products.style-03 .owl-slick .slick-arrow.prev {
    margin-top: -20px;
    right: -45px;
    left: auto;
}
.furgan-products.style-03 .owl-slick .slick-arrow.next {
    margin-top: 20px;
    right: -45px;
}
/*.slick-dots*/
.slick-dots {
    padding-left: 0;
    list-style: none;
    text-align: center;
    height: 22px;
    margin-top: 40px;
    position: relative;
}
.slick-dots:empty {
    display: none;
}
.slick-dots li {
    display: inline-block;
    padding: 5px;
    height: 19px;
}
.slick-dots li button {
    font-size: 0;
    width: 9px;
    height: 9px;
    padding: 0;
    position: relative;
    background-color: #b2b2b2;
    border-radius: 12px;
}
.slick-dots li button:hover {
    background-color: var(--couleur-accent );
}
.slick-dots li.slick-active button {
    background-color: var(--couleur-accent );
    width: 30px;
}
.dots-light .slick-dots li.slick-active button,
.dots-light .slick-dots li button:hover,
.dots-light .slick-dots li button {
    background-color: #fff;
}
.slick-vertical {
    padding-right: 45px;
}
.slick-vertical .slick-dots li.slick-active {
    height: 40px;
}
.slick-vertical .slick-dots li button {
    background-color: #fff;
}
.slick-vertical .slick-dots li.slick-active button {
    width: 9px;
    height: 30px;
    background-color: #fff;
}
.slick-vertical .slick-dots {
    margin-top: 0 !important;
    height: auto;
    position: absolute;
    right: 0;
    top: 15px;
}
.slick-vertical .slick-dots li {
    display: block;
}
@media (max-width: 1199px) {
    .slick-dots {
        margin-top: 25px;
    }
}
@media (max-width: 1024px) {
    .owl-slick .slick-arrow {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .slick-vertical {
        padding-right: 25px;
    }
}
@media (max-width: 767px) {
    .slick-dots {
        margin-top: 15px;
    }
}
/* ==========================================================================
3.0 HEADER THEME
============================================================================ */
/* ==========================================================================
3.1 HEADER TOP
============================================================================ */
.header-top-inner {
    display: table;
    width: 100%;
    padding: 12px 0;
}
.header-top-inner::before,
.header-top-inner::after {
    content: '';
    display: table;
}
.header-top-inner::after {
    clear: both;
}
.header-top-inner > * {
    display: table-cell;
    vertical-align: middle;
}
.header-top-inner ul {
    padding-left: 0;
    list-style: none;
    margin-left: -4px;
    margin-right: -4px;
}
.header-top-inner .top-bar-menu > .menu-item {
    display: inline-block;
    position: relative;
    text-align: left;
    line-height: 36px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 4px;
}
.header-top-inner .top-bar-menu > .menu-item a {
    color: inherit;
}
.header-top-inner .top-bar-menu.left > .menu-item a::before {
    font-family: 'FontAwesome', sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin-right: 7px;
    vertical-align: top;
}
.header-top-inner .top-bar-menu.left > .menu-item.email {
    margin-right: 15px;
}
.header-top-inner .top-bar-menu.left > .menu-item.email a::before {
    content: '\f003';
    position: relative;
    top: -1px;
}
.header-top-inner .top-bar-menu.left > .menu-item.phone a::before {
    content: '\f095';
}
.header-top-inner .top-bar-menu.right {
    text-align: right;
}
.header-top-inner .top-bar-menu.right > .menu-item a {
    background: #fff;
    width: 32px;
    display: flex;
    text-align: center;
    font-size: 15px;
    border-radius: 50%;
    height: 32px;
    align-items: center;
    justify-content: center;
    color: var(--couleur-accent );
}
@media (max-width: 1024px) {
    .header-top {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .header-top {
        display: none;
    }
}
/* ==========================================================================
3.2 HEADER MENU
========================================================================== */
/*menu mobile*/
.block-menu-bar {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}
.block-menu-bar .menu-bar {
    display: block;
    height: 41px;
    line-height: 37px;
    width: 28px;
    padding: 13px 5px 13px 0;
}
.block-menu-bar .menu-bar span {
    width: 100%;
    display: block;
    border-bottom: 2px solid;
}
.block-menu-bar .menu-bar span:not(:last-child) {
    margin-bottom: 4px;
}
.block-menu-bar .menu-bar:hover span {
    background-color: var(--couleur-accent );
}
/*main menu*/
.box-header-nav .main-menu {
    padding: 0;
    list-style: none;
    text-align: center;
}
.block-nav-category ~ .box-header-nav .main-menu {
    padding-left: 10px;
    text-align: left;
}
.box-header-nav .main-menu .menu-item {
    list-style: none;
    position: relative;
}
.box-header-nav .main-menu .menu-item:hover > a {
    color: var(--couleur-accent );
}
.box-header-nav .main-menu > .menu-item > a {
    font-size: 13px;
    font-weight: 700;
    line-height: 60px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
/*sub menu*/
.box-header-nav .main-menu .menu-item .sub-menu {
    padding-left: 0;
    text-align: left;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
    z-index: 999;
}
.box-header-nav .main-menu > .menu-item .sub-menu:not(.megamenu) .menu-item a {
    display: block;
    white-space: nowrap;
    position: relative;
    padding: 8px 15px 8px 0;
    margin: 0 25px;
    border-bottom: 1px solid #f1f1f1;
}
.box-header-nav .main-menu > .menu-item .sub-menu:not(.megamenu) .menu-item:last-child a {
    border-bottom: none;
}
.box-header-nav .main-menu > .menu-item .sub-menu.megamenu {
    padding: 35px 35px;
}
.box-header-nav .main-menu > .menu-item .sub-menu .menu-item::before {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: -webkit-calc(100% + 10px);
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
    height: 100%;
    z-index: -1;
}
.box-header-nav .main-menu > .menu-item .sub-menu .menu-item:hover::before {
    display: block;
}
.box-header-nav .main-menu > .menu-item .sub-menu .menu-item a {
    line-height: 30px;
    display: inline-block;
    position: relative;
}
.box-header-nav .main-menu .menu-item .sub-menu .menu-item a {
    color: var(--couleur-body);
}
.box-header-nav .main-menu .menu-item .sub-menu .menu-item:hover > a {
    color: var(--couleur-accent );
}
.box-header-nav .main-menu .toggle-submenu {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 3px;
    cursor: pointer;
    color: #000000;
}
.box-header-nav .main-menu .menu-item:hover > .toggle-submenu {
    color: var(--couleur-accent );
}
/*horizon menu*/
/*sup menu*/
.box-header-nav .main-menu > .menu-item {
    padding: 0 23px;
    display: inline-block;
    cursor: pointer;
}
.box-header-nav .main-menu > .menu-item.parent::before {
    display: none;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
}
.box-header-nav .main-menu > .menu-item.parent:hover::before {
    display: block;
}
/*sub menu*/
.box-header-nav .main-menu .menu-item .sub-menu {
    position: absolute;
    min-width: 210px;
    background-color: var(--couleur-Background);
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
}
.box-header-nav .main-menu .menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}
.box-header-nav .main-menu > .menu-item > .sub-menu {
    top: 100%;
    left: -1px;
}
.box-header-nav .main-menu > .menu-item:hover > .sub-menu {
    margin-top: 0;
}
.box-header-nav .main-menu > .menu-item > .sub-menu .sub-menu {
    top: 0;
    left: 100%;
}
.box-header-nav .main-menu .sub-menu .menu-item:hover > .sub-menu {
    margin-top: 0;
}
/*.toggle-submenu*/
.box-header-nav .main-menu .menu-item-has-children > a::after {
    vertical-align: top;
    content: '\f107';
    font-family: 'FontAwesome', sans-serif;
    text-align: center;
    font-size: 16px;
    margin-left: 8px;
}
.box-header-nav .main-menu .sub-menu .menu-item-has-children > a::after {
    font-size: 18px;
    content: '\f105';
    position: absolute;
    top: 6px;
    right: 0;
}
.box-header-nav .main-menu > .menu-item.menu-item-right {
    float: right;
    padding-left: 35px;
}
.box-header-nav .main-menu > .menu-item.menu-item-right > a {
    color: var(--couleur-body);
}
.box-header-nav .main-menu > .menu-item.menu-item-right:hover > a {
    color: var(--couleur-accent );
}
.box-header-nav .main-menu .menu-item.menu-item-right > a > span {
    font-size: 24px;
    position: absolute;
    left: -35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 1199px) {
    .box-header-nav .main-menu > .menu-item {
        padding: 0 16px;
    }
}
@media (max-width: 1024px) {
    .box-header-nav .main-menu {
        opacity: 0;
        visibility: hidden;
    }
}

/*===============================================================
9.8 FURGAN CUSTOMMENU
===============================================================*/
.furgan-custommenu .widgettitle {
    margin-top: 0;
}
.furgan-custommenu .menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
.furgan-custommenu .menu .menu-item .icon {
    font-size: 16px;
    width: 26px;
    height: 26px;
    display: inline-block;
    background-color: var(--couleur-accent );
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 24px;
    vertical-align: middle;
}

/*.furgan-custommenu.style-02*/
.furgan-custommenu.style-02 .menu {
    margin: 0 -15px;
}
.furgan-custommenu.style-02 .menu .menu-item {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    padding: 4px 15px;
    position: relative;
}
.furgan-custommenu.style-02 .menu .menu-item:not(:last-child)::before {
    content: '';
    border-left: 1px solid #fff;
    position: absolute;
    right: -1px;
    top: 6px;
    bottom: 8px;
}
.furgan-custommenu.style-02 .menu .menu-item a:not(:hover) {
    color: inherit;
}

@media (max-width: 767px) {
    .furgan-custommenu.style-02 .menu {
        margin: 0 -10px;
    }
    .furgan-custommenu.style-02 .menu .menu-item {
        padding: 4px 10px;
    }
}

/* ==========================================================================
3.3 BLOCK SEARCH
========================================================================== */
.header-search {
    display: inline-block;
    vertical-align: middle;
}
.header-search .link-dropdown {
    font-size: 23px;
    display: block;
    width: 40px;
    line-height: 46px;
    text-align: center;
    margin-top: 7px;
    margin-bottom: 7px;
}
.furgan-live-search-form {
    position: relative;
}
.furgan-live-search-form select {
    border: none;
    border-right: 1px solid #f1f1f1;
}
.furgan-live-search-form .search-box {
    position: relative;
}
.furgan-live-search-form.loading .search-box::before {
    content: '';
    width: 25px;
    height: 25px;
    margin: auto;
    border: 3px solid #ccc;
    border-top-color: var(--couleur-accent );
    border-radius: 50%;
    -webkit-animation: fa-spin 2s infinite linear;
    -o-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    position: absolute;
    top: 11px;
    right: 5px;
    cursor: wait;
}
.furgan-live-search-form .not-results-search,
.furgan-live-search-form .products-search {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
    z-index: 100;
    margin-top: 12px;
}
.furgan-live-search-form .not-results-search {
    padding: 14px 17px;
}
.furgan-live-search-form .suggestion-search {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    padding: 10px 27px;
    color: #ccc;
    line-height: 36px;
}
.furgan-live-search-form .product-search-item {
    overflow: hidden;
    padding: 10px;
}
.furgan-live-search-form .product-search-item:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
}
.furgan-live-search-form .view-all {
    padding: 12px 15px;
    text-align: center;
    width: 100%;
}
.furgan-live-search-form .product-image {
    width: 60px;
    float: left;
}
.furgan-live-search-form .product-title-price {
    overflow: hidden;
    padding-left: 10px;
}
.furgan-live-search-form .product-title {
    font-weight: 600;
}
.furgan-live-search-form .product-price {
    font-size: 15px;
}
.furgan-live-search-form .product-price del {
    font-size: 16px;
    color: var(--couleur-body);
}
.furgan-live-search-form .product-price ins {
    color: var(--couleur-accent );
    float: left;
    margin-right: 5px;
    text-decoration: none;
}
.furgan-live-search-form .txt-livesearch {
    width: 100%;
    padding: 0 17px;
    border: none;
    color: #999;
}
.furgan-live-search-form .keyword-current {
    background-color: var(--couleur-accent );
    color: #fff;
    display: inline-block;
    padding: 0 3px;
}
.block-search-form {
    display: table;
    position: relative;
}
.block-search-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: -1px;
    bottom: 0;
    border: 1px solid #ebebeb;
    z-index: 1;
    pointer-events: none;
}
.block-search-form > * {
    display: table-cell;
    vertical-align: middle;
}
.block-search .form-search .category .chosen-container {
    border-right: 1px solid #ebebeb;
}
.block-search-form .btn-submit {
    font-size: 21px;
    height: 46px;
    line-height: 50px;
    padding: 0 20px;
    position: relative;
    background-color: var(--couleur-accent );
    z-index: 1;
    overflow: hidden;
    font-weight: normal;
}
.search-submit {
    vertical-align: top;
}
.header-control .furgan-dropdown .block-search {
    position: absolute;
    top: 100%;
    right: 0;
    padding: 12px;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    margin-top: 20px;
    text-align: right;
}
.header-control .furgan-dropdown.open .block-search {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.header-control .block-search .form-search .category {
    display: none;
}
/* CHOSEN */
.block-search .search-title {
    display: none;
}
.block-search .form-search .category {
    min-width: 154px;
    max-width: 154px;
    position: relative;
}
.chosen-results > .scroll-element,
.chosen-results > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.chosen-results > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.chosen-results > .scroll-element .scroll-element_track {
    display: none;
}
.chosen-results > .scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.chosen-results > .scroll-element .scroll-bar:hover {
    background-color: var(--couleur-accent );
}
.chosen-results:hover > .scroll-element .scroll-bar,
.chosen-results > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.chosen-results > .scroll-element.scroll-x {
    bottom: 0;
    height: 0;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}
.chosen-results > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 0;
}
/* scrollbar height/width & offset from container borders */
.chosen-results > .scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px;
}
.chosen-results > .scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px;
    border-radius: 7px;
}
.chosen-results > .scroll-element.scroll-x .scroll-element_outer {
    left: 2px;
}
.chosen-results > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}
.chosen-results > .scroll-element.scroll-y .scroll-element_outer {
    top: 2px;
}
.chosen-results > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}
/* update scrollbar offset if both scrolls are visible */
.chosen-results > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}
.chosen-results > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}
.category .chosen-container {
    margin-bottom: 0;
    text-align: left;
    width: 100% !important;
    position: relative;
}
.category .chosen-container-single .chosen-single {
    border: none;
    border-radius: 0;
    padding: 0 31px 0 17px;
    max-width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: transparent;
    height: 46px;
    line-height: 46px;
}
.category .chosen-container-single .chosen-single span {
    margin: 0;
    font-size: 15px;
    color: #999;
}
.category .chosen-container-single .chosen-single div {
    width: 31px;
}
.category .chosen-container-single .chosen-single div b {
    background: none !important;
    position: relative;
}
.category .chosen-container-single .chosen-single div b::before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-width: 6px 5px;
    border-style: solid;
    border-color: #aaa transparent transparent transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
    right: 16px;
}
.category .chosen-container-active.chosen-with-drop .chosen-single {
    border: none;
    background: var(--couleur-Background);
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.category .chosen-container .chosen-drop {
    border-radius: 0;
    background: var(--couleur-Background);
    border: 1px solid #dedede;
    box-shadow: none;
    left: 0;
}
.category .chosen-container li {
    font-size: 15px;
    line-height: 28px;
    color: #888;
    padding: 2px 0 2px 17px;
    position: relative;
    -webkit-transition: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
}
.category .chosen-container .chosen-results {
    padding: 0;
    margin: 0;
    max-height: 224px;
}
.category .chosen-container .chosen-results li.highlighted {
    background: #f6f6f6;
    color: #888;
}
.category .chosen-container-single .chosen-search {
    display: none;
}
/* ==========================================================================
3.4 HEADER CONTROL
========================================================================== */
.header-control {
    text-align: right;
}
.header-control-inner {
    display: inline-block;
}
.meta-woo {
    text-align: right;
}
.meta-woo .block-woo {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    padding-left: 5px;
}
.meta-woo .block-woo .block-link {
    display: block;
    font-size: 23px;
    width: 40px;
    line-height: 46px;
    text-align: center;
    position: relative;
    margin-top: 7px;
    margin-bottom: 7px;
}
.header-top-inner .top-bar-menu .user-icon,
.meta-woo .block-woo .block-link .user-text,
.meta-woo .block-woo .block-link .minicart-text {
    display: none;
}
.meta-woo .block-woo.block-minicart .block-link,
.meta-woo .block-woo.block-wishlist .block-link {
    margin-right: 10px;
}
.meta-woo .block-woo .block-link .count {
    position: absolute;
    top: 3px;
    right: -3px;
    display: inline-block;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    padding: 0 3px;
    border-radius: 20px;
    background-color: var(--couleur-accent );
    font-size: 13px;
    color: var(--couleur-Background);
}
/*block-user*/
.block-user {
    position: relative;
}
.block-user:hover::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 100%;
}
.block-user .sub-menu {
    list-style: none;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 210px;
    z-index: 99;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
    -webkit-transition: margin-top 0.4s ease 0s;
    -moz-transition: margin-top 0.4s ease 0s;
    -o-transition: margin-top 0.4s ease 0s;
    transition: margin-top 0.4s ease 0s;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
}
.block-user .sub-menu {
    padding-left: 0;
    list-style: none;
}
.block-user .sub-menu li {
    margin: 0 25px;
    padding: 8px 0;
    border-bottom: 1px solid #f1f1f1;
}
.block-user .sub-menu li:last-child {
    border-bottom: none;
}
.block-user .sub-menu li a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    white-space: nowrap;
}
.block-user .sub-menu li a:not(:hover) {
    color: #777777;
}
.block-user .furgan-account-top {
    padding: 15px 20px;
    border-bottom: 1px solid #f1f1f1;
    line-height: 1.2;
}
.block-user .furgan-account-title {
    font-size: 16px;
    color: #333;
    font-weight: 600;

    padding-right: 20px;
}
.block-user .furgan-account-title:last-child {
    padding-right: 0;
}
.block-user #customer_login .col-1,
.block-user #customer_login .col-2 {
    border: none;
    min-height: 0;
    width: 100%;
}
.block-user #customer_login .woocommerce-LostPassword,
.block-user #customer_login > div > h2,
.block-user .woocommerce-privacy-policy-text,
.block-user .furgan-account-tabs[data-active="u-column2"] #customer_login .col-1,
.block-user .furgan-account-tabs[data-active="u-column1"] #customer_login .col-2 {
    display: none;
}
.block-user .furgan-account-tabs[data-active="u-column2"] .furgan-account-title:nth-child(1),
.block-user .furgan-account-tabs[data-active="u-column1"] .furgan-account-title:nth-child(2) {
    color: #aaaaaa;
}
.block-user #loginform p,
.block-user #customer_login .form-row {
    margin-bottom: 10px;
}
.block-user #loginform label,
.block-user .form-row > label {
    font-size: 12px;
    margin-bottom: 3px;
    color: #999;
}
.block-user #loginform,
.block-user .woocommerce {
    padding: 15px 20px 7px;
}
.block-user #customer_login > div > .woocommerce-form {
    padding: 0;
}
.block-user .input {
    width: 100%;
}
.block-user #wp-submit {
    margin-top: 8px;
    background-color: var(--couleur-accent );
}
.block-user .woocommerce-error,
.block-user .woocommerce-info,
.block-user .woocommerce-message {
    padding: 10px;
}
/*MINICART*/
.block-minicart .cart_list > .scroll-element,
.block-minicart .cart_list > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.block-minicart .cart_list > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.block-minicart .cart_list > .scroll-element .scroll-element_track {
    display: none;
}
.block-minicart .cart_list > .scroll-element .scroll-bar {
    background-color: #000000;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.block-minicart .cart_list > .scroll-element .scroll-bar:hover {
    background-color: var(--couleur-accent );
}
.block-minicart .cart_list > .scroll-element .scroll-bar,
.block-minicart .cart_list > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.block-minicart .cart_list > .scroll-element.scroll-x {
    bottom: 0;
    height: 0;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}
.block-minicart .cart_list > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 0;
}
/* scrollbar height/width & offset from container borders */
.block-minicart .cart_list > .scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px;
}
.block-minicart .cart_list > .scroll-element.scroll-y .scroll-bar {
    left: -4px;
    min-height: 10px;
    width: 4px;
    border-radius: 4px;
}
.block-minicart .cart_list > .scroll-element.scroll-x .scroll-element_outer {
    left: 2px;
}
.block-minicart .cart_list > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}
.block-minicart .cart_list > .scroll-element.scroll-y .scroll-element_outer {
    top: 2px;
}
.block-minicart .cart_list > .scroll-element.scroll-y .scroll-element_size {
    top: 0;
    left: -3px;
    min-height: 10px;
    width: 2px;
    border-radius: 2px;
    background: #aaa;
}
/* update scrollbar offset if both scrolls are visible */
.block-minicart .cart_list > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}
.block-minicart .cart_list > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}
.block-minicart {
    position: relative;
}
.block-minicart:hover::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 100%;
}
.block-minicart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 300px;
    z-index: 99;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
    -webkit-transition: margin-top 0.4s ease 0s;
    -moz-transition: margin-top 0.4s ease 0s;
    -o-transition: margin-top 0.4s ease 0s;
    transition: margin-top 0.4s ease 0s;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
}
.block-minicart .widget_shopping_cart .widgettitle {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding: 15px 18px;
    border-bottom: 1px solid #f1f1f1;
    margin: 0;
}
.block-minicart .widget_shopping_cart .widget_shopping_cart_content {
    padding-left: 18px;
    padding-right: 18px;
}
.block-minicart .widget_shopping_cart .product_list_widget li.mini_cart_item:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 19px;
}
.block-minicart .widget_shopping_cart .product_list_widget li .remove_from_cart_button {
    right: 13px;
}
.block-minicart .widget_shopping_cart .woocommerce-mini-cart__total {
    border-top: 1px solid #e8e8e8;
}
.block-user:hover::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 100%;
}
.block-minicart .cart_list {
    max-height: 216px !important;
}
.woocommerce-mini-cart__empty-message {
    text-align: center;
    font-size: 16px;
    color: #888;
    font-weight: 700;
    padding: 10px 0 30px;
    margin-bottom: 0;
}
.block-user.open .sub-menu,
.block-minicart.open .widget_shopping_cart {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}
/* ==========================================================================
3.5 HEADER LOGO
============================================================================ */

/* ==========================================================================
3.6 HEADER STICKY
============================================================================ */
.header-position {
    transition: background-color 0.5s ease 0s, padding 0.5s linear;
    -o-transition: background-color 0.5s ease 0s, padding 0.5s linear;
    -webkit-transition: background-color 0.5s ease 0s, padding 0.5s linear;
}
.header-position.fixed {
    max-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.admin-bar .header-position.fixed {
    top: 32px;
}
.header-position.fixed {
    padding: 0 !important;
}
/* ==========================================================================
3.7 HEADER MIDDLE
============================================================================ */
.header-middle-inner {
    display: table;
    width: 100%;
    position: relative;
}
.header-middle-inner > * {
    display: table-cell;
    vertical-align: middle;
}
.header-border {
    border-bottom: 1px solid #ebebeb;
}
@media (max-width: 1024px) {
    .header-border {
        display: none;
    }
}
/* ==========================================================================
3.8 HEADER NAV
============================================================================ */
.header-nav {
    position: relative;
}
.header-nav-inner {
    display: table;
    width: 100%;
}
.header-nav-inner > * {
    display: table-cell;
    vertical-align: middle;
}
.vertical-wrapper.block-nav-category {
    position: relative;
    width: 280px;
}
.vertical-wrapper.block-nav-category .block-title {
    padding: 0 30px;
    cursor: pointer;
    background-color: var(--couleur-accent );
    color: #fff;
    position: relative;
    max-width: 280px;
}
.vertical-wrapper.block-nav-category .block-title .before {
    display: inline-block;
    width: 20px;
    height: 16px;
    margin-right: 20px;
    position: relative;
    top: 3px
}
.vertical-wrapper.block-nav-category .block-title .before span {
    display: block;
    width: 100%;
    border-bottom: 2px solid;
}
.vertical-wrapper.block-nav-category .block-title .before span:nth-child(2) {
    width: 80%;
}
.vertical-wrapper.block-nav-category .block-title .before span:not(:last-child) {
    margin-bottom: 5px;
}
.vertical-wrapper.block-nav-category .block-title .text-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    vertical-align: middle;
}
.vertical-wrapper.block-nav-category:not(.has-open) .block-content {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.vertical-wrapper.block-nav-category .block-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 280px;
    background-color: #fff;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    text-align: left;
    z-index: 99;
    -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
    .vertical-wrapper.block-nav-category.always-open .vertical-menu,
    .vertical-wrapper.block-nav-category.always-open .block-content {
        visibility: visible;
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@media (max-width: 767px) {
    .vertical-wrapper.block-nav-category .block-title,
    .vertical-wrapper.block-nav-category .block-content {
        max-width: 100%;
    }
}
@media (max-width: 480px) {
    .vertical-wrapper.block-nav-category {
        width: 100%;
        display: block;
    }
}
.vertical-menu {
    list-style: none;
    padding: 0;
    position: relative;
}
.vertical-menu .menu-item {
    position: relative;
    color: #666666;
}
.vertical-menu .menu-item:hover::before {
    content: '';
    width: 15px;
    height: 100%;
    right: -13px;
    top: 0;
    display: block;
    position: absolute;
}
.vertical-menu .menu-item.link-other {
    display: none;
}
.vertical-menu .menu-item > a .image {
    display: inline-block;
    vertical-align: top;
    margin-left: 7px;
}
.vertical-menu .menu-item > a .icon {
    margin-left: 5px;
    font-size: 16px;
    vertical-align: middle;
}
.vertical-menu > .menu-item > a {
    color: inherit;
    font-size: 16px;
    display: block;
    padding: 13px 0 14px;
    margin: 0 25px;
}
.vertical-menu > .menu-item:not(:first-child) > a {
    border-top: 1px solid #f1f1f1;
}
.vertical-menu .menu-item.parent > a::after {
    color: #bdbdbd;
}
.vertical-menu .menu-item.parent:hover > a::after,
.vertical-menu > .menu-item:hover > a,
.vertical-menu > .menu-item.show-submenu > a,
.vertical-menu > .menu-item.parent:hover > a::after,
.vertical-menu > .menu-item.show-submenu > a::after {
    color: var(--couleur-accent );
}
.vertical-menu .sub-menu {
    list-style: none;
}
.vertical-menu .sub-menu:not(.megamenu) .menu-item a {
    font-size: 16px;
    display: block;
    padding: 5px 10px 5px 30px;
}
.vertical-menu .sub-menu.megamenu > div {
    padding: 30px 15px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    background-size: cover;
}
.block-nav-category .view-all-category a {
    display: block;
    font-size: 16px;
    border-top: 1px solid #f1f1f1;
    padding: 13px 0 14px;
    position: relative;
    margin: 0 20px;
    text-align: center;
    color: var(--couleur-accent );
}
.block-nav-category .view-all-category a::after {
    font-size: 18px;
    content: '\f103';
    font-family: 'FontAwesome', sans-serif;
    display: inline-block;
    width: 40px;
    text-align: center;
}
.block-nav-category .view-all-category a.close-cate::after {
    content: '\f102';
}
@media (min-width: 1025px) {
    .vertical-menu .menu-item.parent-megamenu {
        position: static;
    }
    .vertical-menu .menu-item:not(:hover) > .sub-menu {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateX(15px);
        -moz-transform: translateX(15px);
        -ms-transform: translateX(15px);
        -o-transform: translateX(15px);
        transform: translateX(15px);
    }
    .vertical-menu .sub-menu {
        position: absolute;
        top: 0;
        left: 100%;
        background-color: #fff;
        z-index: 9;
        min-width: 257px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
    }
    .vertical-menu .sub-menu .sub-menu {
        top: -2px;
    }
    .vertical-menu .sub-menu:not(.megamenu) {
        padding: 30px 0;
    }
    .vertical-menu .sub-menu.megamenu {
        overflow: hidden;
    }
    .vertical-menu .sub-menu.megamenu::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;

        border: 2px solid transparent;
        pointer-events: none;
    }
    .vertical-menu .menu-item.parent > a::after {
        font-size: 18px;
        content: '\f105';
        font-family: FontAwesome, sans-serif;
        display: inline-block;
        float: right;
    }
}
/* ==========================================================================
3.9 HEADER STYLE
========================================================================== */
.header.header-transparent {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}
/*.header.style-01*/
.header.style-01 .header-top {
    background-color: var(--couleur-accent );
    color: #fff;
}
.header.style-01 .header-middle {
    padding: 45px 0;
}
.header.style-01 .header-middle-inner > * {
    width: 33.333%;
}
.header.style-01 .header-middle .furgan-live-search-form .txt-livesearch {
    min-width: 320px;
}
.header.style-01 .header-nav {
    background-color: #eee;
}
/*.header.style-02*/
.header.style-02 .header-top {
    background-color: var(--couleur-accent );
    color: #fff;
}
.header.style-02 .header-middle {
    padding: 15px 0;
}
/*.header.style-03*/
.header.style-03 .header-middle .block-search .form-search .category {
    display: none;
}
.header.style-03 .header-middle .header-logo-menu {
    text-align: center;
}
.header.style-03 .header-search-wrap,
.header.style-03 .header-control {
    width: 210px;
}
.header.style-03 .header-middle .container {
    width: 1600px;
}
.header.style-03 .header-middle .furgan-live-search-form .txt-livesearch {
    background-color: transparent;
    padding-left: 0;
    color: #000;
}
.header.style-03 .header-middle .block-search-form .btn-submit {
    background-color: transparent;
    color: #000;
    padding: 0;
}
.header.style-03 .header-middle .block-search-form::before {
    border: none;
    border-bottom: 1px solid #000;
    bottom: 4px;
}
.header.style-03 .header-middle .header-logo {
    padding: 30px 0 15px;
}
/*.header.style-04*/
.header.style-04 .header-top {
    color: #000;
    border-bottom: 1px solid #eaeaea;
}
.header.style-04 .header-middle {
    padding: 10px 0;
}
.header.style-04 .header-top .header-top-inner .top-bar-menu.right > .menu-item a {
    color: #000;
    border: 1px solid #ccc;
    background-color: transparent;
}
/*.header.style-05*/
.header.style-05 .header-middle {
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
}
/* ==========================================================================
3.10 HEADER MOBILE
========================================================================== */
.header-mobile-wrap {
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
    display: none;
}
.header-mobile {
    display: table;
    width: 100%;
}
.header-mobile > * {
    display: table-cell;
    vertical-align: middle;
    width: 33.333%;
}
.header-mobile-mid {
    text-align: center;
}
.header-mobile-right {
    text-align: right;
}
.header-mobile .block-search .search-title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding-bottom: 15px;
    margin: 0 auto 20px;
    max-width: 940px;
}
.header-mobile .block-search .search-title::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 1px solid #F1F1F1;
    top: 49px;
}
.header-mobile .furgan-dropdown .block-search {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 15px 15px 20px;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    margin-top: 20px;
}
.header-mobile .furgan-dropdown.open .block-search {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.header-mobile .form-search {
    width: 100%;
}
.header-mobile .block-search .form-search .category {
    display: none;
}
.header-mobile .furgan-live-search-form .btn-submit {
    position: absolute !important;
    top: 0;
    right: 0;
    height: 42px !important;
    line-height: 42px !important;
}
.header-mobile .furgan-live-search-form .search-box {
    width: 100%;
}
.header-mobile .furgan-live-search-form .txt-livesearch {
    min-width: 0 !important;
}
.header-mobile .header-search .link-dropdown > span {
    position: relative;
    display: block;
}
.header-mobile .header-search.open .link-dropdown > span::before {
    content: "\f112";
    font-size: 18px;
}
@media (max-width: 1024px) {
    .header-mobile-wrap {
        display: block;
    }
    .header-middle,
    .header-wrap-stick {
        display: none;
    }
    .header.header-transparent {
        position: relative;
    }
    .header-search .link-dropdown,
    .meta-woo .block-woo .block-link {
        width: 28px;
        font-size: 21px;
    }
    .meta-woo .block-woo {
        padding-left: 0;
    }
}
@media (max-width: 991px) {
    .header-mobile .block-search-form,
    .header-mobile .block-search .search-title {
        max-width: 720px;
    }
}
@media (max-width: 767px) {
    .header-mobile .block-search-form,
    .header-mobile .block-search .search-title {
        max-width: 100%;
    }
    .header-mobile-wrap {
        padding: 0;
    }
    .header-mobile .header-logo {
        max-width: 120px;
        display: inline-block;
        vertical-align: text-bottom;
        width: 100% !important;
    }
}

/*===============================================================
9.4 FURGAN HEADING
==============================================================*/
.furgan-title .icon {
    display: block;
    font-size: 60px;
    color: var(--couleur-accent );
    font-weight: normal;
    margin-bottom: 20px;
}

/*furgan-title.style-02*/
.furgan-title.style-02 {
    margin-bottom: 30px;
}
.furgan-title.style-02 .title {
    font-size: 30px;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    margin: 0;
    border-bottom: 1px solid #ebebeb;
    text-align: left;
}
.furgan-title.style-02 .title::before {
    content: '';
    height: 2px;
    position: absolute;
    background-color: var(--couleur-accent );
    bottom: 0;
    width: 40px;
    left: 0;
}
@media (max-width: 1199px) {
    .furgan-title.style-02 {
        margin-bottom: 35px;
    }
    .furgan-title.style-02 .title {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .furgan-title.style-02 .title {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .furgan-title.style-02 .title {
        font-size: 22px;
    }
}
/*===============================================================
9.6 FURGAN ICONBOX
===============================================================*/
.furgan-iconbox {
    line-height: 26px;
}
.furgan-iconbox .title {
    margin-top: 0;
}

/*.furgan-iconbox.style-02*/
.furgan-iconbox.style-02 .iconbox-inner {
    text-align: center;
}
.furgan-iconbox.style-02 .icon {
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 10px;
    color: #fff;
}
.furgan-iconbox.style-02 .iconbox-inner .icon span {
    display: inline-block;
}
.furgan-iconbox.style-02 .iconbox-inner:hover .icon span {
    -webkit-animation: bounceIn 0.3s ease;
    -o-animation: bounceIn 0.3s ease;
    animation: bounceIn 0.3s ease;
}
.furgan-iconbox.style-02 .title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px;
    color: #fff;
}
.furgan-iconbox.style-02 .desc {
    color: #fff;
}

@media (max-width: 767px) {
    .furgan-iconbox.style-02 .title {
        font-size: 13px;
    }
}

/* ==========================================================================
4.0 FOOTER THEME
========================================================================== */
a.backtotop {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    background-color: var(--couleur-accent );
    position: fixed;
    bottom: 65px;
    right: 25px;
    text-align: center;
    -webkit-transition: right 0.4s ease 0s;
    -moz-transition: right 0.4s ease 0s;
    -o-transition: right 0.4s ease 0s;
    transition: right 0.4s ease 0s;
    z-index: 999;
    overflow: hidden;
    border: 1px solid #fff;
}
a.backtotop::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
}
a.backtotop:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
a.backtotop:not(.active) {
    right: -50px;
}
a.backtotop i {
    position: relative;
    z-index: 2;
    color: #fff;
}
@media (max-width: 767px) {
    a.backtotop {
        display: none;
    }
}

/* Footer principal */
.furgan-footer {
  background-color: #222;
  color: #fff;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

/* Conteneur de colonnes */
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

/* Colonnes */
.footer-column {
  flex: 1 1 200px;
  min-width: 200px;
}

.footer-column h4 {
  margin-bottom: 15px;
  font-size: 18px;
  color: var(--couleur-accent );
}

.footer-column p,
.footer-column li {
  font-size: 14px;
  line-height: 1.6;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 6px;
}

.footer-column a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-column a:hover {
  color: var(--couleur-accent );
}

/* Bas du footer */
.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 13px;
  border-top: 1px solid #444;
  padding-top: 15px;
  opacity: 0.8;
}

/* ✅ Footer mobile compact */
@media (max-width: 768px) {
  .furgan-footer .footer-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px; /* réduit l'espace entre colonnes */
    padding: 15px;
  }

  .furgan-footer .footer-column {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .furgan-footer .footer-column h4 {
    margin-bottom: 4px;
    font-size: 15px;
  }

  .furgan-footer .footer-column p,
  .furgan-footer .footer-column li {
    margin-bottom: 2px;
    font-size: 13px;
    line-height: 1.4;
  }

  .furgan-footer .footer-bottom {
    padding-top: 10px;
    font-size: 12px;
    text-align: center;
  }
}


/* ---------- Forcer un footer mobile compact ---------- */
@media (max-width: 768px) {
  /* container : suppression du gap important et padding réduit */
  .furgan-footer .footer-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 6px !important;           /* très petit écart entre colonnes empilées */
    row-gap: 6px !important;
    column-gap: 0 !important;
    padding: 10px 12px !important;
    margin: 0 auto !important;
  }

  /* colonnes : aucune marge/padding parasite, largeur 100% */
  .furgan-footer .footer-column {
    width: 100% !important;
    min-width: 0 !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 6px 0 !important;
    box-sizing: border-box !important;
  }

  /* titres / paragraphes / listes : supprimer marges par défaut */
  .furgan-footer .footer-column h4,
  .furgan-footer .footer-column p,
  .furgan-footer .footer-column ul,
  .furgan-footer .footer-column li {
    margin: 0 !important;
    padding: 0 !important;
  }

  /* petit espace contrôlé sous le titre */
  .furgan-footer .footer-column h4 {
    margin-bottom: 6px !important;
    font-size: 15px !important;
  }

  /* items de liste plus compacts */
  .furgan-footer .footer-column ul li {
    margin-bottom: 4px !important;
    line-height: 1.25 !important;
  }

  /* widgets éventuels : supprimer marges supplémentaires */
  .furgan-footer .widget,
  .furgan-footer .widget * {
    margin: 0 !important;
    padding: 0 !important;
  }

  /* supprimer éléments vides qui créent des sauts (br, .spacer, etc.) */
  .furgan-footer br,
  .furgan-footer .spacer,
  .furgan-footer .empty {
    display: none !important;
  }

  /* image/logo : éviter qu'il “pousse” l'espace */
  .furgan-footer img {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
  }

  /* footer-bottom : réduire l'espace au dessus */
  .furgan-footer .footer-bottom {
    margin-top: 10px !important;
    padding-top: 8px !important;
    font-size: 12px !important;
  }
	
}

/* ==========================================================================
WHATSAPP FLOAT
============================================================================ */
.whatsapp-float{
    position:fixed;
    bottom:20px;
    right:20px;
    width:50px;
    height:50px;
    background:var(--couleur-accent);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 4px 12px rgba(0,0,0,.18);
    z-index:999;
    transition:.25s
}
.whatsapp-float svg{width:26px;height:26px}
.whatsapp-float:hover{transform:scale(1.08)}
@media(min-width:768px){.whatsapp-float{display:none}}