﻿/* v1.0 */

.divAccessibiliteContainer
{           
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #373a3c;
    background-color: #fff;
    padding:15px;    
}

.content-header
{
    margin: 10px 0;
}

.titre1
{
    font-size:40px;
    color:#c1002a;
    text-transform:uppercase;
    font-family:ms_bold,Arial,sans-serif;                       
    vertical-align: baseline;
}

.titre1 img
{
    margin-top:-6px;
    width:45px;
    height:45px;
    vertical-align: middle;
}

.titre2
{
    margin-bottom: 8px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 20px;                
    color: #c1002a;            
}
        
.titre3
{
    margin-bottom: 8px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 18px;
    border-bottom:none;    
}

.legende
{
    padding-top: 12px;
    padding-bottom: 12px;
    color: #818a91;
    text-align: left;
    caption-side: bottom;
}

.table
{
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
    border-collapse:collapse;
}
       
.table thead th
{
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef;
}

.table th, .table td
{
    padding: 12px;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}
        
.font-weight-bold
{
    font-weight: bold;
}
       
.text-uppercase
{
    text-transform: uppercase;
}    