/* GENERAL */

html {
    scrollbar-width: thin;
    scrollbar-color: grey white;
}

div::-webkit-scrollbar {
    width: 6px;
    background-color: white;
}

div {
    scrollbar-width: thin;
}

body {
    background-color: whitesmoke !important;
}

*:not(input) {
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}

p {
    margin: 0;
    /*word-break: break-all;*/
}

td {
    vertical-align: middle !important;
    text-align: center;
}

thead tr td {
    color: white;
}

h1 {
    text-align: center;
}

.content_page {
    transition: 0.4s;
}

.page {
    /*overflow-x: hidden;*/
}

/* GESTION DES BOUTONS */

.gopage {
    width: 25px;
    height: 50px;
    position: fixed;
    left: 7px;
    bottom: 25px;
    display: flex;
    flex-direction: column;
}

.gopage img {
    width: 25px;
    height: 25px;
}

.btn_valid, .btn_select {
    color: white !important;
}

.btn_invalid, .btn_unselect {
    color: white !important;
    background: #2f2f2f;
}

.goup img {
    width: 30px;
    height: 30px;
}

/* BARRE TYPE DE DONNEES */

#typeDatas {
    margin: 10px;
    /*margin-top: 82px !important;*/
    min-height: 40px;
}

.stickydatatype {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -143px;
    border-radius: 3px 3px 0 0 !important;
    overflow: hidden;
}

.stickydatatype a {
    padding: 0 10px 0 10px !important;
    border-radius: unset !important;
}

.btypedatas {
    z-index: 10000;
}

.second_menu {
    margin-left: 15px;
    margin-top: 10px;
}

/* BANDEAU */

/*.fixedBandeau {
    z-index: 20000;
    position: fixed;
    top: 0;
    width: 100%;
    height: 71px;
    padding: 0;
}

.fixedBandeau h1 {
    margin: 12px 10px !important;
    vertical-align: middle;
}

.bandeaunav {
    display: flex;
    justify-content: space-between;
}

.deconnexion {
    margin-right: 22px;
    margin-left: 200px;
}

#navigation {
    display: flex;
    justify-content: space-between;
}

.naviguer a {
    margin-right: 20px;
}

.feedback_notif {
    margin-right: 0 !important;
}

.colorlinkb a {
    color: black;
}

.colorlinkw a {
    color: whitesmoke;
}

.unread_number {
    color: whitesmoke;
    width: 10px;
    height: 10px;
    background: #990000;
    border-radius: 50%;
}*/

.page_label a {
    margin-left: 20px;
    text-transform: capitalize;
    font-size: 25px;
    color: white !important;
    text-decoration: none !important;
}

/* BLOCK ADD COM */

.addcommentaire {
    height: 120px;
    width: 220px;
    background: linear-gradient(90deg, black 50%, transparent 50%), linear-gradient(90deg, black 50%, transparent 50%), linear-gradient(0deg, black 50%, transparent 50%), linear-gradient(0deg, black 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
    background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
    padding: 10px;
    animation: border-dance 4s infinite linear;
    margin-bottom: 20px !important;
}

@keyframes border-dance {
    0% {
        background-position: 0px 0px, 300px 116px, 0px 150px, 216px 0px;
    }
    100% {
        background-position: 300px 0px, 0px 116px, 0px 0px, 216px 150px;
    }
}

.addcommentaire img {
    width: 50px;
    height: 50px;
    margin-top: 25px !important;
}

#seenmaj {
    margin: auto;
    display: inherit;
}

.content_date_maj {
    float: right;
}

#contentmaj {
    margin-bottom: 20px;
}

.content_date_alert {
    margin-bottom: 10px;
}

.btn_alertseen {
    display: block;
    margin: auto;
}

#referenceoutils {
    color: grey;
    position: fixed;
    bottom: 0;
    left: 0;
}

.content_commentary {
    color: yellow !important;
}

.btn_feedback, .btn_add {
    width: 100px;
    cursor: pointer;
    height: 24px !important;
    border-radius: 0;
    background-color: grey;
    color: white;
    padding: 0 10px;
    z-index: 1000;
}

.btn_add2 {
    position: fixed;
    right: 120px;
    bottom: 8px;
    color: white;
}

.btn_add2 i {
    transform: scale(1.8);
    line-height: 1px;
}

.btn_add2:hover {
    color: white;
}

.btn_feedback:hover {
    color: white;
}

.content_button {
    position: fixed;
    right: 100px;
    bottom: 0;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.content_choice {
    display: flex;
    justify-content: space-around;
}

.is_push {
    cursor: not-allowed !important;
    color: grey !important;
}

.is_push:hover {
    background-color: #2f2f2f !important;
}

#accordion {
    margin: 0 36px;
}

/* Groupement des classe possédant les même propriété */

