p {
    font-size: 1rem!important;
    font-weight: 500!important;
    list-style: 32px!important;
    text-indent: 0!important;
}
.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px 20px;
}
.full-width-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.guide-section {
    /* background-image: url(../img/baobabfili_qsn.svg) !important; */
    background-position: 0% center, center, center;
    background-repeat: no-repeat;
    background-size: cover, cover, cover;
}
.row {
    align-items: flex-start!important;
}

.hero {
    background: linear-gradient(to right, #f3f3f3, #fffaf5);
    padding: 60px 20px;
    text-align: center;
}

.hero-section {
    position: relative;
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    margin-top: 100px;
}

.hero h1 {
    font-size: 2.5rem;
    color: #014421;
    margin-bottom: 10px;
}

.hero p {
    font-size: 1rem;
    color: var(--bleumarine);
}
.slogan-evm {
    font-size: 1.2rem!important;
    color: var(--bleumarine);
    font-family: var(--font-tertiary);
    margin-top: 10px;
}
.section {
    margin-top: 60px;
}

.section h2 {
    color: #ce6f2c;
    font-size: 1.4rem;
    margin-bottom: 20px;
    color: var(--orangeocre);
}
.qsn-title {
    font-size: 1.8rem;      
    color: var(--bleumarine);
    margin-bottom: 16px;
    font-family: var(--font-tertiary);
    font-weight: 600;
}
.qsn-subtitle {
    font-size: 1rem;
    color: var(--gristrait);
    margin-bottom: 16px;
    font-family: var(--font-primary);
    font-weight: 400;
    text-transform: uppercase;
    color: var(--marron);
}

.qsn-pq {
    font-size: 1.2rem;
    color: var(--bleumarine);
    margin-bottom: 16px;
    font-family: var(--font-primary);
    font-weight: 400;
}

.card-value {
    width: 253px!important;
    height: 253px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;

}
.section p {
    font-size: 1rem;
    color: #333;
    margin-bottom: 20px;
}

.values-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.value-box {
    background-color: #f8f8f8;
    border-left: 5px solid #014421;
    padding: 20px;
    border-radius: 8px;
}

.value-box h3 {
    margin-top: 0;
    color: #014421;
    font-size: 1.2rem;
}

.content-section {
    margin: 60px auto;
    padding: 0 20px;
}

.content-section ul {
    list-style: none;
    padding-left: 0;
}

.content-section h2 {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 20px;
    color: var(--orangeocre);
}

.content-section ul li {
    margin-bottom: 6px;
    list-style: disc;
    font-size: 1rem;
    margin-left: 40px;
    color: var(--bleumarine);
}

.content-section p {
    margin-bottom: 15px;
    font-size: 1rem;
    color: var(--bleumarine);
    line-height: 32px;
    text-indent: 50px;
}

.hero-section h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--bleunoir);
    text-align: center;
    margin-top: 50px;
}

.hero-section p {
    font-size: 1rem;
    text-align: center;
}

.guides-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.guide-card {
    background: #fff;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}

.guide-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.guide-content {
    padding: 1.25rem 1.5rem;
    text-align: center;
}

.guide-content h3 {
    margin: 0.5rem 0 0.2rem;
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
}

.guide-content h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
}

.guide-content h6 {
    margin: 0 auto !important;
}

.guide-content blockquote {
    font-family: var(--font-secondary);
    margin-top: 1rem;
    color: var(--bleunoir);
    line-height: 1.4;
}

.guide-content .spe_guide {
    text-transform: uppercase;
    font-size: 0.7rem;
    font-family: var(--font-primary);
    color: var(--gristexte);
}

.guide-img-container {
    position: relative;
}

.guide-img-container img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.lang-tags {
    position: absolute;
    bottom: 12px;
    left: 12px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.lang-tag {
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 6px 12px;
    font-size: 0.75rem;
    font-family: var(--font-primary);
    border-radius: 24px;
    backdrop-filter: blur(4px);
    white-space: nowrap;
}