.ol-story-sep, .ol-story-total{
   font-size: 11px;
}
.ol-story-step-inner{
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 60px;
}

/* ligne dans la colonne texte */
.ol-story-step-inner::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    height: 1px;
    background: rgba(0,0,0,0.08);
  
}

/* actif */
.ol-story-step.is-active .ol-story-step-inner::after{
    background: rgba(0,0,0,0.18);
}
.ol-story-kicker{
margin-bottom: clamp(28px,4vw,40px);    
overflow: hidden;
}

.ol-story-kicker-number{
    font-size: 14px;
    letter-spacing: 3px;
    display: inline-block;
}
.ol-story-kicker{
    display: flex;
    align-items: center;
}

.ol-story-mini-bar-2{
    position: relative;
    width: 40px;
    height: 1px;
    margin-left: 10px;
    background: rgba(0,0,0,0.15);
    overflow: hidden;
}

.ol-story-mini-fill-2{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    transition: width 1.2s cubic-bezier(.22,.61,.36,1);
}

/*fix */
.ol-story-step.is-active .ol-story-mini-fill-2{
    width: 100%;
}
.ol-story-step{
    opacity: 0.35;
    transition: all 0.6s cubic-bezier(.22,.61,.36,1);
}

.ol-story-step.is-active{
    opacity: 1;
}
.ol-storytelling{
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: 100vh;
}
.ol-story-visual{
    flex: 0 0 50%;
    max-width: 50%;
}

.ol-story-content{
    flex: 0 0 50%;
    max-width: 50%;
}
.ol-story-progress{
    position: absolute;
    top: 50%;
    right: 25px;

    transform: translateY(-50%);

    width: 1px;
    height: 60vh;

    background: rgba(255,255,255,0.15);

    z-index: 10;
    overflow: hidden;
}

/* BAR FILL */
.ol-story-progress-bar{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 0%;

    background: #ffffff;

    transform-origin: top;
}


.ol-storytelling{
    position: relative;
    display: flex;
    width: 100%;
    min-height: 100vh;
    /*background: #0b0b0b;*/
}

/*
|--------------------------------------------------------------------------
| VISUAL (STICKY LEFT)
|--------------------------------------------------------------------------
*/

.ol-story-visual{
    position: -webkit-sticky;
    position: sticky;
    top: 0;

    width: 50%;
    height: 100vh;

    overflow: hidden;

    background: #000;

    align-self: flex-start;
}

/*
|--------------------------------------------------------------------------
| IMAGE LAYERS
|--------------------------------------------------------------------------
*/

.ol-story-image{
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    opacity: 0;
    visibility: hidden;

    transform: scale(1.05);

    transition:
        opacity 0.9s ease,
        transform 1.2s ease,
        visibility 0.9s ease;
}

.ol-story-image.active{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 2;
}

/*
|--------------------------------------------------------------------------
| MEDIA (IMG / VIDEO)
|--------------------------------------------------------------------------
*/

.ol-story-media{
    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;
}

/*
|--------------------------------------------------------------------------
| OVERLAY
|--------------------------------------------------------------------------
*/

.ol-story-overlay{
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;

    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.15),
        rgba(0,0,0,0.55)
    );
}

/*
|--------------------------------------------------------------------------
| CONTENT (RIGHT)
|--------------------------------------------------------------------------
*/

.ol-story-content{
    width: 50%;
    position: relative;
    z-index: 5;
}

/*
|--------------------------------------------------------------------------
| STEP SECTION
|--------------------------------------------------------------------------
*/

.ol-story-step{
    min-height: 100vh;

    display: flex;
    align-items: center;

    padding: clamp(70px, 10vh, 120px)
             clamp(40px, 8vw, 120px);
}

/*
|--------------------------------------------------------------------------
| INNER BLOCK
|--------------------------------------------------------------------------
*/

.ol-story-inner{
    max-width: 620px;
    width: 100%;
}

/*
|--------------------------------------------------------------------------
| TITLE
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| STEP COUNTER (BOTTOM LEFT)
|--------------------------------------------------------------------------
*/

.ol-story-counter{
    position: absolute;
    left: 30px;
    bottom: 30px;

    z-index: 15;

    color: #fff;

    font-size: 14px;
    letter-spacing: 2px;

    display: flex;
    align-items: center;
    gap: 6px;

    pointer-events: none;
}

/* BIG NUMBER */
.ol-story-current{
    font-weight: 600;
    font-size: 18px;
}

/* SMALL BAR */
.ol-story-mini-bar{
    position: relative;

    width: 60px;
    height: 1px;

    background: rgba(255,255,255,0.2);

    margin-left: 12px;
    overflow: hidden;
}

/* FILL */
.ol-story-mini-fill{
    position: absolute;
    left: 0;
    top: 0;

    height: 100%;
    width: 0%;

    background: #fff;
}
.ol-story-title{
    font-size: clamp(1.75rem,34vw,2.1rem);
    line-height: 0.95;
    font-weight: 600;
    letter-spacing: -1.5px;
    margin: 0 0 25px;
}

/*
|--------------------------------------------------------------------------
| TEXT
|--------------------------------------------------------------------------
*/

.ol-story-text{
    font-size: 18px;
    line-height: 1.55;

    color: rgba(0, 0, 0, 0.75);
}

/*
|--------------------------------------------------------------------------
| BUTTON
|--------------------------------------------------------------------------
*/

.ol-story-button{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 8px;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  transition: all .35s ease;
  padding: 0 0 6px;
  margin-top: 40px;
}

.ol-story-button:hover{
	gap: 24px;
    background: rgba(255,255,255,0.05);
}
.gm-arrowg {
  position: relative;
  transition: transform .35s ease;
}
/*
|--------------------------------------------------------------------------
| RESPONSIVE
|--------------------------------------------------------------------------
*/
@media (max-width: 980px){
.ol-story-visual{
    touch-action: pan-y;
    cursor: grab;
}

.ol-story-visual:active{
    cursor: grabbing;
}
    .ol-storytelling{
        display: block;
    }

    .ol-story-visual{
        position: relative;
    width: 100% !important;
    aspect-ratio: 4 / 5;
    height: auto;
    overflow: hidden;
    max-width: 100% !important;
    }

    .ol-story-content{
        width: 100%;
        max-width: 100%;
        margin-top: 15px;
    }

    .ol-story-step{
        min-height: auto;
        padding: 25px 25px;
        opacity: 1 !important;
    }

    .ol-story-title{
        font-size: clamp(34px, 7vw, 54px);
    }

    .ol-story-progress,
    .ol-story-mini-bar{
        display: none !important;
    }

    .ol-story-image{
        position: absolute;
        inset: 0;

        width: 100%;
        height: 100%;

        opacity: 0;
        visibility: hidden;

        transform: scale(1.08);

        transition:
            opacity 1s cubic-bezier(.22,.61,.36,1),
            transform 1.8s cubic-bezier(.22,.61,.36,1),
            visibility 1s ease;

        will-change: transform, opacity;
    }

    .ol-story-image.active{
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        z-index: 2;
    }

    .ol-story-overlay{
        pointer-events: none;
    }
.ol-story-step {
    order: 10;
    opacity: 0.35;
    transform: translateY(12px);
    transition: opacity 1.5s cubic-bezier(.22,.61,.36,1),
                transform 1.5s cubic-bezier(.22,.61,.36,1);
}

.ol-story-step.is-active {
    order: 0;
    opacity: 1;
    transform: translateY(0);
}

    .ol-story-content {
        display: flex;
        flex-direction: column;
    }
	.ol-story-title,
.ol-story-text{
    transition: opacity 1s cubic-bezier(.22,.61,.36,1),
                transform 1s cubic-bezier(.22,.61,.36,1);
}

/* état normal (hors focus) */
.ol-story-step:not(.is-active) .ol-story-title,
.ol-story-step:not(.is-active) .ol-story-text{
    opacity: 0.5;
    transform: translateY(6px);
}

/* actif */
.ol-story-step.is-active .ol-story-title,
.ol-story-step.is-active .ol-story-text{
    opacity: 1;
    transform: translateY(0);
}
.ol-story-timer{
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 12px;
    height: 2px;
    background: rgba(255,255,255,0.25);
    overflow: hidden;
    z-index: 20;
}

.ol-story-timer-fill{
    width: 0%;
    height: 100%;
    background: rgba(255,255,255,0.65);
    transition: width 3.5s linear;
}
.ol-storytelling{
    position: sticky;
    top: 0;
}
}