html {
    font-size: 62.5%;
    position: relative;
}

body {
    background-color: #FFF;
    color: #232558 !important;
    font-family: 'Montserrat', Verdana, Arial, sans-serif;
    font-size: 1.4rem;
    position: relative;
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url("../../../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../../../fonts/Montserrat-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal; }

@font-face {
    font-family: 'Montserrat';
    src: url("../../../fonts/Montserrat-Regular.woff2") format("woff2"), url("../../../fonts/Montserrat-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal; }

@font-face {
    font-family: 'Roboto';
    src: url("../../../fonts/Roboto-Regular.woff2") format("woff2"), url("../../../fonts/Roboto-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal; }

@font-face {
    font-family: 'Roboto';
    src: url("../../../fonts/Roboto-Medium.woff2") format("woff2"), url("../../../fonts/Roboto-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal; }

@font-face {
    font-family: 'Roboto';
    src: url("../../../fonts/Roboto-Bold.woff2") format("woff2"), url("../../../fonts/Roboto-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}
.bloc-offre {
    margin-bottom: 140px;
    line-break: auto;
}

.bloc-offre span {
    font-size: 16px;
    font-family: "Montserrat-Semibold", Verdana, Arial, sans-serif;
}

.details-offer {
    position: absolute;
    margin:0;
    bottom:50px;
}

.details-offer img {
    height: 18px;
    margin-right: 5px;
    min-width: 10px;
}

.right-arrow {
    position: absolute;
    transition: 0.2s;
    right: 20px;
    bottom: 20px;
}

.right-arrow img {
    width: 25px;
    height: 25px;
}

.offre-info {
    height: 100%;
}

.content {
    border-radius: 5px;
}

.msg-important {
    font-family: "Montserrat-Regular", Verdana, Arial, sans-serif;
    font-size: 30px;
}

.panel-matching__subtitle {
    font-size: 16px;
    color: #026096;
}

.list-horizontal {
    display: flex;
}

.list-horizontal > * {
    margin-right: 9px;
}

.panel-matching {
    background:white;
    position: relative;
}

.picto-matching:before{
     content: '';
     display: inline-block;
     margin-right: .5rem;
     width: 36px;
     height: 30px;
     background-image: url("../../../img/angular/matching-candidat/matching-candidat.png");
     background-repeat: no-repeat;
     background-size: cover;
}

.cadre-profil-box.cadre {
    padding: 15px 0px 0px 0px;
    background: transparent;
}

/*.cadre-profil-box .card-matching {
    width: 100%;
} */

.wrapper-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.card-matching {
    position:relative;
    background: #fff;
    border: 1px solid #cfcfcf;
    width: 30%;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 10px;
    transition: 0.2s;
}

.card-matching:hover {
    box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.3);
}

.card-matching:hover .right-arrow {
    right: 15px;
}

.card-matching a, .card-matching a:hover {
    color: #232558 !important;
    text-decoration: none;
    padding: 40px 40px 20px 20px;
}

.percent-box {
    position: absolute;
    top: -1px;
    right: 0;
    padding: 4px;
    background: #026096;
    color: #fff;
}

.zone-picto {
    width: 20px;
    display: flex;
    justify-content: center;
}

.panel-matching .btn-secondary:not(:disabled):not(.disabled):active, .panel-matching .btn-secondary:not(:disabled):not(.disabled).active{
    outline: none;
}

#modalMatchingCandidat .popin-button-secondary {
    background-color: #999;
    color:#fff;
}
#modalMatchingCandidat .link-close-popin {
    text-decoration: underline;
    color: black;
}
#modalMatchingCandidat .modal-header {
    border-bottom:none;
    padding: 20px 40px 20px 20px;
}
#modalMatchingCandidat .modal-header h3 {
    margin-top: 0;
    margin-bottom: 5px;
}

.modal-header .close {
    padding: 10px 0 !important;
    position: absolute !important;;
    top:0 !important;
}

@media (min-width: 567px) {

    #modalMatchingCandidat .modal-dialog {
        width: 500px;
        margin: 1.75rem auto;
    }
}

@media (max-width: 768px) {

    .card-matching {
        width: 100%;
    }

    .panel-matching {
        text-align: justify;
        padding: 20px 10px;
    }

    .panel-matching .btn-secondary {
        font-size: 12px;
        padding: 5px 20px;
    }
/*    .picto-matching {
        left: 11px;
    }*/

    .bloc-offre {
        max-width: 100%;
    }

    .cadre-profil-box.cadre {
        padding-right: 0;
    }

    #modalMatchingCandidat .modal-dialog {
        margin: 10px;
    }

    #modalMatchingCandidat .modal-dialog .btn{
        font-size: 14px;
    }
}