.bio h3 {
    color: #A79DEA;
    font-size: 14px;
    margin-top: 10px;
}

.albook-vqm .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #ff7d94;
    background-image: linear-gradient(to bottom, #ff7d94 0px, #ff7d94 100%);
    background-repeat: repeat-x;
    color: #ffffff;
}

ul > li.ui-state-focus {
    background: #ff7d94 !important;
    border-color: #ff7d94 !important;
    color: #fff !important;
}

.cookie {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 7px 20px;
    color: #666;
    font-size: 0.9em;
    background-color: #f2f2f2;
    border-bottom: 1px solid #e4e4e4;
}
.cookie a { text-decoration: underline;}
.cookie a:hover{ text-decoration: none;}
.cookie-btn{
    display: inline;
    margin-left: 15px;
    padding: 4px 10px;
    color: #FFF;
    background-color: #DE69BE;
    border-radius: 3px;
    cursor: pointer;
}

.cookie-btn:hover {
    background: #222f3c;
}

.cookie_btn_error{ background-color: #e84e40;}

.region-pub {
    padding-bottom: 5px;
}

.aln-region-pub-left,
.aln-region-pub-center,
.aln-region-pub-right {
    font-size: 24px;
    font-weight: bold;
    height: 80px;
    text-align: center;
    width: 100%;
    color: #A79DEA;
    border-radius: 5px;
    cursor: pointer;
    background-size: cover;
    margin-bottom: 10px;
}

.pub-description {
    color: #222f3c;
    padding: 10px;
    width: 100%;
    border-radius:50px;
}

.aln-region-pub-left:hover .pub-description,
.aln-region-pub-center:hover .pub-description,
.aln-region-pub-right:hover .pub-description {
    background: #fff;
    color: #DE69BE;
    border:none;
}

.pub-description i {
    transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    float: left;
    margin: 5px 0 0 10px;
    color: #DE69BE;
}

.pub-description h3 {
    position: absolute;
    left: 100px;
    top: 8px;
    font-weight: bold;
    font-size: 22px;
}

.adverts-category:hover img {
    border-radius: 12px;
}

.adverts-category .img-container {
    flex-shrink: 0; /* 🔥 empêche l'icône de rétrécir */
    width: auto; /* taille fixe (optionnel mais recommandé) */
}

.adverts-category .bio {
    flex: 1; /* prend l'espace restant */
    min-width: 0; /* 🔥 évite les débordements en flex */
    word-wrap: break-word;
}

.adverts-category .bio p {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Hero container */
.hero {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

/* Hero content card */
.hero-content {
    background: rgba(255,255,255,0.08); /* légère glass */
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 0px 30px 10px 30px;
    box-shadow: 0 12px 36px rgba(0,0,0,0.25);
    max-width: 700px;
}

/* Hero title with gradient */
.hero-content h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    color: #ffaebc;
    text-shadow: 0 2px 8px rgba(0,0,0,0.4);
    margin-bottom: 0px;
}

/* Hero subtitle */
.hero-content p {
    color: rgba(255,255,255,0.9);
    font-size: 22px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-content {
        padding: 30px 20px;
    }
    .hero-content h1 {
        font-size: clamp(2rem, 8vw, 3rem);
    }
    .hero-content p {
        font-size: clamp(0.9rem, 3vw, 1.2rem);
    }
}



.events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.events-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    text-align: center;
    padding-bottom: 20px;
    cursor: pointer;
}

.events-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    background: linear-gradient(135deg, #FFF, #ffaebc);
}

.events-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.events-card:hover img {
    transform: scale(1.05);
}

.events-card h3 {
    font-size: 1.8rem;
    margin: 20px 0 10px;
    font-weight: 600;
    background: linear-gradient(135deg, #6253c2, #ff4d6d);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1rem;
}

.events-card p {
    font-size: 14px;
    padding: 0 20px;
    line-height: 1.6;
}

.about-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}

.about-text {
    padding: 20px;
    border-radius: 12px;
}

.about-text h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    line-height: 1.3;
}
.about-text h2 span {
    background: linear-gradient(135deg, #6253c2, #ff4d6d);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about-text h2 span.el3ers-ar {
    font-size: 2rem;
}

.about-title {
    display: flex;
    column-gap: 10px;
    gap:10px;
    align-items: center;
    margin-bottom: 5px;
}

.about-description {
    font-weight: 500;
    margin-bottom: 20px;
    color: #444;
}

.about-text p {
    line-height: 1.7;
    margin-bottom: 15px;
}

.about-highlight {
    color: #cd46a7;
    margin-top: 20px;
}

.about-buttons {
    margin-top: 30px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}


.about-image  {
    width: 100%;
    border-radius: 24px;
    background: #FFF2FB;
    padding: 12px 24px 24px 24px;
}

.about-image h2 {
    color: #cd46a7;
}

/* Responsive */
@media (max-width: 992px) {
    .about-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .about-buttons {
        justify-content: center;
    }
}

ul.ui-autocomplete {
    z-index: 250;
    border-top: none;
    border-radius: 0 0 12px 12px;
    padding: 10px;
}
ul.ui-autocomplete li {
    line-height: 25px;
    border-radius: 12px;
}
.main-search-form .btn-default {
    background:#8274D8; border-width: 1px 0; border-color: #8274D8;border-radius:0;color: white;
}
.main-search-form .btn-default:hover, .dropdown-btn:active {
    background:#5343bd;color: white;
}
