body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

.header {
    height: 600px;
    position: relative;
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url('imageECsite/fond.jpg'); /* Utiliser l'image de fond */
    background-size: cover; /* Assure que l'image couvre toute la section */
    background-position: center; /* Centre l'image */
    background-repeat: no-repeat; /* Ne répète pas l'image */
    background-attachment: fixed; /* Fixe l'image de fond */
}

.header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.header-content {
    position: relative;
    z-index: 2;
}

.header-content h1 {
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.section {
    padding: 50px 0;
    background-image: url('imageECsite/fond.jpg'); /* Utiliser l'image de fond */
    background-size: cover; /* Assure que l'image couvre toute la section */
    background-position: center; /* Centre l'image */
    background-repeat: no-repeat; /* Ne répète pas l'image */
    background-attachment: fixed; /* Fixe l'image de fond */
}

.nav-wrapper {
    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;
}

.nav-wrapper .brand-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80%;
}

.nav-wrapper .brand-logo img {
    max-height: 80px; /* Ajustez la hauteur du logo selon vos besoins */
    width: auto;
}

.btn {
    background-color: #1C6E84;
    margin-top: 10px;
}

.form-section {
    margin-bottom: 50px;
}

.file-path-wrapper .file-path {
    width: calc(100% - 200px);
}

textarea.materialize-textarea {
    min-height: 100px;
    overflow-y: auto;
}

.form-section img {
    max-width: 200px;
    height: auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-section button {
    display: block;
    width: 100%;
    margin-top: 20px;
}

.menu-image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.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;
}

.section .col {
    margin-bottom: 20px;
}

#concept {
    text-align: center;
    padding: 20px 0;
}

.concept-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.concept-image {
    max-width: 300px;
    height: auto;
    margin: 0 20px 0 0;
}

.concept-description {
    max-width: 400px;
    margin: 0;
    text-align: left;
}

.input-field input:focus + label,
.input-field input:valid + label,
.input-field textarea:focus + label,
.input-field textarea:valid + label {
    transform: translateY(-140%);
    font-size: 0.8rem;
    color: #26a69a;
}

.input-field input[type=text]:focus:not([readonly]) + label,
.input-field input[type=password]:focus:not([readonly]) + label {
    color: #26a69a;
}

.hide-mobile {
    display: none;
}

@media (max-width: 1001px) {
    .sidenav-trigger {
        display: block;
    }

    .nav-wrapper .brand-logo {
        display: block;
    }

    .nav-wrapper ul {
        display: none;
    }

    .page-footer .container .col {
        max-width: 50%;
        margin: 10px 0;
    }

    .nav-wrapper {
        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;
    }
    
    .nav-wrapper .brand-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 0%;
    }
    
    .nav-wrapper .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%;
    }


}
