:root {
    --primary: #FFD700;
    --secondary: #32CD32;
    --text-dark: #1a1a1a;
}

body {
    font-family: 'Abeezee', sans-serif;
    background-color: #ffffff;
    color: var(--text-dark);
    margin: 0;
    padding: 0;
}



.hero-section {
    min-height: calc(100vh - 5px);
    position: relative;
    align-items: center;
}

.hero-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(255, 215, 0, 0.1);
    clip-path: polygon(100px 0, 100% 0, 100% 100%, 0 100%);
    z-index: -1;
}

.main-title {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: var(--text-dark);
}

.status-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.status-indicator {
    width: 12px;
    height: 12px;
    background-color: var(--secondary);
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}

.contact-info {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 1.5rem;
}

.contact-item {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    border-radius: 50%;
    color: var(--text-dark);
}

/*navbar*/

.header-stripe {
    position: fixed;
    height: 5px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
}


.navbar {
    font-family: 'Abel', sans-serif;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;

}


.navbar-nav a {
    color: #1a1a1a;
}

.navbar-nav a:hover {
    color: #5FA109;
}


/* form section */

.form-section{
    height: auto;
    margin: 0;
    padding-top: 10%;
    padding-bottom: 10%;
}


.footer {
    background-color: #5FA109;
    text-align: center;
    font-size: 1rem;
    font-weight: 300;
}

.bouton {
    background-color: #5FA109;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 10px;
}


@media (max-width: 768px) {
    .navbar-nav-container {
        display: none;
        position: absolute;
        top: 130px;
        left: 0;
        width: 50%;
        background-color: white;
        padding: 10px 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        border-top: 2px solid #5FA109;
        z-index: 1000;
    }

    /* Afficher le menu lorsque "show" est ajouté */
    .navbar-nav-container.show {
        display: block !important;
    }

    .navbar-nav {
        flex-direction: column;
        align-items: start;
    }

    .form-section{
        height: auto;
        margin: 0;
    }

    .footer{
        flex-direction: column;
        align-items: center;
    }
    /*Accueil styles*/
    
    .about-section {
        margin: 10px;
    }

    .img-about {
        margin-bottom: 10px;
    }

    .statistiques .title-stats {
        top: 15px;
        font-size: 2rem;
        font-weight: 600;
    }

    .stats {
        flex-direction: column;
        align-items: center;
    }

    .stats .px-4 {
        margin-top: 5%;
    }

    .social-icons {
        justify-content: center;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {

    .navbar-toggler{
        display: none;
    }

    .navbar {
        padding-top: 2%;
    }

    .navbar-nav {
        
        flex-direction: row;
        align-items: center;
    }

    .form-section{
        padding-top: 35%;
        height: 100vh;
        margin: 0;
    }

    /*Accueil styles*/

    .about-section {
        margin: 10px;
    }

    .img-about {
        margin-bottom: 10px;
    }

    .title-stats {
        top: 15px;
        font-size: 3rem;
        font-weight: 600;
    }

    .stats {
        flex-direction: column;
        align-items: center;
    }

    .stats .px-4 {
        margin-top: 5%;
    }

    .social-icons {
        justify-content: center;
    }



}

/* styles pages acueil */

.about-section {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.text-justify {
    text-align: justify;
    line-height: 2.3;
    font-size: 1rem;
}

.img-about {
    border: 2px solid black;
    height: 300px;
    border-radius: 10%;
}


.content-section {
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 60px 0;
    background-color: #ffffff;

}

.text-justify {
    text-align: justify;
}


.offres-section {
    margin-bottom: 10%;
}

.offer-card {
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: auto;
}

.offer-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}


.price {
    color: #4CAF50;
    font-weight: 200;
    font-size: 12px;
}

.postuler-link {
    color: #b4a312;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    align-items: center;
    transition: color 0.2s ease;
}

.postuler-link:hover {
    color: #b4a312;
    ;
}

.offres-section .container-fluid {
    background-color: #d6d3d341;
}

.statistiques {
    align-items: center;
    text-align: center;
    margin-bottom: 5%;
}

.title-stats {
    position: relative;
    top: 20px;
    margin-top: 10%;
    font-size: 5rem;
    font-weight: 900;
    text-shadow: 1px 0px 0px rgba(0, 0, 0, 0.3);
    background: linear-gradient(#80da0ac4, #b4fd54);
    -webkit-background-clip: text;
    color: transparent;
    white-space: nowrap;
    z-index: 10;
}

/* Modifier cette partie */
.container.stats {
    max-width: 80%;
    margin: 0 auto;
    /* Ajouter cette ligne */
    position: relative;
    background-color: #f4f7e6;
    padding: 20px 5px 20px;
    border-radius: 10px;
}

.stats {
    display: flex;
    justify-content: center;
    align-items: center;
}

.stats p {
    font-size: clamp(1.2rem, 2vw, 2rem);
}

.stats .nombre {
    font-size: clamp(3rem, 5vw, 6rem);
}

.container .footer .block {
    display: inline-block;
}

.social-icons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 2px solid white;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background-color: white;
    color: #5FA109 !important;
}