/*
	---------------------------------------------------------------
	Note that styles you apply to the main menu items are inherited by the sub menus items too.
	If you'd like to avoid this, you could use child selectors (not supported by IE6) - for example:
	.sm-simple > li > a { ... } instead of .sm-simple a { ... }
---------------------------------------------------------------*/

@media screen and (min-width: 1000px) {
/* Menu box
===================*/
/*change mobile*/
.sm-simple,
.sm-simple ul {
	display:table;
	width:100%;
}

.sm.sm-simple>li {display:table-cell; float:none}
/*change mobile*/
ul.sm-simple ul  ul  a {
	background: #ddd!important;
	border-top: medium none;
	padding-bottom: 5px;
	padding-top: 5px;
	z-index: 200;
	min-width:200px
}
ul.sm-simple ul  ul  a:hover {color:#14718f}
ul.sm-simple ul  ul  li:first-child a{padding-top:15px}
.sm-simple .subcategory-info{display:none;}
ul.sm a {
	white-space: pre-wrap;
}
ul.sm ul.sm-nowrap > li > a {
	background: #ececec;
}
ul.sm ul.sm-nowrap > li:hover > a {
	font-weight:bold;
}
/* Menu items
===================*/

.sm-simple a {
	padding:11px 30px;
	color:#555;
	font-size:14px;
	line-height:17px;
	font-family: "work_sansmedium"!important;
	text-decoration:none;
}
.sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active,
.sm-simple a.highlighted {
	background:#eee;
	color:#555;
}
/* current items - add the class manually to some item or check the "markCurrentItem" script option */
.sm-simple a.current, .sm-simple a.current:hover, .sm-simple a.current:focus, .sm-simple a.current:active {
	background:#555;
	color:#fff;
}
/* .sm-simple a.has-submenu {
	padding-right:32px;
} */
.sm-simple ul a.has-submenu,
.sm-simple-vertical a.has-submenu {
	padding-right:38px;
}
.sm-simple > li > ul > li a.has-submenu { background-image: url("/skins/default/media/images/arrow-left-menu.png");
	background-position: right center;
background-repeat: no-repeat;}
.sm-simple > li > ul > li a.has-submenu.highlighted{ background-color:#ddd}
.sm-simple > li > ul > li a.has-submenu  span {display:none}
.sm-simple > li > ul > li a.has-submenu:hover { background-image:url(/skins/default/media/images/arrow-left-menu-hover.png);background-repeat:no-repeat;background-position:center right}


/* Sub menu indicators
===================*/

.sm-simple a span.sub-arrow {
	/* position:absolute; */
	right:12px;
	top:50%;
	margin-top:-8px;
	width:16px;
	height:16px;
	line-height:16px;
	transition: all 0.25s ease-in-out;
	
	background-image:url(/skins/default/media/images/arrow-down-blue.png);background-position:right center;background-repeat:no-repeat;display:inline-block;height:10px;margin-left:8px;width:17px
}
.sm-simple li:hover .sub-arrow{
	transform: rotateZ(180deg);
}
.sm-simple ul a span.sub-arrow,
.sm-simple-vertical a span.sub-arrow {
	right:auto;
	margin-left:-14px;
}


/* Items separators
===================*/

.sm-simple li {
	border-left:2px solid #ffffff;
}
.sm-simple li:first-child {
	border-left:0;
}
.sm-simple ul li,
.sm-simple-vertical li {
	border-left:0;
	
	border-top: 1px solid #dedbdb;
}
.sm-simple ul li:first-child,
.sm-simple-vertical li:first-child {
	border-top:0;
}


/* Scrolling arrows containers for tall sub menus - test sub menu: "Sub test" -> "more..." -> "more..." in the default download package
===================*/

.sm-simple span.scroll-up, .sm-simple span.scroll-down {
	position:absolute;
	display:none;
	visibility:hidden;
	overflow:hidden;
	border:solid #bbb;
	border-width:1px 0;
	background:#fff;
	height:22px;
	/* width and position will be automatically set by the script */
}
.sm-simple span.scroll-up-arrow, .sm-simple span.scroll-down-arrow {
	position:absolute;
	top:-2px;
	left:50%;
	margin-left:-8px;
	/* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
	width:0;
	height:0;
	overflow:hidden;
	border-width:8px; /* tweak size of the arrow */
	border-style:dashed dashed solid dashed;
	border-color:transparent transparent #555 transparent;
}
.sm-simple span.scroll-down-arrow {
	top:6px;
	border-style:solid dashed dashed dashed;
	border-color:#555 transparent transparent transparent;
}

}
#my-menu ul.sm li {width:100%}
/*
	---------------------------------------------------------------
	Responsiveness
	These will make the sub menus collapsible when the screen width is too small.
---------------------------------------------------------------*/


@media screen and (max-width: 1200px) {
	/* .sm-simple a span.sub-arrow {display:none}
		.menu_ppal_wrapper	#main-nav.sm-simple ul {display:none!important}
	.menu-overlay {display:none!important} */
	.search-header input[type="text"] {
		
		width: 140px;
	}
	.search-header {margin-right: 22px;}
	
	.sm-simple a {font-size:14px; padding:11px 8px}
}
/* @media screen and (max-width: 640px) { */
/*BREAKPOINT*/
.hamburger{ display:none}
@media screen and (max-width: 1000px) {
	

	.hamburger{
		background: center center no-repeat transparent;
		background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
		display: inline-block;
		width: 40px;
		height: 30px;
	margin-top:11px;float:right;
		
	}
	.menu_ppal_wrapper {display:none}
	.small-menu-top {display:none}
	.top-part{margin-bottom:0px;}
	.main_logo {
    margin-top: 10px;
}
.search-header {
    float: right;
    margin-right: 18px;
    margin-top: 23px;
}
.search-header.search-desktop ,.connect-lang  .language-top {display:none}
.connect-lang {
    float: right;
    margin-right: 39px;
    margin-top: 20px;
	margin-bottom:0px
}
.header {padding-bottom:2px}
.main_logo img {width:150px;margin-bottom:10px}
}



@media screen and (max-width: 500px) {
	.top-part {
    margin-bottom: 42px;
}
	.main_logo img {width:100px;}
	.connect-lang {margin-right:15px}
	.connect-lang a {font-size:11px}
	.liste-nb-items {width:18px; height:18px;    right: -14px;
    top: -9px;}
	.liste-nb-items span {font-size:12px;padding-top:0px}
	
	
	.connect-lang {
    padding-top: 12px;
    padding-bottom: 8px;
    width: 100%;
    margin-top: 6px;
    margin-right: 15px;
    border-top: 1px solid #687073;
    position: absolute;
    top: 41px;
    left: 0px;
    background: #191919;
}
.connect-lang >div.connect {margin-left:18px;margin-right: 23px;}
.connect-lang .small-cart-top a {    background-size: 18px;}
.connect-lang >div {float:right}
.dropdown-menu {right:0px; left:auto}
.dropdown-menu>li>a {font-size:15px}
}

.search-header.search-mobile{float:left; margin-left: 18px;}
.search-header.search-mobile input[type="text"]{width:177px;}
.search-header.search-mobile button{width: 230px; text-align:left; border-radius:0px!important;}
.search-header.search-mobile input[type=submit]{border-radius:0px;}








