@charset "windows-1252";

.search-bar { background-color: rgb(255, 255, 255); border-radius: 50px; padding: 8px; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 15px; }

.picto-search { height: 42px; width: auto; object-fit: contain; }

.border-right { border-right: 1px solid rgb(255, 255, 255) !important; }

.search-field input.form-control { border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; box-shadow: none; background-color: transparent; font-size: 1.75rem; color: rgb(51, 51, 51); padding-left: 5px; }

.search-field .select2-container--default .select2-selection--single { padding: 5px 0px; border-width: medium !important; border-style: none !important; border-color: currentcolor !important; border-image: initial !important; background-color: transparent !important; box-shadow: none !important; height: auto !important; }

.search-field .select2-container .select2-selection--single .select2-selection__rendered { color: rgb(51, 51, 51); font-size: 1.75rem; font-weight: 500; padding-left: 0px !important; }

.search-field .select2-container--default .select2-selection--single .select2-selection__arrow { height: 26px; right: 5px; }

.btn-connexion { background-color: rgb(160, 140, 91); color: white; transition: background 0.3s; }

.btn-connexion:hover { background-color: rgb(138, 118, 70); color: white; }