#webdev{
    text-align:left;
    background-image: url('./home_hero.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    height: 90vh;
}

#webdev h1 {
    margin-top: 180px;;
}

#mobile{
    text-align:right;
    background-image: url('./appbg.png');
    background-repeat: no-repeat;
    background-size:contain;
    background-position-x: left;
    height: 200vh;
}

#mobile h1 {
    margin-top: 350px;
}

#desk{
    text-align:left;
    background-image: url('./desktopbg.png');
    background-repeat: no-repeat;
    background-size:contain;
    background-position-x: right;
    height: 140vh;
}

#desk h1 {
    margin-top: 300px;
}


#button-devis{
    border-radius: 10px;
    background-color: none;
    color: black;
    border-color: black
}
#button-devis:hover{
    top: -10px;
}
/* Style de base pour les champs de saisie */
.custom-input {
        border-radius: 10px; /* Rayon des bords personnalisé */
        border: 2px solid #ccc; /* Couleur de la bordure par défaut */
        padding: 5px;
    }

    /* Style au survol (hover) */
    .custom-input:hover {
        border-color: #37517E; /* Couleur de la bordure au survol */
    }

    /* Style lorsqu'un champ de saisie est actif (focus) */
    .custom-input:focus {
        border-color: #37517E; /* Couleur de la bordure lorsqu'il est actif */
        outline: none; /* Supprimer la mise en évidence par défaut */
    }
