.wf_page_header .wf_input_checkbox, .wf_page_header .wf_input_radio {
  width: 0; }

.wf_custom_radio label {
  display: inline-block;
  padding-left: 30px;
  font-size: 16px;
  text-transform: none;
  position: relative; }
  
  .wf_custom_radio label:before {
    content: "\2022";
    display: block;
    width: 24px;
    height: 24px;
    border: 2px solid #929292;
    border-radius: 50%;
    color: transparent;
    text-align: center;
    position: absolute;
    left: 0;
    top: -4px; }

.wf_custom_radio_on label:before {
  border: 3px solid #929292;
  color: #929292; }

.wf_radio.wf_field > .wf_label_field {
  font-size: 16px; }

.wf_input_checkbox + .wf_label_field label {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0 !important;
  padding-left: 30px;
  font-size: 16px;
  text-transform: none;
  text-align: left;
  position: relative; }
  .wf_input_checkbox + .wf_label_field label:before {
    content: "";
    border: 2px solid #929292;
    border-radius: 0;
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px; }

.wf_validate_field .wf_input_checkbox + .wf_label_field label {
  display: inline-block;
  padding-left: 30px;
  font-size: 16px;
  text-transform: none;
  position: relative; }
  .wf_validate_field .wf_input_checkbox + .wf_label_field label:before {
    content: "";
    background: url(../images/ico-check.png) no-repeat center;
    position: absolute;
    z-index: 1;
    font-size: 1.3em;
    height: 20px;
    color: #dc002e;
    text-align: left;
    line-height: 1.1em;
    border-color: #f07b0a; }

.wf_page_header .wf_input_checkbox + .wf_label_field label {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0 !important;
  padding-left: 30px;
  font-size: 18px;
  text-transform: none;
  text-align: left;
  position: relative; }
  .wf_page_header .wf_input_checkbox + .wf_label_field label:before {
    content: "";
    border: 2px solid #929292;
    border-radius: 0;
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px; }

.wf_page_header .wf_validate_field .wf_input_checkbox + .wf_label_field label {
  display: inline-block;
  padding-left: 30px;
  font-size: 18px; }

.wf_checkbox .wf_input_checkbox + .wf_label_field label {
  margin: 0 !important; }

.wf_form_content .wf_page_open .wf_checkbox .wf_input_group .wf_label_field {
  margin: 0 !important;
  text-align: left; }


  /*##################################################################################*/
  .wf_radio.wf_field  .wf_label_field {
		width: auto !important;
  }
  
.wf_input_group {
    width: 400px !important;
    text-align: center !important;
}

.wf_box_check, .wf_radio .wf_custom_radio .wf_label_field .wf_radio_check {
    padding-right: 10px;
	}


.wf_dealerLocatorTitle {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

label.wf_box_check {
  font-size: 12px;
}

.wf_form_content .wf_linecontent > .wf_field input {
  background: #fff;
}

.wf_form_content .wf_label_field {
    display: block;
    margin-right: 7px;
    margin-top: 7px;
    margin-bottom: 7px;
    float: none;
    font-size: 14px;
    font-weight: 400;
}

@media (min-width: 600px) {



  .wf_form_content .wf_label_field {
    display: inline-block;
    vertical-align: middle;
    min-height: 1px;
    width: 90px;
    margin-bottom: 0;
    text-align: right;
  }

}

.wf_page_header .wf_group {
  width: 75%;
}

.wf_page_header .wf_box_check, 
.wf_page_header .wf_radio .wf_custom_radio .wf_label_field .wf_radio_check {
    font-family: "Ubuntu", sans-serif;
    text-align: left;
    font-size: 16px;
	color: rgb(110,110,110);
}

@media (min-width: 600px) {


  .wf_page_header .wf_group {
    width: auto;
  }

}


.wf_button .wf_button_input {
    padding: 10px 30px 10px;
}

   
/*****
DSIN :
The font is KO in the text "Et un conseiller vous recontactera". It should be in the same font as the text "Choisissez le lieu de votre essai ..." of the maquette  

UNAMI : 
Where is this text ?

DSIN :
http://lp.re7.citroen.fr/fr/landing-page/standard-old-v2

UNAMI :
These instruction were already there in the very first delivery
******/
.titre_formulaire,
.sous_titre_formulaire {
  margin-bottom: 30px;
  /*color: #000;*/
  color: #00a5b4;
  font-family: "Citroen Bold", sans-serif;
  font-size: 18px;
  text-align: center; }
/****************************
*****************************/

   
/*****
DSIN :
We have a N°1 pictogram to hide

ag :
These instruction were already there in the very first delivery
******/
.wf_numbering {
  display: none; }
/****************************
*****************************/




/*****
FROM HERE, UNAMI MODIFICATIONS 
******/


/*****
BUTTONS
******/




.wf_button .wf_button_input {
  /*padding: 10px 30px 10px;*/
  padding: 3px 30px 10px;}

.wf_button .wf_button_input:after,
.wf_button button:after {
  content: "\0074";
  display: block;
  font-family: 'webformsIcons';
  font-size: 20px;
  position: absolute;
  /*right: 15px;*/
  right: 17px;
  text-transform: none;
  font-weight: normal;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg); }

/**********
END BUTTONS
/**********/



/*******
FORMS
*******/

.wf_page_open .wf_numbering {
  background-color: #333;
  color: #fff;
  font-family: "Citroen Light", sans-serif; }

.wf_intro_form,
.wf_html {
  margin-bottom: 30px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  text-align: center; }

.wf_form_content .wf_linecontent > .wf_field {
  float: left;
  padding-right: 40px;
  position: relative;
  max-width: 260px; }
  @media (min-width: 400px) {
    .wf_form_content .wf_linecontent > .wf_field {
      max-width: none; } }

.wf_form_content .wf_linecontent {
  float: left;
  width: auto;
  max-width: 630px; }

.wf_field_input:after,
.wf_input_group:after,
.wf_input_group .wf_label_field:after,
.wf_form_content .wf_message_box:after,
.wf_popin_login .wf_message_box:after {
  content: ""; }

.wf_form_content .wf_label_field {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  color: rgb(110,110,110); }

.wf_label_field {
  display: block;
  margin-right: 7px;
  margin-top: 7px;
  margin-bottom: 7px;
  float: none;
  font-size: 14px;
  font-weight: 400; }
  @media (min-width: 600px) {
    .wf_label_field {
      display: inline-block;
      vertical-align: middle;
      min-height: 1px;
      width: 90px;
      margin-bottom: 0;
      text-align: right; } }

label.wf_box_check {
  font-family: "Ubuntu", sans-serif;
  text-align: left;
  font-size: 12px;
  line-height: 1.4; }

.wf_input .wf_field_input input,
.sb-select input {
  height: 30px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-appearance: none; }

.wf_form_content .wf_field_input input,
.wf_form_content .wf_field_input select,
.wf_form_content .wf_field_input textarea,
.sb-select input {
  max-width: 260px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  @media (min-width: 400px) {
    .wf_form_content .wf_field_input input,
    .wf_form_content .wf_field_input select,
    .wf_form_content .wf_field_input textarea,
    .sb-select input {
      width: 260px; } }

.wf_input .wf_field_input input,
.sb-select input {
  border-radius: 0; }

.wf_form_content .wf_field_input input,
.wf_form_content .wf_field_input select,
.wf_form_content .wf_field_input textarea,
.sb-select input {
  border: 2px solid #929292;
  color: #666;
  font-size: 14px;
  font-family: "Ubuntu", sans-serif; }

.wf_form_content .wf_field_input,
.wf_form_content .wf_field_select
.wf_field_input,
.wf_field_select {
  display: inline-block;
  vertical-align: middle; }

.sb-custom .sb-dropdown {
  background: white;
  display: none;
  font-size: 17px;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  max-width: 260px;
  z-index: 3;
  border: 2px solid #929292;
  border-top: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.sb-select:after {
  content: "\0074";
  font-family: 'webformsIcons';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px;
  z-index: 1; }

.wf_box_check {
  smax-width: 260px; }

.wf_box_check:before {
  border: 2px solid #929292;
  border-radius: 0;
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px; }

.wf_box_check.wf_checked:before {
  border-color: #f07b0a; }

.wf_box_check.wf_checked:after {
  content: "";
  background: url(../images/ico-check.png) no-repeat center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  z-index: 1;
  font-size: 1.3em;
  height: 20px;
  color: #dc002e;
  text-align: left;
  line-height: 1.1em; }

.wf_icon_box {
  margin-top: -20px;
  top: 45px; /***********/
  right: 9px; }

@media (min-width: 600px) {
  .wf_icon_box {
    margin-top: -20px;
    top: 18px; /***********/
    right: 9px; }
}

.wf_icon_box .wf_help_icon {
  background-color: #a8a8a8;

  font-family: "Ubuntu"; /************/
  font-size: 14px; /************/
  padding-top: 1px; /************/
 }

.wf_form_content .wf_message_box {
  display: block;
  max-width: 250px; /************/
  margin-top: 5px;
  margin-left: 0;
  /*color: #dc002e;*/
  color: #e1412d;
  font-size: 12px;
  text-align: left; }
  @media (min-width: 600px) {
    .wf_form_content .wf_message_box {
      margin-left: 100px; } }

.wf_message {
  font-size: 12px; }

.wf_dealerLocatorTitle {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px; }
  @media (min-width: 600px) {
    .wf_dealerLocatorTitle {
      margin-left: 98px; } }


.wf_dealerlocator .wf_dealerlocator_form_light .wf_loupeButton {
  display: none;
  height: 30px;
  background-color: #929292;
  top: 7px;
  border-radius: 0;
  left: 357px;
  margin: 0; }

.wf_loupeButton {
  background: url("../images/icon_loupe.png") no-repeat scroll center center #929292; }


.wf_question_light {
  display: inline-block;
  margin-left: 5px; /***************/
  display: inline-block; /************/
  position: absolute; /**************/
  top: 35px; /****************/
}

@media (min-width: 600px) {


  .wf_question_light {
    top: 10px; /****************/
  }



}

.wf_geo_wrapper_light {
  display: inline-block;
  margin-left: 0;
  height: 30px;
  font-family: "Ubuntu", sans-serif;
  /*position: static; /*****************/
  top: 0;
}

.wf_geo_wrapper {
  display: inline-block;
  width: auto;
  white-space: nowrap; }

.wf_geo_and {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-family: "Ubuntu", sans-serif;
  /*display: none; /***************/
}

.wf_geo_btn,
.wf_dealerlocator_form_light .wf_geo_btn {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  padding: 0; /**************/
  border-radius: 0;
  /*background: url("images/citroen_picto_geoloc_desktop.png") no-repeat scroll center center #fff;*/
  background: url("../images/picto-geoloc.png") no-repeat scroll center center; /**************/
  top: -4px; }

.wf_form_content .wf_html {
  font-size: 12px;
  float: right; }

.wf_linecontent.picker_dropdown {
  width: 250px;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  line-height: 1.5; }
  @media (min-width: 600px) {
    .wf_linecontent.picker_dropdown {
      width: 275px;
      margin-left: 98px; } }

.resultBoxField.picker_dropdown.wf_validate_field {
  border: 2px solid #929292;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400; }
  .resultBoxField.picker_dropdown.wf_validate_field .wf_dealer_name {
    font-weight: 700; }

.wf_dropdown {
  width: 250px;
  margin-top: 5px;
  border: 2px solid #929292;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  text-align: left; }
  @media (min-width: 400px) {
    .wf_dropdown {
      width: 260px; } }
  .wf_dropdown ul a {
    padding: 10px; }
  .wf_dropdown .wf_linecontent {
    position: relative; }
  .wf_dropdown table {
    border-spacing: 0; }
  .wf_dropdown .dpcontent td {
    padding: 18px 20px;
    font-size: 14px;
    line-height: 1.5; }

.wf_dropdown .dpcontent td:hover,
.wf_dropdown .dpcontent td:active {
  color: #fff;
  background: #666; }
  .wf_dropdown .dpcontent td:hover *,
  .wf_dropdown .dpcontent td:active * {
    color: #fff; }

.wf_line_button {
  text-align: center; }

.wf_line_button .wf_linecontent {
  float: none; }

.wf_page_header .wf_question {
  padding: 30px 0;
  background: transparent; }

.wf_page_header .wf_input_checkbox, .wf_page_header .wf_input_radio {
  width: 0; }

.wf_page_header .wf_checkbox .wf_label_field,
.wf_page_header .wf_radio .wf_label_field {
  display: inline-block;
  margin-bottom: 30px;
  font-family: "Citroen Regular", sans-serif;
  font-size: 18px; }

.wf_custom_radio label {
  display: inline-block;
  padding-left: 30px;
  font-size: 16px;
  text-transform: none;
  position: relative; }

.wf_custom_radio label:before {
  content: "\2022";
  display: block;
  width: 24px;
  height: 24px;
  padding-top: 0px; /**********/
  padding-left: 1px;
  border: 2px solid #929292;
  border-radius: 50%;
  color: transparent;
  text-align: center;
  position: absolute;
  left: 0;
  top: -1px; }

.wf_custom_radio_on label:before,
.wf_radio_check.wf_checked:before {
  /*border: 3px solid #929292;
  color: #929292;*/
  border: 3px solid #eb6428;
  color: #eb6428;
  }

.wf_radio_check.wf_checked:after {
  display: none; }

.wf_radio.wf_field > .wf_label_field {
  font-size: 12px; 
  text-align: justify;
  font-weight: bold;
  }

.wf_input_checkbox + .wf_label_field label {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0 !important;
  padding-left: 30px;
  font-size: 16px;
  text-transform: none;
  text-align: left;
  position: relative; }

.wf_input_checkbox + .wf_label_field label:before {
  content: "";
  border: 2px solid #929292;
  border-radius: 0;
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px; }

.wf_validate_field .wf_input_checkbox + .wf_label_field label,
.wf_box_check.wf_checked:before {
  display: inline-block;
  padding-left: 30px;
  font-size: 16px;
  text-transform: none;
  position: relative; }

.wf_validate_field .wf_input_checkbox + .wf_label_field label:before,
.wf_box_check.wf_checked:before {
  content: "";
  background: url(images/ico-check.png) no-repeat center;
  position: absolute;
  left: 0;
  z-index: 1;
  font-size: 1.3em;
  height: 20px;
  width: 20px;
  padding: 0;
  color: #dc002e;
  text-align: left;
  line-height: 1.1em;
  border-color: #f07b0a; }

.wf_page_header .wf_input_checkbox + .wf_label_field label {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0 !important;
  padding-left: 30px;
  font-size: 18px;
  text-transform: none;
  text-align: left;
  position: relative; }

.wf_page_header .wf_input_checkbox + .wf_label_field label:before {
  content: "";
  border: 2px solid #929292;
  border-radius: 0;
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px; }

.wf_page_header .wf_validate_field .wf_input_checkbox + .wf_label_field label {
  display: inline-block;
  padding-left: 30px;
  font-size: 18px; }

.wf_checkbox .wf_input_checkbox + .wf_label_field label {
  margin: 0 !important; }

.wf_form_content .wf_page_open .wf_checkbox .wf_input_group .wf_label_field {
  margin: 0 !important;
  text-align: left; }

/*##################################################################################*/
.wf_radio.wf_field .wf_label_field {
  width: auto !important; }

.wf_input_group {
  width: auto !important;
  text-align: center !important; }

@media (min-width: 600px) {

  .wf_input_group {
    width: 400px !important;
    text-align: center !important; 
  }
} 

.wf_box_check, .wf_radio .wf_custom_radio .wf_label_field .wf_radio_check {
  padding-right: 10px; }

.wf_box_check,
.wf_radio .wf_custom_radio .wf_label_field .wf_radio_check {
  font-size: 20px; }

.wf_page_header label.wf_box_check {
  font-family: "Ubuntu", sans-serif;
  text-align: left;
  font-size: 16px; }


.wf_page_header .wf_radio.wf_field .wf_label_field {
  display: block;
}

@media (min-width: 600px) {

    
  .wf_page_header .wf_radio.wf_field .wf_label_field {
    display: inline-block;
  }

} 



.wf_page_errorMessage {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-style: normal;
  text-align: center;
}



/*****
Bloc Newsletter
******/

.tooltip {
  width: 200px !important;
  border: 2px solid #626262;
  border-radius: 0;
  font-family: "Ubuntu", sans-serif;
  line-height: 1.5;
}

@media (min-width: 600px) {
  
  
  .tooltip {
    border: 2px solid #626262;
    border-radius: 0;
    font-family: "Ubuntu", sans-serif;
    line-height: 1.5;
  }

}

/*****/


.wf_form_content .wf_toggle_title {
  font-family: "Ubuntu", sans-serif;
  text-decoration: none;
}


.wf_form_content .wf_toggle_content {
  margin-top: 15px;
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

.wf_form_content .wf_legal_mention {
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

.wf_page_open .wf_page_title {
  color: #333;
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
}


@media (min-width: 600px) {

  .wf_label_field[style*="display: none;"] + .wf_field_input,
  .wf_label_field[style*="display:none;"] + .wf_field_input {
    margin-left: 97px;
  }

}

.wf_form_content .wf_html p { 
  font-size: 12px;
}
 
 .wf_form_content .wf_html { 
  font-size: 16px;
}


/*/////////////////////////////////////////////////////////////////////////////////////////*/

.wf_error .wf_field_input input {
    background: url("../images/icon_wrong_field.png") no-repeat right center transparent !important;
}
.wf_validate_field .wf_field_input input {
    background: url("../images/icon_validate.png") no-repeat right center transparent !important;
}

span.sb-select:after { right: 30px !important; }



/* 160225_1451n ////////////////////////////////////////////*/

.wf_checkbox.wf_field .wf_input_group {
    text-align: left !important;
    padding-left: 65px;
}


.form-bloc {
	padding: 1.875em 0.9375em;
	background: rgba(255, 255, 255, 0.9); }
@media (min-width: 40em) {
.form-bloc {
	padding: 1.875em 2.1875em; } }


@media (max-width: 600px) {	
	label.wf_box_check {
		min-width: 200px;
		left: -29px;
	}
	.bg-bloc {
		 /*background-image: none !important;   160303_0848 */
	
	}
	.main-bloc__col-1 {
         /*padding:0px !important;   160303_0848 */
	}
		
}


@media (max-width: 200px) {	
	label.wf_box_check {
		min-width: 250px;
		left: -34px;
	}
}

/* 160226_1416n ////////////////////////////////////////////////*/

wf_page_header .wf_question {
    background: none repeat scroll 0 0 transparent;
    padding: 30px 0; }

.wf_form_content .wf_page_header .wf_group .wf_custom_radio { top: -5px;}

.wf_page_header .wf_checkbox .wf_label_field, .wf_page_header .wf_radio .wf_label_field {margin-bottom: 16px;}

.titre_formulaire, .sous_titre_formulaire { margin-bottom: 16px;}

.form-bloc__title { margin-bottom: 16px;}

.form-bloc__title {
    font-family: "Citroen Regular";
    font-size: 28px;
    margin-bottom: 15px;
    text-align: center;
}

.wf_page_header .wf_question {
    padding: 0 20px ;
}

.main-bloc__col-1 {
    margin: 0 auto 0;
}

@media (max-width: 400px){
.wf_checkbox.wf_field .wf_input_group {
	padding-left: 60px !important;}
}


/* 160330_0855j couper raison principale motivant votre désinscription */
span.sb-select input[type="text"] {
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    padding-right: 60px !important;
}

/*----- 160330_1023n ------------------------------------------------------------*/
.wf_custom_radio label:before {
    padding-left: 0 !important;
    padding-top: 1px !important; }
	
.browserFF .wf_custom_radio label:before {
    padding-top: 2px !important; }	
/*fin-- 160330_1023n ------------------------------------------------------------*/


/*------ 160406_0845j Italie mentions legales formulaire---*/
.wf_html  {
text-align:center;
}

.wf_html p {
text-align:left;
}
.wf_box_check, .wf_radio .wf_custom_radio .wf_label_field .wf_radio_check {
    font-size: 16px;
    font-family: "Ubuntu", sans-serif; /*radio butons autorizzo*/
  
}
 /*---------------------anulado-------------------------------------------
div#FILD100000000987 {
    position: relative; 
    left: -16%;
}

div#FILD100000900980{
position: relative; 
    left: -16%;
}
@media (max-width:600px){
div#FILD100000000987 {
    position: relative;
    left: 0%;
}
}
@media (max-width:600px){
div#FILD100000900980 {
    position: relative; 
    left: 0%;
}
}

@media (max-width:400px){
label[for="LEGAL_MENTION_CPP_ANSWER-REEY100000003273"]{
	margin-left: 32px !important;

}
}
@media (max-width:400px){
label[for="PRIVACY_CHECKBOX_1-REEY100000003273"]{
	margin-left: 32px !important;

}
}

---------------------anulado-------------------------------------------*/


.wf_linecontent.wf_simpleline.wf_content {
    margin-bottom: 0px; /*reduire d'espace dans les mentions legales du formulaire*/
}



/*----- 160407_1516n ---------------------------------------------------------
.wf_radio.wf_field  { position: relative; left: -16%; }
.tpl-mono-p1 .wf_radio.wf_field   { left: 0%; !important }
.wf_page_header .wf_radio.wf_field   { left: 0%; !important }*/

/*----- 160407_1516n ---------------------------------------------------------
.tpl-mono-p2 .wf_group {  width: 100%;  left: 37px; position: relative; text-align: left; }*/
 
 .css-step-2 .wf_page_page .wf_group {  width: 37%;  position: relative; text-align: left; left: -32px; }
 .css-step-2  .wf_page_page  .wf_radio_check {  text-align: left;}
 
 @media (max-width:400px){
    .css-step-2 .wf_page_page .wf_group {  width: 100%;  position: relative; text-align: left; left: 0px; }
 }

/*----- 160411_1222n --*/
.css-step-2 .wf_page_page .wf_checkbox .wf_group {
    width: 100%;
    position: relative;
    text-align: left;
    left: 0px;
}


/*----- 160412_1002n ------------------*/
@media(min-width:750px){
	.css-long-label-parent-parent{width: 397px;}		   
	
	.css-long-label {
		position: relative;
		top: -5px;
		/*word-break: break-all;*/
		position: relative;
		left: -6px;}
	
	span.wf_label_field.css-long-label-parent-parent {
		position: relative;
		width: 100%;
		text-align: left;}
		
	.css-long-label-parent-parent-next {	padding-left: 98px;}
	.css-long-label-parent-parent-next-next {top: 38px;}
	
	
	
	
}	
	
@media(max-width:749px){
	.css-long-label-parent-parent {width: 120%;}
}


span.wf_text_intro {
    font-weight: bold !important;
}

/*[----- 160916_1304n BOLP-175 --------------*/
.listePDV .wf_dealerlocator.wf_form_content .wf_input.wf_field{display:none;}
/*[----- 160916_1304n BOLP-175 --------------*/


/*nouvelle charte AC bolp 171 */

.wf_box_check.wf_checked:before {
    border-color: #eb6428;
}

.article__title, .form-bloc__title {
	font-family: "Citroen Bold", sans-serif !important;
	color:#00a5b4 !important;
}
.article__subtitle, .sous_titre_formulaire {
	font-family: "Citroen Regular", sans-serif !important;
	color: rgb(110, 110, 110) !important;
}
.article__content p {
    color: rgb(110,110,110) !important;
}

.wf_button_input{
	border: 0px !important
}
.wf_button:hover input, .wf_button:hover button, .wf_button:hover .wf_button_input {
    background-color: transparent !important;
}

.btn *, .wf_button *, .wf_button_input *, .wf_button input *, .wf_button button *, .wf_button .wf_button_input * {
-webkit-transition-duration: 0s !important;
-moz-transition-duration: 0s !important;
-o-transition-duration: 0s !important;
transition-duration: 0s !important;
}


.wf_button input, .wf_button button, .wf_button .wf_button_input{
	/*font-family: "Citroen Light";*/
	font-family: "Citroen Bold";
    font-size: 24px;
	text-transform: uppercase;
	line-height: 1;
	text-align: center

}
.wf_button {
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    border: 4px solid #eb6428;
    color: #fff;

}

.wf_button input, .wf_button button, .wf_button .wf_button_input {
    background-color: #eb6428;
}

.wf_button:hover {
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
    border: 4px solid #eb6428;

    background-color: white;
    color: #eb6428;
	
}
.wf_button:hover input{
	color: #eb6428;
}
.wf_button .wf_button_input {
  padding: 7px 20px 7px; }

.wf_button:hover .wf_button_input:after{
	
	color: #eb6428;
	
}
.liste_title {
    color: rgb(110,110,110);
}

.wf_page_header .wf_radio.wf_field > .wf_label_field , span.wf_text_intro  {
	color:rgb(110,110,110) !important;
}
.lp_template_popin .wf_button .wf_button_input {
	padding: 6px 26px 6px;
}

.wf_button.wf_disabled input, .wf_button.wf_disabled button, .wf_button.wf_disabled .wf_button_input, .wf_button_disabled input, .wf_button_disabled button, .wf_button_disabled .wf_button_input {
    /*background-color: #eb6428 !important;*/
}



.lp_template_waouh_content_plusplus_multi .wf_button .wf_button_input {
    padding: 7px 20px 7px;
}
/*fin charte bolp 171 */


/*jira 159*/

.legals{display:none;}

/*fin jira 159*/


/* bolp 171 messages */

.wf_error .wf_radio_check:before {
	color: #e1412d;
	border: 2px solid #e1412d;
}
.wf_line .wf_error .wf_field_input input, .wf_linemultiple .wf_error .wf_field_input input {
 border: 2px solid #e1412d; }

.wf_line .wf_error .wf_label_field, .wf_linemultiple .wf_error .wf_label_field {
  color: #e1412d; }

.wf_dealerlocator .wf_dealerlocator_form_light .wf_error label {
  /*color: #DC002E;*/
color: #e1412d;  }
.wf_form_content .wf_dealerlocator_form .wf_error input {

  border-color:#e1412d;}
  
.wf_error_red {
  color: #e1412d !important;
   }
.wf_message_error{
	font-family:"Ubuntu",sans-serif;
}
.wf_dealerlocator .wf_dealerlocator_form_light label {
  /*color: #30333d;*/
color: rgb(110,110,100);}

.tooltip.wf_tooltip {
    color: rgb(110,110,100);
}
.wf_page_errorMessage{
	color: #e1412d !important;
}
.wf_form_content .wf_legal_mention {
	color: rgb(110,110,110);
}


/*BOUTON*/

.wf_button{
	background-color: #eb6428;
}


.wf_button .wf_button_input {
    padding-left: 0px !important;
	//padding-right: 0px !important;
}
.wf_form_content .wf_line_button .wf_linecontent {
    margin-right: 0px !important;
   
}
.wf_error .wf_radio_check:before{
	content:'' !important;
}
#searchBox.wf_error {
    border: 2px solid #e1412d;
}

.itemText .wf_dealer_km {
  color: #e1412d !important;
  font-weight: bold; }
  
  .wf_area .wf_dealer_km {
	   color: #e1412d !important;
		font-weight: bold;
	  
  }

::-ms-clear {
      display: none;
  }
.sb-custom .sb-dropdown {
	font-family:"Ubuntu",sans-serif;
	font-size:14px !important;}  
	
	
.wf_error .sb-custom .sb-dropdown {
    border: 1px solid #e1412d !important;
    border-top: none;
}	
	
/*VERSION:
	160916_1305n
	170808_0943j
	170822_0900j
*/

