body{
    background-color: #6D071A;
    color: white;
    
    #loading {
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0.7;
        background-color: #fff;
        z-index: 99;
    }
    
    #loading-image {
        z-index: 100;
    }
    
    #div_titre{
        margin-top: 15px;
    }
    
    #titre{
        color: white;
        font-size: 35px;
    }
    
    label{
        color : white;
    }
    
    textarea { 
        resize:none; 
    }
    
    table{
        width: 710px !important;
    }
}
