/* Reset */
.nav_desktop,
.nav_desktop a,
.nav_desktop ul,
.nav_desktop li,
.nav_desktop div,
.nav_desktop form,
.nav_desktop input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.nav_desktop a { text-decoration: none; }

.nav_desktop li { list-style: none; text-align:left;}

/* Menu Container */
.nav_desktop {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
        margin-top: 12px;
}

/* Menu List */
.nav_desktop > li {
	display: block;
	float: left;
}

/* Menu Links */
.nav_desktop > li > a {
	position: relative;
	display: block;
	z-index: 510;
	height: 30px;
	padding: 0 7px;
	line-height: 30px;
        cursor: pointer;
	
	font-family: Lato, Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #fcfcfc;
        text-transform:uppercase;


	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.nav_desktop > li:hover > a { background: white; color :#FF0061;text-decoration: none;}

.nav_desktop > li:first-child > a {
	border-left: none;
}

/* Search Form */
.nav_desktop > li.nav-search > form {
	position: relative;
	width: inherit;
	height: 54px;
	z-index: 510;
	border-left: 1px solid #4b4441;
}

.nav_desktop > li.nav-search input[type="text"] {
	display: block;
	float: left;
	width: 1px;
	height: 24px;
	padding: 15px 0;
	line-height: 24px;

	font-family: Lato, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #999999;
	text-shadow: 0 0 1px rgba(0,0,0,.35);

	background: #372f2b;

	-webkit-transition: all .3s ease 1s;
	-moz-transition: all .3s ease 1s;
	-o-transition: all .3s ease 1s;
	-ms-transition: all .3s ease 1s;
	transition: all .3s ease 1s;
}

.nav_desktop > li.nav-search input[type="text"]:focus { color: #fcfcfc; }

.nav_desktop > li.nav-search input[type="text"]:focus,
.nav_desktop > li.nav-search:hover input[type="text"] {
	width: 110px;
	padding: 15px 20px;

	-webkit-transition: all .3s ease .1s;
	-moz-transition: all .3s ease .1s;
	-o-transition: all .3s ease .1s;
	-ms-transition: all .3s ease .1s;
	transition: all .3s ease .1s;
}

.nav_desktop > li.nav-search input[type="submit"] {
	display: block;
	float: left;
	width: 20px;
	height: 54px;
	padding: 0 25px;
	cursor: pointer;

	background: #372f2b url(../img/search-icon.png) no-repeat center center;

	border-radius: 0 3px 3px 0;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.nav_desktop > li.nav-search input[type="submit"]:hover { background-color: #4b4441; }

/* Menu Dropdown */
.nav_desktop > li > div {
	position: absolute;
	display: block;
	width: 100%;
	top: 30px;
	left: 0;

	opacity: 0;
	display: none;
	overflow: hidden;

	background: #ffffff;
	border-bottom: 10px solid #FF0061;
        box-shadow: 0 0 10px #5A5A5A;
        z-index: 100;

	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
}

.nav_desktop > li:hover > div {
	opacity: 1;
	display: block;
	overflow: visible;
}

/* Menu Content Styles */
.nav_desktop .nav-column {
	float: left;
	padding: 2% 0.2% 2.5% 3.5%;
}

.nav_desktop .par2 {
	width: 48%;
}

.nav_desktop .par3 {
	width: 33%;
}

.nav_desktop .par4 {
	width: 24%;
}

.nav_desktop .nav-column h3 {
	margin: 10px 0 10px 0;
	line-height: 18px;
	
	font-family: Lato, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FF0061;
}

.nav_desktop .nav-column h3.orange { color: #ff722b; }

.nav_desktop .nav-column li a {
	display: block;	
	line-height: 17px;
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #606060;
}

.nav_desktop .nav-column li{
	padding: 5px;
}

.nav_desktop .nav-column li a:hover { text-decoration: underline; }
#menu-wrapper{margin:0 auto;width:825px;position:relative;left:60px;top:300px;}

.fil_ariane{
    color: #8c8c8c;
    display: inline-block;
    font-family: Lato, Arial;
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
}
.fil_ariane a{
    text-decoration: underline;
}
.fil_ariane a:hover{
    text-decoration: none;
    color: #8c8c8c;
}
.guide{
    background-color: #E8E8E8; 
    padding: 7px!important;
    width:150%;
    overflow: auto;
}
.guide img{
    float: left; 
    padding: 0px 5px 5px 0px;
}
.guide h3{
    margin:0!important;
}
.guide small{
    font-size: 12px;
    color:#606060;
}
.wishlist{
    float: right;
    color: white;
    line-height: 30px;
    margin: 17px 7px 0;
    padding: 0;    
    font-size: 18px;
}
.wishlist a, .wishlist a:hover{
    color: white;    
}
/**
* Fenetre modal pour affichage liste deroulante selection de la langue
*/
.ui-dialog {
    position: absolute;
}
.current_lg {
    background-color: white;
    border: 0 none;
    color: #5a5a5a;
    cursor: pointer;
    display: block;
    font-family: Lato,Arial,Helvetica,Verdana,sans-serif;
    font-size: 13px;
    margin-left: 5px;
    margin-top: 15px;
    padding: 3px 4px;
    width: 76px;
}
.navbar-header .current_lg {
    float: right;
}
.current_lg.mobile_lg {
    margin: 0 15px;
}
.others_lg {
    font-family: Lato, Arial, Helvetica, Verdana, sans-serif;
    font-size: 13px;
    border:0;
    color: #5a5a5a ! important;
    background-color: white!important;
    position: absolute;
    display: none;
    min-height: 10px!important;
    border-top:0 ! important;
    padding:10px ! important;
    white-space: nowrap;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.36);
    z-index: 1000;
}
.others_lg li,.others_lg ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.others_lg li{
    padding: 4px 8px 4px 0;
}
.others_lg a{
    font-family: Lato, Arial, Helvetica, Verdana, sans-serif;
    font-size: 13px;
    color: #5a5a5a ! important;
    text-decoration: none;
}
.others_lg a:hover{
    text-decoration: underline;
}
.mydialog li,.mydialog ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.mydialog li{
    padding: 4px 8px 4px 0;
}
.mydialog a{
    font-family: Lato, Arial, Helvetica, Verdana, sans-serif;
    font-size: 15px;
    color: #5a5a5a ! important;
    text-decoration: underline;
}
.mydialog a:hover{
    text-decoration: none;
}
#mask{  
    position:absolute; /* important */  
    top:0px; /* start from top */  
    left:0px; /* start from left */  
    height:100%; /* cover the whole page */  
    width:100%;  /* cover the whole page */  
    display:none; /* don't show it '*/  
} 
.ui-dialog-titlebar{
    z-index: 1000;
}
.ui-dialog{
    border:0 ! important;
    padding:0 ! important;
    border-radius:0!important;
    overflow: visible!important;
}
.white_encoche{
    background-color: white; 
    margin-right: 15px; 
    border-radius: 0px 0px 15px 15px;
}
.donner_avis{
    color: white!important; 
    text-decoration: none!important; 
    font-family: Lato,Arial!important; 
    font-weight: bold!important; 
    font-size: 14px!important;
}
.donner_avis:hover{
    color: #C5E5EA!important;     
}

.suivez_nous{
    color: white!important; 
    text-decoration: none!important; 
    font-family: Lato,Arial!important; 
    font-weight: bold!important; 
    font-size: 14px!important;
}
.icone-menu{
    display: block;
    font-size: 50px;
    margin-bottom: 10px;
}