*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'montserrat', sans-serif;
}

.boutique-header{
    margin-top: 50px;
    background-image: url("../img/magasin-modifié.jpg");
    background-size: cover;
    background-position: center;
    color: white;
    padding: 8px 0;
    font-size: 0.9rem;
    font-family: 'Segoe UI', Arial, sans-serif;
    height: 250px;
        clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    margin-bottom: 30px;
}

.boutique-header h1{
    margin-left: 100px;
    padding-top: 100px;
    font-size: 2.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}