 /* Extra small devices (phones, 600px and down) SMARTPHONE PORTRAIT = 412 x 915*/
@media only screen and (max-width: 600px) 
{
	body {
  /*   background-color: green;	*/
	}
/* ---------------------------------INDEX--------------------------------- */	
	#resto_didac
	{
		display: none;
	}
	#lbl_quai
	{
		display: none;
	}	
	#div_quai
	{
		text-align: center;
		display: inline;
	}	
/* ---------------------------------NOS MENUS--------------------------------- */	
	#div_br	
	{
		display: none;
	}	
/* ---------------------------------RESERVATIONS--------------------------------- */
	.lbl_etiq
	{
		font-size: 4vw;
	}
	#table_reservation
	{
		width: auto;
	}
	#lbl_nom_reserv_1400
	{
		display: none;
	}
	#lbl_nom_reserv_600
	{
		display: inline;
	}
	#lbl_tel_reserv_1400
	{
		display: none;
	}
	#lbl_tel_reserv_600
	{
		display: inline;
	}



	
	.Button_small_vert 
	{
		font-size: 3vw;
	}
	
	
	
	
}

/* Small devices (portrait tablets and large phones, 600px and up) 915 x 412*/
@media only screen and (min-width: 600px) 
{
	body 
	{
 /*    background-color: yellow;	*/
	}
/* ---------------------------------INDEX--------------------------------- */	
	#resto_didac
	{
		display: none;
	}
	#lbl_quai
	{
		display: none;
	}	
	#div_quai
	{
		text-align: center;
		display: inline;
	}	
/* ---------------------------------NOS MENUS--------------------------------- */	
	#div_br	
	{
		display: none;
	}	
/* ---------------------------------RESERVATIONS--------------------------------- */
	.lbl_etiq
	{
		font-size: 2vw;
	}
	.lbl_etiq_warning
	{
		font-size: 1.2vw;
	}	
	#table_reservation
	{
		width: auto;
	}
	#lbl_nom_reserv_1400
	{
		display: none;
	}
	#lbl_nom_reserv_600
	{
		display: inline;
	}
	#lbl_tel_reserv_1400
	{
		display: none;
	}
	#lbl_tel_reserv_600
	{
		display: inline;
	}



	
	.Button_small_vert 
	{
		font-size: 3vw;
	}
	
	
	
}




/* Medium devices (portrait tablets, 768px and up) TABLETTE PORTRAIT 800 x 1280 - SMARTPHONE PORTRAIT*/
@media only screen and (min-width: 768px) 
{
	body {
 /*		background-color: #FFFF00;	*/
	}	
	#lbl_nom_reserv_600
	{
		display: inline;
		background-color: #FFFF00;
	}
}




/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) 
{
  body {
 /*   background-color: blue;	*/
  }	
	

	
	
}


/* -------------------------- 1 2 0 0 / 1 4 0 0 / 1 6 0 0 -------------------------- */
/* -------------------------- 1 2 0 0 / 1 4 0 0 / 1 6 0 0 -------------------------- */
/* Extra large devices (large laptops and desktops, 1200px and up) 1280 x 800*/
@media only screen and (min-width: 1200px) 
{
	body {
/*		background-color: red;	*/
	}	
/* ---------------------------------INDEX--------------------------------- */	
	#resto_didac
	{
		display: inline;
	}
	#lbl_quai
	{
		display: inline;
	}	
	#div_quai
	{
		display: none;
	}	
/* ---------------------------------NOS MENUS--------------------------------- */	
	#div_br	
	{
		display: inline;
	}
/* ---------------------------------RESERVATIONS--------------------------------- */
	.lbl_etiq
	{
		font-size: 1vw;
	}
	.lbl_etiq_warning
	{
		font-size: 0.8vw;
	}
	#table_reservation
	{
		width: auto;
	}
	#lbl_nom_reserv_1400
	{
		display: inline;
	}
	#lbl_nom_reserv_600
	{
		display: none;
	}
	#lbl_tel_reserv_1400
	{
		display: inline;
	}
	#lbl_tel_reserv_600
	{
		display: none;
	}	
	
	
	
	
	.Button_small_vert 
	{
		font-size:1.2vw;
	}	
	
	
/* HEADER */
	.lbl_header_top
	{
		color: #1eabed;
		font-size: 0.9vw;
	}
	.lbl_info_top
	{
		font-size: 0.8vw;
		font-weight: bold;
	}
	#depot_name
	{
		color: #1eabed; 
		font-weight: bold; 
		font-size: 1vw;
	}
	.menu_look
	{
		cursor: pointer; 
		font-size: 0.9vw;
/*		transition: transform .1s;*/
	}
	.menu_look:hover
	{
		cursor: pointer;
/*		background-color: #1eabed; */
/*		-ms-transform: scale(1.1); /* IE 9 */
/*		-webkit-transform: scale(1.1); /* Safari 3-8 */
/*		transform: scale(1.1);*/
	}
	.menu_look_div
	{
		font-size: 0.9vw;
		cursor: pointer;
		background : transparent;
/*		transition: transform .1s;*/
	}	
	.menu_look_div:hover
	{
		background: #1eabed; 
		cursor: pointer;
/*		transition: transform .1s;*/
	}
	.menu_look_div:active
	{
		background: #1eabed; 
		cursor: pointer;
/*		transition: transform .1s;*/
	}
	#lbl_menu_info
	{
		color: #1eabed; 
		font-size: 1vw;
		font-weight: bold; 
		cursor: pointer;
	}
/* ---------------------------------MATIERE PAR CLASSE ---------------------------------*/
	.lbl_etiq
	{
		font-size: 0.9vw;
	}
	.lbl_etiq_tableau
	{
		font-size: 0.9vw;
	}
	.lbl_etiq_blue
	{
		font-size: 0.9vw;
		color: #1eabed;
		font-weight: bold;
	}
	.lbl_checkbox
	{
		font-size: 0.8vw;
		padding-top: 5px;
	}
	.input_tableau
	{
		font-size: 0.9vw;
		text-align: left;
		border: none;
		cursor: pointer;
	}
/* --------------------------------- BULLETINS ---------------------------------*/
	.lbl_options
	{
		font-size: 1vw;
	}
	.lbl_bull_points
	{
		font-size: 0.9vw;
		font-weight: bold;
	}
	.lbl_bull_points_red
	{
		font-size: 0.9vw;
		font-weight: bold;
		color: #e72b34
	}
	.textarea_legend
	{
		font-weight: bold; 
		font-size: 0.8vw;
		
	}
	
	
	
	

}

/* -------------------------- 1 9 0 0 -------------------------- */
/* -------------------------- 1 9 0 0 -------------------------- */
/* Extra large devices (large laptops and desktops, 1900px and up) 1920 x 1080*/
@media only screen and (min-width: 1900px) 
{
	body 
	{
 /*   background-color: #FE2EF7;		/* rose */	
	}	
/* ---------------------------------INDEX--------------------------------- */	
	#resto_didac
	{
		display: inline;
	}
	#lbl_quai
	{
		display: inline;
	}	
	#div_quai
	{
		display: none;
	}
/* ---------------------------------NOS MENUS--------------------------------- */	
	#div_br	
	{
		display: inline;
	}
/* ---------------------------------RESERVATIONS--------------------------------- */
	.lbl_etiq
	{
		font-size: 1vw;
	}
	.lbl_etiq_warning
	{
		font-size: 0.8vw;
	}
	.btn_menu
	{
		font-size: 2vw;
	}
	#table_reservation
	{
		width: auto;
	}
	#lbl_nom_reserv_1400
	{
		display: inline;
	}
	#lbl_nom_reserv_600
	{
		display: none;
	}	
	#lbl_tel_reserv_1400
	{
		display: inline;
	}
	#lbl_tel_reserv_600
	{
		display: none;
	}

	

	.Button_small_vert 
	{
		font-size:1.2vw;
	}



/* ---------------------------------HEADER--------------------------------- */
	.lbl_header_top
	{
		color: #1eabed;
		font-size: 0.8vw;
	}
	.lbl_info_top
	{
		font-size: 0.8vw;
		font-weight: bold;
	}
	#depot_name
	{
		color: #1eabed; 
		font-weight: bold; 
		font-size: 1vw;
	}
	.menu_look
	{
		cursor: pointer; 
		font-size: 0.8vw;
/*		transition: transform .1s;*/
	}
	.menu_look:hover
	{
		cursor: pointer;
		background-color: #1eabed; 
/*		-ms-transform: scale(1.1); /* IE 9 */
/*		-webkit-transform: scale(1.1); /* Safari 3-8 */
/*		transform: scale(1.1);*/
	}
	.menu_look_div
	{
		font-size: 0.8vw;
		cursor: pointer;
		background : transparent;
/*		transition: transform .1s;*/
	}	
	.menu_look_div:hover
	{
		background: #1eabed; 
		cursor: pointer;
/*		transition: transform .1s;*/
	}
	.menu_look_div:active
	{
		background: #1eabed; 
		cursor: pointer;
/*		transition: transform .1s;*/
	}
	#lbl_menu_info
	{
		color: #1eabed; 
		font-size: 0.8vw;
		font-weight: bold; 
		cursor: pointer;
	}
/* ---------------------------------Général ---------------------------------*/
	.lbl_etiq
	{
		font-size: 0.8vw;
		padding-top: 0.1vw;
	}
	.input_modif
	{
		font-size: 0.8vw;
		cursor: pointer;
	}	
	.lbl_etiq_tableau
	{
		font-size: 0.7vw;
	}
	.lbl_etiq_blue
	{
		font-size: 0.7vw;
		color: #1eabed;
		font-weight: bold;
	}
	.lbl_checkbox
	{
		font-size: 0.7vw;
		padding-top: 5px;
	}
	.input_tableau
	{
		font-size: 0.7vw;
		text-align: left;
		border: none;
		cursor: pointer;
		background-color: transparent;
	}
/* --------------------------------- BULLETINS ---------------------------------*/
	.lbl_options
	{
		font-size: 0.9vw;
	}
	.lbl_bull_points
	{
		font-size: 0.7vw;
		font-weight: bold;
	}
	.lbl_bull_points_red
	{
		font-size: 0.7vw;
		font-weight: bold;
		color: #e72b34
	}

}



