* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #31576a;
    ;
    color: white;
}

.content {
    padding: 20px;
}

.accueil {
    margin-top: 40px;
}

a {
    color: #fff3cd;
}

a:hover,
.ajax:hover {
    color: #31526a;
}

table {
    color: white;
}

.fixed-table-container tbody .selected td {
    background-color: #404040;
}

header {
    height: 90px;
    background-color: #31526a;
    ;
}

.bg-dark {
    background-color: #31526a !important;
}

.hidden-sm-down {
    padding-left: 7px;
}

input[disabled]+span {
    opacity: 0.3;
}

.pagination-info {
    color: white;
}

.page-item.active .page-link {
    background-color: #353535;
    border-color: #353535;
}

.page-link {
    color: black;
    border: 1px solid #353535;
}

.form-control {
    margin-top: 10px;
}

.btn-secondary {
    background-color: #31526a;
    border-color: #fff !important;
}

.form_title {
    margin-top: 30px;
    color: wheat;
    font-size: 20px;
    text-shadow: 1px 1px burlywood;
    font-style: italic;
}

.list-title {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    margin-top: 30px;
    background-color: #fff3cd;
    text-align: center;
    font-size: 20px;
    color: #31576a;
    border-color: #fff;
}

.list-title p {
    margin: 0;
    font-weight: bold;

}


/*Menue*/

#menu {
    color: white;
    padding-left: 7px;
    font-size: 20px;
}

#sub {
    font-size: 15px;
    padding-left: 7px;
    color: white;
}

.btn {
    margin: 10px 1px;
}

.btn a {
    color: inherit;
}

.btn a:hover {
    color: inherit;
    text-decoration: none;
}

table a {
    display: inline-block;
    color: #fff3cd;
    font-family: arial, sans-serif;
    font-size: 16px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.0);
}

table a:hover {
    color: #31526a;
}



h1 {
    font-style: italic;
}

.img_header {
    vertical-align: middle;
    border-style: none;
    max-height: 50%;
    border-radius: 10px;
    height: 100px;
    margin: 0 0 15px 15px;
}

.img_titre {
    border-style: none;
    width: 80%;
}

.row-stagiaire {
    display: flex;
    margin-left: 70px;
    align-items: center;
}

/* .col-small {
    flex: 0 0 12%;
    max-width: 12%;
}

.small-div {
    padding-right: 5px;
}

.col-grand {
    flex: 0 0 35%;
    max-width: 35%;
    padding-left: 5px;
} */

.ajax {
    background: #31576a;
    border: none;
    color: #fff3cd;
}



/* Dropdown Button */
.dropbtn {
    background-color: #31576a;
    color: #fff3cd;
    padding: 5px;
    font-size: 16px;
    border: none;
    margin: 2px;
}

.dropbtn a {
    color: #fff3cd;
    text-decoration: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #fff3cd;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    background-color: #31576a;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #31526a;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #31526a;
}

.navbar-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.logo {
    float: right;
    position: absolute;
    right: 20px;
    top: 20px;
}

.navbar {
    position: absolute;
    float: left;
    top: 0px;

}

.content {
    margin-top: 120px;
}

.logo {
    display: inline-block;
    padding-top: 10px;
}

.form-control {
    background-color: #fff3cd;
}

a.dropbtn:hover {
    color: #fff3cd;
}

.student-info,
.student-trainning,
.actions {
    flex: 0 0 100%;
    max-width: 100%;
}

.student-trainning {
    padding-top: 20px;
}

.actions {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.actions>a {
    padding-left: 20px;
}



@media screen and (min-width: 500px) {
    .navbar-menu {
        display: inline-block;

    }

    .navbar {
        position: absolute;
        float: left;
        top: 75px;

    }

    .student-info {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }


    .student-trainning {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        padding-top: 34px;
    }

    .actions {
        display: block;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
        padding-top: 34px;
    }

    .actions>a {
        padding-left: 0;
    }
}