/* ==========================================================================
   Import rules : files syntax => 'main3' + '_filename.scss'
   ========================================================================== */
/* ==========================================================================
   Sass Variables
   ========================================================================== */
/*----------------------------------------------------------------
	Paths
-----------------------------------------------------------------*/
/*----------------------------------------------------------------
	Colors
-----------------------------------------------------------------*/
/*----------------------------------------------------------------
	Width Layout
-----------------------------------------------------------------*/
#form_credit {
  /* .form-group {
        border: 1px solid #ccc;
        padding: 10px 5px;
    }*/
}

#form_credit legend {
  margin: 30px 0 0;
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  #form_credit .wysiwyg h2 {
    font-size: 2em;
  }
}
#form_credit .form_item {
  margin-bottom: 25px;
}

#form_credit sup {
  color: #F12000;
  margin-left: 2px;
}

#form_credit label {
  font-weight: bold;
}

#form_credit label label {
  font-weight: normal;
}

#form_credit input[type="checkbox"] + label,
#form_credit input[type="radio"] + label {
  font-weight: normal;
  margin-left: 3px;
}

#form_credit .range-wrapper {
  margin: 5px 0;
}

#form_credit .range-wrapper input {
  display: inline-block;
  margin-right: 5px;
}

#form_credit .range {
  padding: 0;
}

#form_credit .motif {
  padding: 0;
}

#form_credit .motif li {
  padding: 0;
}

#form_credit .motif li:before {
  content: '';
}

#form_credit .motif input[type="text"] {
  width: 83%;
  display: inline-block;
}

form .error .motif [class^="icon-"],
form .error .motif [class*=" icon-"] {
  top: 4px;
  right: 19px;
}

p.error-msg, p.help-block {
  max-width: 100%;
}

#form_credit .disabled {
  pointer-events: none;
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

/* Sliders des campagnes sur les pages de type section. */
.page-slider-pic > .bx-wrapper {
  height: 100% !important;
}

.page-slider-pic > .bx-wrapper .bx-viewport {
  height: 100% !important;
}

.page-slider-pic > .bx-wrapper ul {
  height: 100% !important;
}

.page-slider-pic > .bx-wrapper li {
  width: 100% !important;
  height: 100% !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.content-wrapper section.bloc-header.page-slider-pic {
  padding-top: 0 !important;
}

.content-wrapper section.bloc .credit {
  padding-top: 0 !important;
}

.content-wrapper section.bloc.page-slider-pic .content .page-slider-content .bx-viewport .bloc:before {
  display: none;
}

.content-wrapper section.bloc.page-slider-pic .content {
  position: absolute;
  bottom: -60px;
  width: 100%;
  height: auto;
  padding: 0;
}

.content-wrapper section.bloc.page-slider-pic .content .page-slider-content {
  width: 710px;
  margin: 0 auto;
}

.content-wrapper section.bloc.page-slider-pic .content .page-slider-content .bx-viewport {
  background: transparent;
}

.content-wrapper section.bloc.page-slider-pic .content .page-slider-content .bx-viewport .bloc {
  bottom: inherit;
  left: inherit;
  margin-left: inherit;
  padding: 13px 20px 20px;
  background: rgba(255, 255, 255, 0.9);
}

.content-wrapper section.bloc.page-slider-pic .content .page-slider-content .bx-viewport .bloc p {
  color: #404040;
  font-weight: 100;
  font-size: 20px;
  margin: 0 0 13px;
}

.content-wrapper section.bloc.page-slider-pic .content .page-slider-content .bx-viewport .bloc p * {
  color: #404040;
}

.content-wrapper section.bloc.page-slider-pic .content .page-slider-content .bx-pager {
  bottom: 5px;
}

.page-slider-content .bx-wrapper .bx-pager .bx-pager-item a {
  margin: 0 3px;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #009D4D;
}

.page-slider-content .bx-wrapper .bx-pager .bx-pager-item a.active {
  background: #009D4D;
  border: 1px solid #009D4D;
}

@media screen and (max-width: 992px) {
  .content-wrapper section.bloc.page-slider-pic .content .page-slider-content {
    width: 100%;
  }
}
/*  mantis #430 */
@media screen and (max-width: 480px) {
  .content-wrapper section.bloc.page-slider-pic {
    height: auto;
  }

  .content-wrapper section.bloc.page-slider-pic > .bx-wrapper {
    height: 145px !important;
  }

  .content-wrapper section.bloc.page-slider-pic > .bx-wrapper li {
    background-size: 100%;
  }

  .content-wrapper section.bloc.page-slider-pic .content {
    position: static;
  }

  .content-wrapper section.bloc.page-slider-pic .content .bx-wrapper {
    margin-bottom: 0;
  }
}
/* mantis #433 */
.sqliform .info-icon-btn {
  top: -5px;
  right: auto;
}

/* mantis 513 */
.bloc-recherche .list-wrapper article .section span {
  display: block;
  background: #b3b3b3;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -ms-border-radius: 20px 20px 20px 20px;
  -o-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  padding: 7px 12px;
  line-height: 1em;
  margin: 0;
  color: #fff;
  cursor: default;
}

/* mantis 450 */
.btn-header-video {
  margin-top: 30px;
}

@media screen and (max-width: 992px) {
  .btn-header-video {
    margin-top: -15px;
  }
}
.reduce {
  width: 33% !important;
  min-width: 250px;
}

.form-description p {
  font-size: 15px !important;
  padding-bottom: 2% !important;
}

.help-picto {
  width: 1.6em !important;
  cursor: help;
}

.icon-error-form.form_auto {
  display: block !important;
  position: absolute !important;
  left: 29.7% !important;
  top: 50% !important;
  width: 30px !important;
}

.maintenance-wrapper a.icon-close, .notif-wrapper a.icon-close {
  font-size: 17px !important;
}

.sqliform span.filename {
  cursor: pointer !important;
}

.sqliform input[type='file'] {
  position: relative;
}

.bloc-contact #callback_phone + .help-block {
  max-width: none;
}

.bloc-contact .sqliform .uploader input[type='file'] {
  display: none;
}

@media screen and (max-width: 992px) {
  .reduce {
    width: 100% !important;
  }
}
@media screen and (max-width: 480px) {
  .bloc-contact .sqliform #sqli_form_mention_obligatoire .checker {
    margin-top: 10px;
  }

  .bloc-contact .sqliform #sqli_form_mention_obligatoire label[for=sqli_form_mention_obligatoire_0] {
    float: right;
    width: calc(100% - 30px);
  }
}
.loader {
  min-height: 50px;
  background: url(/bundles/waxonboarding/img/onboarding/ui-anim_basic_16x16.gif) left center no-repeat #fff;
  height: 100%;
  margin-left: 20px;
  width: 100%;
  display: inline-block;
}

/* Tooltip container */
.tooltip-container {
  margin-bottom: 3px;
  display: inline-block;
  position: relative;
}

.tooltip-container label {
  position: relative;
  display: inline;
}

.tooltip-words {
  border-bottom: 1px dotted black;
  cursor: help;
}

/* Tooltip text */
.popover-content {
  font-weight: normal;
}

.popover {
  min-width: 350px;
}

.tooltip-container .tooltiptext.top {
  bottom: 125%;
}

.tooltip-container .tooltiptext.bottom {
  top: 170%;
}

.checkbox.big .tooltip-container .tooltiptext.bottom {
  top: 170%;
}

.tooltip-container .tooltiptext.right {
  right: 100%;
}

.tooltip-container .tooltiptext.bottom::before {
  bottom: 100%;
  left: 25%;
  border-bottom: 10px solid #CCCCCC;
}

.tooltip-container .tooltiptext.bottom::after {
  bottom: 100%;
  left: 25%;
  border-bottom: 8px solid #FFFFFF;
}

.tooltip-container .tooltiptext.top::before {
  top: 100%;
  left: 50%;
  border-top: 10px solid #CCCCCC;
}

.tooltip-container .tooltiptext.top::after {
  top: 100%;
  left: 50%;
  border-top: 8px solid #FFFFFF;
}

.tooltip-container .tooltiptext.right::before {
  right: 100%;
  border-right: 10px solid #CCCCCC;
}

.tooltip-container .tooltiptext.right::after {
  right: 100%;
  border-right: 8px solid #FFFFFF;
}

.tooltip-container .tooltiptext.full {
  font-weight: normal;
  width: 150%;
  max-width: 300px;
}

.tooltip-container .tooltiptext::before {
  content: '';
  position: absolute;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}

/* Tooltip arrow */
.tooltip-container .tooltiptext::after {
  content: '';
  position: absolute;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltiptext.active {
  display: inline-block;
  opacity: 1;
}

@media screen and (max-width: 480px) {
  .tooltip-container .tooltiptext.bottom {
    left: 50%;
    position: absolute;
  }

  .tooltip-container label {
    display: inline;
  }

  .tooltip-container .tooltiptext.full {
    left: 20%;
  }

  .checkbox.big .tooltip-container .tooltiptext.bottom {
    width: 300%;
    left: 50%;
    position: absolute;
    top: 120%;
    display: inline-table;
    max-width: 300px;
  }

  .tooltip-container .tooltiptext {
    width: 300px;
  }
}
@media screen and (min-width: 481px) and (max-width: 992px) {
  .tooltip-container .tooltiptext.full {
    left: 10%;
    width: 300%;
  }
}
.chat-popup-backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 50;
}

.chat-popup-backdrop.backdrop-hidden {
  opacity: 0;
}

.chat-popup-backdrop.backdrop-none {
  display: none;
}

@media screen and (max-width: 1439px) {
  .chat-popup.closed {
    width: 54px;
    height: 46px;
    padding: 0px !important;
  }
  .chat-popup.closed .contact_toggler {
    height: inherit;
    width: inherit;
    padding: 8px 15px !important;
  }
  .chat-popup.closed .contact_toggler::after {
    display: none !important;
  }
  .chat-popup.closed .contact_toggler:focus {
    outline: none !important;
  }
  .chat-popup.closed .contact_toggler span {
    display: none;
  }
}
@media screen and (max-width: 993px) {
  .chat-popup.closed {
    right: 25px !important;
  }
}
.chat-popup {
  z-index: 55;
  width: 210px;
  position: fixed;
  right: 25px;
  bottom: 0;
  padding: 45px 0 0;
  background-color: #fff;
  transition: transform 1s;
  transform: translateY(0);
}

.chat-popup.right {
  z-index: 55;
  width: 280px;
  position: fixed;
  right: 0px;
  top: 50%;
  padding: 45px 0 0;
  background-color: transparent;
  transition: transform 1s;
  transform: translateY(0);
}

.chat-popup.right > #contactContainer {
  background: #fff;
  top: -45px;
  position: relative;
  margin-right: 60px;
}

.chat-popup.right .contact_toggler {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  z-index: 10;
  width: 60px;
  border: 0;
  padding: 10px 0 8px 15px;
  background: #009D4D;
  text-align: left;
  font-size: 14px;
  color: #fff;
}

.chat-popup.first_opening {
  -webkit-animation: animate_open 1s  1;
  animation: animate_open 2s  1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  animation-delay: .1s;
  /* Standard syntax */
}

@-webkit-keyframes animate_open {
  0% {
    -webkit-transform: translateY(90.5%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes animate_open {
  0% {
    transform: translateY(90.5%);
  }
  100% {
    transform: translateY(0);
  }
}
.chat-popup .icon {
  font-size: 35px;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
}

.chat-popup .close {
  float: none;
  opacity: 1;
}

.chat-popup .close:hover {
  opacity: 0.5;
}

.chat-popup .content {
  text-align: center;
  padding: 5px;
  color: #404040;
}

.chat-popup .content .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
}

.chat-popup .content p,
.chat-popup .content paragraph {
  display: block;
  margin-bottom: 10px;
}

.chat-popup .content-success p,
.chat-popup .content-success paragraph {
  display: block;
  margin-bottom: 0;
}

.chat-popup form .form-group-btn {
  margin-bottom: 0;
}

.chat-popup form .form-group-btn > .btn {
  display: block;
  margin: 5px auto auto auto;
}

.chat-popup #step2 {
  display: none;
}

.chat-popup #step2 img {
  margin: 0 auto;
  display: block;
  border: #d2e5d7 solid 4px;
  border-radius: 50%;
}

.chat-popup section:nth-child(2n+2):not(.bloc-visuel):not(.mentions-tradedirect):not(.bloc-list),
.chat-popup section:nth-child(2n+3):not(.bloc-visuel):not(.mentions-tradedirect):not(.bloc-list) {
  background: none !important;
}

#contactContainer {
  display: none;
}

.contact_toggler {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  border: 0;
  padding: 10px 0 8px 15px;
  background: #009D4D;
  text-align: left;
  font-size: 14px;
  color: #fff;
}

.contact_toggler:after {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 15px;
  content: '\e114';
  font-family: 'Glyphicons Halflings';
  font-weight: normal;
  font-size: 12px;
}

.closed .contact_toggler:after {
  content: '\e113';
}

.contact_toggler > img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 17px;
}

.contact_unavailable {
  position: absolute;
  left: 0;
  top: 45px;
  z-index: 5;
  height: 100%;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-weight: bold;
}

.contact_unavailable .nobody {
  padding-top: 40px;
  font-size: 20px;
}

.contact_unavailable button {
  background: transparent;
  border: 0;
}

.contact_unavailable p,
.contact_unavailable paragraph {
  display: block;
  margin: 0;
  text-align: center;
  font-size: 16px;
}

/* Safari 3+ (10.0 is the latest version of Safari at this time) */
.container_contact {
  transform: translate(0, 0);
}

.container_contact {
  transform: translate(0, 0);
  position: relative;
  padding: 20px 10px;
  border: 1px solid #d9d9d9;
  border-bottom: 2px solid #b3b3b3;
  text-align: center;
}

.container_contact > button {
  background: transparent;
  border: 0;
  font-weight: bold;
  font-size: 20px;
}

.container_contact > button span {
  position: relative;
  display: block;
  margin: 0 auto 10px;
  background: #7cbd6b;
  border: 3px solid #a5d19c;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #fff;
}

.container_contact > button img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container_contact p,
.container_contact paragraph {
  display: block;
  font-size: 13px;
}

.chat_panel, .wcb_panel {
  display: none;
  position: relative;
  left: 0;
  top: 11px;
  z-index: 99;
  padding: 15px 10px 25px;
  height: 100%;
  box-sizing: border-box;
  background: #fff;
}

.chat_panel button, .wcb_panel button {
  background: transparent;
  border: 0;
}

.chat_panel > button, .wcb_panel > button {
  color: #009D4D;
}

.chat_panel .btn-link, .wcb_panel .btn-link {
  color: #009D4D;
}

.status {
  text-align: center;
}

.status a {
  display: block;
  text-decoration: underline;
  color: #009D4D;
  font-weight: bold;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.status a:focus, .status a:active, .status a:hover {
  text-decoration: none;
  color: #404040;
}

.unavailable {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding-top: 20px;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 1, 0.6);
  color: #FFF;
}

#chatError.unavailable {
  display: block;
}

.unavailable > p {
  padding: 10px;
  font-weight: bold;
}

.unavailable > div {
  padding: 0 10px;
}

.condition_chat {
  display: none;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  margin: 5px -10px 15px;
  padding: 10px;
  text-align: right;
}

.condition_chat p,
.condition_chat paragraph {
  display: block;
  text-align: left;
}

#lastValueDate {
  display: inline !important;
}
#lastValueDate::before {
  content: "Date du cours:";
  display: inline;
}

#lastValueTime {
  display: inline !important;
}

#exchangeRateFooterLastUpdate {
  float: right;
  margin-top: -25px;
}

/*----------------------------------------------------------------
	Colors
-----------------------------------------------------------------*/
/*----------------------------------------------------------------
	Width Layout
-----------------------------------------------------------------*/
/*----------------------------------------------------------------
	Font-size
-----------------------------------------------------------------*/
@media only screen and (max-width: 992px) {
  .onboarding.webview label, .onboarding.webview .summaryForm .step_subnav.summary .group .label_verif, .onboarding.webview .summaryForm .step_subnav.summary .group .value, .webview-modale.onboarding .modal.in .modal-content .modal-body.webview-body-mtan form .btn-link, .webview-modale.onboarding .modal-dialog .modal-content .modal-body.webview-body-mtan form .btn-link {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    color: #525F7F;
    text-align: left;
    line-height: 18px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 992px) {
  .onboarding.webview .reinssurance_block ul, .onboarding.webview .highlight_block ul, .onboarding.webview .highlight_text p, .onboarding.webview .optional.group p, .onboarding.webview .alert.alert-warning strong, .onboarding.webview p, .onboarding.webview .explain p, .onboarding.webview .explain ul li, .onboarding.webview .highlight_block aside, .onboarding.webview .webview-document, .webview-modale.onboarding .modal.in .modal-content .modal-body.webview-body-mtan form p, .webview-modale.onboarding .modal-dialog .modal-content .modal-body.webview-body-mtan form p, #confirmTel .modal-information {
    font-size: 14px;
    margin: 0;
    font-weight: 300;
    margin-bottom: 20px;
    padding: 0px 10px 0px 10px;
  }
}

@media only screen and (max-width: 992px) {
  .onboarding.webview .summaryForm .step_subnav.summary .group .edit_verif.edit, .onboarding.webview .onboarding__step5_edit_button, .onboarding.webview .procedure p {
    margin-top: 0;
    font-size: 16px;
    font-weight: 300;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .onboarding.webview .webview-step p {
    font-size: 16px;
    font-weight: 300;
    color: #396CFF;
    margin: 8px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .onboarding.webview .summaryForm .step_subnav.summary .group h2, .onboarding.webview .onboarding__step5_group h2, .onboarding.webview .step10 h4, .exit h3 {
    font-size: 20px;
    color: #396CFF;
    font-weight: 300;
    margin-left: 8px;
    margin-top: 20px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 992px) {
  .onboarding.webview h2, .onboarding.webview .conditionnal-status p, .onboarding.webview .webview-title, .onboarding.webview .step7 .highlight_block .title, .onboarding.webview .highlight_text, .onboarding.webview .highlight_text h3, .onboarding.webview .optional.group h3, .onboarding.webview .webview-document strong {
    font-size: 26px;
    color: #396CFF;
    font-weight: 300;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .onboarding.webview .highlight_block .webview_product_formula {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 8px;
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .onboarding.webview .btn-webview-white-large, .onboarding.webview .btn-webview-white-border, .onboarding.webview .btn-webview-step-medium, #open_account_with_formula .onboarding__open_account_box button, .onboarding.webview .btn-webview-step, .onboarding.webview .btn-webview-simple-step {
    font-size: 16px;
    border-color: #fff;
    border-radius: 8px;
    width: 100%;
    font-weight: 300;
    margin-bottom: 20px !important;
    padding: 10px 0 10px 0;
  }
}

@media only screen and (max-width: 992px) {
  .onboarding.webview .btn-webview-white-large, .onboarding.webview .btn-webview-white-border, .onboarding.webview .btn-webview-step-medium, #open_account_with_formula .onboarding__open_account_box button {
    color: #396CFF;
    background-color: #fff;
    width: 80%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .onboarding.webview .btn-webview-white-large, .onboarding.webview .btn-webview-white-border {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .onboarding.webview .reinssurance_block, .onboarding.webview .highlight_block {
    background-color: #396CFF;
    border-radius: 10px;
    color: #fff;
    margin-top: 20px;
    padding-bottom: 0;
  }
  .onboarding.webview .reinssurance_block ul li, .onboarding.webview .highlight_block ul li {
    font-size: inherit;
    font-weight: inherit;
    margin-left: 0;
    color: #fff;
  }
  .onboarding.webview .reinssurance_block ul li::before, .onboarding.webview .highlight_block ul li::before {
    content: "";
  }
}

.loading-step {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  background-color: #000;
  transition: opacity .15s linear;
  opacity: .6;
}
.loading-step.enable, .loading-step.enable-submit, .loading-step.enable-setActive {
  display: block;
}
.loading-step .spinner-area {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 100px;
  right: 0;
  margin: auto;
}
.loading-step .spinner-text {
  position: absolute;
  width: auto;
  height: 0;
  top: 0;
  left: 0;
  bottom: 10px;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.loading-step .sk-circle {
  width: 80px;
  height: 80px;
  position: relative;
}
.loading-step .sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.loading-step .sk-circle .sk-child::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.loading-step .sk-circle .sk-circle2 {
  transform: rotate(30deg);
}
.loading-step .sk-circle .sk-circle3 {
  transform: rotate(60deg);
}
.loading-step .sk-circle .sk-circle4 {
  transform: rotate(90deg);
}
.loading-step .sk-circle .sk-circle5 {
  transform: rotate(120deg);
}
.loading-step .sk-circle .sk-circle6 {
  transform: rotate(150deg);
}
.loading-step .sk-circle .sk-circle7 {
  transform: rotate(180deg);
}
.loading-step .sk-circle .sk-circle8 {
  transform: rotate(210deg);
}
.loading-step .sk-circle .sk-circle9 {
  transform: rotate(240deg);
}
.loading-step .sk-circle .sk-circle10 {
  transform: rotate(270deg);
}
.loading-step .sk-circle .sk-circle11 {
  transform: rotate(300deg);
}
.loading-step .sk-circle .sk-circle12 {
  transform: rotate(330deg);
}
.loading-step .sk-circle .sk-circle2::before {
  animation-delay: -1.1s;
}
.loading-step .sk-circle .sk-circle3::before {
  animation-delay: -1s;
}
.loading-step .sk-circle .sk-circle4::before {
  animation-delay: -.9s;
}
.loading-step .sk-circle .sk-circle5::before {
  animation-delay: -.8s;
}
.loading-step .sk-circle .sk-circle6::before {
  animation-delay: -.7s;
}
.loading-step .sk-circle .sk-circle7::before {
  animation-delay: -.6s;
}
.loading-step .sk-circle .sk-circle8::before {
  animation-delay: -.5s;
}
.loading-step .sk-circle .sk-circle9::before {
  animation-delay: -.4s;
}
.loading-step .sk-circle .sk-circle10::before {
  animation-delay: -.3s;
}
.loading-step .sk-circle .sk-circle11::before {
  animation-delay: -.2s;
}
.loading-step .sk-circle .sk-circle12::before {
  animation-delay: -.1s;
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.webview-elem {
  display: none !important;
}

.no-webview-elem {
  display: inherit !important;
}
.no-webview-elem.hide {
  display: none !important;
}

.no-webview-elem-conditions, .no-webview-elem-em {
  display: inline !important;
}

@media only screen and (max-width: 992px) {
  html.webview .notif {
    display: none !important;
  }
  html.webview .notif #cookieDisclaimerNotif {
    display: none !important;
  }
  html.webview .page-18509 header, html.webview .page-18509 footer, html.webview .page-18559 header, html.webview .page-18559 footer, html.webview .onboarding-container header, html.webview .onboarding-container footer {
    display: none;
  }
  html.webview .btn-home {
    display: inherit !important;
  }
  html.webview .hide-parent-webview {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .no-webview-elem, .no-webview-elem-conditions {
    display: none !important;
  }

  .webview-elem {
    display: inherit !important;
  }

  .btn-home {
    display: none !important;
  }

  .chat-popup, .chat-popup-backdrop {
    display: none !important;
  }

  #x-unblu-root-container {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  /*----------------------------------------------------------------
    Page Structure
-----------------------------------------------------------------*/
  .onboarding.webview {
    margin-top: 0;
    text-align: center;
    /*----------------------------------------------------------------
          title
    -----------------------------------------------------------------*/
    /*----------------------------------------------------------------
          button
    -----------------------------------------------------------------*/
    /*----------------------------------------------------------------
          button radio
    -----------------------------------------------------------------*/
    /*----------------------------------------------------------------
          button radio checkbox
    -----------------------------------------------------------------*/
    /*----------------------------------------------------------------
          form
    -----------------------------------------------------------------*/
    /*----------------------------------------------------------------
          other
    -----------------------------------------------------------------*/
    /*----------------------------------------------------------------
          error + alert
    -----------------------------------------------------------------*/
    /*----------------------------------------------------------------
          step 5
    -----------------------------------------------------------------*/
    /*----------------------------------------------------------------
        step 6
    -----------------------------------------------------------------*/
    /*----------------------------------------------------------------
      step 7
    -----------------------------------------------------------------*/
    /*----------------------------------------------------------------
         step 9
     -----------------------------------------------------------------*/
   /*----------------------------------------------------------------
    Step8 + step 10
-----------------------------------------------------------------*/
    /*----------------------------------------------------------------
          liste des documents home + modal des documents
    -----------------------------------------------------------------*/
    /*----------------------------------------------------------------
          Home / index
    -----------------------------------------------------------------*/
  }
  .onboarding.webview .blockCgu {
    margin-top: 25px;
  }
  .onboarding.webview .block-address-joint {
    padding: 0;
  }
  .onboarding.webview .checkboxInterestedFamilyFormula .conditions {
    width: calc(100% - 73px) !important;
    float: right;
    text-align: left;
  }
  .onboarding.webview .blockFamilyFormula .highlight_block {
    padding-bottom: 60px;
  }
  .onboarding.webview .blockFamilyFormula .highlight_block .formula-content {
    font-weight: 300;
    text-align: center;
    padding: 5px;
  }
  .onboarding.webview .no-padding-webview {
    padding: 0;
  }
  .onboarding.webview input[type=text], .onboarding.webview input[type=email], .onboarding.webview input[type=tel], .onboarding.webview input[type=number] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .onboarding.webview fieldset {
    border: none;
    margin-top: 0;
    padding: 0;
    margin-bottom: 0;
  }
  .onboarding.webview label.required::before {
    content: "* ";
    color: #FF0000;
  }
  .onboarding.webview label.required::after {
    display: none;
  }
  .onboarding.webview hr {
    margin: 0 auto 20px auto;
    width: 90%;
  }
  .onboarding.webview ul {
    margin-top: 0;
    padding-left: 0;
  }
  .onboarding.webview em {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
  }
  .onboarding.webview .popover {
    min-width: auto;
  }
  .onboarding.webview .popover .popover-content {
    max-height: 200px;
    overflow-y: auto;
  }
  .onboarding.webview .content {
    margin: 0 !important;
    padding: 0 !important;
  }
  .onboarding.webview .webview-sub-content {
    margin-left: 10px;
    margin-right: 10px;
  }
  .onboarding.webview .row {
    margin-left: 0;
    margin-right: 0;
  }
  .onboarding.webview .error .webview-birthday .form-control {
    border-left-width: 1px;
    border-radius: 0;
    border-right-width: 1px;
  }
  .onboarding.webview .webview-birthday {
    font-size: 16px;
  }
  .onboarding.webview .webview-birthday input {
    width: 65px;
    display: inline-block;
  }
  .onboarding.webview .webview-birthday input:last-child {
    width: 70px;
  }
  .onboarding.webview .titleJoint {
    display: none !important;
  }
  .onboarding.webview h2 {
    color: #797979;
    padding-left: 10px;
    padding-right: 10px;
  }
  .onboarding.webview .conditionnal-status p {
    color: #797979;
  }
  .onboarding.webview .step7 .highlight_block .title {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
  }
  .onboarding.webview .highlight_text {
    background-color: #f2f2f2;
    padding: 30px;
    margin-bottom: 0;
  }
  .onboarding.webview .highlight_text p {
    color: #525F7F;
    margin: 0;
  }
  .onboarding.webview .optional.group {
    top: 0;
  }
  .onboarding.webview .optional.group fieldset {
    margin-left: 0;
    margin-right: 0;
  }
  .onboarding.webview .optional.group h3 {
    color: #797979;
    margin-right: 0;
  }
  .onboarding.webview .optional.group p {
    color: #797979;
    font-weight: 400;
  }
  .onboarding.webview .btn-webview-white-border {
    border-color: #396CFF;
    color: #fff;
  }
  .onboarding.webview .btn-webview-step:active, .onboarding.webview .btn-webview-white-border:active, .onboarding.webview .btn-webview-white-large:active, .onboarding.webview .btn-webview-simple-step:active {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
  }
  .onboarding.webview .radio.input-wrap {
    border: 1px solid #396CFF;
    background-color: #fff;
    height: 35px;
    width: 60px;
    text-align: center;
    padding: 0 20px;
    margin-left: 0;
    margin-bottom: 0;
  }
  .onboarding.webview .radio.input-wrap label {
    color: #396CFF !important;
    font-weight: 400;
    float: none;
    line-height: 34px;
    font-size: 14px;
    padding: 10px 7px 10px 7px;
  }
  .onboarding.webview .radio.input-wrap label::before {
    display: none;
  }
  .onboarding.webview .radio.input-wrap.active {
    background-color: #396CFF !important;
  }
  .onboarding.webview .radio.input-wrap.active label {
    color: #fff !important;
  }
  .onboarding.webview .radio.input-wrap .radio {
    width: auto;
    height: auto;
  }
  .onboarding.webview .radio.input-wrap .radio span {
    display: none;
  }
  .onboarding.webview .webview-radio {
    width: 100%;
  }
  .onboarding.webview .webview-radio label {
    float: right;
    width: calc(100% - 120px);
  }
  .onboarding.webview .webview-radio .radio.input-wrap {
    padding: 0 3px;
    width: 50px;
  }
  .onboarding.webview .webview-radio .radio.input-wrap:nth-child(2) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 0;
  }
  .onboarding.webview .webview-radio .radio.input-wrap:nth-child(3) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-left: -10px;
    border-left-color: transparent;
    padding: 0;
  }
  .onboarding.webview .webview-radio-civility {
    width: 100%;
  }
  .onboarding.webview .webview-radio-civility label {
    float: left;
    padding-top: 10px;
  }
  .onboarding.webview .webview-radio-civility-en_GB .radio.input-wrap label {
    padding: 10px 40px 10px 40px;
  }
  .onboarding.webview .webview-radio-civility-de_DE .radio.input-wrap label {
    padding: 10px 30px 10px 30px;
  }
  .onboarding.webview .webview-radio-civility .radio.input-wrap {
    width: 100px;
    padding: 0;
  }
  .onboarding.webview .webview-radio-civility .radio.input-wrap:nth-child(2) {
    border-top-right-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
    margin-right: 20px;
    margin-left: 10px;
  }
  .onboarding.webview .webview-radio-civility .radio.input-wrap:nth-child(3) {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
    margin-left: -10px !important;
  }
  .onboarding.webview .webview-radio-information {
    width: 100%;
  }
  .onboarding.webview .webview-radio-information label {
    float: none;
    width: 100%;
  }
  .onboarding.webview .webview-radio-information .radio.input-wrap:nth-child(2) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 0;
  }
  .onboarding.webview .webview-radio-information .radio.input-wrap:nth-child(3) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-left: -10px;
    border-left-color: transparent;
    padding: 0;
  }
  .onboarding.webview .webview-radio-language {
    text-align: left;
  }
  .onboarding.webview .webview-radio-language .radio.input-wrap {
    padding: 0;
    width: 80px;
  }
  .onboarding.webview .webview-radio-separed,
  .onboarding.webview .webview-radio-jobneeds {
    text-align: left;
  }
  .onboarding.webview .webview-radio-separed .radio.input-wrap,
  .onboarding.webview .webview-radio-jobneeds .radio.input-wrap {
    padding: 0;
    width: 110px;
  }
  .onboarding.webview .webview-radio-separed label,
  .onboarding.webview .webview-radio-jobneeds label {
    width: 100%;
  }
  .onboarding.webview .webview-checkbox {
    width: 100%;
  }
  .onboarding.webview .webview-checkbox.information {
    width: calc(100% - 50px);
  }
  .onboarding.webview .webview-checkbox.account-en_GB .checkbox.input-wrap label {
    padding: 10px 65px 10px 65px;
  }
  .onboarding.webview .webview-checkbox.account-de_DE .checkbox.input-wrap label {
    padding: 10px 30px 10px 30px;
  }
  .onboarding.webview .webview-checkbox.account .checkbox.input-wrap {
    width: 160px;
  }
  .onboarding.webview .webview-checkbox .checkbox.input-wrap {
    border: 1px solid #396CFF;
    background-color: #fff;
    height: 35px;
    width: 110px;
    text-align: center;
    padding: 0;
  }
  .onboarding.webview .webview-checkbox .checkbox.input-wrap .checker {
    display: none;
  }
  .onboarding.webview .webview-checkbox .checkbox.input-wrap label {
    line-height: 34px;
    font-size: 14px;
    color: #396CFF !important;
    font-weight: 400;
  }
  .onboarding.webview .webview-checkbox .checkbox.input-wrap label::before {
    content: ' ';
  }
  .onboarding.webview .webview-checkbox .checkbox.input-wrap.active {
    background-color: #396CFF !important;
  }
  .onboarding.webview .webview-checkbox .checkbox.input-wrap.active label {
    color: #fff !important;
  }
  .onboarding.webview .webview-checkbox-summary {
    width: calc(100% - 55px);
  }
  .onboarding.webview .webview-checkbox-summary .checkbox.input-wrap {
    width: 90px;
  }
  .onboarding.webview .webview-checkbox-competitor .checkbox.input-wrap {
    width: 140px;
  }
  .onboarding.webview .form-group {
    text-align: left;
    margin-bottom: 20px;
  }
  .onboarding.webview .form-group .form-control {
    font-size: 16px;
  }
  .onboarding.webview .form-group .checkbox {
    padding-left: 10px;
    padding-right: 10px;
  }
  .onboarding.webview .form-group .checkbox .conditions {
    width: calc(100% - 80px);
    float: right;
    text-align: left;
  }
  .onboarding.webview .blockCgu h2, .onboarding.webview .blockCgu h4 {
    line-height: 31px;
  }
  .onboarding.webview .error.income .icon-error-form {
    top: calc(100% - 50px);
  }
  .onboarding.webview .error .input-wrap {
    border: 1px solid #FF5B5B;
  }
  .onboarding.webview .error .error-msg {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    margin-top: 5px;
    font-weight: 400;
    color: #FF5B5B !important;
    font-size: 14px;
  }
  .onboarding.webview .error .icon-error-form {
    top: 34px;
  }
  .onboarding.webview .alert.alert-warning strong {
    font-weight: 700;
    color: inherit;
    line-height: 1.42857143;
    margin-bottom: 0;
  }
  .onboarding.webview .notif-wrapper.reject {
    text-align: left;
    margin-bottom: 20px;
  }
  .onboarding.webview .webview-switch .error-msg {
    text-align: left;
    padding-left: 80px;
  }
  .onboarding.webview .summaryForm {
    margin-top: 30px;
  }
  .onboarding.webview .summaryForm .step_subnav.summary .group {
    background-color: #f2f2f2 !important;
    border-radius: 10px;
  }
  .onboarding.webview .summaryForm .step_subnav.summary .group h2 {
    text-align: left;
    line-height: 22px;
  }
  .onboarding.webview .summaryForm .step_subnav.summary .group form .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .onboarding.webview .summaryForm .step_subnav.summary .group .webview-radio-civility label {
    width: 100%;
    padding-top: 0;
  }
  .onboarding.webview .summaryForm .step_subnav.summary .group .webview-radio-civility .radio.input-wrap:nth-child(2) {
    margin-left: 0;
  }
  .onboarding.webview .summaryForm .step_subnav.summary .group hr {
    margin: 0 auto 20px auto;
    width: 100%;
  }
  .onboarding.webview .summaryForm .step_subnav.summary .group .webview-notification {
    width: 100%;
  }
  .onboarding.webview .summaryForm .step_subnav.summary .group .label_verif {
    margin-bottom: 20px;
    margin-bottom: 0;
  }
  .onboarding.webview .summaryForm .step_subnav.summary .group .value {
    color: #000;
    padding-top: 5px;
  }
  .onboarding.webview .summaryForm .step_subnav.summary .group .input_verif {
    width: 100%;
    margin-bottom: 20px;
    display: none;
  }
  .onboarding.webview .summaryForm .step_subnav.summary .group .input_verif .inputs {
    margin-bottom: 0;
    margin-top: 0;
  }
  .onboarding.webview .summaryForm .step_subnav.summary .group .input_verif .inputs .conditions {
    float: right;
    width: calc(100% - 80px);
  }
  .onboarding.webview .summaryForm .step_subnav.summary .group .input_verif .inputs .selector {
    width: 100% !important;
  }
  .onboarding.webview .summaryForm .step_subnav.summary .group .input_verif .inputs .selector span {
    width: 100% !important;
  }
  .onboarding.webview .summaryForm .step_subnav.summary .group .edit_verif.edit {
    position: relative;
    color: #396CFF;
    margin-left: 8px;
    text-align: left;
    cursor: pointer;
  }
  .onboarding.webview .summaryForm .step_subnav.summary .group .edit_verif.edit span {
    display: none;
  }
  .onboarding.webview .summaryForm .step_subnav.summary .group input.money {
    margin-bottom: 0;
  }
  .onboarding.webview .summaryForm .step_subnav.summary .stepSubmit {
    margin-bottom: 0 !important;
  }
  .onboarding.webview .onboarding__step5 {
    text-align: left;
  }
  .onboarding.webview .onboarding__step5_joint_group {
    width: 100%;
  }
  .onboarding.webview .onboarding__step5_content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .onboarding.webview .onboarding__step5_group {
    padding: 10px;
    margin-bottom: 20px;
    background-color: #f2f2f2 !important;
    border-radius: 10px;
  }
  .onboarding.webview .onboarding__step5_group h2 {
    text-align: left;
  }
  .onboarding.webview .onboarding__step5_group hr {
    margin: 8px auto 20px auto;
    width: 100%;
  }
  .onboarding.webview .onboarding__step5_group .webview-notification {
    width: 100%;
  }
  .onboarding.webview .onboarding__step5 .stepSubmit {
    margin-bottom: 0 !important;
  }
  .onboarding.webview .onboarding__step5_edit_button {
    position: relative;
    color: #396CFF;
    margin: 10px 0 0 12px;
    text-align: left;
    cursor: pointer;
  }
  .onboarding.webview .onboarding__step5_edit_button span {
    display: none;
  }
  .onboarding.webview .reinssurance_block {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .onboarding.webview .reinssurance_block h2 {
    color: #fff;
  }
  .onboarding.webview .reinssurance_block img {
    width: 90px;
    height: 90px;
  }
  .onboarding.webview .step7 {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .onboarding.webview .step7 img {
    width: 90px;
    height: 90px;
  }
  .onboarding.webview .step7.highlight_block {
    width: auto;
  }
  .onboarding.webview .step7.documents {
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
  }
  .onboarding.webview .step7.documents .step {
    border: 1px solid #f2f2f2;
    background: #f2f2f2;
    margin: 0;
    padding: 0;
  }
  .onboarding.webview .step7.documents h2 {
    color: #396CFF;
  }
  .onboarding.webview .step7.documents .step-descripton {
    color: #396CFF;
  }
  .onboarding.webview .step7.documents .btn-webview-white-border {
    background-color: #f2f2f2;
    color: #fff;
  }
  .onboarding.webview .step7.documents #dontHaveVideoRoom p {
    margin-bottom: 0;
  }
  .onboarding.webview .upload_done {
    padding-left: 10px;
    margin-right: 5px;
  }
  .onboarding.webview .dropzone {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .onboarding.webview .step9.bottom_nav {
    padding-left: 10px;
    padding-right: 10px;
  }
  .onboarding.webview .step9 h2 {
    color: #396CFF;
    text-align: left;
    padding-left: 55px;
  }
  .onboarding.webview .explain {
    width: 100%;
    text-align: left;
  }
  .onboarding.webview .explain ul {
    margin-bottom: 20px;
  }
  .onboarding.webview .explain ul li {
    margin-bottom: 0;
  }
  .onboarding.webview .confirmation h2, .onboarding.webview .confirmation h4 {
    color: #525F7F;
  }
  .onboarding.webview .confirmation .alert-success {
    margin-left: 10px;
    margin-right: 10px;
  }
  .onboarding.webview .confirmation p {
    width: auto;
  }
  .onboarding.webview .confirmation .bloc-download #downloadPdf {
    width: auto;
  }
  .onboarding.webview .confirmation .onboarding__informations__wrapper {
    width: 100%;
    padding: 1rem 0;
  }
  .onboarding.webview .confirmation .onboarding__informations__wrapper .onboarding__informations__content {
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }
  .onboarding.webview .confirmation .onboarding__informations__wrapper .onboarding__informations__content p {
    font-weight: 400;
  }
  .onboarding.webview .confirmation .onboarding__informations__wrapper p {
    padding-top: 1rem;
    padding-right: 0.2rem;
  }
  .onboarding.webview .confirmation .onboarding__informations__wrapper img {
    margin-left: 0;
  }
  .onboarding.webview .step10 {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .onboarding.webview .step10 hr {
    border-top: 1px solid rgba(242, 242, 242, 0.73);
  }
  .onboarding.webview .step10 h4 {
    color: white;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .onboarding.webview .step10 .webview-img {
    height: 120px;
    background: url(/bundles/tradedirectonboarding/img/onboarding/BCV_Banner_Welcome@2x.png) no-repeat center center;
    background-size: 800px;
    margin-bottom: 20px;
    margin-top: 0;
    padding-top: 0;
    border-radius: 10px;
  }
  .onboarding.webview .step10 .highlight_block {
    height: 100%;
  }
  .onboarding.webview .step10 .highlight_block.formula h2 {
    color: white;
    background-color: #396CFF;
    margin-top: 0;
  }
  .onboarding.webview .step10 .highlight_block.formula h2 a {
    color: #fff;
  }
  .onboarding.webview .step10 .highlight_block::after {
    clear: both;
  }
  .onboarding.webview .step10 .highlight_block p:first-child {
    margin-top: 10px;
  }
  .onboarding.webview .step10 .highlight_block p:last-child {
    padding-bottom: 10px;
  }
  .onboarding.webview .step10 .documents {
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
    color: #000;
  }
  .onboarding.webview .step10 .documents img {
    margin-bottom: 20px;
  }
  .onboarding.webview .step10 .documents .btn-webview-white-border {
    background-color: transparent;
  }
  .onboarding.webview .step10 .documents .download_block.final {
    padding: 0;
  }
  .onboarding.webview .webview-step {
    margin-bottom: 20px;
  }
  .onboarding.webview .webview-step.webview-step-documents {
    margin-top: 20px !important;
  }
  .onboarding.webview .webview-step .step {
    border: 1px solid #F2F4F6;
    background: #F2F4F6;
    padding: 0;
  }
  .onboarding.webview .webview-step .step-descripton {
    color: #000;
  }
  .onboarding.webview .webview-step p {
    margin: 8px;
  }
  .onboarding.webview .webview-step p.add img {
    width: 45px;
  }
  .onboarding.webview .webview-step p img {
    width: 90px;
    height: 90px;
  }
  .onboarding.webview .webview-step li {
    padding-right: 0;
  }
  .onboarding.webview .webview-step li::before {
    display: none;
  }
  .onboarding.webview .webview-step::before {
    display: none;
  }
  .onboarding.webview .highlight_block {
    width: 100%;
  }
  .onboarding.webview .highlight_block .webview_product_formula {
    color: #fff;
  }
  .onboarding.webview .highlight_block aside {
    border-top: none;
    font-weight: 300;
    margin-top: 0;
    padding-top: 0;
  }
  .onboarding.webview .highlight_block aside p {
    font-weight: 300;
    font-size: inherit;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #fff;
  }
  .onboarding.webview .highlight_block aside small {
    color: #fff;
  }
  .onboarding.webview .highlight_block .pad {
    background-color: #797979;
    border-radius: 8px;
    width: 75%;
    height: 40px;
    padding-top: 5px;
    font-size: 16px;
    margin: 0 auto 20px;
  }
  .onboarding.webview .webview-document strong {
    margin-bottom: 0;
  }
  .onboarding.webview .procedure {
    padding-left: 0;
    margin-bottom: 0;
  }
  .onboarding.webview .procedure li:before {
    color: #fff;
    content: '';
    margin-right: 0;
  }
  .onboarding.webview .procedure li {
    margin-bottom: 0;
  }

  /*----------------------------------------------------------------
        Modal
  -----------------------------------------------------------------*/
  #pdfTan .modal-header.highlight_text #modalTitlemTan {
    margin-bottom: 0;
  }

  #notEligible .modal-body, #notEligibleSuggest .modal-body {
    margin-left: 10px;
    margin-right: 10px;
  }
  #notEligible .modal-body p, #notEligibleSuggest .modal-body p {
    padding-right: 0;
    padding-left: 0;
  }
  #notEligible .modal-body .highlight_block p, #notEligibleSuggest .modal-body .highlight_block p {
    padding-right: 10px;
    padding-left: 10px;
  }
  #notEligible .modal-body .highlight_block .pad, #notEligibleSuggest .modal-body .highlight_block .pad {
    right: 0;
    top: 0;
    padding-top: 10px;
  }
  #notEligible .modal-body .highlight_block aside p, #notEligibleSuggest .modal-body .highlight_block aside p {
    margin-top: 0;
  }
  #notEligible .modal-footer .btn-secondary, #notEligibleSuggest .modal-footer .btn-secondary {
    background: #396CFF;
    color: #fff;
  }

  .webview-modale.onboarding {
    margin-top: 0;
  }
  .webview-modale.onboarding .modal.in, .webview-modale.onboarding .modal-dialog {
    width: 100% !important;
    height: 100%;
    margin: 0 !important;
    padding: 0;
    top: 0 !important;
    left: 0 !important;
    max-width: 100% !important;
  }
  .webview-modale.onboarding .modal.in .modal-content, .webview-modale.onboarding .modal-dialog .modal-content {
    min-height: 100%;
    border-radius: 0;
    margin: 0;
    padding: 0;
  }
  .webview-modale.onboarding .modal.in .modal-content .modal-body, .webview-modale.onboarding .modal-dialog .modal-content .modal-body {
    padding: 0;
  }
  .webview-modale.onboarding .modal.in .modal-content .modal-body.webview-body-mtan, .webview-modale.onboarding .modal-dialog .modal-content .modal-body.webview-body-mtan {
    margin-left: 10px;
    margin-right: 10px;
  }
  .webview-modale.onboarding .modal.in .modal-content .modal-body.webview-body-mtan .alert, .webview-modale.onboarding .modal-dialog .modal-content .modal-body.webview-body-mtan .alert {
    margin: 20px 0 0 0;
  }
  .webview-modale.onboarding .modal.in .modal-content .modal-body.webview-body-mtan p, .webview-modale.onboarding .modal-dialog .modal-content .modal-body.webview-body-mtan p {
    padding: 0;
  }
  .webview-modale.onboarding .modal.in .modal-content .modal-body.webview-body-mtan form .btn-link, .webview-modale.onboarding .modal-dialog .modal-content .modal-body.webview-body-mtan form .btn-link {
    color: #396CFF;
  }
  .webview-modale.onboarding .modal.in .modal-content .modal-body.webview-body-mtan form .pull-bottom-first, .webview-modale.onboarding .modal-dialog .modal-content .modal-body.webview-body-mtan form .pull-bottom-first {
    margin-top: 48px;
  }
  .webview-modale.onboarding .modal.in .modal-content .modal-body.webview-body-mtan form .pull-bottom-second, .webview-modale.onboarding .modal-dialog .modal-content .modal-body.webview-body-mtan form .pull-bottom-second {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0;
  }
  .webview-modale.onboarding .modal.in .modal-content .modal-body.webview-body-mtan form .webview-input-bottom, .webview-modale.onboarding .modal-dialog .modal-content .modal-body.webview-body-mtan form .webview-input-bottom {
    margin-top: 20px;
    width: 70%;
  }
  .webview-modale.onboarding .modal.in .modal-content .modal-body.webview-body-mtan form .webview-input, .webview-modale.onboarding .modal-dialog .modal-content .modal-body.webview-body-mtan form .webview-input {
    padding: 0;
  }
  .webview-modale.onboarding .modal.in .modal-content .modal-body.webview-body-mtan form .modal-footer, .webview-modale.onboarding .modal-dialog .modal-content .modal-body.webview-body-mtan form .modal-footer {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .webview-modale.onboarding .modal.in .modal-content .modal-body.webview-body-mtan form p, .webview-modale.onboarding .modal-dialog .modal-content .modal-body.webview-body-mtan form p {
    font-weight: 300;
    color: #000;
    padding: 0;
  }
  .webview-modale.onboarding .modal.in .modal-content .modal-body.webview-body-mtan form .mtan2, .webview-modale.onboarding .modal-dialog .modal-content .modal-body.webview-body-mtan form .mtan2 {
    padding: 0;
  }
  .webview-modale.onboarding .modal.in .modal-content .modal-body.webview-body-signature p, .webview-modale.onboarding .modal-dialog .modal-content .modal-body.webview-body-signature p {
    text-align: left;
  }
  .webview-modale.onboarding .modal.in .modal-content .modal-body.webview-body-signature form p, .webview-modale.onboarding .modal-dialog .modal-content .modal-body.webview-body-signature form p {
    padding-left: 0;
    padding-right: 0;
  }
  .webview-modale.onboarding .modal.in .modal-content .modal-body .checkbox, .webview-modale.onboarding .modal-dialog .modal-content .modal-body .checkbox {
    padding-right: 0;
    padding-left: 0;
  }
  .webview-modale.onboarding .modal.in .modal-content .modal-body .alert, .webview-modale.onboarding .modal-dialog .modal-content .modal-body .alert {
    margin: 20px 10px 20px 10px;
  }
  .webview-modale.onboarding .modal.in .modal-content .modal-body .list_declaration li:last-child > div, .webview-modale.onboarding .modal-dialog .modal-content .modal-body .list_declaration li:last-child > div {
    border-bottom: none;
    padding: 0 10px;
  }
  .webview-modale.onboarding .modal.in .modal-content .modal-body ul, .webview-modale.onboarding .modal-dialog .modal-content .modal-body ul {
    margin-top: 0px;
    padding-left: 0;
  }
  .webview-modale.onboarding .modal.in .modal-content .modal-body ul.list_declaration li, .webview-modale.onboarding .modal-dialog .modal-content .modal-body ul.list_declaration li {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .webview-modale.onboarding .modal.in .modal-content .modal-body ul.list_declaration .form-group, .webview-modale.onboarding .modal-dialog .modal-content .modal-body ul.list_declaration .form-group {
    margin-bottom: 0;
    min-height: 0;
    margin-top: 20px;
    padding-bottom: 10px;
  }
  .webview-modale.onboarding .modal.in .modal-content .modal-body ul.list_declaration .form-group .checkbox.webview-switch, .webview-modale.onboarding .modal-dialog .modal-content .modal-body ul.list_declaration .form-group .checkbox.webview-switch {
    margin-left: 0;
  }
  .webview-modale.onboarding .modal.in .modal-footer, .webview-modale.onboarding .modal-dialog .modal-footer {
    text-align: center;
    background: none;
    border: none;
    padding: 0 10px 0 10px;
  }
  .webview-modale.onboarding .modal.in .modal-footer .btn, .webview-modale.onboarding .modal-dialog .modal-footer .btn {
    margin-left: 0;
  }

  /*---------------------------------------------------------------
  navigation
  -----------------------------------------------------------------*/
  nav .step_nav .active {
    background-color: #396CFF;
  }
  nav .step_nav li {
    border-right: 1px solid #fff;
    background-color: #797979;
  }
  nav .step_nav li a {
    color: #fff;
    border-bottom: none;
  }
  nav .step_nav li:last-child {
    border-right: none;
  }
  nav ol {
    padding-left: 0 !important;
  }
  nav ol.step_subnav {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  nav ol.step_subnav .active a, nav ol.step_subnav .done a {
    background-color: #396CFF;
    color: #fff;
  }
  nav ol.step_subnav li {
    position: relative;
  }
  nav ol.step_subnav li a {
    color: #396CFF;
    background-color: #fff;
    border: 1px solid #396CFF;
  }
  nav ol.step_subnav li:not(:first-child) {
    margin-left: 25px;
  }
  nav ol.step_subnav li:not(:first-child)::before {
    content: ' ';
    color: #ccc;
    font-size: 13px;
    border-top: 1px solid #396CFF;
    width: 25px;
    left: 0;
    margin-left: -25px;
    position: absolute;
    top: 16px;
  }

  /*---------------------------------------------------------------
  switch
  -----------------------------------------------------------------*/
  .big.webview-switch {
    /* The switch - the box around the slider */
    /* Hide default HTML checkbox */
    /* The slider */
    /* Rounded sliders */
  }
  .big.webview-switch .switch {
    position: relative;
    display: inline-block;
  }
  .big.webview-switch .switch::before {
    content: " " !important;
  }
  .big.webview-switch .switch .checker {
    width: 60px;
    height: 26px;
    display: inline-block !important;
    margin-right: 10px;
  }
  .big.webview-switch .switch .checker span {
    border: none;
  }
  .big.webview-switch .switch .checker .checked {
    height: auto;
    width: auto;
  }
  .big.webview-switch .switch input {
    display: none;
  }
  .big.webview-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .big.webview-switch .slider:before {
    position: absolute;
    border: 1px solid #ccc;
    content: "";
    height: 34px;
    width: 34px;
    left: 0;
    bottom: -4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .big.webview-switch input:checked + .slider {
    background-color: #396CFF;
  }
  .big.webview-switch input:focus + .slider {
    box-shadow: 0 0 1px #396CFF;
  }
  .big.webview-switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  .big.webview-switch .slider.round {
    border-radius: 34px;
    width: auto;
    height: auto;
  }
  .big.webview-switch .slider.round:before {
    border-radius: 50%;
  }

  /*---------------------------------------------------------------
   Exit page
   -----------------------------------------------------------------*/
  .exit {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .exit h3 {
    color: #797979;
    text-align: left;
    padding-right: 10px !important;
    padding-left: 10px !important;
    margin-bottom: 10px;
  }
  .exit p {
    text-align: left;
    margin-bottom: 0 !important;
  }

  #confirmTel p {
    text-align: left;
  }
  #confirmTel .modal-information {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  html.webview .page-18509 div.content-wrapper > section.bloc-edito:not(#disclaimer-bcv):first-child {
    background-color: #f2f2f2 !important;
    padding-top: 0px;
    color: #7dbc6f;
    padding-top: 0;
    padding: 25px 10px 0px;
  }
  html.webview .page-18509 div.content-wrapper > section.bloc-edito:not(#disclaimer-bcv):first-child .content .wysiwyg h1 {
    font-weight: 400;
    text-align: center;
    font-size: 24px;
  }
  html.webview .page-18509 div.content-wrapper > section.bloc-edito:not(#disclaimer-bcv):first-child .content .wysiwyg .h3 {
    font-weight: 400;
    text-align: center;
    font-size: 16px;
  }
  html.webview .page-18509 #section-18510 h1 {
    font-size: 300;
  }
  html.webview .page-18509 #section-18510 h3 {
    color: #797979;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    display: none;
  }
  html.webview .page-18509 #section-18510 .more {
    content: 'En savoir plus';
    color: #797979;
    margin-top: -10px;
    display: block;
    height: 40px;
    text-align: center;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    background-image: url(/bundles/tradedirectonboarding/img/onboarding/mobile_more.svg);
  }
  html.webview .page-18509 #section-18513, html.webview .page-18509 #mentions-bcv {
    display: none;
  }
  html.webview .page-18509 #section-18511 h1 {
    display: none !important;
  }
  html.webview .page-18509 #section-18511 h4 {
    display: none;
  }
  html.webview .page-18509 #section-18511 .col-md-4 > div {
    display: none;
  }
  html.webview .page-18509 #section-18511.detailsVisible .grid-layout .col-md-4 {
    height: auto;
  }
  html.webview .page-18509 #section-18511.detailsVisible .show-details {
    display: block;
  }
  html.webview .page-18509 #section-18511 .show-details {
    background-color: white;
    width: calc(100% + 20px);
    display: none;
    margin-left: -10px;
    margin-bottom: 0px;
  }
  html.webview .page-18509 #section-18511 .show-details .pinned {
    display: none;
  }
  html.webview .page-18509 #section-18511 .show-details .scrollable {
    margin-left: auto;
    padding: 15px;
    overflow: auto;
  }
  html.webview .page-18509 #section-18511 .show-details .scrollable thead {
    display: none;
  }
  html.webview .page-18509 #section-18511 .show-details tr {
    height: auto !important;
    border: none;
    background-color: white;
  }
  html.webview .page-18509 #section-18511 .show-details tr:last-child {
    display: none;
  }
  html.webview .page-18509 #section-18511 .show-details td {
    padding-left: 5px;
  }
  html.webview .page-18509 #section-18511 .show-details th:first-child {
    display: table-cell;
    max-width: 200px;
    white-space: normal;
  }
  html.webview .page-18509 #section-18511 .show-details td, html.webview .page-18509 #section-18511 .show-details th {
    background-color: white;
    border: none;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  html.webview .page-18509 #section-18511 .show-details td .icon-check, html.webview .page-18509 #section-18511 .show-details th .icon-check {
    font-size: 20px;
    color: #009d4d;
  }
  html.webview .page-18509 #section-18511 .show-details td p, html.webview .page-18509 #section-18511 .show-details th p {
    white-space: normal;
    font-size: 14px;
  }
  html.webview .page-18509 #section-18511 .show-details td ul, html.webview .page-18509 #section-18511 .show-details th ul {
    padding-left: 0px;
  }
  html.webview .page-18509 #section-18511 .show-details td ul li, html.webview .page-18509 #section-18511 .show-details th ul li {
    white-space: normal;
    padding-left: 0px;
    font-size: 14px;
    color: #009d4d;
  }
  html.webview .page-18509 #section-18511 .show-details.tab-col1 td:nth-child(3), html.webview .page-18509 #section-18511 .show-details.tab-col1 td:nth-child(4), html.webview .page-18509 #section-18511 .show-details.tab-col1 th:nth-child(3), html.webview .page-18509 #section-18511 .show-details.tab-col1 th:nth-child(4) {
    display: none;
  }
  html.webview .page-18509 #section-18511 .show-details.tab-col2 td:nth-child(2), html.webview .page-18509 #section-18511 .show-details.tab-col2 td:nth-child(4), html.webview .page-18509 #section-18511 .show-details.tab-col2 th:nth-child(2), html.webview .page-18509 #section-18511 .show-details.tab-col2 th:nth-child(4) {
    display: none;
  }
  html.webview .page-18509 #section-18511 .show-details.tab-col3 td:nth-child(2), html.webview .page-18509 #section-18511 .show-details.tab-col3 td:nth-child(3), html.webview .page-18509 #section-18511 .show-details.tab-col3 th:nth-child(2), html.webview .page-18509 #section-18511 .show-details.tab-col3 th:nth-child(3) {
    display: none;
  }
  html.webview .page-18509 #section-18511 .show-details-btn {
    position: absolute;
    bottom: 0;
    margin-bottom: 10px;
    width: 100%;
    height: 50px;
    text-align: center;
    left: 0;
    background-image: url(/bundles/tradedirectonboarding/img/onboarding/mobile_down.svg);
    background-position: center center;
    background-repeat: no-repeat;
  }
  html.webview .page-18509 #section-18511 .slick-slider {
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: linear-gradient(#fff, #fff 15%, #009d4d 15%, #009d4d 85%, #fff 85%);
  }
  html.webview .page-18509 #section-18511 .slick-slider .slick-dots {
    bottom: -40px;
    margin-left: 0;
    padding-left: 0;
  }
  html.webview .page-18509 #section-18511 .slick-slider .slick-dots li button:before {
    font-size: 36px;
  }
  html.webview .page-18509 #section-18511 .slick-slider ul li:before {
    content: '';
  }
  html.webview .page-18509 #section-18511 .slick-slider .arrowLeft.clicked {
    opacity: 0.3;
  }
  html.webview .page-18509 #section-18511 .slick-slider .slick-arrow {
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    height: 40px;
  }
  html.webview .page-18509 #section-18511 .slick-slider .slick-arrow:before {
    content: '';
  }
  html.webview .page-18509 #section-18511 .slick-slider .slick-arrow.slick-prev {
    left: 0;
    margin-left: 5px;
    background-image: url(/bundles/tradedirectonboarding/img/onboarding/mobile_left.svg);
  }
  html.webview .page-18509 #section-18511 .slick-slider .slick-arrow.slick-next {
    right: 0;
    margin-right: 5px;
    background-image: url(/bundles/tradedirectonboarding/img/onboarding/mobile_right.svg);
  }
  html.webview .page-18509 #section-18512 {
    display: none;
  }
  html.webview .page-18509 .grid-layout .col-md-4 {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    background: #009d4d;
    border-radius: 15px;
    width: calc(100% - 90px);
    height: 390px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px 45px;
    overflow: hidden;
    outline: none;
  }
  html.webview .page-18509 strong {
    color: white;
    font-weight: 100;
    font-size: 36px;
    line-height: 36px;
    display: block;
    padding: 20px 36px 6px;
  }
  html.webview .page-18509 .specialTxt {
    display: none;
  }
  html.webview .page-18509 .specialTxt.mobile-only {
    text-transform: capitalize;
    display: block;
    color: white;
  }
  html.webview .page-18509 p[align=center]:nth-child(2) {
    color: white;
  }
  html.webview .page-18509 p[align=center] a.arrowLeft {
    border: 1px solid white;
    border-radius: 4px;
  }
  html.webview .page-18509 p[align=center] a.arrowLeft::before {
    content: "";
  }
  html.webview .page-18509 .circle-text {
    display: block !important;
    margin-bottom: 10px;
    border-radius: 6px;
    width: 150px;
    height: auto;
    padding: 3px !important;
    font-weight: 100;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #797979;
  }
}

@media only screen and (max-width: 992px) {
  html.webview .page-18559 {
    overflow: hidden;
  }
  html.webview .page-18559 .bloc.bloc-edito, html.webview .page-18559 .bloc.bloc-header, html.webview .page-18559 .bloc.bloc-commande {
    display: none;
  }
  html.webview .page-18559 .bloc-iframe .wysiwyg {
    display: none;
  }
  html.webview .page-18559 .content {
    padding: 0;
  }
  html.webview .page-18559 .wysiwyg {
    padding-left: 10px;
    padding-right: 10px;
  }
  html.webview .page-18559 .youth-intro {
    margin-left: 10px;
    margin-right: 10px;
  }
  html.webview .page-18559 .bloc-iframe iframe {
    height: 100vh;
  }
}
@media only screen and (max-width: 992px) {
  html.webview.webview-iframe.page-18559 .youth-tabs, html.webview.webview-iframe.page-18559 .youth-intro {
    display: none;
  }
  html.webview.webview-iframe.page-18559 .youth.youth-header {
    background-color: #e8e8e8;
    padding: 20px 0;
  }
  html.webview.webview-iframe.page-18559 .youth.youth-header .youth-header__title {
    color: #009d4d;
    line-height: 30px;
  }
  html.webview.webview-iframe.page-18559 .youth.youth-header .youth-header__title, html.webview.webview-iframe.page-18559 .youth.youth-header .youth-header__title * {
    font-weight: 100;
  }
  html.webview.webview-iframe.page-18559 .youth.youth-header .plus-icon-container {
    position: relative;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    cursor: pointer;
  }
  html.webview.webview-iframe.page-18559 .youth.youth-header .plus-icon-container img {
    width: 25px;
    height: 25px;
  }
  html.webview.webview-iframe.page-18559 .youth.youth-header .plus-icon {
    position: absolute;
    top: -11px;
    left: 3px;
  }
  html.webview.webview-iframe.page-18559 .youth.youth-header .row {
    display: none;
    text-align: center;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  html.webview.webview-iframe.page-18559 .youth-box--primary {
    color: #fff;
    background-color: #009d4d;
  }
  html.webview.webview-iframe.page-18559 .youth-box--default {
    background-color: #fff;
  }
  html.webview.webview-iframe.page-18559 .tab-content .tab-pane {
    display: none;
  }
  html.webview.webview-iframe.page-18559 .youth-advantages-list li {
    border-bottom: 1px solid #ccc;
  }
  html.webview.webview-iframe.page-18559 .youth-advantages-list li:last-child {
    padding-bottom: 10px !important;
  }
  html.webview.webview-iframe.page-18559 .youth-advantages-list__index {
    float: none !important;
    text-align: center;
    width: 50px;
    height: 50px;
    margin: 0 auto 15px auto;
    border: 1px solid #009d4d;
    border-radius: 50px;
    padding-top: 5px;
  }
  html.webview.webview-iframe.page-18559 .youth-advantages-list .media {
    position: relative;
  }
  html.webview.webview-iframe.page-18559 .youth-advantages-list .media-body {
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    overflow: visible;
  }
  html.webview.webview-iframe.page-18559 .youth-advantages-list .youth-label-container {
    margin: 12px 0;
  }
  html.webview.webview-iframe.page-18559 .youth-advantages-list .youth-card-container {
    margin-top: 12px;
  }
  html.webview.webview-iframe.page-18559 .youth-advantages-list .youth-label {
    width: 160px;
    height: 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 5px;
  }
  html.webview.webview-iframe.page-18559 .youth-advantages-list .youth-label--cold {
    background: none;
    color: #000;
  }
  html.webview.webview-iframe.page-18559 .youth-advantages-list .mrgt0 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #009d4d;
  }
  html.webview.webview-iframe.page-18559 .youth-advantages-list .mrgt0 p {
    text-align: center;
    font-size: 14px;
    font-weight: 100;
  }
  html.webview.webview-iframe.page-18559 .youth-advantages-list .mrgb0 {
    font-weight: 100;
    font-size: 16px;
  }
  html.webview.webview-iframe.page-18559 .mrgb .btn.btn-primary {
    border-radius: 10px;
  }
}

/**
 * Main OnBoarding code
 */
.onboarding#videoConference .modal-dialog {
  width: 75%;
  max-width: 75%;
}

.onboarding#videoConference iframe {
  height: 800px;
}

.content-wrapper {
  padding-bottom: 0;
}

.onboarding-container .page-tradedirect section.bloc > .content {
  padding: 20px 0 20px 0;
  width: 1170px;
  max-width: 100%;
}
.onboarding-container .page-tradedirect section.bloc > .content--landing-onboarding {
  width: auto;
  padding: 30px 0 30px 0;
  margin-left: 0;
  margin-right: 0;
}
.onboarding-container .page-tradedirect section.bloc > .content--landing-onboarding .home-slider-pic ul {
  padding-left: 0;
}
@media only screen and (max-width: 992px) {
  .onboarding-container .page-tradedirect section.bloc > .content--landing-onboarding .home-slider-pic img {
    max-width: inherit;
  }
}
.onboarding-container .page-tradedirect section.bloc > .content--landing-onboarding .product-description {
  text-align: left;
  padding: 20px;
  margin: 0 auto;
  max-width: 1170px !important;
  width: 100%;
}
.onboarding-container .page-tradedirect section.bloc > .content--landing-onboarding .product-description p, .onboarding-container .page-tradedirect section.bloc > .content--landing-onboarding .product-description h2, .onboarding-container .page-tradedirect section.bloc > .content--landing-onboarding .product-description h3, .onboarding-container .page-tradedirect section.bloc > .content--landing-onboarding .product-description h4 {
  color: #fff;
  font-family: Roboto,arial,sans-serif;
}
.onboarding-container .page-tradedirect section.bloc > .content--landing-onboarding .product-description p {
  padding: 20px 0 0 0;
  font-weight: 300;
  line-height: 15px;
  font-size: 13px;
}
.onboarding-container .page-tradedirect section.bloc > .content--landing-onboarding .product-description p:first-child strong {
  padding-top: 0;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 20px;
}
.onboarding-container .page-tradedirect section.bloc > .content--landing-onboarding .product-description h2 {
  font-weight: 300;
  padding: 0 0 30px 0;
  margin-bottom: 0;
  font-size: 35px;
  line-height: 41px;
}
.onboarding-container .page-tradedirect section.bloc > .content--landing-onboarding .product-description h4 {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}
.onboarding-container .page-tradedirect section.bloc > .content--landing-onboarding .product-description .onboarding__open_account_box {
  background: transparent;
}
.onboarding-container .page-tradedirect section.bloc > .content--landing-onboarding .product-description .btn.open-eligibility {
  font-weight: 700;
  text-transform: uppercase;
}
.onboarding-container .page-tradedirect section.bloc > .content--confirmation, .onboarding-container .page-tradedirect section.bloc > .content--landing-onboarding {
  background-color: #F2F4F6;
  margin-top: 0;
}
.onboarding-container .page-tradedirect section.bloc > .content--confirmation {
  width: 1440px;
  padding: 30px 135px 30px;
}
.onboarding-container .page-tradedirect section.bloc > .content--confirmation .highlight {
  color: #525F7F;
}
.onboarding-container .page-tradedirect section.hidden {
  display: none !important;
}
.onboarding-container .page-tradedirect h1, .onboarding-container .page-tradedirect h2, .onboarding-container .page-tradedirect h3, .onboarding-container .page-tradedirect h4 {
  color: #525F7F;
}
.onboarding-container .page-tradedirect h5, .onboarding-container .page-tradedirect h6 {
  color: #000;
}
.onboarding-container .page-tradedirect h1 {
  font-size: 50px;
}
.onboarding-container .page-tradedirect h2 {
  font-size: 35px;
}
.onboarding-container .page-tradedirect h3 {
  font-size: 28px;
}
.onboarding-container .page-tradedirect h4 {
  font-size: 20px;
}

.onboarding {
  margin-top: 0;
}
.onboarding-footer {
  padding-top: 0;
}
.onboarding .btn.btn-secondary {
  border: 1px solid #396CFF;
  background: #ddebe1;
  color: #396CFF;
  transition: background-color, color, .2s;
}
.onboarding .btn.btn-secondary:focus, .onboarding .btn.btn-secondary:active, .onboarding .btn.btn-secondary:hover {
  background: #396CFF;
  color: #fff;
}
.onboarding .btn.btn-main {
  background: #396CFF;
  border-radius: 20px;
  transition: opacity, .2s;
}
.onboarding .bloc-download {
  margin-bottom: 30px;
}
.onboarding .bloc-download #downloadPdf {
  font-weight: bold;
  line-height: 18px;
  width: 370px;
  padding: 13px;
}
.onboarding .icon-error-form {
  visibility: hidden;
}
.onboarding .error-msg {
  color: #FF5B5B;
  font-size: 15px;
}
.onboarding .alert-success {
  background-color: #396CFF;
  margin-bottom: 30px;
}
.onboarding .alert-success p {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 25px;
}
.onboarding .alert-success.highlight p {
  margin-bottom: 0;
}
.onboarding .notif-wrapper.error,
.onboarding .notif-wrapper.reject {
  background: #FF5B5B;
}
.onboarding .notif-wrapper.error .icon-close,
.onboarding .notif-wrapper.reject .icon-close {
  background: #ff8c8c;
}
.onboarding form button[type=SUBMIT] span {
  margin-left: 5px;
  top: 1px;
}
.onboarding form .error .form-control {
  border: 2px solid #FF5B5B;
}
.onboarding .form-control {
  border: 1px solid #CECECE;
  border-radius: 4px;
  background-color: #F2F4F6;
}
.onboarding .form-control.error {
  border: 2px solid #FF5B5B;
}
.onboarding .btn {
  height: 44px;
  border-radius: 4px;
  background-color: #396CFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.onboarding .icon-arrowLeft {
  height: 30px;
}
.onboarding .icon-arrowRight {
  height: auto;
}
.onboarding .icon-arrowRight::before {
  content: url(/bundles/tradedirectonboarding/img/onboarding/icon_next_arrow_white.svg) !important;
  margin-left: 5px;
}
.onboarding .icon-arrowLeft::before {
  content: url(/bundles/tradedirectonboarding/img/onboarding/icon_back_arrow_white.svg) !important;
  position: relative;
  top: -1px;
}
.onboarding .btn.btn-primary {
  background: #396CFF;
  border-color: #396CFF;
  border-radius: 4px;
  font-size: 15px;
}
.onboarding .btn.btn-primary:hover {
  background: #6c92ff;
  border-color: #6c92ff;
}
.onboarding .checkbox.input-wrap.active,
.onboarding .radio.input-wrap.active {
  background: #d3dced;
}
.onboarding label,
.onboarding .no-webview-elem-conditions, .onboarding .connection-mode {
  font-size: 15px;
  line-height: 18px;
  color: #525F7F;
  font-weight: 400;
}
.onboarding .blockCgu {
  height: 500px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.onboarding .blockCgu h2, .onboarding .blockCgu h4 {
  font-weight: 500;
}
.onboarding .blockCgu h2 {
  padding-bottom: 0;
}
.onboarding .blockCgu h4 {
  padding: 0;
  margin: 20px 0 20px 0;
}
.onboarding .blockCgu p {
  line-height: 20px;
  margin-bottom: 15px;
  font-size: 15px;
}
.onboarding .validationCgu {
  margin-top: 25px;
}
.onboarding .validationCgu .disabled {
  cursor: default;
  color: #aaa;
}

.onboarding .back {
  background-color: transparent;
  border: none;
  color: #396CFF;
  font-size: 18px;
  display: block;
  margin-bottom: 30px;
}

.onboarding .back span {
  margin-right: 5px;
  font-size: 14px;
}

.onboarding h3 {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0;
  margin-left: 0;
  width: 100%;
  margin-right: 15px;
}

.onboarding a {
  color: #396CFF;
}

.onboarding .iframe_container {
  position: relative;
  padding: 35px 0 56.25%;
  height: 0;
  overflow: hidden;
}

.onboarding iframe {
  position: absolute;
  top: 0;
  display: block;
  margin: 30px auto;
  width: 100%;
  height: 600px;
}

.onboarding fieldset {
  position: relative;
}

.onboarding p {
  color: #525F7F;
  font-size: 18px;
  font-weight: 400;
  word-wrap: break-word;
  line-height: 30px;
}

.onboarding ol, .onboarding ul {
  padding-left: 15px;
  list-style-position: inside;
  font-size: 16px;
}

.onboarding .btn {
  color: #fff;
}

.onboarding .btn-sign {
  background: #ddebe1;
  color: #404040;
}

.onboarding .btn.btn-primary[disabled] {
  opacity: .35;
}

.onboarding .align-middle {
  display: inline-block;
}

.onboarding .border {
  border: 1px solid #f2f2f2;
  margin-bottom: 20px;
  padding: 15px;
}

.onboarding ol li:before {
  content: '';
}

.onboarding .highlight_text {
  font-size: 25px;
  font-weight: 300;
  line-height: 1.25;
}

.onboarding .highlight p {
  font-size: 18px;
  width: 770px;
  margin-bottom: 30px;
}

.onboarding .procedure {
  list-style: none;
}

.onboarding .procedure li {
  margin-bottom: 15px;
}

.onboarding .procedure li:before {
  display: inline-block;
  vertical-align: middle;
  content: '\25A0';
  margin-right: 10px;
  color: #396CFF;
}

.onboarding .procedure p {
  display: inline-block;
  vertical-align: middle;
  margin-top: 11px;
  max-width: 80%;
}

.onboarding.modal.in .modal-dialog {
  margin-top: 0 !important;
}
@media only screen and (min-width: 993px) {
  .onboarding.modal.in .modal-dialog {
    top: 20px !important;
  }
}

@media only screen and (min-width: 993px) {
  #verifEligilibity .modal-footer, #verify-eligibility .modal-footer, #pdfTan .modal-footer, #mTan .modal-footer {
    margin-top: 0;
    padding: 0;
    border-top: none;
  }
}
.onboarding.modal li {
  font-size: 13px;
}

.onboarding.modal .highlight_block li {
  font-size: 16px;
}

.onboarding.modal .highlight_block p {
  font-size: 20px;
}

.onboarding.modal .highlight_block .pad {
  padding-top: 20px;
  right: -78px;
  top: -58px;
}

.onboarding.modal p {
  font-size: 15px;
  margin-top: 15px;
  color: #525F7F;
}

.onboarding.modal .modal-dialog-large {
  width: 50%;
  max-width: 50%;
}

@media screen and (max-width: 767px) {
  .onboarding.modal .modal-dialog-large {
    max-width: none;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .onboarding.modal .modal-dialog-medium {
    max-width: none;
    width: auto;
  }
}
.onboarding.modal .modal-content button.close {
  width: 21px;
  height: 21px;
  font-size: 18px;
  background: #396CFF;
}

.onboarding.modal .modal-content button.close:focus, .onboarding.modal .modal-content button.close:active, .onboarding.modal .modal-content button.close:hover {
  transform: none;
}

@media screen and (max-width: 540px) {
  .onboarding.modal .modal-content .btn.btn-sign {
    display: block;
    margin-bottom: 15px;
  }
}
.onboarding.modal .modal-footer .btn {
  margin-left: 20px;
  margin-bottom: 10px;
}

.onboarding .pull-bottom {
  margin-top: 26px;
}

.onboarding .btn-link {
  color: #396CFF;
  padding: 0;
}

.onboarding .bloc-commande h3 {
  text-align: center;
}

.onboarding .bloc-commande .video {
  border-left: 1px solid #ccc;
}

.onboarding .visual {
  margin-top: 15px;
}

.onboarding .buy .btn-primary {
  margin-top: 20px;
}

.onboarding .check {
  display: inline-block;
  margin-top: 40px;
}

.onboarding .circle-text h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
}

.onboarding .bloc-commande.have-document {
  padding-top: 0 !important;
  background-color: #fff !important;
}

h1.onboarding .token {
  font-size: 18px;
  position: relative;
  top: 13px;
  vertical-align: top;
}

.highlight_block, .safe_block {
  padding: 15px 10px;
  margin-bottom: 25px;
  background: #fff;
}

.highlight_block .title, .safe_block .title {
  font-size: 20px;
  font-weight: bold;
}

.highlight_block li, .safe_block li {
  font-size: 16px;
  font-weight: 300;
  margin-left: 25px;
  color: #525F7F;
}

.highlight_block li:before, .safe_block li:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  content: '\2022';
  color: #396CFF;
}

.highlight_block aside, .safe_block aside {
  position: relative;
  border-left: 1px solid #fff;
  padding: 15px;
}

@media only screen and (max-width: 992px) {
  .highlight_block aside, .safe_block aside {
    border-left: 0;
    border-top: 1px solid #fff;
    margin-top: 15px;
    text-align: center;
  }
}
.highlight_block aside p, .safe_block aside p {
  font-size: 20px;
  font-weight: 500;
}

.highlight_block aside p:nth-child(2), .safe_block aside p:nth-child(2) {
  color: #396CFF;
}

.highlight_block aside small, .safe_block aside small {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  color: #525F7F;
}

.highlight_block .pad, .safe_block .pad {
  position: absolute;
  top: -70px;
  right: -70px;
  width: 100px;
  height: 100px;
  padding-top: 23px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  background: #396CFF;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .highlight_block .pad, .safe_block .pad {
    position: relative;
    top: 0;
    right: auto;
    left: auto;
    margin: 0 auto 20px;
  }
}
.step_block {
  padding: 25px;
  margin-bottom: 25px;
  background: #e7f7e7;
}

.safe_block {
  padding: 10px 20px;
  margin: 40px -10px 70px;
  background: #707070;
  font-size: 14px;
  color: #fff;
}

.safe_block img {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
}

@media only screen and (max-width: 992px) {
  .safe_block img {
    margin-top: 0;
  }
}
@media only screen and (max-width: 992px) {
  .safe_block {
    text-align: center;
  }
}
@media only screen and (max-width: 992px) {
  .safe_block > div {
    margin-top: 15px;
  }
}
.safe_block ul {
  padding-left: 5px;
}

.safe_block ul.precision li:before {
  content: '\02c3';
  font-size: 10px;
}

.safe_block li {
  margin-left: 0;
  margin-bottom: 10px;
  font-size: 14px;
}

.safe_block li:before {
  color: #fff;
}

.safe_block li a {
  text-decoration: underline;
}

.safe_block a {
  color: #fff;
}

.reinssurance_block {
  background: #f2f2f2;
  padding: 20px;
  margin-top: 20px;
}

@media only screen and (max-width: 992px) {
  .reinssurance_block {
    text-align: center;
  }
}
.reinssurance_block img {
  display: inline-block;
  margin-top: 10px;
}

.reinssurance_block .btn {
  margin-top: 20px;
}

.reinssurance_block .sign_procedure {
  padding-left: 10px;
}

.reinssurance_block ul {
  padding: 0;
}

.reinssurance_block ul li:before {
  content: '\2022';
  font-size: 10px;
  padding-right: 3px;
}

.reinssurance_block ul a {
  text-decoration: underline;
  color: #000;
}

.reinssurance_block + .safe_block {
  margin-top: 0;
}

.list_step {
  margin: 35px 0;
  text-align: center;
  letter-spacing: -.31em;
}

.list_step li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 0;
  float: none;
  letter-spacing: normal;
}

.list_step li:not(:first-child):before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-family: 'icon';
  display: inline-block;
  content: '\e604';
  color: #ccc;
  font-size: 26px;
}

@media only screen and (max-width: 992px) {
  .list_step li:not(:first-child):before {
    display: none;
  }
}
.list_step strong {
  display: block;
  font-size: 15px;
}

.list_step p {
  font-size: 15px;
  font-weight: 300;
}

.list_step .step {
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 15px;
  background: #a6d09e;
  border: 5px solid #7dbc6f;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: #fff;
}

.list_step.sign .step {
  padding-top: 29px;
}

.step_nav {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.onboarding .step_nav {
  padding-left: 0;
}

.step_nav li {
  display: table-cell;
  vertical-align: bottom;
  width: 32%;
  text-align: center;
}

.step_nav li:not(:last-child) a {
  margin-right: 1%;
}

.step_nav a {
  display: block;
  padding: 14px 7px;
  border-bottom: 3px solid #f2f2f2;
  color: #ccc;
  pointer-events: none;
  font-size: 15px;
}

.step_nav .done a {
  border-bottom-color: #797979;
}
@media only screen and (min-width: 993px) {
  .step_nav .done a {
    color: #797979;
  }
}

.step_nav .active a {
  border-bottom-color: #396CFF;
  pointer-events: auto;
}
@media only screen and (min-width: 993px) {
  .step_nav .active a {
    color: #396CFF;
  }
}

.step_subnav {
  text-align: center;
}

.step_subnav a {
  pointer-events: none;
}

.step_subnav fieldset a {
  pointer-events: all;
}

.step_subnav li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 14%;
}

@media only screen and (max-width: 992px) {
  .step_subnav li {
    width: auto;
  }
}
.step_subnav li a {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  line-height: 33px;
}

@media only screen and (min-width: 993px) {
  .onboarding .step_subnav li a {
    color: #ccc;
  }
}

.step_subnav li p {
  margin-top: 5px;
  font-size: 14px;
  line-height: 20px;
  color: #525F7F;
}

@media only screen and (max-width: 992px) {
  .step_subnav li p {
    display: none;
  }
}
.step_subnav li.active a {
  pointer-events: auto;
  border: 1px solid #396CFF;
}
@media only screen and (min-width: 993px) {
  .step_subnav li.active a {
    color: #525F7F;
    font-weight: bold;
    background: #d3dced;
  }
}

.step_subnav li.done a {
  border: 1px solid #396CFF;
}
@media only screen and (min-width: 993px) {
  .step_subnav li.done a {
    color: #000;
  }
}

.step_subnav li:not(:first-child) {
  margin-left: 60px;
}

@media screen and (max-width: 540px) {
  .step_subnav li:not(:first-child) {
    margin-left: 40px;
  }
}
.step_subnav li:not(:first-child):before {
  position: absolute;
  top: 10px;
  left: -35px;
  font-family: 'icon';
  display: inline-block;
  vertical-align: middle;
  content: '\e604';
  color: #ccc;
  font-size: 13px;
}

@media screen and (max-width: 540px) {
  .step_subnav li:not(:first-child):before {
    left: -25px;
  }
}
@media screen and (max-width: 767px) {
  .bottom_nav {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .bottom_nav .pull-left, .bottom_nav .pull-right {
    float: none !important;
  }
}
@media screen and (max-width: 767px) {
  .bottom_nav .pull-left {
    display: block;
    margin-bottom: 15px;
  }
}
.onboarding .wrap-pop-tool > label {
  display: block;
}

.onboarding .has_info label {
  margin-right: 15px;
}

.onboarding label + .info-icon-btn {
  top: 0;
}

.onboarding span.btn {
  padding: 6px 9px;
  margin-bottom: 0;
}

.onboarding .explain ul {
  padding-left: 0;
}

.onboarding .explain p, .onboarding .explain li {
  font-size: 13px;
}

.onboarding .label_verif {
  margin: 0;
  font-size: 15px;
  line-height: 18px;
  color: #999;
  text-align: right;
  padding-bottom: 10px;
  padding-top: 5px;
}

.onboarding .input_verif {
  text-align: left;
  margin-bottom: 0;
}

.onboarding .edit_verif {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 10px;
}

.onboarding .edit_verif span {
  display: block;
  text-align: center;
  padding: 10px 7px;
  background: #d3dced;
}

.onboarding .big label {
  cursor: pointer;
}
@media only screen and (min-width: 993px) {
  .onboarding .big label {
    font-size: 13px;
  }
}

.onboarding .half, .onboarding .quarter, .onboarding .three_quarter {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}

.onboarding .half:first-of-type, .onboarding .quarter:first-of-type, .onboarding .three_quarter:first-of-type {
  margin-right: 15px;
}

.onboarding .quarter {
  width: 20%;
}

.onboarding .three_quarter {
  width: 76%;
}

@media screen and (max-width: 540px) {
  .onboarding .three_quarter {
    width: 74%;
  }
}
.onboarding .infoBlock li {
  font-size: 13px;
}

.onboarding fieldset h2 {
  position: relative;
  top: -15px;
}

.onboarding .welcome_banner {
  width: 100%;
}

.onboarding__informations__content {
  height: 241px;
  width: 370px;
  border-radius: 4px;
  background-color: #fff;
}

.last .onboarding__informations__content {
  border-right: none;
}

.onboarding__informations__panel {
  background-color: #f2f2f2;
  margin-bottom: 30px;
}

.onboarding__informations__wrapper {
  padding: 2rem 0;
}

.onboarding__informations__content img {
  margin-left: 154px;
  margin-top: 20px;
}

.onboarding__informations__content p {
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
  text-align: center;
  color: #525F7F;
  text-transform: uppercase;
}

.onboarding__informations__content p:last-child {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin-top: 20px;
  text-transform: none;
}

.last .onboarding__informations__content {
  border-right: none;
}

.onboarding__informations__panel {
  background-color: #f2f2f2;
}

.onboarding__informations__wrapper {
  padding: 2rem 0;
}

.onboarding__informations__content p {
  padding-top: 25px;
  padding-right: 0.2rem;
}

.onboarding__document__content {
  padding: 1rem;
}

.onboarding__document__panel {
  background-color: #f2f2f2;
}

.onboarding__document__wrapper {
  padding-top: 1rem;
  text-align: center;
}

.onboarding__document__content img {
  margin-top: -1rem;
}

.onboarding__document__content p {
  padding-top: 1rem;
  padding-right: 0.2rem;
}

.onboarding__document__content {
  padding: 1rem;
}

.onboarding__document__panel {
  background-color: #396CFF;
  color: #fff;
}

.onboarding__document__wrapper__title {
  padding-top: 1rem;
  text-align: center;
}

.onboarding__document__content img {
  margin-top: -1rem;
}

.onboarding__document__content p {
  padding-top: 1rem;
  padding-right: 0.2rem;
}

.onboarding__document__wrapper__title p {
  padding-top: 1rem;
}

.onboarding .onboarding-two_way {
  height: 42px;
}

.onboarding .download_block {
  padding-top: 2rem;
  padding-bottom: 1rem;
  text-align: center;
}

.onboarding .btn.btn-default {
  background-color: #ddebe1;
  color: #396CFF;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 500;
  border-color: #396CFF;
}

.fund_source li {
  display: inline-block;
  vertical-align: top;
}

.upload_done {
  padding-left: 20px;
}

.onboarding .list_declaration {
  padding: 0;
}

.list_declaration li {
  margin: 0 5px 10px 0;
}

.list_declaration .text-individual {
  color: #525F7F;
  font-size: 15px;
  line-height: 18px;
}
.list_declaration .text-individual a {
  color: #396CFF;
}

.list_declaration li > div {
  min-height: 80px;
  border-bottom: 1px solid #ccc;
}

.list_declaration label {
  font-size: 13px;
}

.list_declaration .icon_step {
  display: inline-block;
  margin-bottom: 10px;
  border: 5px solid #7d7dbc;
  background: #a8a8d0;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  color: #fff;
}

.list_declaration .icon_step.done {
  background: #7dbc6f;
  border-color: #a6d09e;
}

.list_declaration .icon_step img {
  position: relative;
  top: 50%;
  margin-top: -18px;
}

@media only screen and (min-width: 993px) {
  div.checker {
    display: inline-block !important;
  }
}

.list_declaration div.checker {
  float: left;
  margin-right: 5px;
}
@media only screen and (min-width: 993px) {
  .list_declaration div.checker {
    display: block;
  }
}

.list_declaration label.checker {
  max-width: 95%;
}

.list_declaration aside {
  text-align: center;
}

.list_declaration p {
  color: #ccc;
  font-size: 15px;
}

.list_declaration .form-group {
  position: relative;
}

.list_declaration .form-group .input-wrap .checkbox, .list_declaration .form-group .input-wrap .radio {
  float: none;
}

.list_declaration .form-group .input-wrap label {
  padding-left: 0;
}

.list_declaration .checkbox span[class^="col-"] {
  position: relative;
  top: -5px;
}

.list_declaration .checkbox label {
  display: inline-block;
}

.list_declaration .infoBlock {
  font-size: 13px;
}

.list_declaration ol li {
  list-style-type: decimal;
}

.list_declaration .info-icon-btn[data-target="#infoAyantDroit"] {
  top: 0;
}

form .group.optional {
  position: relative;
  top: -20px;
  background: #fafafa;
  border: 1px solid #f2f2f2;
}

/* dropzone */
fieldset .dropzone {
  border: 2px dashed #ccc;
}

.dz-default:before {
  display: block;
  content: "\e142";
  font-size: 24px;
  font-family: 'Glyphicons Halflings';
}

.form-control.money {
  display: inline-block !important;
  margin-right: 5px;
  max-width: calc(100% - 35px);
  margin-bottom: 10px;
}

.confirm_account_opening {
  padding: 20px 0;
}

.confirm_account_opening {
  padding: 20px 0;
}

.highlight_block .final_step ul {
  padding-left: 0;
}

.highlight_block .final_step li {
  margin-left: 0;
}

@media screen and (max-width: 990px) {
  .final {
    text-align: center;
  }
}
.final_step {
  border-left: 1px solid #f2f2f2;
}

@media screen and (max-width: 990px) {
  .final_step {
    border-top: 1px solid #f2f2f2;
    border-left: 0;
    margin-top: 20px;
    padding-top: 20px;
    text-align: left;
  }
}
.final_step li {
  margin-bottom: 5px;
}

.final_step div {
  width: 15%;
  text-align: center;
}

.final_step p {
  width: 79%;
}

@media screen and (max-width: 540px) {
  .final_step p {
    padding-left: 20px;
    box-sizing: border-box;
  }
}
.final_step div, .final_step p {
  display: inline-block;
  vertical-align: middle;
}

.final_step li:before {
  content: '';
}

.alert-success img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.ui-autocomplete-loading {
  background: transparent url("/bundles/tradedirectonboarding/img/onboarding/ui-anim_basic_16x16.gif") no-repeat scroll 98% center;
}

.modal .list_declaration .error-msg {
  color: #FF5B5B;
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 18px;
}

.has-info > label, .has-info .checkbox > label {
  display: inline-block;
  max-width: calc(100% - 30px);
}

.pick {
  color: #396CFF;
  text-decoration: underline;
}

.pick:focus, .pick:active, .pick:hover {
  color: #000;
}

.fancy_popin .modal-content {
  padding: 0;
  border: 0;
}

.fancy_popin .modal-content .modal-body {
  padding: 30px;
}

.fancy_popin .modal-content li:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  content: '\2022';
  color: #396CFF;
}

.fancy_popin .modal-content ul {
  margin-bottom: 20px;
}

.fancy_popin .modal-header {
  background: #396CFF;
  color: #fff;
}

.fancy_popin .modal-header img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

@media screen and (max-width: 990px) {
  .fancy_popin .modal-header img {
    display: block;
    margin: 10px auto;
  }
}
.fancy_popin .modal-footer {
  background: #f2f2f2;
  margin-top: 0;
  text-align: right;
}

@media screen and (max-width: 990px) {
  .fancy_popin .modal-footer {
    text-align: center;
  }
}
.fancy_popin .modal-footer .btn {
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 990px) {
  .fancy_popin .modal-footer .btn {
    margin: 10px 0;
  }
}
.btn.btn-main:focus, .btn.btn-main:active, .btn.btn-main:hover {
  opacity: .8;
}

@media screen and (min-width: 991px) {
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
  }
}
p.modal-information {
  font-size: 11px;
  font-style: italic;
}

.order .btn.ordered {
  background: #fff;
  color: #396CFF;
  font-size: 18px !important;
  border: 0;
  background-image: url(/bundles/tradedirectonboarding/img/onboarding/check.svg);
  background-repeat: no-repeat;
  background-size: 25px 35px;
  padding-left: 30px;
  display: block;
}

.row.reinssurance {
  margin-top: 20px;
}

.radios .form-control {
  border: none;
  -webkit-box-shadow: none;
  padding-top: 0;
}

.input_verif .inputs input {
  margin-top: -8px;
}

.input_verif .inputs .checker input {
  margin-top: 0;
}

.stepSubmit {
  margin-top: 12px;
}

.edit_verif:hover {
  text-decoration: underline;
  cursor: pointer;
}

.inputs .selector {
  margin-top: -9px;
  display: block;
}

.error .form-control {
  border-left-width: 5px;
  border-right-width: 35px;
  border-color: #FF5B5B;
  color: #FF5B5B;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.error .form-control + [class^="icon-"],
.error .form-control + [class*=" icon-"] {
  display: block;
}

.error textarea {
  border-left-width: 5px;
  border-right-width: 5px;
  border-color: #FF5B5B;
  color: #FF5B5B;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.error [class^="icon-"],
.error [class*=" icon-"] {
  position: absolute;
  right: 14px;
  top: 28px;
  display: none;
}

.error.income [class^="icon-"],
.error.income [class*=" icon-"] {
  right: 48px;
}

.error [class^="icon-"]:before,
.error [class*=" icon-"]:before {
  color: #fff;
  font-size: 23px;
}

.inputs.form-group {
  margin-bottom: 0;
  margin-top: -8px;
}

.inputs.wrap-pop-tool.radios {
  margin-bottom: 15px;
  margin-top: -4px;
}

.inputs > .money {
  display: block;
}

.inputs div.selector.disabled {
  background: url(/bundles/bcvsite/img/vendor/uniform/sprite.png) 100% -771px no-repeat;
  background-color: #f2f2f2;
}

.inputs div.selector .form-control[disabled], .inputs div.selector .form-control[readonly], .inputs div.selector fieldset[disabled] {
  opacity: 0;
}

.inputs div.selector.disabled span, .inputs div.selector.disabled.active span {
  background: none;
}

.inputs .checker {
  margin-top: 0;
}

.value {
  margin-top: -4px;
  text-align: left;
}

.leftSeparator {
  border-left: 1px #fff solid;
}

.checkboxInterestedFamilyFormula {
  margin-bottom: 20px;
}

.blockFamilyFormula .formula-content {
  max-height: 150px;
  overflow: auto;
}

.diven_step0_company_not_found, .diven_step0_company_creation {
  background: #e8f5fe !important;
}

.diven_step0_company_search_label {
  margin-top: 10px;
}

.diven_step3_resume, .diven_step4_resume {
  padding: 10px;
}

.diven_step3_resume_info, .diven_step4_resume_info {
  display: inline-block;
  border: 1px solid #f2f2f2;
  margin: 10px;
  width: calc(100% - 50px);
  padding: 15px;
  line-height: 18px;
}

.diven_step3_resume_info:hover, .diven_step4_resume_info:hover {
  background-color: #f2f2f2;
}

.diven_step3_resume_left, .diven_step4_resume_left {
  width: 70%;
  font-size: 18px;
}

.diven_step3_resume_right, .diven_step4_resume_right {
  float: right;
  display: inline-block;
}

.diven_step3_resume_right_label {
  display: none;
}

.diven_step4_resume_right_label {
  display: none;
  line-height: 26px;
  vertical-align: middle;
}

.diven_step3_resume_info:hover .diven_step3_resume_right_label, .diven_step4_resume_info:hover .diven_step4_resume_right_label {
  color: #40B579;
  display: block;
}

.diven_step3_detail, .diven_step4_detail {
  display: none;
  border: 1px solid #f2f2f2;
  margin: 10px;
  width: calc(100% - 50px);
  padding: 15px;
}

.diven_step4_signature .form-control {
  padding: 2px 12px;
  height: 26px;
}

.diven_step3_resume_select, .diven_step4_resume_select {
  display: inline-block;
}

.diven_step4_signature label {
  display: none;
}

.diven_step4_name {
  display: inline-block;
  width: 250px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 26px;
  vertical-align: middle;
}

.diven_step4_signature {
  display: inline-block;
  width: 200px;
  margin-top: -3px;
}

#diven_step5_table {
  width: 100%;
  margin-top: 20px;
  border-bottom: 1px rgba(242, 242, 242, 0.73) solid;
}
#diven_step5_table th {
  background-color: #fff;
  border-right: 1px rgba(242, 242, 242, 0.73) solid;
}

.step5_col-edoc {
  border-right: 1px #bbb solid !important;
}

#diven_step5_table td {
  background-color: #fff;
  border-color: rgba(242, 242, 242, 0.73);
  border-bottom: none;
  text-align: center;
}

.diven_step5_col-large {
  width: 18%;
  text-align: center;
}

.diven_step5_col-fit {
  width: 12%;
  text-align: center;
}

.diven_step5_col-auto {
  text-align: center;
}

#diven_step5_table td.step5_col-payment_collective, #diven_step5_table td.step5_col-payment_individual {
  background-color: rgba(242, 242, 242, 0.73);
}
#diven_step5_table td.step5_col-payment_collective img, #diven_step5_table td.step5_col-payment_individual img {
  width: 16px;
  height: 16px;
}
#diven_step5_table td.step5_col-name {
  text-align: right;
}

.diven_description_list {
  list-style-type: circle;
}

.diven_step6_description {
  padding: 1em 0;
}

.diven_step6_actions {
  display: flex;
  justify-content: center;
}
.diven_step6_actions .btn {
  margin: 1em;
}

.diven_step6_collapsible {
  display: none;
}

.diven_step7_edit_verif {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 10px;
}
.diven_step7_edit_verif span {
  display: block;
  text-align: center;
  padding: 10px 7px;
  background: #d3eddc;
}

.diven_step7_confirm_wrapper {
  margin-bottom: 20px;
}

.diven_step7_label {
  padding-top: 4px;
}

.diven-person-attachements__file {
  padding: 10px;
}

.diven-person-attachements__file__title {
  font-size: 14px;
}

.diven-person-attachements__name {
  text-align: left;
  margin-bottom: 0;
  font-size: 24px;
}

div.onboarding__open_account_single {
  background: #F2F4F6;
  text-align: center;
}

.onboarding__open_account_box {
  background: #ddebe1;
}

.onboarding__open_account_box img {
  margin-bottom: 16px;
  height: 40px;
}

.onboarding__open_account_box-left {
  border-right: 10px solid white;
  padding: 10px;
}

.onboarding__open_account_box-right {
  border-left: 10px solid white;
  padding: 10px;
}

.webview-elem.onboarding__open_account_box-left {
  border-right: 0;
}

.webview-elem.onboarding__open_account_box-right {
  border-left: 0;
}

.row.onboarding__open_account_box.webview-elem {
  border-radius: 10px;
}

#open_account_with_formula div.onboarding__open_account_box {
  background-color: inherit;
  border: 0 solid transparent;
}

#open_account_with_formula .onboarding__open_account_box img {
  display: none;
}

.onboarding-modal-requirement {
  text-align: left;
  padding-left: 15px;
}

.onboarding__step4_column {
  border-left: 1px solid #e8e8e8;
  padding-bottom: 20px;
  text-align: center;
}
.onboarding__step4_column_header {
  color: #396CFF;
}

.col-joint-width {
  width: 44%;
  float: left;
}

.onboarding__step5_step1_title {
  padding: 9px 0;
}
.onboarding__step5_row {
  margin-bottom: 20px;
}
.onboarding__step5_row > div {
  padding: 4px;
}
.onboarding__step5_joint_group {
  width: 28%;
}
.onboarding__step5_joint_left_header > div:not(:first-child) {
  padding-bottom: 10px;
}
.onboarding__step5_joint_content {
  padding-top: 10px;
  padding-bottom: 55px;
}
.onboarding__step5_joint_content > div {
  padding-bottom: 20px;
}
.onboarding__step5_joint_content > div > div {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.onboarding__step5_joint_content > div:not(:first-child), .onboarding__step5_joint_content div.joint_step1_padding {
  padding-bottom: 10px;
}
.onboarding__step5_joint_content > div.joint_step4_padding {
  padding-bottom: 40px;
}
.onboarding__step5_joint_content_header {
  padding-bottom: 10px;
}
.onboarding__step5_joint_step1_title {
  padding-top: 10px;
  margin-bottom: 20px;
}
.onboarding__step5_content {
  margin: 0 6px;
  text-align: left;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}
.onboarding__step5_content_header {
  color: #396CFF;
}
.onboarding__step5_left_header {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  color: #999;
  text-align: right;
}
.onboarding__step5_left_header_title {
  font-weight: 500;
  color: #333;
  font-size: 18px;
}
.onboarding__step5_edit_button {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  color: #ccc;
  font-size: 10px;
}
.onboarding__step5_edit_button:hover {
  text-decoration: underline;
  cursor: pointer;
}
.onboarding__step5_edit_button span {
  display: block;
  text-align: center;
  padding: 10px 7px;
  background: #d3eddc;
}

/* -- STEP 9 -- */
.step9.person-container {
  margin-bottom: 40px;
}
.step9.attachment-joint fieldset {
  border: none;
}

@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.dropzone, .dropzone * {
  box-sizing: border-box;
}

.dropzone {
  border: 1px solid #ededed;
  background: #f0f0f0;
  padding: 10px 10px;
  border-radius: 4px;
}
@media screen and (max-width: 992px) {
  .dropzone {
    margin-top: 20px;
  }
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started {
  background: #fff;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  text-align: center;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  text-align: center;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  text-align: center;
  border-radius: 2px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  position: relative;
  z-index: 99;
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
  border-radius: 2px;
  overflow: hidden;
  width: 70px;
  height: 70px;
  position: relative;
  display: inline-block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 35%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 0;
  left: 110px;
  width: 140px;
  min-height: 70px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: 30px;
  left: -6px;
  width: 0;
  height: 0;
  border-right: 6px solid #be2626;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/bundles/tradedirectsite/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/bundles/tradedirectsite/fonts/slick.eot');
    src: url('/bundles/tradedirectsite/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/bundles/tradedirectsite/fonts/slick.woff') format('woff'), url('/bundles/tradedirectsite/fonts/slick.ttf') format('truetype'), url('/bundles/tradedirectsite/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
