@font-face {
    font-family: 'AgendaFont';
    src: url('../font/Agenda-Regular/agenda__.ttf') format('truetype');
    /*font-family: 'Andalus';*/
    /*src: url('../font/Andalus/2.ttf') format('truetype');*/
    font-weight: normal;
    font-style: normal;
}
* {


    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    /* text-transform: capitalize;*/
    transition: .2s linear;
}

html {
    font-size: 62.5%;
}
.required:after {
    content: " *";
    color: red;
}
section {
    padding: 2rem 9%;

}

/* header */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5rem 9%;
    z-index: 2;
}

.header .logo img {
    height: 10rem;
}

.header .navbar #close {
    display: none;
    position: absolute;
    top: 4rem;
    right: 2rem;
    cursor: pointer;
    font-size: 3rem;
    color: #fff;

}

.header .navbar a {
    font-size: 2rem;
    margin-right: 2rem;
    color: #fff;
}

.header .navbar a:hover {
    color: #A4C965;
}

.header #menu {
    display: none;
    cursor: pointer;
    font-size: 2.5rem;
    color: #fff;
}

/* ends */

/* home */

.home {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    background: #24437F;

}

.home .content {
    flex: 1 1 40rem;
    padding-top: 6.5rem;

}

.home .content .title {
    font-size: 2rem;
    color: #efebeb;
    text-transform: uppercase;
    font-family: 'AgendaFont', sans-serif !important;
}

.subtitle {
    font-size: 3rem;
    color: #efebeb;
    text-transform: uppercase;
}

.home .content .title span {
    text-transform: uppercase;
    color: #A4C965;
    font-size: 20px !important;
}

.home .content {
    font-size: 2rem;
    font-weight: lighter;
    line-height: 1.8;
    padding: 1rem 0;
    color: #efebeb;
}

.home .content .btn {
    margin-top: 1rem;
    display: inline-block;
    padding: .9rem 3rem;
    font-size: 1.7rem;
    color: #fff;
    background: #A4C965;
    cursor: pointer;
}

.home .content .btn:hover {
    letter-spacing: .2rem;
}

.home .image {
    flex: 1 1 40rem;
}

.home .image img {
    width: 100%;
}

.image {
    margin-top: 4px !important;
}
.prevente_img{
    /*reduire la taille de l'image*/
    width: 100%;
    height: 100%;
}
.description {
    font-family: 'Signika', sans-serif;
    font-size: 1.55rem;
    font-weight: lighter;
    line-height: 1.8;
    padding: 1rem 0;
    color: #efebeb;
    text-align: justify;
    text-justify: inter-word;

}



h1 {
    font-family: 'Signika', sans-serif;
    font-size: 24px;
    font-weight: bold;
}

h2 {
    font-family: 'Signika', sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.title {
    margin-top: 150px !important;
    font-size: 25px !important;
    font-weight: bold;

}
.subtitle{
    font-size: 15px !important;
    margin-bottom: 0 !important;
}
/* end */

@media (max-width: 991px) {
    html {
        font-size: 55%;
    }

    .header {
        padding: 2rem;
    }

    section {
        padding: 2rem;
    }

}

@media (max-width: 768px) {

    .header #menu {
        display: inline-block;
    }

    .header .navbar {
        position: fixed;
        top: 0;
        right: -105%;
        width: 30rem;
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(50px);
        transition: .5s;
        height: 100%;
        display: flex;
        flex-flow: column;
        justify-content: center;
        z-index: 1200;
    }

    .header .navbar.active {
        right: 0;
    }

    .header .navbar #close {
        display: block;
    }

    .header .navbar a {
        display: block;
        margin: 1rem 0;
        text-align: center;
        font-size: 3rem;
    }

    .home .content {
        padding-top: 9.5rem;
    }

    .home .image img {
        width: 368px;
    }

    .home .content .title {
        font-size: 4rem;
    }

    .home .content .description {
        font-size: 1.6rem;
    }

    .header .logo img {
        height: 8rem; /* Réduire la taille du logo */
    }

    .home .content {
        padding-top: 0;
        margin-top: 0;
    }
    .header {
        position: relative; /* ou 'static' selon le besoin */
        z-index: 10; /* Assurer que l'en-tête est au-dessus du contenu */
        background: #24437F;
    }
    .title {
        margin-top: 7px !important;
    }


}

@media (max-width: 450px) {
    html {
        font-size: 50%;
    }
}

.product-name-description {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.8;
    padding: 1rem 0;
    color: #A4C965;
}

.italic-text {
    font-style: italic;
    color: #A4C965 !important;
}
.loader-overlay {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7); /* Semi-transparent overlay */
    /*display: flex;*/
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    color: #fff;
    font-family: Arial, sans-serif;
}

.modal-dialog { max-width: 800px; }
#deliveryInfo { display: none; }
/* Loader Spinner */
.loader-spinner {
    width: 4rem;
    height: 4rem;
    border: 6px solid rgba(255, 255, 255, 0.3);
    border-top-color: #3498db; /* Modern blue color */
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

/* Spinner Animation */
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Loader Text */
.loader-text {
    margin-top: 1rem;
    font-size: 1.2rem;
    opacity: 0.85;
}


