:target::before {
    content: "";
    display: block;
    height: 200px; /* The height of your fixed header */
    margin-top: -200px; /* Negative margin to offset the header height */
    visibility: hidden;
    pointer-events: none;
}

.badge-color-inter {
    background-color: #FF4370;
    color: #FFFFFF;
}

.badge-color-intra {
    background-color: #0931FF;
    color: #FFFFFF;
}

.badge-color-new {
    background-color: #B147FF;
    color: #FFFFFF;
}

.badge-color-actu {
    background-color: #FFA547;
    color: #FFFFFF;
}

.badge-color-best {
    background-color: #FFA547;
    color: #FFFFFF;
}

.badge-color-focus3h {
    background-color: #707070;
    color: #FFFFFF;
}

.badge-color-parcours {
    background-color: #3BEC17;
    color: #FFFFFF;
}

.badge-color-elearning {
    background-color: #EC1717;
    color: #FFFFFF;
}

.features-search-result {
    background-color: #ffffff;
    width: 100%;
    min-height: 400px;
    margin-top: 40px;
}

    .features-search-result h1 {
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .features-search-result .pageTitle {
        font-size: 1.125rem !important;
        font-weight: 600 !important;
        margin-top: 0;
        margin-bottom: 0;
        color: #232323;
    }

        .features-search-result .pageTitle a {
            color: #232323;
            font-size: 1.125rem !important;
            font-weight: 800 !important;
        }

        .features-search-result .pageTitle img {
            padding-right: 20px;
        }

    .features-search-result .pageDescription {
        font-size: .9375em !important;
        margin-top: 10px;
        margin-bottom: 0;
        color: #232323;
    }

        .features-search-result .pageDescription a {
            font-size: .9375em !important;
            color: #232323;
        }

    .features-search-result .pageUrl {
        font-size: .9375em !important;
        color: #0931ff;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .features-search-result hr {
        border: 1px solid #000;
        font-size: .9375em !important;
        opacity: 1;
        margin-top: 20px;
        margin-bottom: 20px;
    }


.form-cegape-formation .select2-selection{
    border: none !important;
    border-radius: 0 !important;
}

.form-cegape-formation .select2-search textarea {
    border: none !important;
    border-radius: 0 !important;
    height: 23px !important;
}

.form-cegape-formation select {
    border: none !important;
    border-radius: 0 !important;
    background-color: white !important;
    color: #232323 !important;
}

input.no-spinner::-webkit-outer-spin-button,
input.no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.no-spinner {
  -moz-appearance: textfield;
}