.theme-candidat .card-head__menu svg{
    fill: #232558;
}

.theme-recruteur .card-head__menu  svg{
    fill: #232558;
}

.card-head__menu {
    position: absolute;
    top: 1.4rem;
    right: 2.4rem;
    width: 12px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.card-head__menu a {
    color: #232558;
}

.share-link {
    display: inline-block;
    cursor: pointer;
    outline:none;
}

.share-container {
    position: absolute;
    top: 0;
    right: 4rem;
    z-index:10;
    display: none;

}

.share-container.share-active {
    display: block;
}

.share-container svg {
    width: 20px;
    height: 17px;
    margin-right: 12px;
}

.share-button {
    list-style: none;
}

.card-share {
    min-width: 200px;
    background: #fff;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 16px;
}

.card-share-list {
    padding-left: 0;
}

.card-share a{
    color: #232558;
}

.card-share-title {
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.card-share .share-button:not(:last-child) {
    margin-bottom: 16px;
}

.card-share .share-button {
    display: flex;
}
.share-button a {
    display: flex;
}
