

#panier_existant  {
    min-height: 100px;
    padding: 20px;
    font-size: 1.2em;
}
#panier_existant  input {
	height:38px;
	margin-top:15px;
}


.modal_parent	{
	position:fixed; 
	top: 50%; left: 50%; 
	transform: translate(-50%, -50%);
	border-radius : 4px;
	background-color:#f4f5f7;
	/* box-shadow:0px 0px 10px 3px #f4f5f7; */
	color:#000000;
	padding:10px;
	min-height:30%;
	max-height:85%;
	overflow-y : auto;
	width: 76%;
	max-width: 968px;
	/* width: 70%; */
	/* max-width: 900px; */
	vertical-align:middle;
}

@media (max-width:700px) {
	.modal_parent	{ 
		width: 70%;
	}
}
@media (max-width:690px) {
	.modal_parent	{ 
		width: 72%;
	}
}
@media (max-width:680px) {
	.modal_parent	{ 
		width: 74%;
	}
}
@media (max-width:670px) {
	.modal_parent	{ 
		width: 76%;
	}
}
@media (max-width:660px) {
	.modal_parent	{ 
		width: 78%;
	}
}
@media (max-width:650px) {
	.modal_parent	{ 
		width: 80%;
	}
}
@media (max-width:640px) {
	.modal_parent	{ 
		width: 82%;
	}
}
@media (max-width:630px) {
	.modal_parent	{ 
		width: 84%;
	}
}
@media (max-width:620px) {
	.modal_parent	{ 
		width: 86%;
	}
}
@media (max-width:610px) {
	.modal_parent	{ 
		width: 88%;
	}
}
@media (max-width:600px) {
	.modal_parent .close {
		/* display:none; */
	}
	.modal_parent	{ 
		width: 90%;
		padding:0px;
	}
	.modal_parent .contenu	{	
		width:calc(100% - 25px)!important;
	}
	.modal_parent .menu	{	
		width:calc(100% - 25px)!important;
		float: left!important;
	}
	.panier_contenu .ppublic	{
		display:none;
	}
}

@media (max-width:460px) {
	.modal_parent .reference {
		max-width:80px;
	}
	.modal_parent  {
		width: 100%;
		border-radius:0px
	}
}

@media (max-height:700px) {
	.modal_parent  {
		height: 100%;
		max-height: 100%;
	}
}




#passer_commande_confirmer_maj_stock{
    z-index: 10!important;
    width: 60%;
    min-height: 160px;
    background-color: #ddd;
    font-weight: 600;
    padding: 30px;
    /* opacity: 0.9; */
}


.modal_upload{
	z-index:8;
}
.modal_hybride{
	z-index:6;
}

.modal_parent .modal_entete img{	
	
}
.modal_parent .modal_entete {	
	width:calc(100% - 50px);
	padding-left:13px;
	
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 1.9;
    color: #999;
    font-family: 'Open Sans', sans-serif;
	margin: 0px 46px 15px 3px;
}
.modal_parent .close {
	height: 32px;
	margin: 15px;
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
	z-index: 2;
}
.modal_parent .back {
	border-radius: 50%;
	color: #42526e;
	height: 32px;
	margin: 4px;
	overflow: hidden;
	padding: 15px;
	position: absolute;
	opacity:0.6;
	right: 90;
	top: 0;
	transition: background-color 85ms,color 85ms;
	width: 32px;
	z-index: 2;
}
.modal_parent .photo {
	text-align:center;
}
.modal_parent .photo img{
	max-width:100%;
    max-height: calc(100vh - 270px);
}
.modal_parent .next {
	border-radius: 50%;
	color: #42526e;
	height: 32px;
	margin: 4px;
	overflow: hidden;
	padding: 15px;
	position: absolute;
	opacity:0.6;
	right: 50;
	top: 0;
	transition: background-color 85ms,color 85ms;
	width: 32px;
	z-index: 2;
	transform: scale(-1, 1);
}
.modal_masque	{
	align-items: flex-start;
	background-color: #000000a3;
	height: 100%;
	justify-content: center;
	left: 0;
	overflow-y: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4;
}
.modal_parent .menu	{	
	/* width:20%; */
	float: right;
	overflow: hidden;
	padding: 0 16px 8px 8px;
	margin-top: -20px;
	margin-bottom: 30px;
}
.modal_parent .menu h3 {
	color: #5e6c84;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	line-height: 20px;
	margin-bottom: -4px;
	margin-top: 30px;
}
.modal_parent .menu a {
    background-color: #091e420a;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 32px;
    margin-top: 8px;
    max-width: 300px;
    overflow: hidden;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
	color:#172b4d;
}
.modal_parent .menu :hover {
	border-top-color: #28597a;
	background: #28597a;
	color: #ccc;
}

.modal_parent .contenu	{	
	/* width:calc(80% - 50px); */
	float: left;
	/* margin-top:13px; */
	margin-left:15px;
}

.modal_parent .contenu textarea {
	background-color: #fafbfc;
	border: none;
	border-radius: 3px;
	box-shadow: inset 0 0 0 2px #dfe1e6;
	box-sizing: border-box;
	padding: 8px 12px;
	height: 500px;
	width:100%;
	color:#172b4d;
}






