/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 22 2025 | 21:56:23 */
/*===============================*/
/* BARRE DE RECHERCHE */
.wp-block-search {
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 20px !important;
}

.wp-block-search__inside-wrapper {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 15px !important;
    height: 25px !important;
    overflow: hidden !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

.wp-block-search__input {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 10px !important;
    font-size: 12px !important;
    width: 300px !important;
}

.wp-block-search__button {
    background-color: #ccc !important;
    color: #fff !important;
    border: none !important;
    padding: 10px !important;
    cursor: pointer !important;
}

.wp-block-search__button:hover {
    background-color: #848484 !important;
}


