/* COULEUR DES LIENS */
a,
.nav-light li.active a,
.nav-light li a:hover,
.select-social-news a:hover,
.popup .action a {
    color: #AE1917;
}

/* COULEUR DES TEXTES */
.author em,
.informations .counter,
.panel-body .poste em,
.content-text .classified-summary .term,
.search-result-content > li figcaption .mea,
.candidat-profil .top-content h1,
.candidat-profil .part h2 .asterisk,
.info-profile.profile-recommandations p strong,
.search-result-content > li .candidature-details .mea,
.inner #search-result-aside label, #search-result-aside label,
.inner #search-form-bar label,
#search-result-map .cluster-info .mea {
    color: #AE1917;
}
#search-result-map .cluster-info * {
    text-decoration: none;
}

/* COULEUR DES BOUTONS */
.btn.btn-primary,
header li.active a,
header li a:focus,
.candidat-profil .informations .info-profile .items a.active span {
    background: #AE1917;
    color: #FFFFFF;
}

.action .modify span {
    background: #FFFFFF;
}

.action .delete span {
    background: #AE1917;
}

.btn.btn-primary:hover,
header li a:hover {
             background: #811311;
        color: #FFFFFF;
}

button.modify {
    background-color: #AE1917;
}

.candidat-profil figure {
    border: 4px solid #AE1917;
}
.info-profile.profile-type .je-suis ul li {
    background-color: #AE1917;
}
.info-profile.profile-type .j-apprecie ul li {
    background-color: #AE1917;
}

.candidat-profil .top-content .job-ad-title h2,
.candidat-profil .top-content .job-ad-title .notice {
    color: #FFFFFF;
}

/* COULEUR DES FONDS */
/* Fond du Pin de geoloc */
.search-result-content > li:before {
    background-color: #AE1917;
}

/* Popover */
.tooltip.top .tooltip-arrow, .popover.top > .arrow {
    border-top-color: #AE1917;
}

.tooltip.right .tooltip-arrow, .popover.right > .arrow {
    border-right-color: #AE1917;
}

.tooltip.bottom .tooltip-arrow, .popover.bottom > .arrow {
    border-bottom-color: #AE1917;
}

.tooltip.left .tooltip-arrow, .popover.left > .arrow {
    border-left-color: #AE1917;
}

.popover, .tooltip .tooltip-inner, .info-profile.profile-type i {
    background: #AE1917;
}

.informations .questions-complementaires label span {
    color: #AE1917;
}

.job-ad-title {
    background: #AE1917;
}

.checkbox [type="checkbox"]:not(:checked) + label:after, .checkbox [type="checkbox"]:checked + label:after
{
    background: #AE1917;
}

.radio [type="radio"]:not(:checked) + label:after, .radio [type="radio"]:checked + label:after
{
    background: #AE1917;
}

.tokenfield .token, .tokenfield.form-control .token {
    background: #AE1917;
    color: #FFFFFF;
}

.tokenfield input[id="skills-tokenfield"]:hover, input:hover, textarea:hover, select:hover {
    border: 1px solid #AE1917 !important;
}

.next-popup-btn {
    background: #AE1917 !important;
}

/* MAPS INFOWINDOWS*/
#search-result-map .cluster-info .candidature-details .mea {
    color: #AE1917;
}

/* VIDEO CAROUSEL */
#video .video-thumbnail.active img { border : 3px solid #AE1917; }
#video .nextSlide i, .prevSlide i { color: #AE1917 ;}
    #video .nextSlide:hover i, .prevSlide:hover i { color: db1f1d;}

@media (max-width: 767px) {
    .candidat-profil .top-content .text .action a.modify, .candidat-profil .top-content .title-mobile span {
        color: #AE1917;
    }

    .mean-container .content .nav-tabs li:before, .mean-container .content .nav-tabs li:before {
        border-color: #AE1917 transparent transparent;
    }

    .mean-container .content .nav-tabs li:hover,
    .mean-container .content .nav-tabs li.active
    {
        background: #AE1917;
        color: #FFFFFF;
    }

    .mean-container .content .nav-tabs li:hover a,
    .mean-container .content .nav-tabs li.active a
    {
        border: none;
        color: #FFFFFF;
    }
}

/* Multi select tags background color */
.select2-selection--multiple .select2-selection__choice {
    background-color: #AE1917 !important;
    color: #FFFFFF !important;
            border: 1px solid #6a0f0e !important;
    }
.select2-selection--multiple .select2-selection__choice__remove {
    color: #FFFFFF !important;
}
