/** CSS FOOTER SITE
 *  @author Sébastien Huguet <s.huguet@lyon.ort.asso.fr>
 *  Création :  21/03/2020
 */

.footer {
  background-color: #D5D6DF;
  color: #283E44;
  text-align: center;
  font-size: 15px;
  padding: 15px;
  width: 100%;
  margin: 0 0 0 0; 
  margin-bottom: 40px;
  margin-top: 40px;
}