:root { --accent: #f07c00; } @keyframes spin3 { 0%, 100% { box-shadow: 10px 10px rgba(255, 255, 255, 1), -10px 10px rgba(255, 255, 255, 0.2), -10px -10px rgba(255, 255, 255, 1), 10px -10px rgba(255, 255, 255, 0.2); } 25% { box-shadow: -10px 10px rgba(255, 255, 255, 0.2), -10px -10px rgba(255, 255, 255, 1), 10px -10px rgba(255, 255, 255, 0.2), 10px 10px rgba(255, 255, 255, 1); } 50% { box-shadow: -10px -10px rgba(255, 255, 255, 1), 10px -10px rgba(255, 255, 255, 0.2), 10px 10px rgba(255, 255, 255, 1), -10px 10px rgba(255, 255, 255, 0.2); } 75% { box-shadow: 10px -10px rgba(255, 255, 255, 0.2), 10px 10px rgba(255, 255, 255, 1), -10px 10px rgba(255, 255, 255, 0.2), -10px -10px rgba(255, 255, 255, 1); } } #wpadminbar { top: 0 !important; } #c27-site-wrapper { background-color: #f4f4f4 }.sbf-container .listing-details { border-top: none; height: 55px; display: none !important; align-items: center; padding: 0 15px; } .sbf-title { padding: 20px 20px 20px !important; text-align: left !important; } .info.expires-at { display: none !important; } .wpcf7 input, textarea { width: 100%; display: block; border: solid; resize: none; line-height: 18px; background-color: transparent; padding: 14px 10px; color: #242429; outline: none; font-size: 14px; border-bottom: 1px solid rgba(0, 0, 0, .2); transition: padding .25sease-in-out; border-top: 1px solid rgba(0, 0, 0, .2); border-left: 1px solid rgba(0, 0, 0, .2); border-right: 1px solid rgba(0, 0, 0, .2); border-radius : 5px; } /* Appliquer un effet au focus */ .wpcf7 input:focus, .wpcf7 textarea:focus { border-color: #666; /* Gris plus foncé pour le focus */ background-color: #f9f9f9; /* Léger fond gris clair */ } .iti input.iti__tel-input, .iti input.iti__tel-input[type=text], .iti input.iti__tel-input[type=tel] { position: relative; z-index: 0; margin-bottom: 16px !important; } .wpcf7 input::placeholder, .wpcf7 textarea::placeholder { color: #999; /* Gris clair */ opacity: 1; /* Assure que la couleur est bien appliquée */ } .wpcf7-not-valid-tip { color: #dc3232; font-size: 1em; font-weight: normal; display: block; margin-top: -10px; margin-bottom: 15px; } .wpcf7 input.wpcf7-not-valid, .wpcf7 textarea.wpcf7-not-valid { border-color: #e74c3c !important; /* Rouge */ background-color: #fff5f5; /* Fond légèrement rosé pour indiquer l'erreur */ transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out; } /*contact form 7 custom*/ 