@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);

#header {
    color: #333;
    -webkit-font-smoothing: antialiased;
    font-family: Poppins, helvetica\ neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.71429;
    min-width: 1000px;
    width: 100%;
    position: fixed;
    margin: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding: 0;
    z-index: 6000;
    background: #000
}

#header ul li, #header ol li {
    list-style: disc !important;
    margin-bottom: 5px
}

#header:hover {
    z-index: 10000
}

#header #logo {
    z-index: 1000;
    margin: 0
}

#header #logo img {
    z-index: 39;
    padding: 5px 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#conteneur_header {
    width: 1170px;
    font-size: 0;
    margin: auto;
    position: relative
}

.right_logo {
    display: inline-block;
    width: calc(100% - 145px);
    box-sizing: border-box;
    padding-left: 20px;
    vertical-align: top
}

#header h1 {
    margin: 0;
    padding: 0;
    font-size: 1.65em
}

#header img {
    margin: 0;
    padding: 0;
    background-image: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.top_right ul {
    margin: 0
}

.top_right {
    border-bottom: 1px solid #ccc;
    width: 100%;
    text-align: right;
    padding: 10px 0
}

.top_right > ul > li:first-child {
    font-size: 12px;
    color: #fff;
    padding-right: 20px;
    letter-spacing: .07em;
    text-align: left;
    font-style: italic;
    font-weight: 100
}

.top_right > ul > li {
    font-size: 15px;
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px
}

.top_right ul li {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0
}

.top_right > ul > li:last-child a {
    color: #97d10d;
    display: block;
    padding: 8px 17px;
    text-decoration: underline;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px
}

.top_right > ul > li:last-child a span {
    padding-right: 5px;
    font-size: 16px
}

.top_right > ul > li:first-child::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 2px;
    background: #fff
}

#header #logo {
    text-align: left;
    display: inline-block;
    width: 145px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.list-inline > li {
    display: inline-block !important;
    vertical-align: top
}

#position-menu {
    position: relative;
    vertical-align: top;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#menu_haut {
    list-style-type: none;
    margin: auto;
    font-size: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#menu_haut > ul > li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    padding-left: 0
}

#menu_haut > ul > li:hover {
}

.PGS_QUI_SOMMES_NOUS > a > i {
    font-size: 20px;
    vertical-align: middle
}

#menu_haut ul {
    margin: 0 !important;
    padding: 0 !important;
    text-align: right;
    position: relative
}

#menu_haut li:first-child {
    border-left: 0
}

.sousmenu > a:first-child:after{
    content: '\f107';
    display:inline-block;
    position: relative;
    font: 400 14px FontAwesome;
    text-align: center;
    transition: .4s all ease;
    z-index: 2;
    will-change: transform;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.sousmenu:hover > a:first-child:after {
    transform: rotate(180deg)
}

#menu_haut li:first-child > a {
    color: #95bc0d
}


#menu_haut li a {
    display: block;
    text-align: left;
    padding: 16px 10px 16px 11px;
    color: #fff;
    letter-spacing: 1.2px;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    outline: none;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px
}

span.exclu {
    color: #fff;
    background-color: #95bc0d;
    padding: 3px 5px;
    animation: clignote 1.5s ease-out infinite;
    font-size: 14px;
}

@keyframes clignote {
    50% {
        opacity: 0;
    }
}

#menu_haut > ul > li > a:hover {
    color: #95bc0d
}

#menu_haut li:first-child > a {
    color: #95bc0d
}

#menu_haut li a .mdi-basket {
    color: #95bc0d;
    font-size: 18px
}

#menu_haut .menu-sub li a .mdi-basket {
    color: #000;
    font-size: 18px
}

#menu_haut .menu-sub li a:hover > .mdi-basket {
    color: #95bc0d
}

#menu_haut > ul > li:hover > a:nth-child(1) {
    border-color: #22a127
}

#menu_haut > ul > li .menu-sub {
    text-align: left;
    position: absolute;
    top: 49px;
    z-index: 999;
    padding: 0 0;
    background: #fff;
    left: -100000px;
    list-style-type: none
}

#menu_haut > ul > li .transfert_menu {
    text-align: left;
    position: absolute;
    top: 100%;
    z-index: 999;
    padding: 0 0;
    background: #fff;
    left: -10000px;
    list-style-type: none;
    width: 100%;
    background-color: #fff
}

ul.transfert_menu > li {
    display: flex;
    width: 100%;
    padding: 0
}

#header ul li .transfert_menu li {
    list-style-type: none !important;
    font-size: 14px;
    color: #000;
    line-height: normal;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    text-transform: none
}

#menu_haut ul.transfert_menu li .sous-menu-sub .ss-menu-sub li.title2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600
}

#header ul li .transfert_menu a {
    color: #000
}

#menu_haut ul.transfert_menu li .sous-menu-sub {
    display: flex;
    width: 35%;
    flex-direction: column;
    left: 0;
    opacity: 1;
    justify-content: flex-start
}

#menu_haut ul.transfert_menu li .sous-menu-sub:last-child {
    width: 30%;
}

#menu_haut ul.transfert_menu li .sous-menu-sub:nth-child(2) {
    width: 35%
}

#menu_haut ul.transfert_menu li .sous-menu-sub .ss-menu-sub {
    display: flex;
    width: 100%;
    flex-direction: column;
    position: relative !important;
    left: 0;
    opacity: 1;
    padding-top: 10px !important;
    padding-left: 33px !important
}

#menu_haut ul.transfert_menu li .sous-menu-sub .ss-menu-sub li a {
    padding: 0;
    text-transform: none;
    font-weight: 400;
    letter-spacing: normal;
    font-size: 14px
}

#menu_haut ul.transfert_menu li .sous-menu-sub .ss-menu-sub li a:hover {
    color: #95bc0d
}

#header ul li ul.sous-menu-sub li.title1 {
    color: #95bc0d;
    display: flex;
    font-size: 16px
}

#header ul li ul.sous-menu-sub li.title1 a {
    color: #95bc0d;
    text-transform: none;
    font-size: 18px;
    letter-spacing: normal;
    padding: 0
}

#header ul li ul.sous-menu-sub li.title1 a:hover {
    color: #000
}

#header ul li ul.sous-menu-sub li.title1 .fa {
    font-size: 20px;
    color: #95bc0d;
    margin-right: 10px
}

ul.transfert_menu ul {
    display: flex
}

li.sub_menu_spe {
    position: static !important
}

.menu-sub a {
    font-size: 13px
}

.menu-sub > li {
    display: block !important;
    position: relative;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    padding: 0;
    border-bottom: 1px solid #ccc
}

.menu-sub > li:hover > a {
    color: #95bc0d !important
}

.menu-sub a {
    min-width: 280px;
    font-weight: 400 !important;
    padding: 10px 13px 10px 12px !important;
    color: #000 !important
}

.menu-sub a span + span {
    padding-left: 10px
}

#menu_haut li:nth-child(1) .menu-sub a {
    min-width: 350px
}

#menu_haut > ul > li > ul {
    top: 100px
}

#menu_haut ul ul {
    left: -9999px;
    opacity: 0;
    -webkit-transition: top .2s ease, opacity .2s ease;
    -moz-transition: top .2s ease, opacity .2s ease;
    -ms-transition: top .2s ease, opacity .2s ease;
    -o-transition: top .2s ease, opacity .2s ease;
    transition: top .2s ease, opacity .2s ease
}

ul.menu-sub ul {
    display: none;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .5);
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .5)
}

ul.menu-sub ul li {
    list-style: none
}

ul.menu-sub ul {
    background-color: #fff
}

ul.menu-sub li:hover ul {
    display: block;
    padding: 0
}

ul.menu-sub li:hover ul {
    display: block;
    position: absolute;
    left: calc(100%) !important;
    top: 0;
    z-index: 1000;
    width: 200px;
    opacity: 1 !important
}

.contain-slogan {
    width: 100%;
    max-width: 1170px;
    margin: auto;
    display: flex;
    padding: 5px;
    border-bottom: 1px solid #ffffff30;
    transition: all 0.5s ease;
    justify-content: center;
}

.contain-slogan p {
    margin: 0;
    color: #95bc0d;
    opacity: 0.5;
    font-size: 16px;
}


.search {
    display: flex;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    z-index: 3;
    position: relative;
    text-align: right;
    height: 100%;
}

.header-search {
    width: 100%;
}

.right_logo .top_right ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top_right > ul > li:last-child {
    width: 157px;
}

.top_right > ul > li {
    /* padding: 0; */
}

#header
.top_right > ul > li:first-child {
    width: calc(100% - 228px);
    margin: 0;
}

.top_right > ul > li:nth-of-type(2) {
    width: 71px;
}

.btn_header_search {
    color: #fff;
    font-size: 016px
}

.transition {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s
}

.search-form-modal {
    background-color: #000;
    background: rgba(0, 0, 0, .93);
    height: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000000
}

.search-form-modal.open {
    height: 100%
}

.search-form_close {
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: -0
}

.header_search_form {
    bottom: 0;
    display: flex;
    /* height: 140px; */
    left: 0;
    margin: auto;
    /* max-width: 650px; */
    padding: 0;
    /* position: absolute; */
    right: 0;
    top: 0;
    width: 100%
}

.header_search_form .form-group {
    position: relative;
    width: calc(100% - 63px);
    border-radius: 50%;
    margin: 0;
}

.header_search_form .form-group input {
    text-align: right;
    background-color: transparent;
    border: none;
    color: #fff;
    /* border-bottom: 1px solid #797979; */
    padding: 0;
    height: 31px;
}


.header_search_form .form-group input::placeholder {
    color: #ffffffab;
}

.header_search_form label {
    font-size: 24px;
    display: block;
    text-align: center
}

.header_search_form .form-group input[type="text"] {
    padding: 20px 85px 20px 40px !important;
    font-size: 18px;
    color: #444;
    border-radius: 99px;
    border: none;
    outline: none;
    width: 100%;
    height: auto !important;
    line-height: 25px
}

.header_search_form .btn_search {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    border: none;
    padding: 0;
    padding: 0 15px;
    font-size: 25px;
    color: #222;
    background-color: transparent
}

.btn_header_search i {
    font-size: 25px;
    color: #f7f7f7
}

.header_search_form .form-group {
    position: relative;
    width: 100%;
    border-radius: 50%
}

.header_search_form .form-group input[type="text"] {
    padding: 20px 85px 20px 40px !important;
    font-size: 18px;
    color: #444;
    border-radius: 99px;
    border: none;
    outline: none;
    width: 100%;
    height: auto !important;
    line-height: 25px
}

.header_search_form .btn_search {
    position: relative;
    right: auto;
    top: 0;
    bottom: 0;
    border: none;
    padding: 0;
    padding: 0 10px;
    font-size: 18px;
    color: #fff;
    background-color: transparent;
    box-shadow: none;
}

.btn_header_search i {
    font-size: 25px;
    color: #f7f7f7
}

@media screen and (min-width: 1170px) {
    #menu_haut > ul > li:hover .transfert_menu {
        left: 0;
        display: flex;
        font-size: 10px;
        color: #000;
        justify-content: center;
        align-items: center;
        padding: 20px !important
    }

    #menu_haut > ul > li:hover > ul {
        left: auto;
        top: calc(100% - 5px);
        opacity: 1;
        -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .5);
        -moz-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .5);
        box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .5)
    }

    #menu_haut > ul > li:nth-child(2):hover > ul {
        left: auto;
        top: 100%;
        opacity: 1;
        width: 290px
    }

    #menu_haut > ul > li:nth-child(5):hover > ul {
        left: auto;
        top: 100%;
        opacity: 1;
        width: 210px
    }

    .extend {
        display: none !important
    }
}

@media screen and (max-width: 1170px) {
    #header ul li .transfert_menu li {
        display: block
    }

    .header_search_form .form-group input {
        border-bottom: 1px solid #ffffff63 !important;
    }

    #header ul li ul.sous-menu-sub li.title1 a {
        font-size: 14px
    }

    #menu_haut ul.transfert_menu li .sous-menu-sub, #menu_haut ul.transfert_menu li .sous-menu-sub .ss-menu-sub {
        height: auto !important;
        display: block !important
    }

    #menu_haut ul.transfert_menu li .sous-menu-sub .ss-menu-sub li.title2 {
        text-align: left
    }

    #menu_haut ul {
        text-align: center
    }

    #menu_haut ul li a:after {
        display: none
    }

    #menu_haut ul li a:hover, #menu_haut ul li:hover a {
    }

    #menu_haut li a {
        color: #000;
        padding: 15px 15px;
        line-height: 15px !important;
        text-align: left
    }

    #menu_haut .extend {
        padding: 0;
        text-align: center;
        font-size: 30px !important;
        position: absolute;
        z-index: 1000000;
        right: 0;
        top: 0;
        height: 100%;
        line-height: 48px !important;
        width: 48px;
        height: 48px !important;
        color: #999 !important;
        border-bottom: 0
    }

    #header #menu_haut {
        width: 100% !important;
        max-width: 100%;
        float: none;
        margin: 0;
        padding: 0;
        z-index: 160 !important;
        overflow: hidden;
        height: 0
    }

    .btn-menu {
        z-index: 1000;
        display: inline-block !important;
        position: absolute;
        right: 20px;
        /* top: 40px; */
        color: #fff;
        font-size: 22px;
        width: 22px;
        height: 22px;
    }

    #header #logo {
        position: relative;
        left: 0;
        padding-top: 0
    }

    #logo img {
        padding-top: 0 !important
    }

    .right_logo {
        padding-right: 80px;
        /* height: 100%; */
    }

    .top_right {
        border: 0
    }

    #header #logo:after {
        border: none
    }

    #position-menu {
        background-color: #fff;
        position: absolute;
        top: 100%;
        right: 0;
        width: 100%;
        margin: 0;
        z-index: 1000;
        padding: 0;
        text-align: center
    }

    #menu_haut ul li ul {
        display: block;
        height: 0;
        overflow: hidden;
        padding: 0 !important;
        left: 0 !important;
        top: 0 !important
    }

    #menu_haut ul li.open ul {
        height: auto;
        top: 0;
        opacity: 1;
        position: relative;
        width: 100% !important;
        border: none;
        padding-top: 9px;
        padding-bottom: 9px;
        display: block;
        left: 0
    }

    #menu_haut > ul > li .transfert_menu {
        height: 0
    }

    #menu_haut ul li ul ul {
        display: none !important
    }

    #menu_haut ul li ul li, #menu_haut ul li ul li a {
        width: 100% !important;
        text-align: center;
        color: #3e3e3e !important;
        background-color: #fff;
        border: 0
    }

    #menu_haut ul li ul li a {
        text-align: left;
        display: block;
        color: #3e3e3e;
        box-sizing: border-box;
        height: auto;
        line-height: 30px;
        padding: 0 8px;
        margin-bottom: 0;
        width: 200px;
        font-size: 14px;
        padding: 12px 35px !important;
        background-image: none;
        border-top: 1px solid #e9e9e9
    }

    #menu_haut ul.menu-sub > li:first-child:after {
        display: none
    }

    #menu_haut ul {
        float: none;
        margin: auto
    }

    #menu_haut > ul > li {
        width: 100%;
        border-top: 1px solid #e9e9e9
    }

    #header {
        position: relative;
        min-width: 100%;
        z-index: 10000
    }

    #conteneur_header {
        width: 100%;
        display: flex;
        align-items: center;
    }
}

#lines {
    border-bottom: 17px double #fff;
    border-top: 6px solid #fff;
    content: "";
    height: 5px;
    width: 35px;
    display: block
}

.btn-menu {
    display: none;
    cursor: pointer
}

@media screen and (max-width: 740px) {
    #menu_haut {
        width: 100%
    }

    #menu_haut > ul {
        padding: 0;
        text-align: center
    }

    #menu_haut > ul > li {
        display: inline-block;
        float: none
    }

    #menu_haut > ul > li a {
    }

    #menu_haut > ul > li {
        width: 100%
    }
}

@media screen and (min-width: 0px) and (max-width: 400px) {
    #header #logo img {
        width: 150px;
        padding-top: 10px !important;
        height: auto
    }

    .top_right > ul > li:last-child a {
        font-size: 0;
    }

    .top_right > ul > li:last-child {
        width: auto !important;
    }

    #header .right_logo .top_right .list-bordered > li:nth-child(2), .top_right > ul > li:last-child {
        padding: 0 !important;
        margin: 0 !important;
    }

    .top_right > ul > li:last-child a {
        padding: 0;
    }

    .top_right > ul > li:nth-of-type(2) {
        width: auto !important;
    }

    .top_right > ul > li:last-child a span {
        font-size: 23px;
        padding: 0;
    }

    .btn-menu {
        top: auto;
        right: 10px
    }

    #position-menu {
        top: 100%;
        width: 100%
    }
}
