#top_slider{
    position: relative;
    width: 100%;
    height: 400px;
}
#top_slider ul{
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#top_slider .btn_top_slider{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 80px;
    width: 50px;
    border: none;
    background: none;
    cursor: pointer;
    color : #fff;
    background: #dbdbdb54;
    outline: none;
}
#top_slider .btn_top_slider:hover{
    background: #dbdbdbf1;
    color : rgb(119, 119, 119);
    transition: 0.5s all;
}
#top_slider .btn_top_slider i{
    font-size: 63px;
}
#top_slider #btn_top_slider_left{left: 10px;}
#top_slider #btn_top_slider_right{right: 10px;}

#top_slider ul li,#top_slider ul li a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    list-style: none;
}
#top_slider ul li{
    background-size: cover;background-position: center;
}
#top_slider ul li img{
    display: block;
    width: 100%;
}
.products_slider{
    display: flex;
    margin-top: 10px;
    position: relative;
}
.products_slider .slide_product_btn_next,.products_slider .slide_product_btn_previous{
    display: inline-block;
    width: 50px;
    position: relative;
}
.products_slider .slide_product_btn_next button,.products_slider .slide_product_btn_previous button{
    padding: 25px 5px 20px 5px;
    background: #eeeeee;
    border: 1px solid #808080;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.products_slider .slide_product_btn_next button i,.products_slider .slide_product_btn_previous button i{
    font-size: 30px;
}
.products_slider .slide_product_elements{
    flex: 1;
    overflow: hidden;
    overflow-x: scroll;
    min-height: 200px;
    white-space: nowrap;
}
.hidden_scroll_bar_slide{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 14px;
    background: #ffffff;
}
.zo_product_single_small{
    width: 150px;
    min-height: 200px;
    margin: 5px 10px;
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    transition: 0.5s all;
}
#sear_ans .zo_product_single_small{min-height: 250px;border: 1px solid #ececec;border-radius: 5px;margin: 0 0 15px 2%;float: left;}
.zo_product_single_small:hover{box-shadow: 0 0 6px#b3aeda;}
#sear_ans .zo_product_single_small:hover{box-shadow: 0 0 3px#a1bfe7;border-color: #a1bfe7;}

#sear_ans .zo_product_single_small .zo_product_infos_spec{
    display: block;
    margin-top: 10px;
}
.zo_product_single_small .zo_product_infos_spec span{
    display: block;
    font-size: 10px;
    font-family: MontserratRegular;
    font-weight: 600;
    margin-bottom: 3px;
}
.zo_product_single_small .zo_product_infos_spec span i{
    font-style:  normal;
    border : 1px solid #fb0000;
    display: inline-block;
    padding: 1px 7px;
    border-radius: 100%;
    margin-right: 5px;
}

.zo_product_single_small a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    outline: none;
}
.zo_product_single_small .zo_product_image{
    width: 115px;
    height: 115px;
    display: block;
    margin: 2px auto;
    overflow: hidden;
}
.zo_product_single_small .zo_product_image img{
    width: 100%;
}
.zo_product_single_small .btn_add_to_cart {
    font-size: 14px;
}
.zo_product_single_small .zo_product_title_price .zo_product_price{
    font-size: 13px;
}
.zo_product_single_small .zo_product_title_price .zo_product_off{
    font-weight: normal;
    display: inline-block;
    position: relative;
    color: #858585;
}
.zo_product_single_small .zo_product_title_price .zo_product_off::before{
    content: "";
    display: block;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    border: 1px solid #858585;
    position: absolute;
}
.zo_product_single_small .reduction_bulbe{
    position: absolute;
    top: 5px;
    left: 5px;
    height: 40px;
    width: 40px;
    padding-top: 10px;
    background-color: #d80303;
    color: #ffffff;
    border-radius: 100%;
    font-family: "Montserrat Black";
    font-size: 12px;
    text-align: center;
}

.categorie_cover{
    display: block;
    width: 98%;
    margin: 20px auto;
    background: #ffffff;
    font-family: MontserratRegular;
}
.categorie_cover .cover_cat{
    width: 96%;
    height: 250px;
    display: block;
    margin: 10px auto;
    overflow: hidden;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
}

.categorie_cover h3{
    padding: 10px;
    font-size: 18px;
    color: #025962;
}
.annonce_panel img{
    width: 100%;
}
.annonce_panel .container{
    height: 150px;overflow: hidden;position: relative;
}

.cat_service{
    display: block;
    width: 90%;
    border: 1px solid #e4e4e4;
    padding: 30px 0;
    border-radius: 10px;
    min-height: 220px;
}
.cat_service:hover{
    box-shadow: 0 0 10px #e4e4e4;
}
.cat_service img{
    display: block;
    width: 90px;
    margin: auto;
}
.cat_service span{
    font-family: MontserratRegular;
    display: block;
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
    color: #000000;
    font-size: 15px;
}
.categorie_cover_style_2{
    display: block;
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin: 20px auto;
    background: #ffffff;
    box-shadow: 0 0 6px #dbdbdb;
    position: relative;
    border-radius: 10px;
    font-family: MontserratRegular;
}
.categorie_cover_style_2 .cover_cat{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    margin: auto;
    overflow: hidden;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
}
.categorie_cover_style_2 h3{
    padding: 15px 10px;
    font-size: 20px;
    color: #025962;
    background: #fffffff2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: MontserratRegular;
    margin: 0;
}
.how_work{
    padding: 20px 0;
}
.how_work img,.how_work p{
    display: block;
    margin: auto;
}
.how_work img{
    width: 100px;
}
.how_work p{
    text-align: center;
    font-size: 18px;
    font-family: Montserrat;
    color: #000000;
}
.title_with_line{
    display: block;
    border-top: 1px solid #000000;
    position: relative;
    margin-top: 25px;
}
.title_with_line span{
    background: #ffffff;
    padding: 0 10px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-family: Montserrat;
    font-size: 30px;
    text-align: center;
}

.left{float: left;}
.stop_float{clear: both;}
.principal_title_page{
    padding: 20px 0px;
    font-size: 30px;
    font-family: 'Montserrat Black';
}
.paragraphe{
    color: #000000;
}
.big_short_line{
    display: block;
    width: 80px;
    border-top: 10px solid ;
}
.big_img_text{
    width: 90%;
}
.article_found{
    margin: 20px 0;
}
.article_found img{
    width: 100px;
    margin: 15px auto;
}
.article_found h2{font-size: 30px; font-family: 'Montserrat Bold';}
.article_found p{font-size: 18px;}
#search_not_found img{width: 100px;margin-top: 5%;}
#product_not_found img{width: 300px;margin-top: 5%;}
#search_not_found h1,#product_not_found h1{font-size: 30px;font-family:'Montserrat Bold';}
#search_not_found p,#product_not_found p{font-size: 20px;font-family:'MontserratRegular';color: #3d3d3d; margin: 10px auto;}
#search_not_found h1{font-size: 25px;}
#search_not_found p{font-size: 15px;}

.detail_product span{font-size: 13px; display: block;}
.detail_product span b{font-size: 12px;}
.every_date_event{
    display: flex;
    margin: 10px 0;
    border: 1px solid #b6b6b6;
    border-radius: 5px;
    width: 90%;
    max-width: 400px;
    padding: 5px;
    position: relative;
    cursor: pointer;
}
.every_date_event:hover{background: #f3f3f3;}
.every_date_event .event_date_check{position: absolute; top: 50%; transform: translateY(-50%);right: 5px;}
.every_date_event .event_date_detail{flex: 1;}
.every_date_event .event_date_detail .event_date_detail_line{display: flex;margin-top: 5px;}
.every_date_event .event_date_detail .event_date_detail_line i{margin-right: 10px;font-size: 18px;}
.every_date_event .event_date_detail .event_date_detail_line span{flex: 1;font-size: 13px;}
.custom_checkbox{
    display: inline-block;
    position: relative;
    padding-left: 35px;
    min-height: 25px;
    cursor: pointer;
}
.custom_checkbox input{
    opacity: 0;
    position: absolute;
    top: 0;left: 0;
    cursor: pointer;
}
.custom_checkbox .checkbox_mak{
    position: absolute;
    height: 25px;
    width: 25px;
    top: 0;
    left: 0;
    background: #d1d1d1;
    cursor: pointer;
}
.custom_checkbox .checkbox_mak:hover,.custom_checkbox:hover > .checkbox_mak{background: #bebebe;}
.custom_checkbox .checkbox_mak::after{
    content: "";
    display: none;
    position: absolute;
    top: 4.5px;
    left: 9px;
    width: 7px;
    height: 13px;
    border: solid  #ffffff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.custom_checkbox input:checked ~ .checkbox_mak{
    background: #0463a7;
}
.custom_checkbox input:checked ~ .checkbox_mak::after{display: block;}
.cart_empty i{font-size: 40px;margin-top: 30px;}
.cart_empty p{font-size: 20px;margin-bottom: 30px;}
.title_arrival{display: flex;border-bottom: 1px solid #b6b6b6; padding: 10px 0;}
.title_arrival .title_arrival_text{flex: 1;}
.title_arrival .new_arrivals_title{font-family:"Montserrat Black"}
.title_arrival a{font-family:MontserratRegular; font-size: 14px;font-weight: 600;}
.btn_with_icon_top{position: relative;}
.btn_with_icon_top:hover{
    color: #0463a7;
}
.btn_with_icon_top .wishlist_text,.btn_with_icon_top .cart_text{
    font-weight: 600;
}
.btn_with_icon_top a{
    position: absolute;
    top: 0; left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.clear{clear: both;}
.custom_group_input{
    display: flex;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    width: 150px;
}

.custom_group_input div{
    display: inline-block;
    flex:1;
}
.custom_group_input input{
    border: none;
    background: none;
    padding: 6px 3px;
    width: 100%;
}
.custom_group_input i{
    margin: 5px 7px 0 0;
    font-style: normal;
}
.every_select_delivery{
    border : 1px solid #bebebe;
}
.seller_profil_seller{
    display: flex;
    padding: 0.5em;
    border: 1px solid #d1d1d1;
    margin: 10px 0 30px 0;
    max-width: 350px;
}
.seller_profil_seller .seller_seller_profil_image{
    width: 60px;
    height: 60px;
    overflow: hidden;
}
.seller_profil_seller .seller_profil_details{
    flex: 1;
    padding: 0 10px;
}
.seller_profil_seller  .seller_profil_details .seller_profil_content{
    display: block;
    font-size: 14px;
}
.seller_profil_seller  .seller_profil_details .seller_profil_content::after{content: ""; display: block;clear: both;}
.seller_profil_seller  .seller_profil_details .seller_profil_content i{float: left;font-size: 18px;padding: 0;margin: 0 5px 0 0;}
.seller_profil_seller .seller_seller_profil_image img{width: 100%;height: auto;}
._evaluation_statut_{
    display: inline-block;
    background: #ffffff;
    margin: 2px 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    width: 75px;
}
._evaluation_statut_::after{
    content: "";
    display: block;
    clear: both;
}

._progress_evalution{
    position: absolute;
    top : 0;left: 0;
    height: 40px;
    background: #fb0;
}
.text-vote{color : #f2be42}
.star_style{
    background: url(/assets/icons/etoil.png);
    background-size: cover;
    background-position: top left;
    width: 15px;
    height: 15px;
    float: left;
    list-style: none;
    margin: 0;
    z-index: 2;
    position: relative;
    cursor: pointer;
}
#documents_content {
	padding: 10px;
	margin-bottom: 2em;
	border-top: 2px solid #111111;
	
}
@font-face{font-family:'Montserrat Bold';src:url(montserrat.bold.ttf)}
@font-face{font-family:'Montserrat Black';src:url(Montserrat-Black.otf)}
@font-face{font-family:'MontserratRegular';src:url(/assets/styles/Montserrat-Regular.ttf)}
.select_no_appearance::-webkit-inner-spin-button, 
.select_no_appearance::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.select_no_appearance{-moz-appearance:textfield;}
.rounded-pill{border-radius: 50px;}
.cursor{cursor: pointer;}
.MontserratBold{font-family: "Montserrat Bold";}
.MontserratBlack{font-family: "Montserrat Black";}
.MontserratRegular{font-family: "Montserrat Regular";}
#form_search_service{
    display: flex;
    max-width: 700px;
    border: 1px solid #b2b2b2;
    background-color: #ffffff;
    border-radius: 50px;
    height: 60px;
    overflow: hidden;
    margin: 1em auto;
    box-shadow: 0 0 6px #787878;
}
#form_search_service .input_search_service{
    flex: 1;
    display: block;
}
#form_search_service .input_search_service input{
    display: block;
    height: 100%;
    width: 100%;
    border: none;
    background: none;
    padding-left: 1em;
    outline: none;
    color: #025099;
    font-weight: 600;
}
#form_search_service .input_search_service input::placeholder {
    color: #050505;
    font-size: 14px;
    opacity: .8;
}
#form_search_service .input_search_service input::selection{background-color: #025099; color: #ffffff;}
#form_search_service button{
    display: inline-block;
    border: none;
    background: #025099;
    color: #ffffff;
    padding: .8em;
    margin: .5em .6em 0 0;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}
#form_search_service button #search_btn_text{display: inline-block;}
#parent_input_choose_categorie,#your_parent_input_choose_categorie{
    position: relative;
    padding-right: 20px;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    cursor: pointer;
    z-index: 1;
}
#parent_input_choose_categorie #categorie_input_c::after,#your_parent_input_choose_categorie #your_categorie_input_c::after{
    content: "";
    height: 10px;
    width: 10px;
    border-left: 2px solid #555555;
    border-bottom: 2px solid #555555;
    transform: translateY(-80%) rotateZ(-45deg);
    position: absolute;
    top: 50%;
    right: 8px;
}
#parent_input_choose_categorie input[type="text"],#your_parent_input_choose_categorie input[type="text"]{
    display: block;
    width: 100%;
    border: none;
    background: none;
    height: 40px;
    padding: 0 10px;
    cursor: pointer;
}
#parent_input_choose_categorie input[type="text"]::selection,#your_parent_input_choose_categorie input[type="text"]::selection{background-color: none;}
#parent_input_choose_categorie input[type="text"]::placeholder,#your_parent_input_choose_categorie input[type="text"]::placeholder{color: #000; opacity: 1;}
#parent_input_choose_categorie #input_choose_categorie,#your_parent_input_choose_categorie #your_input_choose_categorie{
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 300px;
	border: 1px solid #ced4da;
	background-color: #ffffff;
	padding: 10px;
	max-height: 300px;
	overflow-y: scroll;
    overflow-x: hidden;
    display: none;
    box-shadow: 0 0 6px #d4d4d4;
}
#input_choose_categorie ul,#input_choose_categorie ul li,#your_input_choose_categorie ul,#your_input_choose_categorie ul li{
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}
#input_choose_categorie li ul,#your_input_choose_categorie li ul{display: none;margin-left: 10px;}
#input_choose_categorie .check_radio_categorie:hover,#your_input_choose_categorie .check_radio_categorie:hover{background: #f8f8f8;}
.check_radio_categorie{
    display: flex;
    width: 100%;
    margin: 0;
    padding: 5px 0;
}
.check_radio_categorie,.check_radio_categorie *{cursor: pointer;}
.check_radio_categorie .title_check_radio_categorie::selection{background-color: none;}
.check_radio_categorie::after{content: "";display: block;clear: both;}
.check_radio_categorie .title_check_radio_categorie{display: block;flex: 1;margin-left: 5px;font-size: 13px;line-height: 1em;font-weight: 600;}
#input_choose_categorie li ul .check_radio_categorie .title_check_radio_categorie,#your_input_choose_categorie li ul .check_radio_categorie .title_check_radio_categorie{font-size: 12px;font-weight: normal;}
.check_radio_categorie .input_check_radio_categorie{
    height: 15px;
    width: 15px;
    border: 1px solid;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}
.check_radio_categorie .input_check_radio_categorie span{
    position: absolute;
    top: 0;left: 0;
    width: 20px;
    height: 20px;
    display: block;
}
.check_radio_categorie .input_check_radio_categorie input{opacity: 0;}
.check_radio_categorie .input_check_radio_categorie input:checked ~ span{background-color: #82c2ff;}
.show,.show_sous_categorie{display: block !important;}
.wait-load-ch{font-size: 10px}
#search_form_top #parent_input_choose_categorie input[type="text"]{
    height: 40px;
    margin-top: 2.5px;
    padding-right: 20px;
}
#your_parent_input_choose_categorie{margin-top: 6px;padding-right: 0px;}
#your_parent_input_choose_categorie input[type="text"]{
    height: 38px;
    padding-right: 20px;
}
#search_form_top #parent_input_choose_categorie{
    padding-right: 0px;
    border: none;
    border-left: 1px solid #d4d4d4;
}
#cookie_accepted_km{
	position: fixed;
	bottom: 10px;
	left: 10px;
	right: 10px;
	padding: 10px;
	background: #fff;
    box-shadow: 0 0 6px #202020;
    max-width: 350px;
    border-radius: 5px;
    z-index: 10;
    font-size: 14px;
    text-align: justify;
}
#cookie_accepted_km button{
    font-size: 13px;
    width: 100%;
    display: block;
    margin: 10px auto;
    
}
#menu_items_cgv{
    display: flex;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    margin: 1em auto;
}
#menu_items_cgv li{
    flex: 1;
    padding: 0;
    margin: 0;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
#menu_items_cgv li:hover{
    background: #f3f3f3;
}
#menu_items_cgv li a{
    display: block;
    padding: 10px 5px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #000000;
}
#menu_items_cgv li.activ_items_cgv{
    border-color: #5d9cfc;
    background: #abcbfc;
}
#menu_items_cgv li.activ_items_cgv a{
    color: #000000;
}
.banniere_full{
    display: block;
    padding: 20px 20px 0;
    text-align: center;
}
.banniere_full img{
    max-width: 100%;
    max-height: 80px;
    display: block;
    margin: auto;
}
@media screen and (max-width: 1330px){
    #top_slider{height: 350px;}
}
@media screen and (max-width: 1165px){
    #top_slider{height: 300px;}
}
@media screen and (max-width: 995px){
    #top_slider{height: 250px;}
    .new_arrivals_title{font-size: 20px;}
    .annonce_panel .container{height: 100px;}
}
@media screen and (max-width: 795px){
    #top_slider{height: 200px;}
}
@media screen and (max-width: 767px){
	#logo_market{
        width: 90px;
    }
    #other_menu_app{
        margin-top: 0px;
    }
    #other_menu_app button{
        height: 38px;
    }
    .three_bar_parent span{
        width: 25px;
        margin: 5px auto 0 auto
    }
    .new_arrivals_title{font-size: 18px;}
    .annonce_panel .container{height: 90px;}
    .title_with_line span{
        font-size: 20px;
    }
}
@media screen and (max-width: 665px){
    #top_slider{height: 150px;}
}
@media screen and (max-width: 575px){
    .wishlist_content{
        margin-left: 15px !important;
    }
    .wishlist_text,.cart_text{
        display: block !important;
        text-align: left !important;
    }
    .wishlist_text a,.cart_text a{
        font-size: 12px !important;
    }
    #btn_my_account_top_right{
        display: none !important;
    }
    .new_arrivals_title{font-size: 15px;}
    .annonce_panel .container{height: 80px;}
}
@media screen and (max-width: 485px){
    #top_slider{height: 100px;}
    .new_arrivals_title{font-size: 13px;}
    #form_search_service button #search_btn_text{display: none;}
}
@media screen and (max-width: 485px){
    #form_search_service .input_search_service input::placeholder{
        font-size: 12px;
    }
}