@charset "UTF-8";
/* Fichier généré par un préprocesseur CSS
 * theme-pole-emploi.css en version 1.1
   ========================================================================== */
@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* Variables CSS consommables par les webcomponents */
:root {
  --color--txt: #414042;
  --color--border: #ccc;
  --color--txt--contrasted: #262626;
  --color--border--contrasted: rgba(0,0,0,.5);
  --border-radius--btn: 100px;
  --pe-datepicker--day--border-radius: 12px;
  --pe-datepicker--day--bg-hover: #ffe0df;
  --color--primary: #ff5950;
  --color--primary-hover: #fe4a41;
  --color--primary-active: #e7362c;
}

@media (prefers-contrast: more) {
  :root {
    --color--primary: #ca0a00;
    --color--primary-hover: #aa0a02;
    --color--primary-active: #890902;
    --color--txt: var(--color--txt--contrasted);
    --color--border: var(--color--border--contrasted);
  }
}

.accessibility {
  /* CONTRASTES */
  --color--primary: #ca0a00;
  --color--primary-hover: #aa0a02;
  --color--primary-active: #890902;
  --color--txt: var(--color--txt--contrasted);
  --color--border: var(--color--border--contrasted);
}

.candidat {
  --color--primary: #ff5950;
  --color--primary-hover: #fe4a41;
  --color--primary-active: #e7362c;
  --pe-datepicker--day--bg-hover: #ffe0df;
}

@media (prefers-contrast: more) {
  .candidat {
    --color--primary: #ca0a00;
    --color--primary-hover: #aa0a02;
    --color--primary-active: #890902;
  }
}

.candidat.accessibility,
.accessibility .candidat {
  /* CONTRASTES */
  --color--primary: #ca0a00;
  --color--primary-hover: #aa0a02;
  --color--primary-active: #890902;
}

.entreprise {
  --color--primary: #599d78;
  --color--primary-hover: #4D8869;
  --color--primary-active: #36614B;
  --pe-datepicker--day--bg-hover: #cbdad1;
}

@media (prefers-contrast: more) {
  .entreprise {
    --color--primary: #477c5f;
    --color--primary-hover: #355d47;
    --color--primary-active: #193827;
  }
}

.entreprise.accessibility,
.accessibility .entreprise {
  /* CONTRASTES */
  --color--primary: #477c5f;
  --color--primary-hover: #355d47;
  --color--primary-active: #193827;
}

.map,
.conseiller {
  --color--primary: #4171da;
  --color--primary-hover: #2657c2;
  --color--primary-active: #336ae1;
  --border-radius--btn: 5px;
  --pe-datepicker--day--border-radius: 4px;
  --pe-datepicker--day--bg-hover: #c6d4f4;
}

@media (prefers-contrast: more) {
  .map,
  .conseiller {
    --color--primary: #4171da;
    --color--primary-hover: #2951a8;
    --color--primary-active: #173473;
  }
}

.map.accessibility,
.accessibility .map,
.conseiller.accessibility,
.accessibility
.conseiller {
  /* CONTRASTES */
  --color--primary: #4171da;
  --color--primary-hover: #2951a8;
  --color--primary-active: #173473;
}

.employeur {
  --color--primary: #4eb6af;
  --color--primary-hover: #24a29a;
  --color--primary-active: #16827b;
  --pe-datepicker--day--bg-hover: #d1d3d4;
}

@media (prefers-contrast: more) {
  .employeur {
    --color--primary: #317772;
    --color--primary-hover: #215855;
    --color--primary-active: #144543;
  }
}

.employeur.accessibility,
.accessibility .employeur {
  /* CONTRASTES */
  --color--primary: #317772;
  --color--primary-hover: #215855;
  --color--primary-active: #144543;
}

/*
 * 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
 */
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 1000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/**
 * The picker input element.
 */
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

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

/* ============================================================================== */
/* =====================     > 768 - TABLET AND DEKSTOP     ==================== */
/* ============================================================================== */
@media only screen and (min-width: 768px) {
  /*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
  /**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
  .picker {
    width: 100%;
  }
  /**
 * The holder is the base of the picker.
 */
  .picker__holder {
    position: absolute;
    background: #ffffff;
    border: 1px solid #aaaaaa;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
    min-width: 300px;
    max-width: 400px;
    max-height: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
    transform: translateY(-1em) perspective(600px) rotateX(10deg);
    transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
    transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  }
  /**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
  .picker__frame {
    padding: 1px;
  }
  .picker__wrap {
    margin: -1px;
  }
  /**
 * When the picker opens...
 */
  .picker--opened .picker__holder {
    max-height: 25em;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    border-top-width: 1px;
    border-bottom-width: 1px;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
    transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
    transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
    box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  }
  /* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
  /**
 * The picker box.
 */
  .picker__box {
    padding: 0 1em;
  }
  /**
 * The header containing the month and year stuff.
 */
  .picker__header {
    text-align: center;
    position: relative;
    margin-top: .75em;
  }
  /**
 * The month and year labels.
 */
  .picker__month,
  .picker__year {
    font-weight: 500;
    display: inline-block;
    margin-left: .25em;
    margin-right: .25em;
  }
  .picker__year {
    color: #999999;
    font-size: .8em;
    font-style: italic;
  }
  /**
 * The month and year selectors.
 */
  .picker__select--month,
  .picker__select--year {
    border: 1px solid #b7b7b7;
    padding: .5em;
    margin-left: .25em;
    margin-right: .25em;
    font-size: 0.8em;
  }
}

@media only screen and (min-width: 768px) and (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}

@media only screen and (min-width: 768px) {
  /* .picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 28%;
} */
  .picker__select--month:focus,
  .picker__select--year:focus {
    border-color: #0089ec;
  }
  /**
 * The month navigation buttons.
 */
  .picker__nav--prev,
  .picker__nav--next {
    position: absolute;
    padding: .5em 1.25em;
    width: 1em;
    height: 1em;
    box-sizing: content-box;
    padding: 7px 12px 7px 12px !important;
    top: -0.25em;
  }
}

@media only screen and (min-width: 768px) and (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}

@media only screen and (min-width: 768px) {
  .picker__nav--prev {
    left: -1em;
    padding-right: 1.25em;
  }
}

@media only screen and (min-width: 768px) and (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}

@media only screen and (min-width: 768px) {
  .picker__nav--next {
    right: -1em;
    padding-left: 1.25em;
  }
}

@media only screen and (min-width: 768px) and (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}

@media only screen and (min-width: 768px) {
  .picker__nav--prev:before,
  .picker__nav--next:before {
    content: " ";
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent;
    border-right: 0.75em solid #000000;
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto;
  }
  .picker__nav--next:before {
    border-right: 0;
    border-left: 0.75em solid #000000;
  }
  .picker__nav--prev:hover,
  .picker__nav--next:hover {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb;
  }
  .picker__nav--disabled,
  .picker__nav--disabled:hover,
  .picker__nav--disabled:before,
  .picker__nav--disabled:before:hover {
    cursor: default;
    background: none;
    border-right-color: #f5f5f5;
    border-left-color: #f5f5f5;
  }
  /**
 * The calendar table of dates
 */
  .picker__table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit;
    width: 100%;
    margin-top: .75em;
    margin-bottom: .5em;
  }
}

@media only screen and (min-width: 768px) and (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}

@media only screen and (min-width: 768px) {
  .picker__table td {
    margin: 0;
    padding: 0;
  }
  /**
 * The weekday labels
 */
  .picker__weekday {
    width: 14.285714286%;
    font-size: .75em;
    padding-bottom: .25em;
    padding-left: .25em;
    color: #999999;
    font-weight: 500;
    border: none !important;
    /* Increase the spacing a tad */
  }
}

@media only screen and (min-width: 768px) and (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}

@media only screen and (min-width: 768px) {
  /**
 * The days on the calendar
 */
  .picker__day {
    padding: .3125em 0;
    font-weight: 200;
    border: 1px solid transparent;
  }
  .picker__day--today {
    position: relative;
  }
  .picker__day--today:before {
    content: " ";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 0;
    height: 0;
    border-top: 0.5em solid #0059bc;
    border-left: .5em solid transparent;
  }
  .picker__day--disabled:before {
    border-top-color: #aaaaaa;
  }
  .picker__day--outfocus {
    color: #dddddd;
  }
  .picker__day--infocus:hover,
  .picker__day--outfocus:hover {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb;
  }
  .picker__day--highlighted {
    border-color: #0089ec;
  }
  .picker__day--highlighted:hover,
  .picker--focused .picker__day--highlighted {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb;
  }
  .picker__day--selected,
  .picker__day--selected:hover,
  .picker--focused .picker__day--selected {
    background: #0089ec;
    color: #ffffff;
  }
  .picker__day--disabled,
  .picker__day--disabled:hover,
  .picker--focused .picker__day--disabled {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #dddddd;
    cursor: default;
  }
  .picker__day--highlighted.picker__day--disabled,
  .picker__day--highlighted.picker__day--disabled:hover {
    background: #bbbbbb;
  }
  /**
 * The footer containing the "today", "clear", and "close" buttons.
 */
  .picker__footer {
    text-align: center;
  }
  .picker__button--today,
  .picker__button--clear,
  .picker__button--close {
    border: 1px solid #ffffff;
    background: #ffffff;
    font-size: .8em;
    padding: .66em 0;
    font-weight: bold;
    width: 33%;
    display: inline-block;
    vertical-align: bottom;
  }
  .picker__button--today:hover,
  .picker__button--clear:hover,
  .picker__button--close:hover {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb;
    border-bottom-color: #b1dcfb;
  }
  .picker__button--today:focus,
  .picker__button--clear:focus,
  .picker__button--close:focus {
    background: #b1dcfb;
    border-color: #0089ec;
    outline: none;
  }
  .picker__button--today:before,
  .picker__button--clear:before,
  .picker__button--close:before {
    position: relative;
    display: inline-block;
    height: 0;
  }
  .picker__button--today:before,
  .picker__button--clear:before {
    content: " ";
    margin-right: .45em;
  }
  .picker__button--today:before {
    top: -0.05em;
    width: 0;
    border-top: 0.66em solid #0059bc;
    border-left: .66em solid transparent;
  }
  .picker__button--clear:before {
    top: -0.25em;
    width: .66em;
    border-top: 3px solid #ee2200;
  }
  .picker__button--close:before {
    content: "\D7";
    top: -0.1em;
    vertical-align: top;
    font-size: 1.1em;
    margin-right: .35em;
    color: #777777;
  }
  .picker__button--today[disabled],
  .picker__button--today[disabled]:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #dddddd;
    cursor: default;
  }
  .picker__button--today[disabled]:before {
    border-top-color: #aaaaaa;
  }
  /* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
}

/* ============================================================================== */
/* ==========================     < 768px mobile only     ======================= */
/* ============================================================================== */
@media only screen and (max-width: 767px) {
  /*!
   * Default mobile-first, responsive styling for pickadate.js
   * Demo: http://amsul.github.io/pickadate.js
   */
  /**
   * Note: the root picker element should *NOT* be styled more than what’s here.
   */
  /**
   * Make the holder and frame fullscreen.
   */
  .picker__holder,
  .picker__frame {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  /**
   * The holder should overlay the entire screen.
   */
  .picker__holder {
    position: fixed;
    transition: background 0.15s ease-out, -webkit-transform 0s 0.15s;
    transition: background 0.15s ease-out, transform 0s 0.15s;
    -webkit-backface-visibility: hidden;
  }
  /**
   * The frame that bounds the box contents of the picker.
   */
  .picker__frame {
    position: absolute;
    margin: 0 auto;
    min-width: 256px;
    max-width: 666px;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transition: all 0.15s ease-out;
  }
}

@media only screen and (max-width: 767px) and (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}

@media only screen and (max-width: 767px) and (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}

@media only screen and (max-width: 767px) {
  /**
   * The wrapper sets the stage to vertically align the box contents.
   */
  .picker__wrap {
    display: table;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 767px) and (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  /**
   * The box contains all the picker contents.
   */
  .picker__box {
    background: #ffffff;
    display: table-cell;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 767px) and (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}

@media only screen and (max-width: 767px) and (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}

@media only screen and (max-width: 767px) and (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}

@media only screen and (max-width: 767px) {
  /**
   * When the picker opens...
   */
  .picker--opened .picker__holder {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
    zoom: 1;
    background: rgba(0, 0, 0, 0.32);
    transition: background 0.15s ease-out;
  }
  .picker--opened .picker__frame {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) and (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  /* ==========================================================================
     $BASE-DATE-PICKER
     ========================================================================== */
  /**
   * The picker box.
   */
  .picker__box {
    padding: 0 1em;
  }
  /**
   * The header containing the month and year stuff.
   */
  .picker__header {
    text-align: center;
    position: relative;
    margin-top: .75em;
  }
  /**
   * The month and year labels.
   */
  .picker__month,
  .picker__year {
    font-weight: 500;
    display: inline-block;
    margin-left: .25em;
    margin-right: .25em;
  }
  .picker__year {
    color: #999999;
    font-size: .8em;
    font-style: italic;
  }
  /**
   * The month and year selectors.
   */
  .picker__select--month,
  .picker__select--year {
    border: 1px solid #b7b7b7;
    padding: .5em;
    margin-left: .25em;
    margin-right: .25em;
  }
}

@media only screen and (max-width: 767px) and (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}

@media only screen and (max-width: 767px) {
  /*   .picker__select--month {
    width: 40%;
  }
  .picker__select--year {
    width: 25%;
  } */
  .picker__select--month:focus,
  .picker__select--year:focus {
    border-color: #0089ec;
  }
  /**
   * The month navigation buttons.
   */
  .picker__nav--prev,
  .picker__nav--next {
    position: absolute;
    padding: .5em 1.25em;
    width: 1em;
    height: 1em;
    box-sizing: content-box;
    top: -0.25em;
  }
}

@media only screen and (max-width: 767px) and (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}

@media only screen and (max-width: 767px) {
  .picker__nav--prev {
    left: -1em;
    padding-right: 1.25em;
  }
}

@media only screen and (max-width: 767px) and (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}

@media only screen and (max-width: 767px) {
  .picker__nav--next {
    right: -1em;
    padding-left: 1.25em;
  }
}

@media only screen and (max-width: 767px) and (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}

@media only screen and (max-width: 767px) {
  .picker__nav--prev:before,
  .picker__nav--next:before {
    content: " ";
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent;
    border-right: 0.75em solid #000000;
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto;
  }
  .picker__nav--next:before {
    border-right: 0;
    border-left: 0.75em solid #000000;
  }
  .picker__nav--prev:hover,
  .picker__nav--next:hover {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb;
  }
  .picker__nav--disabled,
  .picker__nav--disabled:hover,
  .picker__nav--disabled:before,
  .picker__nav--disabled:before:hover {
    cursor: default;
    background: none;
    border-right-color: #f5f5f5;
    border-left-color: #f5f5f5;
  }
  /**
   * The calendar table of dates
   */
  .picker__table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit;
    width: 100%;
    margin-top: .75em;
    margin-bottom: .5em;
  }
}

@media only screen and (max-width: 767px) and (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}

@media only screen and (max-width: 767px) {
  .picker__table td {
    margin: 0;
    padding: 0;
  }
  /**
   * The weekday labels
   */
  .picker__weekday {
    width: 14.285714286%;
    font-size: .75em;
    padding-bottom: .25em;
    color: #999999;
    font-weight: 500;
    /* Increase the spacing a tad */
  }
}

@media only screen and (max-width: 767px) and (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}

@media only screen and (max-width: 767px) {
  /**
   * The days on the calendar
   */
  .picker__day {
    padding: .3125em 0;
    font-weight: 200;
    border: 1px solid transparent;
  }
  .picker__day--today {
    position: relative;
  }
  .picker__day--today:before {
    content: " ";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 0;
    height: 0;
    border-top: 0.5em solid #0059bc;
    border-left: .5em solid transparent;
  }
  .picker__day--disabled:before {
    border-top-color: #aaaaaa;
  }
  .picker__day--outfocus {
    color: #dddddd;
  }
  .picker__day--infocus:hover,
  .picker__day--outfocus:hover {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb;
  }
  .picker__day--highlighted {
    border-color: #0089ec;
  }
  .picker__day--highlighted:hover,
  .picker--focused .picker__day--highlighted {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb;
  }
  .picker__day--selected,
  .picker__day--selected:hover,
  .picker--focused .picker__day--selected {
    background: #0089ec;
    color: #ffffff;
  }
  .picker__day--disabled,
  .picker__day--disabled:hover,
  .picker--focused .picker__day--disabled {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #dddddd;
    cursor: default;
  }
  .picker__day--highlighted.picker__day--disabled,
  .picker__day--highlighted.picker__day--disabled:hover {
    background: #bbbbbb;
  }
  /**
   * The footer containing the "today", "clear", and "close" buttons.
   */
  .picker__footer {
    text-align: center;
  }
  .picker__button--today,
  .picker__button--clear,
  .picker__button--close {
    border: 1px solid #ffffff;
    background: #ffffff;
    font-size: .8em;
    padding: .66em 0;
    font-weight: bold;
    width: 33%;
    display: inline-block;
    vertical-align: bottom;
  }
  .picker__button--today:hover,
  .picker__button--clear:hover,
  .picker__button--close:hover {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb;
    border-bottom-color: #b1dcfb;
  }
  .picker__button--today:focus,
  .picker__button--clear:focus,
  .picker__button--close:focus {
    background: #b1dcfb;
    border-color: #0089ec;
    outline: none;
  }
  .picker__button--today:before,
  .picker__button--clear:before,
  .picker__button--close:before {
    position: relative;
    display: inline-block;
    height: 0;
  }
  .picker__button--today:before,
  .picker__button--clear:before {
    content: " ";
    margin-right: .45em;
  }
  .picker__button--today:before {
    top: -0.05em;
    width: 0;
    border-top: 0.66em solid #0059bc;
    border-left: .66em solid transparent;
  }
  .picker__button--clear:before {
    top: -0.25em;
    width: .66em;
    border-top: 3px solid #ee2200;
  }
  .picker__button--close:before {
    content: "\D7";
    top: -0.1em;
    vertical-align: top;
    font-size: 1.1em;
    margin-right: .35em;
    color: #777777;
  }
  .picker__button--today[disabled],
  .picker__button--today[disabled]:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #dddddd;
    cursor: default;
  }
  .picker__button--today[disabled]:before {
    border-top-color: #aaaaaa;
  }
  /* ==========================================================================
     $DEFAULT-DATE-PICKER
     ========================================================================== */
}

.entreprise {
  /* .picker__holder,
	.picker__frame {
		top: 100%;
	}

	.picker--opened .picker__holder,
	.picker--opened .picker__frame {
		top: 0;
	}

	.picker--opened .picker__frame {
		bottom: 0;
	} */
}

.entreprise .picker__day--selected,
.entreprise .picker__day--selected:hover,
.entreprise .picker--focused .picker__day--selected {
  background: #599d78;
}

.entreprise .picker__day--highlighted {
  border-color: #599d78;
}

.entreprise .picker__day--highlighted:hover,
.entreprise .picker--focused
.picker__day--highlighted {
  background: #98c4ac;
}

.entreprise .picker__day--today:before {
  border-top-color: #599d78;
}

.entreprise .picker__day--infocus:hover,
.entreprise .picker__day--outfocus:hover {
  background: #d9e9e0;
}

.entreprise .picker__button--today:hover,
.entreprise .picker__button--clear:hover,
.entreprise .picker__button--close:hover {
  background: #d9e9e0;
}

.entreprise .picker__button--today:focus, .entreprise .picker__button--clear:focus, .entreprise .picker__button--close:focus {
  border-color: #599d78;
}

.entreprise .picker__day {
  font-size: 17px;
  font-size: 1.0625rem;
}

.entreprise .picker__button--today:before {
  border-top-color: #599d78;
}

.entreprise .picker__nav--prev:hover, .entreprise .picker__nav--next:hover {
  background: #d9e9e0;
}

.candidat {
  /* .picker__holder,
	.picker__frame {
		top: 100%;
	}

	.picker--opened .picker__holder,
	.picker--opened .picker__frame {
		top: 0;
	}

	.picker--opened .picker__frame {
		bottom: 0;
	} */
}

.candidat .picker__day--selected,
.candidat .picker__day--selected:hover,
.candidat .picker--focused .picker__day--selected {
  background: #ff5950;
}

.candidat .picker__day--highlighted {
  border-color: #ff5950;
}

.candidat .picker__day--highlighted:hover,
.candidat .picker--focused
.picker__day--highlighted {
  background: #ffbab6;
}

.candidat .picker__day--today:before {
  border-top-color: #ff5950;
}

.candidat .picker__day--infocus:hover,
.candidat .picker__day--outfocus:hover {
  background: white;
}

.candidat .picker__button--today:hover,
.candidat .picker__button--clear:hover,
.candidat .picker__button--close:hover {
  background: white;
}

.candidat .picker__button--today:focus, .candidat .picker__button--clear:focus, .candidat .picker__button--close:focus {
  border-color: #ff5950;
}

.candidat .picker__day {
  font-size: 17px;
  font-size: 1.0625rem;
}

.candidat .picker__button--today:before {
  border-top-color: #ff5950;
}

.candidat .picker__nav--prev:hover, .candidat .picker__nav--next:hover {
  background: white;
}

.datepicker {
  position: relative;
}

.datepicker .form-group {
  z-index: 10;
}

.datepicker .input-group {
  display: flex;
}

.datepicker .form-control {
  flex: 1;
  border-color: #d1d3d4;
}

.datepicker .input-group-btn {
  width: auto;
}

.datepicker-btn.btn-icon-only {
  background-color: #337ab7;
  border-color: #337ab7;
  color: #ffffff;
}

.datepicker-btn.btn-icon-only [class^="icon-"] {
  margin-right: 0;
  font-size: 16px;
  font-size: 1rem;
}

.datepicker-dialog {
  display: none;
  position: absolute;
  z-index: 20;
  top: 57px;
  left: 0;
  width: 320px;
  padding: 12px 8px 20px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
  .datepicker-dialog {
    width: 290px;
  }
}

.datepicker-dialog-open {
  display: block;
}

.datepicker-dialog-header {
  display: flex;
  align-items: center;
  margin: 0 -4px 8px;
  padding: 0 6px;
}

.datepicker-dialog-prev-year,
.datepicker-dialog-prev-month,
.datepicker-dialog-next-year,
.datepicker-dialog-next-month {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin: 0 4px;
  padding: 0;
  background-color: transparent;
  border: 0;
}

.datepicker-dialog-prev-month {
  margin-right: auto;
  font-size: 10px;
  font-size: 0.625rem;
}

.datepicker-dialog-next-month {
  margin-left: auto;
  font-size: 10px;
  font-size: 0.625rem;
}

.datepicker-dialog-month-year {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
}

.datepicker-dialog-body {
  margin: 0 -8px;
}

.datepicker-dialog-table {
  margin-bottom: 12px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 8px;
}

.datepicker-dialog-table > thead > tr > th {
  padding: 0 4px;
  border-bottom: 0;
  text-align: center;
}

.datepicker-dialog-table > tbody > tr > th,
.datepicker-dialog-table > tbody > tr > td {
  width: 36px;
  height: 36px;
  padding: 4px;
  vertical-align: middle;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 12px;
  text-align: center;
  color: #262527;
  line-height: 1;
  cursor: pointer;
}

.datepicker-dialog-table > tbody > tr > th:not(.disabled):hover, .datepicker-dialog-table > tbody > tr > th[tabindex="0"],
.datepicker-dialog-table > tbody > tr > td:not(.disabled):hover,
.datepicker-dialog-table > tbody > tr > td[tabindex="0"] {
  background-color: #b7d3eb;
}

.datepicker-dialog-table > tbody > tr > th:focus,
.datepicker-dialog-table > tbody > tr > td:focus {
  border-width: 2px;
  border-color: #262527;
  font-weight: 400;
}

.datepicker-dialog-table > tbody > tr > th.disabled,
.datepicker-dialog-table > tbody > tr > td.disabled {
  cursor: default;
}

.datepicker-dialog-table > tbody > tr > th[aria-selected="true"],
.datepicker-dialog-table > tbody > tr > td[aria-selected="true"] {
  font-weight: 700;
}

.datepicker-dialog-table > tbody > tr > th[aria-selected="true"]:not(:focus),
.datepicker-dialog-table > tbody > tr > td[aria-selected="true"]:not(:focus) {
  border-color: #337ab7;
  color: #337ab7;
}

.datepicker-dialog-table > tbody > tr > th[aria-selected="true"][tabindex="0"]:not(:focus),
.datepicker-dialog-table > tbody > tr > td[aria-selected="true"][tabindex="0"]:not(:focus) {
  background-color: #fff;
}

.datepicker-dialog-table > tbody > tr[style*="visibility: hidden"] {
  display: none;
}

.map .datepicker-dialog-table > tbody > tr > th,
.map .datepicker-dialog-table > tbody > tr > td {
  border-radius: 4px;
}

.map .datepicker-dialog-table > tbody > tr > th:not(.disabled):hover, .map .datepicker-dialog-table > tbody > tr > th[tabindex="0"],
.map .datepicker-dialog-table > tbody > tr > td:not(.disabled):hover,
.map .datepicker-dialog-table > tbody > tr > td[tabindex="0"] {
  background-color: #c6d4f4;
}

.map .datepicker-dialog-table > tbody > tr > th[aria-selected="true"]:not(:focus),
.map .datepicker-dialog-table > tbody > tr > td[aria-selected="true"]:not(:focus) {
  border-color: #4171da;
  color: #4171da;
}

.candidat .datepicker-dialog-table > tbody > tr > th,
.candidat .datepicker-dialog-table > tbody > tr > td {
  border-radius: 12px;
}

.candidat .datepicker-dialog-table > tbody > tr > th:not(.disabled):hover, .candidat .datepicker-dialog-table > tbody > tr > th[tabindex="0"],
.candidat .datepicker-dialog-table > tbody > tr > td:not(.disabled):hover,
.candidat .datepicker-dialog-table > tbody > tr > td[tabindex="0"] {
  background-color: #ffe0df;
}

.candidat .datepicker-dialog-table > tbody > tr > th[aria-selected="true"]:not(:focus),
.candidat .datepicker-dialog-table > tbody > tr > td[aria-selected="true"]:not(:focus) {
  border-color: #ff5950;
  color: #ff5950;
}

.entreprise .datepicker-dialog-table > tbody > tr > th,
.entreprise .datepicker-dialog-table > tbody > tr > td {
  border-radius: 12px;
}

.entreprise .datepicker-dialog-table > tbody > tr > th:not(.disabled):hover, .entreprise .datepicker-dialog-table > tbody > tr > th[tabindex="0"],
.entreprise .datepicker-dialog-table > tbody > tr > td:not(.disabled):hover,
.entreprise .datepicker-dialog-table > tbody > tr > td[tabindex="0"] {
  background-color: #e9f3ed;
}

.entreprise .datepicker-dialog-table > tbody > tr > th[aria-selected="true"]:not(:focus),
.entreprise .datepicker-dialog-table > tbody > tr > td[aria-selected="true"]:not(:focus) {
  border-color: #599d78;
  color: #599d78;
}

.particulier .datepicker-dialog-table > tbody > tr > th,
.particulier .datepicker-dialog-table > tbody > tr > td {
  border-radius: 12px;
}

.particulier .datepicker-dialog-table > tbody > tr > th:not(.disabled):hover, .particulier .datepicker-dialog-table > tbody > tr > th[tabindex="0"],
.particulier .datepicker-dialog-table > tbody > tr > td:not(.disabled):hover,
.particulier .datepicker-dialog-table > tbody > tr > td[tabindex="0"] {
  background-color: #d1d3d4;
}

.particulier .datepicker-dialog-table > tbody > tr > th[aria-selected="true"]:not(:focus),
.particulier .datepicker-dialog-table > tbody > tr > td[aria-selected="true"]:not(:focus) {
  border-color: #4eb6af;
  color: #4eb6af;
}

.transverse .datepicker-dialog-table > tbody > tr > th,
.transverse .datepicker-dialog-table > tbody > tr > td {
  border-radius: 12px;
}

.transverse .datepicker-dialog-table > tbody > tr > th:not(.disabled):hover, .transverse .datepicker-dialog-table > tbody > tr > th[tabindex="0"],
.transverse .datepicker-dialog-table > tbody > tr > td:not(.disabled):hover,
.transverse .datepicker-dialog-table > tbody > tr > td[tabindex="0"] {
  background-color: #d1d3d4;
}

.transverse .datepicker-dialog-table > tbody > tr > th[aria-selected="true"]:not(:focus),
.transverse .datepicker-dialog-table > tbody > tr > td[aria-selected="true"]:not(:focus) {
  border-color: #289DBD;
  color: #289DBD;
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: url("../fonts/roboto/roboto-thin-webfont.eot");
  src: url("../fonts/roboto/roboto-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-thin-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-thin-webfont.woff") format("woff"), url("../fonts/roboto/roboto-thin-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto-thin-webfont.svg#robotothin") format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: url("../fonts/roboto/roboto-thinitalic-webfont.eot");
  src: url("../fonts/roboto/roboto-thinitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-thinitalic-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-thinitalic-webfont.woff") format("woff"), url("../fonts/roboto/roboto-thinitalic-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto-thinitalic-webfont.svg#robotothin_italic") format("svg");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: url("../fonts/roboto/roboto-light-webfont.eot");
  src: url("../fonts/roboto/roboto-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-light-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-light-webfont.woff") format("woff"), url("../fonts/roboto/roboto-light-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto-light-webfont.svg#robotolight") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: url("../fonts/roboto/roboto-lightitalic-webfont.eot");
  src: url("../fonts/roboto/roboto-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-lightitalic-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-lightitalic-webfont.woff") format("woff"), url("../fonts/roboto/roboto-lightitalic-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto-lightitalic-webfont.svg#robotolight_italic") format("svg");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: url("../fonts/roboto/roboto-regular-webfont.eot");
  src: url("../fonts/roboto/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-regular-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-regular-webfont.woff") format("woff"), url("../fonts/roboto/roboto-regular-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto-regular-webfont.svg#robotoregular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: url("../fonts/roboto/roboto-italic-webfont.eot");
  src: url("../fonts/roboto/roboto-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-italic-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-italic-webfont.woff") format("woff"), url("../fonts/roboto/roboto-italic-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto-italic-webfont.svg#robotoitalic") format("svg");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: url("../fonts/roboto/roboto-medium-webfont.eot");
  src: url("../fonts/roboto/roboto-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-medium-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-medium-webfont.woff") format("woff"), url("../fonts/roboto/roboto-medium-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto-medium-webfont.svg#robotomedium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: url("../fonts/roboto/roboto-mediumitalic-webfont.eot");
  src: url("../fonts/roboto/roboto-mediumitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-mediumitalic-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-mediumitalic-webfont.woff") format("woff"), url("../fonts/roboto/roboto-mediumitalic-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto-mediumitalic-webfont.svg#robotomedium_italic") format("svg");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: url("../fonts/roboto/roboto-bold-webfont.eot");
  src: url("../fonts/roboto/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-bold-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-bold-webfont.woff") format("woff"), url("../fonts/roboto/roboto-bold-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto-bold-webfont.svg#robotobold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: url("../fonts/roboto/roboto-bolditalic-webfont.eot");
  src: url("../fonts/roboto/roboto-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-bolditalic-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-bolditalic-webfont.woff") format("woff"), url("../fonts/roboto/roboto-bolditalic-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto-bolditalic-webfont.svg#robotobold_italic") format("svg");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: url("../fonts/roboto/roboto-black-webfont.eot");
  src: url("../fonts/roboto/roboto-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-black-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-black-webfont.woff") format("woff"), url("../fonts/roboto/roboto-black-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto-black-webfont.svg#robotoblack") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: url("../fonts/roboto/roboto-blackitalic-webfont.eot");
  src: url("../fonts/roboto/roboto-blackitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-blackitalic-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-blackitalic-webfont.woff") format("woff"), url("../fonts/roboto/roboto-blackitalic-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto-blackitalic-webfont.svg#robotoblack_italic") format("svg");
  font-weight: 900;
  font-style: italic;
}

.small {
  font-size: 92%;
}

/**
 * Font icons généré par Icomoon [https://icomoon.io]
 * Voir la documentation sur le site du Pôle Webdesign
 * [http://wistiiti.dme.unedic.fr/studio/icones.html]
 */
@font-face {
  font-family: 'icons';
  font-display: block;
  src: url("../fonts/icons.eot?wekjvp");
  src: url("../fonts/icons.eot?wekjvp#iefix") format("embedded-opentype"), url("../fonts/icons.ttf?wekjvp") format("truetype"), url("../fonts/icons.woff?wekjvp") format("woff");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
.form-control-feedback {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Pour améliorer le rendu =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-error:before,
.has-error .form-control-feedback:before,
.has-error-first .form-control-feedback-first:before,
.has-error-second .form-control-feedback-second:before {
  content: "\e92d";
}

.icon-success:before,
.has-success .form-control-feedback:before,
.has-success-first .form-control-feedback-first:before,
.has-success-second .form-control-feedback-second:before {
  content: "\e929";
}

.icon-users-meeting:before {
  content: "\ea14";
}

.icon-messagerie-integree:before {
  content: "\ea14";
}

.icon-clock-full:before {
  content: "\ea11";
}

.icon-pencil-round-full:before {
  content: "\ea12";
}

.icon-send-round-full:before {
  content: "\ea13";
}

.icon-calendar-add:before {
  content: "\ea0f";
}

.icon-calendar-cancel:before {
  content: "\ea10";
}

.icon-calendar-download:before {
  content: "\ea0d";
}

.icon-calendar-edit:before {
  content: "\ea0e";
}

.icon-metierscope:before {
  content: "\ea0b";
}

.icon-chevron-u-full:before {
  content: "\ea0a";
}

.icon-chevron-sm-l:before {
  content: "\e994";
}

.icon-chevron-sm-r:before {
  content: "\e995";
}

.icon-chevron-sm-u:before {
  content: "\e9b4";
}

.icon-send:before {
  content: "\e900";
}

.icon-paper-plane:before {
  content: "\e900";
}

.icon-map-send-paper-plane:before {
  content: "\e900";
}

.icon-support:before {
  content: "\e901";
}

.icon-buoy:before {
  content: "\e901";
}

.icon-target:before {
  content: "\e902";
}

.icon-cible:before {
  content: "\e902";
}

.icon-translation:before {
  content: "\e903";
}

.icon-translate:before {
  content: "\e903";
}

.icon-briefcase-check:before {
  content: "\e904";
}

.icon-malette-success:before {
  content: "\e904";
}

.icon-propositions:before {
  content: "\e904";
}

.icon-connection:before {
  content: "\e907";
}

.icon-diffusion:before {
  content: "\e907";
}

.icon-globe:before {
  content: "\e908";
}

.icon-monde:before {
  content: "\e908";
}

.icon-website:before {
  content: "\e908";
}

.icon-keyboard-full:before {
  content: "\ea0c";
}

.icon-map-clavier:before {
  content: "\ea0c";
}

.icon-briefcase-search:before {
  content: "\e905";
}

.icon-malette-loupe:before {
  content: "\e905";
}

.icon-accessibility:before {
  content: "\e906";
}

.icon-avatar:before {
  content: "\e909";
}

.icon-tete:before {
  content: "\e909";
}

.icon-baby:before {
  content: "\e90a";
}

.icon-contact-user:before {
  content: "\e90b";
}

.icon-wa-contactcandidat:before {
  content: "\e90b";
}

.icon-map-doc:before {
  content: "\e90b";
}

.icon-deal:before {
  content: "\e90c";
}

.icon-accompagner:before {
  content: "\e90c";
}

.icon-prendre-un-rendezvous:before {
  content: "\e90c";
}

.icon-discrimination:before {
  content: "\e90d";
}

.icon-discriminer:before {
  content: "\e90d";
}

.icon-exchange:before {
  content: "\e90e";
}

.icon-people-exchange:before {
  content: "\e90e";
}

.icon-map-reconversion:before {
  content: "\e90e";
}

.icon-focus:before {
  content: "\e90f";
}

.icon-wa-employeurparticulier:before {
  content: "\e90f";
}

.icon-handicap:before {
  content: "\e910";
}

.icon-handicap-full:before {
  content: "\e911";
}

.icon-handshake:before {
  content: "\e912";
}

.icon-embaucher:before {
  content: "\e912";
}

.icon-service-a-la-carte:before {
  content: "\e912";
}

.icon-accompagnement:before {
  content: "\e912";
}

.icon-info-point:before {
  content: "\e913";
}

.icon-search-user:before {
  content: "\e914";
}

.icon-profil-search:before {
  content: "\e914";
}

.icon-map-loupe:before {
  content: "\e914";
}

.icon-user:before {
  content: "\e915";
}

.icon-wa-profil:before {
  content: "\e915";
}

.icon-map-portrait:before {
  content: "\e915";
}

.icon-acces-candidat:before {
  content: "\e915";
}

.icon-user-add:before {
  content: "\e916";
}

.icon-wa-recrutement:before {
  content: "\e916";
}

.icon-profil-add:before {
  content: "\e916";
}

.icon-user-business:before {
  content: "\e917";
}

.icon-wa-profilentreprise:before {
  content: "\e917";
}

.icon-map-advisor:before {
  content: "\e917";
}

.icon-acces-entreprise:before {
  content: "\e917";
}

.icon-acces-employeur:before {
  content: "\e917";
}

.icon-user-check:before {
  content: "\e918";
}

.icon-profil-valid:before {
  content: "\e918";
}

.icon-user-full:before {
  content: "\e919";
}

.icon-user-remove:before {
  content: "\e91a";
}

.icon-profil-supp:before {
  content: "\e91a";
}

.icon-users:before {
  content: "\e91b";
}

.icon-profil-multi:before {
  content: "\e91b";
}

.icon-map-portrait-double:before {
  content: "\e91b";
}

.icon-map-people:before {
  content: "\e91b";
}

.icon-bike:before {
  content: "\e91c";
}

.icon-bus:before {
  content: "\e91d";
}

.icon-car:before {
  content: "\e91e";
}

.icon-map-train-voiture:before {
  content: "\e91e";
}

.icon-moto:before {
  content: "\e91f";
}

.icon-plane:before {
  content: "\e920";
}

.icon-rocket:before {
  content: "\e921";
}

.icon-stroller:before {
  content: "\e922";
}

.icon-baby-mobility:before {
  content: "\e922";
}

.icon-map-poussette:before {
  content: "\e922";
}

.icon-aide-mobilite-garde-enfant:before {
  content: "\e922";
}

.icon-train:before {
  content: "\e923";
}

.icon-map-train:before {
  content: "\e923";
}

.icon-truck:before {
  content: "\e924";
}

.icon-walk:before {
  content: "\e925";
}

.icon-bell-close:before {
  content: "\e926";
}

.icon-bell-full:before {
  content: "\e927";
}

.icon-check:before {
  content: "\e928";
}

.icon-check-round:before {
  content: "\e929";
}

.icon-success:before {
  content: "\e929";
}

.icon-wa-offreverifiee:before {
  content: "\e929";
}

.icon-map-check:before {
  content: "\e929";
}

.icon-check-round-full:before {
  content: "\e92a";
}

.icon-check-full-rounded:before {
  content: "\e92a";
}

.icon-close-round-full:before {
  content: "\e92b";
}

.icon-error-full-rounded:before {
  content: "\e92b";
}

.icon-equal:before {
  content: "\e92c";
}

.icon-error:before {
  content: "\e92d";
}

.icon-error-full:before {
  content: "\e92e";
}

.icon-exclamation:before {
  content: "\e92f";
}

.icon-wa-error:before {
  content: "\e92f";
}

.icon-flag:before {
  content: "\e930";
}

.icon-hacker:before {
  content: "\e931";
}

.icon-hand:before {
  content: "\e932";
}

.icon-map-main:before {
  content: "\e932";
}

.icon-info:before {
  content: "\e933";
}

.icon-map-information:before {
  content: "\e933";
}

.icon-loading:before {
  content: "\e934";
}

.icon-lock:before {
  content: "\e935";
}

.icon-me-deconnecter:before {
  content: "\e935";
}

.icon-megaphone:before {
  content: "\e936";
}

.icon-badge-megaphone:before {
  content: "\e936";
}

.icon-map-megaphone:before {
  content: "\e936";
}

.icon-not-specified:before {
  content: "\e937";
}

.icon-not-specified-round:before {
  content: "\e938";
}

.icon-ko:before {
  content: "\e938";
}

.icon-question:before {
  content: "\e939";
}

.icon-ask-full:before {
  content: "\e939";
}

.icon-question-round:before {
  content: "\e93a";
}

.icon-ask:before {
  content: "\e93a";
}

.icon-shield:before {
  content: "\e93b";
}

.icon-map-bouclier:before {
  content: "\e93b";
}

.icon-speak-error:before {
  content: "\e93c";
}

.icon-depot-reclamation:before {
  content: "\e93c";
}

.icon-thumb-down:before {
  content: "\e93d";
}

.icon-finger-down:before {
  content: "\e93d";
}

.icon-thumb-up:before {
  content: "\e93e";
}

.icon-finger-up:before {
  content: "\e93e";
}

.icon-tild-full:before {
  content: "\e93f";
}

.icon-tild-rounded:before {
  content: "\e93f";
}

.icon-warning:before {
  content: "\e940";
}

.icon-map-warning:before {
  content: "\e940";
}

.icon-badge-ko:before {
  content: "\e941";
}

.icon-badge-ok:before {
  content: "\e942";
}

.icon-badge-wait:before {
  content: "\e943";
}

.icon-badge-attente:before {
  content: "\e943";
}

.icon-bell:before {
  content: "\e944";
}

.icon-map-cloche:before {
  content: "\e944";
}

.icon-mes-notifs:before {
  content: "\e944";
}

.icon-cloud-upload:before {
  content: "\e945";
}

.icon-cloud:before {
  content: "\e945";
}

.icon-facebook:before {
  content: "\e946";
}

.icon-google:before {
  content: "\e947";
}

.icon-google-plus:before {
  content: "\e947";
}

.icon-linkedin:before {
  content: "\e948";
}

.icon-twitter:before {
  content: "\e949";
}

.icon-x:before {
  content: "\e949";
}

.icon-viadeo:before {
  content: "\e94a";
}

.icon-world:before {
  content: "\e94b";
}

.icon-earth:before {
  content: "\e94b";
}

.icon-emploi-store:before {
  content: "\e94c";
}

.icon-espace-perso:before {
  content: "\e94d";
}

.icon-logo:before {
  content: "\e94e";
}

.icon-sphere-emploi:before {
  content: "\e94f";
}

.icon-badge:before {
  content: "\e950";
}

.icon-profil-card:before {
  content: "\e950";
}

.icon-profil-competences:before {
  content: "\e950";
}

.icon-map-identity-card:before {
  content: "\e950";
}

.icon-bill:before {
  content: "\e951";
}

.icon-card-euro:before {
  content: "\e952";
}

.icon-credit-card-coins-payment:before {
  content: "\e952";
}

.icon-map-ticket-euro:before {
  content: "\e952";
}

.icon-map-payment-too-much:before {
  content: "\e952";
}

.icon-credit-card:before {
  content: "\e953";
}

.icon-blue-card:before {
  content: "\e953";
}

.icon-euro:before {
  content: "\e954";
}

.icon-estimate:before {
  content: "\e954";
}

.icon-double-file-euro:before {
  content: "\e954";
}

.icon-payment:before {
  content: "\e954";
}

.icon-map-euro:before {
  content: "\e954";
}

.icon-allocations:before {
  content: "\e954";
}

.icon-demandes-financement:before {
  content: "\e954";
}

.icon-paiements:before {
  content: "\e954";
}

.icon-gerer-demandes-allocation:before {
  content: "\e954";
}

.icon-handout:before {
  content: "\e955";
}

.icon-payment-help:before {
  content: "\e955";
}

.icon-aides:before {
  content: "\e955";
}

.icon-money-time:before {
  content: "\e956";
}

.icon-refund:before {
  content: "\e957";
}

.icon-payment-refund:before {
  content: "\e957";
}

.icon-map-refund:before {
  content: "\e957";
}

.icon-trop-percus:before {
  content: "\e957";
}

.icon-rib:before {
  content: "\e958";
}

.icon-bank-account:before {
  content: "\e958";
}

.icon-coordonnees-bancaires:before {
  content: "\e958";
}

.icon-wallet:before {
  content: "\e959";
}

.icon-salaire:before {
  content: "\e959";
}

.icon-wallet-help:before {
  content: "\e959";
}

.icon-map-wallet:before {
  content: "\e959";
}

.icon-estimer-allocations-perte-emploi:before {
  content: "\e959";
}

.icon-estimer-allocations-perte-emploi-ins:before {
  content: "\e959";
}

.icon-estimer-allocations-reprise-emploi:before {
  content: "\e959";
}

.icon-bullet-list:before {
  content: "\e95a";
}

.icon-map-liste-puces:before {
  content: "\e95a";
}

.icon-purse:before {
  content: "\e95b";
}

.icon-grid:before {
  content: "\e95c";
}

.icon-dashboard-menu:before {
  content: "\e95c";
}

.icon-home:before {
  content: "\e95d";
}

.icon-accueil-espace-perso:before {
  content: "\e95d";
}

.icon-home-full:before {
  content: "\e95e";
}

.icon-list-schedule:before {
  content: "\e95f";
}

.icon-wa-service:before {
  content: "\e95f";
}

.icon-menu:before {
  content: "\e960";
}

.icon-wa-menu:before {
  content: "\e960";
}

.icon-menu-burger:before {
  content: "\e960";
}

.icon-more:before {
  content: "\e961";
}

.icon-more-hor-m:before {
  content: "\e961";
}

.icon-more-ver-m:before {
  content: "\e961";
}

.icon-media-player:before {
  content: "\e962";
}

.icon-wa-didacticiel:before {
  content: "\e962";
}

.icon-pause:before {
  content: "\e963";
}

.icon-pause1:before {
  content: "\e963";
}

.icon-play:before {
  content: "\e964";
}

.icon-lecture:before {
  content: "\e964";
}

.icon-play-movie:before {
  content: "\e965";
}

.icon-wa-temoignage:before {
  content: "\e965";
}

.icon-sound-off:before {
  content: "\e966";
}

.icon-sound-on:before {
  content: "\e967";
}

.icon-stop:before {
  content: "\e968";
}

.icon-apple:before {
  content: "\e969";
}

.icon-map-pomme:before {
  content: "\e969";
}

.icon-building:before {
  content: "\e96a";
}

.icon-map-immeuble:before {
  content: "\e96a";
}

.icon-bulb:before {
  content: "\e96b";
}

.icon-bulb-light:before {
  content: "\e96b";
}

.icon-horizon-pro:before {
  content: "\e96b";
}

.icon-perspectives-professionnelles:before {
  content: "\e96b";
}

.icon-changer-metier:before {
  content: "\e96b";
}

.icon-bulb-on:before {
  content: "\e96c";
}

.icon-calculator:before {
  content: "\e96d";
}

.icon-hotel:before {
  content: "\e96e";
}

.icon-map-hotel:before {
  content: "\e96e";
}

.icon-key:before {
  content: "\e96f";
}

.icon-law:before {
  content: "\e970";
}

.icon-map-marteau:before {
  content: "\e970";
}

.icon-mouse:before {
  content: "\e971";
}

.icon-movie:before {
  content: "\e972";
}

.icon-spectacle:before {
  content: "\e972";
}

.icon-tag:before {
  content: "\e973";
}

.icon-siret:before {
  content: "\e973";
}

.icon-theater:before {
  content: "\e974";
}

.icon-mask-theater:before {
  content: "\e974";
}

.icon-pe-spectacle:before {
  content: "\e974";
}

.icon-heart:before {
  content: "\e975";
}

.icon-heart-full:before {
  content: "\e976";
}

.icon-moon:before {
  content: "\e977";
}

.icon-star:before {
  content: "\e978";
}

.icon-selection-offres:before {
  content: "\e978";
}

.icon-wa-rendrevisible:before {
  content: "\e978";
}

.icon-star-full:before {
  content: "\e979";
}

.icon-arrow-down:before {
  content: "\e97a";
}

.icon-arrow-down-round:before {
  content: "\e97b";
}

.icon-circle-arrow-down:before {
  content: "\e97b";
}

.icon-arrow-in:before {
  content: "\e97c";
}

.icon-arrow-incoming:before {
  content: "\e97c";
}

.icon-arrow-left:before {
  content: "\e97d";
}

.icon-map-back:before {
  content: "\e97d";
}

.icon-arrow-left-in:before {
  content: "\e97e";
}

.icon-arrow-outgoing:before {
  content: "\e97e";
}

.icon-arrow-left-round:before {
  content: "\e97f";
}

.icon-circle-arrow-left:before {
  content: "\e97f";
}

.icon-arrow-right:before {
  content: "\e980";
}

.icon-arrow-right-round:before {
  content: "\e981";
}

.icon-circle-arrow-right:before {
  content: "\e981";
}

.icon-arrow-up:before {
  content: "\e982";
}

.icon-arrow-up-round:before {
  content: "\e983";
}

.icon-circle-arrow-up:before {
  content: "\e983";
}

.icon-chevron-sm-d:before {
  content: "\e984";
}

.icon-chevron-d:before {
  content: "\e985";
}

.icon-chevron-down:before {
  content: "\e985";
}

.icon-chevron-d-full:before {
  content: "\e986";
}

.icon-chevron-l:before {
  content: "\e987";
}

.icon-chevron-left:before {
  content: "\e987";
}

.icon-map-chevron-left:before {
  content: "\e987";
}

.icon-chevron-r:before {
  content: "\e988";
}

.icon-chevron-right:before {
  content: "\e988";
}

.icon-map-chevron-right:before {
  content: "\e988";
}

.icon-chevron-u:before {
  content: "\e989";
}

.icon-chevron-up:before {
  content: "\e989";
}

.icon-chevron-up-down:before {
  content: "\e98a";
}

.icon-chevron-double:before {
  content: "\e98a";
}

.icon-chevron-up-down-full:before {
  content: "\e98b";
}

.icon-double-chevron-l:before {
  content: "\e98c";
}

.icon-double-chevron-left:before {
  content: "\e98c";
}

.icon-double-chevron-r:before {
  content: "\e98d";
}

.icon-double-chevron-right:before {
  content: "\e98d";
}

.icon-respond-arrow:before {
  content: "\e98e";
}

.icon-relance-line:before {
  content: "\e98e";
}

.icon-respond-arrow-full:before {
  content: "\e98f";
}

.icon-relance:before {
  content: "\e98f";
}

.icon-shuffle:before {
  content: "\e990";
}

.icon-swap:before {
  content: "\e991";
}

.icon-echanges:before {
  content: "\e991";
}

.icon-echange-pe:before {
  content: "\e991";
}

.icon-echanges-avec-pe:before {
  content: "\e991";
}

.icon-book-open:before {
  content: "\e992";
}

.icon-formation:before {
  content: "\e992";
}

.icon-formations:before {
  content: "\e992";
}

.icon-parcours-formation:before {
  content: "\e992";
}

.icon-map-livre-doigt:before {
  content: "\e992";
}

.icon-faq:before {
  content: "\e993";
}

.icon-excel:before {
  content: "\e996";
}

.icon-fichier-tableau:before {
  content: "\e996";
}

.icon-export-resume:before {
  content: "\e997";
}

.icon-cv-resume-export:before {
  content: "\e997";
}

.icon-candidatures:before {
  content: "\e997";
}

.icon-file:before {
  content: "\e998";
}

.icon-map-feuille:before {
  content: "\e998";
}

.icon-file-arrow:before {
  content: "\e999";
}

.icon-map-feuille-fleche-entrante:before {
  content: "\e999";
}

.icon-file-content:before {
  content: "\e99a";
}

.icon-map-feuille-remplie:before {
  content: "\e99a";
}

.icon-file-copies:before {
  content: "\e99b";
}

.icon-duplicate-folders:before {
  content: "\e99b";
}

.icon-file-download:before {
  content: "\e99c";
}

.icon-file-down:before {
  content: "\e99c";
}

.icon-depot-demande-allocation:before {
  content: "\e99c";
}

.icon-file-refresh:before {
  content: "\e99d";
}

.icon-reprise-demande-allocation:before {
  content: "\e99d";
}

.icon-file-warning:before {
  content: "\e99e";
}

.icon-map-file-cross:before {
  content: "\e99e";
}

.icon-folder:before {
  content: "\e99f";
}

.icon-demandes-suite-demission:before {
  content: "\e99f";
}

.icon-folder-download:before {
  content: "\e9a0";
}

.icon-folder-archive:before {
  content: "\e9a0";
}

.icon-folder-full:before {
  content: "\e9a1";
}

.icon-folder-search:before {
  content: "\e9a2";
}

.icon-recherche-offres-enregistrees:before {
  content: "\e9a2";
}

.icon-recherche-formations-enregistrees:before {
  content: "\e9a2";
}

.icon-folder-search-full:before {
  content: "\e9a3";
}

.icon-folder-time:before {
  content: "\e9a4";
}

.icon-map-folder-history:before {
  content: "\e9a4";
}

.icon-notes:before {
  content: "\e9a5";
}

.icon-assignment:before {
  content: "\e9a5";
}

.icon-map-calepin-liste:before {
  content: "\e9a5";
}

.icon-pdf:before {
  content: "\e9a6";
}

.icon-filepdf:before {
  content: "\e9a6";
}

.icon-print:before {
  content: "\e9a7";
}

.icon-resume:before {
  content: "\e9a8";
}

.icon-cv-resume:before {
  content: "\e9a8";
}

.icon-wa-abonnementprofil:before {
  content: "\e9a8";
}

.icon-mes-candidatures:before {
  content: "\e9a8";
}

.icon-map-people-doc:before {
  content: "\e9a8";
}

.icon-search-file:before {
  content: "\e9a9";
}

.icon-map-feuille-recherche:before {
  content: "\e9a9";
}

.icon-todo:before {
  content: "\e9aa";
}

.icon-questionnaire:before {
  content: "\e9aa";
}

.icon-map-list-done:before {
  content: "\e9aa";
}

.icon-bilan-ligne:before {
  content: "\e9aa";
}

.icon-web-resume:before {
  content: "\e9ab";
}

.icon-cv-resume-export-monde:before {
  content: "\e9ab";
}

.icon-telecandidatures:before {
  content: "\e9ab";
}

.icon-book:before {
  content: "\e9ac";
}

.icon-journal-recherche-emploi:before {
  content: "\e9ac";
}

.icon-bookmark:before {
  content: "\e9ad";
}

.icon-check-list:before {
  content: "\e9ae";
}

.icon-list-check:before {
  content: "\e9ae";
}

.icon-pix-emploi:before {
  content: "\e9ae";
}

.icon-clip:before {
  content: "\e9af";
}

.icon-paper-clip:before {
  content: "\e9af";
}

.icon-page-paper-clip:before {
  content: "\e9af";
}

.icon-map-attachment:before {
  content: "\e9af";
}

.icon-map-file-paper-clip:before {
  content: "\e9af";
}

.icon-pj-a-fournir:before {
  content: "\e9af";
}

.icon-contacts:before {
  content: "\e9b0";
}

.icon-map-calepin-contact:before {
  content: "\e9b0";
}

.icon-copy:before {
  content: "\e9b1";
}

.icon-duplicate:before {
  content: "\e9b1";
}

.icon-double-file:before {
  content: "\e9b2";
}

.icon-wa-demarches:before {
  content: "\e9b2";
}

.icon-voir-demande-inscription:before {
  content: "\e9b2";
}

.icon-map-feuille-double:before {
  content: "\e9b2";
}

.icon-map-feuille-multiple:before {
  content: "\e9b2";
}

.icon-attestations-pe-mes-allocations:before {
  content: "\e9b2";
}

.icon-attestations-pe-suivi-inscription:before {
  content: "\e9b2";
}

.icon-justificatifs-actualisation:before {
  content: "\e9b2";
}

.icon-draft:before {
  content: "\e9b3";
}

.icon-books:before {
  content: "\e9b5";
}

.icon-briefcase:before {
  content: "\e9b6";
}

.icon-malette-poste:before {
  content: "\e9b6";
}

.icon-map-cartable:before {
  content: "\e9b6";
}

.icon-chart:before {
  content: "\e9b7";
}

.icon-imt:before {
  content: "\e9b7";
}

.icon-wa-infomarche:before {
  content: "\e9b7";
}

.icon-map-pie:before {
  content: "\e9b7";
}

.icon-cpf:before {
  content: "\e9b8";
}

.icon-graduation:before {
  content: "\e9b9";
}

.icon-knowledge:before {
  content: "\e9ba";
}

.icon-skill:before {
  content: "\e9ba";
}

.icon-knowledge-full:before {
  content: "\e9bb";
}

.icon-ribbon:before {
  content: "\e9bc";
}

.icon-experience:before {
  content: "\e9bc";
}

.icon-trend:before {
  content: "\e9bd";
}

.icon-niveau:before {
  content: "\e9bd";
}

.icon-dernieres-annees-inscription:before {
  content: "\e9bd";
}

.icon-alarm:before {
  content: "\e9be";
}

.icon-payment-time:before {
  content: "\e9be";
}

.icon-map-alarm:before {
  content: "\e9be";
}

.icon-aide-fin-de-droit:before {
  content: "\e9be";
}

.icon-calendar:before {
  content: "\e9bf";
}

.icon-wa-organisersalon:before {
  content: "\e9bf";
}

.icon-map-calendrier-mois:before {
  content: "\e9bf";
}

.icon-map-calendar-month-year:before {
  content: "\e9bf";
}

.icon-agenda-pe:before {
  content: "\e9bf";
}

.icon-calendar-clock:before {
  content: "\e9c0";
}

.icon-calendar-actu:before {
  content: "\e9c0";
}

.icon-calendrier-actu-paiement:before {
  content: "\e9c0";
}

.icon-clock:before {
  content: "\e9c1";
}

.icon-map-horloge:before {
  content: "\e9c1";
}

.icon-hourglass:before {
  content: "\e9c2";
}

.icon-stopwatch:before {
  content: "\e9c3";
}

.icon-wa-offrerapide:before {
  content: "\e9c3";
}

.icon-at:before {
  content: "\e9c4";
}

.icon-web:before {
  content: "\e9c4";
}

.icon-comment:before {
  content: "\e9c5";
}

.icon-langue:before {
  content: "\e9c5";
}

.icon-wa-contactconseiller:before {
  content: "\e9c5";
}

.icon-map-msg-bubble:before {
  content: "\e9c5";
}

.icon-comment-full:before {
  content: "\e9c6";
}

.icon-map-tchat-full:before {
  content: "\e9c6";
}

.icon-computer:before {
  content: "\e9c7";
}

.icon-desktop:before {
  content: "\e9c7";
}

.icon-describe:before {
  content: "\e9c8";
}

.icon-descriptif:before {
  content: "\e9c8";
}

.icon-map-portrait-tchat:before {
  content: "\e9c8";
}

.icon-signalement-changement-situation:before {
  content: "\e9c8";
}

.icon-fax:before {
  content: "\e9c9";
}

.icon-feedback:before {
  content: "\e9ca";
}

.icon-headphone:before {
  content: "\e9cb";
}

.icon-casque-audio:before {
  content: "\e9cb";
}

.icon-map-call:before {
  content: "\e9cb";
}

.icon-help:before {
  content: "\e9cc";
}

.icon-speak-help:before {
  content: "\e9cc";
}

.icon-suivi-demande-allocation:before {
  content: "\e9cc";
}

.icon-ass-tech-faq:before {
  content: "\e9cc";
}

.icon-letter:before {
  content: "\e9cd";
}

.icon-postcard:before {
  content: "\e9cd";
}

.icon-courriers-recus-pe:before {
  content: "\e9cd";
}

.icon-map-email-attachment:before {
  content: "\e9cd";
}

.icon-mail:before {
  content: "\e9ce";
}

.icon-map-mail:before {
  content: "\e9ce";
}

.icon-mail-full:before {
  content: "\e9cf";
}

.icon-microphone:before {
  content: "\e9d0";
}

.icon-micro:before {
  content: "\e9d0";
}

.icon-no-paper:before {
  content: "\e9d1";
}

.icon-pc:before {
  content: "\e9d2";
}

.icon-desktop-screen:before {
  content: "\e9d2";
}

.icon-wa-parcours:before {
  content: "\e9d2";
}

.icon-phone:before {
  content: "\e9d3";
}

.icon-map-telephone:before {
  content: "\e9d3";
}

.icon-phone-call:before {
  content: "\e9d4";
}

.icon-wa-appel:before {
  content: "\e9d4";
}

.icon-phone-in:before {
  content: "\e9d5";
}

.icon-phone-incoming:before {
  content: "\e9d5";
}

.icon-phone-out:before {
  content: "\e9d6";
}

.icon-phone-outgoing:before {
  content: "\e9d6";
}

.icon-quote:before {
  content: "\e9d7";
}

.icon-quotes:before {
  content: "\e9d7";
}

.icon-smartphone:before {
  content: "\e9d8";
}

.icon-iphone:before {
  content: "\e9d8";
}

.icon-speed:before {
  content: "\e9d9";
}

.icon-haut-debit:before {
  content: "\e9d9";
}

.icon-fibre:before {
  content: "\e9d9";
}

.icon-tablet:before {
  content: "\e9da";
}

.icon-webcam:before {
  content: "\e9db";
}

.icon-map-webcam:before {
  content: "\e9db";
}

.icon-compass:before {
  content: "\e9dc";
}

.icon-crossroad:before {
  content: "\e9dd";
}

.icon-different-ways:before {
  content: "\e9dd";
}

.icon-map:before {
  content: "\e9de";
}

.icon-carte:before {
  content: "\e9de";
}

.icon-navigation:before {
  content: "\e9df";
}

.icon-pin-map:before {
  content: "\e9df";
}

.icon-pin:before {
  content: "\e9e0";
}

.icon-map-punaise:before {
  content: "\e9e0";
}

.icon-pin-full:before {
  content: "\e9e1";
}

.icon-map-punaise-full:before {
  content: "\e9e1";
}

.icon-pinmap:before {
  content: "\e9e2";
}

.icon-pe-region:before {
  content: "\e9e2";
}

.icon-pinmap-location:before {
  content: "\e9e2";
}

.icon-road:before {
  content: "\e9e3";
}

.icon-roadsign:before {
  content: "\e9e4";
}

.icon-panneau:before {
  content: "\e9e4";
}

.icon-user-pin:before {
  content: "\e9e5";
}

.icon-profil-location:before {
  content: "\e9e5";
}

.icon-mes-contacts-agence:before {
  content: "\e9e5";
}

.icon-ink-pen:before {
  content: "\e9e6";
}

.icon-wa-inscription:before {
  content: "\e9e6";
}

.icon-demande-ins:before {
  content: "\e9e6";
}

.icon-nouvelle-demande-inscription:before {
  content: "\e9e6";
}

.icon-nouvelle-demande-reinscription:before {
  content: "\e9e6";
}

.icon-reprise-demande-inscription:before {
  content: "\e9e6";
}

.icon-launch:before {
  content: "\e9e7";
}

.icon-external:before {
  content: "\e9e7";
}

.icon-link:before {
  content: "\e9e8";
}

.icon-moins-round:before {
  content: "\e9e9";
}

.icon-map-moins:before {
  content: "\e9e9";
}

.icon-overlap:before {
  content: "\e9ea";
}

.icon-map-overlap:before {
  content: "\e9ea";
}

.icon-paint:before {
  content: "\e9eb";
}

.icon-pencil:before {
  content: "\e9ec";
}

.icon-pen:before {
  content: "\e9ec";
}

.icon-plus:before {
  content: "\e9ed";
}

.icon-plus-m:before {
  content: "\e9ed";
}

.icon-plus-round:before {
  content: "\e9ee";
}

.icon-plus-circled:before {
  content: "\e9ee";
}

.icon-map-plus:before {
  content: "\e9ee";
}

.icon-plus-round-full:before {
  content: "\e9ef";
}

.icon-plus-rounded:before {
  content: "\e9ef";
}

.icon-power:before {
  content: "\e9f0";
}

.icon-wa-power:before {
  content: "\e9f0";
}

.icon-reduce:before {
  content: "\e9f1";
}

.icon-refresh:before {
  content: "\e9f2";
}

.icon-reload:before {
  content: "\e9f3";
}

.icon-m-actualiser:before {
  content: "\e9f3";
}

.icon-actualisation:before {
  content: "\e9f3";
}

.icon-wa-actualisation:before {
  content: "\e9f3";
}

.icon-remove:before {
  content: "\e9f4";
}

.icon-remove-round-full:before {
  content: "\e9f5";
}

.icon-remove-rounded:before {
  content: "\e9f5";
}

.icon-save:before {
  content: "\e9f6";
}

.icon-disk:before {
  content: "\e9f6";
}

.icon-search:before {
  content: "\e9f7";
}

.icon-recherche-offres:before {
  content: "\e9f7";
}

.icon-wa-loupe:before {
  content: "\e9f7";
}

.icon-book-search:before {
  content: "\e9f7";
}

.icon-trouver-formation:before {
  content: "\e9f7";
}

.icon-share:before {
  content: "\e9f8";
}

.icon-wa-lire:before {
  content: "\e9f8";
}

.icon-tool:before {
  content: "\e9f9";
}

.icon-tools:before {
  content: "\e9f9";
}

.icon-touch:before {
  content: "\e9fa";
}

.icon-hand-push:before {
  content: "\e9fa";
}

.icon-trash:before {
  content: "\e9fb";
}

.icon-map-poubelle:before {
  content: "\e9fb";
}

.icon-trash-full:before {
  content: "\e9fc";
}

.icon-corbel:before {
  content: "\e9fc";
}

.icon-unlink:before {
  content: "\e9fd";
}

.icon-link-broken:before {
  content: "\e9fd";
}

.icon-broken-chain:before {
  content: "\e9fd";
}

.icon-upload:before {
  content: "\e9fe";
}

.icon-close:before {
  content: "\e9ff";
}

.icon-close-round:before {
  content: "\ea00";
}

.icon-plus-close:before {
  content: "\ea00";
}

.icon-map-rond-croix:before {
  content: "\ea00";
}

.icon-deaf:before {
  content: "\ea01";
}

.icon-hard-hearing:before {
  content: "\ea01";
}

.icon-download:before {
  content: "\ea02";
}

.icon-wa-deposeroffre:before {
  content: "\ea02";
}

.icon-transmission-suivi-document:before {
  content: "\ea02";
}

.icon-edit:before {
  content: "\ea03";
}

.icon-wa-redaction:before {
  content: "\ea03";
}

.icon-map-crayon-carre:before {
  content: "\ea03";
}

.icon-enlarge:before {
  content: "\ea04";
}

.icon-eye:before {
  content: "\ea05";
}

.icon-wa-consulter:before {
  content: "\ea05";
}

.icon-map-oeil:before {
  content: "\ea05";
}

.icon-eye-close:before {
  content: "\ea06";
}

.icon-eye-full:before {
  content: "\ea07";
}

.icon-eye-full-full:before {
  content: "\ea07";
}

.icon-filters:before {
  content: "\ea08";
}

.icon-gear:before {
  content: "\ea09";
}

.icon-cron:before {
  content: "\ea09";
}

.icon-mon-compte:before {
  content: "\ea09";
}

.icon-map-roue-crantee:before {
  content: "\ea09";
}

/* ============================================================================== */
/* ==================== 			HEADER					===================== */
/* ============================================================================== */
@-webkit-keyframes fade {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes fade {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.fadeIn {
  -webkit-animation: fade 0.5s;
  animation: fade 0.5s;
}

body.modal-open header {
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  body.picker__open header {
    z-index: 3;
  }
}

.pub {
  display: none;
  position: relative;
}

.header {
  position: relative;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  z-index: 1061;
  background: #fff;
  background-color: rgba(255, 255, 255, 0.97);
  border-color: #080808;
  text-align: center;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.15);
  font-size: 12px;
  font-size: 0.75rem;
  position: fixed;
  width: 100%;
  height: 60px;
  left: 0;
}

.header .header-left, .header .header-right {
  position: absolute;
  top: 7px;
}

.header .header-left {
  left: 10px;
  top: 0px;
}

.header .header-right {
  right: 15px;
  top: 0px;
}

.header .header-right .btn-header {
  width: 100%;
}

.header .badge.notification-bubble {
  position: absolute;
  top: 9px;
  border: 1px solid white;
  left: 18px;
  padding: 4px 6px;
}

.header .list-inline {
  margin-bottom: 0;
}

.header .nav-logo {
  padding: 8px 10px 8px 5px;
  display: inline-block;
}

.header .nav-logo img {
  height: 45px;
}

.header .nav-logo.republic img {
  padding-right: 0;
  padding-left: 10px;
}

.header .nav-logo:not(.republic) {
  padding-right: 0;
}

.header a {
  color: #5F5F5F;
}

.header a:hover, .header a:focus {
  color: #111;
  text-decoration: none;
}

.header .btn-header {
  overflow: hidden;
  color: #414042;
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 16px 10px;
  background: none;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
}

.header .btn-header > span {
  display: inline-block;
  vertical-align: middle;
}

.header .btn-header:hover, .header .btn-header:focus, .header .btn-header:active {
  text-decoration: none;
  box-shadow: none;
}

.header .btn-header:focus, .header .btn-header:active {
  text-decoration: none;
  box-shadow: none;
  background: #f1f1f1;
}

.header .btn-header [class*="icon-"] {
  margin: 0 5px 0 0;
  font-size: 26px;
  font-size: 1.625rem;
  display: inline-block;
  color: #777;
}

.header .btn-menu {
  border-left: 1px solid #eee;
  vertical-align: top;
  position: relative;
  height: 60px;
  min-width: 60px;
  padding-right: 20px;
}

.header .btn-messages, .header .btn-notifications {
  padding: 16px 15px;
}

.header .btn-messages span.text-uppercase, .header .btn-notifications span.text-uppercase {
  margin-left: 5px;
}

.header .btn-messages [class*="icon-"], .header .btn-notifications [class*="icon-"] {
  margin: 0;
}

.header .btn-messages:after, .header .btn-notifications:after {
  content: "";
  display: block;
  width: 1px;
  height: 35px;
  position: absolute;
  background: #eaeaea;
  top: 10px;
  right: -7px;
  outline: 0;
}

.header .btn-notifications .notification-bubble {
  background-color: #CF1A45;
}

.header .btn-header.btn-account-connected {
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 25px;
  min-width: 100px;
  min-height: 60px;
}

.header .btn-header.btn-account-connected:after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  right: 3px;
  top: 24px;
  background: url(gfx/user-bottom-arrow.png) no-repeat center center;
  background: linear-gradient(transparent, transparent), url(gfx/user-bottom-arrow.svg) no-repeat center center;
}

.header .btn-header.btn-account-connected img {
  width: 32px;
  height: 32px;
  margin-right: 5px;
  border-radius: 50px;
  border: 3px solid #fff;
  display: inline-block;
  margin: 0 5px 0 0;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.header .btn-header.btn-account-connected .name {
  max-width: 140px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-left: 5px;
}

.header .btn-header.btn-account-connected span {
  display: inline-block;
  vertical-align: middle;
}

.header .open .btn-account-connected, .header .open .btn-account {
  background: #f8f8f8;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header .nav-logo {
    width: 140px;
  }
  .header .nav-logo.republic {
    width: 65px;
  }
}

.btn-icon-only.btn-access-control {
  position: absolute;
  z-index: 15;
  right: 0;
  bottom: 0;
  background: #1b2b66;
  border: none;
  color: #fff;
  border-radius: 5px 0 0 0;
  height: 16px;
  padding: 0;
  width: 16px;
  min-height: 15px;
  animation: fade 2s ease;
}

.btn-icon-only.btn-access-control:hover, .btn-icon-only.btn-access-control:focus {
  border: 0;
  background-color: #475588;
  outline-offset: 2px;
}

.btn-icon-only.btn-access-control [class^="icon-"].icon-play {
  font-size: 10px;
  font-size: 0.625rem;
  top: 3px;
  left: 3px;
}

.btn-icon-only.btn-access-control [class^="icon-"].icon-pause {
  font-size: 11px;
  font-size: 0.6875rem;
  top: 3px;
  left: 1px;
}

.accessibility .btn-icon-only.btn-access-control {
  background-color: #000 !important;
}

.menu-logo + span {
  margin-left: 42px;
}

.menu-logo,
.menu-logo:after,
.menu-logo:before {
  position: absolute;
  width: 22px;
  height: 2px;
  background: #B3B6BB;
  left: 18px;
  bottom: 27px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.menu-logo:before, .menu-logo:after {
  content: "";
  display: block;
}

.menu-logo:before {
  bottom: 7px;
  left: 0;
}

.menu-logo:after {
  top: 7px;
  left: 0;
}

.modal-menu-open .btn-menu {
  border-right: 1px solid #eee;
}

.modal-menu-open .menu-logo {
  background: #f8f8f8;
}

.modal-menu-open .menu-logo:before {
  bottom: 0;
  margin-top: 0px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal-menu-open .menu-logo:after {
  top: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-right .dropdown-menu {
  background: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-right: 0px;
  right: 18px;
  left: auto;
  margin-top: 5px !important;
  width: 205px;
}

.header-right .dropdown-menu .btn-header {
  text-align: left;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: inherit;
  padding: 15px 5px 15px 35px;
  white-space: normal;
}

.header-right .dropdown-menu .btn-header:active [class*="icon-"] {
  color: #fff;
}

.header-right .dropdown-menu .btn-header.wrapper-disabled {
  padding: 6px 12px 6px 31px !important;
  cursor: not-allowed;
}

.header-right .dropdown-menu:after {
  /* background:none !important; */
}

.header-right .dropdown-menu > li {
  position: relative;
}

.header-right .dropdown-menu > li > a {
  color: #444;
}

.header-right .dropdown-menu > li > a:hover, .header-right .dropdown-menu > li > a:focus {
  background: #f0f0f0;
}

.header-right .dropdown-menu [class*="icon-"] {
  font-size: 18px;
  font-size: 1.125rem;
  display: inline;
  margin-right: 10px;
  margin-left: -22px;
  color: #a7a9ac;
  position: relative;
  top: 1px;
}

.header-right .dropdown-menu .badge.notification-bubble {
  left: 12px;
}

.header-right .dropdown-menu .menu-link-entreprise [class*="icon-"] {
  color: #599d78;
}

.header-right .dropdown-menu .menu-link-entreprise:active {
  background: #599d78;
}

.header-right .dropdown-menu .menu-link-entreprise:active [class*="icon-"] {
  color: #fff;
}

.header-right .dropdown-menu .menu-link-particulier [class*="icon-"] {
  color: #4eb6af;
}

.header-right .dropdown-menu .menu-link-particulier:active {
  background: #4eb6af;
}

.header-right .dropdown-menu .menu-link-particulier:active [class*="icon-"] {
  color: #fff;
}

.header-right .dropdown-menu .menu-link-candidat [class*="icon-"] {
  color: #ff5950;
}

.header-right .dropdown-menu .menu-link-candidat:active {
  background: #ff5950;
}

.header-right .dropdown-menu .menu-link-candidat:active [class*="icon-"] {
  color: #fff;
}

.header-right .btn-account-connected + .dropdown-menu {
  right: 30px;
  width: 240px;
}

/* ================================ MODALS DU HEADER ============================= */
.modal-from-header {
  padding: 0 !important;
  text-align: left;
  top: 60px;
}

.modal-from-header:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 60px;
  z-index: 10;
  height: 15px;
  width: 100%;
  box-shadow: inset 0px 3px 4px 0px rgba(0, 0, 0, 0.15);
}

.modal-from-header .container {
  position: relative;
}

.modal-from-header .modal-dialog {
  width: 100%;
  margin: 0 auto;
  /* Animation */
  -webkit-transition: margin 0.3s ease-out;
  -o-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
  margin-top: -150px;
}

.modal-from-header .modal-dialog .modal-content {
  padding: 0 0 10px 0;
  border-radius: 0;
}

.modal-from-header .modal-close {
  position: absolute;
  padding: 0 10px 0 30px;
  background: none;
  border-radius: 0;
  right: 20px;
  color: #6d6f71;
}

.modal-from-header .modal-close [class*="icon-"] {
  position: absolute;
  left: 6px;
  top: 3px;
  font-size: 26px;
  font-size: 1.625rem;
}

.modal-from-header.in .modal-dialog {
  margin-top: 0;
}

.modal-menu {
  /*disable*/
}

.modal-menu p {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 10px 0 10px 0;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  color: #939598;
  border-bottom: 2px solid #d1d3d4;
}

.modal-menu li {
  border-bottom: 1px solid #e6e7e8;
  position: relative;
}

.modal-menu li:last-child {
  border: none;
}

.modal-menu li ul {
  border-top: 1px solid #e6e7e8;
}

.modal-menu li ul li a {
  padding: 10px 10px 10px 60px;
  color: #6d6f71;
  font-weight: 400;
}

.modal-menu li ul li .disabled {
  padding: 10px 10px 10px 60px;
}

.modal-menu .modal-dialog {
  width: 500px;
  margin-left: 0;
}

.modal-menu .modal-dialog .container {
  width: 100%;
}

.modal-menu button.with-submenu {
  border: none;
  background: transparent;
}

.modal-menu a,
.modal-menu .with-submenu + button,
.modal-menu button.with-submenu,
.modal-menu span.disabled {
  display: table;
  width: 100%;
  padding: 10px;
  color: #414042 !important;
  font-weight: 500;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.modal-menu a:focus, .modal-menu a:hover, .modal-menu a:active,
.modal-menu .with-submenu + button:focus,
.modal-menu .with-submenu + button:hover,
.modal-menu .with-submenu + button:active,
.modal-menu button.with-submenu:focus,
.modal-menu button.with-submenu:hover,
.modal-menu button.with-submenu:active,
.modal-menu span.disabled:focus,
.modal-menu span.disabled:hover,
.modal-menu span.disabled:active {
  color: #414042;
  background: #f0f0f0;
  text-decoration: none !important;
}

.modal-menu a [class*="icon-"],
.modal-menu .with-submenu + button [class*="icon-"],
.modal-menu button.with-submenu [class*="icon-"],
.modal-menu span.disabled [class*="icon-"] {
  padding-right: 8px;
  font-size: 24px;
  font-size: 1.5rem;
  width: 40px;
}

.modal-menu a [class*="icon-"], .modal-menu a span,
.modal-menu .with-submenu + button [class*="icon-"],
.modal-menu .with-submenu + button span,
.modal-menu button.with-submenu [class*="icon-"],
.modal-menu button.with-submenu span,
.modal-menu span.disabled [class*="icon-"],
.modal-menu span.disabled span {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.modal-menu a .badge,
.modal-menu .with-submenu + button .badge,
.modal-menu button.with-submenu .badge,
.modal-menu span.disabled .badge {
  background: #e5073b;
  height: 24px;
  width: 24px;
  border-radius: 24px;
  font-weight: 300;
  padding: 0;
  text-indent: -2px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  text-align: center;
}

.modal-menu span.disabled {
  color: #939598;
}

.modal-menu span.disabled [class*="icon-"] {
  color: #939598;
}

.modal-menu span.disabled em {
  font-style: normal;
  font-weight: 300;
}

.modal-menu span.disabled:focus, .modal-menu span.disabled:hover, .modal-menu span.disabled:active {
  background: none;
  text-decoration: none !important;
  cursor: default;
}

.modal-menu .with-submenu {
  padding-right: 50px;
}

.modal-menu .with-submenu span.icon-chevron-down {
  position: absolute;
  display: block;
  right: 12px;
  text-align: right;
  top: 10px;
  color: #414042 !important;
  font-size: 24px;
  font-size: 1.5rem;
  transform: scaleY(-1);
  transition: transform 0.4s cubic-bezier(0, 0.88, 0.58, 1);
}

.modal-menu .with-submenu.collapsed span.icon-chevron-down {
  transform: none;
}

.modal-menu .with-submenu + button {
  width: 55px;
  height: 43px;
  text-align: center;
  position: absolute;
  right: 1px;
  top: 1px;
  background: #f8f8f8;
  text-indent: 8px;
  border: none;
  border-radius: 3px;
}

.modal-menu .with-submenu + button:focus, .modal-menu .with-submenu + button:hover, .modal-menu .with-submenu + button:active {
  background: #f0f0f0;
  text-decoration: none !important;
}

.modal-menu .with-submenu + button:focus {
  outline: thin dotted #000;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 0;
}

.modal-menu .with-submenu + button .icon-chevron-down {
  text-align: center;
  transform: scaleY(-1);
  transition: transform 0.4s cubic-bezier(0, 0.88, 0.58, 1);
}

.modal-menu .with-submenu + button.collapsed span.icon-chevron-down {
  transform: none;
}

.modal-menu .informations [class*="icon-"] {
  color: #808285;
}

.modal-menu .menu-link-candidat [class*="icon-"] {
  color: #ff5950;
}

.modal-menu .menu-link-entreprise [class*="icon-"] {
  color: #599d78;
}

.modal-menu .menu-link-particulier [class*="icon-"] {
  color: #4eb6af;
}

.modal-search .modal-content {
  padding-bottom: 10px !important;
  padding-top: 25px !important;
}

.modal-search .block-formulaire {
  background-color: #f5f5f7;
  position: relative;
  padding: 20px;
  border-radius: 3px;
  border: 1px solid #eee;
}

.modal-search .modal-close {
  z-index: 1;
  top: -35px;
  right: 15px;
  text-decoration: underline;
  padding: 4px 8px;
  box-shadow: none !important;
}

.modal-search .form-group {
  flex: 1;
  margin-bottom: rem(8);
}

.modal-search .search {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

@media (min-width: 480px) {
  .modal-search .search {
    align-items: stretch;
  }
}

.modal-search .search .form-group.form-group-lg {
  display: flex;
}

@media (max-width: 479px) {
  .modal-search .search .form-group.form-group-lg {
    margin-bottom: 0.5rem;
  }
}

.modal-search .search .max-keywords-button {
  display: none !important;
}

.modal-search .search .form-label {
  margin-bottom: 6px;
}

.modal-search .search .search-actions {
  align-self: stretch;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

@media (max-width: 479px) {
  .modal-search .search .search-actions {
    margin-bottom: 0.5rem;
  }
}

.modal-search .search .btn-primary {
  background-color: #003D7C !important;
  border-color: #003D7C !important;
  width: 100%;
  border-radius: 4px;
  margin-left: 0;
  align-self: end;
  padding: 0.8125rem 1.25rem;
}

@media (min-width: 480px) {
  .modal-search .search .btn-primary {
    margin-left: 30px;
  }
}

.modal-search .search .btn-primary:focus:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.025rem #003D7C inset, 0 0 0 0.125rem white inset;
}

.modal-search .search .btn-primary:after {
  border: 0;
}

.modal-search .search .btn-reset-search {
  display: none;
  position: absolute !important;
  right: 52px;
  top: 50%;
  transform: translateY(calc(50% - 34px));
  z-index: 3;
  height: 35px;
  width: 35px;
  font-size: 18px;
  font-size: 1.125rem;
}

.modal-search .search .btn-reset-search .icon-close {
  margin-top: 0;
  display: inline-block;
}

.modal-search .search .input-group {
  display: flex;
  align-self: stretch;
}

.modal-search .search .input-group .form-control {
  padding-right: 50px;
}

.modal-search .search .input-group-btn {
  display: flex;
  align-items: stretch;
}

.modal-search .search .input-group-btn .icon-microphone {
  font-size: 18px !important;
  font-size: 1.125rem !important;
  color: #000000 !important;
}

.modal-search .search .input-group-btn .btn {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-color: #ccc;
  min-height: 45px !important;
  background: #E6E7E8 !important;
  height: 100%;
  width: 47px;
  padding-left: 13px;
}

.modal-search .search .selectize-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.modal-search .search .selectize-control .max-keywords-button,
.modal-search .search .selectize-control .max-keywords,
.modal-search .search .selectize-control .selectize-no-results,
.modal-search .search .selectize-control + .help-block {
  display: none !important;
}

.modal-search .search .selectize-control.form-control {
  display: flex;
  align-content: stretch;
  align-items: stretch;
  padding: 0;
  height: auto;
  min-height: 45px;
}

.modal-search .search .selectize-control.form-control .selectize-input {
  padding-right: 42px;
  padding-bottom: 4px;
  display: flex;
  align-content: center;
  align-items: center;
}

.modal-search .search .selectize-control.form-control .selectize-input > input {
  margin-top: 0 !important;
  max-width: 54.1875rem !important;
  width: 100% !important;
}

.modal-search .search .selectize-control.tag-input-group .selectize-input div {
  margin-top: 0;
  padding: 0;
  width: auto;
}

.modal-search .search .selectize-control.tag-input-group .selectize-input div input {
  width: 100%;
  display: inline-block;
}

.modal-search .search .selectize-control.tag-input-group .selectize-input div input::selection, .modal-search .search .selectize-control.tag-input-group .selectize-input div input::-moz-selection {
  color: #58595b !important;
}

.modal-search .search .selectize-control.tag-input-group .selectize-input .item + input {
  display: none !important;
}

.modal-search .search .selectize-control .selectize-dropdown .option {
  font-size: 13px;
  font-size: 0.8125rem;
}

.modal-search .search .selectize-control .selectize-dropdown .option.active {
  background-color: #003d7c !important;
  color: #fff !important;
}

.modal-search .search .selectize-control .selectize-dropdown .btn-reset {
  text-align: left;
}

.modal-search .search .selectize-control .selectize-dropdown .highlight,
.modal-search .search .selectize-control .selectize-dropdown .selection {
  text-decoration: none !important;
  font-weight: inherit !important;
  color: inherit !important;
  background: none !important;
}

@media (min-width: 480px) {
  .block-formulaire .search {
    display: flex;
    align-items: flex-end;
  }
  .block-formulaire .search .form-group {
    margin-bottom: 0;
  }
  .block-formulaire .search .btn-primary {
    width: auto;
    flex: 0 0 auto;
    margin-left: rem(20);
  }
}

.modal-menu-open header.header, .modal-search-open header.header {
  z-index: 1061;
}

.modal-menu-open .btn-menu {
  background: #f8f8f8;
}

.modal-search-open .btn-search {
  background: #f8f8f8;
}

/* ================================ MODALE DE NOTIFICATIONS (ENTREPRISE) ============================= */
.modal-notifications .modal-content {
  border-radius: 10px;
  overflow: hidden;
}

.modal-notifications .modal-content .modal-header {
  background: #ffffff;
  padding: 25px 15px 15px;
}

.modal-notifications .modal-header .close {
  color: #515557;
  padding: 0 9px;
}

.modal-notifications .modal-header .close > span[aria-hidden] {
  margin-bottom: 6px;
  display: inline-block;
}

.modal-notifications .modal-header .modal-title {
  color: #515557;
}

.modal-notifications .modal-header .modal-title .icon-bell {
  margin-right: 8px;
  vertical-align: baseline;
}

.modal-notifications .modal-header .badge {
  margin-left: 5px;
}

.modal-notifications .modal-body {
  margin: 0 15px;
  padding: 15px 0;
  border-top: 1px solid #E7E7E7;
}

.modal-notifications .list-notifications {
  overflow: auto;
  max-height: 480px;
}

.modal-notifications .list-notifications::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.modal-notifications .list-notifications::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background: #ccc;
  border-radius: 10px;
}

.modal-notifications .list-notifications::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #666;
}

.modal-notifications .list-notifications li {
  position: relative;
  border-bottom: 1px solid #e6e7e8;
  background: #fff;
  transition: all 0.3s ease-out;
}

.modal-notifications .list-notifications li .media-left {
  padding-right: 0;
}

.modal-notifications .list-notifications li:hover, .modal-notifications .list-notifications li:focus {
  background: #f0f3f8;
}

.modal-notifications .list-notifications li:hover .text-link, .modal-notifications .list-notifications li:focus .text-link {
  text-decoration: none;
  color: #2593b1;
}

.modal-notifications .list-notifications li.new {
  position: relative;
  border-bottom: 1px solid #e6e7e8;
}

.modal-notifications .list-notifications li.new:last-child {
  border-bottom: none;
}

.modal-notifications .list-notifications li.new .media {
  font-weight: 500;
}

.modal-notifications .list-notifications li.new .media .media-left {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #ff5950;
  border-right: 4px solid #599d78;
}

.modal-notifications .list-notifications li.new .media .media-body {
  padding-left: 10px;
}

.modal-notifications .list-notifications li.new .actu-body .date,
.modal-notifications .list-notifications li.new .actu-body .titre {
  margin-bottom: 0;
}

.modal-notifications .list-notifications li.read {
  position: relative;
  border-bottom: 1px solid #e6e7e8;
}

.modal-notifications .list-notifications li.read:last-child {
  border-bottom: none;
}

.modal-notifications .list-notifications li.read .actu-body .date,
.modal-notifications .list-notifications li.read .actu-body .titre {
  border-left: 4px solid #e6e7e8;
  padding-left: 10px;
  margin-bottom: 0;
}

.modal-notifications .list-notifications li .actu-body {
  color: #414042;
  display: block;
  text-align: left;
  padding: 15px 65px 15px 20px;
  position: relative;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.modal-notifications .list-notifications li .actu-body a:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: transparent;
  top: 0;
  left: 0;
  z-index: 0;
}

.modal-notifications .list-notifications li .date {
  color: #808285;
  font-weight: 400;
  padding: 4px 0 0 0;
}

.modal-notifications .list-notifications .btn-icon-only {
  transform: translateY(-50%);
  position: absolute;
  right: 20px;
  top: 50%;
}

.modal-notifications .block-illustration {
  display: flex;
  padding: 15px;
  align-items: center;
}

.modal-notifications .block-illustration img {
  margin-right: 30px;
}

.modal-notifications .block-illustration p {
  padding: 20px;
  text-align: center;
  background: #F5F5F5;
  border-radius: 6px;
}

.modal-notifications .block-illustration + P {
  padding: 15px;
}

/* ================================ SPECIFICITES CANDIDAT / ENTREPRISE / PARTICULIER ============================= */
.candidat .visible-candidat {
  display: block !important;
}

.candidat span.visible-candidat {
  display: inline-block !important;
}

.candidat .visible-entreprise {
  display: none !important;
}

.candidat .visible-particulier {
  display: none !important;
}

.candidat nav .btn-group.open .dropdown-toggle .btn {
  color: #ff5950;
}

.candidat nav .dropdown-menu .btn.btn-icon-only {
  color: #ff5950;
}

.candidat nav .dropdown-menu a:focus .btn-icon-only [class*="icon-"], .candidat nav .dropdown-menu a:hover .btn-icon-only [class*="icon-"] {
  color: #ff5950;
}

.candidat .notif-bubble {
  background-color: #ff5950;
}

.entreprise .visible-candidat {
  display: none !important;
}

.entreprise .visible-entreprise {
  display: block  !important;
}

.entreprise span.visible-entreprise {
  display: inline-block  !important;
}

.entreprise .visible-particulier {
  display: none !important;
}

.entreprise nav .btn-group.open .dropdown-toggle .btn {
  color: #599d78;
}

.entreprise nav .dropdown-menu .btn.btn-icon-only {
  color: #599d78;
}

.entreprise nav .dropdown-menu a:focus .btn-icon-only [class*="icon-"], .entreprise nav .dropdown-menu a:hover .btn-icon-only [class*="icon-"] {
  color: #599d78;
}

.entreprise .notif-bubble {
  background-color: #599d78;
}

.entreprise.particulier .visible-candidat {
  display: none !important;
}

.entreprise.particulier .visible-entreprise {
  display: none !important;
}

.entreprise.particulier .visible-particulier {
  display: block  !important;
}

.entreprise.particulier span.visible-particulier {
  display: inline-block  !important;
}

.transverse .visible-candidat {
  display: block  !important;
}

.transverse span.visible-candidat {
  display: inline-block !important;
}

.transverse .visible-entreprise {
  display: none !important;
}

.transverse .visible-particulier {
  display: none !important;
}

.transverse nav .btn-group.open .dropdown-toggle .btn {
  color: #289DBD;
}

.transverse nav .dropdown-menu .btn.btn-icon-only {
  color: #289DBD;
}

.transverse nav .dropdown-menu a:focus .btn-icon-only [class*="icon-"], .transverse nav .dropdown-menu a:hover .btn-icon-only [class*="icon-"] {
  color: #289DBD;
}

.transverse .notif-bubble {
  background-color: #289DBD;
}

/* ============================================================================== */
/* ==================== 			FOOTER					===================== */
/* ============================================================================== */
.accessibility-on {
  display: none;
}

.accessibility .accessibility-on {
  display: block;
}

.accessibility .accessibility-off {
  display: none;
}

.link-top.btn-icon-only.btn {
  display: block;
  position: fixed;
  right: 15px;
  width: 60px;
  height: 60px;
  bottom: 12px;
  opacity: 0.7;
  border-color: transparent;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.3s ease-in-out;
  animation: all 0.3s ease-in-out;
  z-index: 5;
}

.link-top.btn-icon-only.btn.sr-only {
  animation: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  opacity: 0;
}

.link-top.btn-icon-only.btn [class^="icon-"] {
  font-size: 32px;
  font-size: 2rem;
  top: 13px;
}

.link-top.btn-icon-only.btn:focus {
  clip: auto;
  opacity: 1;
  animation: all 0.3s ease-in-out;
}

footer.footer {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #BDBDBD;
  padding: 0 0 7px 0;
  background: #3e4249;
  border-top: 1px solid #ddd;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
}

footer.footer .container-fluid {
  padding: 15px 0;
  background: #2b2e30;
}

footer.footer a,
footer.footer a:active,
footer.footer a:focus,
footer.footer a:hover,
footer.footer p.col {
  color: #eee;
}

footer.footer .col-xs-6:first-child ul {
  padding-left: 5px;
}

footer.footer .col-xs-6:first-child li {
  list-style-type: none;
}

footer.footer .col-xs-6:first-child li a,
footer.footer .col-xs-6:first-child li a:active,
footer.footer .col-xs-6:first-child li a:focus,
footer.footer .col-xs-6:first-child li a:hover {
  color: #FFF;
}

footer.footer .col-xs-6 li {
  color: #CCC;
}

footer.footer .col-xs-6 li a,
footer.footer .col-xs-6 li a:active,
footer.footer .col-xs-6 li a:focus,
footer.footer .col-xs-6 li a:hover {
  color: #CCC;
}

footer.footer ul.row {
  padding: 15px 8px;
  margin-bottom: 0;
}

footer.footer .row .row {
  margin: 0;
}

footer.footer p.col {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
}

footer.footer span.border-top {
  height: 5px;
  display: inline-block;
  width: 60px;
  position: relative;
  margin-left: -30px;
  left: 50%;
}

footer.footer .col-xs-6:first-child span.border-top {
  background: #000;
}

footer.footer .col-xs-6:first-child + .col-xs-6 span.border-top {
  background: #003D7C;
}

footer.footer .col-xs-6:first-child + .col-xs-6 + .col-xs-6 span.border-top {
  background: #ff5950;
}

footer.footer .col-xs-6:first-child + .col-xs-6 + .col-xs-6 + .col-xs-6 span.border-top {
  background: #599d78;
}

footer.footer .col-xs-12.col-sm-4 > .row {
  margin: 0;
}

footer.footer .row ul {
  padding-left: 15px;
  margin-top: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
}

footer.footer .row ul li {
  list-style-type: disc;
}

footer.footer li.col-xs-6 {
  list-style-type: none;
}

footer.footer > .text-center {
  margin-top: 15px;
}

footer.footer .copyright {
  text-align: center;
  color: #c2c3c4;
  padding-top: 50px;
  padding-bottom: 20px;
}

footer.footer .copyright .access {
  padding-bottom: 20px;
}

footer.footer .copyright .access .btn {
  border-color: #9E9E9E;
  background: #4c4f56;
  color: #fff;
}

footer.footer .copyright .access .btn:hover {
  background: #2f3135;
}

footer.footer .copyright .access .btn:focus {
  border-color: #9E9E9E;
  background: #2f3135;
  color: #fff;
}

footer.footer .copyright hr {
  max-width: 60px;
  border-color: #55595f;
}

footer.footer .copyright .copy {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  padding-top: 10px;
}

@media only screen and (max-width: 767px) {
  footer.footer .row ul {
    min-height: 200px;
    margin-bottom: 18px;
  }
  footer.footer p.col {
    text-align: left;
  }
}

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

.section-title {
  margin-bottom: 1rem;
}

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

/* Gestion du texte facultatif dans le label */
label span.optional,
legend.control-label span.optional {
  font-style: italic;
  font-weight: normal;
}

/* Position relative pour permettre de placer les icônes sur les inputs*/
.form-group {
  position: relative;
}

.help-block {
  margin-bottom: 0px;
}

.description-block {
  display: block;
  margin-top: 5px;
  color: #6d6f71;
}

.help-block + .description-block,
.description-block + .help-block {
  margin-top: 2px;
}

/* Positionnement du h1 dans les container wrapper*/
.container-wrapper .container h1 {
  display: inline;
}

/* Positionnement des icônes de formulaire */
.label-icon {
  top: 2rem;
  left: 10px;
  color: #BEBEBE;
}

.form-control-feedback {
  padding-right: 0.9375rem;
}

.has-error .input-group ~ .form-control-feedback {
  right: 135px;
}

.has-error .input-group-btn-first ~ .form-control-feedback {
  right: 0;
}

.label-icon,
.form-control-feedback:before {
  position: absolute;
  font-size: 16px;
  font-size: 1rem;
  z-index: 10;
}

.form-control-feedback:before {
  top: 8px;
}

/* Nouveau système : ajout d'une div input-icon qui ne contient que l'input et l'icone */
.input-icon {
  position: relative;
}

.input-icon [class*="icon-"] {
  top: 7px;
}

/* Pour les formulaires horizontaux ou sans label, l'input est plus haut dans le form-group*/
.form-horizontal .label-icon, .form-horizontal .form-control-feedback:before {
  top: 7px;
}

label.sr-only ~ [class*="icon-"] {
  top: 8px;
}

/* Règles spécifiques pour les double inputs */
.label-icon.label-icon-double-input {
  left: 50%;
  padding-left: 10px;
}

[class^="col-"] > .label-icon {
  left: 25px;
}

.double-input .form-control {
  width: 50%;
  border-right-width: 0px;
}

.double-input .form-control:focus, .triple-input .form-control:focus {
  border-right-width: 1px;
}

.triple-input .form-control {
  width: 33.3%;
  border-right-width: 0px;
}

.double-input .form-control + input, .triple-input .form-control + input {
  border-right-width: 1px;
}

.input-group .btn.datepicker-trigger {
  cursor: pointer;
}

.input-group.double-input {
  width: 100%;
}

/* Surcharge de couleurs */
.has-success .form-control {
  border-color: #abcf47;
}

.has-success .form-control:focus {
  border-color: #9FCE30;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #b7db5f;
}

.has-success .form-control-feedback:before,
.has-success-first .form-control-feedback-first:before,
.has-success-second .form-control-feedback-second:before {
  color: #abcf47;
}

.has-error .form-control {
  border-color: #e3224a;
}

.has-error .form-control:focus {
  border-color: #e6496a;
}

.radio-list .has-error .help-block,
.radio-list .has-error .control-label,
.radio-list .has-error .radio,
.radio-list .has-error .checkbox,
.radio-list .has-error .radio-inline,
.radio-list .has-error .checkbox-inline,
.radio-list.has-error .help-block,
.radio-list.has-error .control-label,
.radio-list.has-error .radio,
.radio-list.has-error .checkbox,
.radio-list.has-error .radio-inline,
.radio-list.has-error .checkbox-inline,
.radio-list .has-error.radio label,
.radio-list .has-error.checkbox label,
.radio-list .has-error.radio-inline label,
.radio-list .has-error.checkbox-inline label {
  color: #e3224a;
}

.has-error .form-control-feedback:before,
.has-error-first .form-control-feedback-first:before,
.has-error-second .form-control-feedback-second:before {
  color: #e3224a;
}

.has-error-first .double-input .form-control:first-child {
  border-color: #e3224a;
  border-right-width: 1px;
}

.has-error-first .double-input .form-control:first-child:focus {
  border-color: #e6496a;
}

.has-error-first .form-control-feedback-first {
  right: 50%;
}

.has-error-second .double-input .form-control + input {
  border-color: #e3224a;
}

.has-error-second .double-input .form-control + input:focus {
  border-color: #e6496a;
}

.has-success-first .double-input .form-control:first-child {
  border-color: #abcf47;
  border-right-width: 1px;
}

.has-success-first .double-input .form-control:first-child:focus {
  border-color: #9FCE30;
}

.has-success-first .form-control-feedback-first {
  right: 50%;
}

.has-success-second .double-input .form-control + input {
  border-color: #abcf47;
}

.has-success-second .double-input .form-control + input:focus {
  border-color: #9FCE30;
}

.has-error-first.has-error-second .double-input .form-control:first-child,
.has-error-first.has-error-second .double-input .form-control:first-child {
  border-right-width: 0px;
}

.error-block {
  color: #e3224a;
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}

.form-control {
  overflow: hidden;
}

textarea.form-control {
  overflow-y: auto;
}

.form-control:focus {
  border-color: initial;
  outline: 1px dotted;
  outline-offset: -2px;
  outline: auto 5px -webkit-focus-ring-color;
  box-shadow: none;
}

.input-group .form-control:focus {
  padding-right: 10px;
}

input[placeholder] {
  text-overflow: ellipsis;
}

.has-error .help-block,
.has-error-first .help-block,
.has-error-second .help-block {
  color: #e3224a;
}

.has-success .help-block {
  color: #abcf47;
}

.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: inherit;
}

.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: inherit;
}

textarea {
  resize: vertical;
}

/* ================================ INPUT LG ====================================== */
.form-group-lg .with-icon {
  padding-left: 36px;
}

.form-group-lg label.sr-only ~ [class*="icon-"] {
  font-size: 21px;
  font-size: 1.3125rem;
  top: 11px;
}

.form-group-lg .label-icon {
  top: 34px;
}

.form-group-lg .form-control {
  font-size: 16px;
  font-size: 1rem;
}

.form-group-lg .input-group-btn .btn {
  min-height: 46px;
  padding: 6px 7px 5px 13px;
}

.form-group-lg .input-group-btn .btn [class^="icon-"], .form-group-lg .input-group-btn .btn [class*=" icon-"] {
  font-size: 25px;
  font-size: 1.5625rem;
}

.input-group-btn .btn:focus {
  outline-offset: -2px;
}

/* ================================ LOADER ====================================== */
.loader-blocker {
  position: fixed;
  margin-top: 150px;
  z-index: 11;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
}

.loader {
  position: relative;
  margin: 30px auto;
  width: 50px;
  height: 50px;
}

.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.mini-loader {
  position: relative;
  margin: 20px auto;
  width: 30px;
}

.mini-loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.msie .loader svg {
  display: none;
}

.msie .loader:before {
  content: "";
  background: url(../img/loader-fallback.gif) 0 0 no-repeat transparent;
  height: 70px;
  background-size: contain;
  width: 70px;
  padding: 0;
}

.reset-legend {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: inherit;
  color: #333;
  border: 0;
  float: none;
}

.path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

[data-loading].disabled, [data-loading].btn:disabled, [data-loading].btn:hover:disabled, [data-loading].btn:active:disabled, [data-loading].btn:focus:disabled {
  position: relative;
  transition: all 0.2s;
  font-style: normal;
}

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

[data-loading] .loader {
  border: 1px solid #444;
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-block;
  margin: 0;
  top: 7px;
  width: 18px;
  height: 18px;
  animation: rotate .75s linear infinite;
  left: 7px;
  position: absolute;
}

[data-loading] .loader + span {
  padding-left: 16px;
}

[data-loading].btn-primary .loader {
  border-color: #fff;
  border-right-color: transparent;
}

.msie8 [data-loading] .loader,
.msie9 [data-loading] .loader {
  margin: 0 0 -2px;
  background: url(gfx/loader.gif) center center no-repeat;
  animation: none;
  border: none;
}

.aide.btn-icon-only.btn {
  border: none;
  padding: 0;
  min-height: 17px;
  height: 17px;
  width: 17px;
  margin-left: 5px;
  background: transparent;
}

.aide.btn-icon-only.btn [class^="icon-"] {
  top: -1px;
  left: 0px;
}

.aide.btn-icon-only.btn:hover, .aide.btn-icon-only.btn:active {
  background: transparent;
  border: none;
}

.aide.btn-icon-only.btn:focus {
  background: transparent;
  outline: thin dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -1px;
  color: #7b7b7d;
}

.aide.btn-icon-only.btn.btn [class^="icon-"] {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 100;
  color: #7b7b7d;
}

.btn-help {
  margin-left: 5px !important;
  border-radius: 50%;
  background: #337ab7 !important;
  transition: background 0.2s;
  width: 1.125rem;
  height: 1.125rem;
  vertical-align: super;
  position: relative;
}

.btn-help [class^="icon-"] {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 100;
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
}

.btn-help:hover, .btn-help:focus {
  background: #2065a0 !important;
}

input.t-error, textarea.t-error, select.t-error {
  border-color: inherit;
  font-style: normal;
  color: inherit;
}

label.t-error {
  color: inherit;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
    -sand-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}

@keyframes color {
  100%, 0% {
    stroke: #e6e7e8;
  }
  40% {
    stroke: #bcbec0;
  }
  66% {
    stroke: #939598;
  }
  80%, 90% {
    stroke: #6d6f71;
  }
}

.modal-content {
  border: 0;
  border-radius: 0;
}

.modal-header {
  border-bottom: 0;
  padding: 19px 15px;
}

.modal-header .modal-title {
  color: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
}

.modal-header .close {
  color: #fff;
  text-shadow: none;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 34px;
  font-size: 2.125rem;
  opacity: 1;
  margin-top: -12px;
  overflow: hidden;
}

.modal-header .close:focus {
  outline: thin dotted #000;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 0;
}

.modal-help .modal-header .close {
  background: #fff;
  color: #414042;
  margin-top: 0;
  position: absolute;
  right: 14px;
  top: 0;
  z-index: 1;
}

.no-header.close {
  color: #444;
  text-shadow: none;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 34px;
  font-size: 2.125rem;
  opacity: 1;
  z-index: 99;
  position: relative;
  margin-right: 15px;
}

.modal-body {
  padding: 15px 20px;
}

.modal-body.with-separator {
  border-bottom: 1px solid #e5e5e5;
}

.modal-backdrop ~ .modal-backdrop {
  opacity: 0;
}

.entreprise .modal-header {
  background: #599d78;
}

.particulier .modal-header {
  background: #4eb6af;
}

.candidat .modal-header {
  background: #ff5950;
}

.modal-header {
  background: #289DBD;
}

.modal-aide-form h2,
.modal-aide-form h4 {
  margin-bottom: 15px;
}

.modal-help .answer .btn {
  cursor: default;
  pointer-events: none;
}

.modal-help .answer .btn-default:hover,
.modal-help .answer .btn-default:focus,
.modal-help .answer .btn-default:active,
.modal-help .answer .btn-default:hover,
.modal-help .answer .btn-default:hover [class^="icon-"],
.modal-help .answer .btn-default:focus [class^="icon-"],
.modal-help .answer .btn-default:active [class^="icon-"],
.modal-help .answer .btn-default:active.focus [class^="icon-"],
.modal-help .answer .btn-default.active:focus [class^="icon-"],
.modal-help .answer .btn-default.active:hover [class^="icon-"],
.modal-help .answer .btn-default:active:focus [class^="icon-"],
.modal-help .answer .btn-default:active:hover [class^="icon-"] {
  color: #737679;
  background-color: #fff;
  border-color: #737679;
}

.modal-help .answer .btn-primary:hover,
.modal-help .answer .btn-primary:focus,
.modal-help .answer .btn-primary:active,
.modal-help .answer .btn-primary:hover,
.modal-help .answer .btn-primary:hover [class^="icon-"],
.modal-help .answer .btn-primary:focus [class^="icon-"],
.modal-help .answer .btn-primary:active [class^="icon-"],
.modal-help .answer .btn-primary:active.focus [class^="icon-"],
.modal-help .answer .btn-primary.active:focus [class^="icon-"],
.modal-help .answer .btn-primary.active:hover [class^="icon-"],
.modal-help .answer .btn-primary:active:focus [class^="icon-"],
.modal-help .answer .btn-primary:active:hover [class^="icon-"] {
  color: #ffffff;
  background-color: #ff5950;
  border-color: #ff5950;
}

.modal.full-presentation .modal-dialog {
  width: 98%;
  margin: 50px auto;
}

.modal.full-presentation .modal-dialog .modal-content {
  border-radius: 5px;
}

.modal.full-presentation .modal-header {
  background: transparent;
}

.modal.full-presentation .modal-header .close {
  color: #414042;
}

.modal.full-presentation .modal-body {
  padding: 30px 50px 50px 50px;
}

.modal.full-presentation .modal-body .modal-title {
  margin-bottom: 20px;
}

.modal.full-presentation .modal-body img {
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  margin: 0 20px;
}

.modal.full-presentation .modal-body .btn {
  margin-top: 10px;
}

.anim-over-modal {
  margin-right: 0 !important;
}

.modal[data-over-modal] {
  z-index: 1060;
}

.over-modal-backdrop {
  display: inline-block !important;
  z-index: 1050;
  opacity: 0.3 !important;
}

/* ==========================================================================
   AUTOCOMPLETE & TAGS
   ========================================================================== */
/* Permet de gérer l'affichage de l'autocomplétion pour le module inclus dans Tapestry
    * et pour le plugin jQuery "Token Input" http://loopj.com/jquery-tokeninput/
    * Pour le module jQuery, l'affichage des Tags est aussi géré ici
    * Creation : 08/01/2016 - Jonathan Travens
    */
/*
     * Le wrapper permet de gérer correctement l'affichage des resultats par rapport aux input de recherche.
     * Le composant peut afficher en mode horizontal ou en mode vertical.
     * PAR DEFAUT : affichage en mode horizontal
     * L'affichage en mode vertical peut se piloter soit
     *  - via l'ajout de la classe ".with-vertical-autocomplete-search" parente du composant
     *  - au cas par cas via une classe parente, par exemple celle de la page posée sur le body.
     * Pour ajouter une nouvelle classe "pilote", faire une recherche sur "!CLASSE_PILOTE"
     *
     *
     * Pour piloter la couleur du module, le module se refere au contexte donné par la classe du body.
     * Chercher "!PILOTE_COULEUR_ENTREPRISE" ou "PILOTE_COULEUR_CANDIDAT" pour trouver les sections concernées
     * Cherche "!AFFICHAGE_TAG_DISABLED" pour la gestion de l'état desactivé


   ========================================================================== */
/* ==================================================== SURCHARGE SELECTIZE =================================================== */
/* Spécifique à Selectize.js */
.selectize-input {
  min-height: 32px;
  display: block;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #58595b;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

.selectize-input.disabled {
  background-color: #eee;
  opacity: 1;
}

.selectize-input input:focus {
  outline: none;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-with-icon .selectize-input {
  padding-left: 35px !important;
}

.without-icon .selectize-input {
  padding-left: 14px !important;
}

.input-group .selectize-input {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: table-cell;
  border-bottom-left-radius: 0;
}

.input-group:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.has-feedback .selectize-input {
  padding-right: 42.5px;
}

/* Règle spécifique si 1 seul champ Selectize obligatoire (ex. Horizon Pro Vide) */
.has-error-first .no-gutters .tag-input-wrapper:first-child {
  z-index: 1;
}

.has-error-first .tag-input-wrapper:first-child .form-control {
  border-color: #e3224a;
}

.has-error-second .tag-input-wrapper + .tag-input-wrapper .form-control {
  border-color: #e3224a;
}

/* ============================================================ DROPDOWN ========================================================== */
/* Les règles de type "DIV.t-autocomplete-menu" sont des surcharge du css issue du module tapestery */
.selectize-control .selectize-dropdown,
.selectize-control div.t-autocomplete-menu,
.tag-input-wrapper .selectize-dropdown,
.tag-input-wrapper div.t-autocomplete-menu {
  position: absolute;
  width: 100%;
  left: -1px;
}

.selectize-control .selectize-dropdown,
.tag-input-wrapper .selectize-dropdown {
  top: 42px;
}

.selectize-control .selectize-dropdown.form-control,
.tag-input-wrapper .selectize-dropdown.form-control {
  border-width: 0;
  padding: 0;
  overflow: visible;
  line-height: 1.42857143;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.selectize-control .form-control,
.selectize-control .selectize-input,
.tag-input-wrapper .form-control,
.tag-input-wrapper .selectize-input {
  padding-bottom: 7px;
  height: auto !important;
}

/**
  * !HACK sous IE pour corriger une erreur de calcul
  * du positionnement de l'auto-completion par
  * Ajax.Autocompleter (natif à Tapestry)
  */
.msie label ~ div.t-autocomplete-menu {
  left: 0px !important;
  top: 60px !important;
}

.msie label.sr-only ~ div.t-autocomplete-menu {
  top: 33px !important;
}

.selectize-dropdown,
div.t-autocomplete-menu {
  z-index: 999;
}

.selectize-dropdown .search-in-progress,
.selectize-dropdown .selectize-dropdown-content,
.selectize-dropdown ul,
div.t-autocomplete-menu .search-in-progress,
div.t-autocomplete-menu .selectize-dropdown-content,
div.t-autocomplete-menu ul {
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.175);
  padding: 7px 0;
  background-color: #fff;
  list-style-type: none;
  max-height: 300px;
  overflow: auto;
  padding-top: 3px;
  margin-bottom: 0;
}

.selectize-dropdown .selectize-dropdown-content,
div.t-autocomplete-menu .selectize-dropdown-content {
  padding-top: 8px;
  padding-bottom: 8px;
}

.selectize-dropdown .search-in-progress,
div.t-autocomplete-menu .search-in-progress {
  padding: 10px 15px;
  color: #9F9FA0;
  font-style: italic;
}

.selectize-dropdown li,
.selectize-dropdown [data-selectable],
.selectize-dropdown [data-no-results],
.selectize-dropdown .option,
div.t-autocomplete-menu li,
div.t-autocomplete-menu [data-selectable],
div.t-autocomplete-menu [data-no-results],
div.t-autocomplete-menu .option {
  font-size: 12px;
  font-size: 0.75rem;
  color: #58595b;
  padding: 10px;
  border-bottom: 1px solid #edefee;
  background: #ffffff;
  margin: 0 10px;
  width: 100%;
  width: calc(100% - 20px);
  cursor: pointer;
  position: relative;
  display: block;
}

.selectize-dropdown li:nth-of-type(even),
.selectize-dropdown [data-selectable]:nth-of-type(even),
.selectize-dropdown [data-no-results]:nth-of-type(even),
.selectize-dropdown .option:nth-of-type(even),
div.t-autocomplete-menu li:nth-of-type(even),
div.t-autocomplete-menu [data-selectable]:nth-of-type(even),
div.t-autocomplete-menu [data-no-results]:nth-of-type(even),
div.t-autocomplete-menu .option:nth-of-type(even) {
  background-color: #fafafa;
}

.selectize-dropdown li:last-child,
.selectize-dropdown [data-selectable]:last-child,
.selectize-dropdown [data-no-results]:last-child,
.selectize-dropdown .option:last-child,
div.t-autocomplete-menu li:last-child,
div.t-autocomplete-menu [data-selectable]:last-child,
div.t-autocomplete-menu [data-no-results]:last-child,
div.t-autocomplete-menu .option:last-child {
  border: none;
}

.selectize-dropdown li.with-icon,
.selectize-dropdown [data-selectable].with-icon,
.selectize-dropdown [data-no-results].with-icon,
.selectize-dropdown .option.with-icon,
div.t-autocomplete-menu li.with-icon,
div.t-autocomplete-menu [data-selectable].with-icon,
div.t-autocomplete-menu [data-no-results].with-icon,
div.t-autocomplete-menu .option.with-icon {
  padding-left: 35px;
}

.selectize-dropdown .option,
.selectize-dropdown [data-selectable],
div.t-autocomplete-menu .option,
div.t-autocomplete-menu [data-selectable] {
  width: auto;
  float: none;
}

.selectize-dropdown .list-header,
.selectize-dropdown .optgroup-header,
div.t-autocomplete-menu .list-header,
div.t-autocomplete-menu .optgroup-header {
  color: #313131;
  background-color: #fff;
  padding: 10px;
  margin: 0 10px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e1e1e1;
}

.selectize-dropdown .list-header.list-header.selected,
.selectize-dropdown .optgroup-header.list-header.selected,
div.t-autocomplete-menu .list-header.list-header.selected,
div.t-autocomplete-menu .optgroup-header.list-header.selected {
  color: #B7B7B7;
  background-color: #f5f5f5;
}

.selectize-dropdown .optgroup-block,
div.t-autocomplete-menu .optgroup-block {
  padding: 0;
  box-shadow: none;
  max-height: none;
}

.selectize-dropdown .optgroup-block .optgroup-header,
.selectize-dropdown .optgroup-block .optgroup-header:hover,
div.t-autocomplete-menu .optgroup-block .optgroup-header,
div.t-autocomplete-menu .optgroup-block .optgroup-header:hover {
  float: none;
  color: #58595b !important;
  width: inherit;
}

.selectize-dropdown .optgroup,
div.t-autocomplete-menu .optgroup {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  margin: 10px 0 !important;
}

.selectize-dropdown .optgroup > ul,
div.t-autocomplete-menu .optgroup > ul {
  border: none !important;
  background: none !important;
  padding: 0 !important;
}

.selectize-dropdown [data-selectable] .highlight,
.selectize-dropdown .selection,
div.t-autocomplete-menu [data-selectable] .highlight,
div.t-autocomplete-menu .selection {
  font-weight: bold;
  color: #535353;
}

.selectize-dropdown .active .highlight,
div.t-autocomplete-menu .active .highlight {
  text-decoration: underline;
}

.selectize-dropdown [class^="icon-"],
.selectize-dropdown [class*=" icon-"],
div.t-autocomplete-menu [class^="icon-"],
div.t-autocomplete-menu [class*=" icon-"] {
  position: absolute;
  top: 9px;
  left: 10px;
  font-size: 17px;
  font-size: 1.0625rem;
}

/*
 * !AFFICHAGE_COULEUR_CANDIDAT
 * Réglages spécifiques à l'espace candidat
 */
.candidat .selectize-dropdown [data-selectable].active, .candidat .selectize-dropdown [data-selectable].selected,
.candidat .selectize-dropdown [data-selectable].selected .selection, .candidat .selectize-dropdown [data-selectable]:hover,
.candidat .selectize-dropdown [data-selectable]:hover .selection, .candidat .selectize-dropdown [data-selectable].highlight, .candidat .selectize-dropdown [data-selectable].selected.highlight, .candidat .selectize-dropdown [data-selectable]:hover,
.candidat .selectize-dropdown [data-selectable]:hover .highlight,
.candidat .selectize-dropdown [data-selectable].active .highlight,
.candidat div.t-autocomplete-menu li.active,
.candidat div.t-autocomplete-menu li.selected,
.candidat div.t-autocomplete-menu li.selected .selection,
.candidat div.t-autocomplete-menu li:hover,
.candidat div.t-autocomplete-menu li:hover .selection,
.candidat div.t-autocomplete-menu li.highlight,
.candidat div.t-autocomplete-menu li.selected.highlight,
.candidat div.t-autocomplete-menu li:hover,
.candidat div.t-autocomplete-menu li:hover .highlight,
.candidat div.t-autocomplete-menu li.active .highlight {
  color: #fff;
  background: #ff5950;
}

.candidat .selectize-dropdown [data-selectable].selected {
  background: #ffbab6;
  border: 1px solid transparent;
}

.candidat .selectize-dropdown [data-selectable].selected.active {
  border: 1px solid #ff5950;
}

/*
 * !AFFICHAGE_COULEUR_ENTREPRISE
 * Réglages spécifiques à l'espace entreprise
 */
.entreprise .selectize-dropdown [data-selectable].active, .entreprise .selectize-dropdown [data-selectable].selected,
.entreprise .selectize-dropdown [data-selectable].selected .selection, .entreprise .selectize-dropdown [data-selectable]:hover,
.entreprise .selectize-dropdown [data-selectable]:hover .selection, .entreprise .selectize-dropdown [data-selectable].highlight,
.entreprise .selectize-dropdown [data-selectable].selected .highlight, .entreprise .selectize-dropdown [data-selectable]:hover,
.entreprise .selectize-dropdown [data-selectable]:hover .highlight,
.entreprise .selectize-dropdown [data-selectable].active .highlight,
.entreprise div.t-autocomplete-menu li.active,
.entreprise div.t-autocomplete-menu li.selected,
.entreprise div.t-autocomplete-menu li.selected .selection,
.entreprise div.t-autocomplete-menu li:hover,
.entreprise div.t-autocomplete-menu li:hover .selection,
.entreprise div.t-autocomplete-menu li.highlight,
.entreprise div.t-autocomplete-menu li.selected .highlight,
.entreprise div.t-autocomplete-menu li:hover,
.entreprise div.t-autocomplete-menu li:hover .highlight,
.entreprise div.t-autocomplete-menu li.active .highlight {
  color: #fff;
  background: #599d78;
}

.entreprise .selectize-dropdown [data-selectable].selected {
  background: #98c4ac;
  border: 1px solid transparent;
}

.entreprise .selectize-dropdown [data-selectable].selected.active {
  border: 1px solid #599d78;
}

/* ========================================= SEARCH INPUT GROUP (HOME, LANDING ET RECHERCHE) ====================================== */
.search-input-group {
  position: relative;
  animation: fade 1.5s;
  /*
        * !AFFICHAGE_SERVICE_UNAVAILABLE
        * !AFFICHAGE_SERVICE_DISABLED
        * Réglages spécifiques l'état indisponible (= le pilote est fermé) + désactivé (le pilote est ouvert mais la recherche n'est pas accessible)
        * Valable pour l'espace candidat + entreprise
        */
  /*
        * !AFFICHAGE_SERVICE_UNAVAILABLE
        * Réglages spécifiques le service est indisponible (le pilote est fermé)
        * Valable pour l'espace candidat + entreprise
        */
}

.search-input-group.disabled .selectize-input,
.search-input-group.disabled .tag-input-group, .search-input-group.unavailable .selectize-input,
.search-input-group.unavailable .tag-input-group {
  background-color: #e6e7e8;
}

.search-input-group.disabled .selectize-input input,
.search-input-group.disabled .tag-input-group input, .search-input-group.unavailable .selectize-input input,
.search-input-group.unavailable .tag-input-group input {
  visibility: hidden;
}

.search-input-group.disabled .form-button-col .btn, .search-input-group.unavailable .form-button-col .btn {
  background: #d1d3d4;
  color: #58595b;
  border: 1px solid #d1d3d4;
  cursor: initial;
  font-style: italic;
}

.search-input-group.disabled .form-button-col .btn:hover, .search-input-group.unavailable .form-button-col .btn:hover {
  cursor: not-allowed;
}

.search-input-group.disabled .selectize-input, .search-input-group.unavailable .selectize-input {
  padding-top: 4px;
}

.search-input-group.unavailable .selectize-control:first-child .selectize-input:before,
.search-input-group.unavailable .tag-input-wrapper:first-child .tag-input-group:before {
  content: "Service actuellement indisponible";
  display: inline-block;
  position: absolute;
  z-index: 9;
  top: 12px;
  left: 36px;
  color: #939598;
  font-style: italic;
}

.search-input-group.unavailable .tag {
  display: none;
}

.search-input-group .input-group-btn:first-child > .btn {
  padding: 6px 11px;
  font-size: 16px;
  font-size: 1rem;
  height: 42px;
  width: 55px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.search-input-group .input-group-btn:first-child > .btn [class^="icon-"] {
  font-size: 22px;
  font-size: 1.375rem;
  position: relative;
  vertical-align: middle;
  left: 0;
  margin-right: 0;
}

.search-input-group .input-group-btn:first-child > .btn:disabled {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

.search-input-group .input-group-btn:first-child > a.btn {
  display: table;
}

.search-input-group label.sr-only ~ [class*="icon-"] {
  top: 11px;
  font-size: 18px;
  font-size: 1.125rem;
}

.search-input-group .autocomplete-group {
  position: absolute;
  width: 100%;
  z-index: 1000;
}

.search-input-group .autocomplete-group.with-input-group-btn {
  padding-right: 39px;
}

.search-input-group label.sr-only ~ .label-icon {
  font-size: 22px;
  font-size: 1.375rem;
  top: 12px;
  left: 12px;
}

.search-input-group .tag-input-wrapper label.sr-only ~ .label-icon {
  font-size: 16px;
  font-size: 1rem;
}

/* =============================================== TAGS ========================================= */
/*
 * Reglages pour l'affichage des tags
 */
.tag-input-group .selectize-input,
.tag-input-group {
  list-style: none;
  padding-top: 4px;
  margin-bottom: 0;
  min-height: 42px;
  /* On traite les tags ET l'input pour saisir un nouveau tag de la même façon */
}

.tag-input-group .selectize-input li,
.tag-input-group .selectize-input .selectize-input,
.tag-input-group .selectize-input .selectize-input div,
.tag-input-group li,
.tag-input-group .selectize-input,
.tag-input-group .selectize-input div {
  margin: 4px 4px 0 0;
  padding: 2px 3px;
  float: left;
  width: 100%;
}

.tag-input-group .selectize-input .tag,
.tag-input-group .tag {
  border: none;
  width: auto;
  position: relative;
  color: #fff;
  min-height: auto;
  padding: 0 !important;
}

.tag-input-group .selectize-input .tag .content:first-letter,
.tag-input-group .tag .content:first-letter {
  text-transform: uppercase;
}

.tag-input-group .selectize-input .tag .content,
.tag-input-group .selectize-input .tag .remove,
.tag-input-group .selectize-input .tag .delete,
.tag-input-group .tag .content,
.tag-input-group .tag .remove,
.tag-input-group .tag .delete {
  display: inline-block;
  padding: 3px 2px 3px 7px;
  float: left;
}

.tag-input-group .selectize-input .tag .remove,
.tag-input-group .tag .remove {
  color: #fff;
}

.tag-input-group .selectize-input .tag .remove:hover, .tag-input-group .selectize-input .tag .remove:focus,
.tag-input-group .tag .remove:hover,
.tag-input-group .tag .remove:focus {
  text-decoration: none;
}

.tag-input-group .selectize-input .tag .content,
.tag-input-group .tag .content {
  border-radius: 3px;
  padding-right: 23px;
  /* Ajout ellipsis */
  height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.tag-input-group .selectize-input .tag .remove,
.tag-input-group .selectize-input .tag .delete,
.tag-input-group .tag .remove,
.tag-input-group .tag .delete {
  border-radius: 0 3px 3px 0;
  padding-right: 6px;
  padding-left: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  line-height: 16px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  border-width: 0 0 0 1px;
}

.tag-input-group .selectize-input .tag .remove:hover,
.tag-input-group .selectize-input .tag .delete:hover,
.tag-input-group .tag .remove:hover,
.tag-input-group .tag .delete:hover {
  cursor: pointer;
}

.tag-input-group .selectize-input input,
.tag-input-group input {
  border: none;
  width: 100%;
}

.tag-input-group .selectize-input.focus:not(.full),
.tag-input-group.focus:not(.full) {
  outline: 1px dotted;
  outline-offset: -2px;
  outline: auto 5px -webkit-focus-ring-color;
  outline-offset: -2px;
}

/**
  * !AFFICHAGE_TAG_DISABLED
  * Réglages Tags spécifiques l'état désactivé
  * Valable pour l'espace candidat + entreprise
  */
.input-group .selectize-control {
  margin: 0 !important;
}

.selectize-control.form-control,
.form-control .selectize-input {
  margin: 0;
  padding: 0;
}

.form-control .selectize-input {
  border: 0;
}

.selectize-control.loading .selectize-input {
  padding-right: 30px;
  position: relative;
}

.selectize-control.loading .selectize-input::before {
  background: url("gfx/spinner.svg");
  position: absolute;
  content: '';
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  display: block;
}

.selectize-control.form-control {
  padding: 0px;
}

.selectize-control.form-control .selectize-input {
  padding-top: 4px;
  padding-right: 12px;
  padding-bottom: 8px;
  min-height: 40px;
  border-radius: 0;
}

.selectize-control.form-control .selectize-input > input {
  margin-top: 3px !important;
  padding: 3px 0 !important;
  float: left;
}

.selectize-control.searchable-select-mode {
  min-height: auto;
  height: 32px;
}

.selectize-control.searchable-select-mode .tag-as-text {
  position: static;
  margin-top: 0;
  width: 100%;
}

.selectize-control.searchable-select-mode .tag-as-text .remove {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #fff;
  left: auto;
  right: 3px;
  top: 3px;
  z-index: 1;
}

.selectize-control.searchable-select-mode .selectize-input {
  padding-left: 12px;
  padding-right: 30px;
  position: relative;
  min-height: auto;
  height: 32px !important;
}

.selectize-control.searchable-select-mode .selectize-input > input {
  margin-top: 0 !important;
}

.selectize-control.searchable-select-mode .selectize-input:before, .selectize-control.searchable-select-mode .selectize-input:after {
  position: absolute;
  top: 66%;
  right: 10px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-color: #808080 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  content: ' ';
}

.selectize-control.searchable-select-mode .selectize-input:before {
  transform: rotate(180deg);
  top: 44%;
}

.selectize-control.searchable-select-mode .selectize-input.dropdown-active {
  padding-right: 12px;
}

.selectize-control.searchable-select-mode .selectize-input.dropdown-active:before, .selectize-control.searchable-select-mode .selectize-input.dropdown-active:after {
  display: none;
}

.selectize-control.col-sm-6 .selectize-input .tag:first-child .content,
.selectize-control.col-sm-6 .tag-input-group .tag:first-child .content,
.tag-input-wrapper.col-sm-6 .selectize-input .tag:first-child .content,
.tag-input-wrapper.col-sm-6 .tag-input-group .tag:first-child .content {
  max-width: 100%;
}

.selectize-control.col-sm-4 .selectize-input .tag,
.selectize-control.col-sm-4 .tag-input-group .tag,
.tag-input-wrapper.col-sm-4 .selectize-input .tag,
.tag-input-wrapper.col-sm-4 .tag-input-group .tag {
  max-width: 100% !important;
}

.tag-input-wrapper .selectize-control {
  padding-top: 0;
}

/*
 * !AFFICHAGE_COMMUN
 * Réglages Tags commun à l'ensemble des tags
 */
.selectize-input .items:not(.tag-as-text) .tag .content.withRemoveBtn,
.tag-input-group .items:not(.tag-as-text) .tag .content.withRemoveBtn {
  padding-right: 25px;
}

.selectize-input.items .tag-as-text.tag,
.tag-input-group.items .tag-as-text.tag {
  margin-right: 0;
}

.selectize-input.items .tag-as-text.tag .content,
.tag-input-group.items .tag-as-text.tag .content {
  padding-right: 0;
}

/*
 * !AFFICHAGE_COULEUR_ENTREPRISE
 * Réglages Tags spécifiques à l'espace entreprise
 */
.entreprise .selectize-input .items:not(.tag-as-text) .tag.selected .content,
.entreprise .selectize-input .items:not(.tag-as-text) .tag.selected .remove,
.entreprise .selectize-input .items:not(.tag-as-text) .tag.selected .delete,
.entreprise .tag-input-group .items:not(.tag-as-text) .tag.selected .content,
.entreprise .tag-input-group .items:not(.tag-as-text) .tag.selected .remove,
.entreprise .tag-input-group .items:not(.tag-as-text) .tag.selected .delete {
  background: #98c4ac;
}

.entreprise .selectize-input .items:not(.tag-as-text) .tag .content,
.entreprise .selectize-input .items:not(.tag-as-text) .tag .remove,
.entreprise .selectize-input .items:not(.tag-as-text) .tag .delete,
.entreprise .tag-input-group .items:not(.tag-as-text) .tag .content,
.entreprise .tag-input-group .items:not(.tag-as-text) .tag .remove,
.entreprise .tag-input-group .items:not(.tag-as-text) .tag .delete {
  background: #599d78;
}

.entreprise .selectize-input .items:not(.tag-as-text) .tag .remove,
.entreprise .selectize-input .items:not(.tag-as-text) .tag .delete,
.entreprise .tag-input-group .items:not(.tag-as-text) .tag .remove,
.entreprise .tag-input-group .items:not(.tag-as-text) .tag .delete {
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.15);
  font-weight: 300;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.entreprise .selectize-input .items:not(.tag-as-text) .tag .remove:hover,
.entreprise .selectize-input .items:not(.tag-as-text) .tag .delete:hover,
.entreprise .tag-input-group .items:not(.tag-as-text) .tag .remove:hover,
.entreprise .tag-input-group .items:not(.tag-as-text) .tag .delete:hover {
  background: #4D8869;
}

/**
  * !AFFICHAGE_COULEUR_CANDIDAT
  * Réglages Tags spécifiques à l'espace candidat
  **/
.candidat .selectize-input .items:not(.tag-as-text) .tag.selected .content,
.candidat .selectize-input .items:not(.tag-as-text) .tag.selected .remove,
.candidat .selectize-input .items:not(.tag-as-text) .tag.selected .delete,
.candidat .tag-input-group .items:not(.tag-as-text) .tag.selected .content,
.candidat .tag-input-group .items:not(.tag-as-text) .tag.selected .remove,
.candidat .tag-input-group .items:not(.tag-as-text) .tag.selected .delete {
  background: #ffbab6;
}

.candidat .selectize-input .items:not(.tag-as-text) .tag .content,
.candidat .selectize-input .items:not(.tag-as-text) .tag .remove,
.candidat .selectize-input .items:not(.tag-as-text) .tag .delete,
.candidat .tag-input-group .items:not(.tag-as-text) .tag .content,
.candidat .tag-input-group .items:not(.tag-as-text) .tag .remove,
.candidat .tag-input-group .items:not(.tag-as-text) .tag .delete {
  background: #ff5950;
}

.candidat .selectize-input .items:not(.tag-as-text) .tag .remove,
.candidat .selectize-input .items:not(.tag-as-text) .tag .delete,
.candidat .tag-input-group .items:not(.tag-as-text) .tag .remove,
.candidat .tag-input-group .items:not(.tag-as-text) .tag .delete {
  border-left: 1px solid #fe4a41;
}

.candidat .selectize-input .items:not(.tag-as-text) .tag .remove:hover,
.candidat .selectize-input .items:not(.tag-as-text) .tag .delete:hover,
.candidat .tag-input-group .items:not(.tag-as-text) .tag .remove:hover,
.candidat .tag-input-group .items:not(.tag-as-text) .tag .delete:hover {
  background: #fe4a41;
}

/**
  * !AFFICHAGE_TAG_DISABLED
  * Réglages Tags spécifiques l'état désactivé
  * Valable pour l'espace candidat + entreprise
  **/
.candidat .selectize-input.disabled .tag .content,
.candidat .selectize-input.disabled .tag .remove,
.candidat .selectize-input.disabled .tag .delete,
.candidat .tag-input-group.disabled .tag .content,
.candidat .tag-input-group.disabled .tag .remove,
.candidat .tag-input-group.disabled .tag .delete,
.entreprise .selectize-input.disabled .tag .content,
.entreprise .selectize-input.disabled .tag .remove,
.entreprise .selectize-input.disabled .tag .delete,
.entreprise .tag-input-group.disabled .tag .content,
.entreprise .tag-input-group.disabled .tag .remove,
.entreprise .tag-input-group.disabled .tag .delete {
  background: #e6e7e8;
  color: #939598;
}

.candidat .selectize-input.disabled .tag .content,
.candidat .tag-input-group.disabled .tag .content,
.entreprise .selectize-input.disabled .tag .content,
.entreprise .tag-input-group.disabled .tag .content {
  padding-right: 7px;
}

.candidat .selectize-input.disabled .tag .remove,
.candidat .selectize-input.disabled .tag .delete,
.candidat .tag-input-group.disabled .tag .remove,
.candidat .tag-input-group.disabled .tag .delete,
.entreprise .selectize-input.disabled .tag .remove,
.entreprise .selectize-input.disabled .tag .delete,
.entreprise .tag-input-group.disabled .tag .remove,
.entreprise .tag-input-group.disabled .tag .delete {
  display: none;
}

.candidat .selectize-input.disabled :last-child,
.candidat .tag-input-group.disabled :last-child,
.entreprise .selectize-input.disabled :last-child,
.entreprise .tag-input-group.disabled :last-child {
  display: none;
}

.firefox .search-input-group .input-group-btn:first-child > .btn:focus {
  box-shadow: none;
  border: 1px dotted;
}

.firefox .tag-input-group .selectize-input .tag .remove:focus,
.firefox .tag-input-group .tag .remove:focus {
  box-shadow: none;
  border: 1px dotted;
}

.firefox .selectize-input .tag-as-text .remove:focus {
  box-shadow: none;
  border: 1px dotted;
}

/* ========================================= SEARCH INPUT GROUP (AFFICHAGE VERTICAL) ====================================== */
/** Layout specifique pour un affichage vertical des champs de recherche
  * !CLASS_PILOTE
  * Pilotage de l'affichage vertical
  **/
.with-selectize .search-input-group,
.with-vertical-autocomplete-search .search-input-group {
  width: 100%;
  max-width: 400px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.with-selectize .search-input-group .selectize-control,
.with-selectize .search-input-group .tag-input-wrapper,
.with-vertical-autocomplete-search .search-input-group .selectize-control,
.with-vertical-autocomplete-search .search-input-group .tag-input-wrapper {
  width: 100%;
}

.with-selectize .search-input-group .selectize-control:not(:first-child):not(:last-child) .form-control,
.with-selectize .search-input-group .selectize-control:not(:first-child):not(:last-child) .selectize-input,
.with-selectize .search-input-group .tag-input-wrapper:not(:first-child):not(:last-child) .form-control,
.with-selectize .search-input-group .tag-input-wrapper:not(:first-child):not(:last-child) .selectize-input,
.with-vertical-autocomplete-search .search-input-group .selectize-control:not(:first-child):not(:last-child) .form-control,
.with-vertical-autocomplete-search .search-input-group .selectize-control:not(:first-child):not(:last-child) .selectize-input,
.with-vertical-autocomplete-search .search-input-group .tag-input-wrapper:not(:first-child):not(:last-child) .form-control,
.with-vertical-autocomplete-search .search-input-group .tag-input-wrapper:not(:first-child):not(:last-child) .selectize-input {
  border-radius: 4px 0 0 4px !important;
}

.with-selectize .search-input-group .selectize-control:first-child .selectize-input,
.with-selectize .search-input-group .selectize-control:first-child .tag-input-group,
.with-selectize .search-input-group .tag-input-wrapper:first-child .selectize-input,
.with-selectize .search-input-group .tag-input-wrapper:first-child .tag-input-group,
.with-vertical-autocomplete-search .search-input-group .selectize-control:first-child .selectize-input,
.with-vertical-autocomplete-search .search-input-group .selectize-control:first-child .tag-input-group,
.with-vertical-autocomplete-search .search-input-group .tag-input-wrapper:first-child .selectize-input,
.with-vertical-autocomplete-search .search-input-group .tag-input-wrapper:first-child .tag-input-group {
  border-bottom-left-radius: 0;
}

.with-selectize .search-input-group .selectize-control:last-child .selectize-input,
.with-selectize .search-input-group .selectize-control:last-child .tag-input-group,
.with-selectize .search-input-group .tag-input-wrapper:last-child .selectize-input,
.with-selectize .search-input-group .tag-input-wrapper:last-child .tag-input-group,
.with-vertical-autocomplete-search .search-input-group .selectize-control:last-child .selectize-input,
.with-vertical-autocomplete-search .search-input-group .selectize-control:last-child .tag-input-group,
.with-vertical-autocomplete-search .search-input-group .tag-input-wrapper:last-child .selectize-input,
.with-vertical-autocomplete-search .search-input-group .tag-input-wrapper:last-child .tag-input-group {
  border-top-left-radius: 0;
}

.with-selectize .search-input-group .tag-input-wrapper:first-child,
.with-vertical-autocomplete-search .search-input-group .tag-input-wrapper:first-child {
  margin-bottom: 6px;
}

.with-selectize .search-input-group .tag-input-wrapper,
.with-selectize .search-input-group div.t-autocomplete-menu,
.with-vertical-autocomplete-search .search-input-group .tag-input-wrapper,
.with-vertical-autocomplete-search .search-input-group div.t-autocomplete-menu {
  padding-right: 60px !important;
}

.with-selectize .search-input-group .selectize-input,
.with-selectize .search-input-group .tag-input-group,
.with-vertical-autocomplete-search .search-input-group .selectize-input,
.with-vertical-autocomplete-search .search-input-group .tag-input-group {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.with-selectize .search-input-group .selectize-control.col-sm-6 .selectize-input .tag .content,
.with-selectize .search-input-group .tag-input-wrapper.col-sm-6 .tag-input-group .tag .content,
.with-vertical-autocomplete-search .search-input-group .selectize-control.col-sm-6 .selectize-input .tag .content,
.with-vertical-autocomplete-search .search-input-group .tag-input-wrapper.col-sm-6 .tag-input-group .tag .content {
  max-width: 100%;
}

.with-selectize .search-input-group .selectize-control.col-sm-4 .selectize-input .tag,
.with-selectize .search-input-group .tag-input-wrapper.col-sm-4 .tag-input-group .tag,
.with-vertical-autocomplete-search .search-input-group .selectize-control.col-sm-4 .selectize-input .tag,
.with-vertical-autocomplete-search .search-input-group .tag-input-wrapper.col-sm-4 .tag-input-group .tag {
  max-width: 100% !important;
}

.with-selectize .search-input-group .form-button-col,
.with-vertical-autocomplete-search .search-input-group .form-button-col {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  left: auto;
  width: 50px;
  float: right;
}

.with-selectize .search-input-group .form-button-col .input-group-btn,
.with-vertical-autocomplete-search .search-input-group .form-button-col .input-group-btn {
  position: relative;
  display: block;
  height: 100%;
}

.with-selectize .search-input-group .form-button-col .btn,
.with-vertical-autocomplete-search .search-input-group .form-button-col .btn {
  width: 50px;
  height: 100%;
  position: relative;
  top: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-left: -4px;
}

.with-selectize .search-input-group .form-button-col .btn [class^="icon-"],
.with-vertical-autocomplete-search .search-input-group .form-button-col .btn [class^="icon-"] {
  position: relative;
  vertical-align: middle;
  top: 0;
  font-size: 25px;
  font-size: 1.5625rem;
}

.search-input-group .with-location-area .form-control .selectize-input {
  padding-right: 7.85em;
}

.search-input-group .with-location-area .form-control .content {
  height: auto;
  overflow: auto;
  white-space: normal;
}

.search-input-group .location-area {
  display: none;
  border-left: 1px solid #ccc;
  position: absolute;
  top: 0;
  right: 0;
  max-height: 42px;
  -webkit-animation: fade 0.5s;
  animation: fade 0.5s;
}

.search-input-group .location-area select {
  position: relative;
  z-index: 2;
  background: none;
  cursor: pointer;
  padding: 12px 8px 12px 8px;
  border: none;
  box-shadow: none !important;
}

.search-input-group .location-area select:focus {
  outline: auto;
}

.search-input-group .help-block {
  position: absolute;
}

.search-input-group.has-error {
  margin-bottom: 30px !important;
}

.search-input-group.has-error .location-area {
  border-left: 1px solid #e3224a;
}

.mac.chrome .search-input-group .location-area,
.mac.safari .search-input-group .location-area {
  padding: 12px 8px 12px 8px;
}

.firefox .selectize-with-icon .selectize-input {
  padding-left: 2.5em !important;
}

.selectize-control.single .tag .content {
  padding-right: 7px;
}

.with-location-area .dropdown-active:not(.has-options) + .selectize-dropdown {
  display: none !important;
}

.max-keywords {
  position: absolute;
  top: 50px;
  z-index: 1000;
  right: 60px;
  left: 0;
  max-width: 400px;
}

.max-keyword-notice {
  margin: 0;
  padding: 7px;
  background: rgba(62, 62, 62, 0.8);
  color: #fff !important;
  font-weight: 400;
}

.max-keyword-notice:before {
  content: "";
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 0;
  border-bottom: 6px solid rgba(62, 62, 62, 0.8);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  top: -6px;
  left: 13px;
}

@media only screen and (max-width: 767px) {
  .max-keyword-notice:before {
    left: 14px;
  }
}

@media only screen and (max-width: 640px) {
  .max-keyword-notice:before {
    left: 11px;
  }
}

.max-keyword-notice [class^="icon-"] {
  font-size: 17px;
  font-size: 1.0625rem;
  float: left;
  margin: -1px 7px 7px 3px;
}

/* ==========================================================================
   AUTOCOMPLETE & TAGS - Devices -
   Fichier innclus dans _autocomplete.scss pour gérer l'affichage en mode mobile
   ========================================================================== */
/* Permet de gérer l'affichage de l'autocomplétion pour le module inclus dans Tapestry
    * et pour le plugin jQuery "Token Input" http://loopj.com/jquery-tokeninput/
    * Pour le module jQuery, l'affichage des Tags est aussi géré ici
    * Creation : 08/01/2016 - Jonathan Travens
    */
/*
     * Le wrapper permet de gérer correctement l'affichage des resultats par rapport aux input de recherche.
     * Le composant peut afficher en mode horizontal ou en mode vertical.
     * PAR DEFAUT : affichage en mode horizontal
     * L'affichage en mode vertical peut se piloter soit
     *  - via une classe ".with-vertical-autocomplete-search" parente du composant
     *  -  au cas par cas via une classe posée sur le body.
     * Pour ajouter une nouvelle classe "pilote", faire une recherche sur "!CLASS_PILOTE"
     *
     */
/* ============================================================================== */
/* ========================== 	<	768px				========================= */
/* ============================================================================== */
/* ============================================================================== */
/* ========================== 	<	994px				========================= */
/* ============================================================================== */
@media only screen and (max-width: 994px) and (-webkit-min-device-pixel-ratio: 2) {
  .search-input-group .input-group-btn:first-child > .btn {
    min-height: 42px;
  }
}

/* ============================================================================== */
/* ========================== 	<	768px				========================= */
/* ============================================================================== */
@media only screen and (max-width: 1024px) {
  body.formation .search-form > .col-md-9 {
    width: 100%;
  }
}

/* ============================================================================== */
/* ========================== 	<	768px				========================= */
/* ============================================================================== */
@media only screen and (max-width: 767px) {
  .search-form .search-input-group .label-icon {
    font-size: 18px;
    font-size: 1.125rem;
    top: 12px !important;
  }
  .search-form .search-input-group .tag-input-wrapper {
    margin-top: 8px;
    padding-right: 60px !important;
  }
  .search-form .search-input-group .tag-input-wrapper .tag-input-group,
  .search-form .search-input-group .tag-input-wrapper .tag-input-group .selectize-input,
  .search-form .search-input-group .tag-input-wrapper .tag-input-group .selectize-control.form-control {
    border-radius: 4px 0 0 0;
  }
  .search-form .search-input-group .tag-input-wrapper.single-input .tag-input-group,
  .search-form .search-input-group .tag-input-wrapper.single-input .tag-input-group .selectize-input,
  .search-form .search-input-group .tag-input-wrapper.single-input .tag-input-group .selectize-control.form-control {
    border-radius: 4px 0 0 4px;
  }
  .search-form .search-input-group .tag-input-wrapper + .tag-input-wrapper .tag-input-group,
  .search-form .search-input-group .tag-input-wrapper + .tag-input-wrapper .tag-input-group .selectize-input,
  .search-form .search-input-group .tag-input-wrapper + .tag-input-wrapper .tag-input-group .selectize-control.form-control {
    border-radius: 0 0 0 4px;
  }
  .search-form .location-area {
    right: 60px !important;
  }
  .search-form .form-group {
    margin-bottom: 15px;
  }
  .search-form .tag-input-wrapper:first-child {
    margin-top: 0;
  }
  .search-form .form-button-col {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
    float: right;
    width: 50px;
    height: 100%;
  }
  .search-form .form-button-col .input-group-btn {
    position: static;
    display: block;
    height: 100%;
  }
  .search-form .form-button-col .input-group-btn .btn-primary {
    width: 50px;
    height: 100%;
    position: relative;
    top: 0;
    right: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 0;
    border-top: 0;
  }
  .search-form .form-button-col .input-group-btn .btn-primary [class^="icon-"] {
    position: relative;
    vertical-align: middle;
    display: table-cell;
    top: 0;
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .search-input-group label.sr-only ~ [class*="icon-"] {
    top: 15px;
    left: 12px;
  }
  /* !CLASS_PILOTE
   * Pilotage de l'affichage vertical
   */
}

/* ============================================================================== */
/* ========================== 	>	768px				========================= */
/* ============================================================================== */
@media only screen and (min-width: 768px) {
  .search-input-group .tag-input-wrapper:not(last-child) .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .search-input-group .tag-input-wrapper:not(:first-child):not(:last-child) .form-control {
    border-radius: 0;
  }
  .search-input-group .tag-input-wrapper:not(:first-child) .form-control,
  .search-input-group .form-button-col {
    margin-left: -1px;
  }
}

/* ============================================================================== */
/* ========================== 		 < 390px			========================= */
/* ============================================================================== */
@media only screen and (max-width: 390px) {
  .search-input-group .with-location-area .form-control .selectize-input {
    padding-right: 43%;
  }
  .search-input-group .location-area {
    max-height: 45px;
  }
  .search-input-group .location-area select {
    padding: 12px 0px 12px 0px;
  }
}

/* ==================================================== SELECTALLY =================================================== */
.selectally-label-studio {
  font-weight: 700;
  margin: 0 0 9px;
  font-size: 0.8125rem;
  color: #414042;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.selectally-studio {
  min-height: 34px;
  overflow: visible;
  width: 100%;
  padding: 2px;
  display: flex;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.selectally-studio .sl__container {
  display: inline;
  position: relative;
  width: 100%;
}

.selectally-studio .sl__input {
  padding: 0px 40px 0px 12px;
  line-height: 32px;
  border: none;
  width: 100%;
}

.selectally-studio .sl__popup,
.selectally-studio .sl__popup--not-found {
  top: 35px;
  right: 0;
  left: 0;
  margin-top: 0px;
  max-width: 100%;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
  padding: 7px 0;
  background-color: #fff;
  max-height: 300px;
  overflow: auto;
  z-index: 999;
}

.selectally-studio .sl__popup-item {
  color: #58595b;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #edefee;
  background: #fff;
  margin: 0 10px;
  cursor: pointer;
}

.selectally-studio .sl__popup-item:nth-of-type(2n) {
  background-color: #fafafa;
}

.selectally-studio .sl__popup-item:last-child {
  border-bottom: none;
}

.selectally-studio .sl__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: rect(0, 0, 0, 0);
  border: 0;
}

.selectally-studio .sl__down-icon {
  border: solid #333333;
  border-width: 0 2px 2px 0;
}

/* Surcharge des couleurs */
.selectally-studio .sl__popup-item--active,
.selectally-studio .sl__popup-item:hover {
  background-color: #003d7c !important;
  color: #fff !important;
}

.candidat .selectally-studio .sl__popup-item--active,
.candidat .selectally-studio .sl__popup-item:hover {
  background-color: #ff5950 !important;
  color: #fff !important;
}

.entreprise .selectally-studio .sl__popup-item--active,
.entreprise .selectally-studio .sl__popup-item:hover {
  background-color: #599d78 !important;
  color: #fff !important;
}

.particulier .selectally-studio .sl__popup-item--active,
.particulier .selectally-studio .sl__popup-item:hover {
  background-color: #4eb6af !important;
  color: #fff !important;
}

.map .selectally-studio .sl__popup-item--active,
.map .selectally-studio .sl__popup-item:hover {
  background-color: #4171da !important;
  color: #fff !important;
}

.accessibility .selectally-studio {
  background: #ffffff !important;
}

.accessibility .selectally-studio .sl__popup-item--active,
.accessibility .selectally-studio .sl__popup-item:hover {
  background-color: yellow !important;
  color: #000000 !important;
}

.accessibility .selectally-studio .sl__popup, .accessibility .selectally-studio .sl__popup--not-found {
  border: 1px solid #ffffff;
}

.accessibility .selectally-studio .sl__container, .accessibility .selectally-studio .sl__input {
  background: #ffffff !important;
}

/* ============================================================================== */
/* =================== 			TYPOGRAPHY					===================== */
/* ============================================================================== */
html {
  font-size: 100%;
}

body {
  font-size: 13px;
  font-size: 0.8125rem;
  background: #3e4249;
  /*footer - permet de poursuivre la couleur sur petite page*/
  color: #414042;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h2 strong {
  font-weight: 600;
}

.t1, .t2, .t3, .t4, .t5, .t6, .t7 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.t1.emphasis, .t2.emphasis, .t3.emphasis, .t4.emphasis, .t5.emphasis, .t6.emphasis, .t7.emphasis {
  font-weight: 500;
}

.t1 strong, .t2 strong, .t3 strong, .t4 strong, .t5 strong, .t6 strong, .t7 strong {
  font-weight: 400;
}

.t1 {
  font-weight: 200;
}

.t2, .t3, .t4 {
  font-weight: 300;
}

.t5, .t6 {
  font-weight: 400;
}

.t7 {
  font-weight: 500;
}

.t1 {
  font-size: 36px;
  font-size: 2.25rem;
}

.t2 {
  font-size: 30px;
  font-size: 1.875rem;
}

.t3 {
  font-size: 24px;
  font-size: 1.5rem;
}

.t4 {
  font-size: 18px;
  font-size: 1.125rem;
}

.t5 {
  font-size: 14px;
  font-size: 0.875rem;
}

.t6 {
  font-size: 12px;
  font-size: 0.75rem;
}

.t7 {
  font-size: 11px;
  font-size: 0.6875rem;
}

.text-entreprise {
  color: #599d78;
}

.text-particulier {
  color: #4eb6af;
}

.text-candidat {
  color: #ff5950;
}

abbr {
  text-decoration: none;
}

a.text-entreprise,
button.text-entreprise {
  color: #599d78;
}

a.text-entreprise:hover, a.text-entreprise:active,
button.text-entreprise:hover,
button.text-entreprise:active {
  color: #4D8869;
  /* text-decoration:none; */
}

a.text-entreprise:focus,
button.text-entreprise:focus {
  color: #4D8869;
}

a.text-particulier,
button.text-particulier {
  color: #4eb6af;
}

a.text-particulier:hover, a.text-particulier:active,
button.text-particulier:hover,
button.text-particulier:active {
  color: #24a29a;
  /* text-decoration:none; */
}

a.text-particulier:focus,
button.text-particulier:focus {
  color: #24a29a;
}

a.text-candidat,
button.text-candidat {
  color: #ff5950;
}

a.text-candidat:hover, a.text-candidat:active,
button.text-candidat:hover,
button.text-candidat:active {
  color: #fe4a41;
  /* text-decoration:none; */
}

a.text-candidat:focus,
button.text-candidat:focus {
  color: #fe4a41;
}

caption {
  color: #414042;
}

.text-primary {
  color: #289DBD !important;
}

.candidat .text-primary {
  color: #ff5950 !important;
}

.entreprise .text-primary {
  color: #599d78 !important;
}

.particulier .text-primary {
  color: #4eb6af !important;
}

.text-link {
  color: #289DBD;
  text-decoration: underline;
}

.text-link:hover, .text-link:active {
  color: #2e8e9c;
  /* text-decoration:none; */
}

.text-link:focus {
  color: #2e8e9c;
}

.text-link:active, .text-link:hover, .text-link:active:focus {
  text-decoration: none;
}

input[type="submit"].text-link {
  background: none;
  border: none;
  padding: 0;
}

.italic {
  font-style: italic;
}

.emphasis {
  font-weight: bold;
}

.unavailable {
  font-style: italic;
  color: #939598;
}

.noscript {
  background: #F5C83C;
  height: auto;
  text-align: center;
  position: fixed;
  padding: 11px 10px;
  z-index: 99;
  top: 60px;
  width: 100%;
}

.noscript p {
  margin: 0;
}

.home .noscript {
  top: 80px;
}

.gabarit-full-page {
  max-width: 1980px;
}

.gabarit-full-page .row.panel-group {
  width: auto;
}

@media only screen and (max-width: 993px) {
  .gabarit-full-page .panel-right {
    position: static;
    width: 100%;
    border-top: 1px solid #ddd;
  }
}

@media only screen and (min-width: 1490px) {
  .gabarit-full-page.with-large-left-column .panel-center {
    padding-right: 20%;
  }
  .gabarit-full-page.with-large-left-column .panel-center .panel-container {
    padding-right: 0;
  }
}

/*============ LOADING DE PAGE =============*/
body[data-page-initialized=false] main:before {
  content: "";
  position: fixed;
  right: 0;
  height: 100%;
  left: 0;
  z-index: 9996;
  opacity: 0.7;
  background: #fff;
}

body[data-page-initialized=false] .pageloading-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9997;
}

body[data-page-initialized=false] footer,
body[data-page-initialized=false] header {
  z-index: 9999;
}

body[data-page-initialized=false] .sub-nav,
body[data-page-initialized=false] .subnav-owl {
  z-index: 9998;
}

body[data-page-initialized=false] .pageloading-mask div {
  background: url("gfx/loader.svg") 0px 0px no-repeat;
  width: 115px;
  height: 115px;
  margin: 300px auto;
}

/* ============================================================================== */
/* ==================== 			LINKS					===================== */
/* ============================================================================== */
a {
  color: #289DBD;
}

a:active,
a:hover {
  color: #2e8e9c;
  text-decoration: underline;
}

a:focus {
  outline-offset: 2px;
}

.skip-link {
  background: #414042;
  color: white;
}

.skip-link:focus {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px;
  z-index: 9999;
}

.switch-access [class*="icon-"] {
  margin-right: 8px;
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: -1px;
}

.focusanim {
  outline: none;
}

/* ============================================================================== */
/* ==================== 			BUTTONS					===================== */
/* ============================================================================== */
.transverse .btn-primary:hover,
.transverse .btn-primary:focus,
.transverse .open > .dropdown-toggle.btn-primary:focus,
.transverse .open > .dropdown-toggle.btn-primary:hover {
  color: #ffffff;
  background-color: #1f7a93;
  border-color: #1f7a93;
}

.transverse .btn-primary:active,
.transverse .btn-primary.active,
.transverse .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #1d738a;
  border-color: #1d738a;
}

.transverse .btn-primary:disabled:hover {
  color: #ffffff;
  background-color: #289DBD;
  border-color: #289DBD;
}

.transverse .btn-primary {
  color: #ffffff;
  background-color: #289DBD;
  border-color: #289DBD;
}

.entreprise .btn-primary:hover,
.entreprise .btn-primary:focus,
.entreprise .open > .dropdown-toggle.btn-primary:focus,
.entreprise .open > .dropdown-toggle.btn-primary:hover {
  color: #ffffff;
  background-color: #477c5f;
  border-color: #477c5f;
}

.entreprise .btn-primary:active,
.entreprise .btn-primary.active,
.entreprise .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #43765a;
  border-color: #43765a;
}

.entreprise .btn-primary:disabled:hover {
  color: #ffffff;
  background-color: #599d78;
  border-color: #599d78;
}

.entreprise .btn-primary {
  color: #ffffff;
  background-color: #599d78;
  border-color: #599d78;
}

.entreprise .btn-primary:hover,
.entreprise .btn-primary:focus,
.entreprise .open > .dropdown-toggle.btn-primary:focus,
.entreprise .open > .dropdown-toggle.btn-primary:hover {
  color: #ffffff;
  background-color: #477c5f;
  border-color: #477c5f;
}

.entreprise .btn-primary:active,
.entreprise .btn-primary.active,
.entreprise .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #43765a;
  border-color: #43765a;
}

.entreprise .btn-primary:disabled:hover {
  color: #ffffff;
  background-color: #599d78;
  border-color: #599d78;
}

.entreprise .btn-primary {
  color: #ffffff;
  background-color: #599d78;
  border-color: #599d78;
}

.particulier .btn-primary:hover,
.particulier .btn-primary:focus,
.particulier .open > .dropdown-toggle.btn-primary:focus,
.particulier .open > .dropdown-toggle.btn-primary:hover {
  color: #ffffff;
  background-color: #3d948e;
  border-color: #3d948e;
}

.particulier .btn-primary:active,
.particulier .btn-primary.active,
.particulier .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3a8d87;
  border-color: #3a8d87;
}

.particulier .btn-primary:disabled:hover {
  color: #ffffff;
  background-color: #4eb6af;
  border-color: #4eb6af;
}

.particulier .btn-primary {
  color: #ffffff;
  background-color: #4eb6af;
  border-color: #4eb6af;
}

.candidat .btn-primary:hover,
.candidat .btn-primary:focus,
.candidat .open > .dropdown-toggle.btn-primary:focus,
.candidat .open > .dropdown-toggle.btn-primary:hover {
  color: #ffffff;
  background-color: #ff291d;
  border-color: #ff291d;
}

.candidat .btn-primary:active,
.candidat .btn-primary.active,
.candidat .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #ff1f13;
  border-color: #ff1f13;
}

.candidat .btn-primary:disabled:hover {
  color: #ffffff;
  background-color: #ff5950;
  border-color: #ff5950;
}

.candidat .btn-primary {
  color: #ffffff;
  background-color: #ff5950;
  border-color: #ff5950;
}

.with-icon {
  padding-left: 33px;
}

/* btn */
.btn {
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 8px 16px 7px 16px;
  min-height: 34px;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}

.btn .focus, .btn:active, .btn:active:focus {
  outline: none;
  text-decoration: none;
}

.btn .caret {
  margin-left: 3px;
}

.btn [class^="icon-"] {
  margin-right: 8px;
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: -1px;
}

.btn + .btn,
.btn + .tooltip + .btn,
.btn + .disabled-container,
.btn + .tooltip + .disabled-container {
  margin-left: 5px;
}

.btn:focus {
  outline: thin dotted #000;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 0;
}

.disabled-container + .btn,
.disabled-container + .tooltip + .disabled-container,
.disabled-container + .tooltip + .btn,
.disabled-container + .disabled-container {
  margin-left: 5px;
}

.disabled-container .btn {
  pointer-events: none;
}

.btn-toggle .btn-title-active {
  display: none;
}

.btn-toggle.active .btn-title {
  display: none;
}

.btn-toggle.active .btn-title-active {
  display: inline;
}

.btn-ghost {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.btn-ghost:hover, .btn-ghost:focus {
  background: #fff;
}

/* btn - cas validation dans formulaire */
form .validation .btn {
  padding: 12px 40px;
}

.btn-group + .btn, .btn-group + .btn-group {
  margin-left: 5px;
}

.btn-reset {
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -o-border-radius: none;
  border-radius: none;
  border: none;
  padding: 0;
  margin: 0;
  min-height: auto;
  display: inline-block;
}

.btn-reset:focus {
  outline: thin dotted #000;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 0;
}

.btn-reset:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-block + .btn-block {
  margin-left: 0;
}

/* */
.input-group .btn {
  border-radius: 4px;
}

.input-group-addon {
  font-size: 12px;
  font-size: 0.75rem;
}

input.file:focus + label {
  outline: 5px auto #83bffc;
  outline-offset: 0;
}

.btn-icon [class^="icon-"] {
  margin: 0;
}

.btn-lg {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 11px 16px;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  min-height: auto;
}

.btn-group-sm > .btn [class^="icon-"],
.btn-sm [class^="icon-"] {
  margin-right: 5px;
  margin-left: 2px;
  font-size: 12px;
  font-size: 0.75rem;
}

.btn-group-xs > .btn,
.btn-xs {
  font-size: 10px;
  font-size: 0.625rem;
  padding: 1px 5px;
  min-height: auto;
}

.btn-group-xs > .btn [class^="icon-"],
.btn-xs [class^="icon-"] {
  margin-right: 4px;
  margin-left: 2px;
  font-size: 11px;
  font-size: 0.6875rem;
}

/* btn-default */
.btn-default {
  color: #737679;
  border-color: #737679;
}

.btn-default.active {
  border: 1px solid transparent !important;
  box-shadow: none;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active:focus, .btn-default:active:hover {
  background: #737679;
  color: #FFFFFF;
  border: 1px solid #737679;
}

.btn-default:hover [class^="icon-"], .btn-default:focus [class^="icon-"], .btn-default:active [class^="icon-"], .btn-default:active.focus [class^="icon-"], .btn-default.active:focus [class^="icon-"], .btn-default.active:hover [class^="icon-"], .btn-default:active:focus [class^="icon-"], .btn-default:active:hover [class^="icon-"] {
  color: #FFFFFF;
}

.btn-default:disabled, .btn-default:hover:disabled, .btn-default:active:disabled, .btn-default:focus:disabled,
.btn-default:hover:disabled [class^=icon-], .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:active, .btn-default.disabled:focus,
.btn-default.disabled:hover [class^=icon-] {
  background: #d1d3d4;
  color: #58595b;
  border: 1px solid #d1d3d4;
  font-style: italic;
}

.btn-default:disabled [class^=icon-],
.btn-default:hover:disabled [class^=icon-] {
  color: #808285;
  font-style: normal;
  border: none;
  background: transparent;
}

/* btn-unavailable */
.btn-unavailable {
  background: #fff;
  border: 1px dashed #ddd;
  color: #999;
  padding: 9px 16px 5px 16px;
  cursor: default;
}

.btn:active.btn-unavailable, .btn:hover.btn-unavailable {
  box-shadow: none;
  color: #999;
}

/* btn-disable */
.btn-disabled {
  background: #d1d3d4;
  color: #58595b;
  text-transform: none;
  border: 1px solid #d1d3d4;
  cursor: default;
  font-style: italic;
}

.btn-disabled [class^="icon-"] {
  color: #FFFFFF;
}

.btn-disabled.active {
  border: 1px solid transparent !important;
  box-shadow: none;
}

.btn-disabled:focus, .btn-disabled.focus {
  outline: none !important;
  /*box-shadow:1px 1px 8px rgba(0,0,0,0.3) inset;*/
}

.btn-disabled:hover, .btn-disabled:focus, .btn-disabled:active, .btn-disabled:active.focus, .btn-disabled.active:focus, .btn-disabled.active:hover, .btn-disabled:active:focus, .btn-disabled:active:hover {
  background: #d1d3d4;
  color: #58595b;
  border: 1px solid #d1d3d4;
}

.btn-disabled:hover [class^="icon-"], .btn-disabled:focus [class^="icon-"], .btn-disabled:active [class^="icon-"], .btn-disabled:active.focus [class^="icon-"], .btn-disabled.active:focus [class^="icon-"], .btn-disabled.active:hover [class^="icon-"], .btn-disabled:active:focus [class^="icon-"], .btn-disabled:active:hover [class^="icon-"] {
  color: #FFFFFF;
}

.wrapper-disabled {
  cursor: default;
}

.wrapper-disabled .btn-disabled {
  background-color: #b6b6b9;
  background-color: rgba(182, 182, 185, 0.5);
}

.wrapper-disabled .btn-disabled:hover, .wrapper-disabled .btn-disabled:focus, .wrapper-disabled .btn-disabled:active, .wrapper-disabled .btn-disabled:active.focus, .wrapper-disabled .btn-disabled.active:focus, .wrapper-disabled .btn-disabled.active:hover, .wrapper-disabled .btn-disabled:active:focus, .wrapper-disabled .btn-disabled:active:hover {
  background-color: #b6b6b9;
  background-color: rgba(182, 182, 185, 0.5);
}

.wrapper-disabled .btn-disabled [class*="icon-"],
.wrapper-disabled .btn-disabled:hover [class*="icon-"],
.wrapper-disabled .btn-disabled:focus [class*="icon-"],
.wrapper-disabled .btn-disabled:active [class*="icon-"],
.wrapper-disabled .btn-disabled:active.focus [class*="icon-"],
.wrapper-disabled .btn-disabled.active:focus [class*="icon-"],
.wrapper-disabled .btn-disabled.active:hover [class*="icon-"],
.wrapper-disabled .btn-disabled:active:focus [class*="icon-"],
.wrapper-disabled .btn-disabled:active:hover [class*="icon-"] {
  color: #e8e8e8;
  color: rgba(232, 232, 232, 0.5);
}

.wrapper-disabled .btn-text {
  color: #e8e8e8 !important;
  color: rgba(232, 232, 232, 0.5) !important;
}

.btn,
.btn-lg,
.btn-group-xs > .btn,
.btn-group-sm > .btn,
.btn-group-lg > .btn {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  -webkit-border-top-right-radius: 100px;
  -moz-border-top-right-radius: 100px;
  border-top-right-radius: 100px;
}

.btn-nav {
  border-radius: 4px;
}

.btn-icon-only {
  position: relative;
  width: 34px;
  height: 34px;
  color: #737679;
  border-color: #737679;
}

.btn-icon-only.btn [class^="icon-"] {
  position: absolute;
  left: 0px;
  right: 0;
  top: 7px;
  font-size: 17px;
  font-size: 1.0625rem;
  margin: 0 auto;
}

.btn-primary.btn-icon-only {
  color: #fff;
  border-color: #289DBD;
}

.entreprise .btn-primary.btn-icon-only {
  border-color: #599d78;
}

.entreprise.particulier .btn-primary.btn-icon-only {
  border-color: #4eb6af;
}

.candidat .btn-primary.btn-icon-only {
  border-color: #ff5950;
}

.btn-icon-only.btn-lg {
  width: 40px;
  height: 40px;
}

.btn-icon-only.btn-lg.btn [class^="icon-"] {
  top: 9px;
  font-size: 20px;
  font-size: 1.25rem;
}

.btn-icon-only.btn-sm {
  width: 28px;
  height: 28px;
  min-height: auto;
}

.btn-icon-only.btn-sm.btn [class^="icon-"] {
  top: 6px;
  font-size: 15px;
  font-size: 0.9375rem;
  min-height: auto;
}

.btn-icon-only.btn-xs {
  width: 21px;
  height: 21px;
  min-height: auto;
}

.btn-icon-only.btn-xs.btn [class^="icon-"] {
  top: 4px;
  font-size: 13px;
  font-size: 0.8125rem;
  min-height: auto;
}

/* badge */
.btn-badge {
  padding-right: 8px;
}

.btn-badge .badge {
  position: relative;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 30px;
}

.badge {
  margin-left: 10px;
  font-size: 11px;
  font-size: 0.6875rem;
}

.badge.beta {
  border-radius: 5px;
  background: #48AEE5;
  color: #fff;
  padding: 5px 10px;
}

/* NOTIFICATION - BUBBLE */
.badge.notification-bubble {
  top: -15px;
  left: -5px;
  padding: 5px 7px;
  font-weight: normal;
}

.entreprise .notification-bubble {
  background-color: #599d78;
}

.particulier .notification-bubble {
  background-color: #4eb6af;
}

.candidat .notification-bubble {
  background-color: #ff5950;
}

/*social*/
.facebook {
  color: #ffffff;
  background-color: #597ac7;
  border-color: #597ac7;
}

.facebook:hover, .facebook:focus {
  color: #ffffff;
  background-color: #3c5fb1;
  border-color: #3c5fb1;
}

.facebook:active, .facebook.active {
  color: #ffffff;
  background-color: #3c5fb1;
  border-color: #3c5fb1;
}

.twitter {
  color: #ffffff;
  background-color: #5CBCEE;
  border-color: #5CBCEE;
}

.twitter:hover, .twitter:focus {
  color: #ffffff;
  background-color: #2ea9e9;
  border-color: #2ea9e9;
}

.twitter:active, .twitter.active {
  color: #ffffff;
  background-color: #2ea9e9;
  border-color: #2ea9e9;
}

.linkedin {
  color: #ffffff;
  background-color: #1781B3;
  border-color: #1781B3;
}

.linkedin:hover, .linkedin:focus {
  color: #ffffff;
  background-color: #116086;
  border-color: #116086;
}

.linkedin:active, .linkedin.active {
  color: #ffffff;
  background-color: #116086;
  border-color: #116086;
}

.viadeo {
  color: #ffffff;
  background-color: #F07355;
  border-color: #F07355;
}

.viadeo:hover, .viadeo:focus {
  color: #ffffff;
  background-color: #ec4c26;
  border-color: #ec4c26;
}

.viadeo:active, .viadeo.active {
  color: #ffffff;
  background-color: #ec4c26;
  border-color: #ec4c26;
}

.google-plus {
  color: #ffffff;
  background-color: #D54A35;
  border-color: #D54A35;
}

.google-plus:hover, .google-plus:focus {
  color: #ffffff;
  background-color: #b23825;
  border-color: #b23825;
}

.google-plus:active, .google-plus.active {
  color: #ffffff;
  background-color: #b23825;
  border-color: #b23825;
}

.dropdown-toggle:focus {
  outline: thin dotted #000;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 0;
}

.btn-group .btn-group .dropdown-toggle.btn-default {
  padding: 9px 11px 8px 4px;
}

.btn-group.open .dropdown-toggle.btn-default {
  background: #737679;
  color: #FFFFFF;
  border: 1px solid #87898e;
  box-shadow: none;
}

/*dropdown-dropup*/
.open .dropdown-menu-left.dropdown-menu:after, .open .dropdown-menu-center.dropdown-menu:after, .open .dropdown-menu-right.dropdown-menu:after, .open .dropdown-menu-modal.dropdown-menu:after {
  content: "";
  display: block;
  position: absolute;
  height: 30px;
  width: 100%;
  top: -13px;
  z-index: 1001;
  background: url(gfx/icn-dropdown-menu.png) center 0px no-repeat;
  background: linear-gradient(transparent, transparent), url(gfx/icn-dropdown-menu.svg) center 0px no-repeat;
}

.open .dropdown-menu-no-caret {
  margin-top: 7px;
}

.open .dropdown-menu-full-width {
  min-width: 100%;
}

.dropup.open .dropdown-menu-left.dropdown-menu:after, .dropup.open .dropdown-menu-center.dropdown-menu:after, .dropup.open .dropdown-menu-right.dropdown-menu:after, .dropup.open .dropdown-menu-modal.dropdown-menu:after {
  top: inherit;
  bottom: -29px;
  background: url(gfx/icn-dropdown-menu-up.png) center 0px no-repeat;
  background: linear-gradient(transparent, transparent), url(gfx/icn-dropdown-menu-up.svg) center 0px no-repeat;
}

.dropup .btn .caret {
  margin-top: -2px;
}

.dropdown-menu-left:after {
  background-position: left 7px top !important;
}

.dropdown-menu-center:after {
  background-position: top !important;
}

.dropdown-menu-right:after {
  background-position: right 7px top !important;
}

.dropdown-menu-modal:after {
  background-position: right 20px top !important;
}

.dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.175);
  margin-right: -10px;
  margin-top: 15px;
  padding: 7px 5px;
  -webkit-animation: fade 0.3s;
  animation: fade 0.3s;
}

.dropdown-menu [class^="icon-"],
.dropdown-menu [class*=" icon-"] {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-right: 4px;
  position: relative;
  top: 1px;
}

.dropdown-menu .dropdown-menu-decoration {
  display: none;
}

.dropdown-menu > li > button {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > button:hover {
  text-decoration: none;
}

.dropdown-menu > li > button,
.dropdown-menu > li > a,
.dropdown-menu > li > .wrapper-disabled {
  font-size: 12px;
  font-size: 0.75rem;
  color: #6d6f71;
  padding: 9px 15px;
  border-top: 1px solid #edefee;
  background: #ffffff;
}

.dropdown-menu > li > button:hover, .dropdown-menu > li > button:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > .wrapper-disabled:hover,
.dropdown-menu > li > .wrapper-disabled:focus {
  background-color: #f5f5f5;
}

.dropdown-menu > li > button:active,
.dropdown-menu > li > a:active,
.dropdown-menu > li > .wrapper-disabled:active {
  background: #599d78;
  color: #fff;
}

.dropdown-menu > li > .wrapper-disabled {
  display: block;
  color: #a7a9ac;
  background: #e6e7e8;
  font-style: italic;
}

.dropdown-menu > li > .wrapper-disabled:hover, .dropdown-menu > li > .wrapper-disabled:focus {
  background-color: #e6e7e8;
}

.dropdown-menu > li > .wrapper-disabled:active {
  background: #e6e7e8;
  color: #a7a9ac;
}

.dropdown-menu > li:first-child > a, .dropdown-menu > .dropdown-header + li a, .dropdown-menu > .divider + li a,
.dropdown-menu > li:first-child > button, .dropdown-menu > .dropdown-header + li button, .dropdown-menu > .divider + li button {
  border: none;
}

.dropdown-menu .dropdown-header {
  padding-top: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
  color: #808285;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > button,
.dropdown-menu > .disabled > button:focus,
.dropdown-menu > .disabled > button:hover {
  color: #B1B1B1;
}

.dropdown-menu-center {
  left: 50%;
  right: auto;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

.dropdown-menu-modal {
  left: -20px;
  right: auto;
  transform: translate(-50%, 0);
}

.entreprise .dropdown-menu > li > a:active, .entreprise .dropdown-menu > li > button:active {
  background: #599d78;
  color: #fff;
}

.candidat .dropdown-menu > li > a:active, .candidat .dropdown-menu > li > button:active {
  background: #ff5950;
  color: #fff;
}

/* ============================================================================== */
/* ==================== 		WEBCALLBACK			================================= */
/* ============================================================================== */
.depot-offres {
  position: relative;
}

.webcallback {
  z-index: 12;
  position: fixed;
  bottom: 0;
  background-color: #e6e7e8;
  right: 10px;
  width: 15.625rem;
  border-radius: 6px 6px 0 0;
  box-shadow: -2px -1px 10px 0px rgba(0, 0, 0, 0.3);
}

.webcallback.bottom {
  position: absolute;
  transition: none;
}

.webcallback.bottom.anim {
  transition: bottom 0.35s;
}

.webcallback.bottom.big {
  bottom: 510px;
}

.webcallback .head {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 300;
  background-color: #599d78;
  border-radius: 5px 5px 0 0;
  top: -10px;
}

.webcallback .head .icon-casque-audio {
  font-size: 20px;
  font-size: 1.25rem;
}

.webcallback .head button {
  color: #fff;
  text-decoration: none;
  display: table;
  border-radius: 5px 5px 0 0;
  padding: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  width: 100%;
  font-weight: 300;
  text-transform: inherit;
}

.webcallback .head button span {
  display: table-cell;
  padding: 10px;
}

.webcallback .head button span:last-child {
  padding-left: 0;
  vertical-align: middle;
}

.webcallback .head:hover {
  cursor: pointer;
}

.webcallback .contenu,
.webcallback .modal-body {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #e6e7e8;
  padding: 0 10px;
}

.webcallback .contenu .useful-block,
.webcallback .modal-body .useful-block {
  min-height: 0;
  margin: 10px 0 15px 0;
  display: flex;
  align-items: flex-start;
}

.webcallback .contenu .useful-block p,
.webcallback .modal-body .useful-block p {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
}

.webcallback .contenu .useful-block img,
.webcallback .modal-body .useful-block img {
  width: 75px;
  height: auto;
}

.webcallback .contenu .init-block legend,
.webcallback .modal-body .init-block legend {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  margin: 0;
}

.webcallback .contenu .text-verification,
.webcallback .modal-body .text-verification {
  margin-top: 20px;
}

.webcallback .contenu .text-verification span, .webcallback .contenu .text-verification p,
.webcallback .modal-body .text-verification span,
.webcallback .modal-body .text-verification p {
  display: block;
  float: left;
  padding-bottom: 10px;
}

.webcallback .contenu .text-verification span + span, .webcallback .contenu .text-verification span + p, .webcallback .contenu .text-verification p + span, .webcallback .contenu .text-verification p + p,
.webcallback .modal-body .text-verification span + span,
.webcallback .modal-body .text-verification span + p,
.webcallback .modal-body .text-verification p + span,
.webcallback .modal-body .text-verification p + p {
  padding: 0 0 20px 60px;
  float: none;
}

.webcallback .contenu .text-verification .btn,
.webcallback .modal-body .text-verification .btn {
  width: 100%;
  margin-bottom: 20px;
}

.webcallback .loader {
  margin: -20px auto 5px auto;
}

.webcallback .form-control-feedback,
.webcallback .modal .form-control-feedback {
  position: relative;
}

.webcallback .init-block {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-height: 500px;
  overflow: hidden;
}

.webcallback .cache {
  max-height: 0 !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* webcallback VERSION MOBILE */
.webcallback-mobile {
  display: none;
  z-index: 100;
  width: auto;
  position: fixed;
  bottom: 15px;
  right: 15px;
  opacity: 0;
  transition: opacity 0.3s;
}

.webcallback-mobile.visible {
  opacity: 1;
  z-index: 12;
  transition: opacity 0.3s;
}

.webcallback-mobile .head {
  font-size: 13px;
  font-size: 0.8125rem;
  box-shadow: -2px -1px 10px 0px rgba(0, 0, 0, 0.3);
  font-weight: 300;
  background-color: #289DBD;
  border-radius: 5px;
  top: 0px;
}

.webcallback-mobile .head .icon-casque-audio {
  font-size: 30px;
  font-size: 1.875rem;
}

.webcallback-mobile .head button {
  color: #fff;
  padding: 15px;
  border: none;
  background: transparent;
}

.candidat .webcallback-mobile .head,
.candidat .webcallback .head {
  background-color: #ff5950;
}

.entreprise .webcallback-mobile .head,
.entreprise .webcallback .head {
  background-color: #599d78;
}

.webcallback-with-switch.without-transition * {
  -webkit-transition: none !important;
  transition: none !important;
}

.webcallback-with-switch .head [data-trigger="webcallback"] {
  display: inline-block;
}

.webcallback-with-switch .input-group-btn .btn-primary {
  min-width: 110px;
}

.webcallback-with-switch.webcallback-mobile {
  display: block;
  right: 0;
  position: relative;
  bottom: 0;
  opacity: 1;
  transition: opacity 0.3s;
  height: 42px;
}

.webcallback-with-switch.webcallback-mobile .head [data-trigger="webcallback"] {
  padding: 15px;
  background: #ff5950;
  display: inline-block;
}

.webcallback-with-switch.webcallback-mobile [data-trigger="webcallback"] {
  z-index: 1;
  width: auto;
  position: fixed;
  bottom: 15px;
  right: 15px;
  transition: opacity 0.3s;
  border-radius: 3px;
}

.webcallback-with-switch.webcallback-mobile [data-trigger="webcallback"] [class^="icon-"] {
  margin: 0;
}

.webcallback-with-switch.webcallback-mobile [data-trigger="webcallback"] [data-title] {
  display: none;
}

@media only screen and (max-width: 767px) {
  .webcallback-with-switch .head {
    height: 42px;
  }
}

/* MODAL webcallback */
.modalwebcallback .useful-block {
  display: block;
  margin: 0;
  min-height: 0;
}

.modalwebcallback .useful-block img {
  display: block;
  margin: 0 auto 10px auto;
  width: 110px;
}

.modalwebcallback .useful-block p {
  display: block;
}

.modalwebcallback .loader {
  margin: -20px auto 5px auto;
}

.modalwebcallback .input-group-btn .btn-primary {
  min-width: 110px;
}

.modalwebcallback.modal .icon-success, .modalwebcallback.modal .icon-error {
  font-size: 3.125rem;
  padding-bottom: 20px;
  float: inherit;
  display: block;
  margin: 10px 0 0 0;
}

.modalwebcallback.modal .icon-error {
  color: #e3224a;
}

.modalwebcallback.modal .icon-success {
  color: #abcf47;
}

.modalwebcallback.modal .text-verification {
  margin-top: 20px;
  padding-bottom: 60px;
}

.modalwebcallback.modal .text-verification span {
  display: block;
  float: left;
  margin: 0 0 0 10px;
}

.modalwebcallback.modal .text-verification span + span {
  padding: 0 0 20px 60px;
  float: none;
}

.modalwebcallback.modal .text-verification .btn {
  float: right;
  margin: 20px 0;
}

.modalwebcallback.modal .text-verification .btn:before {
  position: absolute;
  content: '';
  height: 1px;
  border-top: 1px solid #e5e5e5;
  bottom: 55px;
  left: -20px;
  right: -20px;
}

/* ============================================================================== */
/* ==================== 		ALERT			================================= */
/* ============================================================================== */
.alert-default {
  color: #58595b;
  background-color: #e6e7e8;
}

.text-alert-warning {
  color: #8a6d3b;
}

.alert.alert-success a {
  color: #2491AF;
}

.alert .close {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* ============================================================================== */
/* ==================== 		FORM			================================= */
/* ============================================================================== */
.form-control {
  font-size: 13px;
  font-size: 0.8125rem;
  height: 2.125rem;
}

.form-control.input-sm {
  height: 1.875rem;
}

.form-control.input-lg {
  height: 2.8125rem;
}

.alert-danger {
  color: #e3224a;
  background-color: #FFF2F2;
}

.element-xs {
  max-width: 150px;
}

.element-sm {
  max-width: 200px;
}

.element-md {
  max-width: 257px;
}

/* ============================================================================== */
/* ==================== 		POPOVER			===================== */
/* ============================================================================== */
.popover {
  font-size: 12px;
  font-size: 0.75rem;
}

.popover-title {
  color: white;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400 !important;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  margin: -1px -1px 0 -1px;
  background-color: #289DBD;
}

.popover.bottom > .arrow:after {
  border-bottom-color: #289DBD;
}

body.entreprise .popover-title {
  background-color: #599d78;
}

body.entreprise .popover.bottom > .arrow:after {
  border-bottom-color: #599d78;
}

body.candidat .popover-title {
  background-color: #ff5950;
}

body.candidat .popover.bottom > .arrow:after {
  border-bottom-color: #ff5950;
}

/* ============================================================================== */
/* ==================== 		PAGINATION			===================== */
/* ============================================================================== */
.pagination li a, .pagination li a:hover {
  border: none;
}

.pagination li.active a, .pagination li.active a:hover {
  border: none;
  background: #e6e7e8;
}

.pagination li > span {
  border: none;
}

.pagination li > span:hover, .pagination li > span:focus {
  background: #fff;
}

body.entreprise .pagination li > span {
  color: #599d78;
}

body.entreprise .pagination li > span:hover, body.entreprise .pagination li > span:focus {
  color: #599d78;
}

body.candidat .pagination li > span {
  color: #ff5950;
}

body.candidat .pagination li > span:hover, body.candidat .pagination li > span:focus {
  color: #ff5950;
}

/* ============================================================================== */
/* ========================== 		SUB-NAV				========================= */
/* ============================================================================== */
main {
  padding-top: 60px;
  background: #ffffff;
  overflow: hidden;
}

.sub-nav {
  padding: 17px 0 12px 0;
  text-align: center;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  background: #289DBD;
}

.sub-nav .nav {
  display: inline-block;
}

.sub-nav a,
.sub-nav li > span {
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
}

.sub-nav li > span {
  display: block;
}

.sub-nav a.disabled,
.sub-nav li > span.disabled {
  cursor: default;
  opacity: 0.6;
}

.sub-nav .nav-pills > li > a,
.sub-nav .nav-pills > li > span {
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  border-radius: 100px;
  padding: 5px 15px;
  margin: 0 20px;
}

.sub-nav .nav-pills > li > a:hover, .sub-nav .nav-pills > li > a:focus,
.sub-nav .nav-pills > li > span:hover,
.sub-nav .nav-pills > li > span:focus {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff');
  /* IE */
}

.sub-nav .nav-pills > li > a.disabled:hover, .sub-nav .nav-pills > li > a.disabled:focus,
.sub-nav .nav-pills > li > span.disabled:hover,
.sub-nav .nav-pills > li > span.disabled:focus {
  background: none;
}

.sub-nav .nav-pills > li > a .badge,
.sub-nav .nav-pills > li > span .badge {
  background: #fff;
  color: #333;
}

.sub-nav .nav-pills > li.active > a,
.sub-nav .nav-pills > li.active > a:hover,
.sub-nav .nav-pills > li.active > a:focus,
.sub-nav .nav-pills > li.active > span,
.sub-nav .nav-pills > li.active > span:hover,
.sub-nav .nav-pills > li.active > span:focus {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.12);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff');
  /* IE */
}

.sub-nav li.open .dropdown-toggle {
  background-color: rgba(255, 255, 255, 0.2);
}

.subnav-carousel .item {
  float: left;
}

.subnav-owl {
  padding: 17px 0;
  text-align: center;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  background: #289DBD;
  position: relative;
  min-height: 60px;
}

.subnav-owl .owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: flex;
}

.subnav-owl .wrapper-sub-nav {
  max-width: 1175px;
  margin: auto;
  position: relative;
  padding-left: 200px;
}

.subnav-owl .wrapper-sub-nav .home {
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  border-radius: 100px;
  padding: 5px 15px;
  display: inline-block;
  border: 1px solid #fff;
  left: 0;
  transition: background .2s ease-in-out;
}

.subnav-owl .wrapper-sub-nav .home .icon-home {
  margin-right: 5px;
}

.subnav-owl .wrapper-sub-nav .home:hover, .subnav-owl .wrapper-sub-nav .home:focus {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff');
  /* IE */
}

.subnav-owl .subnav-carousel .owl-dots {
  display: none !important;
}

.subnav-owl .subnav-carousel .owl-item .item {
  float: none;
}

.subnav-owl .subnav-carousel .owl-nav {
  top: -41px;
}

.subnav-owl .subnav-carousel .owl-nav .nav-prev, .subnav-owl .subnav-carousel .owl-nav .nav-next {
  position: absolute;
  cursor: pointer;
  padding: 17px 11px;
  color: #FFF;
  background: #289DBD;
  transition: opacity 0.2s .3s ease-in-out, background 0.2s ease-in-out;
}

.subnav-owl .subnav-carousel .owl-nav .nav-prev.disabled, .subnav-owl .subnav-carousel .owl-nav .nav-next.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: auto;
  display: block;
}

.subnav-owl .subnav-carousel .owl-nav .nav-prev [class^="icon-"], .subnav-owl .subnav-carousel .owl-nav .nav-next [class^="icon-"] {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 13px 0px;
}

.subnav-owl .subnav-carousel .owl-nav .nav-prev:not(.stop):hover, .subnav-owl .subnav-carousel .owl-nav .nav-next:not(.stop):hover {
  background: #2e8e9c;
}

.subnav-owl .subnav-carousel .owl-nav .nav-next {
  right: -25px;
  box-shadow: -6px 0px 16px -5px rgba(68, 68, 68, 0.3);
}

.subnav-owl .subnav-carousel .owl-nav .nav-prev {
  left: -25px;
  box-shadow: 6px 0px 16px -5px rgba(68, 68, 68, 0.3);
}

.subnav-owl .subnav-carousel .owl-stage-outer {
  padding-left: 25px;
  padding-right: 25px;
}

.subnav-owl .subnav-carousel .item a,
.subnav-owl .subnav-carousel .item span {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  border-radius: 100px;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 400;
}

.subnav-owl .subnav-carousel .item a:hover, .subnav-owl .subnav-carousel .item a:focus,
.subnav-owl .subnav-carousel .item span:hover,
.subnav-owl .subnav-carousel .item span:focus {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff');
  /* IE */
}

.subnav-owl .subnav-carousel .item a.disabled:hover, .subnav-owl .subnav-carousel .item a.disabled:focus,
.subnav-owl .subnav-carousel .item span.disabled:hover,
.subnav-owl .subnav-carousel .item span.disabled:focus {
  background: none;
}

.subnav-owl .subnav-carousel .item a .badge,
.subnav-owl .subnav-carousel .item span .badge {
  background: #fff;
  color: #333;
}

.subnav-owl .subnav-carousel .current a,
.subnav-owl .subnav-carousel .current span {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.12);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff');
  /* IE */
}

.entreprise .sub-nav {
  background: #599d78;
}

.candidat .sub-nav {
  background: #ff5950;
}

.candidat .subnav-owl {
  background: #ff5950;
}

.candidat .subnav-carousel .owl-nav .nav-prev, .candidat .subnav-carousel .owl-nav .nav-next {
  background: #ff5950;
}

.candidat .subnav-carousel .owl-nav .nav-prev:not(.stop):hover, .candidat .subnav-carousel .owl-nav .nav-next:not(.stop):hover {
  background: #fe4a41;
}

.subnav {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 60px;
  background: #289DBD;
}

.subnav .container-fluid {
  width: 100%;
  margin: 0;
  padding: 0 20px;
}

.candidat .subnav {
  background: #ff5950;
}

.entreprise .subnav {
  background: #599d78;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .subnav {
    height: 60px;
  }
}

.subnav-list {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.subnav-item-home {
  position: relative;
}

.subnav-item-home:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 35px;
  background: #fff;
}

.subnav-item-home [class^="icon-"] {
  margin-right: 5px;
}

.subnav-item.dropdown {
  display: block !important;
}

.subnav-link {
  display: block;
  margin-left: 4px;
  margin-right: 4px;
  padding: 10px 16px;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.subnav-link:hover, .subnav-link:focus {
  color: #fff;
}

.subnav-link .icon-chevron-down {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 0;
}

.subnav-sublist > .subnav-subitem > .subnav-sublink {
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.subnav-subitem-active .subnav-sublink {
  font-weight: 700;
}

.subnav-sublink [class^="icon-"] {
  margin-right: 15px;
}

/* ============================================================================== */
/* ===================		 WRAPPER &  BREADCRUMB        ======================= */
/* ============================================================================== */
.container-wrapper {
  background-color: #f3f3f3;
}

.container-wrapper .container {
  min-height: 500px;
  padding: 0 25px;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.breadcrumb {
  margin: 10px 0 10px 0;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 5px 5px 0px 5px;
  border-radius: 0;
  background-color: transparent;
  color: #9ea7ab;
  white-space: nowrap;
}

.breadcrumb [class*="icon-"] {
  margin-right: 7px;
  font-size: 12px;
  font-size: 0.75rem;
}

.breadcrumb .icon-home-full {
  display: none;
}

.breadcrumb a {
  color: #808285;
  font-weight: normal;
}

.breadcrumb li.active {
  font-weight: bold;
}

.breadcrumb .breadcrumb-container .col-sm-3 {
  position: absolute;
  right: 0;
  width: 70px;
  padding: 0;
  float: none;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 43%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */
}

.breadcrumb-helper-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.breadcrumb-helper-wrapper > [class*=" col-"] {
  float: none;
  width: auto;
  flex-grow: 1;
}

.breadcrumb-desktop {
  font-size: 11px;
  font-size: 0.6875rem;
  border-radius: 0;
  background-color: transparent;
  color: #58595b;
  display: none;
}

.breadcrumb-desktop ol {
  list-style: none;
  padding: 0 5px 0px 0;
  margin: 10px 0 0 0;
}

.breadcrumb-desktop ol > li {
  display: inline;
  line-height: 0.7rem;
}

.breadcrumb-desktop ol > li.active {
  font-weight: bold;
}

.breadcrumb-desktop ol > li:not(:last-child):after {
  padding: 0 5px;
  color: #ccc;
  content: "/";
  font-size: 16px;
  font-size: 1rem;
  vertical-align: middle;
}

.breadcrumb-desktop a {
  color: #58595b !important;
  font-weight: normal;
}

.breadcrumb-mobile {
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 0 5px 0px 0;
  border-radius: 0;
  background-color: transparent;
  color: #58595b;
  display: flex;
  align-items: center;
  margin: 10px 0 0 0;
}

.breadcrumb-mobile .link {
  color: #58595b !important;
  font-weight: normal;
}

.breadcrumb-mobile .dropdown-toggle {
  background: rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  min-height: 22px;
  height: auto;
  border-radius: 10px;
}

.breadcrumb-mobile .dropdown-toggle .icon-chevron-down {
  margin-right: 0;
  color: #414042;
}

.breadcrumb-mobile .dropdown-toggle .dropdown-toggle-text {
  margin: 0 5px 0 3px;
  line-height: 0.8rem;
}

.breadcrumb-mobile .dropdown:before {
  color: transparent;
  padding: 0;
}

.breadcrumb-mobile .dropdown .tooltip {
  display: none !important;
}

.breadcrumb-mobile .dropdown-menu-left:after {
  left: 50px;
}

.breadcrumb-mobile .dropdown-menu {
  min-width: 250px;
  padding: 10px 15px 5px 5px;
  margin-left: -8px;
}

.breadcrumb-mobile .dropdown-menu ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumb-mobile .dropdown-menu ol:before {
  border-left: 1px dashed #a7a9ac;
  position: absolute;
  left: 20px;
  top: 20px;
  bottom: 20px;
  list-style: none;
}

.breadcrumb-mobile .dropdown-menu li {
  padding-left: 35px;
  position: relative;
}

.breadcrumb-mobile .dropdown-menu li:before {
  content: "";
  border-left: 1px dashed #e6e7e8;
  position: absolute;
  left: 16px;
  top: -1px;
  bottom: -1px;
}

.breadcrumb-mobile .dropdown-menu li:first-child:before {
  top: 50%;
  bottom: 0;
}

.breadcrumb-mobile .dropdown-menu li:last-child:before {
  top: 0;
  bottom: 50%;
}

.breadcrumb-mobile .dropdown-menu li[aria-current="page"] .link {
  font-weight: bold;
}

.breadcrumb-mobile .dropdown-menu li .link {
  padding: 8px 5px;
  display: block;
  border-top: 1px solid #e6e7e8;
}

.breadcrumb-mobile .dropdown-menu li .link:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #d1d3d4;
  border-radius: 10px;
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
}

.breadcrumb-mobile .dropdown-menu li:first-child .link:before,
.breadcrumb-mobile .dropdown-menu li:last-child .link:before {
  width: 12px;
  height: 12px;
  left: 10px;
}

.breadcrumb-mobile .dropdown-menu li:first-child .link {
  border-top: none;
}

.candidat .breadcrumb-mobile .dropdown-menu li:last-child .link:before {
  background: #ff5950;
}

.entreprise .breadcrumb-mobile .dropdown-menu li:last-child .link:before {
  background: #599d78;
}

.particulier .breadcrumb-mobile .dropdown-menu li:last-child .link:before {
  background: #4eb6af;
}

.landing-page .breadcrumb-mobile, .accueil-landing-pages .breadcrumb-mobile, .landing-page .breadcrumb-desktop, .accueil-landing-pages .breadcrumb-desktop {
  color: #ffffff;
  margin-bottom: 8px;
  margin-top: 8px;
}

.landing-page .breadcrumb-mobile .dropdown-toggle, .accueil-landing-pages .breadcrumb-mobile .dropdown-toggle {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

.landing-page .breadcrumb-mobile .dropdown-toggle:focus, .landing-page .breadcrumb-mobile .dropdown-toggle:hover, .accueil-landing-pages .breadcrumb-mobile .dropdown-toggle:focus, .accueil-landing-pages .breadcrumb-mobile .dropdown-toggle:hover {
  color: #ffffff;
}

.landing-page .breadcrumb-mobile .dropdown-toggle .icon-chevron-down, .accueil-landing-pages .breadcrumb-mobile .dropdown-toggle .icon-chevron-down {
  color: #ffffff;
}

.landing-page .breadcrumb-desktop, .accueil-landing-pages .breadcrumb-desktop {
  vertical-align: middle;
}

.landing-page .breadcrumb-desktop a, .accueil-landing-pages .breadcrumb-desktop a {
  color: #ffffff !important;
}

.accessibility .breadcrumb-mobile .link {
  color: yellow !important;
}

.accessibility .breadcrumb-mobile .dropdown-backdrop {
  background: none !important;
}

.accessibility .breadcrumb-mobile .open .dropdown-menu-left.dropdown-menu:after {
  top: -15px;
}

.accessibility .breadcrumb-mobile .dropdown-toggle {
  color: yellow;
  border: 1px solid yellow;
}

.accessibility .breadcrumb-mobile .dropdown-toggle:focus, .accessibility .breadcrumb-mobile .dropdown-toggle:hover {
  color: yellow;
}

.accessibility .breadcrumb-mobile .dropdown-toggle .icon-chevron-down {
  color: yellow;
}

@media only screen and (min-width: 1024px) {
  .breadcrumb-mobile {
    display: none;
  }
  .breadcrumb-desktop {
    display: flex;
  }
}

.helpers {
  margin-top: 10px;
  text-align: right;
  white-space: nowrap;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 13%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */
}

.helpers .helper-7, .helpers .helper-6, .helpers .helper-5, .helpers .helper-4, .helpers .helper-3 {
  display: none;
}

.helpers .helper {
  background: transparent;
  border: 0;
  padding: 1px 6px;
  border-radius: 0;
}

.helpers .helper.active.helper-7 {
  box-shadow: none;
}

.helpers .helper.active.helper-7 [class^="icon-"] {
  color: #f6bc41 !important;
}

.helpers .helper [class*="icon-"] {
  padding: 5px;
  margin: 0;
  color: #939598;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.125rem;
}

.helpers .helper:hover [class*="icon-"],
.helpers .helper:active [class*="icon-"],
.helpers .helper:focus [class*="icon-"] {
  color: #6d6f71 !important;
}

.helpers .helper ~ .helper {
  border-left: 1px solid #DBDEE0;
}

.helpers .helper svg {
  transform: translateY(6px);
}

.helpers .helper-1 {
  border-right: none;
}

.helpers .btn-group {
  border-right: 1px solid #DBDEE0;
  vertical-align: top;
}

.helpers .btn-group .helper {
  box-shadow: none;
}

.helpers .btn-group .facebook {
  color: #597ac7;
  background: none;
}

.helpers .btn-group .twitter {
  color: #5cbcee;
  background: none;
}

.helpers .btn-group .linkedin {
  color: #1781b3;
  background: none;
}

.helpers .btn-group .viadeo {
  color: #f07355;
  background: none;
}

.helpers .btn-group .google-plus {
  color: #d54a35;
  background: none;
}

.helpers .btn-group a:active span {
  color: #fff !important;
}

.aide-vocale.btn-xs {
  background-color: #F0F1F1;
  border: 1px solid #F0F1F1;
  padding: 3px 9px;
  color: #4A4A4A;
  position: relative;
  border-radius: 10px;
  margin-right: 13px;
}

@media screen and (max-width: 767px) {
  .aide-vocale.btn-xs {
    padding: 6px 4px;
    font-size: 9px;
    font-size: 0.5625rem;
  }
}

@media screen and (max-width: 350px) {
  .aide-vocale.btn-xs {
    font-size: 0px;
    font-size: 0rem;
  }
}

.aide-vocale.btn-xs.helper:after {
  content: "";
  width: 1px;
  background: #DBDEE0;
  position: absolute;
  height: 21px;
  right: -16px;
  top: 1px;
  display: inline-block;
}

.aide-vocale.btn-xs [class^="icon-"] {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0;
  margin-right: 16px;
  color: #111111;
  margin-left: 0;
  vertical-align: -2px;
}

@media screen and (max-width: 767px) {
  .aide-vocale.btn-xs [class^="icon-"] {
    margin-right: 4px;
  }
}

.aide-vocale.btn-xs [class^="icon-"]:after {
  content: "";
  width: 2px;
  background-color: #fff;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 28px;
}

@media screen and (max-width: 767px) {
  .aide-vocale.btn-xs [class^="icon-"]:after {
    content: none;
  }
}

.aide-vocale.btn-xs:hover, .aide-vocale.btn-xs:focus {
  background: #4A4A4A;
  color: #fff;
}

.aide-vocale.btn-xs:hover [class^="icon-"], .aide-vocale.btn-xs:focus [class^="icon-"] {
  color: #fff !important;
}

.aide-vocale.btn-xs:hover [class^="icon-"]:after, .aide-vocale.btn-xs:focus [class^="icon-"]:after {
  outline: none;
  box-shadow: none;
}

.hover-aide-vocale {
  border-bottom: 5px solid #019AB2;
}

.section-container {
  border-left: 1px solid #e6e7e8;
  margin: 0 0 0 20px;
  padding: 10px 0 10px 40px;
}

.template-column-left .section-container {
  padding: 0 0 0 40px;
  margin: 0;
}

/* ============================================================================== */
/* ====================     POPIN AIDE        ==================================== */
/* ============================================================================== */
.modal-help .modal-header {
  background: none;
  padding: 0;
  height: 0;
}

.modal-help .modal-footer {
  margin-top: 15px;
}

.modal-help .modal-content {
  width: 750px;
  right: 75px;
}

.modal-help .modal-content .example-button {
  margin-bottom: 10px;
}

.modal-help .modal-content .modal-body {
  padding: 0 10px 10px 20px;
  overflow: auto;
  height: 384px;
  margin: 15px 0 0 0;
}

.modal-help .modal-content .modal-body .help-heading {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  padding-left: 132px;
  padding-bottom: 42px;
  margin-bottom: 0;
  background: url(gfx/popin-help-bg-candidat.png) no-repeat 18px 0;
}

.modal-help .modal-content .modal-body .help-heading .help-title {
  display: inline-block;
  color: #808285;
  font-weight: 300;
  font-size: 22px;
  font-size: 1.375rem;
  padding: 10px 0 5px 0px;
}

.modal-help .modal-content .modal-body .help-heading .help-subtitle {
  display: inline-block;
  margin-right: 5px;
  color: #808285;
  font-size: 14px;
  font-size: 0.875rem;
}

.modal-help .modal-content .list-answer {
  padding: 5px 0 0 0;
  margin-bottom: 0;
}

.modal-help .modal-content .list-answer > li, .modal-help .modal-content .list-answer .title-answer {
  border-top: 1px solid #e5e5e5;
  font-weight: inherit;
}

.modal-help .modal-content .list-answer > li > a, .modal-help .modal-content .list-answer > li > .btn-reset, .modal-help .modal-content .list-answer .title-answer > a, .modal-help .modal-content .list-answer .title-answer > .btn-reset {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 12px 20px 10px;
  position: relative;
}

.modal-help .modal-content .list-answer > li > a:hover, .modal-help .modal-content .list-answer > li > .btn-reset:hover, .modal-help .modal-content .list-answer .title-answer > a:hover, .modal-help .modal-content .list-answer .title-answer > .btn-reset:hover {
  text-decoration: underline;
}

.modal-help .modal-content .list-answer > li > a:focus, .modal-help .modal-content .list-answer > li > .btn-reset:focus, .modal-help .modal-content .list-answer .title-answer > a:focus, .modal-help .modal-content .list-answer .title-answer > .btn-reset:focus {
  text-decoration: underline;
}

.modal-help .modal-content .list-answer > li > a [class*="icon-"], .modal-help .modal-content .list-answer > li > .btn-reset [class*="icon-"], .modal-help .modal-content .list-answer .title-answer > a [class*="icon-"], .modal-help .modal-content .list-answer .title-answer > .btn-reset [class*="icon-"] {
  position: absolute;
  right: 10px;
  top: 14px;
}

.modal-help .modal-content .list-answer > li > a [class*="icon-"]:before, .modal-help .modal-content .list-answer > li > .btn-reset [class*="icon-"]:before, .modal-help .modal-content .list-answer .title-answer > a [class*="icon-"]:before, .modal-help .modal-content .list-answer .title-answer > .btn-reset [class*="icon-"]:before {
  content: "\e989";
}

.modal-help .modal-content .list-answer > li > a.collapsed [class*="icon-"]:before, .modal-help .modal-content .list-answer > li > .btn-reset.collapsed [class*="icon-"]:before, .modal-help .modal-content .list-answer .title-answer > a.collapsed [class*="icon-"]:before, .modal-help .modal-content .list-answer .title-answer > .btn-reset.collapsed [class*="icon-"]:before {
  content: "\e985";
}

.modal-help .modal-content .list-answer .title-answer > .btn-reset [class^="icon-"] {
  position: absolute;
  right: 0;
}

.modal-help .modal-content .list-answer ul {
  margin: 10px 0;
}

.modal-help .modal-content .list-answer .list-unstyled {
  padding-left: 25px;
}

.modal-help .modal-content .list-answer img.pull-left {
  margin: 0 15px 15px 0;
}

.modal-help .modal-content .list-answer img.pull-right {
  margin: 0 0 15px 15px;
}

.modal-help .modal-content .list-answer div.answer {
  color: #414042;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0px 20px;
}

.modal-help .modal-content .list-answer div.answer:after {
  content: "";
  height: 10px;
  width: 100%;
  display: inline-block;
}

.modal-help .modal-content .list-answer div.answer p + section,
.modal-help .modal-content .list-answer div.answer section + section {
  margin-top: 20px;
}

.candidat .modal-help .modal-content .list-answer > li > a,
.candidat .modal-help .modal-content .list-answer > li > .btn-reset,
.candidat .modal-help .modal-content .list-answer .title-answer .btn-reset {
  color: #ff5950;
}

.entreprise .modal-help .modal-content .modal-body .help-heading {
  background-image: url(gfx/popin-help-bg-entreprise.png);
}

.map .modal-help .modal-content .modal-body .help-heading {
  background-image: url(gfx/popin-help-bg-conseiller.png);
}

.entreprise .modal-help .modal-content .list-answer > li > a,
.entreprise .modal-help .modal-content .list-answer > li > .btn-reset,
.entreprise .modal-help .modal-content .list-answer .title-answer .btn-reset {
  color: #599d78;
}

.map .modal-help .modal-content .list-answer > li > a,
.map .modal-help .modal-content .list-answer > li > .btn-reset,
.map .modal-help .modal-content .list-answer .title-answer .btn-reset {
  color: #4171da;
}

.block-aide-vocale {
  margin-bottom: 5px;
  display: block;
}

.modal:not(.modal-help) .block-aide-vocale {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
}

.modal:not(.modal-help) .block-aide-vocale ~ .modal-title {
  display: inline-block;
  vertical-align: middle;
}

.modal:not(.modal-help) .block-aide-vocale .btn-primary:not(.btn-pause) {
  background-color: #fff;
  color: #737679;
  border-color: #737679;
}

.modal:not(.modal-help) .block-aide-vocale .btn-primary:not(.btn-pause):hover, .modal:not(.modal-help) .block-aide-vocale .btn-primary:not(.btn-pause):focus {
  background: #737679;
  color: #FFFFFF;
  border: 1px solid #737679;
}

.modal-help .block-aide-vocale {
  margin-bottom: 0;
}

/* ============================================================================== */
/* ====================     POPIN INDISPO        =================================== */
/* ============================================================================== */
#PopinIndisponibilite,
#PopinDeconnexion,
.hyper-modal {
  z-index: 2000 !important;
}

/* ============================================================================== */
/* ====================     PAGINATION        =================================== */
/* ============================================================================== */
.pagination .disabled {
  display: none;
}

.pagination li span {
  margin: 1px;
}

.pagination li a {
  background: #f9f9f9;
  margin: 1px;
  border-radius: 0 !important;
}

.candidat .pagination li a, .candidat .pagination li a:focus, .candidat .pagination li a:hover {
  color: #ff5950;
}

.candidat .pagination li.active a, .candidat .pagination li.active a:focus, .candidat .pagination li.active a:hover {
  background: #ff5950;
  color: #fff;
}

.entreprise .pagination li a, .entreprise .pagination li a:focus, .entreprise .pagination li a:hover {
  color: #599d78;
}

.entreprise .pagination li.active a, .entreprise .pagination li.active a:focus, .entreprise .pagination li.active a:hover {
  color: #fff;
  background: #599d78;
}

.particulier .pagination li a, .particulier .pagination li a:focus, .particulier .pagination li a:hover, .particulier .pagination li.active a, .particulier .pagination li.active a:focus, .particulier .pagination li.active a:hover {
  color: #4eb6af;
}

/* ============================================================================== */
/* ====================     JUMBOTRON        ==================================== */
/* ============================================================================== */
.jumbotron {
  margin-bottom: 0;
}

/* ============================================================================== */
/* ====================     BODY COLOR TEXTE SELECTION        =================== */
/* ============================================================================== */
body.entreprise ::selection {
  background: #599d78;
  color: white;
}

body.candidat ::selection {
  background: #ff5950;
  color: white;
}

/* ============================================================================== */
/* ====================     TOOLTIP        ====================================== */
/* ============================================================================== */
.tooltip-inner {
  border-radius: 0;
  padding: 7px 15px;
  font-size: 11px;
  font-size: 0.6875rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  max-width: 210px;
  white-space: normal;
}

/* ============================================================================== */
/* ====================     COUNTER        ====================================== */
/* ============================================================================== */
.counter {
  margin: 5px 0 0 0;
  font-size: 12px;
  font-size: 0.75rem;
  color: #a7a9ac;
  text-align: right;
  display: block;
}

.counter.error {
  color: #e3224a;
}

/* ============================================================================== */
/* ====================     LOGO PE.FR       ==================================== */
/* ============================================================================== */
.pef {
  background: #fff;
}

/* ============================================================================== */
/* ====================     CAROUSEL       	 ==================================== */
/* ============================================================================== */
.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

/* ============================================================================== */
/* ==============     COMPLEMENT GRILLE BOOTSTRAP       	 ====================== */
/* ============================================================================== */
/*
 * Class utilitaires pour supprimer les goutières qiu séparent les colonnes dans la grille Boostrap
 * Author: Jonathan Travens
 */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* ============================================================================== */
/* ====================     CNIL BANNER       	 ==================================== */
/* ============================================================================== */
.clearfix {
  clear: both;
}

.eupopup-container {
  background-color: rgba(25, 25, 25, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C0191919,endColorstr=#C0191919);
  color: #efefef;
  padding: 5px 2px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2em;
  text-align: center;
  display: none;
  z-index: 9999999;
}

.eupopup-container-top,
.eupopup-container-fixedtop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.eupopup-container-fixedtop {
  position: fixed;
}

.eupopup-container-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.eupopup-container-bottomleft {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 390px;
}

.eupopup-container-bottomleft-mobilebottom {
  position: fixed;
  bottom: 10px;
  left: 10px;
  right: 10px;
  padding: 10px 30px;
}

.eupopup-container-bottomright {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 300px;
}

.eupopup-closebutton {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 100;
  line-height: 1;
  color: #a2a2a2;
  filter: alpha(opacity=20);
  position: absolute;
  font-family: helvetica, arial, verdana, sans-serif;
  top: 0;
  right: 0;
  padding: 5px 10px;
}

.eupopup-closebutton:hover,
.eupopup-closebutton:active {
  color: #fff;
  text-decoration: none;
}

.eupopup-head {
  font-size: 1.2em;
  font-weight: bold;
  padding: 7px;
  color: #fff;
}

.eupopup-body {
  color: #a2a2a2;
}

.eupopup-buttons {
  padding: 7px 0 5px 0;
}

.entreprise .eupopup-button_1 {
  color: #599d78;
}

.entreprise .eupopup-button_1:hover {
  color: #599d78;
}

.candidat .eupopup-button_1 {
  color: #ff5950;
}

.candidat .eupopup-button_1:hover {
  color: #ff5950;
}

.eupopup-button_1 {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}

.eupopup-button_2 {
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
}

.eupopup-button {
  margin: 0 10px;
}

.eupopup-button:hover,
.eupopup-button:focus {
  text-decoration: underline;
}

.eupopup-button_2:hover,
.eupopup-button_2:focus {
  color: #fff;
}

body .eupopup-color-inverse {
  color: #000;
  background-color: rgba(255, 255, 255, 0.9);
}

body .eupopup-color-inverse .eupopup-head {
  color: #000;
}

body .eupopup-style-compact {
  text-align: left;
  padding: 8px 30px 7px 20px;
  line-height: 15px;
}

body .eupopup-style-compact .eupopup-head,
body .eupopup-style-compact .eupopup-body,
body .eupopup-style-compact .eupopup-buttons {
  display: inline;
  padding: 0;
  margin: 0;
}

body .eupopup-style-compact .eupopup-button {
  margin: 0 5px;
}

/* ============================================================================== */
/* ====================     MODAL NAVIGATEUR OBSOLETE    ======================== */
/* ============================================================================== */
#jr_overlay {
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 2147483646;
  width: 100%;
  position: fixed;
  height: 100%;
}

#jr_wrap {
  position: fixed;
  width: 640px;
  z-index: 2147483647;
  padding: 0;
  top: 10%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  height: 100%;
  overflow: auto;
}

#jr_inner {
  font-size: 12px;
  font-size: 0.75rem;
  background: #FFF;
  border: 1px solid #CCC;
  color: #414042;
  margin: 0 auto;
  height: auto;
  padding: 20px;
  position: relative;
  box-sizing: content-box;
}

#jr_header {
  display: block;
  color: #414042;
  padding: 0 3px;
  padding-bottom: 0;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 0.5em;
}

#jr_inner p {
  padding: 5px;
  margin: 0;
}

#jr_inner ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#jr_inner ul li {
  cursor: pointer;
  float: left;
  width: 120px;
  height: 122px;
  margin: 0 16px 16px 0px;
  padding: 0;
  background: whitesmoke;
  text-align: center;
}

#jr_inner ul li a {
  color: #333;
  font-size: 1em;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

#jr_inner ul li a:hover {
  text-decoration: underline;
}

#jr_inner .jr_icon {
  width: 100px;
  height: 100px;
  margin: 1px auto;
  padding: 0;
  background: transparent no-repeat scroll left top;
  cursor: pointer;
}

#jr_close {
  clear: both;
  padding: 0;
  margin: 0;
}

#jr_close a {
  color: #000;
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}

#jr_close p {
  padding: 10px 0 0 0;
  margin: 0;
}

/* ============================================================================== */
/* ================     MISE EN FORME GENERIQUE BUTTON UPLOAD    ================ */
/* ============================================================================== */
.form-group .info {
  font-size: .9em;
  margin-bottom: 10px;
  color: gray;
}

.input-wrapper .file-selection-button {
  cursor: pointer;
  margin: 0;
  padding: 8px 14px;
}

/* ============================================================================== */
/* ====================     MODAL CROP    ======================== */
/* ============================================================================== */
.crop label {
  font-weight: normal;
}

.crop .input-wrapper [class^="col-"] {
  margin-bottom: 7px;
}

.crop .form-group {
  margin-bottom: 21px;
}

.crop .alert {
  margin-bottom: 10px;
}

.crop .intro {
  font-size: 1.1em;
  margin-bottom: 21px;
}

.crop h3 {
  font-weight: bold !important;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 10px;
  margin-bottom: 7px;
}

.crop .info {
  font-size: .9em;
  margin-bottom: 10px;
  color: gray;
}

.crop .img-upload {
  margin-bottom: 21px;
}

.crop .crop-container {
  margin-top: 15px;
}

.crop .crop-container.crop-logo div:first-child {
  padding-right: 0;
}

.crop .crop-container.crop-logo .crop-previsu div:first-child {
  width: 160px;
  height: 160px;
}

.crop .crop-previsu {
  border: 1px dashed #bcbec0;
  padding: 10px;
}

.crop img {
  width: 100%;
}

.crop .crop-example {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 15px;
}

/* ============================================================================== */
/* ====================     UPLOAD LOGO    ======================== */
/* ============================================================================== */
.upload-logo {
  position: relative;
  display: block;
  height: 129px;
  width: 129px;
  margin-bottom: 14px;
  /* CAS SPECIFIQUE BANDEAU */
}

.upload-logo .control-overlay {
  display: block;
  position: absolute;
  top: 0;
  margin: 0px;
  padding: 0;
  width: 100%;
  left: 0;
  right: 0;
  background: transparent;
  line-height: 40px;
  padding-top: 90px;
  text-align: center;
  border: 1px solid #D2D1D1;
}

.upload-logo .control-overlay:disabled, .upload-logo .control-overlay:disabled:hover {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.1);
}

.upload-logo .control-overlay .content {
  display: block;
  background: #599d78;
  opacity: 0.9;
  filter: alpha(opacity=90);
  color: #FFF;
}

.upload-logo .control-overlay:disabled .content {
  background: #808285;
}

.upload-logo .control-overlay:focus, .upload-logo .control-overlay:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.075);
}

.upload-logo .control-overlay:focus {
  background-color: rgba(0, 0, 0, 0.095);
  /* outline: none; Retour accessibilité */
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(187, 187, 187, 0.6) !important;
}

.upload-logo.img-couverture {
  width: 100%;
  height: 74px;
  background: #F1F1F1;
  text-align: center;
  margin-bottom: 55px;
}

.upload-logo.img-couverture .upload-logo {
  width: auto;
  height: 100%;
  display: inline;
  max-width: 100%;
}

.upload-logo.img-couverture .control-overlay {
  padding-top: 73px;
}

/* ============================================================================== */
/* ============================     BLOC D'AIDE    ============================== */
/* ============================================================================== */
.useful-block {
  display: table;
  min-height: 170px;
  margin-bottom: 20px;
}

.useful-block p {
  max-width: 700px;
  padding-left: 10px;
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}

.useful-block img {
  display: table-cell;
  vertical-align: middle;
}

/* ============================================================================== */
/* =========================     BLOC D'ASSISTANCE    =========================== */
/* ============================================================================== */
.assistance {
  background: #f5f5f5;
  margin: 5.625rem 0 1.25rem 0;
  padding: 3.75rem 0.9375rem 0.9375rem 0.9375rem;
  text-align: center;
  position: relative;
}

.assistance:before {
  content: "\0A";
  background-color: #f5f5f5;
  position: absolute;
  left: 42%;
  left: calc( 50% - 48px);
  top: -2.5rem;
  height: 5.9375rem;
  width: 5.9375rem;
  border-radius: 50%;
  z-index: 0;
}

.assistance > [class*="icon"] {
  font-size: 55px;
  font-size: 3.4375rem;
  padding: 1.25rem;
  border-radius: 50px;
  top: -2.5rem;
  left: 42%;
  left: calc( 50% - 48px);
  position: absolute;
  color: #bcbec0;
}

.assistance .mentions {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #808285;
}

.assistance a.visible-xs-inline-block {
  margin-bottom: 10px;
}

.assistance strong a {
  font-size: 50px;
  font-size: 3.125rem;
  letter-spacing: 4px;
  margin-top: -1.25rem;
  text-decoration: none;
  display: block;
  word-spacing: -0.5rem;
  position: relative;
  z-index: 1;
}

.assistance strong a.phone-link {
  display: inline-block;
  text-decoration: none;
}

.assistance strong a:hover, .assistance strong a:focus, .assistance strong a:active {
  text-decoration: none;
}

.assistance p.subtext {
  font-size: 15px;
  font-size: 0.9375rem;
  opacity: 0.7;
  filter: alpha(opacity=70);
  margin-top: -11px;
}

.assistance p.info {
  text-transform: uppercase;
  margin: 20px 0;
  font-size: 15px;
  font-size: 0.9375rem;
}

.assistance p.info .etat.open {
  color: #8BC34A;
}

.assistance p.info .etat.close {
  color: #F44336;
}

.assistance em {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #939598;
  display: block;
  margin: auto;
}

.assistance .block-aide-vocale {
  position: absolute;
  top: -35px;
  left: 0;
}

.assistance.vox .text-primary {
  padding: 0;
}

.assistance.vox p {
  padding-top: 20px;
  margin-bottom: 18px;
}

.assistance.vox img {
  max-width: 145px;
  margin-bottom: 10px;
}

.landing-page .assistance:before {
  content: unset;
}

.landing-page .assistance .subtext {
  display: none;
}

.entreprise .assistance strong a,
.entreprise .assistance strong a:hover,
.entreprise .assistance strong a:focus,
.entreprise .assistance strong a:active,
.entreprise .assistance p.subtext {
  color: #599d78;
}

.candidat .assistance strong a,
.candidat .assistance strong a:hover,
.candidat .assistance strong a:focus,
.candidat .assistance strong a:active,
.candidat .assistance p.subtext {
  color: #ff5950;
}

.particulier .assistance strong a,
.particulier .assistance strong a:hover,
.particulier .assistance strong a:focus,
.particulier .assistance strong a:active,
.particulier .assistance p.subtext {
  color: #4eb6af;
}

/* ============================================================================== */
/* ========================   CHECKBOX / RADIOBUTTON  =========================== */
/* ============================================================================== */
input[type=checkbox], input[type=radio] {
  margin: 2px 0 0;
}

@media print {
  [class*="col-sm-"] {
    float: left;
  }
  [class*="col-xs-"] {
    float: left;
  }
  .col-sm-12, .col-xs-12 {
    width: 100% !important;
  }
  .col-sm-11, .col-xs-11 {
    width: 91.66666667% !important;
  }
  .col-sm-10, .col-xs-10 {
    width: 83.33333333% !important;
  }
  .col-sm-9, .col-xs-9 {
    width: 75% !important;
  }
  .col-sm-8, .col-xs-8 {
    width: 66.66666667% !important;
  }
  .col-sm-7, .col-xs-7 {
    width: 58.33333333% !important;
  }
  .col-sm-6, .col-xs-6 {
    width: 50% !important;
  }
  .col-sm-5, .col-xs-5 {
    width: 41.66666667% !important;
  }
  .col-sm-4, .col-xs-4 {
    width: 33.33333333% !important;
  }
  .col-sm-3, .col-xs-3 {
    width: 25% !important;
  }
  .col-sm-2, .col-xs-2 {
    width: 16.66666667% !important;
  }
  .col-sm-1, .col-xs-1 {
    width: 8.33333333% !important;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    float: left !important;
  }
  body {
    margin: 0;
    padding: 0 !important;
    min-width: 768px;
  }
  * {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
  .firefox17 span[class^="icon-"] {
    display: none;
  }
  .container {
    width: auto;
    min-width: 750px;
  }
  body {
    font-size: 10px;
  }
  a[href]:after {
    content: none;
  }
  main {
    padding-top: 0;
  }
  header {
    position: static !important;
  }
  footer.footer .container-fluid {
    display: none;
  }
  footer.footer .copyright {
    padding: 5px 0;
  }
  footer.footer .copyright .access {
    display: none;
  }
  .noprint,
  div.alert,
  .pub,
  .group-media,
  .btn,
  .sub-nav,
  #comments,
  .eupopup-container,
  .picker,
  .sidebar,
  .nav,
  ul.links.list-inline,
  .sticky,
  .helpers,
  ul.action-links,
  .breadcrumb-wrapper,
  .subnav-owl {
    display: none !important;
  }
  @page {
    margin: 0.5cm;
  }
  img {
    max-width: 500px !important;
    height: auto !important;
  }
  .label {
    border: none;
  }
  html, body {
    height: auto;
  }
  .nav-logo img {
    display: block !important;
  }
  header.header .header-left {
    position: static;
  }
  main {
    border-top: 1ppx solid #333;
  }
  .webcallback {
    display: none;
  }
}

/* ============================================================================== */
/* =====================   BLOC DETAIL AIDE / COLLAPSE  ========================= */
/* ============================================================================== */
.detail-aide {
  margin-bottom: 15px;
  list-style-type: none;
}

.detail-aide .content-aide {
  margin: 0px;
  height: 100%;
}

.detail-aide .content-aide ul li {
  list-style: none;
}

.detail-aide .content-aide ul {
  padding: 0px;
}

.detail-aide .content-aide > div:first-child {
  border-right: 1px solid #F5F5F5;
}

.detail-aide .content-aide > div {
  padding: 15px;
}

.detail-aide [class*="icon-"] {
  margin-top: 4px;
}

.detail-aide [class*="icon-"].icon-chevron-down {
  display: none;
  float: right;
}

.detail-aide [class*="icon-"].icon-chevron-up {
  float: right;
}

.detail-aide .collapsed [class*="icon-"].icon-chevron-up {
  display: none;
  float: right;
}

.detail-aide .collapsed [class*="icon-"].icon-chevron-down {
  display: inline;
  float: right;
}

.detail-aide .content-aide-plus {
  word-wrap: break-word;
  margin-bottom: 10px;
}

.detail-aide .content-aide-plus .btn {
  margin-top: 10px;
}

.detail-aide > button {
  border: none;
  background: #f5f5f5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 10px 10px 11px 13px;
  border: 1px solid #e6e7e8;
  width: 100%;
  display: block;
  text-decoration: none;
  color: #6d6f71;
}

.detail-aide > button.collapsed {
  border-radius: 5px;
}

.detail-aide .content-aide {
  border: 1px solid  #e6e7e8;
  border-top: none;
}

.detail-aide .icon-action {
  margin-top: 10px;
}

/* _tapestry.scss
 * Contains fixes for the way Tapestry's default.css displays the autocomplete module.
 * Should be included on other stylesheets when necessary
  ========================================================================== */
/* ============================= ACCESSIBILITY =============================== */
.accessibility {
  color: white !important;
  background-color: #000 !important;
  filter: none !important;
  /* ======= Liens et boutons =========== */
  /* ======= Header / footer =========== */
  /* ======= Breadcrumb et sous-navigation  =========== */
  /* ======= Formulaire  =========== */
  /* ======= Auto-complétion  =========== */
  /* ======= Calendrier =========== */
  /* ======= Train d'étapes =========== */
  /* ======= Modal =========== */
  /* ======= Tooltip / Dropdown / Popoover =========== */
  /* .open .dropdown-menu-left.dropdown-menu:after, .open .dropdown-menu-center.dropdown-menu:after, .open .dropdown-menu-right.dropdown-menu:after {top: -15px;} */
  /* Pagination */
}

.accessibility *:not(svg) {
  color: white !important;
  background-color: #000 !important;
  filter: none !important;
}

.accessibility a, .accessibility a * {
  color: yellow !important;
}

.accessibility a:hover, .accessibility a:hover * {
  text-decoration: underline !important;
}

.accessibility .btn-reset, .accessibility .btn, .accessibility .btn * {
  transition: none;
  color: yellow !important;
}

.accessibility .btn-reset:hover, .accessibility .btn-reset:focus, .accessibility button:hover, .accessibility button:focus, .accessibility a:hover, .accessibility a:focus {
  outline: thin dotted #ffffff;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 0;
}

.accessibility .btn-primary, .accessibility .btn-default {
  border-color: yellow !important;
}

.accessibility .btn:hover, .accessibility .btn:hover * {
  background: yellow !important;
  color: black !important;
}

.accessibility .btn:hover [class*="icon-"] {
  background: transparent !important;
  color: black !important;
}

.accessibility [class*="icon-"].icon-wa-menu {
  color: yellow !important;
}

.accessibility [class*="icon-"].icon-error {
  color: #e3224a !important;
}

.accessibility [class*="icon-"].icon-success {
  color: #BDFF07 !important;
}

.accessibility [class*="icon-"] {
  background: transparent !important;
}

.accessibility .label-icon[class*="icon-"] {
  color: black !important;
}

.accessibility header {
  box-shadow: 0 1px 0px white;
}

.accessibility header .header-left,
.accessibility header .header-right {
  background: none !important;
}

.accessibility .header .nav-logo {
  background: #ffffff !important;
}

.accessibility .header.carrousel-com .nav-logo {
  border-radius: 10px;
}

.accessibility.espace-numerique .header .nav-logo {
  background: #ffffff !important;
}

.accessibility .header .nav-logo.republic {
  background: #ffffff !important;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.accessibility .header .nav-logo.republic + .nav-logo {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.accessibility .header .nav-logo img {
  background: #ffffff !important;
}

.accessibility .btn-menu {
  border-left: none;
}

.accessibility footer {
  margin-top: 15px;
  border-top: 1px solid white;
}

.accessibility footer .container-fluid {
  border-bottom: 1px solid white;
}

.accessibility footer .border-title {
  border: none;
}

.accessibility .switch-access *, .accessibility .footer-pe [class*="icon-"], .accessibility .footer-pe button, .accessibility .modal-menu [class*="icon-"] {
  color: yellow !important;
}

.accessibility .btn-menu .menu-logo {
  background: #B3B6BB !important;
}

.accessibility.modal-menu-open .menu-logo {
  background: none !important;
}

.accessibility .main .container-wrapper .container {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.accessibility .breadcrumb-container [class*="icon-"] {
  color: yellow !important;
}

.accessibility .sub-nav, .accessibility .subnav-owl, .accessibility .subnav {
  box-shadow: 0 -1px 0px white inset !important;
}

.accessibility .sub-nav .nav-pills > li.active > a, .accessibility .sub-nav .nav-pills > li.active > a:hover, .accessibility .sub-nav .nav-pills > li.active > a:focus {
  border: 1px solid yellow;
}

.accessibility .breadcrumb-container .col-xs-6.col-sm-4 {
  background: none !important;
}

.accessibility .breadcrumb a {
  text-decoration: underline;
}

.accessibility .breadcrumb a:hover {
  text-decoration: none !important;
}

.accessibility .helpers {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 14%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ) !important;
  /* IE6-9 */
}

.accessibility .helpers .helper:focus [class*="icon-"] {
  color: yellow !important;
}

.accessibility .alert {
  border-color: #fff !important;
}

.accessibility [type="radio"]:focus:checked + label:before, .accessibility [type="radio"]:focus:not(:checked) + label:before, .accessibility [type="checkbox"]:focus + label:after {
  outline: 1px solid #ffffff;
  outline-offset: 1px;
}

.accessibility .error-block {
  color: #FF6767 !important;
}

.accessibility ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: black;
  font-style: italic;
}

.accessibility :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: black;
  font-style: italic;
  opacity: 1;
}

.accessibility ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: black;
  font-style: italic;
  opacity: 1;
}

.accessibility :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
  font-style: italic;
}

.accessibility :placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: black;
  font-style: italic;
}

.accessibility .form-control {
  color: #555 !important;
  background-color: #fff !important;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.accessibility .form-control-feedback {
  background: transparent !important;
}

.accessibility .form-control:focus {
  border: 2px solid aqua !important;
  box-shadow: none !important;
}

.accessibility .form-control[disabled],
.accessibility .form-control[aria-disabled="true"],
.accessibility .form-control[readonly] {
  border-color: #fff !important;
  background-color: #000 !important;
  color: #fff !important;
  font-style: italic;
}

.accessibility .form-group:has([readonly]) .label-icon,
.accessibility .form-group:has([disabled]) .label-icon,
.accessibility .form-group:has([aria-disabled="true"]) .label-icon {
  color: #fff !important;
}

.accessibility .noscript, .accessibility .noscript * {
  background: yellow !important;
  color: black !important;
}

.accessibility input:focus,
.accessibility textarea:focus,
.accessibility input:active {
  color: #000 !important;
  background-color: white !important;
}

.accessibility *::selection {
  background: yellow !important;
  color: black !important;
}

.accessibility [type="checkbox"]:checked + label:after, .accessibility [type="radio"]:checked + label:after {
  border-color: yellow !important;
  background-color: black !important;
}

.accessibility [type="checkbox"]:checked + label:before {
  border-right-color: yellow !important;
  border-bottom-color: yellow !important;
}

.accessibility .tag-input-group.form-control > li {
  background: white !important;
}

.accessibility .tag-input-group.form-control > li input {
  background: white !important;
}

.accessibility .tag-input-group .tag .content, .accessibility .tag-input-group .tag .delete {
  background: yellow !important;
  color: black !important;
}

.accessibility div.t-autocomplete-menu li:hover, .accessibility div.t-autocomplete-menu li:hover .selection, .accessibility div.t-autocomplete-menu li.selected, .accessibility div.t-autocomplete-menu li.selected .selection {
  color: black !important;
  background: yellow !important;
}

.accessibility .badge {
  background: yellow !important;
  color: black !important;
  font-weight: bold;
}

.accessibility .t-autocomplete-menu * {
  background: white !important;
  color: black !important;
}

.accessibility .t-autocomplete-menu li {
  border-bottom: 1px solid black !important;
}

.accessibility .t-autocomplete-menu ul {
  border-left: 2px solid yellow !important;
  border-bottom: 2px solid yellow !important;
  border-right: 2px solid yellow !important;
}

.accessibility .picker__day--highlighted:hover, .accessibility .picker--focused .picker__day--highlighted {
  background: yellow !important;
  color: black !important;
}

.accessibility .template-column-left .steps ul li.active .circle, .accessibility .template-column-left .steps ul li.active:hover .circle {
  color: black !important;
  background: yellow !important;
}

.accessibility .template-column-left .steps ul li.past .circle {
  background: black !important;
}

.accessibility .modal.in .modal-dialog {
  border: 1px solid white;
}

.accessibility .modal-menu li a + button {
  background: yellow !important;
}

.accessibility .modal-dialog .state .item {
  background: white !important;
}

.accessibility .modal-dialog .state .active {
  background: yellow !important;
}

.accessibility .modal-menu [data-toggle="collapse"] [class*="icon-"] {
  color: white !important;
}

.accessibility .modal-menu li a + [data-toggle="collapse"] [class*="icon-"] {
  color: black !important;
}

.accessibility .modal-backdrop.in {
  filter: alpha(opacity=80);
  opacity: .8;
}

.accessibility .tooltip-inner {
  border: 2px solid yellow;
  background-color: white !important;
  color: black !important;
  opacity: 1 !important;
}

.accessibility .tooltip.in {
  opacity: 1 !important;
}

.accessibility .popover {
  border: 2px solid yellow;
}

.accessibility .popover > .arrow:after {
  border-right-color: #F3E60C;
}

.accessibility .upload-logo .control-overlay {
  background-color: transparent !important;
}

.accessibility .open > .dropdown-menu {
  border: 2px solid White;
}

.accessibility .selection button [class*="icon-"], .accessibility .actions [class*="icon-"], .accessibility .modal-menu [class*="icon-"] {
  color: yellow !important;
}

.accessibility .pagination li.active span {
  border: 1px solid yellow;
  font-weight: bold;
  top: -2px;
}

.accessibility .modal-menu a:focus, .accessibility .modal-menu button:focus {
  outline-offset: -2px;
}

/* ============ HOME ============ */
.accessibility {
  /* .heading {box-shadow:0 1px 0px white;} */
}

.accessibility .heading-baseline {
  padding: 20px 0;
}

.accessibility.landing-page.formation .heading-baseline {
  padding: 0;
}

.accessibility .heading .row-nav {
  border: 1px solid #fff;
}

.accessibility .heading nav > ul .col-nav {
  border-left: 1px solid white;
}

.accessibility .news-item {
  border: 1px solid white;
}

.accessibility .news {
  border-top: 1px solid white;
}

.accessibility li.col-nav:hover .btn {
  background: yellow !important;
  color: black !important;
}

.accessibility li.col-nav:hover .btn > span, .accessibility li.col-nav:hover .btn > svg path {
  color: black !important;
  text-decoration: none;
}

.accessibility.candidat.heading-panel {
  border-left: 1px solid white;
}

.accessibility .heading-form,
.accessibility .heading-baseline {
  background: transparent !important;
}

.accessibility .heading-form > div,
.accessibility .heading-baseline > div {
  background: transparent !important;
}

.accessibility .marker-cluster span {
  color: #f06400 !important;
}

/* ============ LANDING PAGE ============ */
.accessibility .heading-baseline {
  padding: 20px 0px;
}

.accessibility .heading {
  box-shadow: 0 1px 0px white;
}

.accessibility .heading .row-nav {
  border: 1px solid #fff;
}

.accessibility .heading nav > ul .col-nav {
  border-left: 1px solid white;
}

.accessibility .news-item {
  border: 1px solid white;
}

.accessibility .news {
  border-top: 1px solid white;
}

.accessibility li.col-nav:hover .btn {
  background: yellow !important;
  color: black !important;
}

.accessibility li.col-nav:hover .btn > span {
  color: black !important;
  text-decoration: none;
}

.accessibility .block-article {
  margin: 0 !important;
}

.accessibility .block-article, .accessibility .block-article .row {
  transform: none !important;
}

.accessibility .heading-form,
.accessibility .heading-baseline {
  background: transparent !important;
}

.accessibility .heading-form > div,
.accessibility .heading-baseline > div {
  background: transparent !important;
}

.accessibility.landing-page .main .container-fluid {
  background: black;
  border-bottom: 1px solid yellow;
}

.accessibility.landing-page .with-bg-prs-1 {
  background: #000 !important;
}

/* ============ DEPOT OFFRES ============ */
.accessibility.previsualisation .main-content ul li span {
  color: white !important;
}

.accessibility.previsualisation.specificites-metier .main-content a {
  padding: 6px 11px;
  margin-bottom: 14px;
  border: 1px solid yellow;
}

.accessibility.specificites-metier .block-title {
  border: 1px solid white !important;
}

.accessibility .cv-correspondants {
  border: 2px solid yellow;
}

.accessibility.depot-offres .form {
  border-left: 1px solid white;
}

/* ============ MINI-SITE ============ */
.accessibility .jumbotron img {
  display: none;
}

.accessibility .jumbotron {
  border-bottom: 1px solid white !important;
}

.accessibility .jumbotron .fond-transparent {
  background: transparent !important;
}

.accessibility .jumbotron .en-ligne [class*="icon-"] {
  background: #a8c944 !important;
}

.accessibility .jumbotron .en-ligne span {
  background: #93bb1a !important;
}

.accessibility .jumbotron .hors-ligne {
  display: inline-block !important;
}

.accessibility .jumbotron .hors-ligne [class*="icon-"] {
  background: #c94444 !important;
}

.accessibility .jumbotron .hors-ligne span {
  background: #bb1a1a !important;
}

.accessibility .jumbotron .en-cours {
  display: inline-block !important;
}

.accessibility .jumbotron .en-cours [class*="icon-"] {
  background: #E8A54E !important;
}

.accessibility .jumbotron .en-cours span {
  background: #DC963B !important;
}

.accessibility .jumbotron .auteur [class*="icon-"] {
  background: #7C8C9A !important;
}

.accessibility .jumbotron .auteur span {
  background: #687988 !important;
}

.accessibility .bloc-illustration [class*="icon-"] {
  color: white !important;
}

.accessibility .bloc-illustration .bloc-unite {
  border: 1px solid white;
}

.accessibility.modal-open .modal {
  background: transparent !important;
}

.accessibility .vcard-entreprise {
  border: 1px solid white;
}

.accessibility .vcard-entreprise .card {
  background: none !important;
}

/* ============ RECHERCHE CV ============ */
.accessibility.recherches-sauvegardees .recherche-sauvegardee {
  border: 6px solid yellow;
}

.accessibility.recherches-sauvegardees .recherche-sauvegardee .btn-choix-abonnement .btn-primary {
  background: green !important;
  color: white !important;
  border: 1px solid #5FFF5F !important;
}

.accessibility.recherche-cv.abonnement .notification-bubble {
  font-size: 1.1rem;
}

.accessibility.recherche-cv.abonnement .masque {
  opacity: 0.8;
}

/* ============ GERER RECRUTEMENTS ============ */
.accessibility .filters-candidature .tri .col-md-6 button.active, .accessibility .filters-candidature .tri .col-md-6 button:focus {
  background: yellow !important;
  color: black !important;
}

.accessibility .filters-candidature .tri .col-md-6 button.active .badge {
  background: black !important;
  color: yellow !important;
}

.accessibility .status.non-traitee {
  background-color: #e6e7e8 !important;
  color: #58595b !important;
}

.accessibility .status.non-retenu {
  background-color: #58595b !important;
}

.accessibility .status.contacte {
  background-color: #e30123 !important;
}

.accessibility .status.conserve {
  background-color: #876306 !important;
}

.accessibility .status.envoyee {
  background-color: #678022 !important;
}

.accessibility .status.retenu {
  background-color: #23778e !important;
}

.accessibility .candidature.suspendu .status {
  background-color: #707274 !important;
}

.accessibility .content .tab-content .container-fluid .candidature {
  border: 1px solid white;
}

.accessibility .content .tab-content .container-fluid .candidature.suspendu .masque {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.accessibility .actions, .accessibility .actions-links {
  background: none !important;
}

.accessibility .content .tab-content .container-fluid .candidature.active {
  box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.3), 0 0 0px 5px #579D78;
}

/* ============ REGION ============ */
.accessibility.region .news-separator {
  background: none;
}

.accessibility.region .leaflet-objects-pane * {
  background-color: transparent !important;
}

.accessibility.region .leaflet-control.leaflet-control-attribution, .accessibility.region .leaflet-control.leaflet-control-scale {
  margin-top: 0;
}

.accessibility.region .mappy-control-logo {
  display: none !important;
}

.accessibility.region .leaflet-right {
  background: transparent !important;
}

.accessibility.region .modal-region-info .modal-content {
  background: #000;
}

.accessibility.region .modal-region-info .modal-footer .itinerary a {
  border-color: yellow;
}

.accessibility.region .heading {
  box-shadow: none;
}

/* ============ AE ============ */
.accessibility.accueil .icon-etat span span {
  font-size: 20px;
  font-size: 1.25rem;
}

.accessibility.accueil .transmise .icon-etat span span {
  color: #d5a132 !important;
}

.accessibility.accueil .brouillon .icon-etat span span {
  color: #84878d !important;
}

/* ============ NPDE ============ */
.accessibility .steps ol li.past .circle, .accessibility .steps ol li.past a .circle,
.accessibility .steps ul li.past .circle, .accessibility .steps ul li.past a .circle {
  border-color: #efef00 !important;
}

.accessibility .steps ul li.active > span .circle,
.accessibility .steps .steps-list li.active > span .circle,
.accessibility .steps ul li.active div > span.circle,
.accessibility .steps .steps-list li.active div > span.circle,
.accessibility .steps ul li.active > a .circle,
.accessibility .steps .steps-list li.active > a .circle,
.accessibility .steps ul li.active > button .circle,
.accessibility .steps .steps-list li.active > button .circle,
.accessibility .steps ul li:not(.past) > a .circle,
.accessibility .steps .steps-list li:not(.past) > a .circle,
.accessibility .steps ul li:not(.past) > button .circle,
.accessibility .steps .steps-list li:not(.past) > button .circle,
.accessibility .steps > ul > li.active > .circle,
.accessibility .steps > .steps-list > li.active > .circle,
.accessibility .panel-left .steps ul li.active:hover > a > .circle,
.accessibility .panel-left .steps .steps-list li.active:hover > a > .circle,
.accessibility .panel-left .steps ul li.active:hover > button > .circle,
.accessibility .panel-left .steps .steps-list li.active:hover > button > .circle {
  background-color: yellow !important;
  border-color: yellow !important;
  color: #000000 !important;
}

/* ============ BLOC ASSISTANCE ============ */
.accessibility .assistance:before,
.accessibility .assistance p,
.accessibility .assistance .phone-link {
  background-color: transparent !important;
}

.accessibility .assistance.vox img {
  background-color: white !important;
}

/* ============ AUTOCOMPLETE / SELECTIZE ============ */
.accessibility .selectize-input .tag .remove,
.accessibility .selectize-input .tag .delete,
.accessibility .tag-input-group .tag .remove,
.accessibility .tag-input-group .tag .delete {
  border: 1px solid yellow !important;
}

.accessibility .selectize-control.form-control .selectize-input {
  background: white !important;
  color: #444 !important;
}

.accessibility .selectize-control.form-control .selectize-input > input {
  background: white !important;
  color: #444 !important;
}

.accessibility .selectize-dropdown [data-selectable].active,
.accessibility .selectize-dropdown [data-selectable].selected,
.accessibility .selectize-dropdown [data-selectable].selected .selection,
.accessibility .selectize-dropdown [data-selectable]:hover,
.accessibility .selectize-dropdown [data-selectable]:hover .selection,
.accessibility .selectize-dropdown [data-selectable].highlight,
.accessibility .selectize-dropdown [data-selectable].selected.highlight,
.accessibility .selectize-dropdown [data-selectable]:hover,
.accessibility .selectize-dropdown [data-selectable]:hover .highlight,
.accessibility .selectize-dropdown [data-selectable].active .highlight,
.accessibility div.t-autocomplete-menu li.active,
.accessibility div.t-autocomplete-menu li.selected,
.accessibility div.t-autocomplete-menu li.selected .selection,
.accessibility div.t-autocomplete-menu li:hover,
.accessibility div.t-autocomplete-menu li:hover .selection,
.accessibility div.t-autocomplete-menu li.highlight,
.accessibility div.t-autocomplete-menu li.selected.highlight,
.accessibility div.t-autocomplete-menu li:hover,
.accessibility div.t-autocomplete-menu li:hover .highlight,
.accessibility div.t-autocomplete-menu li.active .highlight {
  background: yellow !important;
  color: black !important;
}

.accessibility .selectize-control .selectize-dropdown,
.accessibility .selectize-control div.t-autocomplete-menu,
.accessibility .tag-input-wrapper .selectize-dropdown,
.accessibility .tag-input-wrapper div.t-autocomplete-menu {
  position: absolute;
  width: 100%;
  left: -1px;
  border: 2px solid yellow;
  border-top: none;
}

.accessibility .selectize-dropdown [data-selectable].selected {
  background: #eaeaa9 !important;
}

.accessibility [data-loading].btn-primary .loader {
  border-color: yellow !important;
  border-width: 2px;
  border-right-color: transparent !important;
}

.accessibility .tag-input-group .selectize-input .tag,
.accessibility .tag-input-group .tag {
  background: transparent !important;
  border: 2px solid #000;
  border-radius: 3px;
}

.accessibility ::placeholder {
  color: #414042 !important;
}

.accessibility ::-webkit-input-placeholder {
  color: #414042 !important;
}

.accessibility :-moz-placeholder {
  /* Firefox 18- */
  color: #414042 !important;
}

.accessibility ::-moz-placeholder {
  /* Firefox 19+ */
  color: #414042 !important;
}

.accessibility :-ms-input-placeholder {
  color: #414042 !important;
}

/* ============================================================================== */
/* ==================== 		ANIMATION					===================== */
/* ============================================================================== */
@-webkit-keyframes heading-form {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
    margin-top: 15px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}

@keyframes heading-form {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
    margin-top: 15px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}

@-webkit-keyframes heading-baseline {
  0% {
    opacity: 0;
    margin-top: 15px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}

@keyframes heading-baseline {
  0% {
    opacity: 0;
    margin-top: 15px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}

/* ============================================================================== */
/* ========================== 		1200px				========================= */
/* ============================================================================== */
@media only screen and (max-width: 1201px) {
  .container-wrapper .container {
    width: 100%;
  }
  .header .header-left {
    position: static;
  }
  .header .header-right {
    right: 0px;
  }
  .header .header-right li {
    padding: 0;
  }
  .header .header-left {
    left: 0px;
  }
  .header .header-left li {
    padding: 0;
  }
  .header .btn-menu {
    position: absolute;
    left: 0px;
    border: none;
  }
  .subnav-owl .wrapper-sub-nav {
    max-width: calc(100% - 50px);
    padding-left: 225px;
  }
  .subnav-owl .wrapper-sub-nav .home {
    left: 25px;
  }
  .subnav .container {
    width: 100%;
  }
}

/* ============================================================================== */
/* ========================== 		992px				========================= */
/* ============================================================================== */
@media only screen and (max-width: 993px) {
  .header .header-left {
    left: 5px;
    text-align: left;
    padding-left: 100px;
  }
  .sub-nav {
    height: 60px;
    padding-left: 5px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-user-select: none;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .sub-nav::-webkit-scrollbar {
    display: none;
  }
  .sub-nav:after {
    content: "";
    display: block;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(51, 122, 183, 0)), color-stop(100%, #337ab7));
    height: 60px;
    position: absolute;
    pointer-events: none;
    right: 0;
    top: 60px;
    width: 30px;
    z-index: 2;
  }
  .sub-nav .nav {
    display: block;
  }
  .sub-nav .nav-pills > li {
    float: none;
    display: inline-block;
  }
  .sub-nav .nav-pills > li:last-child {
    padding-right: 20px;
  }
  .sub-nav .nav-pills > li > a {
    margin: 0 5px;
  }
  .sub-nav .nav-pills > li > a:hover {
    background: none !important;
  }
  .entreprise .sub-nav:after {
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(87, 157, 120, 0)), color-stop(100%, #579d78));
  }
  .candidat .sub-nav:after {
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 89, 80, 0)), color-stop(100%, #ff5950));
  }
  .container-wrapper .container {
    width: 100%;
  }
  footer .container {
    width: 100%;
  }
  .modal-help .modal-dialog {
    width: 95%;
    right: 0;
  }
  .modal-help .modal-content {
    width: 100%;
    right: 0;
  }
  .breadcrumb {
    white-space: nowrap;
  }
  .breadcrumb li {
    max-width: 170px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .breadcrumb-container .col-sm-3 {
    position: absolute;
    right: 0;
    width: 70px;
    padding: 0;
    float: none;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 43%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    /* IE6-9 */
  }
  .breadcrumb-container .col-sm-3 .helper-2, .breadcrumb-container .col-sm-3 .helper-3, .breadcrumb-container .col-sm-3 .helper-4, .breadcrumb-container .col-sm-3 .helper-5, .breadcrumb-container .col-sm-3 .helper-6, .breadcrumb-container .col-sm-3 .helper-7 {
    display: none;
  }
  .sticky {
    display: none;
  }
  .header .btn-header.btn-account-connected .name {
    max-width: 80px;
  }
}

/* ============================================================================== */
/* ========================== 		890px				========================= */
/* ============================================================================== */
@media only screen and (max-width: 890px) {
  .subnav-owl .wrapper-sub-nav .home {
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 21px;
    font-size: 1.3125rem;
    border: none;
  }
  .subnav-owl .wrapper-sub-nav .home .texte {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .subnav-owl .wrapper-sub-nav .home .icon-home {
    margin-right: 0;
  }
  .subnav-owl .wrapper-sub-nav .home {
    padding: 6px 6px;
    width: 29px;
  }
  .subnav-owl .wrapper-sub-nav {
    padding-left: 75px;
  }
}

/* ============================================================================== */
/* ========================== 		768px				========================= */
/* ============================================================================== */
@media only screen and (min-width: 768px) {
  .modal.full-presentation .modal-dialog {
    max-width: 940px;
    margin: 150px auto;
  }
}

/* ============================================================================== */
/* ========================== 		768px				========================= */
/* ============================================================================== */
@media only screen and (max-width: 769px) {
  .modal-menu .modal-dialog {
    width: 100%;
  }
  .header .header-right {
    right: 5px;
  }
  .header .header-right .dropdown-menu .btn-header {
    padding: 10px;
    padding-left: 31px;
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .header .header-right .dropdown-menu .btn-header span + span {
    vertical-align: baseline;
  }
  .header .header-right .dropdown-menu .btn-header.btn-messages .badge.notification-bubble {
    left: auto;
    right: 8px;
  }
  .header .header-right .dropdown-menu .btn-header.btn-notifications .badge.notification-bubble {
    left: auto;
    right: 8px;
  }
  footer.footer .col-sm-12 {
    padding-left: 0;
  }
  footer.footer ul {
    padding-left: 18px;
  }
  footer.footer a.mulicollapse-link {
    font-size: 10px;
    font-size: 0.625rem;
    text-align: left;
  }
  footer.footer .col-xs-6 {
    padding: 0 5px;
  }
}

/* ============================================================================== */
/* ========================== 		767px				========================= */
/* ============================================================================== */
@media only screen and (max-width: 767px) {
  .webcallback {
    display: none;
  }
  .webcallback-mobile {
    display: block;
  }
  .subnav-owl .subnav-carousel .owl-stage-outer {
    padding-left: 0;
    padding-right: 0;
  }
  .subnav-owl:after {
    content: "";
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,ff5950+100&0+0,1+100 */
    background: -moz-linear-gradient(left, rgba(125, 185, 232, 0) 0%, #ff5950 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(125, 185, 232, 0) 0%, #ff5950 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(125, 185, 232, 0) 0%, #ff5950 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#ff5950',GradientType=1 );
    /* IE6-9 */
    height: 100%;
    position: absolute;
    pointer-events: none;
    right: 0;
    top: 0;
    width: 24px;
  }
  .subnav-owl .wrapper-sub-nav .home {
    left: 0px;
    top: 17px;
    border-right: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .subnav-owl .wrapper-sub-nav {
    max-width: 100%;
    padding-left: 35px;
  }
  .subnav-owl .subnav-carousel .owl-stage-outer a,
  .subnav-owl .subnav-carousel .owl-stage-outer span {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 5px 9px;
    vertical-align: -50%;
  }
  .subnav-owl .subnav-carousel {
    padding: 0 5px;
  }
  .subnav-owl .subnav-carousel .owl-nav .nav-next {
    right: -22px;
    box-shadow: -6px 0px 16px -5px rgba(68, 68, 68, 0.69);
  }
  .subnav-owl .subnav-carousel .owl-nav .nav-prev {
    left: -20px;
  }
  .subnav-owl .subnav-carousel .owl-nav .nav-prev, .subnav-owl .subnav-carousel .owl-nav .nav-next {
    padding: 17px 4px;
  }
  .subnav-owl .subnav-carousel .owl-nav .nav-prev [class^="icon-"], .subnav-owl .subnav-carousel .owl-nav .nav-next [class^="icon-"] {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .subnav-owl .subnav-carousel .owl-nav .nav-prev.stop, .subnav-owl .subnav-carousel .owl-nav .nav-next.stop {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  footer.footer span.border-top {
    left: 0;
    margin-left: 0;
  }
}

/* ============================================================================== */
/* ========================== 		640px				========================= */
/* ============================================================================== */
@media only screen and (max-width: 641px) {
  .header .header-left > button:not(.badge),
  .header .header-right .dropdown > button:not(.badge) {
    min-height: 60px;
  }
  .header .header-left {
    padding-left: 50px;
  }
  .header .header-right .btn-header {
    padding: 10px;
  }
  .header .header-right .btn-header span:not([class*="icon-"]):not(.notification-bubble) {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .header .header-right .btn-header span[class*="icon-"] {
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 0px;
  }
  .header .header-right .btn-header span.badge {
    display: inline-block;
    top: 6px;
    right: 2px;
    left: auto;
  }
  .header .header-right .btn-header [class*="icon-"] {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .header .header-right .btn-header.btn-messages .badge.notification-bubble {
    left: auto;
    right: 8px;
  }
  .header .header-right .dropdown-menu {
    right: 7px;
  }
  .header .header-right .dropdown-menu .btn-header [class*="icon-"] {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-right: 10px;
  }
  .header .header-right .btn-account-connected {
    padding: 6px 15px 6px 15px;
    margin-top: 0px;
    min-width: 60px;
  }
  .header .header-right .btn-account-connected .name {
    display: none;
  }
  .header .header-right .btn-account-connected:after {
    right: 2px;
    top: 24px;
  }
  .header .header-right .btn-account-connected img {
    width: 36px;
    height: 36px;
  }
  .header .header-right .btn-search {
    border-left: 1px solid #eee;
  }
  .header .header-right .dropdown-menu .btn-search {
    border-left: 0 none;
  }
  .header .header-left > button span:not(.menu-logo):not(.icon-wa-menu) {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .header .header-left .menu-logo {
    display: inline-block;
  }
  .breadcrumb li {
    max-width: 100px;
  }
  .modal-search-open .header-right .btn-header {
    border-color: transparent;
  }
  #jr_wrap {
    top: 0;
    width: 100%;
  }
  .useful-block p {
    padding-left: 0px;
  }
  .useful-block img {
    display: none;
  }
  .section-container {
    padding: 0px 0px 20px 0px;
    border: none;
  }
  .template-column-left .section-container {
    padding: 0px 0px 20px 0px;
    border: none;
  }
  .formation .badge.beta {
    display: table;
    margin: 10px 0 0 0;
  }
  .subnav .container-fluid {
    padding: 0 5px;
  }
  .subnav .dropdown {
    position: static;
  }
  .subnav .dropdown-menu {
    left: 10px;
    right: 15px;
    transform: none;
  }
  .subnav .dropdown-menu:after {
    background-position: left 90px top !important;
  }
  .subnav .subnav-sublink {
    white-space: normal;
  }
  .subnav-item-home [class^="icon-"] {
    margin-right: 0;
  }
  .subnav-item-home .subnav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    font-size: 16px;
    font-size: 1rem;
  }
  .subnav-item-home .subnav-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .subnav-link {
    position: relative;
  }
  .subnav-link .icon-chevron-down {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

/* ============================================================================== */
/* ========================== 		480 px				========================= */
/* ============================================================================== */
@media only screen and (max-width: 481px) {
  .sub-nav .nav-pills > li > a {
    font-size: 9px;
    font-size: 0.5625rem;
    padding: 5px 8px;
    margin: 0 2px;
  }
  .nav-pills > li + li {
    margin: 0;
  }
  .btn {
    white-space: normal;
    height: auto;
  }
  .element-xs, .element-sm, .element-md {
    max-width: none;
  }
  .header .header-right .dropdown-menu {
    right: 11px;
  }
  .header .btn-header.btn-account-connected .name {
    display: none;
  }
  .breadcrumb li:first-child,
  .breadcrumb li:first-child + li {
    display: inline-block;
    overflow: hidden;
  }
}

/* ============================================================================== */
/* ========================== 		390px				=================================== */
/* ============================================================================== */
@media only screen and (max-width: 390px) {
  select,
  textarea,
  input:not(.btn) {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
  input:not(.btn)[type="submit"],
  input:not(.btn)[type="reset"] {
    font-size: inherit !important;
  }
  label.sr-only ~ [class*="icon-"] {
    top: 11px;
  }
  .with-icon {
    padding-left: 28px;
  }
  .header .header-left .nav-logo {
    padding-top: 12px;
  }
  .header .header-left .nav-logo img {
    height: 35px;
  }
}

/* ============================================================================== */
/* ========================== 		320px				=================================== */
/* ============================================================================== */
@media only screen and (max-width: 345px) {
  .header .header-right .dropdown-menu {
    right: 3px;
  }
  .header .header-right .btn-account-connected {
    padding: 4px;
    min-width: 50px;
  }
  .header .header-right .btn-account-connected img {
    margin: 4px 0px 4px 6px;
  }
  .header .header-right .btn-account-connected:after {
    display: none;
  }
  footer.footer .col-xs-6 {
    padding: 0 1px;
  }
}
