/* ==========================================================================
   Global
   ========================================================================== */
/* VARIABLES */
/* Background */
/* Typo */
/* Other */
/* Shadow */
/* MIXINS */
/* FONTS */
/* PAGES */
.espace {
    /* SLICK */
    /* SPINNER */
    /* TYPE */
    /* DROPDOWN */
    /* OFFER */
    /* CARD */
    /* TABLE */
    /* SUGGESTION / ADVICE */
    /* POPOVER */
    /* NOTIFICATION */
    /* COLLAPSE */
    /**
      * MON PROFIL
      */
    /**
      * MES INFORMATIONS PERSONNELLES
      */
    /**
      * METRICS
      */
    /**
      * MES RECHERCHES
      */
    /**
      * MES OFFRES
      */
    /**
      * MES CANDIDATURES
      */
    /**
      * MES CV ET LETTRES
      */
    /**
      * NOS OFFRES
      */
    /**
      * MES RECHERCHES DE PROFIL
      */
    /*-------------------------------------------*\
      RESPONSIVE
      \*-------------------------------------------*/
}

.espace .slick-list {
    overflow-y: visible !important;
    overflow-x: hidden !important;
}

.espace .card .comp_loaderBoxContent {
    position: relative;
}

.espace .dashboard-row {
    display: flex;
    border-top: 1px solid #dee2e6;
    padding-top: 20px;
}

@media (max-width: 768px) {
    .espace .dashboard-row {
        display: flex;
        flex-direction: column;
        border-top: 1px solid #dee2e6;
        padding-top: 20px;
    }
}

.espace .dashboard-row-item {
    flex: 1;
}

.espace .dashboard-row .dashboard-data {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.espace .dashboard-row .number-view {
    font-size: 36px;
    line-height: 1;
    color: #026096;
}

.espace .dashboard-row .dashboard-entete {
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 4px;
    margin-bottom: 20px;
}

.espace .text-underline {
    text-decoration: underline;
}

.espace .dashboard-row .number-percent {
    font-size: 12px;
    font-weight: bold;
    color: #80a9f5;
}

.espace .card.dashboard .card-footer ul li {
    flex-grow: 0;
}

.espace .dashboard-row .dashboard-data > * {
    margin-bottom: 8px;
}

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

.espace .dropdown-menu {
    padding: 0;
    border-color: #7997AF;
    font-size: 12px;
    font-size: 1.2rem;
}

.espace .dropdown-menu .dropdown-item {
    color: #232558;
}

.espace .offer .offer__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.espace .offer .offer__logo {
    width: 68px;
    height: 68px;
    border: 1px solid #ebebeb ;
    margin-right: 15px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.espace .offer .offer__logo img {
    max-width: 100%;
}

.espace .offer .offer__title {
    font-family: "Montserrat-SemiBold", Verdana, Arial, sans-serif;
    text-transform: uppercase;
}

.espace .offer .offer__details {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.espace .offer .offer__details li {
    color: #7997AF;
    font-size: 13px;
    font-size: 1.3rem;
}

.espace .offer .offer__details li::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}

.espace .offer .offer__details li:not(:last-child) {
    margin-bottom: 10px;
}

.espace .offer .offer__details li.offer__company::before {
    background-image: url("../../../img/angular/espace/entreprise.svg");
}

.espace .offer .offer__details li.offer__localisation::before {
    background-image: url("../../../img/angular/espace/map.svg");
}

.espace .offer .offer__details li.offer__date::before {
    background-image: url("../../../img/angular/espace/watch.svg");
}

.espace .offer .advice {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.espace .card .card-buttons-container {
    text-align: center;
    margin-top: 20px;
}

.espace .card .card-title-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.espace .card .card-title-container .card-title {
    margin-bottom: 0;
}

.espace .card .card-title-container .card-buttons-container {
    margin-top: 0;
}


.espace .card .card-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
    min-height: 30px;
}


.espace .card .card-title::before {
    margin-right: 10px;
}

.espace .card .card-footer {
    padding: 0;
}

.espace .card .card-footer .exchange-link::before {
    content: '';
    width: 22px;
    height: 22px;
    background: url("../../../img/angular/espace/xicon_start-dialog.png") no-repeat;
    margin-right: 5px;
}

.espace .card .card-footer .card-footer__text {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 10px 20px;
}

.espace .card .card-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.espace .card .card-footer ul li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.espace .card .card-footer ul li a,
.espace .card .card-footer ul li div {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 10px 20px;
    font-size: 12px;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.espace .card .card-footer ul li a .number,
.espace .card .card-footer ul li div .number {
    font-size: 18px;
    font-size: 1.8rem;
}

.espace .card .card-footer ul li:not(:last-child) {
    border-right: 1px solid #fff;
}

.espace .table {
    margin-bottom: 0;
}

.espace .table .number {
    font-size: 18px;
    font-size: 1.8rem;
}

.espace .table .notification-email {
    display: inline-block;
    width: 21px;
    height: 17px;
    background: url("../../../img/angular/espace/icon_notification.png") no-repeat;
}

.espace .table .edit {
    display: inline-block;
    width: 16px;
    height: 16px;
}

.espace .table .date {
    font-size: 12px;
    font-size: 1.2rem;
}

.espace .table .badge {
    position: relative;
}

.espace .suggestion,
.espace .advice {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.espace .suggestion {
    padding: 0px 35px;
}

.espace .suggestion p,
.espace .advice p {
    margin-bottom: 0;
    font-size: 12px;
    font-size: 1.2rem;
    font-style: italic;
    color: #a6a6a6;
}

.espace .suggestion::before,
.espace .advice::before {
    content: '';
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

.espace .suggestion::before {
    width: 33px;
    height: 33px;
    background: url("../../../img/angular/espace/icon_idea.png") no-repeat;
}

.espace .advice {
    cursor: pointer;
}

.espace .advice::before {
    width: 20px;
    height: 20px;
    background: url("../../../img/angular/espace/icon_info.png") no-repeat;
}

.espace .popover {
    font-family: "Montserrat-Regular", Verdana, Arial, sans-serif;
}

.espace .popover p {
    font-size: 10px;
    font-size: 1rem;
}

.espace .popover .close_tooltip {
    display: block;
    text-align: right;
}

.espace .popover .close_tooltip img {
    display: inline;
}

.espace .badge-notification {
    position: relative;
    width: 22px;
    height: 16px;
    cursor: pointer;
    background: url("../../../img/angular/espace/candidat/email.svg") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    float: right;
}

.espace .badge-notification .badge {
    position: absolute;
    top: -13px;
    right: -15px;
}

.espace .badge {
    background-color: #fdc300;
    width: auto;
    min-width: 20px;
    height: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #232558;
    font-weight: normal;
    padding: 0 5px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Roboto-Regular", Verdana, Arial, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
}

.espace .card-title.collapse-toggle {
    margin-bottom: 0;
    padding-bottom: 0;
    cursor: pointer;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.espace .collapse-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-family: "Montserrat-SemiBold", Verdana, Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    cursor: pointer;
    padding-bottom: 10px;
}

.espace .collapse-toggle .number {
    font-size: 24px;
    font-size: 2.4rem;
}

.espace .collapse-toggle::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 18px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.espace .collapse-toggle[aria-expanded="true"]::after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.espace .my-profile .badge-notification {
    position: relative;
}

.espace .my-profile .card-title::before {
    content: url("../../../img/angular/espace/icon_my-profil.png");
}

.espace .my-profile .user-profile .user-profile__picture {
    width: 93px;
    height: 93px;
    margin-right: 25px;
    background-color: #FDF0D3;
    display: flex;
    justify-content: center;
    align-items: center;

}

.espace .my-profile .user-profile .user-profile__picture object,
.espace .my-profile .user-profile .user-profile__picture img {
    width: 100%;
    height: auto;
}

.espace .my-profile .user-profile .user-profile__update {
    font-size: 13px;
    font-family: "Montserrat-SemiBold", Verdana, Arial, sans-serif;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.espace .my-profile .user-profile .user-profile__update::before {
    content: url("../../../img/pictos/functional/calendar.svg");
    margin-right: 5px;
}


.espace .my-profile .user-profile .user-profile__infos p:last-child {
    margin-bottom: 0;
}

.espace .my-profile .user-email address {
    font-family: "Montserrat-SemiBold", Verdana, Arial, sans-serif;
}

.espace .my-profile .user-email a {
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: underline;
}

.espace .my-profile .user-email a:hover {
    text-decoration: none;
}

.espace .my-profile .my-profile__completed::before {
    content: "";
    background: url("../../../img/angular/espace/candidat/checked_bg.svg") no-repeat center;
    width: 17px;
    height: 17px;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    margin-right: 25px;
}

.espace .my-profile .my-profile__completed {
    margin-left: 118px;
}

.espace .my-profile .my-profile__completed span {
    font-size: 14px;
}
.espace .my-profile .my-profile__completed span:first-child {
    margin-left: 25px;
}

.espace .my-profile .my-profile__completed .number {
    margin-left: 4px;
}

.espace .my-profile .my-profile__completed .number::after {
    content: '%';
    display: inline-block;
    margin-left: 4px;
}

.espace .my-profile .my-profile__visibility {
    margin-left: 118px;
}

.espace .my-profile .my-profile__visibility p {
    margin-left: 25px;
    font-size: 14px;
}

.espace .my-profile .my-profile__visibility--visible::before {
    content: "";
    background: url("../../../img/angular/espace/candidat/checked.svg") no-repeat center;
    width: 17px;
    height: 17px;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    margin-right: 25px;
}

.espace .my-profile .my-profile__visibility--not-visible::before {
    content: "";
    background: url("../../../img/angular/espace/candidat/close.svg") no-repeat center;
    width: 17px;
    height: 17px;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    margin-right: 25px;
}

.espace .personal-information {
    padding-top: 20px;
    padding-bottom: 20px;
}

.espace .personal-information .small-link span{
    color: #FDC300;
}


.espace .info-perso .personal-information::before {
    content: url("../../../img/symboles/profil/big/user_big_white.svg");
    width: 50px;
    height: 50px;
    top: 38px;
    position: absolute;
}

.espace .personal-information::before {
    content: url("../../../img/symboles/profil/big/user_big_blue.svg");
    width: 50px;
    height: 50px;
    position: relative;
    left: 15px;
}

.espace .personal-information .card-title {
    font-size: 30px;
    font-family: "Montserrat-Regular", Verdana, Arial, sans-serif;
}


.espace .personal-information .personal-information__title {
    padding-top: 20px;
    font-family: "Montserrat-SemiBold", Verdana, Arial, sans-serif;
}

.espace .personal-information.personal-information__cta .card-body {
    padding-right: 50px !important;
}

.espace .info-perso .personal-information.personal-information__cta .card-body {
    padding-left: 70px;
}

.espace .info-perso .personal-information.personal-information__cta .card-body p,
.espace .info-perso .personal-information.personal-information__cta .card-body .card-title {
   color: #fff;
}

.espace .personal-information.personal-information__cta .card-body::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
    right: 20px;
    content: '';
    display: block;
    width: 20px;
    height: 33px;
}


/*.espace .myspace-header__container {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 00px 0px 6px 0px rgba(0, 0, 0, 0.2); 
    }
*/
  
  .espace .card-body {
    color: #232558; }
  
  .espace .my-profile {
    z-index: 1;}
    .espace .my-profile .card-body {
      padding: 40px; }
    .espace .my-profile .user-profile__infos .user-profile__title {
      font-size: 25px;
      font-size: 2.5rem;
      line-height: 1.2;
    }
  
  .espace .metrics {
    height: 100%;
    display: flex;
    flex-direction: column; }
    .espace .metrics .metrics-visited {
      height: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row; }
      .espace .metrics .metrics-visited .card-body {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 30px; }
        .espace .metrics .metrics-visited .card-body p {
            font-size: 16px;
            line-height: 30px;
            text-align: left;
            margin-left: 25px;
            font-family: "Montserrat-SemiBold", Verdana, Arial, sans-serif; }
    .espace .metrics .metrics-trend {
      height: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row; }
      .espace .metrics .metrics-trend .card-body {
        display: flex;
        flex-direction: row; 
        text-align: left;
        font-size: 16px;
        line-height: 22px;
        font-family: "Montserrat-SemiBold", Verdana, Arial, sans-serif; 
    }
  


.espace .metrics .metrics-visited {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
}

.espace .metrics .metrics-visited .metrics-visited__number {
    margin-bottom: 10px;
}

.espace .metrics .metrics-visited .metrics-visited__number .number {
    font-size: 50px;
    line-height: 50px;
    line-height: 5rem;
    font-family: "Montserrat-SemiBold", Verdana, Arial, sans-serif;
}

.espace .metrics .metrics-visited .metrics-visited__number span {
    font-family: "Montserrat-SemiBold", Verdana, Arial, sans-serif;
}

.espace .metrics .metrics-trend {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
}

.espace .metrics .metrics-trend .trend {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    margin-left: 10px;
    background-repeat: no-repeat;
}

.espace .metrics .metrics-trend .trend.up {
    background-image: url("../../../img/symboles/diagram/blue/big.svg");
}

.espace .metrics .metrics-trend .trend.stable {
    background-image: url("../../../img/angular/espace/icon_trend-stable.png");
}

.espace .metrics .metrics-trend .trend.down {
    background-image: url("../../../img/angular/espace/icon_trend-decrease.png");
}

.espace .my-research .card-title::before {
    content: url("../../../img/symboles/search/blue/big.svg");
    width: 45px;
    height: 45px;
}

.espace .my-resume,
.espace .my-applications,
.espace .my-offers,
.espace .my-research {
    height: 100%;
}


.espace .my-resume .card-content,
.espace .my-research .card-content {
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (max-width: 768px) {
    .espace .my-resume .table tr {
        display: flex;
        flex-direction: column;
    }

    .espace .my-resume .table tr th{
        border: none;
    }

    .table td, .table th {
        padding: 0.75rem;
        vertical-align: top;
        border-top: none;
    }

    .espace .my-resume .table tr th:first-child {
        border-top: 1px solid #dee2e6;
    }
}

.espace .my-resume .card-content,
.espace .my-research .card-content,
.espace .my-applications .card-content,
.espace .my-offers .card-content {
    padding: 30px;
}


.espace .my-resume .card-title,
.espace .my-applications .card-title,
.espace .my-research .card-title,
.espace .my-offers .card-title {
    border-bottom: 1px solid #cfcfcf;
    padding: 20px;
    margin: 0;
}


.espace .my-resume .card-body,
.espace .my-applications .card-body,
.espace .my-research .card-body,
.espace .my-offers .card-body {
    border: 1px solid #cfcfcf;
    padding: 0;
}

.espace .my-research .table th a:hover {
    text-decoration: underline;
}

.espace .my-offers .card-title::before {
    content: url("../../../img/symboles/cible/blue/big.svg");
    width: 45px;
    height: 45px;
}

.espace .my-offers .card-body {
    border: 1px solid #cfcfcf;
}

.espace .my-offers .offer-carousel {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
}

.espace .my-applications .card-title::before {
    content: url("../../../img/symboles/profil/big/user_big_blue.svg");
    width: 45px;
    height: 45px;
}

.espace .my-applications .offer-carousel {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
}

.espace .my-applications .table th a:hover {
    text-decoration: underline;
}

.espace .my-resume .card-title::before {
    content: url("../../../img/symboles/duo/blue/big.svg");
    width: 45px;
    height: 45px;
}

.espace .our-offers .card-title::before {
    content: url("../../../img/angular/espace/icon_my-offers.png");
}

.espace .our-offers .table td,
.espace .our-offers .table th {
    cursor: pointer;
}

.espace .our-offers .text-link .number {
    font-size: 18px;
    font-size: 1.8rem;
}

  .espace .our-offers .collapse-toggle::after {
    margin-left: 20px;
  }

  .espace .my-profile-searches .card-title::before {
    content: url("../../../img/angular/espace/icon_my-search.png");
  }

  .espace .my-profile-searches .table td,
  .espace .my-profile-searches .table th {
    cursor: pointer;
  }

  .espace .my-profile-searches .table th a:hover {
    text-decoration: underline;
  }


  .espace .info-perso {
    background-color: #026096;
  }

  @media (max-width: 768px) {
    .espace p {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .espace .row .col-6:first-child {
        padding-right: 7px;
    }

    .espace .row .col-6:nth-child(2) {
        padding-left: 7px;
    }

    .espace .btn {
        font-size: 13px;
        font-size: 1.3rem;
        padding: 10px 20px;
    }


    .espace .card .card-title-container {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .espace .card .card-title-container .card-buttons-container {
        margin-top: 10px;
    }

    .espace .card:not(.personal-information) .card-body {
        padding: 30px !important;
    }


    .espace .card:not(.personal-information) .card-title::before {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .espace .card.personal-information .card-body {
        padding: 10px !important;
    }

    .espace .card.personal-information .card-title {
        font-size: 11px;
        font-size: 1.1rem;
    }

    .espace .card.personal-information.personal-information__cta .card-body {
        padding-right: 50px !important;
    }

    .espace .card.my-profile .card-title {
        margin-bottom: 20px;
    }

    .espace .card.my-profile .card-body {
        padding: 10px !important;
        text-align: center;
    }

    .espace .card.my-profile .card-content {
        display: block;
    }

    .espace .card.my-profile .user-email {
        text-align: center;
    }

    .espace .card.my-profile .user-profile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .espace .card.my-profile .user-profile__picture {
        width: 60px;
        height: 60px;
        margin-right: 0;
        margin-bottom: 20px;
        background-color: rgba(255, 83, 31, 0.1);
    }

    .espace .card.my-profile .user-profile__picture img {
        width: 60px;
    }

    .espace .my-profile .my-profile__completed,
    .espace .card.my-profile .my-profile__visibility {
        text-align: left;
    }

    .espace .card.my-profile .my-profile__completed .mb-20 {
        margin-bottom: 5px !important;
    }

    .espace .card.my-profile .my-profile__completed .number::after {
        margin-left: 2px;
        margin-top: 6px;
        font-size: 15px;
        font-size: 1.5rem;
    }

    .espace .card.my-research--no-result .card-body, .espace .card.my-offers--no-result .card-body, .espace .card.my-applications--no-result .card-body, .espace .card.my-resume--no-result .card-body {
        padding: 10px !important;
    }

    .espace .card.my-research--no-result .card-body a, .espace .card.my-research .card-body a {
        height: 100%;
    }

    .espace .card.my-research--no-result .card-content-mobile,
    .espace .card.my-offers--no-result .card-content-mobile,
    .espace .card.my-applications--no-result .card-content-mobile,
    .espace .card.my-resume--no-result .card-content-mobile {
       display: block;
       font-size: 1.2rem;
       text-align: center;
       text-decoration: none;
     }

    .espace .card.my-research--no-result .card-content, .espace .card.my-offers--no-result .card-content, .espace .card.my-applications--no-result .card-content, .espace .card.my-resume--no-result .card-content {
        display: block;
    }

    .espace .card.my-research--no-result .card-content p, .espace .card.my-offers--no-result .card-content p, .espace .card.my-applications--no-result .card-content p, .espace .card.my-resume--no-result .card-content p {
          font-size: 12px;
          font-size: 1.2rem;
          text-align: center;
    }

    .espace .card.my-research--no-result .card-content p:not(:first-child), .espace .card.my-offers--no-result .card-content p:not(:first-child), .espace .card.my-applications--no-result .card-content p:not(:first-child), .espace .card.my-resume--no-result .card-content p:not(:first-child) {
         display: none;
    }

    .espace .card.my-profile-searches--no-result, .espace .card.our-offers--no-result {
        background-color: #80A9F5;
        color: #ffffff;
    }

    .espace .card.my-profile-searches--no-result .card-body, .espace .card.our-offers--no-result .card-body {
        padding: 10px !important;
    }

    .espace .card.my-profile-searches--no-result .card-content, .espace .card.our-offers--no-result .card-content {
        display: block;
    }

    .espace .card.my-profile-searches--no-result .card-content p, .espace .card.our-offers--no-result .card-content p {
        font-size: 12px;
        font-size: 1.2rem;
        text-align: center;
    }

    .espace .card.my-profile-searches--no-result .card-content p:not(:first-child), .espace .card.our-offers--no-result .card-content p:not(:first-child) {
        display: none;
    }

    .espace .card.my-profile-searches--no-result .suggestion,
    .espace .card.my-profile-searches--no-result .card-title, .espace .card.our-offers--no-result .suggestion,
    .espace .card.our-offers--no-result .card-title {
        display: none;
    }

    .espace .card.my-profile-searches--no-result .btn, .espace .card.our-offers--no-result .btn {
        background-color: #ffffff;
        color: #80A9F5;
    }

    .espace .badge-notification {
        width: 17px;
        height: 13px;
    }

    .espace .badge-notification .badge {
        top: -9px;
    }

    .espace .badge {
        min-width: 15px;
        height: 17px;
        font-size: 11px;
    }
}

/* fin max-width(768px)*/
@media (max-width: 1024px) {
    .espace .card.my-profile .user-profile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .espace .my-profile .my-profile__completed,
    .espace .my-profile .my-profile__visibility {
        margin-left: 56px;
    }
}

/*-------------------------------------------*\
THEME
\*-------------------------------------------*/
.theme-candidat .espace .metrics-visited .number,
.theme-candidat .espace .my-research .table .number,
.theme-candidat .espace .my-applications .table .number,
.theme-candidat .espace .card .card-footer ul li .number {
    color: #026096;
}

.theme-candidat .espace .my-profile__completed .number {
    /*number pourcent candidat*/
}

.theme-candidat .espace .my-research .table th a,
.theme-candidat .espace .my-applications .table th a {
    color: #232558;
}

.theme-candidat .espace .text-link:hover,
.theme-candidat .espace .text-link {
    word-break: break-word;
    color: #026096;
    font-size: 13px;
}

.theme-candidat .espace .my-research .table th a:hover,
.theme-candidat .espace .my-applications .table th a:hover {
    color: #232558;
}

.theme-candidat .espace .dropdown-menu .dropdown-item:focus,
.theme-candidat .espace .dropdown-menu .dropdown-item:hover {
    background-color: rgba(255, 83, 31, 0.1);
}

.theme-candidat .espace .slick-prev::before {
    background: url("/modules/apec-jahia-module/assets/img/edito/candidat/chevron-l.svg") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-size: contain;
}

.theme-candidat .espace .slick-next::before {
    background: url("/modules/apec-jahia-module/assets/img/edito/candidat/chevron-r.svg") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.theme-candidat .espace .card-title.collapse-toggle::after {
    background: url("../../../img/angular/espace/candidat/chevron-r.svg") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.theme-candidat .espace .table .edit {
    background: url("../../../img/angular/espace/candidat/icon_edit.png") no-repeat;
}

.card-footer {
    color: #fff;
    background-color: #026096;
  }

  .card-footer a {
    color: #fff;
  }

  .card-footer .number {
    color: #fff!important;
    font-size: 12px!important;
  }

  .card-footer a:hover {
    color: #fff;
    text-decoration: underline!important;
  }

.theme-recruteur .espace .table-hover tbody tr:hover {
    color: #fff;
    background-color: #026096;
}

.theme-recruteur .espace .card .card-footer ul li .number,
.theme-recruteur .espace .our-offers .table .number {
    color: #232558;
}


.theme-recruteur .espace .collapse-toggle .number {
    color: #232558;
}

.theme-recruteur .espace .collapse-toggle::after {
    background: url("../../../img/angular/espace/recruteur/chevron-r.svg") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.theme-recruteur .espace .card-title.collapse-toggle::after {
    background: url("../../../img/angular/espace/recruteur/chevron-r.svg") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.theme-recruteur .espace .personal-information__cta .card-body::after {
    background: url("../../../img/angular/espace/recruteur/chevron-r.svg") no-repeat right center;
    -webkit-background-size: contain;
    background-size: contain;
}

.theme-recruteur .espace .table .edit {
    background: url("../../../img/angular/espace/recruteur/icon_edit.png") no-repeat;
}

.theme-recruteur .espace .table-hover tbody tr:hover .edit {
    background: url("../../../img/angular/espace/recruteur/icon_edit_white.png") no-repeat;
}

.theme-test .metrics-trend,
.theme-test .metrics-visited {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 83, 31, 0.7)), to(#FF531F));
    background: -webkit-linear-gradient(left, rgba(255, 83, 31, 0.7) 0%, #FF531F 100%);
    background: -o-linear-gradient(left, rgba(255, 83, 31, 0.7) 0%, #FF531F 100%);
    background: linear-gradient(90deg, rgba(255, 83, 31, 0.7) 0%, #FF531F 100%);
    color: #ffffff;
}

.theme-test .metrics-trend .number,
.theme-test .metrics-visited .number {
    color: #ffffff;
}

.theme-recruteur .slide-toggle-label.slide-toggle-label--checked .slide-toggle-bar {
    background-color: rgb(2 96 150 / 32%) !important;
}

.theme-recruteur .slide-toggle-label.slide-toggle-label--checked .slide-toggle-bar .slide-toggle-thumb {
    background-color: #026096 !important;
}

.theme-recruteur .slide-toggle-label .slide-toggle-bar {
    background-color: #999999 !important;
}

.theme-recruteur .slide-toggle-label .slide-toggle-bar .slide-toggle-thumb {
    background-color: #cccccc !important;
}

/*-------------------------------------------*\
BOOTSTRAP 4 OVERRIDE
\*-------------------------------------------*/
@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: height 0.6s cubic-bezier(0.86, 0, 0.07, 1);
        -o-transition: height 0.6s cubic-bezier(0.86, 0, 0.07, 1);
        transition: height 0.6s cubic-bezier(0.86, 0, 0.07, 1);
    }
}


.espace .pull-left {
    float: left;
}

.espace .pull-right {
    float: right;
}

.espace .creer-compte-btn {
    top: 20px;
    right: 10px;
    position: absolute;
}

@media screen and (max-width: 1024px) {
    .espace .creer-compte-btn {
        position: unset !important;
    }
}

@media screen and (max-width: 991px) {
    .espace .my-applications .card-content {
        padding: 20px 0px;
    }

    .espace .my-applications .card-content img {
        width: 50px;
    }
}

.comp_popin .modal-header .close {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 22px;
    opacity: 1;
    width: 22px;
    box-shadow: none;
    background-color: transparent;
    position: absolute;
    right: 6px;
    top: 10px;
    margin: 0;
}
