#div-prop{
	min-height:200px;
}
.input-choix-md{
    width: 90%;
    border-radius: 5px;
    color: black;
	background:#93ffab;
    height: 30px;
    font-size: 1.2em;
    border: 1px solid silver;
}
.input-choix-md:hover{
	background:#24ff55;
}
#div-gen{
    background: #eccf6c;
}
#div-item{
	background:white;
}
#menu-gauche{
    width: 80%;
    padding:0 0 8% 0;
    margin-top: 10%;
    background: #5087c1;
	text-align:center;
}
#select-style, #select-metier{
    height: 30px;
    width: 80%;
    border-radius: 5px;
	margin-top:10%;
}
#lignes-tampon{
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #000;
    padding: 0 2%;
}
.div-lg-row{
    border-bottom: 1px dashed black;
		padding-bottom: 1%;
		padding-top: 2%;
}

/*=================================================*/
/*                MEDIA QUERIES                    */
/*=================================================*/
@media screen and (max-width: 768px) {
	#div-style{
		width:42%;
	}
	.div-lg-row{
		border-bottom: 1px dashed black;
		padding-bottom: 4%;
		padding-top: 6%;
	}
	}
