body {
    margin: 0;
}

h1 {
    margin-block-start: 0;
    font-family: 'Harabara';
    text-align: center;
    background-color: #007E95;
    padding: 50px;
    color: white;
}

.nomEntreprise {
    font-family: 'PetitaBold';
}

#search-input {
    text-align: center;
    width: 100%;
}

label {
    font-family: 'Harabara';
    background-color: #68BDB9;
    color: white;
    padding: 20px;
    margin-top: 50px;
    border-radius: 20px;
}

table, td {
    border: 1px solid;
    border-collapse: collapse;
}

.table-content {
    font-family: 'PetitaLight';
    padding: 5px;
}

tr, td { 
    padding: 5px;
}

.table-header {
    color: white; background-color: #007E95; text-align: center; font-family: 'PetitaBold'; padding: 5px;
}

#map {
    height: 550px;
    border-radius: 25px;
}

.footer-container {
    margin-top: 25px;
    padding-bottom: 25px;
    display: flex;
    text-align: center;
    background-color: #007E95;
}

.footer-container img {
    padding-top: 10%;
}

.footer-children {
    flex: 1;
    color: white;
}

.footer-children a, .footer-children p {
    text-decoration: none;
    color: white;
    font-family: 'PetitaLight';
}

h3 {
    text-align: center;
    font-family: 'Harabara';
}

.index-container {
    display: flex;
}

.index-children {
    flex: 1;
}

.button-container {
    display: flex;
    align-items: center;
    height: 100px;
}

.button-children {
    flex: 1;
}

.button-children button {
    background-color: #68BDB9;
    color: white;
    font-family: 'PetitaBold';
    padding: 25px;
    border-radius: 25px;
}

.button-children a {
    text-decoration: none;
    text-decoration-line: none;
}