
.indication1, .indication2
{
    padding:10px;
    background-color:#082D54;
    color: white;
    border-radius: 5px;
}
.indication1 img, .indication2 img
{
    width: 100%;
}
.indication1 h5, .indication1 h6, .indication2 h5, .indication2 h6, .indication1 a, .indication2 a
{
    color: white;
    margin: 0;
}
.price-installer
{
    color: #FF8400;
    font-size: 20px;
}
.indication2 {
    display: flex; /* Utilisez Flexbox */
    align-items: center; /* Alignez verticalement les éléments au centre */
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.indication2 > div:first-child {
    margin-right: 20px; /* Espace entre l'image et le contenu */
}
.indication2 img
{
    height: 100%;
}
.indication2 label, .indication2 input
{
    color: white;
}
.installer-yes
{
    margin-bottom: 0;
}
#expliquation
{
    margin: 0;
    margin-bottom: 5px;
    font-size: 12px;
}


.red{
    background-color: red;
}
