.btn-slider {
    padding: 0;
    bottom: 0;
    left: 0;
}

.carousel-control .icon-next::before,
.carousel-control .icon-prev::before {
    position: relative;
    bottom: 3px;
}

.handicap {
    background-color: #014E9E;
    color: white;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding-bottom: 5px;
}

.handicap header {
    background-color: #014E9E;
    color: white;
    font-weight: bolder;
    font-variant: small-caps;
    font-size: 1em;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    text-align: center;
}

.handicap .contenu {
    display: flex;
    gap: 5px;
    align-items: center;

    & .texte {
        font-size: 1em;
        text-align: center;
        
        & a {
            color: white;
            text-decoration: none;
        }
    }
}

.vedettes header {
    background-color: rgba(255, 102, 0, 0.8);
    color: white;
    font-weight: bolder;
    font-variant: small-caps;
    font-size: 1.3em;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.next header {
    background-color: #EA5F69;
    color: white;
    font-weight: bolder;
    font-variant: small-caps;
    font-size: 1.3em;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}



.pole_emploi header {
    background-color: #003369;
    color: white;
    font-weight: bolder;
    font-variant: small-caps;
    font-size: 1.3em;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.pole_emploi p.texte {
    margin-top: 3px;
}

.bonne_formation header {
    background-color: #58BBB0;
    color: white;
    font-weight: bolder;
    font-variant: small-caps;
    font-size: 1.3em;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.bonne_formation p.texte {
    margin-top: 3px;
}

.datadock header {
    background-color: #220040;
    color: white;
    font-weight: bolder;
    font-variant: small-caps;
    font-size: 1.3em;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}


.datadock div.image {
    margin-top: 3px;
}

.datadock div.image img {
    width: 100%;
    max-width: 328px;
}

.datadock p.texte {
    margin-top: 3px;
}

.qualiopi header {
    background-color: #DF011A;
    color: white;
    font-weight: bolder;
    font-variant: small-caps;
    font-size: 1.3em;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.qualiopi div.image {
    margin-top: 3px;
}

.qualiopi div.image img {
    width: 100%;
    max-width: 328px;
}

.qualiopi p.texte {
    margin-top: 3px;
}

.vedettes header a {
    text-decoration: none;
    color: white;
}

.next header a {
    text-decoration: none;
    color: white;
}

.nopadding {
    padding: 0px;
}

.img_form_vedette {
    transition: 0.3s all;
}

.img_form_vedette:hover {
    transform: scale(1.05);
    position: relative;
    z-index: 1000;
}

div.container.actu {
    margin-bottom: 20px;
}

div.vedettes {
    margin-bottom: 20px;
}

div.container.actu .date {
    font-weight: bold;
}

.recherche_formation_accueil {
    background: linear-gradient(0deg, #671E52 0%, #870099 100%);
    padding: 20px;
    padding-bottom: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 4px;

    & h1 {
        color: white;
        font-size: 2em;
        font-weight: bold;
        margin-bottom: 20px;
        text-align: center;
    }

    & .barre {
        position: relative;
        width: 100%;
        max-width: 700px;
        margin: 0 auto;

        & input {
            width: 100%;
            padding: 10px 20px;
            border: none;
            border-radius: 10px;
            font-size: 1.5em;
            margin-right: 10px;
            margin-top: 20px;
        }

        & input:focus {
            outline: none;
        }

        & img {
            position: absolute;
            right: 5px;
            top: 25px;
            bottom: 0;
            height: 40px;
            width: 40px;
            opacity: 0.7;
            transition: 0.3s all;
            cursor: pointer;
            transform: scale(0.8);
        }

        & input:focus+img,
        & img:hover {
            opacity: 1;
            transform: scale(1);
        }

        & label {
            position: absolute;
            top: 30px;
            left: 20px;
            font-size: 1.5em;
            color: #AAA;
            user-select: none;
            transition: 0.3s all;
            font-weight: normal;
        }

        & input:focus~label,
        & input:not(:placeholder-shown)~label {
            top: 0px;
            left: 10px;
            font-size: 1em;
            color: #FFF;
        }
    }

    & .nb_formations {
        color: white;
        font-size: 1.2em;
        text-align: center;
        margin-top: 40px;

        & span {
            font-weight: bold;
            font-size: 1.2em;
        }
    }
}