/* ---------------------------------------- 		  Mobile 				------------------------------------------  */
@media screen and (max-width: 768px) {

	.desktop_element{
		display: none;
	}
	.ligne_colonne{
		display: flex;
		flex-direction: column;
	}
.titre_section{

    padding-bottom: 10px;
    font-size: 18px;
    /* font-weight: 900; */
    color: #444;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 300;
    line-height: 1.5;
}
	#bandeau{
		background-color: rgb(241,243,245);
		color: #00a396;
		padding-bottom: 1px;
		padding-top: 1px;
	}
	#titre_header{
		font-size: 18px;
	}
	#bandeau, #div_labels_cp, #corps_result{
		padding-left: 1px;
		padding-right: 1px;
	}
	.btn{
		padding: 3px 3px;
	}
	#page{
		padding-top: 49px;
	}
	/* ----- 	header	----- */ 
	#header{
		align-items: center;
		background-color: rgb(10,12,14);
		background-color: rgb(233, 84, 32);
		position: fixed;
		z-index: 1039;
		padding-left: 5%;
		padding-right: 5%;
      	height: 40px;
	}
	#menu_header{
		position: fixed;
    	transition-property: height;
    	transition-duration : 0.75s;
    	background-color: rgb(10,12,14);
    	height: 0px;
    	width: 100%;
    	display: flex;
    	flex-direction: column;
    	z-index: 1039;
    	overflow: hidden;
    	justify-content: center;
	    background-color: rgba(30,30,30);
	    color: rgb(221,225,227);
	}
	#menu_header *{
    	transition-property: height;
    	transition-duration : 0.75s;		
	}
	#div_header_desktop{
		display: none;
	}
	#btn_header{
		width: 100%;
	}
	#footer{
   		font-size: 13px;
	}
}
/* ---------------------------------------- 		 Grands écrans 					------------------------------------------  */
@media screen and (min-width: 768px) {
	#titre_header{
		font-size: 24px;
	}
	.ligne_colonne{
		display: flex;
	}
	.mobile_element{
		display: none;
	}
	.titre_section{

    padding-bottom: 50px;
    font-size: 50px;
    /* font-weight: 900; */
    color: #444;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 300;
    line-height: 1.5;
	}
	#page{
		padding-top: 65px;
	}
	#bandeau{
		background-color: rgb(241,243,245);
		color: #00a396;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	#bandeau, #div_labels_cp, #corps_result{
		padding-left: 10px;
		padding-right: 10px;
	}
	/* ----- 	header	----- */ 
	#header{
		align-items: center;
		background-color: rgb(10,12,14);
		background-color: rgb(233, 84, 32);
		position: fixed;
		z-index: 1039;
		padding-left: 5%;
		padding-right: 5%;
		top: 0;
      	height: 60px;
	}
	#div_btn_header{
		display: none;
	}
	.lien_header{
		color: #e8edf3;
		transition-duration: 0.15s;
		margin-right: 5px;
		margin-left: 5px;
	}
	#header a{
		text-decoration: none;
		color: #e8edf3;
	}
	.lien_header:hover{
		text-decoration: none;
		clear: both;
		border-bottom: solid 1px #e8edf3;
		transform: scale(1.05);
	}
	#input_header{
		width: 200px;
		margin-right: 5px;
		margin-left: 5px;
	}
	#menu_header {
	display: none;		
	}
	#footer{
		padding-bottom: 50px;
	}
}


/* ----------------------------------     Tous les écrans		------------------------------------------- */

html {
  scroll-behavior: smooth;
}
#titre_header{
	color: rgb(241,245,249);
	font-family: 'Parisienne', cursive;
	text-transform: capitalize;
}
#btn_header{
	color: rgb(241,245,249);
}
#retour_ajax_co{
	display: none;	
}
.label{
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
}
.ligne{
	display: flex;
	align-items: center;
}
.colonne{
	display: flex;
	flex-direction: column;
}
.ligne1{
	display: flex;
}
.ligne_center{
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex1{
	flex: 1;
}
.gras{
	font-weight: bold;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}
.float-right{
	float: right;
}
.espacer_between{
	justify-content: space-between;
}
.espacer_around{
	justify-content: space-around;
}
.pad_2{
	padding: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px;
}
.pad_lr_0{
	padding-right: 0px;
	padding-left: 0px;
}
#volet{
	width: 15%;
	min-height: 500px;
}
.scrollable_menu{
	overflow-y: scroll;
}
#page_content{
	width: 85%;
	min-height: 500px;
}
#corps_result{
	display: flex;
	flex-wrap: wrap;
}
.btn-co{
	background-color: #fdd517;
	color: rgb(10,12,14);
}
#footer{
    background: #262626;
    color: #eee;
}

#header h2{
}
/* --------------------------------------------- 						MODAL CMD 				--------------------------------------------------- */

.modal-dialog{
	width: auto;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 25vh;
}
.modal-content{
}
*/
#modal_carte .scrollable_menu{
	height: 500px;
}
#div_modal_carte{
	width: 65%;
	padding: 20px;
}
#div_modal_cmd{
	width: 35%;
	padding: 20px;
}
#modal_cmd{
	padding: 10px;
	border-radius: 15px;
	border: solid 1px rgb(221,223,225);
	background-color: white;
}
#modal_carte{
	padding: 10px;
	border-radius: 3px;
	border: solid 1px rgb(221,223,225);
	background-color: white;
}
.modal-body .btn{
	padding: 4px 6px;
}
.modal-content{
	background-color: rgb(241,243,245);
}
.marge_xs{
	margin: 5px;
}
.list_option, .list_sup{
	padding-left: 35px;
	line-height: 1;
}
.list_option .glyphicon, .list_sup .glyphicon{
	padding-right: 5px;
}
.product_name{
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	font-weight: bold;
}
.product_descritpion{	
	margin: 0px 0px 0px 0px;
	color: #00a396;
	font-size: 12px;
}
.categoy_name{
	font-size: 20px;
	text-decoration: underline;
}
.input_label{
}
#modal_co{
	margin-left: 30%;
	margin-right: 30%;
	color: rgb(10,12,14);
}
#modal_co label{
	padding: 10px;
}
.identifiant{
	padding-right: 30px;
	padding-left: 30px;
}
#div_btn_co, #div_btn_inscription{
	
}
.pac-container{
	z-index: 1065;
}