.bandeau-titre{
text-align:left;
padding: 3rem 0;
background-image: url(//www.briocheatlantique.fr/wp-content/themes/briocheatlantique/css/img/pattern.svg);
background-position:center;
background-size: cover;
background-repeat: no-repeat
}
.bandeau-titre h1{
margin:0 auto;
width:90%; max-width:1200px;
color: var(--blanc);
}
.bandeau-titre h1 > span{
font-size:0.8rem; display:block;
margin-bottom:1.5rem;
font-weight:normal;
}
.bandeau-titre h1 > span a{
color: var(--blanc);
} @media screen and (min-width:1200px){ }