#info{
    background-color: #4A2C70;
    color: white;
    text-align: center;
    padding: 20px; 
}

#boutique{
    display: flex;
    justify-content: space-around;
    text-align: justify;
    margin-bottom: 50px;
}

#boutique p {
    max-width: 30vw;
}
#boutique img{
    width: 50vw;
   }

.appel{
    color: white;
    background-color: rgba(0,0,0,0);
    border: 3px solid white;
    font-weight: bold;
    padding: 20px;
}


/*Format téléphone */
@media(max-width: 768px){
    #info {
        width: 100% !important;
    }
   #boutique{
    flex-direction: column;
    align-items: center;
    width: 100% !important;
    text-align: center;
   }

   #info h1 {
    font-size: 30px !important;
   }

   #boutique p, #boutique a, #boutique h3{
    padding-top: 35px;
    text-align: center;
    max-width: 57vw;
   }
   #boutique img{
    width: 50vw;
   }

   iframe{
    width: 60vw !important;
   }
}