/* Css de backoffice_gestion_popup_auto_front */


.interieur_popup_auto input[type=number] {
	-moz-appearance: textfield;
	appearance: textfield;
	margin: 0;
}

.interieur_popup_auto input[type=number]::-webkit-inner-spin-button,
.interieur_popup_auto input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* 1100px / 740px / 320px */

@media screen and (min-width:220px) {
	.interieur_popup_auto {
	    position: fixed;
	    z-index: 1001;
	    margin-left: -150px;
	    left: 50%;
	    top: 10%;
	    width: 300px;
	    background-color: #fff;
	    border-radius: 12px;
	    padding: 10px;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}

	.voile_popup_auto {
		position: fixed;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    z-index: 1000;
	    background: rgba(0, 0, 0, 0.85);
	    height: 100%;
	    width: 100%;
	    display: block;
	}

	.btn_popup_auto {
		background-color: #2dc1b2;
		display: inline-block;
		color: #fff;
		font-size: 19px;
		font-weight: bold;
		cursor: pointer;
		padding: 5px;
		border-radius: 3px;
	}

	.interieur_popup_auto input {
		background-color: #ebebeb;
	    border: 0 none;
	    color: #d6cab2;
	    font-weight: bold;
	    line-height: 32px;
	    vertical-align: middle;
	    font-size: 20px;
	    border-radius: 5px;
	    text-align: center;
	    border: 1px solid #fff;
	}
}


@media screen and (min-width:740px) {
	
}



@media screen and (min-width:1100px) {
	.interieur_popup_auto {
	    margin-left: -350px;
	    width: 700px;
	    padding: 30px;
	}

}