/***************************************************************** Start CSS Header **************************************************************/
/************** Banner erreur tmp ***************/
#container_header_tmp{
    background-color: white;
    width: 1300px;
    margin: 0 auto;
    padding-bottom: 25px;
}

#container_header_tmp #msg_header_tmp, .msg_tmp{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    border-radius: 4px;
    color: white;
    cursor: default;
    text-align: center;
    width: 1241px;
    margin: auto;
    padding: 5px;
}

#container_header_tmp .text_info{
    background: #4CAF50;
}

#container_header_tmp .text_warning{
    background: #c9382f;
}

#container_header_tmp #msg_header_tmp .logo_warning_white{
    margin: auto;
}


/**************** Fin tmp ************************/


body{
	background-color: white;
	margin: 0;
}

#wrapper{
	background-color: white;
	width: 1300px;
	margin: 0 auto;
}

#header {
	font-family: 'Open Sans';
	background: white;
	width: 1300px;
	height: auto;
	margin: auto;
	padding-bottom: 25px;
}


.header_without_banner{
	height: 128px!important;
	padding-bottom: 0px!important;

}

.clear{
    clear: both;
}

#scroll_header{
	display: none;
}

.scroll_header_without_banner{
	background: white;
    display: block!important;
    position: fixed;
    top: 43px;
    z-index: 4000;
    height: 85px;
    width: 1300px;
}

#popup{
	z-index: 99999!important;
	width: 0;
}

#popup img{
	width: 230px;
}

/* .body_black_friday{ */
/* 	background: url(/img/style/background_blackfriday.jpg); */
/* } */


/******************************************** Slide top ********************************************/
.container_top_header{
	background: rgba(0, 0, 0, 0.31);
	position: fixed;
	z-index: 5000;
	width: 100%
}

.container_top_without_banner{
	background: #b4b4b4!important;
}

.slide_top{
	max-width: 1300px;
	height: 43px;
	margin: auto;
}

.container_top_mb,
.container_top_user{
	display: flex;
}

.container_top_mb{
	float: left;
	margin-left: 30px;
}

.logo_genie_top{
    border-radius: 34px;
	position: relative;
	display: flex;
	width: 65px;
	height: 43px;
}

.small_part_without_banner{
	background: #b4b4b4;
}

.logo_playin_top img{
	width: 158px;
    height: 31px;
	margin: auto;
}

.header_container_flag{
	display: flex;
	float: left;
	width: 108px;
}

.container_flags_mb{
	display: none;
}

.header_container_flag a{
	display: flex;
	height: 43px;
	margin: auto;
}

.header_flag_en{
    background: url(/img/style/full-ico.png?v=4) -54px -384px;
    background-repeat: no-repeat;
    width: 38px;
    height: 25px;
    margin: auto;
}

.header_flag_fr{
    background: url(/img/style/full-ico.png?v=4) -133px -328px;
    background-repeat: no-repeat;
    width: 38px;
    height: 25px;
    margin: auto;
}

.container_top_user{
	float: right;
	margin-right: 30px;
}

.container_cart_user_header,
.store_top .showPopupHeader,
.store_favourite_top{
	display: flex;
}

.shipping_top,
.store_top,
.sell_top,
.cart_top,
.acc_top{
	font-size: 13px;
	color: white;
	cursor: pointer;
	margin-right: 50px;
}

.store_top,
.acc_top,
.cart_top a{
	position: relative;
}

.sell_top{
	white-space: nowrap;
}

.shipping_top a,
.store_top,
.sell_top a,
.cart_top a{
	text-decoration: none;
    color: white;
    display: flex;
    height: 43px;
}

.shipping_top .text,
.store_top .text,
.sell_top .text,
.cart_top .text,
.acc_top .text{
	font-size: 14px;
	color: white;
	line-height: 18px;
	margin: auto;
	margin-left: 10px;
}

.sell_top .text,
.cart_top .text{
	display: flex;
}

.sell_top .text div,
.cart_top .text div{
	line-height: 43px;
	height: 43px;
}

.acc_top .text{
	line-height: 43px;
}

.shipping_top .shipping_top_img{
    background: url('/img/style/full-ico.png?v=4') -96px -331px;
    background-repeat: no-repeat;
    width: 36px;
	height: 22px;
	margin: auto 0;
}

.store_top .store_top_img{
    background: url('/img/style/full-ico.png?v=4') -90px -1039px;
    background-repeat: no-repeat;
    width: 16px;
	height: 25px;
	margin: auto 0;
}

.sell_top .sell_top_img{
    background: url('/img/style/full-ico.png?v=4') -152px -262px;
    background-repeat: no-repeat;
    width: 19px;
	height: 25px;
	margin: auto 0;
}

.cart_top .cart_top_img{
	background: url('/img/style/full-ico.png?v=4') -0px -146px;
    background-repeat: no-repeat;
    width: 25px;
	height: 22px;
	margin: auto 0;
}

.acc_top .acc_top_img{
    background: url('/img/style/full-ico.png?v=4') -22px -218px;
    background-repeat: no-repeat;
    width: 22px;
	height: 22px;
	margin: auto 0;
}

.acc_top .acc_top_img.not_connected{
	background: url('/img/style/full-ico.png?v=4') -0px -218px;
}

.acc_top .showPopupHeader{
	display: flex;
}

.cart_top a .nbr_article_in_order{
	background: #f86c28;
    border-radius: 100px;
    font-size: 11px;
	text-align: center;
	position: absolute;
    top: 25px;
    left: 10px;
    padding: 2px;
    min-width: 12px;
}

.headerBoxToggle{
	background: #b4b4b4;
	cursor: default;
	display: none;
	position: absolute;
	z-index: 1000;
	top: 43px;
	left: -5px;
	width: 215px;
	padding: 10px;
}

.headerStoreToggle{
	left: -70px;
}

.headerStoreToggle select{
	border-radius: 4px;
    width: 100%;
    padding: 5px;
}


.headerBoxToggle_img{
	background: url(/img/style/full-ico.png?v=4) -89px -72px;
	position: absolute;
    top: 0px;
    width: 30px;
    height: 12px;
    margin: 0;
}

.headerStoreToggle_img{
	left: 85px;
}

.headerBoxToggle .border{
	text-align: center;
	border: 1px solid #ececec;
	border-radius: 4px;
	color: #464646;
	background: white;
	margin: auto;
}

.headerBoxToggle .connexion{
	text-align: center;
}

.headerBoxToggle .border a{
	color: #464646;
}

.container_top_mobile{
	display: none;
}

.header_text_mobile{
	display: none;
}


/*********** BoxToogle not logged **************/
.headerBoxToggle .border .form_log{
	width: 184px;
	margin: 15px;
}

.headerBoxToggle .border input{
	border: 1px solid #b4b4b4;
    border-radius: 2px;
    padding: 5px;
    margin-bottom: 5px;
}

.headerBoxToggle .border .champ{
	float: left;
	width: 172px;
}

.headerBoxToggle .form_log .btn{
	background: #f86c28;
	border-radius: 2px;
	border: 1px solid #b4b4b4;
    color: white;
    cursor: pointer;
    width: 181px;
    margin-top: 10px;
    padding: 5px;
}

.headerBoxToggle .form_log .btn:hover{
	box-shadow: 0px 0px 1px #464646;
}

.headerBoxToggle .form_log .pwd_lost{
	font-size: 12px;
    text-align: right;
    margin: 5px auto;
}

.headerBoxToggle .form_log .container_chbox_cookie{
	display: flex;
	margin: 5px 0;
}

.headerBoxToggle .form_log .container_chbox_cookie label{
	display: flex;
	margin-left: auto;
}

.headerBoxToggle .form_log .container_chbox_cookie input{
	cursor: pointer;
	margin: auto 3px;
}

.headerBoxToggle .form_log .container_chbox_cookie span{
	cursor: pointer;
}

.headerBoxToggle .border .separateur{
    margin: 15px 20px;
}

.headerBoxToggle .btn_account{
	background: #ececec;
	border-radius: 2px;
	border: 1px solid #b4b4b4;
    width: 171px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 5px;
}

.headerBoxToggle .btn_account:hover{
	box-shadow: 0px 0px 1px #464646;
}

.headerBoxToggle .btn_account a{
	text-decoration: none;
}

.headerBoxToggle .btn_grey{
	margin: 15px auto;
}


/************* BoxToogle logged ****************/
.headerBoxToggle .border .title_email{
	font-size: 14px;
    text-transform: none;
    font-weight: bold;
    color: #f86c28;
    margin-top: 15px;
    margin-bottom: 15px;
}

.headerBoxToggle .connexion .profil{
	text-align: left;
	display: flex;
	margin: 0 20px;
    margin-bottom: 5px;
}

.headerBoxToggle .connexion .profil_pc_user{
	text-align: center;
	display: block;
	cursor: default;
}

.headerBoxToggle .connexion .profil a:hover{
	text-decoration: underline;
	color: #f86c28;
}

.headerBoxToggle .profil a{
	text-decoration: none;
	display: flex;
}

.headerBoxToggle .profil div{
	margin: auto 0!important;
    margin-right: 10px!important;
}

.headerBoxToggle .profil .img_ball_orange{
	background: #f86c28;
    border-radius: 100px;
    width: 5px;
    height: 5px;
}

.headerBoxToggle .connexion .profil_pc_user div{
	margin: auto 0!important;
	margin-bottom: 10px!important;
}


/******************************************** Banner top ********************************************/
#rotating_item_wrapper{
    position: relative;
    width: 1300px;
	height: 300px;
}

.rotating_item{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: auto;
}

.one_banner{
	width: 100%;
	height: 100%;
}

.img_active{
	display: block;
}

.btn_pub_top{
	position: absolute;
	bottom: 20%;
	display: flex;
	width: 100%;
}

.btn_pub_top .bloc{
	display: flex;
	margin: auto;
}

.btn_pub_top img{
	width: 100%;
	height: 100%;
}

.btn_pub_number{
	font-stretch: condensed;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	color: #486d80;
	text-align: center;
	line-height: 20px;
	background: white;
	border-radius: 100px;
    width: 20px;
	height: 20px;
	margin-right: 5px;
}

.btn_active{
	color: white;
	background: #f86c28;
    transition: background-color 1s linear;
}

.btn_pub_number:hover{
	color: white;
	background: #f86c28;
    transition: background-color 0s linear;
}


/******************************************** Navbar top ********************************************/
.navbar_top{
	background-color: #345d72;
	font-size: 12px;
	position: absolute;
	top: 255px;
	width: 1241px;
	height: 45px;
	margin: 0 30px;
}

.navbar_top_without_banner{
	position: fixed;
	top: 63px!important;
	z-index: 4500;
}

.container_case_navbar,
.form_search_top{
	display: flex;
}


.container_case_navbar{
	float: left;
}

.case_navbar_top,
.case_navbar_top a{
	color: white;
}

.case_navbar_top .name_navbar{
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	display: flex;
	height: 45px;
	line-height: 45px;
	margin: auto 0;
	padding: 0 10px;
}

.case_navbar_top .name_navbar_accessoires{
    display: block;
}

.case_navbar_top .name_navbar_accessoires div{
	height: 22.5px;
}

.case_navbar_top .name_navbar_accessoires .first_title{
	line-height: 35px;
}

.case_navbar_top .name_navbar_accessoires .second_title{
	line-height: 15px;
}

.case_navbar_top:hover{
	box-shadow: 0px 0px 1px #464646;
	background: #ececec;
	color: #464646;
}

.case_navbar_top:hover a{
	color: #464646;
}

.case_navbar_top_promotions:hover,
.case_navbar_top_soldes:hover,
.case_navbar_top_sales_and_special_offers:hover,
.case_navbar_top_promotions:hover a,
.case_navbar_top_soldes:hover a,
.case_navbar_top_sales_and_special_offers:hover a{
	background: #ab1d15;
	color: white;
}

.case_navbar_top_black_friday{
	background: black;
	color: white;
}

.case_navbar_top_black_friday:hover,
.case_navbar_top_black_friday:hover a{
	background: #252323;
	color: white;
}

#case_navbar_cardgames{
	cursor: default;
}

.case_home_logo{
	background: url('/img/style/full-ico.png?v=4') -60px -84px;
	background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin: auto;
}

.img_arrow_little_white_left{
    background: url(/img/style/full-ico.png?v=4) -0px -35px;
    background-repeat: no-repeat;
    width: 10px;
    height: 15px;
}

.case_navbar_top_promotions,
.case_navbar_top_soldes,
.case_navbar_top_special_offers,
.case_navbar_top_bargain_sales,
.case_navbar_top_sales_and_special_offers{
	background: #c9382f;
}

.insert_case{
	background-color: grey;
	width: 2px;
	height: 15px;
	margin: auto;
}

.form_search_top{
	float: right;
}

.btn_search_top{
	cursor: pointer;
	background-color: #f86c28;
	border: 1px solid #f86c28;
	border-radius: 100%;
	position: relative;
	z-index: 1500;
	display: flex;
	width: 60px;
    height: 60px;
    margin-top: -6px;
    margin-right: -13px;
}

.btn_search_top:hover{
	box-shadow: 0px 0px 1px #464646;
}

.btn_search_top_img{
	background: url('/img/style/full-ico.png?v=4') -127px -40px;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    margin: auto;
}

.btn_search_top input{
	font-weight: 600;
	width: 35px;
    height: 34px;
    margin: auto;
}

.champ_search_top{
	font-weight: 600;
	background: white;
    border: 3px solid #f86c28;
    font-size: 14px;
    width: 315px;
    height: 37px;
    padding-left: 16px;
    outline: none;
}

.container_navbar_mobile{
	display: none!important;
}


/******************************************** Dropdown Menu ********************************************/
.drop_down_menu{
    border-top: none;
	border-radius: 0 0 4px 4px;
	box-shadow: #46464B 5px 5px 5px;
	background: #ececec;
	color: #464646;
	position: absolute;
	top: 45px;
	left: 0px;
	z-index: 6000;
	display: none;
	width: 950px;
    height: auto;
	padding: 10px;
}

.case_navbar_top:hover .drop_down_menu{
	display: flex;
}

.drop_down_menu .container_drop_down_title{
	width: 100%;
}

.drop_down_menu .container_drop_down_bloc{
	display: flex;
}

.drop_down_menu .container_bloc{
    float: left;
}

.drop_down_menu .bloc_img_family{
	float: none;
	display: flex;
	margin-bottom: 15px;
}

.drop_down_menu .container_bloc_img_family{
	height: 35px;
}

.drop_down_menu .bloc_first_family .bloc_title_family{
	font-weight: bold;
	font-size: 16px;
	padding: 10px;
}

.drop_down_menu .bloc_second_family{
	margin-left: 20px;
}

.drop_down_menu .bloc_third_family{
	margin-left: 10px;
}


.drop_down_menu .bloc{
	font-weight: bold;
	display: flex;
    padding: 2px;
}

.drop_down_menu .bloc_black_friday{
    background: black;
    color: white;
}

.drop_down_menu .bloc_black_friday:hover,
.drop_down_menu .bloc_black_friday:hover a{
    background: #252323;
    color: white!important;
}

.drop_down_menu .title_bloc span{
	font-weight: bold;
    font-size: 16px;
    margin-left: 10px;
}

.drop_down_menu .bloc span{
	line-height: 20px;
	height: 20px;
}

.drop_down_menu .bloc .long{
	line-height: 14px;
	height: 25px;
	width: 130px;
}

.drop_down_menu .ss_bloc span{
	font-weight: normal;
	margin-left: 10px;
}

.drop_down_menu .bloc_link{
	font-style: italic;
	text-decoration: underline;
	margin-top: 5px;
}

.drop_down_menu .bloc_space{
 	margin-top: 10px;
}

.drop_down_menu .cat_important{
 	line-height: 30px!important;
}

 .drop_down_menu .empty_space_vertical{
	height: 45px;
}

.drop_down_menu .bloc_title_family:hover,
.drop_down_menu .bloc:hover{
	font-weight: bold;
	color: #f86c28;
}

.drop_down_menu .bloc_no_link:hover{
	color: #464646;
}

.magic_wizard_logo{
	background: url(/img/style/full-ico.png?v=4)-0px -893px;
    background-repeat: no-repeat;
    width: 119px;
    height: 35px;
}

#case_navbar_cardgames .magic_wizard_logo{
	margin: auto;
}

.jds_meeple_logo{
	background: url(/img/style/full-ico.png?v=4)-0px -770px;
    background-repeat: no-repeat;
    width: 125px;
    height: 34px;
}

.jds_meepleen_logo{
	background: url(/img/style/full-ico.png?v=4)-0px -804px;
    background-repeat: no-repeat;
    width: 101px;
    height: 35px;
}

.ff_chocobo_logo{
	background: url(/img/style/full-ico.png?v=4)-0px -928px;
    background-repeat: no-repeat;
	width: 114px;
    height: 35px;
    margin: auto;
}

.dragonball_boule_logo{
	background: url(/img/style/full-ico.png?v=4)-0px -1033px;
    background-repeat: no-repeat;
	width: 91px;
    height: 34px;
    margin: auto;
}

.pokemon_pokeball_logo{
	background: url(/img/style/full-ico.png?v=4)-0px -1067px;
    background-repeat: no-repeat;
	width: 94px;
    height: 35px;
    margin: auto;
}

.yu-gi-oh_img_logo{
	background: url(/img/style/full-ico.png?v=4)-0px -679px;
    background-repeat: no-repeat;
	width: 95px;
	height: 34px;
	margin: auto;
}

.starwars_destiny_logo{
	background: url(/img/style/full-ico.png?v=4)-0px -714px;
    background-repeat: no-repeat;
	width: 86px;
	height: 55px;
	margin: auto;
}

.lego_img_logo{
	background: url(/img/style/full-ico.png?v=4)-0px -998px;
    background-repeat: no-repeat;
    width: 99px;
    height: 35px;
}

.figurines_whaos_logo{
	background: url(/img/style/full-ico.png?v=4)-0px -576px;
    background-repeat: no-repeat;
	width: 154px;
	height: 34px;
	margin: auto;
}

.figurines_wh40000_logo{
	background: url(/img/style/full-ico.png?v=4)-0px -610px;
    background-repeat: no-repeat;
	width: 153px;
	height: 35px;
	margin: auto;
}

.figurines_paint_logo{
	background: url(/img/style/full-ico.png?v=4)-0px -645px;
    background-repeat: no-repeat;
	width: 154px;
	height: 34px;
	margin: auto;
}

.starwars_xwing_logo{
	background: url(/img/style/full-ico.png?v=4)-0px -963px;
    background-repeat: no-repeat;
	width: 123px;
	height: 35px;
	margin: auto;
}

.figurines_family_logo{
	background: url(/img/style/full-ico.png?v=4)-0px -858px;
    background-repeat: no-repeat;
	width: 149px;
	height: 35px;
	margin: auto;
}

.accessoires_de_logo{
	background: url(/img/style/full-ico.png?v=4)-0px -1102px;
    background-repeat: no-repeat;
	width: 135px;
    height: 35px;
}

.accessoiresen_de_logo{
	background: url(/img/style/full-ico.png?v=4)-0px -1137px;
    background-repeat: no-repeat;
	width: 135px;
    height: 35px;
}

.funkopop_img_logo{
	background: url(/img/style/full-ico.png?v=4)-0px -1062px;
    background-repeat: no-repeat;
	width: 96px;
    height: 35px;
}

.goodies_img_logo{
	background: url(/img/style/full-ico.png?v=4)-86px -746px;
    background-repeat: no-repeat;
	width: 79px;
    height: 35px;
}

.goodiesen_img_logo{
	background: url(/img/style/full-ico.png?v=4)-86px -1132px;
    background-repeat: no-repeat;
	width: 79px;
    height: 30px;
}

.bloc_img_main{
	width: 20px;
}

.category_mini_img{
	background: url(/img/style/full-ico.png?v=4)-123px -383px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.ext_mini_img{
	background: url(/img/style/full-ico.png?v=4)-97px -477px;
    background-repeat: no-repeat;
    width: 20px;
    height: 16px;
}

.searchcard_mini_img{
	background: url(/img/style/full-ico.png?v=4)-139px -383px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.newcard_mini_img{
	background: url(/img/style/full-ico.png?v=4)-128px -240px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.expert_mini_img{
	background: url(/img/style/full-ico.png?v=4)-96px -461px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.grandpublic_mini_img{
	background: url(/img/style/full-ico.png?v=4)-80px -477px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.enfant_mini_img{
	background: url(/img/style/full-ico.png?v=4)-80px -461px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.bestseller_mini_img{
	background: url(/img/style/full-ico.png?v=4)-155px -379px;
    background-repeat: no-repeat;
    width: 16px;
    height: 20px;
}

.preorder_mini_img{
	background: url(/img/style/full-ico.png?v=4)-107px -383px;
    background-repeat: no-repeat;
    width: 16px;
    height: 17px;
}

.promo_mini_img{
	background: url(/img/style/full-ico.png?v=4)-91px -383px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.kill_team_mini_img{
	background: url(/img/style/full-ico.png?v=4)-135px -731px;
    background-repeat: no-repeat;
    width: 36px;
    height: 28px;
}

.underwolrds_mini_img{
	background: url(/img/style/full-ico.png?v=4)-147px -1191px;
    background-repeat: no-repeat;
    width: 22px;
    height: 29px;
    margin-right: 5px;
}

.arrow_right_black_11_16{
	background: url(/img/style/full-ico.png?v=4)-68px -50px;
    background-repeat: no-repeat;
    width: 10px;
    height: 16px;
}

.point_grey_5_5{
	background: url(/img/style/full-ico.png?v=4)-136px -81px;
    background-repeat: no-repeat;
    width: 5px;
    height: 5px;
    margin: auto 0;
}

.point_grey_light_3_3{
	background: url(/img/style/full-ico.png?v=4)-55px -50px;
    background-repeat: no-repeat;
    width: 3px;
    height: 3px;
    margin: auto 0;
}

.drop_down_menu .container_bloc .pub_img_magic{
	width: 240px;
	height: 120px;
}

.drop_down_menu .container_bloc .pub_img_jds{
	width: 120px;
	height: 120px;
}

.drop_down_menu .container_bloc .pub_img_lego{
	width: 140px;
	height: 140px;
}

.drop_down_menu .container_bloc .pub_img_funko_pop{
	width: 240px;
	height: 140px;
}

.separateur_vertical_navbar{
	width: 2px;
    background: white;
    margin: 0 18px;
}

#drop_down_magic .container_drop_down_bloc .separateur_vertical_navbar{
    margin: 0 30px;
}

#drop_down_jds .container_drop_down_bloc .separateur_vertical_navbar{
	margin: 0 8px;
}

#drop_down_lego .container_drop_down_bloc .separateur_vertical_navbar{
	margin: 0 12px;
}

#drop_down_figurines .separateur_vertical_navbar{
	margin: 0 15px;
}

.separateur_vertical_navbar_height{
	height: 55px;
}

.separateur_vertical_navbar_empty{
    margin: 0 15px;
}

 .separateur_horizontal_navbar{
    background: white;
    width: 100%;
    height: 2px;
    margin: 20px 0px;
 }

.drop_down_menu .bloc_empty_family{
	margin-top: 70px;
}

.drop_down_menu .arrow_empty{
	width: 10px;
}

.drop_down_menu .container_bloc_separateur{
	background: white;
	width: 1px;
	margin: 0 20px;
}


/******************************************** Popup Autocompletion ********************************************/
.container_autocompletion{
	border: 3px solid #464646;
	border-radius: 0 0 4px 4px;
	background: #464646;
	opacity: 0.95;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	z-index: 5300;
    right: 0;
    top: 64px;
    display: none;
    width: 375px;
    max-height: 550px;
}

.container_autocompletion .arrow_result_autocompletion{
	background: url(/img/style/full-ico.png?v=4) -85px 0px;
	position: absolute;
    top: -15px;
    left: 175px;
	width: 24px;
    height: 12px;
}

.container_autocompletion a .result_autocompletion{
	cursor: pointer;
	color: white;
	position: relative;
	display: flex;
	padding: 7px;
}

.container_autocompletion .result_autocompletion:hover{
	background: white;
	color: #464646;
}

.container_autocompletion .result_autocompletion .container_img_product{
	background: white;
	border-radius: 2px;
	width: 57px;
	height: auto;
	margin: auto;
    margin-top: 0;
    padding: 5px
}

.container_autocompletion .result_autocompletion .container_img_card{
    padding: 3px 7px!important;
}

.container_autocompletion a .result_autocompletion .img_autocompletion,
.container_autocompletion a .result_autocompletion img{
	width: 57px;
	height: auto;
	margin: auto;
    margin-top: 0;
}

.container_autocompletion a .result_autocompletion .container_info{
	width: 182px;
}

.container_autocompletion a .result_autocompletion .container_info .name{
	font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}

.container_autocompletion a .result_autocompletion .container_info .family{
	font-size: 12px;
    font-style: italic;
    height: 20px;
}

.container_autocompletion a .result_autocompletion .container_price{
	text-align: center;
	color: #f86c28;
	width: 82px;
}

.container_autocompletion a .result_autocompletion .container_price span{
    font-size: 11px;
    margin: 10px auto;
 }

 .container_autocompletion a .result_autocompletion .container_price div{
    font-size: 16px;
    font-weight: 900;
 }

.container_autocompletion .separateur{
	width: 359px;
    margin: auto;
}

.container_autocompletion .container_all_result{
	background: white;
	border-top: 2px solid #464646;
	cursor: pointer;
    display: flex;
    height: 30px;
}

.container_autocompletion .container_all_result div{
    margin: auto;
}

.container_autocompletion .container_all_result a{
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #464646;
}

.container_autocompletion .container_all_result div:hover{
    text-decoration: underline;
}


/******************************************** Banner accept cookies ********************************************/
.banner_accept_cookies{
    font-weight: bold;
    font-size: 12px;
    line-height: 22px;
    color: white;
	background: #1b4c65;
    opacity: 0.9;
	position: fixed;
	z-index: 3147483647;
	bottom: 0;
	display: flex;
	height: 50px;
	width: 100%;
}

.banner_accept_cookies .container_conditions{
	margin: auto;
}

.banner_accept_cookies .container_conditions .text{
    float: left;
    width: 100%;
}

.banner_accept_cookies .container_conditions .know_more{
	text-decoration: underline;
	color: white;
	margin-left: 5px;
}

.banner_accept_cookies .container_conditions .accept_cookies{
	background: #ccc;
    border: #ccc;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    color: #464646;
    width: 30px;
    height: 25px;
    margin-left: 35px;
    padding: 5px;
}


/******************************************** Button Back To Top ********************************************/
.backToTop{
	display: none;
}

.backToTopBtn{
	background: #464646;
    border: #464646;
    border-radius: 10px;
    cursor: pointer;
    opacity: 0.5;
    position: fixed;
    z-index: 5000;
    bottom: 200px;
    right: 20px;
    width: 50px;
    height: 50px;
}

.backToTopArrow{
	background: url('/img/style/full-ico.png?v=4') -76px -84px;
	background-repeat: no-repeat;
	cursor: pointer;
	position: fixed;
    z-index: 5000;
    bottom: 215px;
    right: 30px;
	width: 30px;
    height: 20px;
}


/*************************************************************************************** Start CSS Footer ***************************************************************************************/
#footer{
	font-family: 'Open Sans';
    margin: auto;
}

.container_part1_footer,
.part1_footer{
	background-image: url(/img/style/bg_footer.png);
}

.part1_footer{
	display: flex;
	width: 1240px;
	height: 106px;
	margin: auto;
	padding: 30px;
}

.footer_bloc_rassurant{
	width: 16.66%;
    height: 100%;
    margin: auto;
}

.footer_txt_bloc_rassurant{
	font-size: 12px;
	text-align: center;
	color: #ececec;
	padding: 0 10px;
}

.footer_bg_bloc_rassurant{
	background: #e5e5e5;
    border-radius: 100px;
    display: flex;
    width: 60px;
    height: 60px;
    margin: auto;
    margin-bottom: 10px;
}

.footer_colissimo_logo{
	background: url(/img/style/full-ico.png?v=4) -33px -353px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin: auto;
}

.footer_shop_logo{
	background: url(/img/style/full-ico.png?v=4) -0px -353px;
    background-repeat: no-repeat;
    width: 33px;
    height: 30px;
    margin: auto;
}

.footer_stand_logo{
	background: url(/img/style/full-ico.png?v=4) -0px -383px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin: auto;
}

.footer_shipping_logo{
	background: url(/img/style/full-ico.png?v=4) -96px -353px;
    background-repeat: no-repeat;
    width: 50px;
    height: 30px;
    margin: auto;
}

.footer_fly_logo{
	background: url(/img/style/full-ico.png?v=4) -63px -353px;
    background-repeat: no-repeat;
    width: 33px;
    height: 30px;
    margin: auto;
}

.footer_paiement_logo{
	background: url(/img/style/full-ico.png?v=4) -30px -383px;
    background-repeat: no-repeat;
    width: 23px;
    height: 30px;
    margin: auto;
}

.container_part2_footer,
.part2_footer{
	background: #dcdcdc;
}

.part2_footer{
	color: #545454;
	width: 1240px;
	height: 270px;
	margin: auto;
	padding: 0px;
}

.part2_footer a{
	text-decoration: none;
	color: #545454;
}

.part2_footer a:hover{
	text-decoration: underline;
}

.nosboutiques_footer{
	float: left;
	height: 235px;
}

.title_boutique_footer{
	font-family: open sans;
	font-weight: bold;
    font-size: 14px;
    margin: 20px auto;
}

.boutique_footer{
	display: flex;
	height: 146px;
}

.boutique_footer .footer_bloc{
	display: flex;
}

.boutique_footer .container_info_boutiques_1{
	width: 270px;
}

.mb_footer{
	font-size: 12px;
	display: flex;
}

.address_mb_footer_img{
	background: url('/img/style/full-ico.png?v=4') -25px -146px;
    background-repeat: no-repeat;
	width: 16px;
	height: 22px;
}

.hour_mb_footer_img{
	background: url('/img/style/full-ico.png?v=4') -34px -66px;
    background-repeat: no-repeat;
	width: 18px;
	height: 18px;
}

.tel_mb_footer_img{
	background: url('/img/style/full-ico.png?v=4') -0px -50px;
    background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}


.mail_mb_footer_img{
	background: url('/img/style/full-ico.png?v=4') -15px -22px;
    background-repeat: no-repeat;
	width: 18px;
	height: 13px;
}

.sav_mb_footer_img{
	background: url(/img/style/full-ico.png?v=4) -152px -287px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.info_mb_footer{
	margin-top: -2px;
	margin-left: 11px;
}

.info_hour_mb_footer{
	margin-left: 27px;
}

.title_mb_footer{
	font-size: 14px;
	font-weight: bold;
}

.rue_mb_footer{
	margin-top: 6px;
}

.hour_mb_footer,
.tel_mb_footer,
.mail_mb_footer{
	font-weight: bold;
	margin-top: 9px;
}

.div_mb_footer{
	margin-top: 0px;
}

.separateur1_footer{
    background: #b4b4b4;
    width: 1px;
    height: 100%;
    margin: 0 15px;
}

.links_footer{
	float: right;
	height: 235px;
}

.bloc_list_footer{
	float: left;
	height: 170px;
}

.bloc_cat_footer{
	width: 118px;
}

.title_list_footer{
	font-weight: bold;
    font-size: 12px;
    margin-top: 30px;
    margin-left: 24px;
    margin-bottom: 9px;
}

.list_footer{
	font-size: 11px;
	margin-bottom: 2px;
}

.list_footer :hover{
	text-decoration: underline;
}

.part3_footer{
	background: #6c6c6c;
	height: 250px;
}

.followus_footer{
	font-family: open sans;
	font-weight: bold;
	font-size: 21px;
	font-style: italic;
	color: white;
	text-align: center;
	margin: 0px;
	padding: 20px 0;
}

.reseaux_sociaux_footer .bloc{
    display: flex;
    width: 30%;
    margin: auto;
}

.footer_logo_socialnetwork {
	width: 43px;
    height: 43px;
    margin: auto;
}

.footer_logo_facebook{
	background: url('/img/style/full-ico.png?v=4') -84px -125px;
    background-repeat: no-repeat;
}

.footer_logo_youtube{
	background: url('/img/style/full-ico.png?v=4') -127px -131px;
    background-repeat: no-repeat;
}

.footer_logo_twitter{
	background: url('/img/style/full-ico.png?v=4') -127px -88px;
    background-repeat: no-repeat;
}

.footer_logo_instagram{
	background: url('/img/style/full-ico.png?v=4') -0px -1191px;
    background-repeat: no-repeat;
}

.footer_logo_mail{
	background: url(/img/style/full-ico.png?v=4) -127px -174px;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: 0;
}

.newsletter_footer{
	display: flex;
    margin-top: 25px;
    margin-bottom: 50px;
}

.text_newsletter_footer{
	font-size: 12px;
	background: #e5e5e5;
	height: 43px;
}

.newsletter1_footer{
	font-weight: 800;
	margin-top: 5px;
}

.form_newsletter_footer{
	background: #e5e5e5;
	border-radius: 0px 2px 2px 0px;
	display: flex;
	height: 43px;
	padding-left: 19px;
    margin-right: auto;
}

.champ_news_footer{
	font-size: 12px;
	border-radius: 2px;
	border: none;
	width: 200px;
	height: 32px;
	margin: auto 0;
	padding-left: 9px;
}

.btn_news_footer{
	font-size: 12px;
    color: white;
    cursor: pointer;
	background: #f86c28;
    border: none;
    border-radius: 2px;
    width: 86px;
    height: 32px;
    margin: auto 0;
    margin-left: 7px;
    margin-right: 19px;
}


/************************************* CSS full-ico ****************************************************/
.img_arrow_little{
    background: url('/img/style/full-ico.png?v=4') 1px -15px;
    width: 6px!important;
    height: 9px!important;
    margin: 0!important;
    margin-right: 10px!important;
}


/************************************* Responsiv ****************************************************/
/************* header ********************/
.container_top_mobile{
	display: none;
}

.header_text_mobile{
	display: none;
}


/************ footer ********************/
.links_footer_mobile{
	display: none;
}

/************ customer chat facebook ********************/
/* The following is for the chat bubble */
.fb_dialog_content>iframe {
  bottom: 70px !important;
}

/* The following are for the chat box*/
.fb-customerchat > span > iframe {
  bottom: 127px !important;
  height: 550px !important;
}


