#table-filtre-formation {
    border: none;
}

#title-table-filtre-formation {
    float: none;
}

#title-table-filtre-formation :first-child {
    height: 20px;
}

#title-table-filtre-formation :last-child {
    background-color: #3952a5;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    padding: 7px;
    box-shadow: 3px 3px 3px rgba(25, 53, 66, 0.6);
    top: 20px;
    font-size: 12px;
}

#table-filtre-formation>tbody table {
    border-radius: 10px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    /* border:2px grey solid; */
    background-color: rgb(230, 230, 230);
    padding: 10px;
    box-shadow: 3px 3px 3px rgba(25, 53, 66, 0.6);
}

@media (max-width: 800px) {


    #title-table-filtre-formation :last-child {
        background-color: #3952a5;
        box-shadow: 3px 3px 3px rgba(25, 53, 66, 0.6);
        color: white;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        text-align: center;
        white-space: nowrap;
        width: auto;
        padding: 5px;
    }

    #table-filtre-formation>tbody table {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }
}

#menuformation a {
    background-color: #2089df;
    /* background-image: linear-gradient(180deg, rgba(202, 231, 255, 0.897), rgba(255, 255, 255, 0)); */
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(25, 53, 66, 0.6);
    color: white;
    padding: 3px;
    border: none;
    text-align: center;
    text-decoration: none;
    transition: background-color .4s;
    width: 100px;
}

#menuformation a:hover {
    background-color: #012b9e;
    /* box-shadow: 0px -1px 3px rgba(131, 131, 131, 0.7); */
}

#table-filtre-formation table select {
    min-width: 550px;
}

#title-options-formations {
    float: left;
}

#title-options-formations :first-child {
    height: 20px;
}

#title-options-formations :last-child {
    background-color: #3952a5;
    color: white;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: right;
    padding: 15px;
    box-shadow: 0px 3px 3px rgba(25, 53, 66, 0.6);
    top: 20px;
    font-size: 12px;
    width: 50px;
}

#table-options-formations {
    background-color: yellowgreen;
    border-radius: 10px;
    box-shadow: 1px 1px 2px rgba(25, 53, 66, 0.6);
    background-color: rgb(230, 230, 230);
    padding: 10px;
}

/* #bouton-ajout-formation {
    background-color: rgb(170, 235, 168);
    background-image: linear-gradient(180deg, rgba(227, 250, 200, 0.897), rgba(255, 255, 255, 0));
    border-radius: 5px;
    padding: 5px;
    margin-top: 10px;
    box-shadow: 1px 1px 2px rgba(25, 53, 66, 0.6);
    color: rgb(88, 88, 88);
    width: 150px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.897), rgba(255, 255, 255, 0));
    transition: background-color .4s;
}

#bouton-ajout-formation:hover {
    background-color: rgb(73, 190, 69);
    width: 150px;
    box-shadow: 1px 1px 2px rgba(25, 53, 66, 0.6);
}

#bouton-ajout-formation a {
    color: rgb(88, 88, 88);
    text-decoration: none;
} */