@charset "UTF-8";

/* Fichier généré par un préprocesseur CSS
   ========================================================================== */
:root {
  /*** Univers ***/
  --color--primary: #283276;
  --color--primary-hover: #20285E;
  --color--primary-active: #181E47;
  /*** Utils ***/
  --ft--contrasted-border-width: 0;
  --ft--contrasted-hidden: block;
  /*** Global ***/
  --ft-light-border: #e6e7e8;
  --ft-text-color: #58595b;
  --ft-light-hover-bg: #e6e7e8;
  /*** Status ***/
  --ft--toaster-border-width: 0 0 0 0.3125rem;
  --ft--color-error: #a00d10;
  --ft--border-error: #fae3e7;
  --ft--bg-error: #fff6f6;
  --ft--icon-error: var(--ft--color-error);
  --ft--color-success: #275c28;
  --ft--border-success: #dcf0cc;
  --ft--bg-success: #eff7ec;
  --ft--icon-success: var(--ft--color-success);
  --ft--color-warning: #654f29;
  --ft--border-warning: #faebcc;
  --ft--bg-warning: #fdfbee;
  --ft--icon-warning: var(--ft--color-warning);
  --ft--color-info: #005e7d;
  --ft--border-info: #c4ecf5;
  --ft--bg-info: #ecf6fb;
  --ft--icon-info: var(--ft--color-info);
  /*** Known ***/
  --ft--color-known-full-weak: #dbe3ff;
  --ft--color-known-full-medium: #C6DDDD;
  --ft--color-known-full-default: #406bde;
  --ft--color-known-full-contrasted: #00A59B;
  --ft--color-known-uncomplete-weak: #f0e3fa;
  --ft--color-known-uncomplete-medium: #D1C8E0;
  --ft--color-known-uncomplete-default: #69408c;
  --ft--color-known-uncomplete-contrasted: #482393;
  /*** Stepper ***/
  --ft--stepper-bullet-bg: #939598;
  --ft--stepper-bullet-hover: #6d6f71;
  --ft--stepper-next-bullet-border: #bcbec0;
  /*** OLDS ***/
  --border-radius--btn: 100px;
  --pe-datepicker--day--border-radius: 12px;
  --pe-datepicker--day--bg-hover: #9AA1D0;
  --header-height: 60px;
}

@media (prefers-contrast: more) {
  :root {
    /*** Univers ***/
    --color--primary: #181E47;
    --color--primary-hover: #10142F;
    --color--primary-active: #080A18;
    /*** Utils ***/
    --ft--contrasted-border-width: 1px;
    --ft--contrasted-hidden: none;
    /*** Global ***/
    --ft-light-border: #939598;
    --ft-text-color: #414042;
    --ft-light-hover-bg: #f5f5f5;
    /*** Status ***/
    --ft--toaster-border-width: 1px 1px 1px 0.3125rem;
    --ft--border-error: #a00d10;
    --ft--border-success: #275c28;
    --ft--border-warning: #654f29;
    --ft--border-info: #005e7d;
    --ft--icon-error: var(--ft--bg-error);
    --ft--icon-success: var(--ft--bg-success);
    --ft--icon-warning: var(--ft--bg-warning);
    --ft--icon-info: var(--ft--bg-info);
    /*** Stepper ***/
    --ft--stepper-bullet-bg: #58595b;
    --ft--stepper-bullet-hover: #262527;
    --ft--stepper-next-bullet-border: #414042;
  }
}

.high-contrast {
  /*** Univers ***/
  --color--primary: #181E47;
  --color--primary-hover: #10142F;
  --color--primary-active: #080A18;
  /*** Utils ***/
  --ft--contrasted-border-width: 1px;
  --ft--contrasted-hidden: none;
  /*** Global ***/
  --ft-light-border: #939598;
  --ft-text-color: #414042;
  --ft-light-hover-bg: #f5f5f5;
  /*** Status ***/
  --ft--toaster-border-width: 1px 1px 1px 0.3125rem;
  --ft--border-error: #a00d10;
  --ft--border-success: #275c28;
  --ft--border-warning: #654f29;
  --ft--border-info: #005e7d;
  --ft--icon-error: var(--ft--bg-error);
  --ft--icon-success: var(--ft--bg-success);
  --ft--icon-warning: var(--ft--bg-warning);
  --ft--icon-info: var(--ft--bg-info);
  /*** Stepper ***/
  --ft--stepper-bullet-bg: #58595b;
  --ft--stepper-bullet-hover: #262527;
  --ft--stepper-next-bullet-border: #414042;
}

/*
 * Permet d'ajouter le focus visible sur les label d'input file quand ceux-ci sont stylé et l'input masqué en sr-only
 * Fonctionne uniquement pour un label avec la classe passé en paramètre
 */
.row.panel-group {
  display: table;
  margin-bottom: 0;
  width: 100%;
}

.panel-center,
.panel-left,
.panel-right {
  float: none;
  display: table-cell;
  vertical-align: top;
}

.panel-center .panel-container {
  padding: 0 15px;
  position: relative;
}

.panel-right,
.panel-left {
  padding: 20px 15px;
  background: #f3f3f3;
  font-size: 12px;
  font-size: .75rem;
  border-left: 1px solid #d8dee0;
}

.panel-left {
  border-right: 1px solid #d8dee0;
}

.panel-container {
  padding: 0;
}

.panel-right .panel-container {
  padding: 15px;
}

.panel-right .well,
.panel-left .well {
  background: #fff;
}

/* ======================================= Section responsive ============================= */
@media only screen and (max-width: 993px) {
  .row.panel-group {
    display: block;
    width: auto;
  }

  .panel-center,
  .panel-left,
  .panel-right {
    float: left;
    display: block;
  }

  .panel-left,
  .panel-right {
    border-bottom: 1px solid #dedede;
  }

  .panel-left {
    padding: 20px;
    position: absolute;
    left: -240px;
    width: 240px;
    -webkit-transition: left .3s ease-out;
    -o-transition: left .3s ease-out;
    transition: left .3s ease-out;
  }

  .panel-right {
    padding: 20px;
    position: absolute;
    right: -240px;
    width: 240px;
    -webkit-transition: right .3s ease-out;
    -o-transition: right .3s ease-out;
    transition: right .3s ease-out;
  }

  .panel-center {
    padding: 0 10px;
    -webkit-transition: margin .3s ease-out;
    -o-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
    overflow: unset;
  }

  .panel-left-visible .panel-left {
    left: 0;
  }

  .panel-left-visible .panel-center {
    margin-right: -240px;
    margin-left: 240px;
  }

  .panel-left-visible .container-fluid {
    overflow: hidden;
  }

  .panel-left-visible .panel-left+.panel-center:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 1px;
    left: 1px;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 100;
  }

  .panel-right-visible .panel-right {
    right: 0;
  }

  .panel-right-visible .panel-center {
    margin-right: 240px;
    margin-left: -240px;
  }

  .panel-right-visible .container-fluid {
    overflow: hidden;
  }
}

@media only screen and (max-width: 640px) {
  .panel-center {
    padding: 0;
  }
}

@media only screen and (max-width: 640px) {
  .panel-center .panel-container {
    padding: 0 10px;
  }
}

.nota {
  margin: 10px 0 0;
  border-radius: 2px;
  padding: 5px 10px;
  background: #f3f3f3;
  display: inline-block;
  border-left: 3px solid #000;
}

.nota strong {
  display: block;
}

.nota .emphasis {
  font-weight: 700;
}

.nota.state-1,
.nota.nota-info {
  color: inherit;
  border-color: #5dcae8;
}

.nota.state-2 {
  color: inherit;
  border-color: #2baacd;
}

.nota.state-3 {
  color: inherit;
  border-color: #5dcae8;
}

.nota.state-4 {
  color: inherit;
  border-color: #2baacd;
}

.nota.state-5,
.nota.nota-warning {
  color: inherit;
  border-color: #ff5950;
}

.nota.state-6,
.nota.nota-error {
  color: inherit;
  border-color: var(--ft-feedback-red-50, #f04438);
}

.nota.state-7,
.nota.nota-success {
  color: inherit;
  border-color: var(--ft-feedback-green-60, #06884b);
}

.nota.nota-block {
  display: block;
  padding: 10px;
}

@media print {
  .nota {
    border-color: #000 !important;
    font-size: .75rem;
    color: #000 !important;
    background: none;
  }
}

.panel-left button {
  white-space: normal;
}

.panel-left .btn .icon-disk {
  font-size: 18px;
  font-size: 1.125rem;
  vertical-align: -3px;
}

.panel-left .sticky {
  padding: 20px 25px 20px 10px;
  text-align: right;
}

.panel-left .sticky.affix {
  width: calc(25% - 40px);
  top: 66px;
  left: 16px;
}

.panel-left .sticky.affix-bottom {
  position: relative;
}

.form {
  background-color: white;
  padding: 5px 23% 100px 25px;
}

.form section {
  padding: 0px 0px 0px 40px;
  border-left: 1px solid #e6e7e8;
}

.form section>h2 {
  background-color: white;
  margin-left: -55px;
  padding: 30px 0;
}

.steps {
  z-index: 0;
  padding: 0;
}

.steps h1 {
  margin-bottom: 25px;
}

.steps ul,
.steps .steps-list {
  margin-top: 40px;
  margin-bottom: 40px;
}

.steps ul li,
.steps .steps-list li {
  list-style: none;
  color: #a8aeb1;
}

.steps ul li .statut,
.steps .steps-list li .statut {
  display: none;
}

.steps ul li a,
.steps ul li button,
.steps .steps-list li a,
.steps .steps-list li button {
  color: #a8aeb1;
  padding: 0;
  display: block;
}

.steps ul li a:hover,
.steps ul li button:hover,
.steps .steps-list li a:hover,
.steps .steps-list li button:hover {
  background-color: transparent;
}

.steps ul li a:hover>span:first-child,
.steps ul li button:hover>span:first-child,
.steps .steps-list li a:hover>span:first-child,
.steps .steps-list li button:hover>span:first-child {
  color: #283276;
}

.steps ul li a:hover .circle,
.steps ul li button:hover .circle,
.steps .steps-list li a:hover .circle,
.steps .steps-list li button:hover .circle {
  background: #a8aeb1;
  color: white;
}

.steps ul li a:focus,
.steps ul li button:focus,
.steps .steps-list li a:focus,
.steps .steps-list li button:focus {
  background: none;
}

.steps ul li>span:first-child,
.steps ul li a>span:first-child,
.steps ul li button>span:first-child,
.steps .steps-list li>span:first-child,
.steps .steps-list li a>span:first-child,
.steps .steps-list li button>span:first-child {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  max-width: 70%;
}

.steps ul li .active .span,
.steps .steps-list li .active .span {
  color: #38454d;
}

.steps ul li.active>span,
.steps .steps-list li.active>span {
  font-weight: bold;
}

.steps ul li.active>div,
.steps .steps-list li.active>div {
  font-weight: 500;
}

.steps ul li.active:not(.past) a,
.steps ul li.active:not(.past) button,
.steps .steps-list li.active:not(.past) a,
.steps .steps-list li.active:not(.past) button {
  color: #38454d;
}

.steps ul li.active:not(.past) .statut,
.steps .steps-list li.active:not(.past) .statut {
  display: block;
}

.steps ul li.active:not(.past)>a .circle,
.steps ul li.active:not(.past):hover>a .circle,
.steps ul li.active:not(.past)>button .circle,
.steps ul li.active:not(.past):hover>button .circle,
.steps .steps-list li.active:not(.past)>a .circle,
.steps .steps-list li.active:not(.past):hover>a .circle,
.steps .steps-list li.active:not(.past)>button .circle,
.steps .steps-list li.active:not(.past):hover>button .circle {
  background-color: #283276;
  border: 2px solid #283276;
  color: white;
}

.steps ul li.dotted,
.steps .steps-list li.dotted {
  display: none;
}

.steps ul li::before,
.steps .steps-list li::before {
  content: '';
  display: block;
  background: url(gfx/step-bg-circle.svg) repeat-y top right;
  height: 40px;
  margin-right: 1.0625rem;
  z-index: 1;
}

.steps ul li:first-child::before,
.steps .steps-list li:first-child::before {
  content: none;
}

.steps ul li ul li::before,
.steps ul li .steps-list li::before,
.steps .steps-list li ul li::before,
.steps .steps-list li .steps-list li::before {
  height: 20px;
}

.steps ul li ul li:first-child::before,
.steps ul li .steps-list li:first-child::before,
.steps .steps-list li ul li:first-child::before,
.steps .steps-list li .steps-list li:first-child::before {
  content: '';
}

.steps ul li ul,
.steps ul li .steps-list,
.steps .steps-list li ul,
.steps .steps-list li .steps-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.steps ul li ul li,
.steps ul li .steps-list li,
.steps .steps-list li ul li,
.steps .steps-list li .steps-list li {
  color: #a8aeb1;
}

.steps ul li ul li .circle,
.steps ul li .steps-list li .circle,
.steps .steps-list li ul li .circle,
.steps .steps-list li .steps-list li .circle {
  width: 14px;
  height: 14px;
  padding: 0;
  margin-right: 11px;
  vertical-align: -2px;
  margin-left: 21px;
}

.steps ul li ul li a,
.steps ul li ul li button,
.steps ul li .steps-list li a,
.steps ul li .steps-list li button,
.steps .steps-list li ul li a,
.steps .steps-list li ul li button,
.steps .steps-list li .steps-list li a,
.steps .steps-list li .steps-list li button {
  position: relative;
  display: block;
}

.steps ul li ul li a:hover,
.steps ul li ul li a:focus,
.steps ul li ul li button:hover,
.steps ul li ul li button:focus,
.steps ul li .steps-list li a:hover,
.steps ul li .steps-list li a:focus,
.steps ul li .steps-list li button:hover,
.steps ul li .steps-list li button:focus,
.steps .steps-list li ul li a:hover,
.steps .steps-list li ul li a:focus,
.steps .steps-list li ul li button:hover,
.steps .steps-list li ul li button:focus,
.steps .steps-list li .steps-list li a:hover,
.steps .steps-list li .steps-list li a:focus,
.steps .steps-list li .steps-list li button:hover,
.steps .steps-list li .steps-list li button:focus {
  text-decoration: none;
}

.steps ul li .circle,
.steps .steps-list li .circle {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  border-radius: 12px;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0.4375rem 0;
  border: 1px solid #a8aeb1;
  background-color: transparent;
  color: gray;
  text-align: center;
  margin-left: 10px;
  display: inline-block;
  z-index: 2;
}

.steps ul li.past a:hover>span:first-child,
.steps ul li.past button:hover>span:first-child,
.steps .steps-list li.past a:hover>span:first-child,
.steps .steps-list li.past button:hover>span:first-child {
  color: #283276;
}

.steps ul li.past a:hover .circle,
.steps ul li.past button:hover .circle,
.steps .steps-list li.past a:hover .circle,
.steps .steps-list li.past button:hover .circle {
  background-color: #283276;
  border: 1px solid #283276;
}

.steps ul ul li.past,
.steps ul .steps-list li.past,
.steps ul li.past>a,
.steps ul ul li.past a,
.steps ul .steps-list li.past a,
.steps ul li.past>button,
.steps ul ul li.past button,
.steps ul .steps-list li.past button,
.steps .steps-list ul li.past,
.steps .steps-list .steps-list li.past,
.steps .steps-list li.past>a,
.steps .steps-list ul li.past a,
.steps .steps-list .steps-list li.past a,
.steps .steps-list li.past>button,
.steps .steps-list ul li.past button,
.steps .steps-list .steps-list li.past button {
  color: #38454d;
}

.steps ul ul li.past .circle,
.steps ul .steps-list li.past .circle,
.steps ul li.past>a .circle,
.steps ul ul li.past a .circle,
.steps ul .steps-list li.past a .circle,
.steps ul li.past>button .circle,
.steps ul ul li.past button .circle,
.steps ul .steps-list li.past button .circle,
.steps .steps-list ul li.past .circle,
.steps .steps-list .steps-list li.past .circle,
.steps .steps-list li.past>a .circle,
.steps .steps-list ul li.past a .circle,
.steps .steps-list .steps-list li.past a .circle,
.steps .steps-list li.past>button .circle,
.steps .steps-list ul li.past button .circle,
.steps .steps-list .steps-list li.past button .circle {
  color: white;
  background: #a7a9ac;
  border-color: transparent;
}

.candidat .steps ul li.active>span .circle,
.candidat .steps .steps-list li.active>span .circle,
.candidat .steps ul li.active div>span.circle,
.candidat .steps .steps-list li.active div>span.circle,
.candidat .steps ul li.active>a .circle,
.candidat .steps .steps-list li.active>a .circle,
.candidat .steps ul li.active>button .circle,
.candidat .steps .steps-list li.active>button .circle,
.candidat .steps ul li:not(.past)>a .circle,
.candidat .steps .steps-list li:not(.past)>a .circle,
.candidat .steps ul li:not(.past)>button .circle,
.candidat .steps .steps-list li:not(.past)>button .circle,
.candidat .steps>ul>li.active>.circle,
.candidat .steps>.steps-list>li.active>.circle,
.candidat .panel-left .steps ul li.active:hover>a>.circle,
.candidat .panel-left .steps .steps-list li.active:hover>a>.circle,
.candidat .panel-left .steps ul li.active:hover>button>.circle,
.candidat .panel-left .steps .steps-list li.active:hover>button>.circle {
  background-color: #283276;
  border-color: #283276;
  color: #fff;
}

.candidat .steps ul li.active>a,
.candidat .steps .steps-list li.active>a,
.candidat .steps ul li.active>button,
.candidat .steps .steps-list li.active>button,
.candidat .steps ul li ul li.active a,
.candidat .steps .steps-list li .steps-list li.active a,
.candidat .steps ul li ul li.active button,
.candidat .steps .steps-list li .steps-list li.active button,
.candidat .steps ul li.active>div,
.candidat .steps .steps-list li.active>div,
.candidat .steps ul li.active>span,
.candidat .steps .steps-list li.active>span,
.candidat .steps ul li ul li.active a:hover>span:first-child,
.candidat .steps .steps-list li .steps-list li.active a:hover>span:first-child,
.candidat .steps ul li ul li.active button:hover>span:first-child,
.candidat .steps .steps-list li .steps-list li.active button:hover>span:first-child {
  color: #283276;
}

.candidat .steps ul li.past a:hover .circle,
.candidat .steps .steps-list li.past a:hover .circle,
.candidat .steps ul li.past button:hover .circle,
.candidat .steps .steps-list li.past button:hover .circle {
  background-color: #283276;
  border: 1px solid #283276;
}

.candidat .steps ul li.past a:hover>span:first-child,
.candidat .steps .steps-list li.past a:hover>span:first-child,
.candidat .steps ul li a:hover>span:first-child,
.candidat .steps .steps-list li a:hover>span:first-child,
.candidat .steps ul li.past button:hover>span:first-child,
.candidat .steps .steps-list li.past button:hover>span:first-child,
.candidat .steps ul li button:hover>span:first-child,
.candidat .steps .steps-list li button:hover>span:first-child {
  color: #283276;
}

.entreprise .steps ul li.active>.circle,
.entreprise .steps .steps-list li.active>.circle,
.entreprise .steps ul li:not(.past)>a .circle,
.entreprise .steps .steps-list li:not(.past)>a .circle,
.entreprise .steps ul li:not(.past)>button .circle,
.entreprise .steps .steps-list li:not(.past)>button .circle,
.entreprise .steps>ul>li.active>.circle,
.entreprise .steps>.steps-list>li.active>.circle,
.entreprise .panel-left .steps ul li.active:hover>a>.circle,
.entreprise .panel-left .steps .steps-list li.active:hover>a>.circle,
.entreprise .panel-left .steps ul li.active:hover>span>.circle,
.entreprise .panel-left .steps .steps-list li.active:hover>span>.circle,
.entreprise .panel-left .steps ul li.active:hover>button>.circle,
.entreprise .panel-left .steps .steps-list li.active:hover>button>.circle {
  background-color: #283276;
  border-color: #283276;
  color: #fff;
}

.entreprise .steps ul li ul li.active a,
.entreprise .steps .steps-list li .steps-list li.active a,
.entreprise .steps ul li ul li.active a:hover>span:first-child,
.entreprise .steps .steps-list li .steps-list li.active a:hover>span:first-child,
.entreprise .steps ul li ul li.active span,
.entreprise .steps .steps-list li .steps-list li.active span,
.entreprise .steps ul li ul li.active span:hover>span:first-child,
.entreprise .steps .steps-list li .steps-list li.active span:hover>span:first-child,
.entreprise .steps ul li ul li.active button,
.entreprise .steps .steps-list li .steps-list li.active button,
.entreprise .steps ul li ul li.active button:hover>span:first-child,
.entreprise .steps .steps-list li .steps-list li.active button:hover>span:first-child {
  color: #283276;
}

.entreprise .steps ul li.past a:hover .circle,
.entreprise .steps .steps-list li.past a:hover .circle,
.entreprise .steps ul li.past button:hover .circle,
.entreprise .steps .steps-list li.past button:hover .circle {
  background-color: #283276;
  border: 1px solid #283276;
}

.entreprise .steps ul li.past a:hover>span:first-child,
.entreprise .steps .steps-list li.past a:hover>span:first-child,
.entreprise .steps ul li a:hover>span:first-child,
.entreprise .steps .steps-list li a:hover>span:first-child,
.entreprise .steps ul li.past button:hover>span:first-child,
.entreprise .steps .steps-list li.past button:hover>span:first-child,
.entreprise .steps ul li button:hover>span:first-child,
.entreprise .steps .steps-list li button:hover>span:first-child {
  color: #283276;
}

.entreprise .steps .active>span:first-child {
  color: #000;
  font-weight: bold;
}

.mobile-steps {
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
}

.mobile-steps .warning {
  color: #fff !important;
}

.mobile-steps ul li::before,
.mobile-steps .steps-list li::before {
  content: none;
}

.mobile-steps .nav {
  display: table;
  margin: 15px 0;
  width: 100%;
}

.mobile-steps .nav a,
.mobile-steps .nav button {
  top: 0;
}

.mobile-steps .dotted {
  background: url(gfx/step-bg-circle-y.svg) repeat-x 0 0;
  position: absolute;
  width: 76%;
  height: 5px;
  left: 11%;
  top: 17px;
}

.mobile-steps.steps ul li.active>span:first-child,
.mobile-steps.steps .steps-list li.active>span:first-child {
  color: #fff;
}

.mobile-steps .nav>li {
  display: table-cell;
  text-align: center;
  width: auto;
  min-width: 65px;
}

.mobile-steps .nav>li .circle {
  display: inline-block;
  margin: 0;
  background: #fff;
  position: relative;
  vertical-align: top;
  box-shadow: 0 0 0 6px #fff;
}

.mobile-steps .nav>li .circle+span {
  display: block;
  text-align: center;
  line-height: 12px;
  margin-top: 8px;
}

.mobile-steps .nav>li button:hover>span:first-child,
.mobile-steps .nav>li a:hover>span:first-child {
  color: #fff;
}

.mobile-steps .nav>li button:hover>span:not(.circle),
.mobile-steps .nav>li a:hover>span:not(.circle) {
  text-decoration: underline;
}

.mobile-steps .nav>li button:focus,
.mobile-steps .nav>li a:focus {
  outline-offset: 8px;
}

.candidat .mobile-steps ul li.active span+span,
.candidat .mobile-steps .steps-list li.active span+span {
  color: #283276;
}

.candidat .mobile-steps .nav>li a:hover>span:first-child,
.candidat .mobile-steps ul li.past a:hover>span:first-child,
.candidat .mobile-steps .steps-list li.past a:hover>span:first-child,
.candidat .mobile-steps ul li.past button:hover>span:first-child,
.candidat .mobile-steps .steps-list li.past button:hover>span:first-child {
  color: #fff;
}

.entreprise .mobile-steps ul li.active span+span,
.entreprise .mobile-steps .steps-list li.active span+span {
  color: #283276;
}

.entreprise .mobile-steps .nav>li a:hover>span:first-child,
.entreprise .mobile-steps ul li.past a:hover>span:first-child,
.entreprise .mobile-steps .steps-list li.past a:hover>span:first-child,
.entreprise .mobile-steps ul li.past button:hover>span:first-child,
.entreprise .mobile-steps .steps-list li.past button:hover>span:first-child {
  color: #fff;
}

@media print {
  .panel-left {
    display: none;
  }

  .form {
    padding: 0 0 10px 0;
  }
}

.accueil .recap {
  margin-bottom: 30px;
}

.accueil .recap .media {
  background: #f5f5f8;
  padding: 16px 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.accueil .recap span[class^="icon-"] {
  font-size: 64px;
  font-size: 4rem;
  color: #9ea2b3;
}

.accueil .recap .collapse dd,
.accueil .recap .collapsing dd {
  margin-bottom: 24px;
}

.accueil .recap .media-right .btn.collapsed span.less,
.accueil .recap .media-right .btn span.plus {
  display: none;
}

.accueil .recap .media-right .btn.collapsed span.plus,
.accueil .recap .media-right .btn span.less {
  display: block;
}

.accueil .alert {
  margin-bottom: 22px;
}

.accueil .entreprise-non-connue {
  background-color: #f5f5f5;
}

.accueil .entreprise-non-connue .media-body-p1 {
  font-size: 18px;
}

.accueil .attestation {
  border-radius: 0;
}

.accueil .attestation .attestation-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.accueil .attestation .attestation-title {
  font-size: 13px;
  font-weight: 700;
}

.accueil .attestation .attestation-text {
  margin-bottom: 0;
}

.accueil .attestation .attestation-link {
  color: #737679;
  border-color: #737679;
}

.accueil .attestation .attestation-link:hover,
.accueil .attestation .attestation-link:focus {
  color: #ffffff;
}

.accueil .attestation .attestation-link:hover span,
.accueil .attestation .attestation-link:focus span {
  color: #ffffff;
}

.accueil .attestation span.attestation-icon {
  font-size: 14px;
}

.accueil .table>tbody>tr>td {
  vertical-align: middle;
  padding: 20px;
}

.accueil .table.table-grey>tbody>tr {
  background-color: #f9f9f9;
}

.accueil table thead tr th {
  color: #599d78;
  font-weight: normal;
  border-bottom: 1px solid #599d78 !important;
}

.accueil table tr:nth-of-type(odd) .icon-etat span span {
  background-color: #f9f9f9;
}

.accueil table .col2 {
  width: 250px;
}

.accueil table .col4 {
  width: 12%;
}

.accueil .table-hover>tbody>tr:hover {
  background-color: #ecebeb;
}

.accueil .table-hover>tbody>tr:hover .icon-etat span span {
  background-color: #ecebeb;
}

.accueil .icon-etat {
  padding-top: 5px;
  padding-right: 6px;
}

.accueil .icon-etat span {
  font-size: 26px;
  font-size: 1.625rem;
  color: #c9c9c9;
}

.accueil .icon-etat span span {
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: -9px;
  color: #c9c9c9;
  background: #fff;
  border-radius: 8px;
}

.accueil .icon-bell {
  margin-right: 10px;
}

.accueil .my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.accueil .annule .icon-etat span span,
.accueil .annule .etat {
  color: #84878d;
}

.accueil .transmise .icon-etat span span,
.accueil .transmise .etat {
  color: #84b51a;
}

.accueil .brouillon .icon-etat span span,
.accueil .brouillon .etat {
  color: #d5a132;
}

.accueil .filtre {
  margin-bottom: 30px;
  position: relative;
}

.accueil .filtre .filtre-enfant,
.accueil .filtre .submit {
  margin-top: 22px;
}

.accueil .separator {
  width: 1px;
  height: 100%;
  background: #eee;
  top: 0;
  position: absolute;
  left: 57%;
}

.accueil .filtrer ul {
  padding: 0;
}

.validation {
  margin-top: 15px;
}

.validation .small {
  padding-left: 170px;
  margin-top: 6px;
  color: #808081;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: Marianne, system-ui, sans-serif !important;
  font-weight: 300;
}

.modal-aide-form .t4 {
  color: #599d78;
  margin-bottom: 10px;
}

.modal-rupture .block-form {
  background-color: #f3f3f3;
  padding: 20px;
}

.modal-rupture .block-form .text-primary+.emphasis:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #000;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 10px;
}

.panel-left .sticky.affix {
  top: 80px;
}

.panel-left .steps ul li a span.statut,
.panel-left .steps ul li a span.sr-only {
  position: absolute;
}

.steps .warning {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: roboto;
  position: absolute;
  right: -10px;
  border-radius: 23px;
  top: -7px;
  padding: 1px 0px;
  z-index: 9;
  width: 22px;
  background: var(--ft-feedback-red-50, #f04438);
  text-align: center;
}

.steps ul li,
.steps ul li a,
.steps ul li ul li,
.steps ul li ul li a,
.steps ul li.active a {
  color: #9ea2b3;
}

.steps ul li.force-active>a,
.steps ul li.active ul li.active>a,
.steps ul li.active>span:first-child {
  color: #283276;
}

.steps .tooltip {
  right: -18px !important;
  left: auto !important;
}

.steps .tooltip .tooltip-arrow {
  left: 84% !important;
}

.entreprise .panel-left .steps ul li.active ul li .circle,
.entreprise .panel-left .steps ul li.force-active ul li .circle,
.candidat .panel-left .steps ul li.active ul li .circle,
.candidat .panel-left .steps ul li.force-active ul li .circle,
.particulier .panel-left .steps ul li.active ul li .circle,
.particulier .panel-left .steps ul li.force-active ul li .circle {
  color: gray;
  background-color: transparent;
  border-color: #a8aeb1;
}

.entreprise .panel-left .steps ul li.force-active .circle {
  background-color: #283276;
  border: 1px solid #283276;
  color: white;
}

.entreprise .panel-left .steps ul li.active ul li.active a {
  color: #283276;
}

.entreprise .panel-left .steps ul li.active ul li.active a:hover span {
  color: #283276;
}

.entreprise .panel-left .steps ul li.active ul li.active .circle {
  background-color: #283276;
  border: 1px solid #283276;
}

.entreprise .panel-left .steps ul li.active ul li:not(.active) a:hover .circle,
.entreprise .panel-left .steps ul li.force-active ul li:not(.active) a:hover .circle {
  background-color: #9ea2b3;
  border: 1px solid #9ea2b3;
}

.media-img {
  padding: 20px 0;
}

.media-img .media-left {
  padding-right: 20px;
}

/* ==================== Style des checkbox ================== */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked,
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

.input-group-addon [type="checkbox"]:not(:checked),
.input-group-addon [type="checkbox"]:checked,
.input-group-addon [type="radio"]:not(:checked),
.input-group-addon [type="radio"]:checked {
  position: static;
  left: 0;
}

[type="checkbox"]+label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

[type="checkbox"]+label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  z-index: 0;
  border: 2px solid #878ba0;
  border-radius: 1px;
  margin-top: 2px;
  transition: 0.2s;
}

[type="checkbox"]+label:before,
[type="checkbox"]+label:after {
  content: "";
  top: 1px;
  left: 2px;
  position: absolute;
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  z-index: 1;
  border-radius: 3px;
}

[type="checkbox"]:not(:checked)+label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}

[type="checkbox"]:not(:checked)+label:after {
  height: 16px;
  width: 16px;
  background: #fff;
  border: 1px solid #b5b8c5;
  z-index: 0;
}

[type="checkbox"]:checked+label:before {
  top: 1px;
  left: 3px;
  width: 7px;
  height: 10px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type="checkbox"]:checked+label:after {
  width: 16px;
  height: 16px;
  border: 1px solid #283276;
  background-color: #283276;
  z-index: 0;
}

.entreprise [type="checkbox"]:checked+label:after {
  border-color: #283276;
  background-color: #283276;
}

.entreprise [type="checkbox"]:disabled+label:after {
  background-color: #e6e7ec;
  border-color: #b5b8c5;
}

.entreprise [type="checkbox"]:disabled:checked+label:after {
  background-color: #878ba0;
}

.entreprise [type="checkbox"]:disabled:checked+label:before {
  border-right-color: #e6e7ec;
  border-bottom-color: #e6e7ec;
}

[type="checkbox"]:disabled+label {
  cursor: default;
}

/* ==================== Style des radios boutons ================== */
[type="radio"]:not(:checked)+label,
[type="radio"]:checked+label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: 0.28s ease;
  -moz-transition: 0.28s ease;
  -o-transition: 0.28s ease;
  -ms-transition: 0.28s ease;
  transition: 0.28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

[type="radio"]+label:before,
[type="radio"]+label:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0 0 0 2px;
  width: 16px;
  height: 16px;
  z-index: 0;
  background: #fff;
  -webkit-transition: 0.28s ease;
  -moz-transition: 0.28s ease;
  -o-transition: 0.28s ease;
  -ms-transition: 0.28s ease;
  transition: 0.28s ease;
}

[type="radio"]:not(:checked)+label:before {
  border-radius: 50%;
  border: 1px solid #878ba0;
}

[type="radio"]:not(:checked)+label:after {
  border-radius: 50%;
  border: 1px solid #5a5a5a;
  z-index: -1;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked+label:before {
  border-radius: 50%;
  border: 1px solid #283276;
}

[type="radio"]:focus:checked+label:after,
[type="radio"]:focus:not(:checked)+label:after,
[type="checkbox"]:focus+label:after {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

[type="radio"]:checked+label:after {
  border-radius: 50%;
  border: 1px solid #283276;
  background-color: #283276;
  z-index: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.entreprise [type="radio"]:checked+label:after {
  border-color: #283276;
  background-color: #283276;
}

.entreprise [type="radio"]:checked+label:before {
  border: 1px solid #283276;
}

.entreprise [type="radio"]:disabled+label:before,
.entreprise [type="radio"]:disabled+label:after {
  background: #e6e7ec;
  border-color: #878ba0;
}

.entreprise [type="radio"]:disabled+label:after {
  background-color: #b5b8c5;
}

[type="checkbox"]:disabled+label,
[type="radio"]:disabled+label {
  color: #878ba0;
}

.checkbox-inline,
.radio-inline {
  padding-left: 0;
}

.checkbox-inline label {
  font-weight: 400;
}

.radio-inline label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.form-group ul {
  margin: 0;
  padding: 0;
}

.ae [type="radio"]:checked+label,
.ae [type="checkbox"]:checked+label {
  background: #f5f5f5;
}

.ae [type="radio"]:focus+label,
.ae [type="checkbox"]:focus+label {
  background: #f5f5f5;
}

.ae [type="radio"]+label,
.ae [type="checkbox"]+label {
  background: transparent;
  border-radius: 4px;
  padding: 8px 16px 8px 32px;
}

.ae [type="radio"]+label:before,
[type="radio"]+label:after,
.ae [type="checkbox"]+label:before,
[type="checkbox"]+label:after {
  left: 7px;
  top: 8px;
}

.ae .checkbox {
  margin-top: 8px;
  margin-bottom: 8px;
}

.form section>h3 {
  background-color: white;
  margin-left: -55px;
  padding: 20px 0;
}

.form section:first-child>h3 {
  padding-top: 0;
}

.etapes .form>section {
  padding: 0;
  border-left: none;
}

.header .btn-account-connected {
  min-width: 100px;
  min-height: 60px;
  color: #414042;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
  padding-top: 5px;
}

.header .btn-account-connected img {
  width: 28px;
  height: 28px;
  border-radius: 50px;
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5) inset;
}

.header .btn-account-connected .name {
  padding-top: 5px;
  max-width: 80px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}

.quitter {
  float: right;
  margin-top: 13px;
  margin-left: 10px;
}

legend.control-label {
  font-size: 13px;
  font-size: 0.8125rem;
  border: none;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  width: auto;
}

.etape3 .salaires .col4 {
  width: 135px;
}

.etape3 .salaires .col5 {
  width: 135px;
}

.etape3 .salaires .col6 {
  width: 120px;
}

.etape3 .salaires .col7 {
  width: 99px;
}

.etape3 .salaires .col8 {
  width: 97px;
}

.etape4 .solde .col4,
.etape4 .solde .col5 {
  width: 130px;
}

.etape4 .solde .col6 {
  width: 120px;
}

.etape4 .solde .col7 {
  width: 110px;
}

.etape4 .solde .col8 {
  width: 150px;
}

.etape3 .primes .col5 {
  width: 125px;
}

.etape3 .primes .col6 {
  width: 110px;
}

.etape3 .primes .table-striped>tbody>tr.add {
  background-color: #fff;
}

.creation .rwd-table {
  margin-left: -60px;
  padding: 6px;
  background: #fff;
}

.creation .rwd-table>div {
  width: 130%;
}

.creation .rwd-table>.table>thead {
  font-size: 12px;
  font-size: 0.75rem;
}

.creation .rwd-table.salaires tr:nth-child(4n + 3) {
  background: #f9f9f9;
}

.creation .rwd-table.salaires tr:nth-child(4n + 3)+tr {
  background: #f9f9f9;
}

.creation .rwd-table .table>tbody>tr>td,
.creation .rwd-table .table>tbody>tr>th {
  vertical-align: middle;
}

.creation .rwd-table tbody>tr>td>button:first-child {
  margin-bottom: 0px;
}

.creation .rwd-table th.id {
  color: #ccc;
  font-size: 14px;
  font-size: 0.875rem;
}

.creation .rwd-table .form-group {
  margin-bottom: 0;
}

.creation .rwd-table .col-custom-6:first-child .form-group {
  margin-bottom: 10px;
}

.creation .rwd-table .col-custom-6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.creation .rwd-table .icon-relance {
  transform: rotate(80deg);
  display: inline-block;
}

.creation .rwd-table button.comment,
.creation .rwd-table button.duplicate,
.creation .rwd-table button.delete,
.creation .rwd-table button.actions {
  padding: 1px 1px 0px 9px;
  position: relative;
}

.creation .rwd-table button.comment .statut,
.creation .rwd-table .item-action .statut {
  background-color: #599d78;
  color: #fff;
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  font-size: 9px;
  font-size: 0.5625rem;
  padding-top: 2px;
  text-align: center;
}

.creation .rwd-table button.comment .statut {
  position: absolute;
  top: -2px;
  right: -6px;
}

.creation .rwd-table .dropdown {
  display: inline-block;
}

.creation .rwd-table .dropdown .dropdown-menu {
  margin-right: 0;
}

.creation .rwd-table .dropdown .item-action {
  border: 0 none;
  width: 100%;
  text-align: left;
}

.creation .rwd-table label.sr-only~[class*="icon-"] {
  top: 8px;
  font-size: 14px;
  font-size: 0.875rem;
}

.creation .rwd-table .picker__input.form-control[readonly]:not([disabled]) {
  background-color: #fff;
}

.picker__open main {
  overflow-x: visible;
}

.rwd-table.salaires .input-group ::-webkit-input-placeholder,
.rwd-table.solde .input-group ::-webkit-input-placeholder {
  color: transparent !important;
}

.rwd-table.salaires .input-group :-moz-placeholder,
.rwd-table.solde .input-group :-moz-placeholder {
  /* Firefox 18- */
  color: transparent !important;
}

.rwd-table.salaires .input-group ::-moz-placeholder,
.rwd-table.solde .input-group ::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent !important;
}

.rwd-table.salaires .input-group :-ms-input-placeholder,
.rwd-table.solde .input-group :-ms-input-placeholder {
  color: transparent !important;
}

.with-select {
  width: 100%;
}

.with-select input.form-control {
  width: 45%;
  position: relative;
  z-index: 6;
  border-right-width: 1px;
}

.with-select select.form-control {
  width: 55%;
  margin-left: -3px;
  border-right-width: 1px;
}

.mobile-steps .nav>li {
  width: 20%;
}

.indemnites .form-group .row {
  margin-bottom: 6px;
}

.etape5 .verif-wrapper,
.previsualisation .verif-wrapper {
  background: #f4f5f7;
  border-left: 1px solid #e6e7e8;
  border-right: 1px solid #e6e7e8;
}

.etape5 .verif-wrapper .media,
.previsualisation .verif-wrapper .media {
  padding: 0 20px 20px 48px;
  border-bottom: 1px solid #e6e7e8;
}

.etape5 .verif-wrapper>.t4,
.previsualisation .verif-wrapper>.t4 {
  padding: 20px 20px;
}

.etape5 .verif-wrapper .media-left span[class^="icon-"],
.previsualisation .verif-wrapper .media-left span[class^="icon-"] {
  font-size: 50px;
  font-size: 3.125rem;
  color: #a7a9ac;
}

.etape5 .verif-wrapper .media:nth-of-type(1) .media-right,
.previsualisation .verif-wrapper .media:nth-of-type(1) .media-right {
  width: 19%;
  font-size: 12px;
  font-size: 0.75rem;
}

.etape5 .verif-wrapper .media-body .t4,
.previsualisation .verif-wrapper .media-body .t4 {
  margin-top: 20px;
}

.etape5 .verif-wrapper .media-body dt,
.previsualisation .verif-wrapper .media-body dt {
  margin-top: 10px;
}

.etape5 .verif-wrapper .media-body .t4:first-child,
.previsualisation .verif-wrapper .media-body .t4:first-child {
  margin-top: 0;
}

.etape5 .verif-wrapper .media-body p,
.previsualisation .verif-wrapper .media-body p {
  margin: 0 0 6px;
}

.etape5 .verif-wrapper .media-body li.subtext,
.previsualisation .verif-wrapper .media-body li.subtext {
  margin-top: 7px;
}

.etape5 .verif-wrapper .media-body ul,
.previsualisation .verif-wrapper .media-body ul {
  padding-left: 17px;
}

.etape5 .media:first-child,
.previsualisation .media:first-child {
  background: #283276;
  font-weight: 300;
  color: #fff;
}

.etape5 .media:first-child .media-right a,
.previsualisation .media:first-child .media-right a {
  margin-right: 10px;
}

.etape5 .media:first-child .media-body,
.previsualisation .media:first-child .media-body {
  padding: 19px 15px;
  font-size: 14px;
  font-size: 0.875rem;
}

.etape5 section .verification h3,
.previsualisation section .verification h3 {
  background-color: transparent;
  margin-left: 0px;
}

.previsualisation .verification {
  margin-bottom: 30px;
}

.previsualisation .actions {
  margin-bottom: 20px;
}

.loading .loader-css {
  position: fixed;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}

.loading .panel-center {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.loading span.stop {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  z-index: 999;
  height: 100%;
  background: transparent;
}

.loader-css,
.loader-css:before,
.loader-css:after {
  border-radius: 50%;
}

.loader-css:before,
.loader-css:after {
  position: absolute;
  content: "";
}

.loader-css:before {
  width: 3.2em;
  height: 6.2em;
  background: #fff;
  border-radius: 6.2em 0 0 6.2em;
  top: -0.1em;
  left: -0.3em;
  -webkit-transform-origin: 3.2em 3.1em;
  transform-origin: 3.2em 3.1em;
  -webkit-animation: load2 1.3s infinite ease 0.9s;
  animation: load2 1.3s infinite ease 0.9s;
}

.loader-css {
  font-size: 11px;
  font-size: 0.6875rem;
  text-indent: -99999em;
  margin: 0;
  position: relative;
  width: 0;
  height: 0;
  display: none;
  box-shadow: inset 0 0 0 0.3em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  animation: color2 6s ease-in-out infinite;
}

.loader-css:after {
  width: 3.2em;
  height: 6.2em;
  background: #fff;
  border-radius: 0 6.2em 6.2em 0;
  top: -0.1em;
  left: 3.1em;
  -webkit-transform-origin: 0px 3.1em;
  transform-origin: 0px 3.1em;
  -webkit-animation: load2 1.3s infinite ease;
  animation: load2 1.3s infinite ease;
}

.loading .loader-css {
  width: 6em;
  height: 6em;
  margin: 55px auto;
  display: block;
}

@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes color2 {
  0% {
    color: #cdcfd8;
  }

  100% {
    color: #9ea2b3;
  }
}

.checkbox~.checkbox,
.radio.radio {
  margin-top: -5px;
}

@media print {
  .form section {
    padding: 0px;
    border-left: none;
  }

  .panel-left {
    border: none;
  }
}

.ae [data-loading].disabled,
.ae [data-loading].btn:disabled,
.ae [data-loading].btn:hover:disabled,
.ae [data-loading].btn:active:disabled,
.ae [data-loading].btn:focus:disabled {
  padding-left: 35px;
}

.ae [data-loading].disabled.btn-icon-only,
.ae [data-loading].btn:disabled.btn-icon-only,
.ae [data-loading].btn:hover:disabled.btn-icon-only,
.ae [data-loading].btn:active:disabled.btn-icon-only,
.ae [data-loading].btn:focus:disabled.btn-icon-only {
  padding-left: 16px;
}

/****************************************/
/********** patch 2019  *****************/
/****************************************/
form .section-patch-2019 {
  padding: 0;
  border-left: none;
}

form .section-patch-2019 h3 {
  margin-left: 0;
  vertical-align: text-top;
}

form .section-patch-2019 h3 span,
form .section-patch-2019 h3 a {
  vertical-align: middle;
}

form .section-patch-2019 h3 .icon-title {
  color: #a8a9ac;
  font-size: 34px;
  font-size: 2.125rem;
  vertical-align: middle;
}

form .section-patch-2019 h3 .btn-collapse {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #555555;
  position: relative;
  top: 7px;
}

form .section-patch-2019 h3 .btn-collapse[aria-expanded="true"] .mask {
  display: inline-block;
}

form .section-patch-2019 h3 .btn-collapse[aria-expanded="true"] .display {
  display: none;
}

form .section-patch-2019 h3 .btn-collapse[aria-expanded="true"] span.icon-chevron-up {
  display: inline-block;
}

form .section-patch-2019 h3 .btn-collapse[aria-expanded="true"] span.icon-chevron-down {
  display: none;
}

form .section-patch-2019 h3 .btn-collapse[aria-expanded="false"] .mask {
  display: none;
}

form .section-patch-2019 h3 .btn-collapse[aria-expanded="false"] .display {
  display: inline-block;
}

form .section-patch-2019 h3 .btn-collapse[aria-expanded="false"] span.icon-chevron-up {
  display: none;
}

form .section-patch-2019 h3 .btn-collapse[aria-expanded="false"] span.icon-chevron-down {
  display: inline-block;
}

form .section-patch-2019 h3 .btn-collapse span[class^="icon"] {
  position: relative;
  top: 2px;
  margin-left: 5px;
}

form .section-patch-2019 h2 {
  margin-left: 0;
}

form .section-patch-2019 .block-entete {
  border-left: solid 2px #f3f3f3;
  padding-left: 30px;
  max-width: 80%;
  margin-top: 30px;
  margin-left: 40px;
}

@media only screen and (max-width: 1199px) {
  form .section-patch-2019 .block-entete {
    max-width: 100%;
  }
}

form .section-patch-2019 .rwd-table.salaires {
  margin-left: 0;
}

form .section-patch-2019 .rwd-table.salaires tbody tr td {
  max-width: 180px;
}

form .section-patch-2019 .rwd-table.salaires td .form-group {
  margin: 5px 0;
}

form .section-patch-2019 .bordered-container {
  border: solid 1px #cccccc;
  padding: 13px;
  border-radius: 6px;
  width: 130%;
}

@media only screen and (max-width: 1199px) {
  form .section-patch-2019 .bordered-container {
    width: 100%;
  }
}

form .section-patch-2019>.bordered-container:not(:last-child) {
  margin-bottom: 10px;
}

form .section-patch-2019 .rwd-table.primes {
  margin-left: 0;
}

form .section-patch-2019 .rwd-table.primes tbody tr td {
  max-width: 180px;
}

form .section-patch-2019 .rwd-table.primes td .form-group {
  margin: 5px 0;
}

.container-attestation-erreur .media-bg {
  padding: 12px 20px;
  background-color: #f5f5f5;
}

.container-attestation-erreur .media-body-p1 {
  font-size: 18px;
}

.container-attestation-erreur .text-link {
  color: #2961da;
  font-weight: bold;
}

.type-attestation-title {
  margin-bottom: 24px;
}

.block-type-attestation-wrapper {
  display: flex;
}

.block-type-attestation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 32px 24px;
  background-color: #f5f5f5;
}

.block-type-attestation-title,
.block-type-attestation-content {
  margin-bottom: 16px;
}

.block-type-attestation-btn {
  display: inline-flex;
  align-items: center;
  margin: auto 0 0 0;
}

.block-type-attestation-btn .icon-chevron-sm-r {
  margin-right: 0;
  margin-left: 3px;
}

/* ============================================================================== */
/* ========================== 		1440px				========================= */
/* ============================================================================== */
@media only screen and (min-width: 1440px) {
  .creation .rwd-table .col-custom-6 {
    float: left;
    width: 50%;
  }

  .creation .rwd-table .col-custom-6:first-child {
    padding-right: 7px;
  }

  .creation .rwd-table .col-custom-6+.col-custom-6 {
    padding-left: 7px;
  }

  .creation .rwd-table .form-group {
    margin-bottom: 0px;
  }

  .creation .rwd-table .col-custom-6:first-child .form-group {
    margin-bottom: 0px;
  }
}

/* ============================================================================== */
/* ========================== 		1440px				========================= */
/* ============================================================================== */
@media only screen and (max-width: 1440px) {

  .etape3 .salaires .col8,
  .etape4 .solde .col8 {
    width: 50px;
  }

  .creation .rwd-table tbody>tr>td>button:first-child {
    margin-bottom: 5px;
  }
}

/* ============================================================================== */
/* ========================== 		> =1200px				========================= */
/* ============================================================================== */
@media only screen and (min-width: 768px) and (max-width: 1199px) {

  .rwd-table.salaires .input-group ::-webkit-input-placeholder,
  .rwd-table.solde .input-group ::-webkit-input-placeholder {
    color: #999 !important;
  }

  .rwd-table.salaires .input-group :-moz-placeholder,
  .rwd-table.solde .input-group :-moz-placeholder {
    /* Firefox 18- */
    color: #999 !important;
  }

  .rwd-table.salaires .input-group ::-moz-placeholder,
  .rwd-table.solde .input-group ::-moz-placeholder {
    /* Firefox 19+ */
    color: #999 !important;
  }

  .rwd-table.salaires .input-group :-ms-input-placeholder,
  .rwd-table.solde .input-group :-ms-input-placeholder {
    color: #999 !important;
  }

  .creation .rwd-table>div {
    width: 100%;
  }

  .creation .rwd-table .icon-calendar {
    display: none;
  }

  .creation .rwd-table .icon-calendar+.with-icon {
    padding-left: 5px;
  }

  .creation .rwd-table .input-group-addon {
    display: none;
  }

  .creation .rwd-table .input-group .form-control {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .creation .rwd-table .input-group.with-select .form-control {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

/* ============================================================================== */
/* ========================== 		1200px				========================= */
/* ============================================================================== */
@media only screen and (max-width: 1199px) {
  .header .header-right {
    right: 15px;
  }

  .form {
    padding-right: 5px;
  }

  .etape3 .salaires .col6,
  .etape4 .solde .col6 {
    width: 80px;
  }

  .etape3 .salaires .col7,
  .etape4 .solde .col7 {
    width: 60px;
  }

  thead tr th+th+th+th+th+th+th {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}

/* ============================================================================== */
/* ========================== 		1024px				========================= */
/* ============================================================================== */
@media only screen and (max-width: 1024px) {
  thead tr th+th+th+th+th+th+th {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }

  .etape3 .salaires .col7,
  .etape4 .solde .col7 {
    width: 67px;
  }
}

/* ============================================================================== */
/* ========================== 		993px				========================= */
/* ============================================================================== */
@media only screen and (max-width: 993px) {
  .row.panel-group {
    display: block;
    width: auto;
  }

  .panel-center {
    width: 100%;
    padding: 0;
  }

  .panel-center .panel-container {
    padding: 0;
  }

  .form {
    padding: 0 50px 30px 50px;
  }

  .breadcrumb-wrapper {
    padding-left: 50px;
  }

  .media-img img {
    display: none;
  }
}

/* ============================================================================== */
/* ========================== 		992px				========================= */
/* ============================================================================== */
@media only screen and (max-width: 991px) {
  .accueil .filtre .filtre-enfant {
    margin-top: 0px;
  }

  .accueil .filtre .submit {
    margin-top: 15px;
  }

  .accueil .separator {
    left: 59%;
  }

  .etape3 .col8 {
    width: 12%;
  }
}

/* ============================================================================== */
/* ========================== 		768px				========================= */
/* ============================================================================== */
/* ============================================================================== */
/* ==========================      767px               ========================= */
/* ============================================================================== */
@media only screen and (max-width: 767px) {
  .recap .media-right {
    display: inline-block;
    margin-top: 10px;
  }

  .recap .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0 !important;
  }

  .verification .verif-wrapper .media {
    padding: 0 20px 20px 20px;
  }

  .verification .verif-wrapper .media-right {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }

  .verification .verif-wrapper .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0 !important;
  }

  .etape5 .verif-wrapper .media:nth-of-type(1) .media-right {
    width: 100%;
  }

  .filtre .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 15px;
    margin-left: 0 !important;
  }

  .accueil .filtre .submit {
    margin-top: 0px;
  }

  .accueil .separator {
    display: none;
  }

  .accueil .table-hover>tbody>tr:hover:nth-of-type(odd) {
    background: #f9f9f9;
  }

  .accueil .table-hover>tbody>tr:hover:nth-of-type(even) {
    background-color: #fff;
  }

  .form section {
    padding: 0px 0px 20px 0px;
    border: none;
  }

  .form section>h2 {
    border-bottom: 1px solid #e6e7e8;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .form section>h3 {
    margin-left: 0px;
  }

  .form {
    padding: 5px 20px 100px 20px;
  }

  .breadcrumb-wrapper {
    padding-left: 20px;
  }

  .quitter .btn {
    min-height: 34px;
    margin-right: 10px;
    font-size: 10px;
  }

  .header .nav-logo {
    display: inline-block;
  }

  .rwd-table.primes tfoot tr,
  .rwd-table.primes tfoot td.text-right {
    width: 100%;
    display: block;
  }

  .creation .rwd-table {
    margin-left: 0px;
    border: none;
    margin-left: 0;
    overflow: hidden;
    padding: 0;
  }

  .creation .rwd-table tbody>tr>td>button:first-child {
    margin-bottom: 0px;
  }

  .creation .rwd-table>div {
    width: 100%;
  }

  .creation .rwd-table>div>.table {
    width: 100%;
  }

  .creation .rwd-table>div>.table>tbody>tr>th:first-child {
    padding: 2px 0px 2px 8px;
  }

  .creation .rwd-table>div>.table>tbody>tr:not(.add)>td {
    padding: 30px 20px 8px 20px;
  }

  .creation .rwd-table>div>.table>tbody>tr:not(.add)>td.text-right {
    padding: 10px 10px;
    margin: auto;
  }

  .creation .rwd-table>div>.table>tbody>tr:not(.add)>td>button:first-child {
    margin-bottom: 10px;
  }

  .creation .rwd-table>div>.table>tbody>tr:not(.add)>td>button.comment,
  .creation .rwd-table>div>.table>tbody>tr:not(.add)>td button.duplicate,
  .creation .rwd-table>div>.table>tbody>tr:not(.add)>td button.delete,
  .creation .rwd-table>div>.table>tbody>tr:not(.add)>td button.actions {
    padding: 6px 16px 5px 16px;
    text-align: left;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }

  .creation .rwd-table>div>.table>tbody>tr:not(.add)>td>button.comment>.sr-only,
  .creation .rwd-table>div>.table>tbody>tr:not(.add)>td button.duplicate>.sr-only,
  .creation .rwd-table>div>.table>tbody>tr:not(.add)>td button.delete>.sr-only,
  .creation .rwd-table>div>.table>tbody>tr:not(.add)>td button.actions>.sr-only {
    position: relative;
  }

  .creation .rwd-table>div>.table>tbody>tr:not(.add)>td:before {
    width: 97%;
    top: 3px;
  }

  .creation .rwd-table>div>.table>tfoot>tr>td:first-child {
    display: none;
  }

  .creation .rwd-table>div>.table>tfoot>tr>td>button.add {
    padding: 6px 16px 5px 16px;
    text-align: left;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }

  .creation .rwd-table>div>.table>tfoot>tr>td>button.add>.sr-only {
    position: relative;
  }

  .validation .btn {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .validation .small {
    padding-left: 18px;
  }

  .rwd-table.primes tr.add td:first-child {
    display: none;
  }

  .rwd-table.primes tr.add td .btn {
    display: block;
    width: 100%;
  }
}

/* ============================================================================== */
/* ==========================       640px               ========================= */
/* ============================================================================== */
@media only screen and (max-width: 640px) {

  .checkbox-inline+.checkbox-inline,
  .radio-inline+.radio-inline {
    margin-left: 0px;
  }

  li.checkbox-inline,
  li.radio-inline {
    display: block;
    margin-left: 0;
    padding-left: 0;
  }
}

/* ============================================================================== */
/* ==========================       525px               ========================= */
/* ============================================================================== */
@media only screen and (max-width: 767px) {
  .rwd-table>div> {
    border: none;
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }

  .rwd-table>div>table>thead,
  .rwd-table>div>table>tbody,
  .rwd-table>div>table>tfoot,
  .rwd-table>div>table>tbody>tr>th,
  .rwd-table>div>table>thead>tr>th,
  .rwd-table>div>table>tbody>tr>td,
  .rwd-table>div>table>tbody>tr {
    display: block;
  }

  .rwd-table>div>table>thead>tr:not(.add) {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .rwd-table>div>table>tbody>tr:not(.add),
  .rwd-table>div>table>thead>tr,
  .rwd-table>div>table>tbody>th {
    border: 1px solid #eee;
    margin-bottom: 15px;
  }

  .rwd-table>div>.table>tbody>tr>th,
  .rwd-table>div>.table>tbody>tr:not(.add)>td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 8px 15px 8px 50%;
    text-align: left;
  }

  .rwd-table>div>.table>tbody>tr.add td {
    border: none;
  }

  .rwd-table>div>.table>tbody>tr>td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    font-weight: bold;
    left: 6px;
    width: 45%;
    padding-right: 10px;
  }

  .rwd-table>div>.table>tbody>tr>td.actions {
    padding: 8px 0 8px calc(50% - 80px);
  }

  .accueil .rwd-table .table>tbody>tr>,
  .previsualisation .rwd-table .table>tbody>tr> {
    /*
		Label the data
		*/
  }

  .accueil .rwd-table .table>tbody>tr>td:nth-of-type(1):before,
  .previsualisation .rwd-table .table>tbody>tr>td:nth-of-type(1):before {
    content: "Mis à jour le : ";
  }

  .accueil .rwd-table .table>tbody>tr>td:nth-of-type(2):before,
  .previsualisation .rwd-table .table>tbody>tr>td:nth-of-type(2):before {
    content: "N° attestation / état : ";
  }

  .accueil .rwd-table .table>tbody>tr>td:nth-of-type(3):before,
  .previsualisation .rwd-table .table>tbody>tr>td:nth-of-type(3):before {
    content: "Nom, prénom / NIR :";
  }

  .accueil .rwd-table .table>tbody>tr>td:nth-of-type(4):before,
  .previsualisation .rwd-table .table>tbody>tr>td:nth-of-type(4):before {
    content: "Fin de contrat :";
  }

  .etape3 .rwd-table.salaires .table>tbody>tr {
    /*
		Label the data
		*/
  }

  .etape3 .rwd-table.salaires .table>tbody>tr>td:nth-of-type(1):before {
    content: "Période";
  }

  .etape3 .rwd-table.salaires .table>tbody>tr>td:nth-of-type(2):before {
    content: "Date de paie";
  }

  .etape3 .rwd-table.salaires .table>tbody>tr>td:nth-of-type(3):before {
    content: "Temps travaillés";
  }

  .etape3 .rwd-table.salaires .table>tbody>tr>td:nth-of-type(4):before {
    content: "Jours non payés";
  }

  .etape3 .rwd-table.salaires .table>tbody>tr>td:nth-of-type(5):before {
    content: "Salaire brut mensuel";
  }

  .etape3 .rwd-table.salaires .table>tbody>tr>td:nth-of-type(6):before {
    content: "Taux d'abattement";
  }

  .etape3 .rwd-table.salaires .table>tbody>tr.input-comment {
    margin-top: -16px;
  }

  .etape3 .rwd-table.salaires .table>tbody>tr.input-comment td:before {
    content: "";
  }

  .etape3 .rwd-table.primes .table>tbody>tr:not(.add) {
    /*
		Label the data
		*/
  }

  .etape3 .rwd-table.primes .table>tbody>tr:not(.add)>td:nth-of-type(1):before {
    content: "Période couverte";
  }

  .etape3 .rwd-table.primes .table>tbody>tr:not(.add)>td:nth-of-type(2):before {
    content: "Date de paiement de la prime	";
  }

  .etape3 .rwd-table.primes .table>tbody>tr:not(.add)>td:nth-of-type(3):before {
    content: "Nature de prime ou indémnité	";
  }

  .etape3 .rwd-table.primes .table>tbody>tr:not(.add)>td:nth-of-type(4):before {
    content: "Montant brut soumis au RAC";
  }

  .etape3 .rwd-table.primes .table>tbody>tr:not(.add)>td:nth-of-type(5):before {
    content: "Taux d'abattement";
  }

  .etape4 .rwd-table.solde .table>tbody>tr {
    /*
		Label the data
		*/
  }

  .etape4 .rwd-table.solde .table>tbody>tr>td:nth-of-type(1):before {
    content: "Période";
  }

  .etape4 .rwd-table.solde .table>tbody>tr>td:nth-of-type(2):before {
    content: "Date de paie";
  }

  .etape4 .rwd-table.solde .table>tbody>tr>td:nth-of-type(3):before {
    content: "Temps travaillés";
  }

  .etape4 .rwd-table.solde .table>tbody>tr>td:nth-of-type(4):before {
    content: "Salaire brut mensuel";
  }

  .etape4 .rwd-table.solde .table>tbody>tr>td:nth-of-type(5):before {
    content: "Taux d'abattement";
  }
}