
.hero {
    text-align: center;
    background: linear-gradient(to left, #0c85e4, #66b3ff);
    color: white;
    padding: 50px 20px;
}

.hero h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

.hero p {
    font-size: 18px;
    margin-bottom: 20px;
}

.tracking-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.tracking-input {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 300px;

}



.btn-suiviecolis
{
    background: #00b693;

}


/* Features Section */
.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Centre les éléments sur la première ligne */

    /*display: flex;
    justify-content: center;*/
    gap: 20px;
    padding: 40px 20px;
    background-color: #f2f4f8;

}

.feature {
    text-align: center;
    width: 220px;
    background-color: white;
    padding: 20px;
    border-radius: 8px; /* Pour des coins arrondis */
    border: 1px solid #e0e0e0; /* Couleur de la bordure */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Ombre douce */

}

.feature img {
    max-width: 50px;
    margin-bottom: 10px;
}

.feature h2 {
    font-size: 20px;
    margin-bottom: 5px;
}

.feature p {
    font-size: 16px;
    color: #666;
}

/* Footer */

span {
    font-size: 30px;
}

/*On est plus précis et c'est juste pour l'identifiant dans l'admin*/


/*Permet d'être générique sur le fait que l'on veut des input plat et non avec un profondeur*/
input,select
{
    border: 1px solid #ccc;
}
@media (max-width: 507px) {
    .tracking-input,
    .btn-suiviecolis {
        width: 100%; /* Full width when stacked */
    }
}