.dropbtn {
    background-color: #78C1FF; /*#AF4C50;*/
    color: white;
    padding: 8px; /*16px; */
    font-size: 14px;
    border-style: dashed;border-color: #f00; /*  none; */
    
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block; z-index: 9999999999999;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a{
    color: black; 
    padding: 4px 16px;  /* 12px 16px; */
    text-decoration: none;
    display: block;
    
    direction: ltr;
    text-align: right;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #333;/* #8e3e41; */
}
#header .pays a{text-decoration:none; color:#444}
#header .pays a:hover{text-decoration:none; color:#f44}




.search-box {
    background: #1e1e2f;
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    max-width: 600px;
    margin: auto;
}

.search-box h3 {
    margin-bottom: 10px;
}

.filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.filters select,
.filters button {
    padding: 8px;
    border-radius: 5px;
    border: none;
}

.filters button {
    background: #007bff;
    color: #fff;
    cursor: pointer;
}

.filters button:hover {
    background: #0056b3;
}
