.logo-img-landing {
  width: 80%;
  max-width: 320px;
}

.img-landing {
  width: 100%;
  height: auto !important;
}

.title-landing {
  background-image: url(https://www.lpsbiosciences.com/wp-content/uploads/2026/04/lps-bg.png);
  background-size: cover;
}

.title-landing h1 {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 500;
  color: #fff;
}

.title-landing h1 span {
  background: #2296f3;
  padding: 5px 10px;

  /* MAGIC ✨ */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.text-arrow {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px !important;
}

.text-arrow span {
  background: #2296f3;
  color: #fff;
  padding: 8px 12px;
  font-size: 22px;
  display: inline-block;
  border-radius: 3px;
  position: relative;

  /* pour multi-ligne */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.text-arrow span::after {
  content: "➜";
  margin-left: 10px;
  font-size: 16px;
}

/* Form */
.custom-cf7-form br {
    display: none !important;
}

/* Container principal */
.custom-cf7-form {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    max-width: 600px;
}

/* Labels */
.custom-cf7-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    color: #333;
    font-size: 14px;
}

/* Étoile rouge pour les champs obligatoires */
.required-star {
    color: #d93025;
    margin-left: 2px;
}

/* Champs de saisie et Select */
.cf7-input, .cf7-textarea {
    width: 100% !important;
    padding: 10px 15px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    background-color: #fff !important;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1) !important;
    margin-bottom: 10px !important;
    font-size: 15px !important;
    box-sizing: border-box;
}

/* Textarea spécifique */
.cf7-textarea {
    height: 70px !important;
}

/* Texte de clause de non-responsabilité */
.cf7-disclaimer {
    font-size: 13px;
    font-style: italic;
    color: #555;
    line-height: 1.5;
    margin-bottom: 15px;
}

.cf7-disclaimer a {
    color: #3498db;
    text-decoration: none;
}

/* Case à cocher et texte d'acceptation */
.cf7-acceptance-wrapper {
    margin-bottom: 15px;
    font-size: 13px;
    color: #333;
    display: flex;
    align-items: flex-start;
}

.cf7-checkbox {
    margin-right: 10px !important;
    margin-top: 3px !important;
}

/* Correction pour le centrage parfait du bouton malgré le spinner */
.cf7-submit-wrapper {
    text-align: center;
    position: relative;
}

.cf7-submit {
    display: inline-block;
}

/* Positionnement du spinner pour qu'il ne pousse pas le bouton */
.custom-cf7-form .wpcf7-spinner {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

.cf7-submit {
    background-color: #2196f3 !important;
    color: white !important;
    border: none !important;
    padding: 12px 60px !important;
    font-size: 16px !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;
    width: 80%;
}

.cf7-submit:hover {
    background-color: #1976d2 !important;
}

/* Masquer les messages d'erreur par défaut pour ne pas casser le design */
.wpcf7-not-valid-tip {
    font-size: 12px;
    color: #d93025;
}

.custom-cf7-form .wpcf7-list-item {
    margin: 0 0 0 0;
}

.img-expertise {
    max-width: 29%;
    width: 29%;
}

.img-expertise-2 {
    max-width: 70%;
    width: 70%;
}

.img-expertise-3 {
    max-width: 35%;
    width: 35%;
}

.p-contact-landing {
    font-size: 15px !important;
}

@media (max-width: 1024px) {
    .mob-menu-header-holder.mobmenu {
        display: none !important;
    }
}