/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1780221412
Updated: 2026-05-31 09:56:52

*/

/* ════ CONTACT FORM 7 — Style sombre VR Étanchéité ════ */
.wpcf7-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}
.wpcf7-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
}
.wpcf7-form .form-label {
  font-size: 10px;
  color: #AAAAAA;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Barlow', sans-serif;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
  background: #1E2229 !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 4px !important;
  padding: 11px 13px !important;
  font-family: 'Barlow', sans-serif !important;
  font-size: 14px !important;
  color: white !important;
  outline: none !important;
  width: 100% !important;
  transition: border-color 0.2s !important;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
  border-color: #FF001F !important;
}
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color: rgba(170,170,170,0.5) !important;
}
.wpcf7-form textarea {
  height: 100px !important;
  resize: none !important;
}
.wpcf7-form select {
  appearance: none !important;
  cursor: pointer !important;
  color: rgba(170,170,170,0.5) !important;
}
.wpcf7-form select option {
  background: #1E2229 !important;
  color: white !important;
}
.wpcf7-form input[type="submit"] {
  background: #FF001F !important;
  color: white !important;
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  padding: 14px !important;
  border-radius: 4px !important;
  border: none !important;
  width: 100% !important;
  cursor: pointer !important;
  transition: background 0.2s !important;
  margin-top: 4px !important;
}
.wpcf7-form input[type="submit"]:hover {
  background: #cc0019 !important;
}
@media(max-width: 600px) {
  .wpcf7-form .form-row { grid-template-columns: 1fr; }
}

/* CPT nos-services — pleine largeur */
.single-nos-services #content,
.single-nos-services .site-content,
.single-nos-services .page-content,
.single-nos-services .entry-content {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* CPT nos-services — pleine largeur */
.single-nos-services #content,
.single-nos-services .site-content,
.single-nos-services .entry-content {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* CPT villes — pleine largeur */
.single-villes #content,
.single-villes .site-content,
.single-villes .entry-content {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}