.navbar{
	background-color:#2f2e2e;
	transition:1s;
	padding-top: 0px !important; 
    padding-bottom: 0px !important;
}

.nav-link{
	font-size: 1rem;
	transition:0.5s;
	padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid lightgrey 1px;
}
.nav-link:hover{
	color:crimson !important;
	transition:0.5s;
}
.nav-link span{
	width: 50px;
	display:none;
}
.navbar-nav{
	margin-top: 35px;
	padding-bottom: 30px;
	overflow-y: scroll;
    height: calc(100vh - 85px);

	-ms-overflow-style: none !important;  /* Internet Explorer 10+ */
    scrollbar-width: none !important;  /* Firefox */
}
.navbar-nav::-webkit-scrollbar {width: 0! important;display: none;}
.navbar-nav {overflow: -moz-scrollbars-none; }

/* .navbar-nav::-webkit-scrollbar {display: none;} */

.nav-item > hr {
	border-top: 3px solid white;
}
.navbar-toggler{
	border: none !important;
    cursor: pointer;
	margin-left: auto !important;
}
.dropdown-item{
	font-size: 1rem !important;
}
.dropdown-item:active{
	background-color: lightgrey !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color:lightgrey !important;
}

.show::after{
	border-top: 0 !important;
	border-bottom: .3em solid !important;
}


/* SISTEMA BURGUER */ 
.burger, .contBurguer{
	width: 60px;
    height: 50px;
    position: relative;
}
.burgerActivo{
	/* width:50px;
	transition:1s;   */
}
.burgerBars {
	height:5px;
	background-color:white;
	position:absolute;
}
.burgerBar1{
	width:40px;
	top:10px; 
	transition:0.5s;   
}
.burgerBar2{
	width:40px;
	top:20px;
}
.burgerBar3{
	width:40px;
	top:30px;
	transition:0.5s;
}
.burgerBar1Activo{
	width:30px;
	transition:0.5s;  
}
.burgerBar3Activo{
	width:50px;
	transition:0.5s;
}
/* FIN - SISTEMA BURGUER */ 
.bandeau{
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
	background-image: url(bandeau.png);
	position: absolute;
	bottom: -1px;
	height: 10%;
	
}
.dropdown-menu {
	color: #2f2e2e !important;
	background-color:white !important;
	border:none !important;
	border-radius: 0 !important;
	margin-top: 0 !important;
	text-align: center;
}
.dropdown-menu > li > a{
	color: #2f2e2e !important;
}
.dropdown-menu > li > a:active{
	color: #2f2e2e !important;
}

.menu-icono{
	display:none;
}

.logo_menu{
	position:absolute;
	top:0px;
	left:10px;
	width: auto !important;
	height: 75px;
	transition:1s;
}
.logo_small{
	height: 60px;
	transition:1s;
}

.logo-slide{
	display:none;
}
.titre-slide{
	position:absolute;
	top: 150px;
	text-align: center;
	width: 100%;
	z-index: 2;
}
.resa{display: block;position: absolute;bottom:80px;right:40px;}
.resa > a > img{width:250px;height: auto;}
.bloquearScroll{overflow: hidden !important;}


@media only screen and (min-width: 576px){
	.logo_small{
		height: 70px;
		transition:1s;
	}
	
	.logo-slide{
		display:none;
	}
	.titre-slide{
		top: 200px;
	}
	
	.resa{}
	.resa > a > img{width:300px;}
}


@media only screen and (min-width: 768px){
	.collapse{
		height:auto !important;
	}
	.resa{right: 80px;}
	.resa > a > img{width:350px;}
}
@media only screen and (min-width: 992px){

	.navbar{
		background-color: rgba(0, 0, 0, 0.40);
    	-webkit-box-shadow: 0px 0px;
    	box-shadow: 0px 0px;
    	/*background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.00) 100%);
    	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.00) 100%);
    	background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.00) 100%);
    	background-image: linear-gradient(180deg,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.00) 100%);
		*/
		padding-top: 0.5rem !important; 
		padding-bottom: 0.5rem !important;

		transition:1s;
	}
	.navbar_bcg_color{
		background-color:#2f2e2e!important;
		transition:1s;
	}

	.nav-item > hr {
		display:none !important;
	}
	.dropdown-menu {
		margin-top: 2px !important;
	}
	.navbar-collapse{
		height:auto !important;
		width: 100%;
		flex-grow: inherit !important;
	}
	.left-contact{
		left:-60px !important;
	}
	.w-items{
		width:16.6% !important;	
	}
	.navbar-toggler{
		margin-bottom:auto !important;
	}
	.navbar-nav{
		display:inline-flex;
		height:auto !important;
		/* min-height: 150px; */
		width: 80%;
		text-align: center;
		margin-left: auto;
		margin-top: auto !important;
		padding-top: 20px;
		padding-bottom: 0px;
		justify-content: end;	
		padding-right:20px;	
		overflow-y: initial !important;

	}
	.menu_py_0{
		min-height: 0px;
		padding-top: 0px;
		transition:1s;
	}
	.dropdown-menu{
		/* width: auto !important; */
		margin-top:0px !important;
	}
	.menu_py_0 .dropdown-menu{
		top: 42px !important;
		transition:1s;
	}
	.nav-link {
		padding-top: 0px ;
    	padding-bottom: 0px;
    	border-bottom: none ;
	}
	.nav-link span{
		margin-left: auto;
		margin-right: auto;
		padding-bottom:5px;
		display:block;	
		transition:1s;
	}

	.menu-icono{
		display:block;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:10px;
		width: 40px;
		height:40px;
		opacity:1;
		transition:0.5s;
	}
	.menu-icono-fuera{
		opacity:0 !important;
		height:0px !important;
		width:0px !important;
		transition:0.5s;
	}

	.logo_menu{
		height: 75px;
		top:10px;
		transition:1s;
	}
	.logo_small{
		height: 60px;
		top:0px;
		transition:1s;
	}

	.ml-ul-aux{
		margin-left: -91px;
	}
}

@media only screen and (min-width: 1200px){
	.navbar-nav{
		width: 70%;
	}
	.left-contact{
		left:-45px !important;
	}
	.logo-slide{
		position:absolute;
		top:200px;
		left:calc(50% - 150px);
		top: calc(50% - 74px);
		display:block;

		width: 300px;
		height: auto;
	}
	.titre-slide{top: calc(50% - -40px);}
	.logo_menu{
		height: 125px;
		top:0px;
		transition:1s;
	}
	.logo_small{
		height: 70px;
		transition:1s;
	}
	.ml-ul-aux{
		margin-left: -75px;
	}
}

@media only screen and (min-width: 1400px){
	.left-contact{
		left:-20px !important;
	}
	.logo-slide{
		left:calc(50% - 200px);
		width: 400px;

	}
	.logo_menu{
		height: 150px;
		transition:1s;
	}
	.logo_small{
		height: 70px;
		transition:1s;
	}
	.ml-ul-aux{
		margin-left: -40px;
	}
}
@media only screen and (min-width: 1600px){
	.ml-ul-aux{
		margin-left: -20px;
	}
}