.elementor-widget-ccy_emplois_recherche .container_recherche select {
    border: 0;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 20px;
    border-radius: 5px;
    font-family: Montserrat, serif;
}
.elementor-widget-ccy_emplois_recherche .container_recherche .select-with-overlay-icon {
    position: relative;
    display: inline-block;
}
.elementor-widget-ccy_emplois_recherche .container_recherche .select-with-overlay-icon select {
    text-indent: 1px;
    text-overflow: '';
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
.elementor-widget-ccy_emplois_recherche .container_recherche .select-with-overlay-icon .select-overlay-icon {
    color: black;
    position: absolute;
    top: 14px;
    right: 20px;
}
.elementor-widget-ccy_emplois_recherche .container_recherche .btn_blanc {
    color: #000;
    height: 58px;
    font-size: 18px;
    min-width: 280px;
    font-weight: 800;
    font-stretch: normal;
    font-family: Montserrat, serif;
    border: solid 2px #000000;
    padding: 18px 25px 18px 25px;
    background-color: #ffffff !important;
    white-space: nowrap;
    border-radius: 0;
}
.elementor-widget-ccy_emplois_recherche .container_recherche .btn_blanc svg {
    fill: #000;
}
.elementor-widget-ccy_emplois_recherche .container_recherche .btn_blanc:hover {
    color: #fff;
    background: #000 !important;
}
.elementor-widget-ccy_emplois_recherche .container_recherche .btn_blanc:hover svg {
    fill: #fff;
}
.elementor-widget-ccy_emplois_recherche .container_recherche .btn_blanc:hover .lds-dual-ring:after {
    border-color: #ffffff transparent #ffffff transparent !important;
}
@media (min-width: 768px) {
    .row_flex {
        flex-direction: row;
    }
    .container_recherche select {
        padding: 15px 20px;
        margin-bottom: 32px;
        min-width: 326px;
    }
}
@media (max-width: 767px) {
    .row_flex {
        flex-direction: column;
    }
    .container_recherche select {
        padding: 15px 20px;
        margin-bottom: 32px;
        min-width: 280px;
    }
}
.lds-dual-ring {
    margin: auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 12px;
    z-index: 1;
}
.lds-dual-ring:after {
    content: "";
    display: block;
    animation: lds-dual-ring 1.2s linear infinite;
    border: 7px solid #cecece;
    border-radius: 50%;
    border-color: #23282d transparent #23282d transparent;
    width: 34px;
    height: 34px;
    margin: auto;
    transition: 0.3s;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
