/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21 févr. 2022, 17:38:35
    Author     : Paul
*/

.dv_footer {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #ede8e8;
    color: #223d6f;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
}