/* *****************************************************************************************
                                      OPERATORS MIXINS
***************************************************************************************** */
/* *****************************************************************************************
                                      TRIANGLE MIXINS
***************************************************************************************** */
/* *****************************************************************************************
                        Generic block styles definitions and patterns
***************************************************************************************** */
/* *****************************************************************************************
                                        ANIMATION MIXIN
***************************************************************************************** */
/* *****************************************************************************************
                                        MODIFIER MIXINS
***************************************************************************************** */
/*
 * Generic styles for error messaging display.
 */
/* *****************************************************************************************
                                       ICON MIXINS
***************************************************************************************** */
/*
 * Provide values for positioning, dimensions to override and meet your needs
 */
/*
 * Gives an icon lined in to a label the ability to display an info tip on rollover
 */
/* *****************************************************************************************
                                        TYPO MIXINS
***************************************************************************************** */
/* *****************************************************************************************
                                        FORM MIXINS
***************************************************************************************** */
/*
 * Generic styles for buttons:
 * Idle state
 * Active state
 * Loading state
 * Valid state
 */
/*
 * Default generic styles for any form input.
 */
/*
 * Block definition used for displaying states (validation)
 */
/*
 * Default block definition to be versioned
 */
/*
 * Default generic styles for any sub block container.
 */
/*
 * Storing animations on base scope
 */
@-webkit-keyframes loaderAnim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loaderAnim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
html {
  font-size: 62.5%;
}
#app {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 400;
}
/**
* need
*/
/**
* rate
*/
#app .button-group-component div.radio-item {
  font-weight: 300;
}
#app .button-group-component.button-is-client .gq-ui-radio-group {
  display: flex;
}
#app .button-group-component.button-type-client div.radio-item {
  display: block;
  width: 100%;
  padding-right: 0;
}
#app .button-group-component.button-type-client div.radio-item .gq-ui-radio-button {
  padding: 1rem 6rem;
  line-height: 2.2rem;
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
  #app .button-group-component.button-is-client div.radio-item {
    width: 14.2rem;
  }
  #app .button-group-component.button-type-client div.radio-item {
    display: table-cell;
    width: auto;
    padding-right: 1rem;
  }
  #app .button-group-component.button-type-client div.radio-item .gq-ui-radio-button {
    padding: 1.5rem;
    line-height: 2.2rem;
  }
}
#app .button-component.need-btn {
  margin-right: 0;
}
#app .button-component.need-btn .default-button:disabled,
#app .button-component.need-btn .default-button.disabled {
  background-color: #ccc;
  border-bottom: 2px solid #999;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#app .button-component.need-btn .default-button:disabled span,
#app .button-component.need-btn .default-button.disabled span,
#app .button-component.need-btn .default-button:disabled i,
#app .button-component.need-btn .default-button.disabled i {
  text-shadow: none;
  color: #999;
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
  #app .need-container .button-component.need-btn {
    margin-right: 3.366em;
  }
  #app .need-container .button-component.valid-btn {
    margin-right: 3rem;
  }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
  #app .need-container .fieldsets-column {
    width: 71.8rem;
    left: 5.6rem;
  }
}
#app {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*
 * Main floating container for all fieldset-blocks (float on desktop screen)
 */
  /*
 * *****************************************************************************
 * BASIC STYLES TO INHERIT FROM FIELD SET BLOCK
 *
 * Default settings for field sets containing input fields, radio and checkboxes
 * Field set block is the most basic container for form controls,
 * it allows full spanning content with mere padding while keeping other block
 * spanning their own way. (ex: mock select list)
 *
 * *****************************************************************************
 * FIELDSET BLOCK PART II : BASIC STYLES TO INHERIT FROM.
 *
 * Contains styles for ui slider to be treated later
 */
  /*
 * DESKTOP
 * -------
 * See for proper setting defining left padding on desktop breakpoint.
 */
}
#app *,
#app *:before,
#app *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#app .container {
  font-size: 1.4em;
}
#app .container .need-container {
  position: relative;
  background: transparent;
  text-align: left;
  padding-bottom: 0;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
#app .fieldsets-column {
  position: relative;
  padding: 1.3em;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
  #app .fieldsets-column {
    width: 71.8rem;
    left: 10.7em;
    padding: 0;
    margin-left: 0;
  }
}
#app .button-component {
  margin-bottom: 1.3rem;
  padding-right: 0;
}
#app .button-component span {
  position: static;
}
#app .button-component.valid-btn {
  margin-right: 4rem;
}
#app .button-component.valid-btn .default-button {
  width: 100%;
}
#app .button-component.valid-btn .default-button .button-label {
  text-align: center;
  width: 100%;
}
#app .button-component.valid-btn .default-button .icon {
  font-weight: 600;
}
#app .button-component .default-button {
  position: relative;
  background: #4dab15;
  font-size: 1.8rem;
  line-height: 5.2rem;
  height: 5.2rem;
  border: 1px solid #fff;
  outline: 0 none;
  text-align: left;
  padding: 0 1.5rem;
  font-weight: 600;
  display: table;
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
  #app .button-component .default-button {
    width: 23rem;
    margin: 0 auto;
  }
}
#app .button-component .default-button .button-icon,
#app .button-component .default-button .button-label {
  display: table-cell;
  vertical-align: top;
  color: #fff;
  z-index: 2;
  position: relative;
}
#app .button-component .default-button .button-label {
  width: 100%;
}
#app .button-component .default-button .inside-input.icon-component {
  font-size: 2rem;
  line-height: 3rem;
}
#app .button-component .default-button:active,
#app .button-component .default-button:hover {
  background: #4dab15;
}
#app .button-component .default-button:disabled,
#app .button-component .default-button.disabled {
  background: #8d8d8d;
}
#app .button-component .default-button:disabled span,
#app .button-component .default-button.disabled span,
#app .button-component .default-button:disabled i,
#app .button-component .default-button.disabled i {
  text-shadow: none;
  color: #fff;
}
@media only screen and (max-width: 667px) {
  #app .button-component .default-button {
    text-align: center;
  }
  #app .button-component .default-button.block-router-prev .button-label {
    padding-right: 1.8rem;
  }
  #app .button-component .default-button.block-router-prev .button-icon {
    width: 1.8rem;
  }
  #app .button-component .default-button.block-router-next .button-label {
    padding-left: 1.8rem;
  }
}
#app .button-component .default-button:hover {
  background: #3c8f0b;
}
#app .button-component .default-button.loading {
  background: #4dab15 !important;
  opacity: 1;
}
#app .button-component .default-button.loading .background-loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: #2e6d08;
  width: 100%;
  transition: width 250ms linear;
}
#app .button-component .default-button.loading .background-loading-full {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: #2e6d08;
  transition: width 250ms linear;
  width: 100%;
}
#app .button-component .default-button .background-loading.button-loader-appear,
#app .button-component .default-button .background-loading.button-loader-enter {
  animation-name: bounceIn;
  animation-duration: 18s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
#app .button-component .default-button .background-loading.button-loader-leave {
  width: 100%;
}
#app .button-component .default-button:disabled,
#app .button-component .default-button .disabled {
  background: #b3b3b3;
}
#app .button-component .button-icon {
  position: static;
  width: 1px;
}
#app .button-component.btn-modal {
  margin-right: 0;
  margin-top: 1.3rem;
  margin-bottom: 0;
}
#app .button-component.btn-modal .default-button {
  position: relative;
  background: transparent;
  font-size: 1.1em;
  line-height: 3.1em;
  height: 3.1em;
  border: 1px solid #00008f;
  outline: 0 none;
  text-align: left;
  padding: 0 1.5rem;
  font-weight: 600;
  display: table;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
  #app .button-component.btn-modal .default-button {
    width: 23rem;
    margin: 0 auto;
  }
}
#app .button-component.btn-modal .default-button .button-icon,
#app .button-component.btn-modal .default-button .button-label {
  display: table-cell;
  vertical-align: top;
  color: #00008f;
  z-index: 2;
  position: relative;
}
#app .button-component.btn-modal .default-button .button-label {
  width: 100%;
}
#app .button-component.btn-modal .default-button .inside-input.icon-component {
  font-size: 2rem;
  line-height: 3rem;
}
#app .button-component.btn-modal .default-button:active,
#app .button-component.btn-modal .default-button:hover {
  background: transparent;
}
#app .button-component.btn-modal .default-button:disabled,
#app .button-component.btn-modal .default-button.disabled {
  background: #8d8d8d;
}
#app .button-component.btn-modal .default-button:disabled span,
#app .button-component.btn-modal .default-button.disabled span,
#app .button-component.btn-modal .default-button:disabled i,
#app .button-component.btn-modal .default-button.disabled i {
  text-shadow: none;
  color: #fff;
}
#app .button-component.btn-modal .default-button .button-label {
  display: block;
  text-align: center;
  color: #00008f;
}
#app .button-component.inside-input {
  margin: 0;
  display: table;
  position: absolute;
  right: 0;
  top: 0;
}
#app .button-component.inside-input .default-button {
  margin: 0;
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  padding: 6px 14px 9px;
  font-size: 2em;
  height: 100%;
  line-height: 1em;
  width: auto;
}
#app .button-component .spinner-component {
  position: absolute;
  top: 9px;
  right: 14px;
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
  #app .button-component.valid-btn {
    zoom: 1;
  }
  #app .button-component.valid-btn:before,
  #app .button-component.valid-btn:after {
    content: "";
    display: table;
  }
  #app .button-component.valid-btn:after {
    clear: both;
  }
  #app .button-component.valid-btn .default-button {
    width: 23rem;
    float: right;
  }
  #app .button-component.valid-btn .default-button .button-label {
    text-align: left;
    width: 100%;
  }
}
@keyframes bounceIn {
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    width: 0%;
  }
  66% {
    width: 90%;
  }
  to {
    width: 100%;
  }
}
#app .button-group-component {
  position: relative;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  display: block;
  width: 100%;
  font-weight: 600;
  /*
     * Label disabled state to be combined with pure html 'disabled' input attribute
     */
  zoom: 1;
  /*
    * Generic styles for text, email, date, telephone input container.
    * Also passing styles for different states: see below.
    */
  /** Size variations **/
  /* Styles for input[type=radio] */
}
#app .button-group-component.notProspect {
  display: none;
}
#app .button-group-component.disabled .label span {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#app .button-group-component:before,
#app .button-group-component:after {
  content: "";
  display: table;
}
#app .button-group-component:after {
  clear: both;
}
#app .button-group-component .state-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
#app .button-group-component .state-wrapper.state-wrapper-inline {
  display: inline-block;
  width: auto;
}
#app .button-group-component .prefix-label {
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
  color: #5f5f5f;
}
#app .button-group-component .radio-item {
  display: table-cell;
  vertical-align: top;
  width: 14.2rem;
  padding: 0 0.5rem 1rem;
}
#app .button-group-component .radio-item:first-child {
  padding-left: 0;
}
#app .button-group-component .radio-item:last-child {
  padding-right: 0;
}
#app .button-group-component .radio-item.with-checkbox .gq-ui-radio-hidden:checked + label.gq-ui-radio-button {
  color: #333;
  background: #fff;
}
#app .button-group-component .button-group-checkbox {
  background: #f5f5f5;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 1rem;
}
#app .button-group-component .button-group-checkbox .checkbox {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  background: #fff;
  display: block;
  margin: 0 auto;
  border: 1px solid #6f6f6f;
}
#app .button-group-component .button-group-checkbox .ebizlib_icon {
  position: relative;
  top: 0;
  left: 0;
}
#app .button-group-component .button-group-checkbox .ebizlib_icon:before {
  position: relative;
  top: -0.4rem;
  left: 0;
  font-size: 1.6rem;
}
#app .button-group-component.group-medium .radio-item {
  width: 19.2rem;
}
#app .button-group-component.group-fill .state-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
#app .button-group-component.group-fill .state-wrapper.state-wrapper-inline {
  display: inline-block;
  width: auto;
}
#app .button-group-component.group-fill .state-wrapper.gq-ui-radio-group {
  display: block;
}
#app .button-group-component.group-fill .radio-item {
  display: table-cell;
  vertical-align: top;
  padding: 0 1rem 1rem 0;
}
#app .button-group-component.group-fill .radio-item:last-child {
  padding-right: 0;
}
#app .button-group-component .gq-ui-radio-hidden {
  display: none;
}
#app .button-group-component .gq-ui-radio-hidden:checked + label.gq-ui-radio-button .button-group-checkbox {
  background: #f4f7ff;
}
#app .button-group-component .gq-ui-radio-hidden:checked + label.gq-ui-radio-button .button-group-checkbox .checkbox {
  background: #4dab15;
}
#app .button-group-component .gq-ui-radio-hidden:checked + label.gq-ui-radio-button {
  -webkit-tap-highlight-color: transparent;
  color: #fff;
  background: #3032c1;
  border-color: #3032c1;
}
#app .button-group-component .gq-ui-radio-hidden:checked + label.gq-ui-radio-button:hover,
#app .button-group-component .gq-ui-radio-hidden:checked + label.gq-ui-radio-button .ebizlib_icon {
  color: #fff;
}
#app .button-group-component .gq-ui-radio-hidden + label.gq-ui-radio-button {
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  margin-bottom: 0;
  color: #333;
  font-size: 1.8rem;
  text-align: center;
  line-height: 4.4rem;
  border: 1px solid #6f6f6f;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  display: block;
}
#app .button-group-component .gq-ui-radio-hidden + label.gq-ui-radio-button:hover {
  border-color: #3032c1;
  color: #3032c1;
}
#app .button-group-component .gq-ui-radio-hidden + label.gq-ui-radio-button:before {
  width: 0;
  height: 0;
  border: 0;
}
#app .button-group-component .gq-ui-radio-hidden + label.gq-ui-radio-button strong {
  margin: 2rem 2rem 3rem;
  line-height: 2.4rem;
  font-size: 1.8rem;
  display: block;
}
#app .button-group-component .gq-ui-radio-hidden + label.gq-ui-radio-button ul {
  font-size: 1.8rem;
  margin: 0 0 3rem;
  text-align: left;
  -webkit-padding-start: 0;
  padding: 0 2rem 0 3rem;
}
#app .button-group-component .gq-ui-radio-hidden + label.gq-ui-radio-button ul li {
  margin-bottom: 1rem;
}
#app .button-group-component .gq-ui-radio-hidden + label.gq-ui-radio-button .button-group-icon ~ .button-group-label {
  /* with icons */
  line-height: 1em;
  margin: 10px 0;
}
#app .button-group-component .gq-ui-radio-hidden + label.gq-ui-radio-button .button-group-icon .icon-image {
  width: 5rem;
  height: auto;
  display: block;
  margin: 1.8rem auto 0;
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
  #app .button-group-component .radio-item {
    padding: 0 1rem 1rem 0;
  }
  #app .button-group-component.group-fill .state-wrapper.gq-ui-radio-group {
    display: table;
    table-layout: fixed;
  }
}
#app .error-component {
  color: #ce4234;
  display: block;
  padding-top: 10px;
  clear: both;
  font-weight: normal;
}
#app .form {
  position: relative;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
#app .form .form-mandatory {
  display: block;
  font-size: 1em;
  line-height: 1em;
  color: #999;
  width: auto;
}
#app .form .form-mandatory .form-asterisk {
  color: #999;
  font-size: 1.25em;
  line-height: 1.25em;
  margin-right: 3px;
}
#app .form .form-mandatory .form-asterisk ~ span {
  font-weight: 600;
}
#app .form-control {
  margin-bottom: 3rem;
}
#app .form-control .label-title {
  margin: 0;
  padding: 0;
}
#app .form-control .label-title .ebizlib-label {
  font-weight: normal;
  margin-bottom: 1rem;
  display: inline-block;
  width: auto;
  color: #6f6f6f;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.25em;
}
#app .form-control .label-title .ebizlib-label .label-asterisk {
  color: #666;
  margin-left: 3px;
}
#app .form-control .label-title .label-format {
  display: block;
  font-size: 1.1em;
  line-height: 1.4em;
  color: #999;
  width: auto;
}
#app .form-control .label-wrapper {
  position: relative;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  display: block;
  width: 100%;
  font-weight: 600;
  /*
     * Label disabled state to be combined with pure html 'disabled' input attribute
     */
  margin: 0;
  /* display modifier toggle styles (?) */
}
#app .form-control .label-wrapper.notProspect {
  display: none;
}
#app .form-control .label-wrapper.disabled .label span {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#app .form-control .label-wrapper.notProspect {
  display: none;
}
#app .form-control .label-wrapper .state-wrapper {
  /*
            * specific for checkbox - status is not showed
            */
  /*
             * Right padding for date - place holder for extra functionality button
             */
}
#app .form-control .label-wrapper .state-wrapper.error-status input[type="text"],
#app .form-control .label-wrapper .state-wrapper.error-status input[type="number"],
#app .form-control .label-wrapper .state-wrapper.error-status .checkbox,
#app .form-control .label-wrapper .state-wrapper.error-status .gq-ui-radio-button {
  border-color: #ce4234;
  color: #ce4234;
}
#app .form-control .label-wrapper .state-wrapper.error-status input[type="text"]:focus,
#app .form-control .label-wrapper .state-wrapper.error-status input[type="number"]:focus,
#app .form-control .label-wrapper .state-wrapper.error-status .checkbox:focus,
#app .form-control .label-wrapper .state-wrapper.error-status .gq-ui-radio-button:focus {
  color: #333;
  border-color: #3032c1;
}
#app .form-control .label-wrapper .state-wrapper.default-status input[type="text"],
#app .form-control .label-wrapper .state-wrapper.default-status input[type="number"] {
  border-color: #6f6f6f;
}
#app .form-control .label-wrapper .state-wrapper.default-status input[type="text"]:focus,
#app .form-control .label-wrapper .state-wrapper.default-status input[type="number"]:focus {
  border-color: #3032c1;
}
#app .form-control .label-wrapper .state-wrapper .checkbox-component ~ .icon-component,
#app .form-control .label-wrapper .state-wrapper .checkbox-group-component ~ .icon-component {
  display: none;
}
#app .form-control .label-wrapper .state-wrapper input[name="date_de_naissance"]:focus,
#app .form-control .label-wrapper .state-wrapper input[name="adresse"]:focus {
  padding-right: 0 !important;
}
#app .fieldset-block {
  /*
     * FIELD SET BLOCK Inheritance
     */
  position: relative;
  border: 0 none;
  padding: 0;
  margin-right: 4rem;
  margin-bottom: 1.3rem;
  /* Background color modifier */
  /*
     * Display modifier classes mainly for layout exceptions.
     */
  /* Display modifier toggle styles mapped according to the rules. */
  /* Display modifier used on desktop. */
  /*
     *
     */
  /*
     * Default label styles to make general throughout the app
     */
  /*
     * MIXIN: States flagged in the 'state-wrapper' <span> containing :
     * a form control, a state icon, an error message, and sometimes an extra button.
     * Flags manage elements display for each state.
     */
  /*
     * Generic styles for error messaging display.
     */
  /* USED IN CASE OF FLOATING CONTENT */
  margin-bottom: 6rem;
  /* Display modifier that suppress container right margin. */
}
#app .fieldset-block.button-block-grey,
#app .fieldset-block.fieldset-block-grey {
  background-color: #999;
  padding: 2rem;
  display: block;
}
#app .fieldset-block.button-block-grey.button-block-hidden,
#app .fieldset-block.fieldset-block-grey.button-block-hidden,
#app .fieldset-block.button-block-grey.fieldset-block-hidden,
#app .fieldset-block.fieldset-block-grey.fieldset-block-hidden {
  display: none;
}
#app .fieldset-block.button-block-grey button.edit-list-btn,
#app .fieldset-block.fieldset-block-grey button.edit-list-btn {
  border: 1px solid #fff;
  background: transparent;
  padding: 0;
  color: #fff;
}
#app .fieldset-block.button-block-grey button.edit-list-btn i.icon,
#app .fieldset-block.fieldset-block-grey button.edit-list-btn i.icon {
  color: #fff;
}
#app .fieldset-block.button-block-grey button.edit-list-btn i.icon:before,
#app .fieldset-block.fieldset-block-grey button.edit-list-btn i.icon:before {
  font-size: 4.4em;
  color: #fff;
}
#app .fieldset-block.button-block-grey button.edit-list-btn span,
#app .fieldset-block.fieldset-block-grey button.edit-list-btn span {
  color: #fff;
}
#app .fieldset-block.hidden {
  display: none !important;
}
#app .fieldset-block.notProspect {
  display: none;
}
#app .fieldset-block.block-bottom-margin {
  margin-bottom: 0;
}
#app .fieldset-block > p {
  font-size: 1.6rem;
  padding: 0;
  margin: 0;
}
#app .fieldset-block > label {
  margin-bottom: 1.3rem;
}
#app .fieldset-block .label {
  font-size: 1.5rem;
  /*1.6*/
  display: block;
  width: 100%;
  padding: 0;
  font-weight: bold;
}
#app .fieldset-block .label .label-infos {
  position: relative;
  color: #a7a7a7;
}
#app .fieldset-block .label .label-infos .label-infos-description {
  background-color: #00008f;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
  bottom: 100%;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  width: 20rem;
  padding: 0.5rem;
}
#app .fieldset-block .label .label-infos:before {
  font-size: 4.6rem;
}
#app .fieldset-block .label .label-infos:after {
  position: absolute;
  content: '';
  top: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
#app .fieldset-block .label .label-infos:hover {
  cursor: pointer;
  color: #00008f;
}
#app .fieldset-block .label .label-infos:hover .label-infos-description {
  display: block;
}
#app .fieldset-block .label .label-infos:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.5rem solid #00008f;
}
#app .fieldset-block .state-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
#app .fieldset-block .state-wrapper.state-wrapper-inline {
  display: inline-block;
  width: auto;
}
#app .fieldset-block .error-message {
  position: relative;
  display: none;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #ce4234;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0;
}
#app .fieldset-block.r-cb-controls {
  zoom: 1;
}
#app .fieldset-block.r-cb-controls:before,
#app .fieldset-block.r-cb-controls:after {
  content: "";
  display: table;
}
#app .fieldset-block.r-cb-controls:after {
  clear: both;
}
#app .fieldset-block.fieldset-full-width {
  margin-right: 0;
}
#app .fieldset-block .section-title {
  width: 100%;
  display: block;
  font-size: 1.75em;
  font-weight: normal;
  color: #00008f;
}
#app .fieldset-block .section-title.desktop-title {
  display: block;
  margin-bottom: 1.8em;
  font-size: 2em;
}
#app .fieldset-block .section-title.desktop-title.notProspect {
  display: none;
}
#app .fieldset-block .section-title.client-title {
  display: none;
}
#app .fieldset-block .section-title.client-title.notProspect {
  display: block;
}
#app .fieldset-block .section-items .block-router {
  position: relative;
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
  #app .fieldset-block {
    margin-right: 3rem;
    /* Display modifier that suppress container right margin. */
  }
  #app .fieldset-block.fieldset-full-width {
    margin-right: 0;
  }
  #app .fieldset-block h2.desktop-title {
    display: block;
    margin-bottom: 0.85em;
    font-size: 25px;
  }
  #app .fieldset-block .label {
    font-size: 1.45em;
    line-height: 1.45em;
  }
  #app .fieldset-block.block-bottom-margin {
    margin-bottom: 3.9em;
  }
  #app .fieldset-block .state-wrapper > .custom-select-arrow-btn {
    display: none;
  }
}
#app .icon-component {
  /*inside state-wrapper*/
}
#app .icon-component.main-icon {
  display: none;
}
#app .icon-component.main-icon .ebizlib_icon {
  color: #00008f;
  top: 0;
  left: -10.5rem;
  font-size: 6.5rem;
  position: absolute;
}
#app .icon-component.main-icon .ebizlib_icon:before {
  font-size: 6.5rem;
}
#app .icon-component.main-icon .ebizlib_icon.icon_state {
  top: 2.1rem;
}
#app .icon-component.main-icon .ebizlib_icon:before {
  font-size: inherit;
  vertical-align: top;
}
#app .icon-component.inner-state-wrapper.default-status i.icon {
  color: #ccc;
}
#app .icon-component.inner-state-wrapper.error-status i.icon {
  color: #ce4234;
  top: calc(50% - 1.4rem);
}
#app .icon-component.inner-state-wrapper.valid-status i.icon {
  color: #4dab15;
}
#app .icon-component.inner-state-wrapper .ebizlib_icon {
  right: -4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
#app .icon-component.inner-state-wrapper .ebizlib_icon:before {
  font-size: 2rem;
}
#app .icon-component.inner-state-wrapper .ebizlib_icon.icon_state {
  top: 2.1rem;
}
#app .icon-component.inside-input .ebizlib_icon {
  color: #6f6f6f;
  right: 1.5rem;
  top: 2rem;
}
#app .icon-component.inside-input .ebizlib_icon:hover {
  color: #000;
}
#app .icon-component.inside-checkbox .icon_thick {
  font-size: 2.5em;
  color: #4dab15;
}
#app .icon-component.inside-checkbox .icon_thick:before {
  position: absolute;
  top: -8px;
  left: -18px;
  font-weight: 600;
}
#app .icon-component.inside-button-group {
  width: 100%;
  display: block;
  text-align: left;
  height: 6.8rem;
  overflow: hidden;
}
#app .icon-component.inside-button-group .ebizlib_icon {
  position: relative;
  display: block;
  top: 50%;
  right: 0;
  left: 0;
  color: #00008f;
}
#app .icon-component.inside-button-group .ebizlib_icon:before {
  position: absolute;
  display: block;
  text-align: center;
  font-size: 3.5rem;
  width: 100%;
  top: -0.5rem;
}
#app .icon-component.inside-table-cell {
  color: #aa65a8;
  font-size: 2em;
}
#app .icon-component.table-toggler-icon {
  font-size: 2em;
}
#app .icon-component.block-router-next .ebizlib_icon {
  font-weight: 600;
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation : landscape), only screen and (min-width: 1025px) {
  #app .icon-component.main-icon {
    display: block;
  }
}
#app .info-component {
  position: relative;
}
#app .info-component .label-infos {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  top: -0.6rem;
  left: 1rem;
  color: #6f6f6f;
  padding-right: 1rem;
}
#app .info-component .label-infos .label-infos-description {
  position: absolute;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  left: 100%;
  bottom: 50%;
  font-family: 'SourceSansPro-regular', Arial, Helvetica, sans-serif;
  background-color: #f4f7ff;
  border: 1px solid #00008f;
  display: none;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-style: normal;
  font-weight: normal;
  color: #5f5f5f;
  width: 30rem;
  padding: 2rem;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
#app .info-component .label-infos:before {
  font-size: 2rem;
}
#app .info-component .label-infos:after {
  display: none;
}
#app .info-component .label-infos:hover {
  color: #00008f;
}
#app .info-component .label-infos:hover .label-infos-triangle {
  display: none;
}
@media only screen and (min-width: 668px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  #app .info-component .label-infos:hover .label-infos-description {
    display: block;
  }
  #app .info-component .label-infos:hover .label-infos-triangle {
    position: absolute;
    top: 0;
    left: 82%;
    -webkit-transform: translateY(85%);
    -moz-transform: translateY(85%);
    -o-transform: translateY(85%);
    -ms-transform: translateY(85%);
    transform: translateY(85%);
    content: '';
    display: block;
    width: 0;
    height: 0;
    -moz-transform: scale(0.9999);
    border-top: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    border-right: 0.5rem solid #00008f;
    top: 0.5rem;
    z-index: 1;
    left: 2.5rem;
    transform: translateY(0);
  }
  #app .info-component .label-infos:hover .label-infos-triangle:after {
    position: absolute;
    top: 0;
    left: 82%;
    -webkit-transform: translateY(85%);
    -moz-transform: translateY(85%);
    -o-transform: translateY(85%);
    -ms-transform: translateY(85%);
    transform: translateY(85%);
    content: '';
    display: block;
    width: 0;
    height: 0;
    -moz-transform: scale(0.9999);
    border-top: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    border-right: 0.5rem solid #f4f7ff;
    top: -5px;
    left: 2px;
    z-index: 10;
    transform: translateY(0);
  }
}
#app .label-component {
  background-color: #00008f;
  padding: 0 4%;
  font-size: 1.5em;
  line-height: 2.2em;
  color: #fff;
  width: 100%;
  margin-bottom: 0;
}
#app .label-component .bold {
  font-weight: bold;
}
@-webkit-keyframes fadeIn {
  from {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  to {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  to {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  to {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  to {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  to {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  to {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  from {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  to {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  from {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  to {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-ms-keyframes fadeOut {
  from {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  to {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  to {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
#app .modal-component {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 1040;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-animation: fadeIn 500ms normal forwards;
  -moz-animation: fadeIn 500ms normal forwards;
  -ms-animation: fadeIn 500ms normal forwards;
  -o-animation: fadeIn 500ms normal forwards;
  animation: fadeIn 500ms normal forwards;
  animation-delay: 100ms;
}
#app .modal-component:empty,
#app .modal-component.closed {
  z-index: 0;
  pointer-events: none;
  -webkit-animation: fadeOut 500ms;
  -moz-animation: fadeOut 500ms;
  -ms-animation: fadeOut 500ms;
  -o-animation: fadeOut 500ms;
  animation: fadeOut 500ms;
}
#app .modal-component.loaded {
  background-color: rgba(0, 0, 0, 0.8);
}
#app .modal-component .modal-overlay {
  overflow: auto;
  height: 100%;
}
#app .modal-component .modal-content {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 60rem;
  padding: 0;
  font-size: 1.6rem;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
#app .modal-component .modal-close {
  position: absolute;
  color: #fff;
  cursor: pointer;
  top: 1.5rem;
  right: 1.5rem;
}
#app .modal-component .modal-close .ebizlib_icon {
  font-size: 2rem;
  font-weight: 600;
}
#app .modal-component .modal-left-icon {
  position: absolute;
  color: #fff;
  top: 1.5rem;
  left: 1.5rem;
}
#app .modal-component .modal-left-icon .ebizlib_icon {
  font-size: 2rem;
  font-weight: 600;
}
#app .modal-component .modal-header {
  background-color: #3032c1;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1.5rem 5rem 1.5rem 2rem;
  margin: 0;
}
#app .modal-component .modal-header.modal-header-left-space {
  padding: 1.5rem 5rem;
}
#app .modal-component .modal-children {
  padding: 2rem;
  width: 100%;
  background-color: #fff;
  color: #000;
}
#app .input-text-component .input-text-area {
  height: 2.76em;
  padding: 0 0.6em;
  position: relative;
  width: 100%;
  display: inline-block;
  font-size: 1.2em;
  line-height: 1.2em;
  color: #333;
  border: 1px solid #6f6f6f;
  outline: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  font-family: 'SourceSansPro', Arial, Helvetica, sans-serif;
  padding: 1rem;
  min-height: 14rem;
}
#app .input-text-component .input-text-area:disabled {
  background: #f5f5f5;
  border-color: #e5e5e5;
}
#app .input-text-component .input-text-area:disabled + .button-component.inside-input .ebizlib_icon {
  color: #999;
}
#app .input-text-component .input-text-area:focus {
  border-color: #3032c1;
}
#app .input-text-component .input-text-area.textarea-resize-disabled {
  resize: none;
}
#app .input-text-component .input-text-input {
  height: 2.76em;
  padding: 0 0.6em;
  position: relative;
  width: 100%;
  display: inline-block;
  font-size: 1.2em;
  line-height: 1.2em;
  color: #333;
  border: 1px solid #6f6f6f;
  outline: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
#app .input-text-component .input-text-input:disabled {
  background: #f5f5f5;
  border-color: #e5e5e5;
}
#app .input-text-component .input-text-input:disabled + .button-component.inside-input .ebizlib_icon {
  color: #999;
}
