.espace hr {
  background-image: url("../../../../img/angular/core/backgrounds/pix-greenSquare.png");
  background-repeat: repeat-x;
  border: 0 none;
  display: block;
  height: 1px;
  margin: 15px 0;
}

.espace .btn-primary+.btn-primary {
  margin-left: 20px;
}

.espace .btn-back::before {
  content: "« ";
}

.espace .btn-next::before {
  content: "» ";
}

.espace .btn-primary+.btn-secondary, .espace .btn-secondary+.btn-primary {
  margin-left: 20px;
}

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

.espace .card-title-recherche {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
}

.espace .block-error {
  background-color: #f8d7da;
  background-image: url("../../../../img/angular/forms/picto-error.png");
  background-repeat: no-repeat;
  background-position: 15px center;
  color: #721c24;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 15px 15px 15px 50px;
}

.espace .block-info {
  position: relative;
  padding: 30px;
  background-color: rgba(27,50,68,.1);
  margin-bottom: 30px;
}

.espace .block-info ul {
  line-height: 24px;
}

.espace .block-info .link-action {
  position: absolute;
  top:0;
  right: 0;
  margin: 10px;
}

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

.form-apec .error-found ul li {
  list-style: none;
  background: url("../../../../img/edito/form/icon_warning.png") no-repeat left top;
  color: #ff0000;
  font-size: 12px;
  padding-left: 25px;
  min-height: 18px;
}

/* BUTON ACTION */

.espace a p {
  float: right;
  margin: 0;
  color: #232558;
}

.espace a:hover p {
  text-decoration: underline;
}

.espace .picto-modifier {
  width: 19px;
  height: 18px;
  display: inline-block;
  background: url("../../../../img/angular/core/icons/picto-modify.png") no-repeat;
  background-position: 0 0;
}

.espace a:hover .picto-modifier {
  background-position: 0 -75px;
}

.espace .picto-supprimer {
  width: 15px;
  height: 18px;
  display: inline-block;
  background: url("../../../../img/angular/core/icons/picto-trash.png") no-repeat;
  background-position: 0 0;
  margin-right: 2px;
}

.espace a:hover .picto-supprimer {
  background-position: 0 -75px;
}

.espace .picto-doc {
  width: 15px;
  height: 18px;
  display: inline-block;
  background: url("../../../../img/angular/espace/candidat/picto-doc.png") no-repeat;
  background-position: 0 0;
  margin-right: 2px;
}

.espace a:hover .picto-doc {
  background-position: 0 -74px;
}


.espace .picto-prolonger {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url("../../../../img/angular/core/icons/picto-prolonger.png") no-repeat;
  background-position: 0 0;
  margin-right: 3px;
}

.espace a:hover .picto-prolonger {
  background-position: 0 -74px;
}

.espace .picto-resilier {
  width: 17px;
  height: 17px;
  display: inline-block;
  background: url("../../../../img/angular/core/icons/picto-unpublish.png") no-repeat;
  background-position: 0 0;
  margin-right: 2px;
}

.espace a:hover .picto-resilier {
  background-position: 0 -75px;
}

.espace .picto-visualiser {
  width: 26px;
  height: 18px;
  display: inline-block;
  background: url("../../../../img/angular/core/icons/picto-see-candidat@2x.png") no-repeat;
  background-position: -6px 2px;
  margin-right: 2px;
}

.espace a:hover .picto-visualiser {
  background-position: -6px -163px;
}

.espace .picto-print {
  width: 21px;
  height: 18px;
  display: inline-block;
  background: url("../../../../img/angular/core/icons/picto-print@2x.png") no-repeat;
  background-size: 18px 90px;
  background-position: 0 0;
  margin: 0 4px;
}

.espace a:hover .picto-print {
  background-position: 0 -76px;
}

.creer-modifier-recherche .btn-primary+.btn-secondary {
  margin-left: 20px;
}

/* checkbox */

.container-check {
  padding-top: 5px;
}

/* auto complete */
.autocomplete-items {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 46px;
  background: #fff;
  left: 15px;
  right: 70px;
  border: none;
  padding: 0;
  z-index: 1;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.autocomplete-items--locations {
  top: 97px;
}

.autocomplete-items li {
  border-top: 1px solid #f7f7f7 !important;
  margin: 0;
  list-style: none;
  color: #232558;
  line-height: 24px;
  font-size: 12px;
}

.autocomplete-items li a {
  cursor: pointer;
  display: block;
  padding: 5px 0 0 50px;
}

.autocomplete-items li p {
  background-color: rgba(0, 0, 0, 0.04);
  font-weight: bold;
  font-size: 14px;
  padding: 8px 50px;
  margin: 0;
}

.autocomplete-items li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* block affinite */
aside .card-teaser-picto .card-body {
  display: flex;
}

aside .card-teaser-picto.card .card-title {
  margin: 0;
}

aside .card-teaser-picto .card-text {
  margin-left: 13px;
}

/* badge light */
.badge.badge-light {
  background: transparent;
  border: 1px solid #232558;
  color: #232558;
  padding: 0 26px 0 10px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 6px;
  position: relative;
  margin-right: 12px;
}

.badge.badge-light a {
  color: #232558 !important;
  margin-left: 10px;
  text-decoration: none;
  position: absolute;
  display: inline-block;
  right: 9px;
  top: 50%;
  transform: translateY(-4px);
  width: 9px;
  height: 9px;
  opacity: 0.9;
  background: url('../../../../img/edito/icone/close.svg') no-repeat center center;
  text-indent: -9999px;
  cursor: pointer;
}


.user-profile .user-profile__picture .visiotalent-player {
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: radial-gradient(rgba(250, 250, 250, .9) 0%,rgba(90, 90, 90, .4) 100%);
  border-radius: 50%;
  cursor: pointer;
}

/*! nouislider - 11.1.0  */

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background-color: #cccccc;
}


/* Wrapper for all connect elements.
 */

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}


/* Offset direction
 */

html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}


/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}


/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 6px;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}


/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 2px;
}

.noUi-connect {
  background: #026096;
}

.noUi-handle {
  top: -7px;
  z-index: 3;
  width: 21px;
  height: 21px;
  cursor: pointer;
  background-color: #026096;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}


/* Handle stripes;
 */

.noUi-handle-upper:after {
  position: absolute;
  top: -3px;
  left: 5px;
  content: '+';
  color: #FFF;
  text-align: center;
  font-weight: 700;
  font-size: 19px;
}

.noUi-handle-lower:after {
  position: absolute;
  top: -3px;
  left: 7px;
  content: '-';
  color: #FFF;
  text-align: center;
  font-weight: 700;
  font-size: 19px;
}


/* Disabled state;
 */

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}


/* Base;
 *
 */

.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}


/* Values;
 *
 */

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.cv-row {
  display: flex;
}

.cv-row .cv-create-file {
  margin-top: 10px;
}

.cv-row .cv-create-online {
  display: flex;
  flex-direction: column;
}

.cv-separator {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin: 0 20px;
}

.cv-separator .cv-separator-line {
  width: 1px;
  height: 160px;
  background: #7997AF;
}

.cv-separator .cv-separator-txt {
  margin: 10px 0;
}

.cv-row .cv-create-file {
  flex: 3;
}

.cv-row .cv-create-online {
  flex: 3;
}

.cv-visu {
  display: flex;
  justify-content: center;
  margin-top: 52px;
  margin-bottom: 68px;
}

.cv-create-online legend {
  text-transform: none;
}

@media (max-width: 768px) {
  .cv-row {
    flex-direction: column;
  }

  .cv-separator {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
  }

  .cv-separator .cv-separator-line {
    width: 100px;
    height: 1px;
    background: #7997AF;
  }

  .cv-separator .cv-separator-txt {
    margin: 0 10px;
  }

  .cv-row .cv-create-online {
    margin-top: 0px;
  }
}
