/* style */
.nextstep{
	margin-bottom:15px;
}
.newstyle fieldset:disabled{
	display:none;
}
.newstyle fieldset:disabled input,.newstyle fieldset:disabled select,#etape0:disabled label{
	cursor:not-allowed;
}
.newstyle fieldset.forced{
	display:block;
}
.pricewhite{
	color: white !important;
}
.form-control{
	font-weight:500;
}
.newstyle h3{
	font: 600 18px/22px "Montserrat", sans-serif;
    color: #fff;
    background: var(--color-primary);
    text-transform: uppercase;
    padding: 14px 5px 17px 20px;
}

.zoneindicator{
	color:red;
}

.containersim {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 15px 15px 70px;
    border: 1px solid #000;
    width: 100%;
    position: relative;
}
#materiaucontainer label,#etape2 label{
	padding-top:0 !important;
}

#lambrequin .form-group{
	margin-left: -10px;
	margin-right:-10px;
	margin-bottom:15px;
	flex-wrap: wrap;
	display:flex;
}
#googlefontgroup.form-group,#mypolice.form-group{
	display:none;
}

#lambrequin .btn-primary{
	padding-top:13.5px;
	padding-bottom:13.5px;
}

.tablestotal{
	font: 600 18px/22px "Montserrat", sans-serif;
    color: #fff;
		width:100%;
    text-transform: uppercase;
		margin-bottom: 2rem;
}
.tablestotal tr{
	padding-bottom: 2rem;
	background: var(--color-primary);
}
.tablestotal td{
	padding: 14px 5px 17px 20px;
	font-weight: 600;
}

.mt15{
	margin-top:15px;
}
.mb15{
	margin-bottom:15px;
}
.mr15{
	margin-right:15px;
}

.hidezone{
	position:absolute;
	bottom:5px;
	right:5px;
	z-index:99;
}

#lambrequin label {
    text-align: left;
    padding-top: 13px;
    padding-bottom: 0;
    font-weight: bold;
}

#tablerecto,#tableverso{
	margin-top:15px;
	border:1px solid #000;
	max-width:100%;
}
#tablerecto td,#tablerecto th{
	background:#fff;
}
#tablerecto input[readonly]{
	background:#fff;
	border-color:transparent;
}
#mypolice,#couleurtissu{
	display:none;
}
