@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@10..48,800&family=Diplomata+SC&display=swap');

table,
th,
td {
    border-radius: 1px solid gray;
    height: 5px;
    width: 100%;
    text-align: left;
}

.body {
    background-color: #004439;
}

.titre {
    text-transform: uppercase;
}

.t_titre {
    text-transform: uppercase;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 1.5rem;
}

.t_titre_2 {
    text-transform: uppercase;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 1.5rem;
    color: aliceblue;
}

.s_titre {
    font-size: 12px;
    color: gray;
    text-transform: lowercase;
    font-family: 'Bricolage Grotesque', sans-serif;

}

.price {
    float: right;
    margin: auto;
    padding: 1.5px;
    font-weight: bold;
}

.price_supp {
    margin: auto;
    padding: 1.5px;
    font-weight: bold;
    font-size: 12px;
    color: rgb(83, 82, 82);
}

.text_centre {
    text-align: center;
}

.entiere {
    background-color: aliceblue;
    padding: .5rem;
    border-radius: 10px;
}

.carte {
    background-color: aliceblue;
    padding: .5rem;
    border-radius: 10px;
    border: 2px solid rgb(255, 251, 0);
}

.logo_Wilaya {
    background-color: aliceblue;
    padding: 1rem;
    border-radius: 10px;
}

.center_404 {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}