/*****************************
****** Mentions légales ******
*****************************/
.narrow-box { padding-top: 80px; }


/* Responsive Tablette */
@media only screen and (max-width: 960px) {
	.hero {
		height: 340px;
		background: url('https://static.societegenerale.fr/ent/ENT/EIE2015/_assets/images/mentions-legales/hero-mentions-legales-smart.jpg') no-repeat center top;
	}
	.hero img { display: none; }
	.hero__content h1 {
        top: initial;
        max-width: 100%;
        width: 100%;
        text-align: center;
        background: url('https://static.societegenerale.fr/ent/ENT/EIE2015/_assets/images/background-opacity-hero.png') repeat;
        padding: 30px 0 44px;
        margin: 0;
        position: absolute;
        bottom: 0;
        left: initial;
    }
}

/* Responsive Smartphone */
@media only screen and (max-width: 640px) {
    body { font-size: 0.9em; }
    .hero { background: url('https://static.societegenerale.fr/ent/ENT/EIE2015/_assets/images/mentions-legales/hero-mentions-legales-smart-640.jpg') no-repeat center top; }
}
@media only screen and (max-width: 480px) {
	.hr-red { width: 18%; }
}