/*
Theme Name: Le Silo (Child)
Theme URI: https://le-silo.top
Description: Thème enfant de Twenty Twenty-Four
Author: Fishtank
Author URI: https://fishtank.fr
Template: twentytwentyfour
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentytwo-child
*/

.wp-block-site-logo img {
    width: auto;
    height: 200px;
}
header {
    background-color: #242423;
}

footer {
    background-color: #242423;
    color: #fff;
    margin:0px;
}
footer h2 {
   color: #fff !important;
}

footer a {
   color: #fff !important;
}
footer a:hover {
   color: #f0f0f0 !important;
}
.batiment-accueil{
    background-image: url('images/batiment-accueil.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Ajout de l'effet de parallaxe */
    min-height: 400px;
}

/* FRMULAIRE */
.full{
    width: 100%;
}

.formulaire-silo{
    width: 100%;
}
.form-group {
    width: 100%;
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #333;
}

.form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  background-color: #f9f9f9;
}

.form-control:focus {
  border-color: #111;
  background-color: #fff;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
}

.btn-primary {
  background-color: #111;
  color: white;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.btn-primary:hover {
  background-color: #333;
}