/** Shopify CDN: Minification failed

Line 31:0 Unexpected "/"

**/
/* Style pour la bannière */

.banner-top {
    background-color: #f8f9fa; /* Couleur de fond */
    padding: 10px; /* Espacement interne */
    text-align: center; /* Alignement du texte */
    margin-bottom: 20px; /* Espacement sous la bannière */
}

/* Style pour l'image dans la bannière */
.banner-top img {
    max-width: 100%; /* Assure que l'image ne dépasse pas la largeur de la bannière */
    height: auto; /* Maintient le ratio de l'image */
    margin-bottom: 10px; /* Espacement entre l'image et le texte */
}

.form-check {
    display: flex;
    align-items: center;
}

.form-check-label {
    margin-left: 5px;
}

/   .form-control, .form-check-label, p, h2 {
        font-size: 16px; /* Ajustez la taille selon vos besoins */
}

/* Augmenter la taille du texte du placeholder */
.form-control::placeholder, select, input, button {
    font-size: 16px !important; /* Ajustez la taille selon vos besoins */
}

#boutonEnvoyer {
    border-radius: 10px; /* Ajustez cette valeur pour changer la courbure */
}

/* win win css */

.winwin {
    font-family: sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background: #f4f4f4;
    color: #333;
    width: 80%;
    margin: auto;
    overflow: hidden;
}

h1 {
    font-size: 30px!important;
    margin-bottom: 30px;
}
h2.win {
    font-size: 20px!important;
    color: #388CDA!important;
}
.form1 {
    margin-top: 40px!important;
}

#aircoRouge {
   color : red;
}

#mecanikBleu {
   color : blue;
}

p {
    margin-bottom: 15px;
}

@media screen and (max-width: 700px) {
    .container {
        width: 95%;
    }
}


