?AlkantarClanX12
| Current Path : /home/rankinh/saintgilleslesbains-bis/wp-content/themes/sglb-elementor-child/ |
| Current File : /home/rankinh/saintgilleslesbains-bis/wp-content/themes/sglb-elementor-child/style.css |
/*
Theme Name: SGLB Thème Enfant
Description: Thème enfant Elementor - SGLB
Author: Ranking
Template: hello-elementor
Version: 1.0.0
*/
.sglb-search-container {
display: flex; background: rgba(153, 153, 153, 0); padding: 10px; border-radius: 15px;
align-items: center; gap: 2px; max-width: 1100px; margin: 0 auto;
}
.sglb-search-field {
background: #fff; display: flex; align-items: center; padding: 10px 15px;
height: 50px; flex: 1; border-right: 1px solid #eee;
}
.sglb-search-field:first-child { border-radius: 10px 0 0 10px; }
.sglb-search-field.main-input { flex: 2; border-right: none; margin-right: 10px; border-radius: 0 10px 10px 0;}
.sglb-search-field i { color: #1e398c; margin-right: 10px; font-size: 14px; }
.sglb-search-field select, .sglb-search-field input {
border: none; width: 100%; font-size: 14px; outline: none; background: transparent;
}
.sglb-search-btn {
background: #0073aa; color: #fff; border: none; padding: 0 30px;
height: 50px; border-radius: 0 10px 10px 0; font-weight: bold; cursor: pointer;
}
@media (max-width: 768px) {
.sglb-search-container { flex-direction: column; background: transparent; gap: 10px; }
.sglb-search-field, .sglb-search-btn { border-radius: 10px !important; width: 100%; border: 1px solid #ddd; }
}