* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    line-height: 1.5;
}

main {
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
}



.forfait-section {
    position: relative;
    padding: 88px 20px;
}



.forfait-section:nth-of-type(even) {
    background-color: #fff;
}

.forfait-section>* {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


.forfait-section h1 {
    position: relative;
    font-size: 3rem;
    color: #f4b216;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
}

.forfait-section h1::after {
    content: "";
    display: block;
    width: 82px;
    height: 4px;
    border-radius: 999px;
    background-color: #f4b216;
    margin: 14px auto 0;
}

.forfait-subtitle {
    text-align: center;
    color: #555;
    margin: 0 auto 46px;
    font-size: 1.05rem;
    max-width: 700px;
}

.forfaits-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.forfaits-grid--3cols {
    justify-content: center;
}

.forfait-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(244, 178, 22, 0.18);
    flex: 0 1 360px;
    width: min(100%, 360px);
    max-width: 360px;
    padding: 20px 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: transform 280ms ease, box-shadow 280ms ease;
}

.forfait-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 34px rgba(2, 6, 23, 0.12);
}

.forfait-badge {
    display: inline-block;
    align-self: flex-start;
    background-color: #f4b216;
    color: #333;
    font-weight: 700;
    font-size: 0.75rem;
    border-radius: 999px;
    padding: 4px 10px;
}

.forfait-card h2 {
    font-size: 1.15rem;
    color: #333;
    line-height: 1.2;
}

.forfait-price {
    font-size: 1.55rem;
    color: #333;
    font-weight: 700;
}

.forfait-price span {
    font-size: 0.82rem;
    font-weight: 500;
    color: #555;
}

.forfait-card ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 6px;
}

.forfait-card ul li {
    color: #555;
    position: relative;
    padding-left: 18px;
    line-height: 1.4;
    font-size: 0.92rem;
}

.forfait-card ul li::before {
    content: "•";
    color: #f4b216;
    font-weight: 700;
    position: absolute;
    left: 0;
}

.forfait-btn {
    margin-top: auto;
    text-decoration: none;
    text-align: center;
    background-color: #f4b216;
    color: #333;
    font-weight: 700;
    border-radius: 7px;
    padding: 10px 12px;
    font-size: 0.9rem;
    transition: opacity 240ms ease;
}

.forfait-btn:hover {
    opacity: 0.9;
}

.forfait-card.featured {
    border: 2px solid #f4b216;
    background: linear-gradient(180deg, rgba(244, 178, 22, 0.12), rgba(244, 178, 22, 0.04));
}

.forfait-section:nth-of-type(2) .forfait-card:not(.featured) {
    background-color: #f9f9f9;
}

.forfait-section:nth-of-type(2) .forfait-badge {
    background-color: #f4b216;
    color: #fff;
}

@media (max-width: 1100px) {
    .forfait-card {
        flex-basis: 330px;
        width: min(100%, 330px);
        max-width: 330px;
    }
}

@media (max-width: 700px) {
    .forfait-section {
        padding: 64px 16px;
    }

    .forfait-section h1 {
        font-size: 2.2rem;
    }

    .forfait-card {
        flex-basis: 100%;
        width: 100%;
        max-width: 420px;
    }

    .features-cours {
        gap: 14px;
        margin-top: 24px;
        grid-template-columns: 1fr;
    }

    .features-cours .feature {
        width: 100%;
        max-width: none;
        flex: initial;
    }
}









.features-cours {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
    padding: 4px 0;
}

.features-cours .feature {
    background: transparent;
    border: 0;
    border-left: 3px solid rgba(244, 178, 22, 0.75);
    border-radius: 0;
    box-shadow: none;
    padding: 8px 0 8px 14px;
    width: 100%;
    position: relative;
    overflow: visible;
    transition: none;
    will-change: auto;
}

.features-cours .feature i {
    font-size: 1.55rem;
    color: #f4b216;
    margin-bottom: 10px;
    transition: none;
}

.features-cours .feature h3 {
    font-size: 1.05rem;
    margin-bottom: 6px;
    color: #333;
    line-height: 1.25;
}

.features-cours .feature p {
    font-size: 0.92rem;
    color: #555;
    line-height: 1.45;
    text-align: left;
}

.features-cours .feature i {
    text-align: left;
}


.features-cours .feature::after {
    content: none;
}

.features-cours .feature>* {
    position: relative;
    z-index: 1;
}

.features-cours .feature:hover {
    transform: none;
    box-shadow: none;
}

.features-cours .feature:hover::after {
    opacity: 0;
    transform: none;
}

.features-cours .feature:hover i {
    transform: none;
    color: #f4b216;
}

@media (max-width: 1100px) {
    .features-cours {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.features-separator-section {
    position: relative;
}

.features-separator-section::before,
.features-separator-section::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: min(1200px, calc(100% - 40px));
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(244, 178, 22, 0), rgba(244, 178, 22, 0.95), rgba(244, 178, 22, 0));
}

.features-separator-section::before {
    top: 26px;
}

.features-separator-section::after {
    bottom: 26px;
}

.features-cours-coriolis {
    margin-top: 30px;
    gap: 24px;
}

.features-cours-coriolis .feature {
    border: 0;
    padding: 6px 10px;
    text-align: center;
}

.features-cours-coriolis .feature i {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(244, 178, 22, 0.14);
    border: 1px solid rgba(244, 178, 22, 0.4);
    font-size: 1.35rem;
    margin-bottom: 12px;
}

.features-cours-coriolis .feature h3 {
    margin-bottom: 7px;
}

.features-cours-coriolis .feature p {
    text-align: center;
}

@media (max-width: 700px) {
    .features-cours-coriolis {
        gap: 18px;
    }

    .features-cours-coriolis .feature {
        padding: 4px 6px;
    }
}