/*
Theme Name: Concièrgerie des aînés
Theme URI: https://conciergeriedesaines.fr/ 
Author: Toi
Description: Thème simple et responsive avec bannière sous logo et menu.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: conciergerie

*/

@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css'); 

body { font-family: 'Roboto', Arial, sans-serif; background-color: #fff; color: #333; margin: 0; padding: 0; }

.container {
    max-width: 1140px;
    margin: auto;
    padding: 0 15px;
}

.navbar { background-color: #fff; border-bottom: 1px solid #eee; }

.logo { font-size: 24px; font-weight: bold; text-align: center; margin-bottom: 1rem; color: #333; }

.jumbotron { background-color: #f8f9fa; padding: 2rem 1rem; text-align: center; border-radius: 4px; margin: 2rem 0; }

.site-footer {
    background-color: #f8f9fa;
    padding: 2rem 0;
    text-align: center;
    font-size: 14px;
    color: #656565;
    margin-top: 3rem;
}


.wpcf7 .row {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.wpcf7 .row > label { flex: 1 1 48%; display: flex; flex-direction: column; }

.wpcf7 .input-text, 
.wpcf7 .input-textarea { width: 100%; padding: 8px 10px; border: 1px solid #ccc; border-radius: 4px; font-size: 15px; box-sizing: border-box; resize: vertical; }
.wpcf7 .input-textarea { min-height: 100px; }
.wpcf7 .buttons-row { justify-content: center; display: flex; }
.wpcf7 .btn-submit { background-color: #4CAF50; border: none; color: white; padding: 12px 30px; font-size: 16px; border-radius: 5px; cursor: pointer; width: auto; transition: background-color 0.3s ease; }
.wpcf7 .btn-submit:hover { background-color: #45a049; }

@media (max-width: 599px) {
  .wpcf7 .row > label {
    flex: 1 1 100%;
  }
}
.titre-flex { display: flex; align-items: center; /* centrage vertical */ gap: 8px; }

.star i { font-size: 1.0em; line-height: 1; vertical-align: middle; }
h3 { margin: 0; line-height: 1.2; font-weight: bold; }