@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
*, *::before, *::after {
    box-sizing: border-box;
}
body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #08090f;
}
a {
    text-decoration: none;
}
.no-scroll {
    height: 100%;
    overflow: hidden;
}
.mobile-bonus-show {
    display: none;
}
.wrap-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    padding-left: 18px;
    padding-right: 18px;
}
.hidden {
    display: none;
}
header,
main {
    position: relative;
}
header .wrap-container {
    display: flex;
    flex-direction: column;
}
.gdpr-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #12122a;
    border-top: 2px solid #e8500a;
    z-index: 9999;
    display: none;
    padding: 16px 22px;
}
.gdpr-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.gdpr-message p {
    color: #cccce0;
    font-size: 13px;
    line-height: 22px;
    margin: 0;
}
.gdpr-message a {
    color: #f5d44e;
    text-decoration: underline;
}
.gdpr-controls {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}
.btn-consent-accept {
    background: linear-gradient(160deg, #e8500a, #b83a00);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    transition: filter 0.2s ease;
}
.btn-consent-accept:hover {
    filter: brightness(1.12);
}
.btn-consent-decline {
    background: transparent;
    color: #cccce0;
    border: 1px solid #4a4a6a;
    border-radius: 6px;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    transition: border-color 0.2s ease, color 0.2s ease;
}
.btn-consent-decline:hover {
    border-color: #f5d44e;
    color: #f5d44e;
}
@media (max-width: 640px) {
    .gdpr-inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .gdpr-controls {
        width: 100%;
    }
    .btn-consent-accept,
    .btn-consent-decline {
        flex: 1;
        text-align: center;
    }
}
.overlay-layer {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)),
        url("https://lecasinojoufr.com/wp-content/themes/lecasinojoufr-com/img/bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
@media (max-width: 1000px) {
    .overlay-layer {
        background-image:
            linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)),
            url("https://lecasinojoufr.com/wp-content/themes/lecasinojoufr-com/img/bg-mobile.png");
        background-position: center bottom;
    }
}
.main-overlay {
    background-image: url("https://lecasinojoufr.com/wp-content/themes/lecasinojoufr-com/img/bg2.png");
}
.primary-nav {
    margin-bottom: 52px;
    padding-top: 22px;
}
.site-logo {
    height: 150px;
    width: 250px;
}
.hero-zone {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 26px;
    margin-bottom: 40px;
}
.hero-zone h1 {
    font-size: 38px;
    font-weight: 700;
    line-height: 56px;
}
.hero-zone h1,
.hero-zone h2 {
    color: #ffffff;
    font-style: normal;
    margin: 0;
    text-align: center;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
}
.hero-zone h2 {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    width: 72%;
}
.content-block {
    background-color: #ffffff;
    border: 1px solid #dcdbe8;
    border-radius: 14px;
    color: #242436;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 46px;
    text-align: left;
}
.content-block h2 {
    color: #0a1c3e;
    font-size: 25px;
    font-weight: 800;
    line-height: 33px;
    margin-top: 0;
    margin-bottom: 26px;
    padding-bottom: 16px;
    border-bottom: 2px solid #eeecf2;
}
.content-block h3 {
    color: #0a1c3e;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.content-block p {
    color: #383852;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 12px;
}
.content-block strong {
    color: #0a1c3e;
    font-weight: 700;
}
.content-block a {
    color: #e8500a;
    text-decoration: underline;
    transition: color 0.2s ease;
}
.content-block a:hover {
    color: #b83a00;
}
.content-area ol,
.content-area ul {
    margin: 0;
    margin-block-start: 6px;
    margin-block-end: 6px;
    padding: 0;
}
@media (max-width: 1000px) {
    .content-block {
        padding: 22px 18px;
        margin-top: 26px;
        margin-bottom: 26px;
    }
    .content-block h2 {
        font-size: 20px;
        margin-bottom: 18px;
    }
    .content-block h3 {
        font-size: 15px;
        margin-top: 22px;
    }
    .content-block p {
        font-size: 13px;
        line-height: 23px;
    }
}
footer {
    background: linear-gradient(180deg, #060510 25%, #0a1c3e 95%);
}
footer .wrap-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.footer-spacing-top {
    margin-top: 80px;
}
.compliance-badges {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 44px 72px;
    justify-content: center;
    max-width: 940px;
}
.compliance-badges img {
    max-height: 50px;
}
.legal-disclaimer {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 23px;
    text-align: center;
}
@media (max-width: 360px) {
    .legal-disclaimer {
        word-wrap: break-word;
        width: 100%;
    }
}
.legal-disclaimer a {
    color: #f5d44e;
}
.notation-methodology {
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.notation-methodology .notation-title {
    margin-bottom: 8px;
    color: #f5d44e;
}
.notation-methodology p {
    color: #b0b0c8;
    font-size: 13px;
    line-height: 22px;
    margin: 0;
}
.footer-nav-bar {
    width: 100%;
}
.footer-nav-bar .divider-line {
    background-color: #606060;
    height: 1px;
    width: 100%;
}
.footer-nav-bar .nav-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 34px;
    justify-content: center;
    margin-top: 36px;
    margin-bottom: 36px;
}
.copyright-text {
    font-weight: 400;
    margin-bottom: 46px;
    margin-top: 36px;
}
.footer-nav-bar .nav-links a,
.copyright-text {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 23px;
    text-align: center;
}
.footer-nav-bar .nav-links a {
    font-weight: 500;
    transition: color 0.2s ease;
}
.footer-nav-bar .nav-links a:hover {
    color: #f5d44e;
}
@media (max-width: 1000px) {
    .desktop-show {
        display: none;
    }
    .mobile-bonus-show {
        display: inherit;
    }
    .primary-nav {
        margin-bottom: 36px;
    }
    .hero-zone {
        gap: 10px;
    }
    .hero-zone h1,
    .hero-zone h2 {
        width: 100%;
    }
    .hero-zone h1 {
        font-size: 22px;
        letter-spacing: 0;
        line-height: 30px;
    }
    .hero-zone h2 {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 20px;
    }
    .footer-nav-bar .nav-links {
        flex-direction: column;
        gap: 22px;
    }
    .site-logo {
        max-height: 44px;
    }
    .compliance-badges img {
        max-height: 44px;
    }
}
@media (max-width: 380px) {
    .compliance-badges img {
        max-height: 40px;
    }
}
.operators-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding-bottom: 84px;
    padding-top: 50px;
}
.operator-card {
    border-radius: 14px;
    display: flex;
    width: 100%;
    box-shadow: 0 4px 22px rgba(0, 0, 0, 0.20);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.operator-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 34px rgba(0, 0, 0, 0.28);
}
.card-header {
    background: #000;
    border-width: 1px;
    border-style: solid;
    border-color: #242436;
    border-bottom: none;
    border-bottom-left-radius: 14px;
    border-right: none;
    border-top-left-radius: 14px;
    display: flex;
    flex-direction: column;
    width: 270px;
}
.operator-identity {
    flex-direction: column;
    gap: 8px;
    height: 100%;
    justify-content: center;
    padding-bottom: 22px;
    align-items: center;
    display: flex;
}
.rank-row {
    align-items: center;
    display: flex;
}
.rank-number {
    background-color: #ffffff;
    border-top-left-radius: 14px;
    color: #000000;
    font-size: 22px;
    font-weight: 800;
    justify-content: center;
    line-height: 26px;
    width: 46px;
    align-items: center;
    display: flex;
    height: 46px;
    letter-spacing: 0;
}
.rank-label {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding-left: 12px;
    padding-right: 12px;
    align-items: center;
    display: flex;
    height: 46px;
    letter-spacing: 0;
}
.centered-flex {
    align-items: center;
    display: flex;
    justify-content: center;
}
.logo-area img {
    height: 114px;
    object-fit: contain;
    width: 172px;
}
.rating-score {
    color: #242436;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 52px;
}
.card-body {
    background-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #242436;
    border-left: none;
    border-right: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 0;
    width: calc(100% - 490px);
}
.bonus-block h3 {
    color: #242436;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 34px;
    margin: 0;
    word-break: break-word;
}
.bonus-block span {
    align-items: center;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    gap: 6px;
    letter-spacing: 0;
    line-height: 22px;
}
.features-grid {
    column-gap: 0;
    row-gap: 10px;
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: repeat(2, 50%);
}
.features-grid div {
    align-items: flex-start;
    display: flex;
    gap: 10px;
}
.features-grid p {
    color: #242436;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0;
    word-break: break-word;
}
.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 800;
    margin-top: 2px;
    flex-shrink: 0;
    color: #ffffff;
}
.icon-pro {
    background: #17a85a;
}
.icon-con {
    background: #c43030;
}
.card-actions {
    align-items: center;
    background: #eeecf4;
    border-width: 1px;
    border-style: solid;
    border-color: #242436;
    border-bottom-right-radius: 14px;
    border-left: none;
    border-top-right-radius: 14px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    justify-content: center;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 18px;
    padding-right: 18px;
    width: 230px;
}
.affiliation-note {
    color: #808099;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    margin: 0;
    line-height: 15px;
}
.rating-block {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.rating-block span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
}
.stars-display,
.stars-display::before {
    background-position-x: left;
    background-position-y: top;
    background-size: 22px;
    color: rgba(245, 212, 10, 0.96);
    content: " ";
    display: block;
    max-width: 110px;
    min-height: 22px;
    min-width: 22px;
}
.stars-display {
    background-image: url("https://lecasinojoufr.com/wp-content/themes/lecasinojoufr-com/img/star.png");
    width: 110px;
}
.stars-display::before {
    background-image: url("https://lecasinojoufr.com/wp-content/themes/lecasinojoufr-com/img/star.png");
    margin: 0;
    padding: 0;
}
.stars-display[dg="1"]::before    { width: 22px; }
.stars-display[dg="1.5"]::before  { width: 33px; }
.stars-display[dg="2"]::before    { width: 44px; }
.stars-display[dg="2.5"]::before  { width: 55px; }
.stars-display[dg="3"]::before    { width: 66px; }
.stars-display[dg="3.5"]::before  { width: 77px; }
.stars-display[dg="4"]::before    { width: 88px; }
.stars-display[dg="4.5"]::before  { width: 99px; }
.stars-display[dg="5"]::before    { width: 110px; }
@media (max-width: 1000px) {
    .stars-display,
    .stars-display::before {
        background-size: 17px;
        max-width: 85px;
        min-height: 17px;
        min-width: 17px;
    }
    .stars-display {
        width: 85px;
    }
    .stars-display[dg="1"]::before    { width: 17px; }
    .stars-display[dg="1.5"]::before  { width: 26px; }
    .stars-display[dg="2"]::before    { width: 34px; }
    .stars-display[dg="2.5"]::before  { width: 43px; }
    .stars-display[dg="3"]::before    { width: 51px; }
    .stars-display[dg="3.5"]::before  { width: 60px; }
    .stars-display[dg="4"]::before    { width: 68px; }
    .stars-display[dg="4.5"]::before  { width: 77px; }
    .stars-display[dg="5"]::before    { width: 85px; }
}
.cta-btn {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cta-btn.cta-primary {
    background: linear-gradient(160deg, #e8500a, #b83a00);
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    gap: 5px;
    justify-content: center;
    letter-spacing: 0.3px;
    line-height: 28px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    width: 195px;
    transition: filter 0.2s ease;
}
.cta-btn.cta-primary:hover {
    filter: brightness(1.12);
}
.cta-btn.cta-primary a {
    position: absolute;
    z-index: -3;
}
.cta-btn span {
    align-items: center;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    gap: 6px;
    letter-spacing: 0;
    line-height: 22px;
}
.bonus-label {
    color: #242436;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 4px;
}
.mobile-show {
    display: none;
}
@media (max-width: 1000px) {
    .mobile-show {
        display: flex;
        gap: 3px;
    }
    .mobile-bonus-show {
        display: flex;
    }
    .desktop-show,
    .card-body {
        display: none;
    }
    .operators-list {
        align-items: center;
        gap: 14px;
        padding-top: 18px;
    }
    .operator-card {
        justify-content: center;
        width: 355px;
    }
    .card-header {
        gap: 0;
        justify-content: center;
        position: relative;
        width: 178px;
    }
    .operator-identity {
        gap: 14px;
        padding-bottom: 16px;
    }
    .bonus-label {
        color: #000000;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 22px;
        margin-bottom: 0;
    }
    .rank-row {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .card-actions {
        background-color: #ffffff;
        border-bottom-color: #242436;
        gap: 14px;
        padding-top: 14px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }
    .bonus-block {
        align-items: center;
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }
    .bonus-block h3 {
        color: #242436;
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
        text-align: center;
    }
    .bonus-block span {
        font-weight: 300;
    }
    .logo-area {
        padding-top: 38px;
    }
    .logo-area a,
    .logo-area img {
        height: 82px;
        width: 118px;
    }
    .logo-area img {
        object-fit: contain;
    }
    .cta-btn {
        gap: 5px;
    }
    .cta-btn.cta-primary {
        padding: 10px;
        width: calc(100% - 20px);
    }
    .cta-btn span {
        font-weight: 300;
    }
    .cta-btn p {
        color: #000000;
        font-size: 12px;
        font-weight: 400;
        line-height: 22px;
        margin: 0;
        text-align: center;
    }
    .rating-score {
        color: #ffffff;
        font-size: 34px;
        font-weight: 800;
        line-height: 42px;
    }
    .rank-number {
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        width: 28px;
    }
}