/*
Theme Name: Hello Elementor Child
Theme URI: https://studionumerik.fr/
Description: Hello Elementor Child Theme
Author: Studio Numerik
Author URL: https://studionumerik.fr/
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URL: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-elementorchild
*/
/* Placer votre CSS ci-dessous */

@media screen and (max-width: 767px) {    input,    textarea,    select {        font-size: 16px !important;    }}
@media screen and (max-width: 767px) {    .woocommerce input,    .woocommerce textarea,    .woocommerce select {        font-size: 16px !important;    }}



/* Moteur de recherche formations Allow */

.allow-formation-search {
    width: 100%;
    max-width: 900px;
    margin: 0px auto 0;
}

.allow-formation-search-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    border-radius: 10px;
}

.allow-formation-label {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #FFF;
}

.allow-formation-form {
    display: flex;
    align-items: center;
    gap: 0;
 
}

.allow-formation-select {
    flex: 1;
    height: 58px;
    border: 1px solid #FFF;
    border-right: none;
    border-radius: 6px 0 0 6px;
    padding: 0 18px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    background-color: transparent;
    outline: none;
    appearance: auto;
}
    .allow-formation-select {
        color: #ffffff;
    }

    .allow-formation-select option {
        color: #000;
    }

    .allow-formation-select option[value=""] {
        color: #ffffff;
    }

        .allow-formation-select optgroup {
            color: #0F1A14;
            background-color: #ffffff;
            font-weight: 700;
        }

        .allow-formation-select option {
            color: #0F1A14;
            background-color: #ffffff;
        }

            .allow-formation-select option[value=""] {
                color: #ffffff;
            }


    .allow-formation-select:focus {
        border-color: #FFF;
        box-shadow: none;
    }

.allow-formation-button {
    height: 58px;
    min-width: 150px;
    border: none !important;
    border-radius: 0px 25px 25px 0px !important;
    padding: 0 28px;
    background: #1A7A3C;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease;
}



.allow-select-error {
    border-color: #ff3030 !important;
}

@media (max-width: 767px) {
    .allow-formation-search {
        max-width: 100%;
    }

    .allow-formation-search-inner {
        display:block;
        padding: 12px;
        border-radius: 10px;
    }

    .allow-formation-form {
        flex-direction: flex;
        gap: 0px;
    }

    .allow-formation-select {
        width: 100%;
        height: 54px;
        border: 1px solid #e2e2e2;
        font-size: 15px;
    }

    .allow-formation-button {
        width: 100%;
        height: 54px;
        border-radius: 6px;
        min-width: auto;
    }
}