body {
     padding-bottom: 0; /* no bottom padding, footer should be bottom aligned */
     padding-top: 60px;/* now is redefine in JS to fit any title length */
     flex-direction: column; /* article, then footer */
     display: flex; /* flex, to extend the content to full size */
     min-height: 100vh; /* full height, to bottom-align footer */
}
body > article {
    flex: 1; /* the main article should use as much space as possible */
}
/* Mise en forme des mentions légales */
table.protection{text-align:left;font-size:70%;line-height:1.1em;}
table.protection p{
    font-size:90%;
	color:#444444;
    line-height:1.6em;

} 
/* FIN Mise en forme des mentions légales */
a {color:#e74c3c;}
/* Bandeau supérieur en gris */
.navbar-collapse {background-color:#f8f6f8;}
.navbar-fixed-top {background-color:#f8f6f8;}
.navbar-default .navbar-nav>li>a {color:#000000;}