html {
    width: 100%
}

body {
    font-family: Calibri, sans-serif;
    font-size: 14px;
    color: #212121;
    background: #FFFFFF;
    width: 98%;
}

.textFooter{
    text-align: center;
    color: #036b9f;
    margin: 0.7%;
}

.versionFormat{
    float:right;
    font-size: 12px;
    color: #036b9f;
}

.titlePagePL{
    color: #003eff;
    text-decoration: underline;
    text-align: center;
}

.updatePage {
    color: #003eff;
    text-align: center;
}

.shift {
    margin-left: 10%;
}

.header {
    text-align: center;
}

.footer {
    width: 60%;
    margin-left: 20%;
}

.formatFooter{
    border: 1px solid #5e90a6;
    padding: 0.8%;
    background-color: #FFF;
}

.titleFooter{
    color: #1b6d85;
    margin-bottom: 0.7%;
    text-align: center;
}

.formatTitleFooter{
    text-align: left;
    margin: 0.7%;
    display: inline-block;
    width: available;
}

.blueColor {
    color: #003eff;
}

.blueAndUnderLine{
    color: #003eff;
    text-decoration: underline;
}

.format {
    margin-left: 2%;
}

.sousTitre {
    font-size: 16px;
    color:#003eff;
    text-decoration: underline;
    font-weight: bold;
}

.sousTitre2{
    font-size: 15px;
    color:#003eff;
}

.marge{
    margin-left: 10px;
}

.cadreTitre{
    width: 70%;
    border: #003eff solid;
    padding: 10px;
    text-align: center;
    margin-left: 15%;
}

.sousTitre3{
    text-decoration: underline;
    font-size: 15px;
}

table, th, td {
    border: 1px solid black;
    /*
    width: 50%;
    */
    text-align: center;
}

.tableArticle{
    text-align: left;
    border:1px #4d4d4d;
    border-collapse: collapse;
    padding : 15px;
}

.tableArticle td{
   padding:5px;
}


.sort{
    background-color: #009ee0;
    color:#FFFFFF;
    width: 25%;
    padding:10px;

}


a{
    text-decoration: none;
    color: #009ee0;
}

ul .adresse {
    list-style: none;
    display:inline-block;
    vertical-align: middle;
    padding:5px;
}

ul .adresse li::before{
    content:'';

}


ul{
    list-style-type:none;
    padding: 0;
    margin: 0;
}

li::before{
    content:'\2022';
    padding-right: 8px;
    color: #143cc8;
}