/*
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 : 7 déc. 2018, 10:04:36
    Author     : Lea
*/

div#mention {
    width: 51%;
    margin-left: auto;
    margin-right: auto;
    background: white;
    padding: 5%;
}
div#charte-wrapper {
    background:#3E6C95;
}
.container-fluid.text-center {
    background: #EA6239;
    text-align: center;
    width: 28%;
    padding: 1%;
    color: white;
}
.container-fluid.text-center a {
    
    color: white;
}

h1,h2,h3,h4,a{
    color: #3E6C95;
}