/* ========================================================= */
@charset "UTF-8";
/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google�s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon�s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("fonts/ionicons.eot");
  src: url("fonts/ionicons.eot#iefix") format("embedded-opentype"), url("fonts/ionicons.ttf") format("truetype"), url("fonts/ionicons.woff") format("woff"), url("fonts/ionicons.svg#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* jform  */
/*actions buttons  */
/* buttons */
/* controls */
/* */
/* form */
/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google�s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon�s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("fonts/ionicons.eot");
  src: url("fonts/ionicons.eot#iefix") format("embedded-opentype"), url("fonts/ionicons.ttf") format("truetype"), url("fonts/ionicons.woff") format("woff"), url("fonts/ionicons.svg#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* generic buttons  */
@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/icomoon.eot#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.svg#icomoon") format("svg");
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("fonts/roboto300.woff") format("woff");
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("fonts/roboto400.woff") format("woff");
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("fonts/roboto500.woff") format("woff");
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("fonts/roboto700.woff") format("woff");
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url("fonts/robotoIta300.woff") format("woff");
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url("fonts/robotoIta400.woff") format("woff");
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url("fonts/robotoIta500.woff") format("woff");
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url("fonts/robotoIta700.woff") format("woff");
}
/*@theme-color: #2c7bb8;*/
.field input[type=text]:focus,
.field input[type=password]:focus,
.field input[type=email]:focus,
.field input[type=url]:focus,
.field input[type=date]:focus,
.field input[type=number]:focus,
.field input[type=tel]:focus,
.field textarea:focus,
.field select:focus,
.field input[type=text]:hover,
.field input[type=password]:hover,
.field input[type=email]:hover,
.field input[type=url]:hover,
.field input[type=date]:hover,
.field input[type=number]:hover,
.field input[type=tel]:hover,
.field textarea:hover,
.field select:hover {
  border-width: 1px;
}
.QuestionSet {
  margin: 0;
}
.QuestionBox > .fieldBox .field-wrapper .field,
.QuestionBox > .fieldBox .field-wrapper .Suffix,
.QuestionBox > .fieldBox .field-wrapper .callNote {
  vertical-align: middle;
}
.QuestionSet.Label-inline .LabelCell,
.QuestionSet.Label-auto .LabelCell {
  vertical-align: middle;
}
#main_zone h4,
#main_zone h5 {
  color: inherit;
  font-family: unset !important;
}
.field input[type="text"],
.field input[type="password"],
.field input[type="email"],
.field input[type="url"],
.field input[type="date"],
.field input[type="number"],
.field input[type="tel"],
.field textarea,
.field select {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  display: block;
  font-size: 16px;
  height: 34px;
  line-height: 22px;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.fp-icon.edit::before {
  display: none;
}
section {
  padding-bottom: 0px !important;
}
.field select:focus,
.field select:hover,
.field input:focus,
.field input:hover {
  padding-left: 12px !important;
  padding-right: 7px;
}
.field input[type="text"]:focus,
.field input[type="password"]:focus,
.field input[type="email"]:focus,
.field input[type="url"]:focus,
.field input[type="date"]:focus,
.field input[type="number"]:focus,
.field input[type="tel"]:focus,
.field textarea:focus,
.field select:focus,
.field input[type="text"]:hover,
.field input[type="password"]:hover,
.field input[type="email"]:hover,
.field input[type="url"]:hover,
.field input[type="date"]:hover,
.field input[type="number"]:hover,
.field input[type="tel"]:hover,
.field textarea:hover,
.field select:hover {
  padding: 6px 12px !important;
}
#main_zone h3 {
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 22px;
  margin-top: 22px;
  font-size: 35px;
  color: inherit;
  font-family: inherit;
}
#map-collapse h3 {
  color: inherit !important;
}
div.buttonForm > button > span.fp-icon {
  display: none !important;
}
.stepButtons .buttonForm button,
.stepButtons .buttonPage button {
  /*padding-right: 0px !important;*/
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  border-radius: 0 !important;
  margin: 0 !important;
}
.stepButtons .buttonForm.primary button .fp-btn-text,
.stepButtons .buttonPage.primary button .fp-btn-text {
  text-transform: none !important;
  padding-right: 0 !important;
}
.stepButtons .buttonForm.primary button {
  background-color: #2c7bb8 !important;
}
/** .btn-primary:hover */
.stepButtons .buttonForm.primary button:hover,
.stepButtons .buttonForm.primary button:focus {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  color: #2c7bb8 !important;
}
.stepButtons .buttonForm.secondary button .fp-btn-text,
.stepButtons .buttonPage.secondary button .fp-btn-text {
  text-transform: none !important;
  padding-left: 0 !important;
}
.stepButtons .buttonForm.secondary button,
.stepButtons .buttonPage.secondary button {
  background-color: #000 !important;
  border: 1px solid #000 !important;
  color: #fff !important;
}
.stepButtons .buttonForm.secondary button:hover,
.stepButtons .buttonPage.secondary button:hover,
.stepButtons .buttonForm.secondary button:focus,
.stepButtons .buttonPage.secondary button:focus {
  background: transparent none repeat scroll 0 0 !important;
  color: #333 !important;
}
.stepButtons .buttonForm button .fp-btn-text,
.stepButtons .buttonPage button .fp-btn-text {
  font-size: 1em !important;
}
.stepButtons .buttonForm button,
.stepButtons .buttonPage button {
  min-height: unset !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.stepButtons .buttonForm,
.stepButtons .buttonPage {
  width: unset !important;
  margin-right: 4px !important;
}
.stepButtons .buttonForm.primary button,
.stepButtons .buttonPage.primary button {
  border: 1px solid #2c7bb8 !important;
}
#actionButtons > button > span {
  color: #000000;
}
#progressBar {
  float: left;
  padding-right: 10px;
  font-weight: bold;
  margin-top: 0 !important;
  color: #b2b2b2 !important;
}
div.navbar-header > h1 {
  margin-bottom: 11px;
}
.stepButtons {
  margin-bottom: 25px;
  padding-bottom: 25px;
}
/** EFORM-932 */
.ui-autocomplete-loading {
  background: url(images/ajax-loader.gif) no-repeat right center !important;
}
/** */
div.table-scroller table.Table {
  border: none !important;
}
#actionButtons .fp-btn {
  display: table !important;
}
#actionButtons {
  text-align: left !important;
  padding: 0 !important;
}
@media (max-width: 991px) {
  #actionButtons .fp-btn {
    display: inherit;
  }
}
div.menuActionButtons {
  margin-top: 50px !important;
  padding: 0;
}
@media (max-width: 991px) {
  div.menuActionButtons {
    margin-top: 0 !important;
  }
}
/**
@media (max-width: 991px) {
	#actionButtons h3 {
		display: none;
	}
}
*/
/**
@media (max-width: 991px) {
	#actionButtons .fp-btn .fp-btn-text {
	    position: absolute !important;
	    white-space: nowrap;
	    clip: unset !important;
	    height: unset !important;
	    overflow: unset !important;
	    width: inherit !important;
	    padding: 11px 25px !important;
	}
}
*/
@media (max-width: 991px) {
  #actionButtons {
    background-color: #ededed !important;
  }
  div.map-entry-button,
  div.map-entry-button.unvisited {
    background-color: #ededed !important;
  }
  #actionButtons button {
    background-color: #ededed !important;
    border: 1px #ededed !important;
  }
}
label.required:before {
  content: "*";
  font-family: "Ionicons";
  font-weight: normal;
  padding-right: 5px;
}
.fieldBox.required .field > .fp-icon.status::before {
  display: none !important;
}
div.tooltiponly span.fieldBox.ComboBox.required .field > .fp-icon.status::before {
  display: block !important;
  color: #000;
  content: "*";
  font-family: "Ionicons";
  font-size: 1.2em;
  position: absolute;
}
div.tooltiponly span.fieldBox.TextBox.required .field > .fp-icon.status::before {
  display: block !important;
  color: #000;
  content: "*";
  font-family: "Ionicons";
  font-size: 1.2em;
  padding-left: 12px;
  position: absolute;
}
.QuestionSet.Label-inline .LabelCell.end,
.QuestionSet.Label-auto .LabelCell.end {
  text-align: none;
}
/** EFORM-983 
@media (max-width: 991px) {
	div.LabelCell {
		text-align: left !important;
		display: inherit !important;
	}
}
*/
/** EFORM-1034 */
div.LabelCell {
  text-align: left !important;
  display: inherit !important;
}
div.QuestionCell {
  display: inherit !important;
}
span.QuestionBox {
  margin-bottom: 10px !important;
}
@media (max-width: 991px) {
  .stepButtons .buttonForm.secondary button .fp-btn-text {
    position: relative !important;
    width: auto !important;
  }
}
@media (max-width: 991px) {
  div.row > div.col-md-4 {
    background-color: #ededed !important;
    padding-bottom: 10px;
  }
}
section > div.row {
  max-width: 1140px;
  margin: auto;
}
@media (max-width: 991px) {
  #progressBar {
    padding-left: 0 !important;
  }
}
@media (max-width: 991px) {
  #map-collapse h3 {
    padding-left: 0 !important;
  }
}
/** EFORM-928 */
@media (min-width: 970px) {
  #wrapper > section {
    width: 930px;
    margin: auto;
  }
}
@media (min-width: 1170px) {
  #wrapper > section {
    width: 1140px;
    margin: auto;
  }
}
#pageBesoinAide {
  padding-top: 25px;
  padding-bottom: 10px;
}
#pageBesoinAide div.container {
  padding-left: 0;
}
/**
#actionButtons button .fp-btn-text {
    margin: unset !important;
    margin-top: 12px !important;
    position: absolute;
    white-space: nowrap;
	overflow: unset !important;
	clip: unset !important;
}
#actionButtons button.info .fp-btn-text {
	margin-left: 30px !important;
}
#actionButtons button.help .fp-btn-text {
	margin-left: 24px !important;
}
#actionButtons button.load .fp-btn-text {
	margin-left: 27px !important;
}
#actionButtons button.quit .fp-btn-text {
	margin-left: 20px !important;
}
*/
@media (max-width: 991px) {
  #actionButtons .fp-btn {
    display: table-cell !important;
  }
  #actionButtons {
    display: table !important;
  }
}
/** EFORM-988 */
.field textarea {
  height: auto !important;
  overflow-x: auto !important;
  resize: both !important;
}
/** EFORM-991 */
.footer_bas div.row > div.col-md-4,
.footer_bas div.row > div.col-sm-4 {
  background-color: inherit !important;
}
/** EFORM-995 */
.QuestionSet.Label-inline .LabelCell,
.QuestionSet.Label-auto .LabelCell {
  vertical-align: top !important;
}
/** OCPRENS-97 */
div.QuestionSet.hiddenQuestionSet {
  display: none !important;
}
/** OCPRENS-37 */
.disabledLink.callNote {
  display: none;
}
/** Couleur de fond de l'entete suivant l'environnement */
header.env-DEV {
  background-color: #99FF99 !important;
}
header.env-REC {
  background-color: #FF9999 !important;
}
header.env-PROD {
  background-color: transparent;
}
/** EFORM-1015 */
#actionButtons .fp-btn .fp-icon,
.map-entry-button.selected > button > span.fp-icon {
  color: #337ab7 !important;
}
.fp-btn.Note {
  background-color: #337ab7 !important;
  border-color: #337ab7 !important;
}
#fp-recap .recapPage .recapPage-title h3 {
  color: #000000 !important;
}
#fp-recap .recapPage .recapPage-button .fp-btn.correct {
  background-color: #337ab7 !important;
  border: 0 none;
  border-radius: 0px;
  font-size: 1em;
  padding-left: 15px;
  padding-right: 15px;
}
#actionButtons .fp-btn:hover {
  border-bottom: 2px solid #337ab7 !important;
}
#fp-recap .recapPage .recapPage-button .fp-btn {
  font: unset !important;
}
/** EFORM-1009 */
#wrapper > section {
  padding-bottom: 44px !important;
}
/** EFORM-1010 */
#fp-recap .recapPage .recapPage-content {
  background-color: #e1e1e1 !important;
}
.MetaContent.validation {
  background-color: #e1e1e1 !important;
}
/** EFORM-1007 */
@media (max-width: 991px) {
  #menu-toggle.e_demarche {
    height: 55px !important;
  }
}
/** EFORM-1016 */
form.AttachmentForm span.fp-btn.upload {
  font: unset !important;
  background-color: #337ab7;
  border-color: 0 none !important;
  border-radius: 0px !important;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid;
}
form.AttachmentForm span.fp-btn.upload:hover {
  font: unset !important;
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  color: #2c7bb8 !important;
  border-color: #337ab7 !important;
  border: 1px solid;
  height: 32px;
  border-radius: 0px !important;
}
form.AttachmentForm button.delete {
  font: unset !important;
  background-color: #337ab7;
  border: 1px solid #337ab7;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0px !important;
  border: 1px solid;
}
form.AttachmentForm button.delete:hover {
  font: unset !important;
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  color: #337ab7 !important;
  border-color: #337ab7 !important;
  border: 1px solid;
  height: 32px !important;
  border-radius: 0px !important;
}
.fp-btn.delete:hover {
  padding-top: 0 !important;
}
/** EFORM-1014 */
.fp-btn.iteratorDelete {
  height: unset;
  clip: unset;
  overflow: unset;
  border-radius: 0px !important;
  background-color: #337ab7;
  border: 1px solid #337ab7;
  height: 32px !important;
  font: unset !important;
}
.fp-btn.iteratorDelete:hover {
  height: unset;
  clip: unset;
  overflow: unset;
  border-radius: 0px !important;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  color: #2c7bb8 !important;
  border-color: #337ab7 !important;
  border: 1px solid;
  height: 32px !important;
  font: unset !important;
}
.fp-btn.iteratorDelete.text .fp-btn-text {
  clip: unset;
  overflow: unset;
  padding-left: 10px;
}
.fp-btn.iteratorInsertAfter,
.fp-btn.iteratorInsertBefore {
  clip: unset;
  height: unset;
  overflow: unset;
  border-radius: 0px !important;
  background-color: #337ab7;
  border: 1px solid #337ab7;
  height: 32px !important;
  font: unset !important;
}
.fp-btn.iteratorInsertAfter:hover,
.fp-btn.iteratorInsertBefore:hover {
  clip: unset;
  height: unset;
  overflow: unset;
  border-radius: 0px !important;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  color: #337ab7 !important;
  border-color: #337ab7 !important;
  border: 1px solid;
  height: 32px !important;
  font: unset !important;
}
.fp-btn.iteratorInsertAfter.text .fp-btn-text,
.fp-btn.iteratorInsertBefore.text .fp-btn-text {
  clip: unset;
  overflow: unset;
  padding-left: 10px;
}
/** EFORM-1026 */
.field input[type="text"]:focus,
.field input[type="password"]:focus,
.field input[type="email"]:focus,
.field input[type="url"]:focus,
.field input[type="date"]:focus,
.field input[type="number"]:focus,
.field input[type="tel"]:focus,
.field textarea:focus,
.field select:focus,
.field input[type="text"]:hover,
.field input[type="password"]:hover,
.field input[type="email"]:hover,
.field input[type="url"]:hover,
.field input[type="date"]:hover,
.field input[type="number"]:hover,
.field input[type="tel"]:hover,
.field textarea:hover,
.field select:hover {
  border-color: #337ab7;
}
/** EFORM-1025 */
.mdz_checked .radio-button > input:checked ~ .radio-mark {
  color: #337ab7;
}
/** EFORM-1024 */
.fp-btn {
  border-radius: 0px;
}
/** EFORM-1023 */
.Content.important,
.Content.code,
.Content.definition,
.Content.example,
.Content.remark,
.Content.warning,
.MetaContent.validation,
.MetaContent.validationSucceeded,
.MetaContent.error {
  background-color: unset;
  border-width: 1px;
  border-radius: 4px;
}
.Content.important,
.MetaContent.error {
  border-color: #ebccd1;
}
.Content.warning {
  border-color: #faebcc;
}
.Content.remark {
  border-color: #337ab7;
}
.Content.definition {
  border-color: #bce8f1;
}
.MetaContent.validation {
  border-color: #999999;
}
.MetaContent.validationSucceeded {
  border-color: #d6e9c6;
}
.MetaContent.validationSucceeded {
  padding: 0;
}
.MetaContent.validationSucceeded > p {
  padding: 15px;
}
.MetaContent.validationSucceeded > p.start:first-child {
  background-color: #d6e9c6;
  color: #3c763d;
}
/** EFORM-1029 */
.NoteDialog.ui-widget.ui-widget-content {
  border-color: #337ab7;
  border-width: 1px 1px 1px;
}
span.ui-dialog-title {
  color: #337ab7;
}
button.ui-dialog-titlebar-close:hover > span.ui-icon-closethick {
  color: #337ab7 !important;
}
.fieldBox.disabled .field input[type="text"],
.fieldBox.disabled .field input[type="password"],
.fieldBox.disabled .field input[type="email"],
.fieldBox.disabled .field input[type="url"],
.fieldBox.disabled .field input[type="date"],
.fieldBox.disabled .field input[type="number"],
.fieldBox.disabled .field input[type="tel"],
.fieldBox.disabled .field textarea,
.fieldBox.disabled .field select {
  padding: 6px 12px !important;
}
body.error span {
  color: #333333;
}
div.error,
table tr.error {
  background-color: unset;
  color: inherit;
}
.error {
  color: inherit;
}
#fp-recap .recapPage .recapPage-button .fp-btn.correct:hover {
  background-color: #ffffff !important;
  border-color: #337ab7 !important;
  border-image: none !important;
  border-style: solid !important;
  border-width: 1px !important;
  color: #337ab7 !important;
  padding-top: 3px !important;
}
div.buttonForm.secondary {
  width: 0%;
}
/** ---EFORM-1033 : affichage du menu en haut en gris sur desktop -- */
/** Menu Etapes: Affichage sur toute la longueur du block */
div.panel-navigation .col-md-4 {
  width: 100% !important;
}
/** Menu Etapes: Background ? la bonne couleur */
@media (min-width: 991px) {
  div.map-entry-button:hover {
    background-color: #EDEDED !important;
  }
  div.map-entry-button {
    background-color: #EDEDED !important;
  }
}
/** Menu Actions: R?duction de l'espace avant le titre Actions sur desktop*/
@media (min-width: 991px) {
  div.menuActionButtons {
    padding: 0px;
    margin-top: 0px !important;
  }
}
/** Menu Actions: suppression de la ligne du haut du menu Actions sur desktop et mis background ? la bonne couleur*/
@media (min-width: 991px) {
  #actionButtons {
    border-top: 0px solid #E1E1E1 !important;
    border-bottom: 0px solid #E1E1E1 !important;
    background-color: #EDEDED !important;
  }
  #actionButtons .fp-btn {
    border-color: -moz-use-text-color #ededed !important;
    background-color: #EDEDED !important;
    color: #EDEDED !important;
  }
}
/** Rendu des ?tapes pour ressembler le plus possible ? la charte pour le moment */
#navigation > div.panel-navigation > div.container > div.col-md-4 {
  padding: 0 !important;
  margin-bottom: 30px;
}
#map-collapse ul.map-menu > li:first-child {
  border-top: 1px solid #b2b2b2 !important;
}
#map-collapse ul.map-menu {
  border-left: none !important;
  border-right: none !important;
}
li.map-entry > div.map-entry-button {
  border-bottom: 1px solid #b2b2b2 !important;
}
/** ------------------------------------------------------------------------------------------ */
section > div.row {
  padding-left: 16px;
}
@media (max-width: 991px) {
  section > div.row {
    padding-left: 0;
  }
}
@media (max-width: 971px) {
  div.footer_haut > div.container {
    padding-left: 0;
  }
  div.footer_bas > div.container {
    padding-left: 0;
  }
}
/** ECOEXTRAITRCEL-55 */
div.recapPage div.Content.hrcSearchFields {
  display: none;
}
/** ECOEXTRAITRCEL-64 */
#infoMaxResultsEntreprises {
  font-size: 75%;
  font-weight: bold;
  line-height: 0.8em;
}
#fp-recap .recapPage .recapPage-content .field span.report-data {
  background-color: #e1e1e1 !important;
}
/** EFORM-1113 */
#paragraph-text-required-fields {
  text-align: right;
}
span.AttachmentBox span.callNote {
  vertical-align: top !important;
  padding-top: 1px !important;
}
span.AttachmentBox .fp-btn.Note {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
}
/** EFORM-1129 : debut */
#fp-recap .recapPage-title {
  background-color: #337ab7 !important;
  color: white !important;
}
#fp-recap .recapPage .recapPage-title h3 {
  color: white !important;
}
#fp-recap .recapPage {
  border-color: #337ab7 !important;
}
#fp-recap .recapPage .recapPage-content {
  background-color: white !important;
}
#fp-recap label {
  font-weight: bold !important;
  color: #000000 !important;
}
#fp-recap .Question,
#fp-recap .field {
  width: 100% !important;
}
#fp-recap .recapPage .recapPage-content .field span.report-data {
  width: 100% !important;
}
#fp-recap .field {
  padding-right: 0px;
}
#fp-recap .report-data {
  border: 1px solid #ccc;
}
#fp-recap .recapPage .recapPage-content .field span.report-data {
  background-color: #eeeeee !important;
}
#fp-recap p {
  color: #000000 !important;
}
#fp-recap h4,
#fp-recap h5,
#fp-recap h6 {
  color: #000000 !important;
}
/** EFORM-1129 : fin */
/** EFORM-1108 : debut */
@media (max-width: 971px) {
  .jumbotron {
    padding: 0px 0 !important;
  }
  #navigation {
    padding-top: 5px !important;
  }
  #navigation > div.panel-navigation > div.container > div.col-md-4 {
    margin-bottom: 0px !important;
  }
  #navigation #menuForm {
    margin-bottom: 10px !important;
  }
}
/** EFORM-1108 : fin */
div.QuestionSet-hidden {
  display: none;
}
#headerFixed {
  font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #333;
  /*	.container {
		margin-right: auto;
		margin-left: auto;
		padding-left: 15px;
		padding-right: 15px;
		&  .navbar-header {
			margin-left: -15px ! important;
			margin-right: -15px ! important;
			float: none;
			&:before , &:after {
				content: " ";
				display: table;
			}

			
		}
	}*/
}
#headerFixed #navbar {
  background: #fff;
  height: 70px;
  padding-left: 5%;
  padding-right: 5%;
}
html[dir='rtl'] #headerFixed #navbar {
  padding-left: 5%;
  padding-right: 5%;
}
#headerFixed #navbar .col-md-2 {
  padding-left: 0;
}
#headerFixed #navbar .navbar-header {
  margin-left: 0;
  margin-right: 0;
}
#headerFixed .navbar-default {
  border-color: transparent;
}
#headerFixed .navbar {
  border-radius: 0;
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
#headerFixed .navbar .logo {
  padding-right: 15px;
  display: block;
  width: 65px;
  height: 50px;
  text-indent: -9999em;
  background: url("../images/logo.svg") no-repeat center;
}
#headerFixed .navbar .lead {
  height: 70px;
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}
#headerFixed .navbar .lead:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
#headerFixed .navbar .lead span {
  display: inline-block;
  vertical-align: middle;
}
#headerFixed .navbar:before,
#headerFixed .navbar:after {
  content: " ";
  display: table;
}
#headerNavigation #navigation {
  padding-top: 22px;
  background: #ededed;
  padding-left: 5%;
  padding-right: 5%;
  /*.container {
			&:before {
				content: " ";
				display: table;
			}*/
}
html[dir='rtl'] #headerNavigation #navigation {
  padding-left: 5%;
  padding-right: 5%;
}
#headerNavigation #navigation .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
#headerNavigation #navigation .breadcrumb-container {
  overflow: hidden;
}
#headerNavigation #navigation .breadcrumb-container .breadcrumb {
  padding: 0 0;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  position: relative;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
#headerNavigation #navigation .breadcrumb-container .breadcrumb > li {
  display: inline-block;
  color: #333;
}
#headerNavigation #navigation .breadcrumb-container li + li::before {
  content: '\e902';
  font-family: 'icomoon';
  padding: 0 5px;
}
#headerNavigation .navbar-default {
  background-color: transparent;
  border-color: transparent;
}
#headerNavigation .navbar-header {
  margin-left: 0px ! important;
  margin-right: px important;
  float: none;
}
#headerNavigation .navbar-header h1 {
  line-height: 44px;
  margin-top: 22px;
  margin-bottom: 22px;
  font-weight: 700;
  font-size: 41px;
  position: relative;
}
#headerNavigation .navbar-header h1 span {
  padding-right: 50px;
  display: block;
}
#headerNavigation .navbar-header h1 span.form-shorttitle {
  display: none;
}
#headerNavigation .navbar-header h1 span.form-title {
  display: block;
}
#headerNavigation .navbar-toggle {
  border-radius: 0;
  background: none;
  border: none;
  width: auto;
  font-size: 32px;
  position: absolute;
  right: 5px;
  top: 0px;
  float: none;
  padding: 0;
  margin: 0;
}
#headerNavigation .navbar-toggle .fp-icon {
  padding: 5px 10px;
  border-radius: 0;
  color: #888;
}
#headerNavigation .navbar-toggle .fp-icon:before {
  font-family: "Ionicons";
  content: "\f394";
}
#headerNavigation .navbar-toggle:hover .fp-icon,
#headerNavigation .navbar-toggle:focus .fp-icon {
  background-color: #ddd;
}
.mdz_no-mediaqueries #headerNavigation .navbar-toggle {
  display: none;
}
@media (max-width: 991px) {
  #headerFixed .navbar-header h1 span.form-shorttitle {
    display: block;
  }
  #headerFixed .navbar-header h1 span.form-title {
    display: none;
  }
  #headerFixed .navbar-header .navbar-toggle:focus .fp-icon:before {
    outline: thin dotted;
    /*outline: 5px auto -webkit-focus-ring-color;*/
    outline-offset: 2px;
  }
}
@media (max-width: 400px) {
  .lead span {
    display: inline-block;
    float: left;
    padding-top: 15px;
    font-size: 14px;
  }
}
@media (max-width: 650px) {
  .lead span {
    display: inline-block;
    float: left;
    padding-top: 15px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  #headerFixed #navbar,
  #headerNavigation #navigation {
    padding-left: 15px;
    padding-right: 15px;
  }
  html[dir='rtl'] #headerFixed #navbar,
  html[dir='rtl'] #headerNavigation #navigation {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#actionButtons {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background-color: #ffffff;
  padding: 0 5% 0 5%;
  text-align: right;
}
html[dir='rtl'] #actionButtons {
  padding: 0 5% 0 5%;
}
html[dir='rtl'] #actionButtons {
  text-align: left;
}
#actionButtons .fp-btn {
  border-radius: 0;
  border: none;
  background-color: transparent;
  outline: none;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: normal;
  color: #0092d0;
  border-bottom: 2px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  font-size: 1em;
  font-weight: 500;
  padding: 0 15px 0 15px;
  cursor: pointer;
  width: auto;
  height: auto;
  min-width: 50px;
  min-height: 50px;
  position: relative;
}
html[dir='rtl'] #actionButtons .fp-btn {
  padding: 0 15px 0 15px;
}
#actionButtons .fp-btn.disabled {
  display: none;
}
#actionButtons .fp-btn:hover {
  background-color: #ffffff;
  border-bottom: 2px solid #0092d0 !important;
  border-left: 1px solid #e1e1e1 !important;
  border-right: 1px solid #e1e1e1 !important;
}
#actionButtons .fp-btn:focus {
  outline: thin dotted;
  /*outline: 5px auto -webkit-focus-ring-color;*/
  outline-offset: -2px;
}
#actionButtons .fp-btn .fp-icon {
  padding: 9px 0 9px 0;
  color: #0092d0;
  font-size: 21px;
  vertical-align: middle;
  line-height: 24px;
}
html[dir='rtl'] #actionButtons .fp-btn .fp-icon {
  padding: 9px 0 9px 0;
}
#actionButtons .fp-btn .fp-btn-text {
  padding: 9px 0 9px 9px;
  vertical-align: middle;
  line-height: 24px;
}
html[dir='rtl'] #actionButtons .fp-btn .fp-btn-text {
  padding: 9px 9px 9px 0;
}
@media (max-width: 991px) {
  #actionButtons {
    padding: 0 ! important;
  }
  #actionButtons .fp-btn .fp-icon {
    padding-left: 0 ! important;
    padding-right: 0 ! important;
    font-size: 28px;
  }
  /*	#actionButtons .fp-btn .fp-btn-text {
		display: none;
	}*/
  #actionButtons .fp-btn {
    width: 35px;
    height: 35px;
  }
  #actionButtons .fp-btn .fp-btn-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
.stepButtons {
  margin-top: 50px;
}
.stepButtons .buttonForm,
.stepButtons .buttonPage {
  float: left;
  text-align: left;
  padding: 0;
  width: 50%;
}
html[dir='rtl'] .stepButtons .buttonForm,
html[dir='rtl'] .stepButtons .buttonPage {
  float: right;
}
html[dir='rtl'] .stepButtons .buttonForm,
html[dir='rtl'] .stepButtons .buttonPage {
  text-align: right;
}
.stepButtons .buttonForm button,
.stepButtons .buttonPage button {
  border-radius: 3px;
  border: none;
  background-color: transparent;
  outline: none;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: normal;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
  min-height: 50px;
  position: relative;
  display: inline-table;
}
.stepButtons .buttonForm button:focus,
.stepButtons .buttonPage button:focus {
  outline: thin dotted;
  /*outline: 5px auto -webkit-focus-ring-color;*/
  outline-offset: -2px;
}
html[dir='rtl'] .stepButtons .buttonForm button,
html[dir='rtl'] .stepButtons .buttonPage button {
  padding-left: 15px;
  padding-right: 15px;
}
.stepButtons .buttonForm button.disabled,
.stepButtons .buttonPage button.disabled {
  visibility: hidden;
}
.stepButtons .buttonForm button .fp-btn-text,
.stepButtons .buttonPage button .fp-btn-text {
  display: table-cell;
  font-size: 1.1em;
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 0;
}
html[dir='rtl'] .stepButtons .buttonForm button .fp-btn-text,
html[dir='rtl'] .stepButtons .buttonPage button .fp-btn-text {
  padding-left: 0;
  padding-right: 15px;
}
.moreInfo .stepButtons .buttonForm button .fp-btn-text,
.moreInfo .stepButtons .buttonPage button .fp-btn-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.stepButtons .buttonForm button .fp-icon,
.stepButtons .buttonPage button .fp-icon {
  display: table-cell;
  vertical-align: middle;
  font-size: 2em;
}
.stepButtons .buttonForm.secondary button,
.stepButtons .buttonPage.secondary button {
  border: 1px solid #0092d0;
  color: #0092d0;
  background-color: #ffffff;
}
.stepButtons .buttonForm.secondary button .fp-icon:before,
.stepButtons .buttonPage.secondary button .fp-icon:before {
  font-family: "Ionicons";
  content: "\f124";
}
html[dir='rtl'] .stepButtons .buttonForm.secondary button .fp-icon:before,
html[dir='rtl'] .stepButtons .buttonPage.secondary button .fp-icon:before {
  font-family: "Ionicons";
  content: "\f125";
}
.stepButtons .buttonForm.primary,
.stepButtons .buttonPage.primary {
  text-align: right;
}
html[dir='rtl'] .stepButtons .buttonForm.primary,
html[dir='rtl'] .stepButtons .buttonPage.primary {
  text-align: left;
}
.stepButtons .buttonForm.primary button,
.stepButtons .buttonPage.primary button {
  direction: rtl;
  background-color: #0092d0;
  border: 0;
  color: #ffffff;
}
html[dir='rtl'] .stepButtons .buttonForm.primary button,
html[dir='rtl'] .stepButtons .buttonPage.primary button {
  direction: ltr;
}
.stepButtons .buttonForm.primary button .fp-btn-text,
.stepButtons .buttonPage.primary button .fp-btn-text {
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 15px;
}
html[dir='rtl'] .stepButtons .buttonForm.primary button .fp-btn-text,
html[dir='rtl'] .stepButtons .buttonPage.primary button .fp-btn-text {
  padding-left: 15px;
  padding-right: 0;
}
.stepButtons .buttonForm.primary button .fp-icon:before,
.stepButtons .buttonPage.primary button .fp-icon:before {
  font-family: "Ionicons";
  content: "\f125";
}
html[dir='rtl'] .stepButtons .buttonForm.primary button .fp-icon:before,
html[dir='rtl'] .stepButtons .buttonPage.primary button .fp-icon:before {
  font-family: "Ionicons";
  content: "\f124";
}
.stepButtons .buttonForm.primary button.exitStep .fp-icon:before,
.stepButtons .buttonPage.primary button.exitStep .fp-icon:before {
  font-family: "Ionicons" !important;
  content: '\f29f' !important;
}
.stepButtons .buttonForm.primary button.loadStep .fp-icon:before,
.stepButtons .buttonPage.primary button.loadStep .fp-icon:before {
  font-family: "Ionicons" !important;
  content: '\f41f' !important;
}
.stepButtons .buttonForm.primary button.validateStep,
.stepButtons .buttonPage.primary button.validateStep {
  background-color: #009926;
  color: #ffffff;
}
.stepButtons .buttonForm.primary button.validateStep .fp-icon:before,
.stepButtons .buttonPage.primary button.validateStep .fp-icon:before {
  font-family: "Ionicons" !important;
  content: "\f122" !important;
}
.stepButtons .buttonForm.compact button .fp-btn-text,
.stepButtons .buttonPage.compact button .fp-btn-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (max-width: 991px) {
  .stepButtons .buttonForm.secondary button .fp-btn-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
@media (max-width: 479px) {
  .simpleSubmit .stepButtons .buttonForm button .fp-btn-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
.loginContent .stepButtons .buttonForm.primary {
  float: none ! important;
  width: 100% ! important;
  text-align: right !important;
}
html[dir='rtl'] .loginContent .stepButtons .buttonForm.primary {
  text-align: left !important;
}
footer {
  width: 100%;
  margin-top: 0;
  background: #333;
  color: #fff;
  font-weight: 300;
  line-height: 22px;
  font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  float: left;
}
footer .footer_haut .region-footer-haut-gauche .nav {
  -moz-column-count: 2;
  -moz-column-gap: 25px;
  column-count: 2;
  padding: 0;
  list-style: outside none none;
  margin: 0;
  box-sizing: border-box;
}
footer .footer_bas .region-footer-bas .nav {
  -moz-column-count: 3;
}
footer .footer_haut {
  width: 100%;
  padding-top: 44px;
  padding-bottom: 44px;
  background: #ededed;
  color: #333;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
footer .footer_haut .region-footer-haut-droite .nav {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
footer .footer_haut .region-footer-haut-gauche .nav {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media (max-width: 992px) {
  footer .footer_haut .region-footer-haut-gauche .nav {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
footer .footer_haut .nav > li a {
  padding: 10px 0;
  color: #333;
  background: none;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
footer .footer_bas {
  width: 100%;
  padding-top: 44px;
  padding-bottom: 44px;
  background: #333;
  clear: both;
  box-sizing: border-box;
}
footer .footer_bas .container > section {
  padding-bottom: 0px;
}
footer .footer_bas .region-footer-bas .nav {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media (max-width: 992px) {
  footer .footer_bas .region-footer-bas .nav {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
footer .footer-logo {
  display: block;
  width: 128px;
  height: 100px;
  text-indent: -9999em;
  background: url("../images/footer-logo.svg") no-repeat center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
footer .nav {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
footer .nav > li {
  display: inline-block;
  width: 100%;
  -moz-page-break-after: always;
  -webkit-column-break-after: always;
  break-after: always;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  color: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  list-style-image: none;
}
footer .nav > li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: 1px solid #999;
  font-weight: 400;
  color: #fff;
  padding: 10px 0;
  transition: all 300ms ease 0s;
}
footer .nav > li a:before {
  content: '\e902';
  margin-right: 10px;
  font-family: 'icomoon';
  font-size: 10px;
  box-sizing: border-box;
}
footer .nav > li a:hover,
footer .footer .footer_haut .nav > li a:focus,
footer .footer .footer_haut .nav > li a.active {
  color: #b2b2b2;
}
.loginContent,
.errorContent,
.exitedContent,
.succeededContent {
  width: 50%;
  margin: 0 auto;
}
.failContent {
  width: 67%;
  margin: 0 auto;
}
@media (max-width: 479px) {
  .loginContent,
  .errorContent,
  .exitedContent,
  .succeededContent {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  html[dir='rtl'] .loginContent,
  html[dir='rtl'] .errorContent,
  html[dir='rtl'] .exitedContent,
  html[dir='rtl'] .succeededContent {
    margin-left: 15px;
    margin-right: 15px;
  }
}
section {
  padding-bottom: 15px;
}
#page-wrapper section {
  padding-bottom: 10px;
}
section .row {
  margin-left: 5%;
  margin-right: 5%;
}
html[dir='rtl'] section .row {
  margin-left: 5%;
  margin-right: 5%;
}
div.main {
  padding-left: 0;
  padding-right: 0;
  float: left;
  /*&.moreInfo{
		margin-top :15px;
	}*/
}
html[dir='rtl'] div.main {
  float: right;
}
.mdz_no-mediaqueries div.main {
  width: 66.666666%;
}
.static.normal div.main {
  width: 100%;
}
div.menu {
  padding-left: 0;
  padding-right: 5%;
  float: left;
}
html[dir='rtl'] div.menu {
  padding-left: 5%;
  padding-right: 0;
}
html[dir='rtl'] div.menu {
  float: right;
}
.mdz_no-mediaqueries div.menu {
  width: 33.33333%;
}
@media (max-width: 991px) {
  section .row {
    margin-left: 0px ! important;
    margin-right: 0px ! important;
  }
  div.main {
    float: none ! important;
    padding-left: 15px;
    padding-right: 15px;
  }
  html[dir='rtl'] div.main {
    padding-left: 15px;
    padding-right: 15px;
  }
  div.menu {
    float: none ! important;
    padding-left: 0 ! important;
    padding-right: 0 ! important;
  }
}
.menu .navbar {
  min-height: auto;
}
#map-collapse {
  clear: both;
  border: none;
  overflow: hidden;
}
.mdz_no-mediaqueries #map-collapse {
  display: block;
}
#map-collapse {
  padding-right: 0px ! important;
  padding-left: 0px ! important;
}
.menu nav {
  background-color: transparent;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  min-height: 0;
}
@media (max-width: 991px) {
  .menu .navbar {
    border-right: 0;
    margin-bottom: 0;
  }
}
#map-collapse h3 {
  font: 700 1.4em "Trebuchet MS", Helvetica, sans-serif;
  margin: 1em,0;
  color: #0092d0;
}
@media (max-width: 991px) {
  #map-collapse h3 {
    padding-left: 15px;
    padding-right: 0;
  }
  html[dir='rtl'] #map-collapse h3 {
    padding-left: 0;
    padding-right: 15px;
  }
}
#map-collapse ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0px;
}
#map-collapse ul.map-menu {
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
}
#map-collapse ul.map-menu > li:first-child {
  border-top: 1px solid #e1e1e1;
}
#map-collapse ul.collapsing {
  overflow: visible;
}
#map-collapse ul.collapsing[aria-expanded=false] {
  margin: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}
#map-collapse li {
  display: block;
  margin: 0em;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  clear: both;
}
div.map-entry-button {
  display: block;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #e1e1e1;
  background-color: #ffffff;
}
html[dir='rtl'] div.map-entry-button {
  padding-left: 15px;
  padding-right: 15px;
}
div.map-entry-button:hover {
  background-color: #ffffff;
}
div.map-entry-button.noContent:hover {
  background-color: #ffffff;
}
ul .map-entry-button > button {
  display: inline-table;
  width: 100%;
  background-color: transparent;
  border: none;
  font-style: normal;
  text-align: left;
  line-height: normal;
  padding: 9px 0 9px 0;
}
html[dir='rtl'] ul .map-entry-button > button {
  text-align: right;
}
ul .map-entry-button > button:focus {
  outline: thin dotted;
  /*outline: 5px auto -webkit-focus-ring-color;*/
  outline-offset: -2px;
}
ul .map-entry-button > button > span.fp-icon,
ul .map-entry-button > button > span.fp-btn-text {
  display: table-cell;
}
ul .map-entry-button > button > span.fp-icon {
  width: 1.286em;
}
ul ul .map-entry-button > button {
  padding-left: 1em;
  padding-right: 0;
  /*html[dir='rtl'] & {
		padding-right: (@map-entry-button-space-between-text-and-icon + @map-entry-indent) * @i;
	}*/
}
html[dir='rtl'] ul ul .map-entry-button > button {
  padding-left: 0;
  padding-right: 1em;
}
ul ul ul .map-entry-button > button {
  padding-left: 2em;
  padding-right: 0;
  /*html[dir='rtl'] & {
		padding-right: (@map-entry-button-space-between-text-and-icon + @map-entry-indent) * @i;
	}*/
}
html[dir='rtl'] ul ul ul .map-entry-button > button {
  padding-left: 0;
  padding-right: 2em;
}
ul ul ul ul .map-entry-button > button {
  padding-left: 3em;
  padding-right: 0;
  /*html[dir='rtl'] & {
		padding-right: (@map-entry-button-space-between-text-and-icon + @map-entry-indent) * @i;
	}*/
}
html[dir='rtl'] ul ul ul ul .map-entry-button > button {
  padding-left: 0;
  padding-right: 3em;
}
ul ul ul ul ul .map-entry-button > button {
  padding-left: 4em;
  padding-right: 0;
  /*html[dir='rtl'] & {
		padding-right: (@map-entry-button-space-between-text-and-icon + @map-entry-indent) * @i;
	}*/
}
html[dir='rtl'] ul ul ul ul ul .map-entry-button > button {
  padding-left: 0;
  padding-right: 4em;
}
ul ul ul ul ul ul .map-entry-button > button {
  padding-left: 5em;
  padding-right: 0;
  /*html[dir='rtl'] & {
		padding-right: (@map-entry-button-space-between-text-and-icon + @map-entry-indent) * @i;
	}*/
}
html[dir='rtl'] ul ul ul ul ul ul .map-entry-button > button {
  padding-left: 0;
  padding-right: 5em;
}
.map-entry-open {
  float: right;
  position: absolute;
  right: 15px;
  left: auto;
  text-align: right;
  display: block;
  text-decoration: none;
  height: 100%;
  top: 50%;
  margin-top: -0.5em;
}
html[dir='rtl'] .map-entry-open {
  float: left;
}
html[dir='rtl'] .map-entry-open {
  right: auto;
  left: 15px;
}
html[dir='rtl'] .map-entry-open {
  text-align: left;
}
.map-entry-open + button {
  width: 85% !important;
}
.map-entry-open:focus {
  border: none;
  outline: none;
}
.map-entry-open.disabled {
  cursor: default;
}
.map-entry-open > .fp-icon {
  font-size: 1.5em;
  text-decoration: none;
  color: #6d6d6d;
}
div.map-entry-button.disabled .map-entry-open > .fp-icon {
  color: #999999;
}
.map-entry-open > .fp-icon:before {
  font-family: "Ionicons";
  content: "\f126";
}
.map-entry-open.collapsed > .fp-icon:before {
  font-family: "Ionicons";
  content: "\f123";
}
.s_error > .map-entry-open.collapsed > .fp-icon:before {
  color: #cc0033;
}
.s_warning > .map-entry-open.collapsed > .fp-icon:before {
  color: #ff8700;
}
div.map-entry-button.disabled button {
  color: #999999 ! important;
  cursor: default;
}
.map-entry-button > button > span.fp-icon {
  padding-left: 0;
  padding-right: 5px;
}
html[dir='rtl'] .map-entry-button > button > span.fp-icon {
  padding-left: 5px;
  padding-right: 0;
}
.map-entry-button > button > span.fp-icon:before {
  font-family: "Ionicons";
  content: "\f20b";
}
.map-entry-button.valid > button > span.fp-icon {
  color: #00cc33;
}
.map-entry-button.valid > button > span.fp-icon:before {
  font-family: "Ionicons";
  content: "\f122";
}
.map-entry-button.error,
.map-entry-button.warning {
  border-right-width: 3px;
  border-right-style: solid;
  border-left-style: none;
}
.map-entry-button.error a.map-entry-open,
.map-entry-button.warning a.map-entry-open {
  position: absolute;
  right: 12px;
  left: auto;
}
html[dir='rtl'] .map-entry-button.error a.map-entry-open,
html[dir='rtl'] .map-entry-button.warning a.map-entry-open {
  right: auto;
  left: 12px;
}
.map-entry-button.warning {
  border-right-color: #ff8700;
  border-left-color: #ff8700;
}
.map-entry-button.warning > button > span.fp-icon {
  color: #ff8700;
}
.map-entry-button.warning > button > span.fp-icon:before {
  font-family: "Ionicons";
  content: "\f101";
}
.map-entry-button.error {
  border-right-color: #cc0033;
  border-left-color: #cc0033;
}
.map-entry-button.error > button > span.fp-icon {
  color: #cc0033;
}
.map-entry-button.error > button > span.fp-icon:before {
  font-family: "Ionicons";
  /*content: "\f12a";*/
  content: "\f101";
}
div.map-entry-button.selected {
  background-color: #ededed;
}
.map-entry-button.selected > button > span.fp-icon {
  color: #0092d0;
}
.map-entry-button.selected > button > span.fp-icon:before {
  font-family: "Ionicons";
  content: "\f10a";
}
html[dir='rtl'] .map-entry-button.selected > button > span.fp-icon:before {
  font-family: "Ionicons";
  content: "\f107";
}
.map-menu-h {
  list-style: none;
  margin: 30px 0 15px 0;
  padding: 0;
  display: inline-table;
  table-layout: fixed;
  width: 100%;
}
.map-menu-h > li {
  position: relative;
  display: table-cell;
  text-align: center;
  vertical-align: top;
}
.map-menu-h > li > button {
  border-radius: 0;
  border: none;
  background-color: transparent;
  outline: none;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: normal;
  font-weight: 500;
  padding: 0px;
  cursor: pointer;
}
.map-menu-h > li > button:before {
  content: attr(data-step);
  display: block;
  border-radius: 100%;
  font-size: 0.7em;
  margin: 0 auto;
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  margin-bottom: 5px;
  position: relative;
  z-index: 1000;
}
.map-menu-h > li > button:after {
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  display: block;
  width: 100%;
  height: 0.5em;
  top: 1.25em;
  z-index: -1;
}
html[dir='rtl'] .map-menu-h > li > button:after {
  left: auto;
  right: 50%;
}
.map-menu-h > li.valid > button,
.map-menu-h > li.noContent > button {
  color: #009926;
}
.map-menu-h > li.valid > button:before,
.map-menu-h > li.noContent > button:before {
  border: none;
  background-color: #009926;
  color: #ffffff;
}
.map-menu-h > li.valid > button:after,
.map-menu-h > li.noContent > button:after {
  background: #009926;
}
.map-menu-h > li.error > button {
  color: #cc0033;
}
.map-menu-h > li.error > button:before {
  border: none;
  background-color: #cc0033;
  color: #ffffff;
}
.map-menu-h > li.error > button:after {
  background: #cc0033;
}
.map-menu-h > li.warning > button {
  color: #ff8700;
}
.map-menu-h > li.warning > button:before {
  border: none;
  background-color: #ff8700;
  color: #ffffff;
}
.map-menu-h > li.warning > button:after {
  background: #ff8700;
}
.map-menu-h > li.selected > button {
  color: #0092d0;
}
.map-menu-h > li.selected > button:before {
  border: none;
  background-color: #0092d0;
  color: #ffffff;
}
.map-menu-h > li.selected > button:after {
  background: #0092d0;
}
.map-menu-h > li.disabled > button {
  color: #999999;
  cursor: default;
}
.map-menu-h > li.disabled > button:before {
  border: 1px solid #e1e1e1;
  background-color: #f8f8f8;
  color: #999999;
}
.map-menu-h > li.disabled > button:after {
  background: #f8f8f8;
  border: 1px solid #e1e1e1;
}
.map-menu-h > li.level-2 > button:before {
  font-size: 0.8em;
}
.map-menu-h > li.level-1 > button:before {
  font-size: 1em;
}
.map-menu-h > li.level-0 > button:before {
  font-size: 1.2em;
}
.map-menu-h > li.last-entry > button:after {
  display: none ! important;
}
@media (max-width: 991px) {
  .map-menu-h {
    padding: 0 15px 0 15px;
  }
  html[dir='rtl'] .map-menu-h {
    padding: 0 15px 0 15px;
  }
}
div.breadcrumbs {
  min-height: 35px;
}
div.breadcrumbs nav {
  background-color: #ffffff;
  border-bottom: 1px solid #e1e1e1;
  padding: 5px 15px 5px 15px;
}
html[dir='rtl'] div.breadcrumbs nav {
  padding: 5px 15px 5px 15px;
}
div.breadcrumbs .fp-btn.backHome {
  width: 35px;
  height: 35px;
  border-color: #0092d0;
  background-color: #0092d0;
  color: #ffffff;
}
div.breadcrumbs .fp-btn.backHome .fp-btn-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
div.breadcrumbs .fp-btn.backHome:hover {
  border-color: #e1e1e1;
}
div.breadcrumbs .fp-btn.backHome .fp-icon:before {
  font-family: "Ionicons";
  content: '\f144';
}
div.breadcrumbs .fp-btn.sectionUp {
  border-color: #0092d0;
  background-color: #ffffff;
  color: #0092d0;
  font-size: 1.1em;
  height: 35px;
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  vertical-align: top;
  margin: 0 9px;
}
div.breadcrumbs .fp-btn.sectionUp:hover {
  border-color: #e1e1e1;
}
div.breadcrumbs .fp-btn.sectionUp:focus {
  outline: thin dotted;
  /*outline: 5px auto -webkit-focus-ring-color;*/
  outline-offset: -2px;
}
div.breadcrumbs .fp-btn.sectionUp:hover {
  border-bottom-width: 2px;
  border-bottom-color: #0092d0;
  background-color: #ffffff;
  padding-bottom: 2px;
}
div.breadcrumbs .fp-btn.sectionUp .fp-icon:before {
  font-family: "Ionicons";
  content: "\f125";
}
#progressBar {
  text-align: right;
  color: #0092d0;
  margin-bottom: -0.5em;
  margin-top: 5px;
}
html[dir='rtl'] #progressBar {
  text-align: left;
}
@media (max-width: 991px) {
  #progressBar {
    padding-left: 15px;
    padding-right: 15px;
  }
  html[dir='rtl'] #progressBar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.print-header-wrapper {
  display: table;
  width: 100%;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background-color: #ffffff;
  padding: 5px 5% 5px 5%;
}
html[dir='rtl'] .print-header-wrapper {
  padding: 5px 5% 5px 5%;
}
.print-header-wrapper #printButtons {
  display: table-cell;
  width: 35px;
}
.print-header-wrapper #printButtons .fp-btn.print {
  width: 35px;
  height: 35px;
  border-color: #0092d0;
  background-color: #0092d0;
  color: #ffffff;
}
.print-header-wrapper #printButtons .fp-btn.print .fp-btn-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.print-header-wrapper #printButtons .fp-btn.print:hover {
  border-color: #e1e1e1;
}
.print-header-wrapper #printButtons .fp-btn.print .fp-icon:before {
  font-family: "Ionicons";
  content: "\f21a";
}
.print-header-wrapper div.print-header-title {
  display: table-cell;
  padding-left: 0;
  padding-right: 5px;
}
html[dir='rtl'] .print-header-wrapper div.print-header-title {
  padding-left: 5px;
  padding-right: 0;
}
.print-header-wrapper div.print-header-title h1 {
  margin: 0;
  color: #0092d0;
  font-weight: normal;
  font-size: 2em;
  line-height: 1em;
}
.print-header-wrapper div.print-header-title h1.form-shorttitle {
  display: none;
}
.print-header-wrapper div.print-header-title h1.form-title {
  display: block;
}
@media (max-width: 991px) {
  .print-header-wrapper {
    padding: 5px 15px 5px 15px;
  }
  html[dir='rtl'] .print-header-wrapper {
    padding: 5px 15px 5px 15px;
  }
  .print-header-wrapper div.print-header-title h1 {
    font-size: 1.6em;
  }
  .print-header-wrapper div.print-header-title h1.form-shorttitle {
    display: block;
  }
  .print-header-wrapper div.print-header-title h1.form-title {
    display: none;
  }
  .print-header-wrapper div.print-header-title h1.form-shorttitle {
    display: block;
  }
}
@media print {
  .print-header-wrapper #printButtons {
    display: none;
  }
  .print-header-wrapper div.print-header-title h1.form-title {
    display: block;
  }
  .print-header-wrapper div.print-header-title h1.form-shorttitle {
    display: none;
  }
  .print-header-wrapper div.print-header-title h1.form-title {
    display: block;
  }
}
div.main.print {
  float: none !important;
}
#fp-recap h3,
#fp-recap h4,
#fp-recap h5,
#fp-recap h6 {
  margin: .5em 0;
}
#fp-recap label {
  font-weight: normal;
  cursor: default;
}
#fp-recap .recapChapter {
  display: none;
}
#fp-recap .recapPage {
  border: 1px solid #999999;
  background-color: #ffffff;
  border-radius: 3px;
  margin: 5px 0;
}
#fp-recap .recapPage .recapPage-title {
  padding: 9px 15px;
  background: transparent;
}
#fp-recap .recapPage .recapPage-title h3 {
  margin: 0 ! important;
  font-weight: normal ! important;
  color: #0092d0;
}
#fp-recap .recapPage .recapPage-content {
  padding: 1px 15px 0px;
  background-color: #eeeeee;
  color: #666;
  margin: 0;
}
#fp-recap .recapPage .recapPage-content .field span.report-data {
  background-color: #ffffff;
  color: #333333;
  min-width: 10em;
  padding: 5px 15px;
  margin-left: 0;
  margin-right: 9px;
  display: inline-block;
}
html[dir='rtl'] #fp-recap .recapPage .recapPage-content .field span.report-data {
  margin-left: 9px;
  margin-right: 0;
}
#fp-recap .recapPage .recapPage-content .field span.report-data.empty {
  background: #ffffff;
}
.fieldBox.MemoBox #fp-recap .recapPage .recapPage-content .field span.report-data {
  white-space: pre-wrap;
}
#fp-recap .recapPage .recapPage-button {
  text-align: right;
  padding: 15px 0;
}
html[dir='rtl'] #fp-recap .recapPage .recapPage-button {
  text-align: left;
}
#fp-recap .recapPage .recapPage-button .fp-btn.correct {
  border-color: #0092d0;
  background-color: #0092d0;
  color: #ffffff;
}
#fp-recap .recapPage .recapPage-button .fp-btn.correct:hover {
  border-color: #e1e1e1;
}
#fp-recap .recapPage .recapPage-button .fp-btn.correct .fp-icon:before {
  font-family: "Ionicons";
  content: '\f2bf';
}
.mdz_checked #fp-recap .fieldBox.report .check-button > input:disabled ~ .check-mark {
  background: #ffffff ! important;
  border-color: #333333 ! important;
  color: #333333 ! important;
}
html {
  font-size: 100%;
  height: 100%;
}
body {
  font: normal 1em/1.25 "Trebuchet MS", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
  color: #333333;
}
body,
form {
  margin: 0;
  padding: 0;
  height: 100%;
}
#page-wrapper {
  min-height: 100%;
  position: relative;
}

.sr-only {
}