.event-header-badges { 
    display: flex; 
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
	justify-content: center;
    padding-top: 60px;
	margin-bottom: 2px !important;
}
.kl-mb-sp-4 {
    margin-bottom: 10px !important;
}

.event-header-badges .kl-single-title-post--title {
    background: none !important; 
    font-weight: 400 !important; 
    padding: 0 !important; 
}

.event-main-title {
    line-height: 1.2;
	text-align: center; 
    font-size: 3rem; 
    margin-bottom: 30px; 
	padding-left: 5px; 
    padding-right:5px; 
}


.event-three-columns {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
	padding-top: 50px !important;
}


.col-event-image {
    flex: 0 0 calc(25% - 20px);
    max-width: calc(25% - 20px);
}

.event-image-wrapper img {
    border-radius: 4px;
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.event-image-caption {
    margin-top: 8px;
    font-size: 13px;
    color: #666;
    font-style: italic;
    line-height: 1.4;
}


.col-event-content {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
}

.event-article-content {
    padding-right: 0;
}


.col-event-sidebar {
    flex: 0 0 calc(25% - 20px);
    max-width: calc(25% - 20px);
}

.event-sidebar-container {
    border-top: none;
    padding-top: 0;
    height: 100%;
}


.sidebar-cta-top { 
    margin-bottom: 25px;
}

.btn-reserve-square {
    display: block;
    width: 100%;
    background: #2d2f33 !important;
    color: #fff !important;
    text-align: center;
    padding: 18px 25px;
    border-radius: 0;
    font-weight: 700;
    font-size: 20px; 
    text-decoration: none;
    transition: background 0.3s ease, transform 0.2s ease;
    border: none;
    cursor: pointer;
}

.btn-reserve-square:hover,
.btn-reserve-square:focus {
    background: #000 !important;
    color: #fff !important;
    transform: translateY(-2px);
    text-decoration: none;
    outline: 2px solid #000;
    outline-offset: 2px;
}


.sidebar-info-list {
    margin-bottom: 20px;
}

.info-row {
    padding: 28px 0;
    border-bottom: 1px solid #C6C6C6;
}

.info-row:first-child {
    padding-top: 0;
}

.info-row:last-child {
    border-bottom: none;
}

#event-tarif {
    position: relative;
    margin-bottom: 0;
    border: none;
    height: 40px;
	border: 1px solid black;
}

#event-tarif .info-header {
    visibility: hidden;
}

#event-tarif .info-value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    line-height: 0.95;
    white-space: nowrap;
    text-align: center;
    padding: 1px 6px;
}


.info-row-quand {
    padding-top: 0;
}


.info-row-lieu {
    border-bottom: none;
}

.info-header {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 5px;
	padding-top: 10px
}

.info-icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    color: #000;
    flex-shrink: 0;
    stroke-width: 2;
}

.info-label {
    font-size: 17px; 
    font-weight: 600;
    color: #000;
    line-height: 1.3;
    letter-spacing: 0;
}

.info-value {
    font-size: 17px; 
    color: #000;
    font-weight: 400;
    padding-left: 0;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.sidebar-map-wrapper {
    margin-top: 20px;
    margin-bottom: 0;
}

.sidebar-map-wrapper iframe {
    display: block;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.event-en-savoir-plus-section {
    margin-top: 40px;
    padding-top: 0;
}

.en-savoir-plus-divider {
    width: 100%;
    height: 2px;
    background-color: #C6C6C6;
    margin-bottom: 30px;
}

.en-savoir-plus-content {
    max-width: 100%;
}

.en-savoir-plus-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}

.en-savoir-plus-text {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

.en-savoir-plus-text p {
    margin-bottom: 15px;
}

.en-savoir-plus-text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .event-main-title { 
        font-size: 2rem; 
        margin-bottom: 24px;
    }
    
    
    .event-three-columns {
        flex-direction: column;
        gap: 20px;
    }
    
    .col-event-image,
    .col-event-content,
    .col-event-sidebar {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .col-event-sidebar {
        order: 1;
    }
    
    .col-event-content {
        order: 2;
    }
    
    .col-event-image {
        order: 3;
    }
    
    .event-sidebar-container {
        border-top: none;
        padding-top: 0;
        border-bottom: 2px solid #e5e5e5;
        padding-bottom: 10px;
        margin-bottom: 5px;
    }
    
    
    .mobile-first-element {
        margin-bottom: 20px;
        order: 2; 
    }
    
    .col-event-image {
        order: 3;
    }
    
    
    .col-event-content {
        order: 4;
    }
}

@media (max-width: 767px) {
    .event-main-title {
        font-size: 2rem;
    }
    
    .event-header-badges {
        margin-top: 20px;
        gap: 5px;
    }
    
    .btn-reserve-square {
        padding: 16px 20px;
        font-size: 18px; 
    }
    
    .sidebar-map-wrapper iframe {
        height: 250px !important;
    }
    
    .info-label {
        font-size: 17px; 
    }
    
    .info-value {
        font-size: 17px; 
    }
    
    .info-icon {
        width: 18px;
        height: 18px;
        min-width: 18px;
    }
    
    .info-row,
    .info-row-quand,
    .info-row-lieu {
        padding: 24px 0;
    }
    
    .info-row:first-child,
    .info-row-quand {
        padding-top: 24px;
    }
    
    .event-image-caption {
        font-size: 12px;
    }
    
    .en-savoir-plus-title {
        font-size: 20px;
    }
    
    .en-savoir-plus-text {
        font-size: 15px;
    }
}