﻿@charset "UTF-8";
/*===============================
        STYLES
================================*/
/* correspond a style de Bipper moins ce qui été intégré dans site.css */
figure {
    margin: 0;
}

img {
    max-width: 100%;
}

fieldset {
    margin-top: 30px;
}

    fieldset legend {
        border-bottom: 1px solid #e7e7e7;
        color: #000;
        font-size: 24px;
        padding-bottom: 10px;
        text-transform: capitalize;
    }

blockquote, .blockquote {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    line-height: 2;
    font-family: "Playfair Display", serif;
    padding: 30px 20px;
    margin-bottom: 0;
    position: relative;
}

    blockquote:before, .blockquote:before {
        background-color: #f7d307;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 5px;
    }

blockquote-right, .blockquote-right {
    text-align: right;
}

    blockquote-right:before, .blockquote-right:before {
        left: auto;
        right: 0;
    }

blockquote--2, .blockquote--2 {
    background-color: #f4f4f4;
    color: #222222;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    padding: 60px 35px 35px;
}

    blockquote--2:after, .blockquote--2:after {
        content: "\f10e";
        color: #dddddd;
        font-family: "FontAwesome";
        font-size: 30px;
        position: absolute;
        top: 15px;
        right: 25px;
    }

    blockquote--2 .blockquote-footer, .blockquote--2 .blockquote-footer {
        color: #666666;
        font-size: 15px;
        line-height: 1;
        font-weight: 400;
    }

    blockquote--2.blockquote-right:after, .blockquote--2.blockquote-right:after {
        content: "\f10d";
        left: 25px;
        right: auto;
    }

::-moz-selection {
    color: #fff;
    background: #f7d307;
}

::selection {
    color: #fff;
    background: #f7d307;
}

@media only screen and (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}
/*===============================
Responsive Table Scrollbar
================================*/
body::-webkit-scrollbar-thumb, .table-responsive::-webkit-scrollbar-thumb, .list::-webkit-scrollbar-thumb {
    border-radius: 0;
    border: 0;
    background-color: #f7d307;
}

body::-webkit-scrollbar, .table-responsive::-webkit-scrollbar, .list::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 5px;
    background-color: rgba(253, 198, 87, 0.3);
}

/*=======================
 Section 
=========================*/
.section-title-wrap {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 80px;
    padding-bottom: 50px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-wrap {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title-wrap {
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 50px;
        padding-bottom: 30px;
    }
}

.section-title-wrap:after {
    background-color: #f7d307;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    width: 70px;
}

.section-title-wrap h2 {
    font-size: 26px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -4px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .section-title-wrap h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
}

.section-title-wrap.layout--2 {
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 0;
    margin-bottom: 72px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-wrap.layout--2 {
        margin-bottom: 53px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title-wrap.layout--2 {
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 45px;
    }
}

.section-title-wrap.layout--2 i.fa {
    color: #f7d307;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 30px;
}

.section-title-wrap.layout--2 h2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
    .section-title-wrap.layout--2 h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

.section-title-wrap.layout--2:after {
    display: none;
}

.section-title-wrap.layout--3 {
    padding-bottom: 20px;
    margin-bottom: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .section-title-wrap.layout--3 {
        margin-bottom: 35px;
    }
}

.section-title-wrap.layout--3 h2 {
    margin-bottom: 0;
}

.section-title-wrap.left:after {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.section-title-wrap p span {
    color: #f7d307;
}

.section-title-wrap.white {
    color: #fff;
}

    .section-title-wrap.white h2 {
        color: #fff;
    }

    .section-title-wrap.white i.fa {
        color: #222222;
    }

.mfp-wrap.mfp-auto-cursor {
    cursor: url("../images/cancel.png"), auto;
}

/*===========================
 Breadcrumb
============================*/
.breadcrumb {
    background-color: white;
    padding: 0 0.5rem;
    font-size: 12px;
    border: 1px solid #F4F4F4;
}

    .breadcrumb ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .breadcrumb li:not(:last-child)::after {
        display: inline-block;
        margin: 0 0.25rem;
        content: "→";
    }

.page-breadcrumb-wrapper {
    background-color: #fff9f9;
    padding: 80px 0 70px;
}

@media only screen and (max-width: 767px) {
    .page-breadcrumb-wrapper {
        padding: 53px 0;
    }
}

.page-breadcrumb-wrapper h1 {
    font-size: 32px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1.2px;
    margin-top: -3px;
    margin-bottom: 23px;
}

@media only screen and (max-width: 767px) {
    .page-breadcrumb-wrapper h1 {
        margin-bottom: 13px;
    }
}

@media only screen and (max-width: 575px) {
    .page-breadcrumb-wrapper h1 {
        font-size: 26px;
        line-height: 1.5;
    }
}
/*==================
Dropcaps 
====================*/
.dropcap {
    color: #222222;
    display: block;
    float: left;
    font-size: 60px;
    height: 48px;
    line-height: 48px;
    margin-right: 10px;
    margin-top: 6px;
    text-transform: uppercase;
}

.dropcap-brand {
    color: #f7d307;
}

.dropcap-rounded {
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
}

.dropcap-square {
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
}

/*==============
List Style
================*/
.list {
    line-height: 2.5;
}

    .list li i, .list li span {
        color: #222222;
        margin-right: 10px;
        font-weight: 600;
    }

    .list li ul {
        margin-left: 25px;
        font-size: 90%;
    }

/*=============================
Short Classes
===============================*/
.bg-img {
    background: #dddddd no-repeat center center;
    background-size: cover;
}

.off-white-bg {
    background-color: #f4f4f4;
}

.custom-width {
    max-width: 1360px;
    margin: auto;
}

@media screen and (min-width: 1600px) {
    .container-fluid {
        padding: 0 100px;
    }
}

.parallaxBg {
    background-attachment: fixed;
}

.fix {
    overflow: hidden;
}

.fix-x {
    overflow-x: hidden;
}

.fix-y {
    overflow-y: hidden;
}

.hv-100 {
    height: 100vh;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .hv-100 {
        height: auto;
    }
}

.w-25 {
    width: 25%;
}

@media only screen and (max-width: 767px) {
    .w-sm-25 {
        width: 25% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .w-md-25 {
        width: 25% !important;
    }
}

.w-50 {
    width: 50%;
}

@media only screen and (max-width: 767px) {
    .w-sm-50 {
        width: 50% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .w-md-50 {
        width: 50% !important;
    }
}

.w-75 {
    width: 75%;
}

@media only screen and (max-width: 767px) {
    .w-sm-75 {
        width: 75% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .w-md-75 {
        width: 75% !important;
    }
}

.w-100 {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .w-sm-100 {
        width: 100% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .w-md-100 {
        width: 100% !important;
    }
}

mark, .mark {
    background-color: #222222;
    color: #fff;
}

/*=======================
01. Background Colors
==========================*/
.bg-egg-white {
    background-color: #FFEFBF;
}

.bg-offwhite {
    background-color: #f4f4f4;
}

.bg-ash {
    background-color: #f1f1f1;
}

.bg-soft-pink {
    background-color: #FFCFBF;
}

.bg-dodger-blue {
    background-color: #cde2ff;
}

.bg-magic-mint {
    background-color: #AFF1D3;
}

.bg-brand {
    background-color: #f7d307;
}

.bg-black {
    background-color: #000 !important;
}

.bg-soft-black {
    background-color: #222222;
}

.bg-blue {
    background-color: #1e2165;
}

.bg-soft-sweet {
    background-color: #FFDFBF;
}

/*=============================
 Header 
===============================*/
.header-area-wrapper {
    padding: 70px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area-wrapper {
        padding: 40px 0;
    }
}

@media only screen and (max-width: 767px) {
    .header-area-wrapper {
        padding: 30px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .header-area-wrapper button, .header-area-wrapper a {
        font-size: 20px;
    }
}

.header-area-wrapper .cart-button {
    position: relative;
}

.header-area-wrapper .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo-wrap img.sticky-logo {
    display: none;
}

.off-canvas-area-wrap {
    margin-left: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .off-canvas-area-wrap {
        margin-left: 0;
    }
}

.off-canvas-area-wrap button, .off-canvas-area-wrap a {
    color: white;
    line-height: 1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-right: 30px;
}

    .off-canvas-area-wrap button:last-child, .off-canvas-area-wrap a:last-child {
        margin-right: 0;
    }

    .off-canvas-area-wrap button:hover, .off-canvas-area-wrap a:hover {
        color: #f7d307;
    }

    .off-canvas-area-wrap button .bar-txt, .off-canvas-area-wrap a .bar-txt {
        text-transform: uppercase;
        font-weight: 600;
        margin-right: 100px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .off-canvas-area-wrap.header-center {
        margin-left: 45px;
    }
}

.sticky-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition: padding 0.5s;
    -o-transition: padding 0.5s;
    transition: padding 0.5s;
    z-index: 1030;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    padding: 5px 0;
}

    .sticky-header.sticky {
        background-color: white;
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
        padding: 5px 0;
        -webkit-animation: fadeInDown 1s forwards;
        animation: fadeInDown 1s forwards;
    }

        .sticky-header.sticky * {
            color: #222222;
        }

            .sticky-header.sticky *:hover {
                color: #f7d307;
            }

        .sticky-header.sticky .logo-wrap img {
            display: none;
        }

            .sticky-header.sticky .logo-wrap img.sticky-logo {
                display: inline-block;
            }

        .sticky-header.sticky .main-menu > .dropdown-navbar > .dropdown-nav {
            margin-top: 29px;
        }

            .sticky-header.sticky .main-menu > .dropdown-navbar > .dropdown-nav:before {
                height: 30px;
            }

        .sticky-header.sticky .header-left-wrapper:before, .sticky-header.sticky .off-canvas-area-wrap:before {
            height: 20px !important;
        }

.black-header .sticky-logo {
    display: inline-block !important;
}

.black-header ul li a {
    color: #222222;
}

.black-header button, .black-header a {
    color: #222222;
}

.header-padding {
    padding: 41px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media only screen and (max-width: 767px) {
    .header-padding {
        padding: 25px 0;
    }
}

.header-four {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 41px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-four .container-fluid {
        padding: 0 15px;
    }
}

.header-four .header-left-wrapper {
    position: relative;
    padding-right: 60px;
    margin-right: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-four .header-left-wrapper {
        padding-right: 20px;
        margin-right: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .header-four .header-left-wrapper {
        padding-right: 0;
        margin-right: 0;
    }
}

.header-four .header-left-wrapper:before {
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    position: absolute;
    right: 0;
    top: -42px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    height: 107px;
    width: 1px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .header-four .header-left-wrapper:before {
        display: none;
    }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-four .header-right-wrapper {
        width: 100%;
    }
}

.header-four .header-right-wrapper .off-canvas-area-wrap {
    position: relative;
    padding-left: 60px;
}

@media (max-width: 1599px) {
    .header-four .header-right-wrapper .off-canvas-area-wrap {
        padding-left: 15px;
        margin-left: 15px;
    }
}

.header-four .header-right-wrapper .off-canvas-area-wrap:before {
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    position: absolute;
    left: 0;
    top: -47px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 107px;
    width: 1px;
    display: none;
}

@media (min-width: 1600px) {
    .header-four .header-right-wrapper .off-canvas-area-wrap:before {
        display: block;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-four .header-right-wrapper .off-canvas-area-wrap .off-canvas-btn {
        font-size: 20px;
        line-height: 1;
        color: #aaaaaa;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-four .header-right-wrapper .off-canvas-area-wrap .off-canvas-btn .bar-txt {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .header-four .header-right-wrapper .footer-social-icons a {
        font-size: 20px;
        color: #fff;
    }
}

.header-fix-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 15px 0;
    max-width: 1140px;
    margin: auto;
    z-index: 999;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-fix-left {
        max-width: 960px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-fix-left {
        max-width: 720px;
    }
}

@media only screen and (max-width: 767px) {
    .header-fix-left {
        max-width: 540px;
    }
}

@media screen and (min-width: 991.99px) and (max-width: 1599.99px) {
    .header-fix-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .header-fix-left .logo-area-wrap {
            margin-right: 100px;
        }
}

@media screen and (min-width: 1600px) {
    .header-fix-left {
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        display: block;
        max-width: 265px;
        width: 100%;
    }

        .header-fix-left .logo-area-wrap {
            margin-bottom: 60px;
            padding: 114px 80px 0;
        }

        .header-fix-left .main-menu.nav {
            display: block !important;
            width: 200px;
        }

            .header-fix-left .main-menu.nav > li {
                margin-bottom: 10px;
                margin-right: 0;
            }

                .header-fix-left .main-menu.nav > li:last-child {
                    margin-bottom: 0;
                }

                .header-fix-left .main-menu.nav > li a {
                    padding: 10px 80px;
                }

                .header-fix-left .main-menu.nav > li .dropdown-nav {
                    left: 100%;
                    top: 0;
                    margin-top: -50px;
                }

                    .header-fix-left .main-menu.nav > li .dropdown-nav.mega-menu-wrap {
                        min-width: 1140px;
                    }

            .header-fix-left .main-menu.nav .full-width {
                position: relative;
            }

            .header-fix-left .main-menu.nav > .arrow > a:after {
                content: "\f105";
            }
}

.header-fix-left-two {
    padding: 41px 15px;
}

@media screen and (min-width: 1600px) {
    .header-fix-left-two {
        background-color: #fff;
        padding: 0;
        -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    }

        .header-fix-left-two .logo-area-wrap {
            padding: 0;
            margin: 100px 0 80px;
            text-align: center;
        }

        .header-fix-left-two .main-menu {
            text-align: center;
        }

            .header-fix-left-two .main-menu.nav {
                width: auto;
            }

                .header-fix-left-two .main-menu.nav > li {
                    margin-bottom: 0;
                    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
                }

                    .header-fix-left-two .main-menu.nav > li:last-child {
                        border-bottom: 0;
                    }

                    .header-fix-left-two .main-menu.nav > li:hover > a {
                        background-color: #f7d307;
                        color: #fff;
                    }

                    .header-fix-left-two .main-menu.nav > li > a {
                        padding: 25px 10px;
                        display: block;
                    }

                    .header-fix-left-two .main-menu.nav > li ul {
                        text-align: left;
                    }
}

.off-canvas-search-box.show .off-canvas-overlay {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.off-canvas-search-box.show .search-box-content {
    opacity: 1;
    visibility: visible;
    -webkit-animation: slideInUp 1s forwards;
    animation: slideInUp 1s forwards;
}

.search-box-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.search-box-content {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

    .search-box-content form {
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        position: relative;
        width: 90%;
        margin: auto;
    }

    .search-box-content input {
        background-color: #fff;
        border: none;
        outline: none;
        padding: 15px 80px 15px 15px;
        display: block;
        width: 100%;
    }

    .search-box-content .btn-search {
        background-color: #f7d307;
        color: #fff;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        height: 100%;
        width: 60px;
    }

        .search-box-content .btn-search:hover {
            background-color: #222222;
        }

/*=================================
Area Wrapper
==================================*/
.off-canvas-area-wrapper, .off-canvas-responsive-menu, .off-canvas-search-box {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    height: 100vh;
    width: 100vw;
}

    .off-canvas-area-wrapper .off-canvas-content-wrap, .off-canvas-responsive-menu .off-canvas-content-wrap, .off-canvas-search-box .off-canvas-content-wrap {
        background-color: white;
        margin-left: auto;
        height: 100%;
        position: relative;
        -webkit-transform: translateX(calc(100% + 40px));
        -ms-transform: translateX(calc(100% + 40px));
        transform: translateX(calc(100% + 40px));
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        max-width: 360px;
        width: 100%;
    }

@media only screen and (max-width: 575px) {
    .off-canvas-area-wrapper .off-canvas-content-wrap, .off-canvas-responsive-menu .off-canvas-content-wrap, .off-canvas-search-box .off-canvas-content-wrap {
        max-width: 250px !important;
    }
}

.off-canvas-area-wrapper .off-canvas-content-wrap .off-canvas-content, .off-canvas-responsive-menu .off-canvas-content-wrap .off-canvas-content, .off-canvas-search-box .off-canvas-content-wrap .off-canvas-content {
    padding: 40px;
    height: 100%;
    overflow-y: auto;
}

@media only screen and (max-width: 575px) {
    .off-canvas-area-wrapper .off-canvas-content-wrap .off-canvas-content, .off-canvas-responsive-menu .off-canvas-content-wrap .off-canvas-content, .off-canvas-search-box .off-canvas-content-wrap .off-canvas-content {
        padding: 30px 15px;
    }
}

.off-canvas-area-wrapper .off-canvas-content-wrap .off-canvas-content .off-canvas-item, .off-canvas-responsive-menu .off-canvas-content-wrap .off-canvas-content .off-canvas-item, .off-canvas-search-box .off-canvas-content-wrap .off-canvas-content .off-canvas-item {
    margin-bottom: 60px;
}

    .off-canvas-area-wrapper .off-canvas-content-wrap .off-canvas-content .off-canvas-item:last-child, .off-canvas-responsive-menu .off-canvas-content-wrap .off-canvas-content .off-canvas-item:last-child, .off-canvas-search-box .off-canvas-content-wrap .off-canvas-content .off-canvas-item:last-child {
        margin-bottom: 0;
    }

    .off-canvas-area-wrapper .off-canvas-content-wrap .off-canvas-content .off-canvas-item h2, .off-canvas-responsive-menu .off-canvas-content-wrap .off-canvas-content .off-canvas-item h2, .off-canvas-search-box .off-canvas-content-wrap .off-canvas-content .off-canvas-item h2 {
        font-size: 16px;
        line-height: 1;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 23px;
        margin-top: -2px;
    }

.off-canvas-area-wrapper .off-canvas-content-wrap .btn-close, .off-canvas-responsive-menu .off-canvas-content-wrap .btn-close, .off-canvas-search-box .off-canvas-content-wrap .btn-close {
    background-color: white;
    position: absolute;
    right: 100%;
    top: 100px;
    line-height: 40px;
    height: 40px;
    width: 40px;
}

    .off-canvas-area-wrapper .off-canvas-content-wrap .btn-close:hover, .off-canvas-responsive-menu .off-canvas-content-wrap .btn-close:hover, .off-canvas-search-box .off-canvas-content-wrap .btn-close:hover {
        background-color: #f7d307;
        color: white;
    }

.off-canvas-area-wrapper.show, .off-canvas-responsive-menu.show, .off-canvas-search-box.show {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    z-index: 9999;
}

    .off-canvas-area-wrapper.show .off-canvas-overlay, .off-canvas-responsive-menu.show .off-canvas-overlay, .off-canvas-search-box.show .off-canvas-overlay {
        background-color: rgba(0, 0, 0, 0.5);
        content: "";
        cursor: url("../images/cancel.png"), auto;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
    }

    .off-canvas-area-wrapper.show .off-canvas-content-wrap, .off-canvas-responsive-menu.show .off-canvas-content-wrap, .off-canvas-search-box.show .off-canvas-content-wrap {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

.search-box-wrap {
    background-color: #f4f4f4;
    margin: -40px -40px 0 -40px;
    padding: 35px 40px;
}

@media only screen and (max-width: 575px) {
    .search-box-wrap {
        margin: -30px -15px 0 -15px;
    }
}

.search-box-wrap form {
    position: relative;
}

    .search-box-wrap form input {
        background-color: transparent;
        border: none;
        display: block;
        padding-right: 20px;
        outline: none;
        width: 100%;
    }

    .search-box-wrap form .btn-search {
        font-size: 13px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.useful-link-menu {
    margin-top: -20px;
    overflow: hidden;
}

    .useful-link-menu li {
        float: left;
        margin-top: 20px;
        max-width: 50%;
        width: 100%;
    }

        .useful-link-menu li a {
            color: #666666;
            font-size: 14px;
            line-height: 1;
            font-weight: 700;
            text-transform: uppercase;
        }

            .useful-link-menu li a:hover {
                color: #f7d307;
            }

.social-links {
    position: relative;
}

    .social-links a {
        background-color: #f4f4f4;
        border-radius: 50%;
        color: #666666;
        display: inline-block;
        text-align: center;
        line-height: 40px;
        margin-right: 10px;
        height: 40px;
        width: 40px;
    }

        .social-links a:last-child {
            margin-right: 0;
        }

        .social-links a:hover {
            background-color: #f7d307;
            color: white;
        }

.page-header-wrapper {
    margin-top: 120px;
    margin-bottom: 25px;
}

    .page-header-wrapper .page-header-content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 120px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-header-wrapper .page-header-content {
        height: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .page-header-wrapper .page-header-content {
        height: 120px;
    }
}

.page-header-wrapper .page-header-content h1 {
    font-size: 35px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-header-wrapper .page-header-content h1 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .page-header-wrapper .page-header-content h1 {
        font-size: 35px;
    }
}

.page-header-wrapper .page-header-content.layout--2 {
    color: #fff;
    margin-top: 90px;
    height: 400px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-header-wrapper .page-header-content.layout--2 {
        height: 120px;
        margin-top: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .page-header-wrapper .page-header-content.layout--2 {
        height: 160px;
        margin-top: 70px;
    }
}

.page-header-wrapper .page-header-content.layout--2 h1 {
    color: #fff;
}

/*----------------------------
Navigation 
------------------------------*/
.main-menu > li {
    margin-right: 30px;
}

    .main-menu > li:last-child {
        margin-right: 0;
    }

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .main-menu > li {
        margin-right: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu > li {
        margin-right: 33px;
    }
}

.main-menu > li:hover > a {
    color: #f7d307;
}

.main-menu > li a {
    color: white;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}

.off-canvas-responsive-menu {
    right: auto;
    left: 0;
}

    .off-canvas-responsive-menu.show .off-canvas-content-wrap {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }

    .off-canvas-responsive-menu .off-canvas-content-wrap {
        margin-left: inherit !important;
        -webkit-transform: translateX(-100%) !important;
        -ms-transform: translateX(-100%) !important;
        transform: translateX(-100%) !important;
    }

        .off-canvas-responsive-menu .off-canvas-content-wrap .off-canvas-content {
            padding: 0 !important;
        }

        .off-canvas-responsive-menu .off-canvas-content-wrap .btn-close {
            right: auto;
            left: 100%;
            top: 0 !important;
        }

        .off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu {
            padding: 0;
        }

            .off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_btn {
                display: none;
            }

            .off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav {
                background-color: white;
                display: block !important;
            }

                .off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav li {
                    border-bottom: 1px solid #e7e7e7;
                    position: relative;
                }

                    .off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav li a {
                        color: #666666;
                        font-size: 15px;
                        padding: 10px;
                        margin: 0;
                        text-transform: capitalize;
                    }

                        .off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav li a .slicknav_arrow {
                            background-color: rgba(238, 238, 238, 0.5);
                            color: #666666;
                            font-size: 18px;
                            display: block;
                            text-align: center;
                            margin: 0;
                            height: 100%;
                            position: absolute;
                            right: 0;
                            top: 0;
                            line-height: 42px;
                            width: 50px;
                        }

                        .off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav li a a {
                            padding: 0;
                        }

                        .off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav li a:hover {
                            background-color: transparent;
                        }

                    .off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav li ul {
                        background-color: #dddddd;
                        margin: 0;
                    }

                        .off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav li ul li a {
                            font-size: 13px;
                        }

                        .off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav li ul li ul {
                            background-color: #eeeeee;
                        }

                .off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav .slicknav_open > .slicknav_item {
                    position: relative;
                }

                    .off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav .slicknav_open > .slicknav_item .slicknav_arrow {
                        background-color: #f7d307;
                        color: #fff;
                    }

/*==========================
Accordion 
===========================*/
.event-about-accordion .card {
    border-radius: 0;
    margin-bottom: 20px;
}

    .event-about-accordion .card:last-child {
        margin-bottom: 0;
    }

    .event-about-accordion .card .card-header {
        background-color: transparent;
        padding: 0;
        line-height: 1;
    }

        .event-about-accordion .card .card-header .card-audience {
            cursor: pointer;
            font-size: 15px;
            padding: 20px 20px 16px;
            margin-bottom: 0;
            text-transform: uppercase;
        }

            .event-about-accordion .card .card-header .card-audience span.icons {
                float: right;
            }

                .event-about-accordion .card .card-header .card-audience span.icons i.fa-minus {
                    display: none;
                }

            .event-about-accordion .card .card-header .card-audience[aria-expanded=true] {
                color: black;
            }

                .event-about-accordion .card .card-header .card-audience[aria-expanded=true] span.icons i.fa.fa-plus {
                    display: none;
                }

                .event-about-accordion .card .card-header .card-audience[aria-expanded=true] span.icons i.fa.fa-minus {
                    display: block;
                }

    .event-about-accordion .card .card-body p {
        margin-bottom: 0;
    }

.single-welcome-feature {
    margin-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .single-welcome-feature {
        margin-top: 13px;
    }
}

.single-welcome-feature .feature-icon {
    color: #222222;
    font-size: 36px;
    line-height: 1;
    margin-right: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
}

.single-welcome-feature .feature-icon-text {
    font-size: 11px;
    text-align: right;
    margin-top: 2px;
}

@media only screen and (max-width: 767px) {
    .single-welcome-feature .feature-icon {
        margin-right: 20px;
    }
}

.single-welcome-feature .feature-info h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: -3px;
}

.form-input-item {
    margin-bottom: 20px;
}

    .form-input-item:last-child {
        margin-bottom: 0;
    }

    .form-input-item input, .form-input-item textarea {
        background-color: #f4f4f4;
        border: none;
        display: block;
        outline: none;
        padding: 20px 15px;
        width: 100%;
    }

    .form-input-item.white-layout input, .form-input-item.white-layout textarea {
        background-color: #fff;
    }

    .form-input-item.bordered-black input, .form-input-item.bordered-black textarea {
        background-color: transparent;
        border: 2px solid #222222;
    }

.form-control {
    font-size: 13px;
}

.form-select {
    font-size: 13px;
}

.page-wrapper {
    padding-top: 130px;
}

/*==============================
 Footer 
============================*/
.footer-widget-wrapper {
    background-color: #222222;
    color: #aaaaaa;
}

    .footer-widget-wrapper a {
        color: #aaaaaa;
    }

.single-widget-wrap {
    margin-top: 45px;
}

/* Start Footer Bottom Area */
.footer-copyright-area {
    font-size: 14px;
    color: white;
}

    .footer-copyright-area p {
        margin-bottom: 0;
    }

@media only screen and (max-width: 767px) {
    .footer-copyright-area p {
        font-size: 13px;
    }
}

.footer-social-icons a {
    color: white;
    font-size: 20px;
    line-height: 1;
    margin-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-social-icons a {
        margin-left: 20px;
    }
}

.footer-social-icons a:first-child {
    margin-left: 0;
}

@media only screen and (max-width: 767px) {
    .footer-social-icons a {
        font-size: 16px;
    }
}

.footer-social-icons a:hover {
    color: #f7d307;
}

.footer-wrapper {
    padding-top: 40px;
}

    .footer-wrapper.layout--2 {
        padding: 60px 0 50px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-wrapper.layout--2 {
        padding: 30px 0 23px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-wrapper.layout--2 {
        padding: 20px 0;
    }
}

.footer-wrapper.layout--2 .footer-middle h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-wrapper.layout--2 .footer-middle h3 {
        font-size: 20px;
    }
}

.footer-wrapper.layout--2 .footer-copyright-area {
    color: #222222;
}

.footer-wrapper.layout--2 .footer-social-icons a {
    color: #222222;
}

    .footer-wrapper.layout--2 .footer-social-icons a:hover {
        color: #f7d307;
    }

.footer-wrapper.footer-white {
    color: #878787;
}

    .footer-wrapper.footer-white a {
        color: #878787;
    }

    .footer-wrapper.footer-white .footer-widget-wrapper {
        background-color: #fff;
    }

        .footer-wrapper.footer-white .footer-widget-wrapper .widget-title {
            color: #222222;
        }

    .footer-wrapper.footer-white .latest-blog-widget .single-blog-item:after {
        background-color: #eeeeee;
    }

    .footer-wrapper.footer-white .latest-blog-widget .single-blog-item a {
        color: #878787;
    }

    .footer-wrapper.footer-white .newsletter-form-wrap input {
        background-color: #eeeeee;
        color: #222222;
    }

    .footer-wrapper.footer-white .newsletter-form-wrap button {
        color: #222222;
    }

    .footer-wrapper.footer-white .footer-bottom-area {
        background-color: #fff;
        padding: 0;
    }

        .footer-wrapper.footer-white .footer-bottom-area .footer-bottom-content {
            border-top: 1px solid #eeeeee;
            padding: 40px 0;
        }

@media only screen and (max-width: 575px) {
    .footer-wrapper.footer-white .footer-bottom-area .footer-bottom-content {
        padding: 25px 0;
    }
}

.footer-wrapper.layout--3 {
    background-color: #111111;
    height: 100vh;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-wrapper.layout--3 {
        height: 50vh;
    }
}

@media only screen and (max-width: 767px) {
    .footer-wrapper.layout--3 {
        height: auto;
    }
}

.footer-wrapper.layout--3 .footer-three-content h2 {
    font-size: 80px;
    font-weight: 600;
    line-height: 1;
}

    .footer-wrapper.layout--3 .footer-three-content h2 a {
        color: #fff;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-wrapper.layout--3 .footer-three-content h2 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-wrapper.layout--3 .footer-three-content h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .footer-wrapper.layout--3 .footer-three-content h2 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .footer-wrapper.layout--3 .footer-three-content .newsletter-form-wrap.w-50 {
        width: 100% !important;
    }
}

.footer-wrapper.layout--3 .footer-three-content .newsletter-form-wrap input {
    background-color: #444444;
    color: #fff;
}

.footer-wrapper.layout--4 {
    background-color: #222222;
    color: #aaaaaa;
    padding: 100px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-wrapper.layout--4 {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 767px) {
    .footer-wrapper.layout--4 {
        padding: 60px 0;
    }
}

.footer-wrapper.layout--4 a {
    color: #aaa;
}

    .footer-wrapper.layout--4 a:hover {
        color: #f7d307;
    }

.footer-wrapper.layout--4 .footer-contact-information [class*=col-]:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.single-footer-con-info {
    line-height: 2;
    margin-top: 30px;
}

    .single-footer-con-info h2 {
        color: #fff;
        font-size: 40px;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 26px;
    }

@media only screen and (max-width: 767px) {
    .single-footer-con-info h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
}

.single-footer-con-info a {
    display: block;
}

.single-footer-con-info p {
    margin-bottom: 0;
}

.footer-bottom-left a {
    color: #fff !important;
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
}

.footer-social-icons.icons-rounded a {
    background-color: #444444;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    margin-left: 10px;
    font-size: 14px;
    height: 45px;
    width: 45px;
}

/* Tippy */
.tippy-box[data-theme~=amitel] {
    background-color: #333333;
    color: white;
    border: none;
    font-size: 11px;
}

.demo-overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    cursor: url(../images/cancel.png), auto;
    z-index: 9999;
    display: none;
}

.demo-fix {
    overflow: hidden;
}

    .demo-fix .demo-overlay {
        display: block;
    }

.checkbox-xl {
    top: 1.2rem;
    transform: scale(1.5);
    margin-right: 0.8rem;
}

.textareadiv {
    white-space: pre-wrap; /* Préserve les espacements et les retours à la ligne */
    font-family: monospace; /* Utilise une police à largeur fixe pour une mise en forme similaire à un textarea */
    padding: 5px; /* Ajoute un padding pour l'espacement autour du texte */
    border: 1px solid #ccc; /* Ajoute une bordure pour délimiter la zone de texte */
    overflow-y: auto; /* Ajoute une barre de défilement verticale si le contenu dépasse la hauteur spécifiée */
    height: auto; /* Ajuste la hauteur automatiquement en fonction du contenu */
    max-height: 40em; /* Limite la hauteur maximale du div à l'équivalent de 40 lignes */
}

.textarea {
    white-space: pre-wrap; /* Préserve les espacements et les retours à la ligne */
    font-family: monospace; /* Utilise une police à largeur fixe pour une mise en forme similaire à un textarea */
    padding: 0 5px 5px 5px; /* Ajoute un padding pour l'espacement autour du texte */
    border: 1px solid #ccc; /* Ajoute une bordure pour délimiter la zone de texte */
    overflow-y: auto; /* Ajoute une barre de défilement verticale si le contenu dépasse la hauteur spécifiée */
    height: auto; /* Ajuste la hauteur automatiquement en fonction du contenu */
    max-height: 40em; /* Limite la hauteur maximale du div à l'équivalent de 40 lignes */
}

.textareadivdocument {
    white-space: pre-wrap; /* Préserve les espacements et les retours à la ligne */
    font-family: monospace; /* Utilise une police à largeur fixe pour une mise en forme similaire à un textarea */
    padding: 0 5px 5px 5px; /* Ajoute un padding pour l'espacement autour du texte */
    border: 1px solid #ccc; /* Ajoute une bordure pour délimiter la zone de texte */
    overflow-y: auto; /* Ajoute une barre de défilement verticale si le contenu dépasse la hauteur spécifiée */
    height: auto; /* Ajuste la hauteur automatiquement en fonction du contenu */
    max-height: 40em; /* Limite la hauteur maximale du div à l'équivalent de 40 lignes */
}

.bg-important-light {
    background-color: rgba(248, 215, 218, 0.5) !important; /* Couleur de fond avec transparence */
    border: 4px solid #f8d7da; /* Couleur du cadre */
}

.validerSignature {
    background-color: rgba(212, 237, 218, 0.5) !important; /* Couleur de fond avec transparence */
    border: 4px solid #d4edda; /* Couleur du cadre */
}

.refuserSignature {
    background-color: rgba(245, 77, 77, 0.5) !important; /* Couleur de fond avec transparence */
    border: 4px solid #f54d4d; /* Couleur du cadre */
}

.ligne.selected {
    /* Styles de la ligne sélectionnée (surbrillance) */
    background-color: #f0f0f0;
    font-weight: bold;
}

.modalrefus {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-contentrefus {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
}

.close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close-button:hover,
    .close-button:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

#validationSignatureEtCorrection {
    display: flex;
    align-items: center;
    font-size: 1rem;
    text-transform: none;
}

    #validationSignatureEtCorrection i {
        margin-right: 0.5rem;
        display: inline-block;
    }

.button-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
}

    .button-container button {
        background-color: #f7d307;
        border: none;
        padding: 10px 20px;
        color: white;
        font-size: 1rem;
        cursor: pointer;
        border-radius: 5px;
    }

        .button-container button:hover {
            background-color: #222222;
        }

.fixed-menu {
    position: fixed;
    top: 100px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

    .fixed-menu .icons {
        display: inline-block;
        margin-right: 10px;
        cursor: pointer;
    }

    .fixed-menu #validationText {
        display: block;
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: bold;
    }

/*# sourceMappingURL=wwwroot\assets\css\style.css.map */
