.dNone{display:none;}
.relative{position:relative;}
.absolute{position:absolute;}
.tac{text-align:center;}
.tal{text-align:left;}
.tar{text-align:right;}
/*.mt0{margin-top:0px !important;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}*/
.ml20Imp{margin-left:20px !important;}
.bold{font-weight:bolder;}
.ajdustTopoSize{position:absolute;/*left:0px;top:0px;*/}
.mAuto{margin:auto;}
.is-invalid{border:1px solid red !important;}
.simpleborderbizo
{
    border:1px solid #000000;
    -moz-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
    -webkit-border-top-left-radius: 5px 5px;
    -webkit-border-top-right-radius: 5px 5px;
    -webkit-border-bottom-right-radius: 5px 5px;
    -webkit-border-bottom-left-radius: 5px 5px;
    border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
    behavior: url(/css/PIE.htc);
    /*
    position:relative;
    hack pour IE < 9 pour PIE, à utiliser si l'élément n'apparait pas
    */
}

.text-bg-custom
{
    color:white;
    background-color:#FF8820;
}

.loader {
    width: 30px;
    height: 30px;
    border: 5px solid #ddd;
    border-top: 5px solid #FF8820;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.tl0{top:0px;left:0px;}
.bl0{bottom:0px;left:0px;}
.b60l15{bottom:60px;left:15px;}
.b40l15{bottom:40px;left:15px;}
.imgHomoW100{width:100%;height:auto;}
.clickable{cursor:pointer;}
.dInline{display:inline;}
.simpleshadow{-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.88);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.88);}
.bgwhite{background-color:white;}
.pad15{padding:15px;}
.fs15{font-size:15px;}
.fs18{font-size:18px;}
.fs20{font-size:20px;}
.fs30{font-size:30px;}
.width130px{width:130px;}
.fullwidth{width:100%;}
.onlyMobile{display:none;}
.voieName
{
    background-color:#00a0e3;
    color:white;
    padding:10px;
    text-align:center;
    border-radius:10px;
    font-weight:bold;
    width:160px;
}

.bgwhite
{
    background-color:white;
}

.light_radius{border-radius:10px;}

.light_shadow{box-shadow:0 0 2rem 0 rgb(136 152 170 / 15%);}

@media (max-width: 768px)
{
    .onlyMobile{display:block;}
}


.banner_overlay
{
    background: rgba(0, 0, 0, 0.7);
    padding: 200px 0 125px;
}

#mapspot
{
    width:100%;
    height:250px;
}
.modal-fullscreen{max-width:100% !important;}
.modal{z-index:1000000 !important;}
.mr5{margin-right:5px;}
.active_menu_eatp{color:#FF8820;}

/* bouton + custom */
.secteur-add-btn{
    border:1px solid #000;
    color:#000;
    background:#fff;
    padding:0 8px;
    line-height:1.1;
    transition:all .15s ease;
}

/* hover */
.secteur-add-btn:hover{
    background:#000;
    color:#fff;
    border-color:#000;
}

/* click / focus / dropdown ouvert */
.secteur-add-btn:focus,
.secteur-add-btn:active,
.secteur-add-btn.show{
    background:#000 !important;
    color:#fff !important;
    border-color:#000 !important;
    box-shadow:none !important;
}

/* Header fixe */
:root {
    --site-header-height: 88px;
}

#main-wrapper {
    margin-right: 0 !important;
    padding-top: var(--site-header-height);
}

.site-header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 990;
    background-color: #fafafa;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}

.site-header-fixed .main-menu {
    background-color: #fafafa;
}

.site-header-fixed .main-menu__logo img {
    max-height: 52px;
    width: auto;
}

@media (max-width: 575px) {
    :root {
        --site-header-height: 76px;
    }

    .site-header-fixed .main-menu {
        padding: 14px 0;
    }

    .site-header-fixed .main-menu__logo img {
        max-height: 48px;
    }
}

/* Landing page */


/* Homepage mobile overflow guards */
.homepage,
.homepage section,
.homepage .container,
.homepage [class*="col"],
.homepage-hero__image,
.homepage-hero__carousel,
.homepage-hero__carousel .carousel-inner,
.homepage-hero__carousel .carousel-item,
.homepage-hero__carousel .carousel-item img,
.homepage-features,
.homepage-features__grid {
    box-sizing: border-box;
    max-width: 100%;
}

/* Prevent inherited about-1 fit-content behavior from expanding the hero on mobile */
.homepage-hero .images-block {
    width: 100%;
    max-width: 100%;
}

/* Keep carousel controls contained strictly inside the carousel frame */
#homepageHeroCarousel .carousel-control-prev,
#homepageHeroCarousel .carousel-control-next {
    inset: 0 auto 0 0;
    width: 14%;
}

#homepageHeroCarousel .carousel-control-next {
    inset: 0 0 0 auto;
}
.homepage .row > [class*="col"] {
    min-width: 0;
}

.homepage h1,
.homepage h2,
.homepage h3,
.homepage h4,
.homepage p,
.homepage a,
.homepage li,
.homepage span {
    overflow-wrap: normal;
    word-break: normal;
}

.homepage-hero {
    margin-bottom: 64px;
}

.homepage-hero .text-block h1 {
    color: #212627;
    font-size: clamp(40px, 4.6vw, 76px);
    line-height: 1.05;
    max-width: 680px;
}

.homepage-hero .text-block h4 {
    color: #212627;
    max-width: 720px;
}

.homepage-hero .text-block p {
    color: #45474f;
}

.homepage-hero__image img {
    max-width: 100%;
    width: min(100%, 560px);
    height: auto;
    box-shadow: 0 24px 60px rgba(33, 38, 39, 0.14);
}

.homepage-hero__carousel {
    max-width: 100%;
    width: min(100%, 560px);
    margin-left: auto;
    overflow: hidden;
    border-radius: 32px;
    box-shadow: 0 24px 60px rgba(33, 38, 39, 0.14);
    aspect-ratio: 4 / 3;
    /*background: #111;*/
}

.homepage-hero__carousel .carousel-inner {
    border-radius: inherit;
    height: 100%;
}

.homepage-hero__carousel .carousel-item {
    height: 100%;
}


.homepage-hero__image,
.homepage-hero__carousel {
    max-width: 100%;
}

.homepage-hero__carousel .carousel-item img {
    max-width: 100%;
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    box-shadow: none;
    border-radius: 0;
}

.homepage-hero__carousel-indicators {
    right: 24px;
    bottom: 14px;
    left: auto;
    margin: 0;
    gap: 8px;
}

.homepage-hero__carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.58;
}

.homepage-hero__carousel-indicators .active {
    opacity: 1;
}

.homepage-hero__carousel-control {
    width: 12%;
    opacity: 0.95;
    transition: opacity 0.2s ease;
}

#homepageHeroCarousel .carousel-control-prev-icon,
#homepageHeroCarousel .carousel-control-next-icon {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 999px;
    background-color: rgba(20, 22, 28, 0.72);
    background-size: 1.2rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

#homepageHeroCarousel .carousel-control-prev-icon:hover,
#homepageHeroCarousel .carousel-control-next-icon:hover,
#homepageHeroCarousel .carousel-control-prev:focus .carousel-control-prev-icon,
#homepageHeroCarousel .carousel-control-next:focus .carousel-control-next-icon {
    background-color: rgba(8, 10, 14, 0.9);
}

.homepage-hero__carousel:hover .homepage-hero__carousel-control,
.homepage-hero__carousel:focus-within .homepage-hero__carousel-control {
    opacity: 1;
}

@media (max-width: 991.98px) {
    .homepage-hero__carousel {
        aspect-ratio: 10 / 8;
    }
}

@media (max-width: 575.98px) {
    .homepage-hero__carousel {
        aspect-ratio: 4 / 3;
        max-height: 300px;
    }

    #homepageHeroCarousel .carousel-control-prev-icon,
    #homepageHeroCarousel .carousel-control-next-icon {
        width: 2.5rem;
        height: 2.5rem;
    }
}

.homepage-eyebrow {
    color: #FF8820;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.homepage-section {
    padding: 72px 0;
}

.homepage-features {
    background: linear-gradient(180deg, rgba(255, 136, 32, 0.08) 0%, rgba(255, 136, 32, 0.02) 100%);
}

.homepage-card,
.homepage-audience-card {
    background: #fff;
    border: 1px solid rgba(33, 38, 39, 0.08);
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(33, 38, 39, 0.08);
    padding: clamp(24px, 2.1vw, 40px);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.homepage-card:hover,
.homepage-audience-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(33, 38, 39, 0.12);
}

.homepage-card__icon {
    align-items: center;
    background: rgba(255, 136, 32, 0.12);
    border-radius: 18px;
    color: #FF8820;
    display: flex;
    font-size: 30px;
    height: 64px;
    justify-content: center;
    margin-bottom: 24px;
    width: 64px;
}

.homepage-card h3,
.homepage-audience-card h3 {
    color: #212627;
    font-size: clamp(22px, 1.45vw, 32px);
    margin-bottom: 12px;
}

.homepage-card p,
.homepage-audience-card p,
.homepage-final-cta p {
    color: #45474f;
    margin-bottom: 0;
}


.homepage-proof {
    background: #fafafa;
}

.homepage-proof__inner {
    background: #fff;
    border: 1px solid rgba(33, 38, 39, 0.08);
    border-radius: 32px;
    box-shadow: 0 20px 60px rgba(33, 38, 39, 0.08);
    overflow: hidden;
    padding: clamp(28px, 4vw, 64px);
    width: 100%;
}

.homepage-proof__content {
    max-width: 520px;
}

.homepage-proof__logo-wrap {
    display: flex;
    justify-content: center;
    margin: 0 0 16px;
}

.homepage-proof__logo {
    display: block;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    width: clamp(110px, 22vw, 150px);
}

.homepage-proof__content h2 {
    color: #212627;
}

.homepage-proof__text {
    color: #45474f;
    font-size: clamp(18px, 1.1vw, 21px);
    line-height: 1.65;
}

.homepage-proof__reassurance {
    color: #212627;
    font-weight: 700;
}

.homepage-proof__points {
    display: grid;
    gap: 12px;
}

.homepage-proof__point {
    align-items: center;
    background: rgba(255, 136, 32, 0.08);
    border: 1px solid rgba(255, 136, 32, 0.16);
    border-radius: 16px;
    color: #212627;
    display: flex;
    font-weight: 700;
    gap: 12px;
    min-width: 0;
    padding: 12px 16px;
}

.homepage-proof__point span {
    min-width: 0;
}

.homepage-proof__point i {
    align-items: center;
    background: #FF8820;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 36px;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.homepage-proof__media {
    margin-left: auto;
    max-width: 100%;
    position: relative;
}

.homepage-proof__media::before {
    background: rgba(255, 136, 32, 0.14);
    border-radius: 999px;
    content: "";
    height: 180px;
    position: absolute;
    right: 0;
    top: -44px;
    width: 180px;
}

.homepage-proof__media img {
    border-radius: 24px;
    box-shadow: 0 22px 55px rgba(33, 38, 39, 0.16);
    display: block;
    height: auto;
    max-width: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}


.homepage-pricing {
    background: #fff;
}

.homepage-section__subtitle {
    color: #45474f;
    max-width: 720px;
}

.homepage-pricing-card {
    background: linear-gradient(180deg, #fff 0%, #fffaf5 100%);
    border: 1px solid rgba(33, 38, 39, 0.08);
    border-radius: 28px;
    box-shadow: 0 18px 45px rgba(33, 38, 39, 0.08);
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    padding: clamp(24px, 2.4vw, 40px);
    position: relative;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.homepage-pricing-card:hover {
    box-shadow: 0 26px 70px rgba(33, 38, 39, 0.13);
    transform: translateY(-6px);
}

.homepage-pricing-card--featured {
    border: 2px solid rgba(255, 136, 32, 0.65);
    box-shadow: 0 26px 70px rgba(255, 136, 32, 0.18);
    transform: translateY(-10px);
}

.homepage-pricing-card--featured:hover {
    transform: translateY(-14px);
}

.homepage-pricing-card__badge {
    align-self: flex-start;
    background: rgba(255, 136, 32, 0.12);
    border: 1px solid rgba(255, 136, 32, 0.24);
    border-radius: 999px;
    color: #FF8820;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    margin-bottom: 18px;
    padding: 7px 14px;
    text-transform: uppercase;
}


.homepage-pricing-card__intro {
    display: flex;
    flex-direction: column;
    min-height: 250px;
}

.homepage-pricing-card__header {
    border-bottom: 1px solid rgba(33, 38, 39, 0.08);
    margin-bottom: 22px;
    padding-bottom: 22px;
}

.homepage-pricing-card__header h3 {
    color: #212627;
    font-size: clamp(24px, 1.6vw, 34px);
    margin-bottom: 10px;
}

.homepage-pricing-card__price {
    color: #FF8820;
    font-size: clamp(28px, 2.1vw, 42px);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 0;
}

.homepage-pricing-card__description {
    color: #45474f;
    margin-bottom: 24px;
}

.homepage-pricing-card__features {
    display: grid;
    flex: 1 1 auto;
    gap: 0;
    grid-template-rows: repeat(7, minmax(72px, auto));
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

.homepage-pricing-card__features li {
    align-items: center;
    color: #212627;
    display: flex;
    font-weight: 600;
    gap: 12px;
    min-width: 0;
    padding: 8px 0;
}

.homepage-pricing-card__features i {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    flex: 0 0 26px;
    height: 26px;
    justify-content: center;
    width: 26px;
}


.homepage-pricing-card__feature--available i {
    background: rgba(40, 167, 69, 0.12);
    color: #1f8f3f;
}

.homepage-pricing-card__button {
    align-self: flex-start;
    margin-top: auto;
}

.homepage-pricing-card__feature--unavailable {
    color: #8a909b;
}

.homepage-pricing-card__feature--unavailable i {
    background: rgba(220, 53, 69, 0.12);
    color: #c82333;
}


.homepage-audience {
    background: #fafafa;
}

.homepage-section__heading h2 {
    color: #212627;
}

.homepage-audience-card {
    border-left: 4px solid #FF8820;
}

.homepage-final-cta {
    padding-top: 32px;
}

.homepage-final-cta__inner {
    background: #212627;
    border-radius: 28px;
    overflow: hidden;
    max-width: 100%;
    padding: clamp(36px, 5vw, 72px) clamp(24px, 4vw, 64px);
    position: relative;
}

.homepage-final-cta__inner::before {
    background: rgba(255, 136, 32, 0.18);
    border-radius: 999px;
    content: "";
    height: 220px;
    position: absolute;
    right: -80px;
    top: -100px;
    width: 220px;
}

.homepage-final-cta__inner h2,
.homepage-final-cta__inner p,
.homepage-final-cta__inner a {
    position: relative;
    z-index: 1;
}

.homepage-final-cta__inner h2 {
    color: #fff;
    margin-bottom: 16px;
}

.homepage-final-cta__inner p {
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 28px;
}

.main-menu__cta {
    font-size: 14px;
    padding: 10px 20px;
    white-space: nowrap;
}

.site-footer {
    background: #f5f5f5;
    border-top: 1px solid rgba(33, 38, 39, 0.08);
}

.site-footer__logo {
    display: inline-flex;
}

.site-footer__logo img {
    height: auto;
    max-width: 120px;
    width: 100%;
}

.site-footer p,
.site-footer a {
    color: #45474f;
    font-size: 15px;
}

.site-footer h5 {
    color: #212627;
}

.site-footer__copyright {
    border-top: 1px solid rgba(33, 38, 39, 0.08);
    padding: 18px 0 20px;
}

.site-footer__copyright p {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .homepage-hero {
        margin-bottom: 40px;
    }

    .homepage-section {
        padding: 56px 0;
    }

    .homepage-pricing-card--featured {
        transform: none;
    }

    .homepage-pricing-card--featured:hover {
        transform: translateY(-6px);
    }
}

@media (max-width: 991px) {
    .homepage-hero .row.align-items-center {
        row-gap: 1.5rem;
    }

    .homepage-hero .col-lg-6,
    .homepage-hero .col-md-8 {
        width: 100%;
        max-width: 100%;
    }

    .homepage-hero .text-block,
    .homepage-hero .text-end {
        text-align: center !important;
    }

    .homepage-hero .text-block h1,
    .homepage-hero .text-block h4 {
        margin-left: auto;
        margin-right: auto;
    }

    .homepage-hero .text-block .d-flex {
        justify-content: center;
    }

    .homepage-hero .images-block {
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }

    .homepage-hero__carousel {
        margin-right: auto;
    }

    .homepage-proof__content {
        text-align: center;
    }

    .homepage-proof__points {
        margin-left: auto;
        margin-right: auto;
        max-width: 420px;
    }

    .homepage-proof__content .cus-btn {
        margin-left: auto;
        margin-right: auto;
    }

    .homepage-proof .row.align-items-center {
        row-gap: 1.5rem;
    }

    .homepage-proof__media {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767.98px) {
    .homepage-features__grid > [class*="col"],
    .homepage-pricing__grid > [class*="col"] {
        width: 100%;
    }

    .homepage-features__grid > [class*="col"] + [class*="col"],
    .homepage-pricing__grid > [class*="col"] + [class*="col"] {
        margin-top: 0.5rem;
    }

    .homepage-pricing-card {
        width: 100%;
    }

    .homepage-hero__carousel {
        width: 100%;
        max-height: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .site-header-fixed .main-menu {
        padding: 16px 0;
    }

    .site-header-fixed .main-menu__logo img {
        max-height: 50px;
    }
}

@media (max-width: 575px) {
    .homepage-section {
        padding: 44px 0;
    }

    .homepage-hero {
        margin-bottom: 24px;
    }

    .homepage-hero .text-block h1 {
        font-size: clamp(30px, 9vw, 40px);
    }

    .homepage-pricing-card {
        border-radius: 20px;
    }

    .homepage-pricing-card__intro {
        min-height: 0;
    }

    .homepage-pricing-card__features {
        grid-template-rows: none;
        gap: 6px;
    }

    .homepage-pricing-card__button {
        align-self: stretch;
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    .homepage-card,
    .homepage-audience-card {
        border-radius: 18px;
    }

    .homepage-proof__inner {
        border-radius: 20px;
        padding: 24px;
    }

    .homepage-proof__media img {
        border-radius: 18px;
    }

    .homepage-final-cta__inner {
        border-radius: 20px;
    }

    .site-footer {
        text-align: center;
    }
}

/* Blog listing */
.blog-title-banner {
    min-height: clamp(150px, 18vw, 220px);
    height: auto;
    padding: clamp(40px, 7vw, 72px) 16px clamp(32px, 5vw, 56px);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.blog-title-banner::before,
.blog-title-banner::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: rgba(255, 136, 32, 0.18);
    pointer-events: none;
}

.blog-title-banner::before {
    width: clamp(74px, 10vw, 150px);
    height: clamp(74px, 10vw, 150px);
    top: 18%;
    left: clamp(14px, 7vw, 110px);
}

.blog-title-banner::after {
    width: clamp(48px, 7vw, 96px);
    height: clamp(48px, 7vw, 96px);
    right: clamp(18px, 8vw, 130px);
    bottom: 18%;
}

.blog-title-banner__content {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto;
}

.blog-title-banner__content h1 {
    margin-bottom: 10px;
    color: #0b0c0d;
    font-size: clamp(2.25rem, 4.5vw, 4rem);
    line-height: 1.05;
}

.blog-title-banner__content p {
    max-width: 640px;
    margin: 0 auto;
    color: #45474f;
    font-size: clamp(0.95rem, 1.2vw, 1.125rem);
    line-height: 1.6;
}

.blog-list-section {
    background: #f7f7f5;
    padding: clamp(36px, 5vw, 72px) 0;
}

.blog-list-container {
    max-width: 1180px;
}

.blog-list-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(69, 71, 79, 0.08);
    border-radius: 22px;
    box-shadow: 0 10px 28px rgba(11, 12, 13, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.blog-list-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 136, 32, 0.22);
    box-shadow: 0 16px 36px rgba(11, 12, 13, 0.12);
}

.blog-list-card .blog-list-card__image {
    height: clamp(170px, 17vw, 220px);
    margin-bottom: 0;
    background: #f4f1ed;
    border-radius: 22px 22px 0 0;
}

.blog-list-card .blog-list-card__image a {
    display: block;
    width: 100%;
    height: 100%;
}

.blog-list-card .blog-list-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-list-card .blog-list-card__image--fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(24px, 4vw, 44px);
}

.blog-list-card .blog-list-card__image--fallback a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-list-card .blog-list-card__image--fallback img {
    max-width: 58%;
    max-height: 120px;
    object-fit: contain;
}

.blog-list-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px;
}

.blog-card .text-block.blog-list-card__content a,
.blog-card .text-block.blog-list-card__content p {
    display: block;
    overflow: visible;
    -webkit-line-clamp: initial;
    line-clamp: initial;
    -webkit-box-orient: initial;
}

.blog-list-card__meta {
    margin-bottom: 12px;
    color: #45474f;
    font-size: 0.9rem;
}

.blog-list-card__meta p {
    margin-bottom: 0;
}

.blog-list-card__title {
    margin-bottom: 10px;
    color: #0b0c0d;
    line-height: 1.25;
}

.blog-list-card__excerpt {
    display: -webkit-box !important;
    margin-bottom: 18px;
    color: #45474f;
    line-height: 1.55;
    overflow: hidden !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
}

.blog-list-card__link {
    width: fit-content;
    margin-top: auto;
}

.blog-list-empty {
    margin-bottom: 0;
    padding: 28px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(11, 12, 13, 0.06);
    text-align: center;
}

.blog-list-section .pagination {
    margin: clamp(32px, 4vw, 48px) auto 0;
}

@media (max-width: 767.98px) {
    .blog-title-banner {
        min-height: 132px;
        padding: 40px 16px 36px;
        background-image: none;
        background-color: #fff8f1;
    }

    .blog-title-banner::before {
        width: 58px;
        height: 58px;
        top: 10px;
        left: 10px;
    }

    .blog-title-banner::after {
        width: 44px;
        height: 44px;
        right: 12px;
        bottom: 10px;
    }

    .blog-title-banner__content {
        max-width: 100%;
    }

    .blog-title-banner__content h1 {
        margin-bottom: 12px;
        line-height: 1.15;
    }

    .blog-title-banner__content p {
        max-width: 100%;
        line-height: 1.5;
    }

    .blog-list-section {
        padding: 32px 0 44px;
    }

    .blog-list-card .blog-list-card__image {
        height: 180px;
    }

    .blog-list-card__content {
        padding: 18px;
    }
}

/* Fiche secteur */
.fiche-spot-page {
    background: linear-gradient(180deg, #fff8f1 0%, #fafafa 260px, #f7f7f5 100%);
    color: #212627;
    overflow-x: hidden;
}

.fiche-spot-page .container-fluid {
    max-width: 1440px;
}

.fiche-spot-breadcrumb-section {
    margin: 32px 0;
}

.fiche-spot-breadcrumb-card {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 127, 26, 0.16);
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(33, 38, 39, 0.08);
    display: inline-block;
    max-width: 100%;
    padding: 10px 14px;
}

.fiche-spot-breadcrumb {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.fiche-spot-breadcrumb__item {
    align-items: center;
    display: inline-flex;
    min-width: 0;
}

.fiche-spot-breadcrumb__item:not(:last-child)::after {
    color: #ff7f1a;
    content: '›';
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin: 0 10px;
}

.fiche-spot-breadcrumb__link,
.fiche-spot-breadcrumb__current {
    border-radius: 999px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    max-width: 100%;
    padding: 8px 12px;
    word-break: break-word;
}

.fiche-spot-breadcrumb__link {
    background: #fff8f1;
    border: 1px solid rgba(255, 127, 26, 0.18);
    color: #212627;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.fiche-spot-breadcrumb__link:hover,
.fiche-spot-breadcrumb__link:focus {
    background: #ff7f1a;
    border-color: #ff7f1a;
    color: #fff;
    transform: translateY(-1px);
}

.fiche-spot-breadcrumb__link--disabled,
.fiche-spot-breadcrumb__link--disabled:hover,
.fiche-spot-breadcrumb__link--disabled:focus {
    background: #f7f3ee;
    border-color: rgba(33, 38, 39, 0.08);
    color: #6b6b6b;
    cursor: default;
    transform: none;
}

.fiche-spot-breadcrumb__current {
    background: #ff7f1a;
    border: 1px solid #ff7f1a;
    box-shadow: 0 8px 18px rgba(255, 127, 26, 0.22);
    color: #fff;
}

.fiche-spot-main-section,
.fiche-spot-zones-section {
    margin: 48px 0;
}

.fiche-spot-page .sidebar,
.sector-hero-card,
.sector-zone-card,
.fiche-spot-page .blog-card {
    background: #fff;
    border: 1px solid rgba(33, 38, 39, 0.08);
    box-shadow: 0 18px 45px rgba(33, 38, 39, 0.08);
}

.fiche-spot-page .sidebar-title {
    background: linear-gradient(135deg, #ff8820 0%, #ff9d45 100%) !important;
    border-radius: 24px 24px 0 0;
}

.sector-zone-card {
    border-radius: 24px;
    overflow: hidden;
}

.sector-zone-card__header {
    position: relative;
    z-index: 1;
    margin: -1px -1px 0;
    width: calc(100% + 2px);
    padding: 17px 24px 16px;
    overflow: hidden;
    background: #ff8820 !important;
    border-radius: 24px 24px 0 0;
    color: #fff;
    text-align: center;
}

.sector-zone-card__header::before,
.sector-zone-card__header::after {
    display: none;
    content: none;
}

.sector-access-card {
    border-radius: 24px;
    overflow: hidden;
}

.sector-access-card > .sidebar-title {
    position: relative;
    z-index: 1;
    margin: -1px -1px 0;
    padding: 17px 24px 16px;
    width: calc(100% + 2px);
    overflow: hidden;
}

.sector-access-card > .sidebar-title::before,
.sector-access-card > .sidebar-title::after {
    display: none;
    content: none;
}

.sector-access-card > .sidebar-title h5 {
    margin: 0;
    line-height: 1.25;
}

@media (min-width: 992px) {
    .sector-access-card {
        position: sticky;
        top: calc(var(--site-header-height, 88px) + 24px);
    }
}

.sector-access-card__content {
    margin-bottom: 0 !important;
}

.sector-access-card__content .text-block {
    padding: 28px;
}

.sector-access-card__content p {
    color: #33363d;
    font-size: 16px;
    line-height: 1.75;
}

#mapspot.sector-access-card__map {
    height: 320px;
    margin: 0 24px 24px;
    width: auto;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(33, 38, 39, 0.1);
}

.sector-offline-download {
    padding: 0 24px 28px;
}

.sector-offline-download .text-block {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 20px;
    border-radius: 20px;
    background: #fff3e8;
    border: 1px solid rgba(255, 136, 32, 0.28);
}

.sector-offline-download__icon {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: #fff;
    background: #ff8820;
    box-shadow: 0 10px 25px rgba(255, 136, 32, 0.28);
}

.sector-offline-download h6 {
    margin-bottom: 6px;
    color: #212627;
    font-weight: 700;
}

.sector-offline-download p {
    margin-bottom: 14px;
    color: #45474f;
    font-size: 15px;
    line-height: 1.55;
}

.sector-offline-download .cus-btn {
    justify-content: center;
    min-height: 46px;
    background: #ff8820;
    color: #fff;
    border-radius: 999px;
}

.sector-hero-card {
    overflow: hidden;
    border-radius: 24px;
}

.sector-hero-card__media {
    position: relative;
    overflow: hidden;
    border-radius: 24px 24px 0 0;
    background: #212627;
}

.sector-hero-card__media img {
    display: block;
    width: 100%;
    max-height: 560px;
    object-fit: cover;
    border-radius: 0;
}

.sector-hero-card .text-block {
    padding: 28px;
}

.blog-list-section .blog-read-more span {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    background: transparent !important;
}

.blog-list-section .blog-read-more:hover,
.blog-list-section .blog-read-more:focus-visible {
    color: #FF8820 !important;
    background: transparent !important;
    transform: none;
}

.sector-zone-card__header h5 {
    margin-bottom: 0;
}

.sector-zone-card__media {
    overflow: hidden;
    background: #111;
    max-height: 620px;
}

.sector-zone-card__image {
    display: block;
    width: 100%;
    max-height: 620px;
    height: auto;
    object-fit: cover;
}

.sector-zone-card__media .trace_spot {
    height: 100%;
    object-fit: contain;
}

.sector-zone-card__routes {
    padding: 22px 24px 24px;
}

.sector-zone-card__routes .filter-block,
.sector-zone-card__routes .title,
.sector-zone-card__routes .tags-list {
    margin-bottom: 0 !important;
}

.sector-zone-card__routes .title {
    margin-bottom: 16px !important;
}

.sector-zone-card__routes .tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.sector-zone-card__routes .tags-list li {
    display: flex;
}

.sector-zone-card__routes .tags-list li a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border: 1px solid rgba(33, 38, 39, 0.22);
    border-radius: 999px;
    background: #fff;
    color: #212627;
    font-weight: 700;
    line-height: 1.25;
    box-shadow: 0 8px 18px rgba(33, 38, 39, 0.06);
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.sector-zone-card__routes .tags-list li a:hover,
.sector-zone-card__routes .tags-list li a:focus {
    border-color: #ff8820;
    background: #fff3e8;
    color: #ff8820;
    box-shadow: 0 10px 24px rgba(255, 136, 32, 0.16);
    transform: translateY(-1px);
}

.sector-zone-card__routes .tags-list li a:focus-visible {
    outline: 3px solid rgba(255, 136, 32, 0.34);
    outline-offset: 2px;
}

.sector-zone-card__routes .tags-list li a[style*="opacity: 1"] {
    border-color: #ff8820;
    background: #fff7ef;
    color: #d96600;
}

.sector-zone-card__routes hr {
    display: none;
}

@media (max-width: 1199px) {
    .fiche-spot-main-section,
    .fiche-spot-zones-section {
        margin: 40px 0;
    }

    .sector-zone-card__media,
    .sector-zone-card__image {
        max-height: 560px;
    }
}

@media (max-width: 991px) {
    .sector-access-card {
        position: static;
    }

    .sector-hero-card__media img {
        max-height: 480px;
    }
}

@media (max-width: 767px) {
    .fiche-spot-breadcrumb-section {
        margin: 24px 0;
    }

    .fiche-spot-breadcrumb-card {
        border-radius: 16px;
        display: block;
        padding: 10px;
    }

    .fiche-spot-breadcrumb {
        gap: 6px 0;
    }

    .fiche-spot-breadcrumb__item:not(:last-child)::after {
        margin: 0 6px;
    }

    .fiche-spot-breadcrumb__link,
    .fiche-spot-breadcrumb__current {
        font-size: 13px;
        padding: 7px 10px;
    }

    .fiche-spot-main-section,
    .fiche-spot-zones-section {
        margin: 32px 0;
    }

    .sector-access-card__content .text-block,
    .sector-hero-card .text-block,
    .sector-zone-card__routes {
        padding: 20px;
    }

    #mapspot.sector-access-card__map {
        height: 280px;
        margin: 0 18px 20px;
    }

    .sector-offline-download {
        padding: 0 18px 22px;
    }

    .sector-offline-download .text-block {
        flex-direction: column;
    }

    .sector-hero-card__media img,
    .sector-zone-card__media,
    .sector-zone-card__image {
        max-height: none;
    }

    .sector-zone-card__routes .tags-list {
        gap: 10px;
    }

    .sector-zone-card__routes .tags-list li,
    .sector-zone-card__routes .tags-list li a {
        width: 100%;
    }

    .sector-zone-card__routes .tags-list li a {
        min-height: 48px;
        padding: 12px 16px;
    }
}


@media (max-width: 1199.98px) {
    .homepage-pricing-card__intro {
        min-height: auto;
    }

    .homepage-pricing-card__features {
        gap: 14px;
        grid-template-rows: none;
    }
}


.mobile-nav__cta-wrapper {
    margin: 18px 0 10px;
}

.mobile-nav__cta-wrapper .mobile-nav__cta {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    white-space: normal;
}

.legal-page {
    max-width: 920px;
}

.legal-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(17, 24, 39, .06);
}

.legal-card--main .text-block {
    display: grid;
    gap: 28px;
}

.legal-card__section h2 {
    margin-bottom: 12px;
}

.blog-card.legal-card .text-block p,
.legal-card p {
    color: #374151;
    line-height: 1.7;
    margin-bottom: 8px;
    display: block;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: initial;
    max-height: none;
    height: auto;
    word-break: break-word;
    overflow-wrap: break-word;
}

.legal-card p:last-child {
    margin-bottom: 0;
}

.legal-card__list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding-left: 1.2rem;
    color: #374151;
    line-height: 1.7;
}

.legal-card__section a {
    color: #ff8820;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Trace editor mobile action bar */
@media (max-width: 768px) {
    #loaderMenuEdit {
        padding: 8px 10px 0;
        text-align: left;
        z-index: 2;
    }

    #loaderMenuEdit .trace-editor-actions {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: stretch;
        gap: 8px;
        width: 100%;
        margin: 0 !important;
        padding: 8px;
        box-sizing: border-box;
        background-color: #fff;
        border-radius: 0 0 8px 8px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    }

    #loaderMenuEdit .trace-editor-actions > .btn:not(.dNone) {
        display: inline-flex;
        flex: 1 1 calc(50% - 4px);
        align-items: center;
        justify-content: center;
        min-width: 0;
        max-width: 100%;
        margin: 0;
        padding: 7px 8px;
        white-space: normal;
        text-align: center;
        line-height: 1.2;
        font-size: 0.85rem;
        gap: 5px;
    }

    #loaderMenuEdit .trace-editor-actions > .dNone {
        display: none !important;
    }

    #loaderMenuEdit .trace-editor-actions > .loader:not(.dNone) {
        flex: 0 0 30px;
        align-self: center;
    }

    #editSpotModalBody .ajdustTopoSize {
        top: 128px;
        left: 0;
    }
}

/* Paid content modal */
.paid-content-modal .modal-content {
    border: 0;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(31, 41, 55, .22);
}

.paid-content-modal__hero {
    position: relative;
    padding: 1.35rem 1.5rem 1.15rem;
    background: linear-gradient(135deg, #fff7ed 0%, #ffffff 62%, #ecfdf5 100%);
    border-bottom: 1px solid #f2d2b4;
}

.paid-content-modal__eyebrow {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: .35rem .75rem;
    margin-bottom: .75rem;
    background: #ea7a12;
    color: #fff;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.paid-content-modal__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.paid-content-modal__title {
    margin: 0;
    color: #1f2937;
    font-size: 1.45rem;
    font-weight: 800;
}

.paid-content-modal__name {
    margin-top: .45rem;
    color: #ea7a12;
    font-size: 1.05rem;
    font-weight: 800;
}

.paid-content-modal__body {
    padding: 1.5rem;
}

.paid-content-modal__intro,
.paid-content-modal__text,
.paid-content-modal__need-account {
    color: #374151;
    line-height: 1.6;
}

.paid-content-modal__text {
    margin-bottom: 0;
}

.paid-content-modal__actions,
.paid-content-modal__form-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .75rem;
    margin-top: 1.25rem;
}

.paid-content-modal__account-box {
    margin-top: 1.15rem;
    padding: 1rem;
    border: 1px solid #f2d2b4;
    border-radius: 16px;
    background: #fffaf4;
}

.paid-content-modal__form {
    margin-top: .65rem;
}

.paid-content-modal__form label {
    display: block;
    margin-bottom: .35rem;
    color: #1f2937;
    font-size: .9rem;
    font-weight: 700;
}

.paid-content-modal__form input {
    width: 100%;
    min-height: 44px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: .65rem .8rem;
    background: #fff;
    color: #1f2937;
}

.paid-content-modal__form input:focus {
    border-color: #ea7a12;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(234, 122, 18, .13);
}

.paid-content-modal__message {
    border-radius: 10px;
    padding: .75rem .9rem;
    font-weight: 700;
}

.paid-content-modal__message--success {
    border: 1px solid #bbf7d0;
    background: #f0fdf4;
    color: #166534;
}

.paid-content-modal__message--error {
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #991b1b;
}

@media (max-width: 575.98px) {
    .paid-content-modal .modal-dialog {
        margin: .75rem;
    }

    .paid-content-modal__hero,
    .paid-content-modal__body {
        padding: 1rem;
    }

    .paid-content-modal__title {
        padding-right: 1.8rem;
        font-size: 1.25rem;
    }

    .paid-content-modal__actions .cus-btn,
    .paid-content-modal__form-actions .cus-btn {
        width: 100%;
        justify-content: center;
    }
}
