/* ==========================================================================
   GLOBAL FIXES
   ========================================================================== */

/* Empêcher le scroll horizontal sur tout le site */
html,
body {
    overflow-x: hidden;
    max-width: 100vw;
}

/* Cacher le header Elementor quand le header démo est actif */
#projectiveHeader {
    display: none !important;
}

/* ==========================================================================
   DIVIDER
   ========================================================================== */

/* Divider */
.projective-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
}

.projective-divider span {
    display: block;
    height: 3px;
    background: #006D77;
    opacity: 1;
}

.projective-divider span:first-child {
    width: 100px;
}

.projective-divider span:last-child {
    width: 60px;
}

.projective-entrepreneurs-bar h2 span {
    font-weight: 300;
    display: block;
    opacity: 0.7;
}

/* Pastilles challenge section entrepreneurs */
.projective-challenges {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.projective-challenges span {
    font-family: 'Syne', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #004952;
    background: #EDF6F5;
    padding: 8px 14px;
    display: inline-block;
    transition: all 0.3s ease;
}

.projective-challenges span:hover {
    background: #006D77;
    color: #E9C46A;
}
