.breadcrumb{
	display:none;
}

.fid_form{
	display: table;
	width: 70%;
	margin:20px auto;
	overflow: hidden;
	border:thin solid rgb(46,87,151);
}

.fid_form form{
	margin:0 20px;
}

#fid_submit_opt{
	    display: table;
    background: #b70e0e;
    color: #ffffff;
    font: normal 24px/1.1em PoppinsSemiBold;
    text-transform: uppercase;
    text-shadow: 3px 3px 3px #000000;
    padding: 15px;
    border-radius: 20px;
    text-align: center;
    text-decoration: none;
    box-shadow: 1px 1px 3px #333;
    transition: 0.5s;

	float:none;
	margin:0 auto 20px !important;
}

#fidelisation .fancybox-skin{
	background:#dbdbdb !important;
}

#fidelisation #fid_form_step_1 select{
	width:100px;
	height:24px;
	font-size:11pt;
}

#fidelisation #fid_form_step_1 #fid_type{
	margin-left:10px;
}

#fidelisation #fid_form_step_1{
	width:600px;
}

#fid_form_step_1 .row >*{
	width:23%;
}

#fid_form_step_1 #row_heading >span{
	display:table;
	width:20%;
	float:left;
	text-align:center;
	font:bold 12pt RajdhaniBold;
	color:#000;
	margin-bottom:10px;
}


#fid_form_step_1 #row_heading span#poids_total_label{
	width:40%;
	text-align:left;
}

#fid_form_step_1 input[type="text"],
#fid_form_step_1 .taille_lot_txt{
	width: 130px;
	height: 24px;
	font: normal 16px RajdhaniBold;
	border: none;
	color: #333;
	text-indent:5px;
}

#fid_form_step_1 .taille_lot_txt{
	display:flex;
	align-items:center;
	width:130px;
	font-size:10pt !important;
}

#fid_form_step_1  #remaining_qty,
#fid_form_step_1 .pli_row_details input[type="text"]{
	background:none;
}

#fid_form_step_1 #poids_lot{
	margin-left:10px;
}

#fid_add_pli_row {
    background: #2e5797;
    color: #ffffff;
    font: normal 15px/30px RajdhaniRegular;
    padding: 0 5px;
    margin-left: 5px;
	float:right;
}

#fid_form_step_1 .pli_row_details > *{
	font-size:11pt;
}

#fid_form_step_1 .pli_row_details span.pays,
#fid_form_step_1 .pli_row_details .taille_lot{
	width:100px;
	height:auto;
	line-height:24px;
}

#fid_form_step_1 .pli_row_details .qte_pays{
	margin-right:10px;
}

#fid_form_step_1 .pli_row_details .poids_lot{
	margin-left:25px;
}

#fid_form_step_1 #err_msg{
	font-weight:bold;
	color:red;
}

#fid_confirm_pli{
    display: table;
    margin: auto;
    font: normal 18px RajdhaniBold;
    border: none;
    color: #ffffff;
    background: #2e5797;
    padding: 5px 10px;
}

#module-fidform-simulation #center_column{
	padding:30px 0;
}

.red_txt{
	color:red;
}

.fid_table{
	width:100% !important;
}

#fid_confirmation{
	text-align:center;
}

.fid_form .select-wrapper:after{
	right:30px;
}

@media(min-width:768px) and (max-width:1199px){
	.fid_form label{
		text-align:left;
	}
}