.menulaterral{
    /* background-image: url("../img/tx-bk-1400.jpg") ; */
    /* position: absolute; */
    top: 0;
    height: 100vh;
    width: 100%;

    background: linear-gradient(
     rgba(255,255,255, 0.9),
     rgba(255,255,255,  0.5)
   ),url("../img/tx-bk-1400.jpg")no-repeat;
    background-size:cover;

    position: relative;
}

.background-app{
    height: 130vh;
    background: linear-gradient(
     rgba(255,255,255, 0.95),
     rgba(255,255,255,  0.6)
   ),url("../img/half-backgroun-app.jpg")no-repeat;
    background-size:cover;
}

.menulaterral span{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

@media only screen and (max-width: 1024px) {
    .menulaterral {
        display: none;
    }
}

.enteteln{
    background-color: rgb(2, 31, 98);
    height: 10%;
}


.tractlux-bkg {
    background-image: url("../img/Fotolia_119602105_Subscription_XXL-web-1400.jpg");
    position: absolute;
    top: 0;
    /* height: calc(100% - 100px); */
    height: 100%;
    width: 100%;
}

.tractlux-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,0.6);
}

.containerlogin{
    margin-top: 5%;
}

.logo-connexion {
    display: block;
    height: 60px;
    margin: 30px auto 60px auto;
}

.w-5{
    display: none
}

.left {
    float: left;
    text-align: left;
}

.right {
    float: right;
    text-align: right;
}

/* Style du tableau des documents*/
table.table-hover td:nth-child(1) { width: 29%; }
table.table-hover td:nth-child(2) { width: 17%; }
table.table-hover td:nth-child(3) { width: 17%; }
table.table-hover td:nth-child(4) { width: 29%; }
table.table-hover td:nth-child(5) { width: 8%; }

table.table-hover a:visited {
    color:orange;
}


body {
    margin-bottom: 50px; /* marge inférieure du contenu */
}

/* #footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #333;
    color: white;
    text-align: center;
    margin-top: 10px;
  } */


  #footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    background-color: rgb(2, 31, 98);
    color: white;
    text-align: center;
    margin-top: 10px; /* marge supérieure de la barre */
    z-index: 4;
  }

#div-loading-gif {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255,255,255,0.5);
    display: none;
}

#loading-gif {
    margin: 200px auto 0 auto;
    width: 220px;
    height: 220px;
}

.text-white {
    color: white;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.red {
    color: red;
}

.green {
    color: green;
}

.float-right {
  float: right;
}