/* menu-navigation */

#button-menu-mobile {
	/*float: left;*/
	margin: 9px 0 0 5px;
	position: relative;
	z-index: 2;
    font-size: 7px;
	top: 40px;
    text-transform: uppercase;
    width: 25px;
    height: 16px;
	display: inline-block;
}

#button-menu-mobile > div {
    position: absolute;
    top: 18px;
    text-align: center;
    width: 100%;
}

#button-menu-mobile > span {
   /* height: 2px;
    background-color: #494949;
    margin-top: 2px;*/

    position: absolute;
    top: 0;
    left: 2px;
    width: 21px;
    height: 2px;
    background: #000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

#button-menu-mobile > .bar:nth-of-type(1) {
    -webkit-transition: all .3s .3s,-webkit-transform .3s 0;
    transition: all .3s .3s,-webkit-transform .3s 0;
    -o-transition: all .3s .3s,transform .3s 0;
    transition: all .3s .3s,transform .3s 0;
    transition: all .3s .3s,transform .3s 0,-webkit-transform .3s 0;
}

#button-menu-mobile > .bar:nth-of-type(2) {
    top: 50%;
    left: 2px;
    margin-top: -1px;
    -webkit-transition: all .3s .3s;
    -o-transition: all .3s .3s;
    transition: all .3s .3s;
}

#button-menu-mobile > .bar:nth-of-type(3) {
    top: auto;
    bottom: 0;
    left: 2px;
    -webkit-transition: all .3s .3s,-webkit-transform .3s 0;
    transition: all .3s .3s,-webkit-transform .3s 0;
    -o-transition: all .3s .3s,transform .3s 0;
    transition: all .3s .3s,transform .3s 0;
    transition: all .3s .3s,transform .3s 0,-webkit-transform .3s 0;
}


#header-content.fixed  > #nav-position {
	/*position: fixed;*/
	width: 100%;
	/*top: 44px;*/
	/*z-index: 2;*/
}

@media (min-width: 992px) {
	#header-content.fixed  > #nav-position {
		z-index: 4;
	}
}


@media (max-width: 991px) {

	/*#full-nav {
		display: none;
	}*/

	#full-nav .topbar {
		display: none;
	}

	#button-menu-mobile {
		top:0;
	}
}

@media (min-width: 992px) {

	#menu-mobile, #button-menu-mobile {
		display: none;
	}
}


.sp-menu-right-black-arrow {
	background: url("https://static.berceaumagique.com/images/sprite_header_v16.png") -191px -107px;
	width: 13px !important;
	height: 23px !important;
}

.menu-navigation.mobile .menu .btn-retour{
	text-transform: uppercase;
	font-size: 10px;
	text-align: left;
	cursor: pointer;
	padding-left:20px !important;
}

.sp-menu-left-black-arrow-little {
	background: url("https://static.berceaumagique.com/images/sprite_header_v16.png") -337px -119px;
	width: 5px;
	height: 9px;
}

.linkObfusquer{
	cursor:pointer;
}