body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
}

.main-background {
    min-height: 100%;
    padding-bottom: 20px;
}

.menu-image {
    display: block;
    margin: 20px auto; /* Center the image and add margin at the bottom */
    width: 70%; /* Ensure all images are the same width */
    max-width: 500px; /* Maximum width to ensure uniformity */
    height: auto;
    object-fit: contain;
}

.page-footer {
    padding: 20px 0;
    background-color: #1C6E84;
    color: white;
    text-align: center;
}

.phone-number, .social-link {
    color: #FBCB89;
    font-weight: bold;
}

.page-footer .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.page-footer .container .row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.page-footer .container .col {
    flex: 1;
    max-width: 25%;
    margin: 0 10px;
    text-align: left;
}

.map-container {
    text-align: left;
    margin: 0 auto;
}

.map-container h5 {
    text-align: left;
}

.map-container iframe {
    display: inline-block;
    width: 100%;
    max-width: 250px;
    height: 200px;
    border: 0;
    margin: 0 auto;
}



.carte-nav {
    background-color: #1C6E84; /* Ajustez la couleur selon vos besoins */
    height: 80px; /* Ajustez la hauteur selon vos besoins */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.carte-nav .brand-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0%;
}

.carte-nav .brand-logo img {
    max-height: 80px; /* Ajustez la hauteur du logo selon vos besoins */
    width: auto;
}

@media (max-width: 700px) {
    .page-footer .container .row {
        flex-direction: column;
        align-items: center;
    }

    .page-footer .container .col {
        max-width: 100%;
        width: 100%;
        margin: 10px 0;
        text-align: center;
    }
    .map-container {
        text-align: center;
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    .page-footer .container .col {
        max-width: 100%;
        margin: 10px 0;
        text-align: center;
    }

    .map-container iframe {
        max-width: 90%;
    }

    .concept-item {
        flex-direction: column;
    }

    .concept-description {
        text-align: center;
        max-width: 90%;
        margin: 10px 0 0 0;
    }

    .concept-image {
        margin: 0 0 10px 0;
        max-width: 90%;
    }
}
