.navbar-primary {
    /*background-color: #f5f5f5;*/
    background-color: #343a40;
    /*bottom: 0px;*/
    left: 0px;
    position: fixed;
    /*top: 7.5%;*/
    width: 12%;
    height: 100%;
    z-index: 8;
    /*overflow: hidden;*/
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.navbar-primary-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

th {
    font-size: 15px;
}

.tr-border {
    border-style: solid;
    border-width: 3px;
    border-color: darkblue;

    border-right: none;
    border-left: none;
}

.font-sala {
    font-family: "Times New Roman";
}

.text-block-1 {
    position: absolute;
    top: 10px;
    right: 35px;
    background-color: white;
    color: black;
    padding-left: 20px;
    padding-right: 20px;

    border-style: solid;
    border-width: 3px;
    border-color: darkblue;
}

.text-block-2 {
    position: absolute;
    top: 10px;
    right: 35px;
    background-color: white;
    color: black;
    padding-left: 20px;
    padding-right: 20px;

    border-style: solid;
    border-width: 3px;
    border-color: darkblue;
}

.text-block-3 {
    position: absolute;
    top: 10px;
    right: 35px;
    background-color: white;
    color: black;
    padding-left: 20px;
    padding-right: 20px;

    border-style: solid;
    border-width: 3px;
    border-color: darkblue;
}

.main {
    margin-top: 55px;
}

.img {
    width: 95%;
    padding-top: 40px;
    padding-bottom: 35px;
}

.border-5 {
    border-right-style: solid;
    border-right-color: cornflowerblue;
    border-right-width: 5px !important;
}

.div-principale {
    padding-left: 150px;
}

footer {
    padding-left: 150px;
}

@media (max-width: 60rem) {
    .main {
        padding-top: 150px;
    }

    .navbar-primary {
        height: 150px;
        width: 100%;
    }

    .border-top-navbar {
        border-top-style: solid;
        border-top-color: white;
        border-top-width: 2px !important;
    }
}

@media (max-width: 62rem) {
    .border-5 {
        border-right-style: hidden;
        border-right-width: 0px;

        border-bottom-style: solid;
        border-bottom-color: cornflowerblue;
        border-bottom-width: 5px !important;
    }

    .img {
        width: 90%;
    }

    .div-principale {
        padding-left: 0;
    }

    footer {
        padding-left: 0;
    }
}