.elementor-163 .elementor-element.elementor-element-26d0204{--display:flex;}.elementor-163 .elementor-element.elementor-element-1b7d68c{--display:flex;}.elementor-163 .elementor-element.elementor-element-2c9382a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4f6ee29 *//* ============================= */
/* HEADER CONTACT - VERSION PRO */
/* ============================= */

/* Image de fond */
.contact-header-elegant {
  width: 100%;
  height: 330px;
  background-image: url('/wp-content/uploads/2026/02/handshaking-1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding-left: 50px;
  position: relative;
}

/* Overlay léger pour lisibilité */
.contact-header-elegant::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}

/* Bloc du titre */
.contact-title-wrapper {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.85);
  padding: 25px 40px;
  border-left: 10px solid #26001D; /* bordeaux CIFS */
  border-radius: 8px;
  backdrop-filter: blur(6px);
}

/* Titre */
.contact-title-wrapper h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 900;
  color: #26001D;
  letter-spacing: -1px;
}

/* Ligne dorée */
.accent-line {
  width: 120px;
  height: 6px;
  background: #FFC20F; /* jaune doré CIFS */
  margin-top: 12px;
  border-radius: 4px;
}

/* ============================= */
/* VERSION RESPONSIVE */
/* ============================= */

@media (max-width: 768px) {
  .contact-header-elegant {
    height: 240px;
    padding-left: 20px;
  }

  .contact-title-wrapper h1 {
    font-size: 36px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bf95d88 */.contact-soft-diagonal {
  max-width: 1100px;
  margin: 80px auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

/* Cartes inclinées douces */
.contact-card {
  flex: 1;
  background: #FFC20F; /* Fond jaune CIFS */
  padding: 40px 30px 30px;
  border-radius: 20px;
  transform: skewY(-2deg);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Animation au survol */
.contact-card:hover {
  transform: skewY(-2deg) scale(1.03);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

/* Contenu redressé */
.contact-card > *:not(.contact-card-bar) {
  transform: skewY(2deg);
}

/* Bande multicolore EXACTE + animation */
.contact-card-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 16px;

  background: linear-gradient(to right,
    #349400 0%,   #349400 14%,
    #FFC20F 14%,  #FFC20F 28%,
    #E33000 28%,  #E33000 42%,
    #26001D 42%,  #26001D 56%,
    #090C0D 56%,  #090C0D 70%,
    #FCD7A2 70%,  #FCD7A2 100%
  );

  background-size: 200% auto;
  animation: slideColors 4s linear infinite;
}

/* Animation de défilement horizontal */
@keyframes slideColors {
  0% { background-position: 0% 0; }
  100% { background-position: -200% 0; }
}

/* Cercle icône vert */
.icon-circle {
  width: 70px;
  height: 70px;
  background: #349400;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
}

.icon-circle i {
  font-size: 28px;
  color: #ffffff;
}

/* Titres */
.contact-card h3 {
  font-size: 22px;
  font-weight: 800;
  color: #090C0D;
  margin-bottom: 12px;
}

/* Texte */
.contact-card p {
  font-size: 18px;
  color: #090C0D;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 900px) {
  .contact-soft-diagonal {
    flex-direction: column;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-975b278 *//* ===== SECTION FORMULAIRE ===== */

.cifs-contact-form-section {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
  font-family: system-ui, sans-serif;
}

/* Bouton ouvrir */
.cifs-form-toggle {
  background: linear-gradient(135deg, #26001D, #E33000);
  color: #fff;
  padding: 14px 26px;
  border-radius: 50px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.cifs-form-toggle:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}

/* Carte formulaire */
.cifs-form-card {
  margin-top: 30px;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  border-top: 6px solid #FFC20F;
}

/* Titre */
.cifs-form-card h2 {
  color: #26001D;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 10px;
}

/* Bloc interne */
.cifs-form-block {
  margin-bottom: 25px;
}

/* Labels */
.cifs-contact-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #090C0D;
}

/* Champs */
.cifs-contact-form input,
.cifs-contact-form select,
.cifs-contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  font-size: 15px;
  transition: 0.3s ease;
}

.cifs-contact-form input:focus,
.cifs-contact-form select:focus,
.cifs-contact-form textarea:focus {
  border-color: #349400;
  box-shadow: 0 0 0 3px rgba(52,148,0,0.15);
  outline: none;
}

/* Progress bar */
.cifs-progress {
  width: 100%;
  height: 8px;
  background: #eee;
  border-radius: 20px;
  margin: 20px 0;
  overflow: hidden;
}

.cifs-progress-bar {
  width: 14%;
  height: 100%;
  background: linear-gradient(90deg, #349400, #FFC20F, #E33000);
  transition: width 0.3s ease;
}

/* Boutons navigation */
.cifs-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.cifs-next,
.cifs-prev,
.cifs-submit {
  background: #349400;
  color: #fff;
  border: none;
  padding: 12px 22px;
  border-radius: 40px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.cifs-prev {
  background: #26001D;
}

.cifs-submit {
  background: #E33000;
}

.cifs-next:hover,
.cifs-prev:hover,
.cifs-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

/* Étapes */
.cifs-step {
  display: none;
}

.cifs-step.active {
  display: block;
}

/* Consentement */
.cifs-form-consent {
  background: #FCD7A2;
  padding: 15px;
  border-radius: 10px;
  border-left: 6px solid #FFC20F;
}

/* Responsive */
@media (max-width: 768px) {
  .cifs-form-card {
    padding: 25px;
  }
}/* End custom CSS */