@charset "UTF-8";

/*
Theme Name: Syndicat des Liqueurs
Theme URI: https://lebostudio.fr
Author: Lebostudio
Author URI: https://lebostudio.fr
Description: Theme sur mesure pour le Syndicat des Liqueurs
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: syndicat
*/
body {
    overflow-x: hidden;
}
.alignfull {
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    max-width    : 100vw;
}

.custom-map-filter select::placeholder,
.custom-map-filter input::placeholder {
    color: white;

}

.custom-map-filter select::-ms-input-placeholder,
.custom-map-filter input::-ms-input-placeholder
{
    color: white;
    opacity: 1; /* Firefox */
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

/* Align text in select elements for Safari */
select {
    text-align: left; /* or center, right as needed */
    text-align-last: left; /* for the selected option */
    -webkit-appearance: none; /* Remove default styling */
}

/* Remove rounded borders on input elements for Safari */
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}