.font-weight-label {
    font-weight: 500;
}

#video-modal-dialog{
    max-width: 100%;
}

#image-tuto-1-small, #image-tuto-2-small, #image-tuto-3-small{
    display: none;
}

.custom-add-btn {
    width: 56px;
    height: 50px;
    border-radius: 15px;
    border: 1.5px;
    border-color: rgba(48, 99, 255, 1);
}

/* cible le btn-close dans l'entête du modal (spécifique et important) */
.modal-header .btn-close {
    background-image: none !important;
    border: 0;
    width: 2rem;
    height: 2rem;
    padding: 0;
    position: relative;
}

/* affiche un × blanc (accessible) */
.modal-header .btn-close::before {
    content: "×";
    display: inline-block;
    color: #fff !important;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 2rem;
    text-align: center;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1490px) {
    #image-tuto-1, #image-tuto-2, #image-tuto-3{
        display: none;
    }
    #image-tuto-1-small, #image-tuto-2-small, #image-tuto-3-small{
        display: block;
    }
}