html, body{	
    height: 100%; 
    margin: 0; 
    padding: 0;
    font-family: 'Arial',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 400;
    line-height: 1.7;
}
.header{
    background-color: #fff;
    height: 80px;
    position: fixed;
    display: flex;
    width: 100%;
}
.header a {
    margin:auto;
}
.header a .logo-header{
    margin: auto;
    max-height: 50px;
}
.bandeau-header {
    margin-top: 80px;
    background: linear-gradient(#bf0000, #00007f);
    min-height: 300px;
    display:flex;
    font-size:14px;
}
.bandeau-header div{
    margin:auto;
}
.breadcrumb, .breadcrumb a, .breadcrumb a:hover{
    color: #fff!important;
    font-size: 18px !important;
    text-decoration:none;
}
.breadcrumb{
    width: 80%;
    margin:auto;
    display: block;
    padding-bottom:20px;
}
body {
    display : table;
    width: 100%;
}
h1{
    margin:auto;
    color:#fff;
    font-family: 'Arial Black';
    text-transform: uppercase;
    line-height: 1em;
    width: 80%;
    font-size: 2.8vw;
}
.container{
    padding-top: 40px;
    padding-bottom: 60px;
    width: 80%;
    max-width: 1080px;
    margin:auto;
    display: table;
}
h2{
    font-family: 'Arial Black';
    color: #003375 !important;
    font-weight: bolder;
    text-transform: uppercase;
}
p, a{
    color: #003375 !important;
}
a:hover{
    color: rgba(0,51,117,0.5)!important;
}
footer{
    background-color:#f6f6f6;
    width: 100%;
    position:relative;
    display : table-row;
}
.container-footer{
    width: 80%;
    max-width: 1200px;
    margin: auto;
    padding: 50px 20px 50px 20px;
    text-align: center;
}
.col {
    float: left;
    width: 29.67%;
    margin-left: 1.5%;
    margin-right: 1.5%;
     min-height: 150px;
}
.col-1, .col-2{
    border-right: 1px solid #000;
}
.col p, .col a{
    color: #596b83!important;
    font-size: 18px!important;
    line-height: 1.7em!important;
    margin: 0;
    text-decoration:none;
}
.logo-footer{
    max-width: 200px;
}
.img-rs{
    vertical-align: middle;
border-style: none;
}
.col-3 a{
    padding-top: 20px;
    display: block;
}
.list-brand{
    padding:0;
}
.list-brand a{
    display: flex;
    margin:1%;
    float: left;
    width: 19%;
    text-transform: uppercase;
    background-color: #b41432;
    padding: 1%;
    text-align: center;
    min-height: 80px;
    text-decoration:none;
    list-style: none;
    color:#fff!important;
}
.list-brand a:hover{
    background-color: rgb(180 20 50 / 70%);
}
.list-brand a p{
    margin:auto;
    color:#fff!important;
}
img.retour {
   margin-left: 10%;
}

@media screen and (max-width: 980px) {
    h1{
        font-size: 35px;
    }
    .col {
       width: 100%;
       padding-top: 2%;
       min-height: auto;
    }
    .col-1, .col-2{
        border:none
     }
     .col-1{
        text-align: center;
        
     }
     .logo-footer{
        max-width: 250px;
     }
     .list-brand a{
        width: 46%;
        margin: 1%;
    }
}
.mentions-legales p{
    color:#000!important;
}
