/*
Theme Name: Plombier Express Strasbourg
Theme URI: https://ton-site.com
Author: Ton Nom
Author URI: https://ton-site.com
Description: Thème sur mesure pour plombier à Strasbourg.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: plombier-strasbourg
*/

/* Note : Le design principal est géré par Tailwind CSS (chargé dans functions.php).
   Ici, nous mettons uniquement les styles spécifiques non gérés par Tailwind.
*/

body { font-family: 'Roboto', sans-serif; }
h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; }

/* Effet de vague pour la séparation des sections */
.wave-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}
.wave-bottom svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 60px;
}
.wave-bottom .shape-fill {
    fill: #ffffff;
}

/* Animation douce sur les boutons */
.btn-hover:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}