@media screen and (min-width: 768px) and (max-width: 1240px) {
    .course__header__modif {
        width: 35%;
        gap: 15px;
        display: flex;
        grid-template-columns: 25px 1fr auto;
        justify-content: start;
        align-items: center;
    }

    .course__modif {
        display: flex;
        flex-direction: row;
    }
}

.organizations__double_btns {
    display: flex;
    gap: 15px;
}
