/* CSS spécifique Timeline */

.frise { position:relative; padding-left:22px; }
.frise::before { content:""; position:absolute; left:8px; top:0; bottom:0; width:4px; background: linear-gradient(var(--ccl-blue), var(--ccl-orange)); border-radius:10px; }
.frise-item { position:relative; background:#fff; border:2px solid #e9eef5; border-radius:16px; padding:12px 14px; margin:10px 0; box-shadow: var(--shadow); }
.frise-item::before { content:""; position:absolute; left:-18px; top:16px; width:12px; height:12px; background: var(--ccl-orange); border:2px solid #fff; border-radius:50%; box-shadow: 0 0 0 3px rgba(255,131,0,.2); }
