body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #f0f0f0;
}

.header {
    position: relative;
    text-align: center;
}

.banner img {
    width: 100%;
    height: auto;
}

.logo {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 25vw;
    height: 25vw;
    max-width: 200px;
    max-height: 200px;
    border-radius: 20%;
}

.container {
    max-width: 800px;
    margin: auto;
    
    background-color: #fff;
}

.content {
    text-align: center;
    padding: 20px;
    position: relative;
}

.content h1 {
    color: #30b6c1;
    font-size: 20pt;
}


td
{
    text-align: center;
}

.content p {
    color: #666;
}

.qr-code-left {
    position: absolute;
    top: 10px;
    left: 10px;
}

#store_titre {
    color: white;
    font-weight: bold;
    font-size: 3vw;
}

#store_qrcode
{
    width:20vw;
    height: 20vw;
}

#store_playstore img, #store_appstore img
{
    width:30vw;max-width:250px
}

.stores {
    text-align: center;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #30b6c1;
}

#logo_header
{
    background-color: #30b6c1;
    text-align: center;
    height: 80px;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 20px 0;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map-container {
    height: 250px;
    width: 100%;
}

#qrcode {
    
    margin: 10px;

    width:20vw;max-width:250px
}


#label-footer
{
    color : gray;
    font-size: 12pt;
    text-align: center;
    padding:30px;

}


@media only screen and (max-width: 600px) 
{
    #store_titre {
        color: white;
        font-weight: bold;
        font-size: 15pt;
    }


   .content h1
    {
        font-size: 15pt;
    }

}
