.header_pages {
    height: 100px !important;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white; /* Assurez-vous que le fond est visible */
    z-index: 1000; /* Assurez-vous qu'il est au-dessus des autres éléments */
    
}

body {
    padding-top: 100px; /* Ajoutez un padding-top pour éviter que le contenu soit caché derrière le header */
    font-family: 'Montserrat';

}


.menu {
    
    position: sticky;
    top:0;
    width: 100%;
    height: 100px;
    padding-top: 0px;
    background-color: white;
    z-index: 1000; /* Assurez-vous qu'il reste au-dessus des autres éléments */
    display: flex;
}

.menu ul{
    padding-right: 30px;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-left: auto; /* Pousse le bloc ul vers la gauche */
    font-size: 18px;
    font-weight: 700;

}
.menu li{
    display: inline-block;
    font-weight: 700;
    line-height: 1.1rem;
    text-align: center;
    list-style: none;
    font-family: 'Montserrat';
    padding-left: 40px;
}

.lien{
    
    text-decoration: none;
    color: inherit;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    font-family: 'Montserrat'; /* Ajout de la police Montserrat */
}

.icon {
    float: right;
    position: absolute;
    top: 15px;
    right: 15px;  
}

.logo {
    width: 308px;
    height: 79px;
    position: absolute;
    left: 20px;
    top: 20px;
    text-decoration: none;
    z-index: 2000;
}


/* pour la bannière */
.banner {
    width: 100%;
    min-height: 635px;
    background: url('/assets/img/img001.jpg') no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 50px 0;
}

.banner-stores{
    width: 100%;
    min-height: 635px;
    background: url('/assets/img/img002.jpg') no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 50px 0;
}

.banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0002a5;
    opacity: 0.3;
    z-index: 1;
}

.banner-stores::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0002a5;
    opacity: 0.3;
    z-index: 1;
}

.banner-content {
    background-color: rgba(0,2,165,.65)!important;
    min-width: 1090px;
    max-width: 1090px;
    padding: 40px;
    text-align: center;
    color: white;
    z-index: 2;
}

 

.banner-content p {
    height: 25px;
    margin: 10px 0;
    font-size: 16px;
    font-weight: 700;
}

.banner-content button {
    background-color: transparent; /* Fond transparent */
    color: white;
    border: 2px solid white; /* Bordure blanche */
    border-radius: 5px; /* Coins arrondis */
    padding: 20px 50px;
    font-size: 1em;
    cursor: pointer;
    margin-top: 20px;
}

.banner-content button:hover {
    .banner-content button:hover {
        background-color: rgba(255, 255, 255, 0.1); /* Légère couleur de fond au survol */
        border-color: #0056b3; /* Changement de couleur de bordure au survol */
    }
}


.banner-bottom {
    width: 100%;
    min-height: 420px;
    background: url('/assets/img/img002.jpg') no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 50px 0;
}

.banner-bottom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.58;
    z-index: 1;
}

.banner-content-bottom {
    background-color: transparent;
    max-width: 1090px;
    padding: 40px;
    text-align: center;
    color: white !important;
    z-index: 2;
}

.banner-content-bottom button {
    background-color: transparent; /* Fond transparent */
    color: white;
    border: 2px solid white; /* Bordure blanche */
    border-radius: 5px; /* Coins arrondis */
    padding: 20px 50px;
    font-size: 1em;
    cursor: pointer;
    margin-top: 20px;
}

.banner-content-bottom button:hover {
    .banner-content button:hover {
        background-color: rgba(255, 255, 255, 0.1); /* Légère couleur de fond au survol */
        border-color: #0056b3; /* Changement de couleur de bordure au survol */
    }
}


.row {
    max-width: 1140px;
    margin: 0 auto; /* Centre la div */
    display: flex;
    flex-wrap: wrap; /* Permet aux éléments de se répartir sur plusieurs lignes si nécessaire */
    padding-top: 80px;
    padding-bottom: 80px;
}

.row p {
    text-align: center;
    line-height: 1.7;
}

.row h1 {
    font-family: 'Exo';
    color: #0002a5;
    margin-left: auto;
    margin-right: auto;
}

.row-gray {
    background-color: #e3e5f1;
    width: 100%;
    margin: 0 auto; /* Centre la div */
    display: flex;
    flex-wrap: wrap; /* Permet aux éléments de se répartir sur plusieurs lignes si nécessaire */
    padding-bottom: 20px;

}

.row-gray p {
    text-align: center;
    line-height: 1.7;
    margin-left: auto;
    margin-right: auto;
}

.row-gray h1 {
    font-family: 'Exo';
    color: #0002a5;
    margin-left: auto;
    margin-right: auto;
}



.separation{
    width: 100%;
    height: 130px;
    padding-top: 80px;
    padding-bottom: 80px;

    background-color:  #0002a5;

    
}

.separation .block-column{
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-around; /* Espace égal entre les colonnes */
    align-items: center; /* Centre verticalement les colonnes */
}

.separation .column {
    text-align: center;
    color: white;
}

.separation .column img {
    width: 50px; /* Ajustez la taille de l'icône selon vos besoins */
    height: 50px; /* Ajustez la taille de l'icône selon vos besoins */
    margin-bottom: 10px;
}

.separation .column h3 {
    margin: 0;
    font-size: 1.2em;
}

.icone{
    fill: white;
    width: 80px;
    max-height: 80px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}



.block-4colonnes {
    width: 100%;
    min-height: 200px;
    padding-top: 80px;
    padding-bottom: 80px;

    background-color: white;
    margin-bottom: 70px;

    
}



.block-4colonnes .block-column{
    max-width: 1140px;
    min-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-around; /* Espace égal entre les colonnes */
    align-items: center; /* Centre verticalement les colonnes */
}

#gray{
    background-color: #e3e5f1;
}
.img-colonne {
    text-align: center;
    color: #0002a5;
    padding: 20px;
}

.column a {
    text-decoration: none;
    color: #0002a5;
    font-size: 16px;
    font-weight: 700;
    display: block;
    text-align: center;

}

.column a:hover {
    color: #0056b3;
}

.column h1{
        font-family: 'Exo';
        font-size: 2.5em;
        font-weight: 700;
        margin: 0;
        padding: 0;
        color: #0002a5;
    }

.column p{
    line-height: 1.7;
}

.footer {
    background-color: #000163;
    color: white;
    padding: 20px 0;
    text-align: left;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px 0;
}

.footer-col {
    flex: 1;
    min-width: 200px;
    margin: 10px;
}

.footer-title {
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
}

.footer-link {
    color: #a7a7a7;
    text-decoration: none;
    font-weight: bold;
}

.footer-link:hover {
    color: white;
}

.open-hours {
    text-align: left;
    margin: 0 auto;
}

.open-hours-item {
    margin-bottom: 10px;
}

.open-hours-item dt {
    font-weight: bold;
}

.open-hours-item dd {
    margin: 0;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.social-icon {
    color: white;
    font-size: 24px;
    text-decoration: none;
}

.social-icon:hover {
    color: #a7a7a7;
}


table {
    min-width: 1140px;
    border-collapse: collapse;
    margin-bottom: 20px;
}

td {
    padding: 8px;
    text-align: Left;
    margin-left: auto;
    margin-right: auto;

}

.icon-vu {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="Blue"><path d="M9 16.2l-3.5-3.5L4 14.2l5 5 12-12-1.5-1.5L9 16.2z"/></svg>') no-repeat center center;
    background-size: contain;
    margin-right: 5px;
    vertical-align: middle;

}


.gallery {
    width: 100%;
    margin-top: 20px;
}

.gallery-row {
    display: flex;
    justify-content: center; /* Center the gallery items */
    margin-bottom: 5px;
    gap: 4px; /* Adjust spacing between items */
}

.gallery-item {
    width: 288px;
    height: 288px;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.gallery-item img:hover {
    transform: scale(1.1);
}

.view-more {
    text-align: center;
    margin-top: 20px;
}

.view-more button {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1em;
    cursor: pointer;
    border-radius: 5px;
}

.view-more button:hover {
    background-color: #0056b3;
}

.hidden {
    display: none;
}

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 10%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);

}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.modal-content, .close {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}


/* Navigation buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Form Styles */
#contact-form {
    max-width: 1000px;
    min-width: 500px;
    margin: 0 auto;
    padding: 20px;

    border: 1px solid #ddd;
    border-radius: 5px;

}

#contact-form .form-group {
    margin-bottom: 15px;
}

#contact-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
}

#contact-form button,
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="date"],
#contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
    color: #333;
}

#contact-form button,
#contact-form input[type="text"]:focus,
#contact-form input[type="email"]:focus,
#contact-form input[type="tel"]:focus,
#contact-form input[type="date"]:focus,
#contact-form textarea:focus {
    border-color: #007BFF;
    outline: none;
}

#contact-form textarea {
    height: 150px;
    resize: vertical;
}

#contact-form .checkbox-group {
    display: flex;
    gap: 10px;
}

#contact-form .checkbox-group label {
    display: flex;
    align-items: center;
    font-weight: normal;
}

#contact-form .checkbox-group input[type="checkbox"] {
    margin-right: 5px;
}

#contact-form .g-recaptcha {
    margin: 20px 0;
}

#contact-form input[type="submit"] {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

#contact-form input[type="submit"]:hover {
    background-color: #0056b3;
}

.error{
    height: calc(1.5em);
    padding: .375rem .75rem;
    width: calc(100% - 35px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    background-color: var(--container-bg-color);
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    background-color: rgb(255, 64, 64);

}

.maps{
    height: 450px;
    width: 100%;
}

.maps iframe{
    width: 100%;
    height: 100%;
    border: none;
}