/*---------------------------------------------------------------------*/
/* PARAMETRES : menu  */
/*---------------------------------------------------------------------*/
#menuBASIKA .descMENU{
	text-transform:none;
	text-align:justify;
	font-weight:normal;
}

#menuBASIKA h1{
	text-transform:none;
	font-size:25px;
}

/* ------------------------------------------------------------ */
/* SMARTPHONE - TABLETTE */
/* ------------------------------------------------------------ */
@media (max-width: 991px) {
	/* CHANGEMENT COULEUR */
	body{
		background: #fff;
	}
	
	#bg{ 
		display:none;
	}
	
	/* DISPLAY HEADER */
	#header{
		display:none;
	}
	
	/* AFFICHE LOGO */
	.navbar-brand{
		display:block;
	}

	
	/* CHANGEMENT COULEUR FOND BARRE DE MENU */
	.navbar {
		-moz-border-radius: 0px;
		-webkit-border: 0px;
		border-radius: 0px;
		background:#fff;
		text-align: left;
		padding:0px;
		justify-content: normal !important;
	}
	
	#smenu {
		text-align: left;
		font-weight:bold;
		font-size:13px;
		text-transform:none;
	}
		
	.nav-justified > li {
		width: 100%;
		text-align: left;
	}


	/* SEPARATION ENTRE LES ONGLET */
	#smenu > li{
		padding:0px;
		text-align: left;
		color:#f26a39;
		/*background:#f0f2f4;*/
		/*border-top:1px solid #ffffff;*/
		/*border-bottom: 1px solid #959595;*/
        background: #3c3e45;
	}
    #smenu li:hover {
        background: #f15821;
    }
	#smenu > li:hover > a, #smenu > li:focus > a{
		color:#fff;
		/*background:#f26a39;*/
	}
	
	/* GESTION SURVOL ONGLET */
	#smenu > li > a {
		text-align: left;
		padding: 10px;
		color: #fff !important;
        /*background: #3c3e45;*/
        border-top: 1px solid #959595;
        margin: auto 10px;
        width: unset !important;
	}
	#smenu > li> a:hover  {
		color:#fff;
	}
	#smenu > li > a:hover, .nav > li > a:focus{
		color:#fff;
	}
	
	#smenu li ul li a, #smenu li a:hover ul li a{
		font-size:14px;
		font-weight:normal;
		text-transform:none;
		color:#89949b;
	}
	#smenu li ul li a:hover, #smenu li a:hover ul li a:hover{
		text-decoration:none;
		color:#f26a39;
	}
	
	#smenu li{
		position:inherit;
		display:block;
	}
	#smenu li .container{
		display:none;
		background:#fff;
		margin: 0px;
		padding: 0px;
	}
    
    .dropdown-item:focus, .dropdown-item:hover {
        background-color: #fff;
    }
	
	#smenu li:active .container, #smenu li:focus .container, #smenu li:hover .container{
		display:block;
        max-width: 100%;
	} 
	
	#smenu ul{
		list-style:none;
		list-style-image: none;
		margin:0px;
		padding:0px;
        margin-bottom: 10px;
	}
	
	#smenu ul li{
		list-style:none;
		list-style-image: none;
		margin:0px;
		padding:0px;
	}
	
	.displayMENU{
		display:none;
	}
    .search-mobile,
    .icon-responsive{
        display:block;
    }
    .navi-sousmenu {
        border-bottom: 4px solid #3c3e45;
    }
    .menu-mobile{
        background: #f9f9f9;
        border-bottom-color: #bababa !important;
    }
    .menu-mobile span{
    color: #3c3e45 !important;
    }
    .menu-mobile a {
        background: #f9f9f9 !important;
    }
    
    .dropdown-toggle::after {
        color: transparent;
    }
    
    /*.dropdown-toggle::after {
        content: "";
        display: block;
        position: relative;
        right: 1rem;
        left: 98%;
        margin-top: -1.0rem;
        width: 10px;
        height: 10px;
        background: 0;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    } */
}

/* ------------------------------------------------------------ */
/* PC */
/* ------------------------------------------------------------ */

@media (min-width: 992px)  and (max-width: 1200px) {
    #menuBASIKA .container ul li{
  		list-style:none;
  		list-style-image: none;
  		margin:0px;
  		padding:0px !important;
  	}
}
@media (min-width: 992px) {

    #loginBASIKA{
        position: relative;
        right: 150px;
        top: -30px;
    }

    #search_mobile_scroll {
        display: none !important;
    }

	.fixed {
		position:fixed;
		top:0;
		z-index:9999;
		width:100%;
	}
	
	.navbar{
		/*background:#fff;*/
		
		padding:0px;
		margin: 0px;
	}

	.navbar-brand{
		display:none;
	}
	
	/* ------------------------------------------------ MENU : Général */
	#menuBASIKA {
		/*box-shadow:0px 1px 3px rgba(0,0,0,0.2), inset 0px 1px 0px rgba(255,255,255,0.3);*/
		background-color: #fff !important;
        /*min-height: 50px;*/
        box-shadow: 0px 4px 5px #3c3e453b;
        z-index: 9;
        
	}
	/* #menuBASIKA img{
		border-radius: 4px;
	} */
	#menuBASIKA #smenu {
		display:table;
		width: 100%;
		/*max-width:1180px;*/
		padding:0px;
		
		font-weight:normal;
		font-size:13px;
		text-transform:uppercase;
		border:0px;

	}
	#menuBASIKA #smenu > li {
		display: table-cell;
		float: none;
		width: 12.5%;
		text-align: center;
	}	
	#menuBASIKA #smenu > li > a {
        text-decoration: none;
        /*color: #3c3e45 !important;*/
		padding:15px 0px;	/*padding:15px 10px;*/
		min-height:50px;
        display: block;
		background-color: #fff !important;
        color: #3c3e45;
        font-weight: 600;
	}
	#menuBASIKA #smenu li{
		position:inherit;
	}
	#menuBASIKA #smenu li .container{
		width:100%;
		background:#fff;
        		
		text-decoration:none;
		text-transform:none;

		/*position: absolute;*/
		/*left: -999em;*/
		/*z-index:999999;*/
		margin: 0px !important;
		padding: 0px;
		
		/*border-top: 1px solid #3c3e45;*/
	}
	#menuBASIKA #smenu li .container a{
		color:#3c3e45 !important;
		line-height: 24px;
		font-size: 16px;
        transition: all .2s ease-in-out;
		
	}
    #menuBASIKA #smenu li .container ul li a::before{
        content: '';
        display: inline-block;
        -webkit-border-radius: .375rem;
        border-radius: .375rem;
        height: 6px;
        width: 6px;
        margin-right: .3rem;
        background-color: #3c3e45;
        bottom: 2px;
        position: relative;
    }
    #menuBASIKA #smenu li .container a:hover::before, #menuBASIKA #smenu li .container a:focus::before{
        background-color: #f15821;
    }
	#menuBASIKA #smenu li .container a:hover,
    #menuBASIKA #smenu li .container a:focus,
    #menuBASIKA #smenu li .container a strong:hover
    {
		color: #f15821 !important;
		/*text-decoration:none !important;*/
        /* font-weight: bold; */
        /*text-decoration: underline !important;*/
        padding-left: .2rem;
	}
	#menuBASIKA #smenu li:hover .container{
		left: 0;
	}
	#menuBASIKA .container ul{
		list-style:none;
		list-style-image: none;
		margin:0px;
		padding:0px;
	}
	#menuBASIKA .container ul li{
		list-style:none;
		list-style-image: none;
		margin:0px;
		/*padding:0px 0px 0px 20px;*/
	}
	/* ------------------------------------------------ MENU : Top */
	#menuTOP {
		background:none;
	}
	#menuTOP #smenuTOP {
		display:table;
		width: 100%;
		padding:0px 0px 0px 0px;
		
		font-family: 'Open Sans', sans-serif;
		font-weight:700;
		font-size:13px;
		text-transform:none;
        text-align: right;
	}
	#menuTOP #smenuTOP > li {
		display: table-cell;
		float: none;
		width: auto;
		height:30px;
		/*padding:0px 30px 10px 0px;*/
        padding: 0 0 10px 30px;
	}	
	#menuTOP #smenuTOP > li > a {
		color: #3c3e45 !important;
		background: none;
	}
	#menuTOP #smenuTOP > li > a:hover {
		color:#f05821 !important;
		background:none
	}
	#menuTOP #smenuTOP li{
		position:inherit;
	}
	#menuTOP #smenuTOP li .container{
		width: 350px;
		background:#fff;
		position: absolute;
		left: -999em;
		top:40px;
		z-index:999999;
		margin: 0px;
		padding: 0px;
		
		-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
		-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
		box-shadow: 0 5px 10px rgba(0,0,0,.2);
		
		font-family: Arial, Helvetica, sans-serif;
		font-weight:normal;
		font-size:12px;
		text-transform:none;
	}
	#menuTOP #smenuTOP li:hover .container{
		left: 0;
	}
	#menuTOP ul{
		list-style:none;
		list-style-image: none;
		margin:0px;
		padding:0px;
	}
	#menuTOP ul li{
		list-style:none;
		list-style-image: none;
		margin:0px;
		padding:0px;
	}
	#menuTOP_01 input, #menuTOP_02 input, #menuTOP_03 input{
		width:100%;
		margin:10px 0px;
	}
    .form-control:focus {
        box-shadow: unset !important;
    }
    
    .search-mobile,
    .icon-responsive{
        display:none !important;
    }
	#menuBASIKA #smenu > li:first-of-type a {
		text-align: left;
	}
	#menuBASIKA #smenu > li:nth-of-type(8) a {
		text-align: right;
	}

    #menuBASIKA #smenu > li:nth-of-type(1) {
        width: 7%;
    }
	#menuBASIKA #smenu > li:nth-of-type(2) {
		width: 17.5%;
	}
	#menuBASIKA #smenu > li:nth-of-type(3) {
		width: 14%;
	}
	#menuBASIKA #smenu > li:nth-of-type(4) {
		width: 14%;
	}
	#menuBASIKA #smenu > li:nth-of-type(5) {
		width: 14%;
	}
	#menuBASIKA #smenu > li:nth-of-type(6) {
		width: 11%;
	}
	#menuBASIKA #smenu > li:nth-of-type(7) {
		width: 15.5%;
	}
	#menuBASIKA #smenu > li:nth-of-type(8) {
		width: 7%;
	}
}

.navbar-toggler{
    border: 0;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus{
    outline: none;
    box-shadow: none;
    border: 0;
}
.toggler-icon{
    width: 30px;
    height: 3px;
    background-color: #3c3e45;
    display: block;
    transition: all 0.2s;
}
.middle-bar{
    margin: 5px auto;
}
.navbar-toggler .top-bar{
    transform: rotate(40deg);
    transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar{
    opacity: 0;
    filter: alpha(opacity=0);
}
.navbar-toggler .bottom-bar{
    transform: rotate(-45deg);
    transform-origin: 10% 10%;
}
.navbar-toggler.collapsed .top-bar{
    transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar{
    opacity: 1;
    filter: alpha(opacity=100);
}
.navbar-toggler.collapsed .bottom-bar{
    transform: rotate(0);
}
.navbar-toggler.collapsed .toggler-icon{
    background-color: #3b3e45;
}
.navbar-toggler:focus{
    box-shadow: unset !important;
}
/* .logo-responsive{
    position: relative;
    left: calc(35% - 25px);
} */

.logo-mob-fix{
    position: relative;
    left: calc(35% - 25px);
}
.search-mob-fix {
    position: relative;
    left: calc(12% - 25px);
    width: 60%;
}

.menu-responsive{
    text-align: right;
}
.menu-responsive li{
    display: inline;
}

.search-mobile .twitter-typeahead {
    width: 90%;
}

.search-mobile .in-rechercher{
    /*border: 1px solid #3c3e45 !important;
    border-right-color: transparent !important;
    border-radius: 2px !important;
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;*/
    font-size: 15px;
    height: 100%;
}

.search-mobile .btn-rechercher{
    right: 2px;
    color: #f15821 !important;
    background-color: #fff !important;
    border-radius: 2px !important;
    border-color: #3c3e45 !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-left: transparent;
}

@media (max-width: 991px) {
	.logo-mob-fix{
		left: calc(38% - 20px);
	}
}
@media (max-width: 768px) {
	.logo-mob-fix{
		left: calc(36% - 20px);
	}
}
@media (max-width: 576px) {
	.logo-mob-fix{
		left: calc(32% - 25px);
	}
}
@media (max-width: 479px) {
	.logo-mob-fix{
		left: calc(28% - 30px);
	}
}