/* CYLINDRI — fiche annonce V2. Tous les styles sont limités au contexte V2. */

/* POINTS FORTS + CARACTÉRISTIQUES restent 100 % pilotés par Elementor/Vehica,
   exactement comme sur la template 13486. Aucun style V2 ne les surcharge. */

/* L'ancienne zone Vidéo / Description / Documents reste dans Elementor mais est masquée en V2. */
.cylindri-v2-active .elementor-element-21b72bf,
.cylindri-v2-active .elementor-element-7425d72,
.cylindri-v2-active .elementor-element-159b6be,
.cylindri-v2-active .elementor-element-a6170a8,
.cylindri-v2-active .elementor-element-d8126b0,
.cylindri-v2-active .elementor-element-913b40c,
.cylindri-v2-active .elementor-element-cbde98e,
.cylindri-v2-active .elementor-element-c47bcd9,
.cylindri-v2-active .elementor-element-d1e69b6,
.cylindri-v2-active .elementor-element-4d15917,
.cylindri-v2-active .elementor-element-3782ff7,
.cylindri-v2-active .elementor-element-dfd6ee8,
.cylindri-v2-active .elementor-element-a9eb762 {
    display: none !important;
}

.cylindri-v2-active .elementor-element-267e7de {
    display: none !important;
}

.cylindri-v2-active .elementor-element-0ad3e57 {
    margin: 0 !important;
}

.cylindri-v2-active .elementor-element-0ad3e57 > .elementor-widget-container {
    margin: 0 !important;
}

.cyl-v2-sections {
    width: 100%;
}

.cyl-v2-section {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    column-gap: 28px;
    padding: 36px 0;
    border-bottom: 1px solid #d8dade;
}

.cyl-v2-section:last-child {
    border-bottom: 0;
}

.cyl-v2-section__title {
    margin: 0;
    font: inherit;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    text-transform: uppercase;
}

.cyl-v2-section__main {
    min-width: 0;
}

.cyl-v2-section__copy,
.cyl-v2-timeline__content {
    color: #222;
    font-size: 15px;
    line-height: 1.67;
}

.cyl-v2-section__copy p,
.cyl-v2-timeline__content p {
    margin: 0 0 16px;
}

.cyl-v2-section__copy > *:first-child,
.cyl-v2-timeline__content > *:first-child {
    margin-top: 0;
}

.cyl-v2-section__copy > *:last-child,
.cyl-v2-timeline__content > *:last-child {
    margin-bottom: 0;
}

.cyl-v2-section__copy ul {
    margin: 7px 0 22px;
    padding-left: 19px;
}

.cyl-v2-section__copy li {
    margin-bottom: 7px;
}

.cyl-v2-section__copy > p > b:only-child,
.cyl-v2-section__copy > b {
    display: inline-block;
    margin-top: 5px;
}

.cyl-v2-section--collapsible .cyl-v2-expandable {
    position: relative;
    max-height: 245px;
    overflow: hidden;
    transition: max-height .25s ease;
}

.cyl-v2-section--collapsible:not(.is-expanded) .cyl-v2-section__main {
    position: relative;
}

.cyl-v2-section--collapsible:not(.is-expanded) .cyl-v2-section__main::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 32px;
    height: 82px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 78%);
}

.cyl-v2-section--collapsible.is-expanded .cyl-v2-expandable {
    max-height: 5000px;
}

.cyl-v2-section--collapsible.is-expanded .cyl-v2-section__main::after {
    display: none;
}

.cyl-v2-more {
    position: relative;
    z-index: 2;
    margin-top: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #111;
    font: inherit;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: .02em;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

.cyl-v2-documents {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cyl-v2-documents__files {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.cyl-v2-doc {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 37px;
    padding: 8px 13px;
    border: 1px solid #d8dade;
    border-radius: 999px;
    color: #111 !important;
    background: #fff;
    text-decoration: none !important;
    font-size: 13px;
    line-height: 1.2;
}

.cyl-v2-doc:hover {
    border-color: #111;
}

.cyl-v2-doc__icon {
    font-size: 11px;
}

.cyl-v2-carvertical {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex: 0 0 auto;
    min-height: 45px;
    padding: 12px 17px;
    background: #111;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 500;
}

.cyl-v2-carvertical:hover {
    background: #2a2a2a;
}

.cyl-v2-timeline {
    position: relative;
    padding-left: 25px;
    border-left: 1px solid #cfd3d8;
}

.cyl-v2-timeline__dot {
    position: absolute;
    width: 12px;
    height: 12px;
    left: -7px;
    top: 4px;
    background: #fff;
    border: 1px solid #111;
    border-radius: 50%;
}

.cyl-v2-editor-placeholder {
    padding: 18px;
    border: 1px dashed #780000;
    background: #fff8f8;
    font-size: 14px;
}

@media (max-width: 1024px) {
    .cyl-v2-section {
        grid-template-columns: 180px minmax(0, 1fr);
        column-gap: 22px;
    }
}

@media (max-width: 767px) {
    .cyl-v2-section {
        grid-template-columns: 1fr;
        row-gap: 17px;
        padding: 28px 0;
    }

    .cyl-v2-section__title {
        font-size: 18px !important;
    }

    .cyl-v2-section__copy,
    .cyl-v2-timeline__content {
        font-size: 14px;
        line-height: 1.6;
    }

    .cyl-v2-documents {
        align-items: stretch;
        flex-direction: column;
    }

    .cyl-v2-documents__files {
        width: 100%;
    }

    .cyl-v2-carvertical {
        width: 100%;
    }

    .cyl-v2-section--collapsible .cyl-v2-expandable {
        max-height: 230px;
    }
}
