.bandrole{
    /* Location of the image */
    background-image: url("../../img/banner.jpg");
      
    /* Background image is centered vertically and horizontally at all times */
    background-position: center center;
    
    /* Background image doesn't tile */
    background-repeat: no-repeat;
    
    /* Background image is fixed in the viewport so that it doesn't move when 
       the content's height is greater than the image's height */
    background-attachment: fixed;
    
    /* This is what makes the background image rescale based
       on the container's size */
    background-size: cover;
    
    /* Set a background color that will be displayed
       while the background image is loading */
    
    
    
    text-align: center;
    
    
    /*height: 200px;*/
    }
    
    .titre_how{
        /*padding-top: 75px;*/
        color: white;
        width: auto;
       
    }
    
a{
    color: #0D7EFF;
    text-decoration: none;
}

    .titre_bandrol{
        text-shadow: 2px 2px #2e2929;
        font-size: 100px;
    }
    h1{
        text-shadow: 2px 2px #2e2929;
        font-size: 60px;
    }
    
    
    .row{
        text-align: center;
    }
    
    .hr_loc{
        width: 300px;
        height: 10px;
        height:1px;border:none;color:#333;background-color:#333;
    }
    
    .hr_ag{
        width: 500px;
        height: 10px;
        height:1px;border:none;color:#333;background-color:#333;
    }