.qbz_form_row
{
  position: relative;
  clear: left;
}

.qbz_form_row .qbz_advice
{
  display:none;
  background: transparent url(/img/trail_users/common/user_interface/notice/explanation/left_mark.png) no-repeat 11px 5px;
}
.qbz_form_row .qbz_error
{
	display:none;
  background: transparent url(/img/trail_users/common/user_interface/notice/error/left_mark.png) no-repeat 11px 5px;
}
.qbz_field_in_error .qbz_error
{
	display:block;
}
.qbz_form_row .qbz_notice
{
  position: absolute;
  top: 0;
  left: 470px;
  line-height: 0;
  font-size: 0;
  padding: 2px 0 0 35px;
  width: 197px;
}
.qbz_offer_form .qbz_form_row .qbz_notice
{
  position: absolute;
  top: 0;
  left: 464px;
  line-height: 0;
  font-size: 0;
  padding: 2px 0 0 35px;
  width: 197px;
}


.qbz_form_row .qbz_notice p
{
  color: #0070ef;
  font: 11px Arial, sans-serif;
}
.qbz_form_row .qbz_notice_cgvu .qbz_errors_list
{
  color: #ed4625;
  padding: 0;
  margin: 0;
  font: 11px Arial, sans-serif;
}

.qbz_form_row .qbz_notice .qbz_errors_list
{
  color: #ed4625;
  padding: 0;
  margin: 0;
  font: 11px Arial, sans-serif;
}
.qbz_form_row p label
{
  float: left;
  text-align: right;
  width: 120px;
  padding: 0 20px 0 0;
  font: bold 12px/17px Arial, sans-serif;
  color: #3b3b3b;
}

.qbz_common_button
{
  padding: 0;
  /*border: none;*/
  border: 0px none transparent;
  /*width: auto;*/
  overflow: visible;
  line-height: 0;
  font-size: 0;
  height: auto;
  position: relative;
}
.qbz_common_button
{
  /*height: 21px;*/
  background-color: #ffffff;
}
/*-------------------------------------*/

.qbz_text_field_decoration
{
  padding: 0;
  margin: 0;
  display:inline;
  float:left;
  line-height:19px;
  font-size: 0;
  border: 1px solid #ebebeb;
  background: transparent url(/img/trail_users/common/user_interface/field/text/border_l.gif) repeat-y left top;
  position: relative;
}

.qbz_text_area_decoration
{
  padding: 0;
  margin: 0;
  display:inline;
  float:left;
  line-height:19px;
  font-size: 12px;
  border: 1px solid #ebebeb;
  background: transparent url(/img/trail_users/common/user_interface/field/text/border_l.gif) repeat-y left top;
  position: relative;
}
.qbz_text_field_decoration span
{
  /*position: absolute;*/
  top: 0px;
  left: 0px;
  _top: 1px;
  _left: 1px;
  line-height: 0;
  font-size: 0;
  width: 7px;
  height: 8px;
  background: transparent url(/img/trail_users/common/user_interface/field/text/corner_tl.gif) repeat-x left top;
}
.qbz_text_field_decoration input
{
  width: 160px;
  margin: 0;
  height:19px;
  border: 0px none transparent;
  color: #C0A778;
  font: 12px/19px Arial, sans-serif;
  background: transparent url(/img/trail_users/common/user_interface/field/text/border_t.gif) repeat-x left top;
}

/*-------------------------*/

.qbz_field_in_focus .qbz_text_field_decoration
{
  border-color: #69b1c5;
}
.qbz_field_in_focus p label
{
  color: #69b1c5;
}

.qbz_field_in_error p label
{
  color: #ed4625;
}
.qbz_field_in_error .qbz_text_field_decoration
{
  border:1px solid #ed4625;
  background: #fef2f0 url(/img/trail_users/common/user_interface/field/text/error_border_l.gif) repeat-x left top;
}

.qbz_field_in_error .qbz_text_field_decoration span
{
  background: transparent url(/img/trail_users/common/user_interface/field/text/error_corner_tl.gif) repeat-x left top;
}
.qbz_field_in_error .qbz_text_field_decoration input
{
  color: #3b3b3b;
  background: transparent url(/img/trail_users/common/user_interface/field/text/error_border_t.gif) repeat-x left top;
}
.qbz_field_in_error .qbz_text_area_decoration
{
  border: red 1px solid;
}
.qbz_form_row
{
  margin-bottom: 3px;
}

/**
  * style pour le bloc promo dans la barre de droite
  */
  .qbz_promotional_no_price .qbz_promotion_form
  {
    width: auto;
  }

  .qbz_offer_introduction,
  .qbz_promo_introduction
  {
    font-size:0.9em;
    color: #000000;
		margin: 0 auto;
	  padding-bottom: 17px;
		padding-top: 10px;
    line-height:14px;
  }

  .qbz_promotional_no_price .qbz_promo_introduction
  {
    width: auto;
  }

  .qbz_promotional_code_field .qbz_error
  {
    position:relative;
    top:4px;
    color: #ED4625;
    padding: 8px;
    display: inline;
  }
  .qbz_promotional_code_field .qbz_error a {
    color: #ED4625;
    text-decoration:underline;
  }

/**
  * Style importé du parcours utilisateurs ...
  */

button::-moz-focus-inner{padding: 0;border: none;}
.qbz_media_form hr
{
  margin: 0;
}
.qbz_media_form hr.qbz_balanced_margin
{
  margin: 15px 0;
}

.qbz_mandatory_fields_mention
{
  width: 130px;
  top: 154px;
  position: absolute;
  left: 327px;
  color: #000000;
  font-style: italic;
}

.qbz_mandatory_fields_mention + p {
  font-size: 11px;
}
.qbz_mandatory_fields_mention_alt
{
	color:#0070ef;
	font-family:Arial,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	left:515px;
	line-height:normal;
	position:absolute;
	top:30px;
	width:195px;
}


.qbz_form_row .qbz_field_1_2 input
{
  width: 141px;
}
.qbz_form_row .qbz_field_1_4 input
{
  width: 64px;
}

.qbz_form_row .qbz_field_1 input
{
  width: 155px;
}

.qbz_offer_form .qbz_form_row .qbz_field_1 input,
.qbz_profile_attributes .qbz_form_row .qbz_field_1 input
{
  width: 295px;
}

#qbz_promo_field .qbz_form_row .qbz_field_1 input,
#qbz_registration_field .qbz_text_field_decoration input
{
  width: 200px;
}
.qbz_form_row textarea
{
  font-size:12px;
  width:302px;
  border: none;
}




.qbz_checkbox_row
{
  margin: 15px 0;
}
.qbz_checkbox_row .qbz_basket_decoration
{
  padding-right: 5px;
  vertical-align: bottom;
}

.qbz_checkbox_row .qbz_basket_decoration img
{
/*  vertical-align: -3px;*/
}
.qbz_promotional_code_field label
{
  float: left;
  padding: 0 5px 0 0;
}
.qbz_promotional_code_field .qbz_text_field_decoration input
{
  width: 194px;
}
.qbz_promotional_code_field button
{
  float: left;
  margin-left: 0;
  margin-top: 20px;
  border-radius: 5px;
  cursor: pointer;
  color: var(--light-color);
  padding: 7px 10px 22px;
  background-color: var(--element-color);
  border: 1px solid var(--element-color);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-shadow: none;
  background-image: none;
  box-shadow: none;
  font-family: var(--font-family);
}
.qbz_promotional_code_field button:hover {
  background-color: #3d93ff;
  border-color: #3d93ff;
  transition: .2s;
}
.qbz_promotional_label
{
  margin-top: 5px;
  font: 11px Arial, sans-serif;
  color: #0070ef;
}
.gift-basket.qbz_promotional_label
{
  font-size: 19px;
  font-weight: 500;
  line-height: 25px;
  font-family: var(--font-family);
  color: var(--text-color);
  position: relative;
  top: 5px;
}
.qbz_promotional_code_row{
    background: #fff;
    border: 1px solid #d5e4ea;
    margin: 15px 0;
    padding: 15px 20px;
    position: relative;
}
    .qbz_promotional_code_row #qbz_promo_field{
        position: relative;
        top: -2px;
        margin-right: 10px;
    }

.qbz_promotional_pricing{
    position: absolute;
    top: 0;
    right: 102px;
    width: 99px;
    text-align: center;
    color: #0070ef;
    font: 20px Georgia, serif;
}

.qbz_inline_button
{
  vertical-align: -5px;
  padding: 0 13px 0 14px;
}
.qbz_offer_field .qbz_text_field_decoration
{
  margin: 0 15px 0 0;
}
.qbz_offer_field .qbz_2_7_field input
{
  width: 148px;
}
.qbz_offer_field .qbz_3_7_field input
{
  width: 225px;
}
.qbz_offer_field button
{
  width: 54px;
  height: 21px;

}
.qbz_promotion_form{
    /*float: left;*/
    margin: 10px 0 0;
    width: 300px;
}
#qbz_offer_field,
#qbz_promo_field{
	display: inline;
    /*  vertical-align: -3px;*/
}

.qbz_profile_attribute textarea
{
  width:488px;
  text-align: left;
  border: 1px solid #d3d3d3;
}

.qbz_profile_attribute .qbz_form_row .qbz_notice
{
  left: 490px;
  padding: 0 0 0 15px;
  width: 155px;
  text-align: left;
  background-color: #ffffff;
  background-position: 2px 5px;
}


/* qobuz offer form --------------------------------------- */

.qbz_gift, .qbz_birthday
	{
		width:160px;
		float:left;
		height:160px;
	}
.qbz_gift .qbz_check, .qbz_birthday .qbz_check
	{
		padding-left:61px;
		padding-top:5px;
		width:100px;
	}
.qbz_xmas img.qbz_theme_img,
.qbz_gift img.qbz_theme_img,
.qbz_birthday img.qbz_theme_img{
border:solid 1px #d5e4ea;
border-radius: 5px;
height:60px;
width:97px;
}

.qbz_xmas{
    float:left;
    height:92px;
    margin:0 10px;
    position:relative;
}
.qbz_xmas:first-child { margin-left: 0; } .qbz_xmas:last-child { margin-right: 0; }
.qbz_xmas .qbz_check {
    bottom:0;
    position:absolute;
    left:50%;
}

#offer_gift_validate
{
  border-radius: 5px;
  cursor: pointer;
  color: var(--light-color);
  padding: 11px 20px;
  background-color: var(--element-color);
  background: var(--element-color);
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 600;
  min-width: 200px;
  text-transform: none;
  text-align: center;
}
#offer_gift_validate:hover
{
  background: #00acff;
  transition: 0.3s;
}

.qbz_offer_form .qbz_form_row p label
{
	width:145px;
}

.qbz_offer_form_result
{
	margin-bottom: 10px;
}

.qbz_offer_form .qbz_mandatory_fields_mention
{
	position: relative;
    top: auto;
    left: auto;
    font-weight: 500;
    color: var(--text-color);
    font-size: 14px;
    width: 100%;
    text-align: left;
    font-style: normal;
}
.qbz_offer_form .overlay_sample{
    bottom:31px;
    left:1px;
    position: absolute;
}

.qbz_profile_attribute .qbz_form_row .qbz_field_1 input {
width:295px;
}
.qbz_profile_attribute .qbz_form_row #user_country
{
	width:304px;
}
.qbz_profile_attribute .qbz_form_row #user_birthday_day
{
	width:100px;
}
.qbz_profile_attribute .qbz_form_row #user_birthday_month
{
	width:100px;
}
.qbz_profile_attribute .qbz_form_row #user_birthday_year
{
	width:100px;
}

.qbz_sponsoring_form .qbz_sponsoring_email_fields
{
	margin:2px;
}

.qbz_basket_price_wrapper
{
  border-top:1px solid #FFF;
  position: relative;
  width: 100%;
  background-color: #2F2F2F;
	border-bottom-left-radius:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
}
.qbz_basket_price_container
{
  font-size: 16px;
  background-color: #2F2F2F;
  width: 45%;
  color: #FFFFFF;
  padding: 10px 20px 10px 10px;
  margin-right: 0;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}

.qbz_purchase_total_price
{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
}


#qbz_payment_after_price,
#qbz_payment_after_price .qbz_order_price
{
  font-size: 16px;
}

#qbz_payment_af_warning {
  position: reletive;
  justify-content: flex-start;
}

#qbz_payment_af_warning .tooltip-modal {
  left: 290px;
}

.qbz_basket_price_wrapper p { margin-bottom:0;}
.qbz_offer_form
{
  clear:both;
}
.qbz_basket_price_wrapper .flasherror, .qbz_basket_price_wrapper .flashsuccess
{
  border-color:#D8000C;
  font-size:16px;
  padding: 5px 5px 5px 60px;
  position:relative;
  left:7px;
}
.qbz_basket_price_wrapper .flashsuccess
{
  border-color:#4F8A10;
}
#qbz_payment_minus_price small
{
  font-size:9px;
  color:#333;
  display:block;
}

.qbz_form_textarea_large{
  width: 400px;
}