.form-control {
    box-shadow: 0 2px 8px rgba(231, 86, 35, 0.07); /* ombre douce orange */
    background: #fdf6f2; /* beige très pâle, chaud */
    border: 2px solid rgba(231, 86, 35, 0.13); /* contour léger orange */
    height: 54px;
    font-size: 18px;
    font-weight: 400;
    color: #542e2a;
    transition: background 0.2s, border 0.2s;
  }
  .form-control:active, .form-control:focus {
    outline: none;
    box-shadow: 0 2px 12px rgba(231, 86, 35, 0.18);
    border-color: #e75623;
    background: #fff8f2;
}

/* Pour textarea (zone de message) */
textarea.form-control {
    width: 100%;
    max-width: 100%;
    min-height: 200px;
    padding: 20px;
    font-size: 1.8rem;
    line-height: 1.6;
    resize: vertical;
    background: #fdf6f2;
    border-radius: 1.5rem;
    box-shadow: 0 2px 8px rgba(231, 86, 35, 0.07);
    border: 2px solid rgba(231, 86, 35, 0.13);
    color: #542e2a;
}
textarea.form-control:focus {
    background: #fff8f2;
    border-color: #e75623;
    box-shadow: 0 2px 12px rgba(231, 86, 35, 0.18);
  }
  
  .btn {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: var(--skribi-btn-radius);
    font-size: 1.6rem;
  }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
  }
  /* Contact Section Styles */
  #fh5co-contact {
    padding: 20px 0;
    background-color: transparent;
  }
  
#fh5co-contact .title-subtitle {
    text-align: center;
    margin-bottom: 40px;
}
#fh5co-contact .title-subtitle .title {
    font-size: 3em;
    color: #542e2a;
    font-weight: bold;
  }
#fh5co-contact .title-subtitle .subtitle {
    font-size: 1.5em;
    color: #542e2a;
    margin-top: 10px;
  }
  
#fh5co-contact .contact-content {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: center;
    align-items: flex-start;
    max-width: 1100px;
    margin: 0 auto;
  }

#fh5co-contact .contact-content > div:last-child {
    flex: 1 1 0;
}

#fh5co-contact .contact-content form {
    width: 100%;
}
  
  #fh5co-contact .fh5co-contact-info {
    font-size: 14px;
    list-style: none;
    padding: 0;
    margin-top: 20px;
  }
  
  #fh5co-contact .fh5co-contact-info li {
    margin-bottom: 10px;
    font-size: 18px;
    color: #542e2a;
  }
  
  #fh5co-contact .fh5co-contact-info li i {
    margin-right: 10px;
    color: #542e2a;
  }
  
  #fh5co-contact .form-group label {
    font-weight: bold;
    color: #542e2a;
  }
  
  #fh5co-contact .form-control {
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 20px;
    height: 60px;
    padding: 15px 20px;
  }
  
  #fh5co-contact .form-control::placeholder {
    color: #542e2a;
  }
  
  #fh5co-contact .btn-primary {
    background: var(--skribi-orange);
    color: #fff;
    border: 2px solid var(--skribi-orange);
    font-size: 1.8rem;
    border-radius: var(--skribi-btn-radius);
    font-size: 1.8rem;
    padding: 15px 35px;
    margin-top: 30px;
  }
  
  #fh5co-contact .btn-primary:hover {
    background: var(--skribi-orange-strong);
  }
  
  /* Adjusting the spacing for the form */
  #fh5co-contact .col-md-6.to-animate {
    margin-top: 80px; /* Pushes the form down slightly */
    padding: 1px 50px;
  }

  /* Animation du bouton */
.submit-btn {
  position: relative;
  transition: background-color 0.3s, transform 0.3s;
  border-bottom-left-radius: 2.5rem;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 2.5rem;
}

.submit-btn.loading {
  background-color: #d3d3d3;
  cursor: not-allowed;
}

.submit-btn.loading:after {
  content: '...';
  position: absolute;
  right: 15px;
  animation: ellipsis 1.5s infinite;
}

/* Message de succès */
#contactSuccess {
  margin-top: 15px;
  font-size: 1em;
  color: #ffffff;
  background-color: #5cb85c;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

/* Animation des points de suspension */
@keyframes ellipsis {
  0% { content: ''; }
  33% { content: '.'; }
  66% { content: '..'; }
  100% { content: '...'; }
}

.popup .alert {
  margin-top: 10px;
  font-size: 0.9em;
}

.popup .submit-btn.loading {
  cursor: not-allowed;
  opacity: 0.7;
  border-radius: var(--skribi-btn-radius);
  background: var(--skribi-orange);
}

/* Animation du bouton lors de l'envoi */
.btn-sending {
  animation: sending 1s ease-out forwards;
  border-radius: var(--skribi-btn-radius);
  background: var(--skribi-orange-strong);
}

@media (max-width: 1200px) {
   
  
  #fh5co-contact .row {
    padding: 1.5rem;
    gap: 1rem;
  }
  
  #fh5co-contact .col-md-6,
  #fh5co-contact .title,
  #fh5co-contact .subtitle {
    width: 100%;
    text-align: center;
  }
  
  }

  @media (max-width: 1200px) {


    #fh5co-contact .title {
      width: 100%;
      text-align: center;
    }
  
    #fh5co-contact .subtitle {
      width: 100%;
      text-align: center;
    }
  }


  @media (max-width: 840px) {
 

    #fh5co-contact .row {
      padding: 1.5rem;
      gap: 1rem;
    }
    
    #fh5co-contact .col-md-6,
    #fh5co-contact .title,
    #fh5co-contact .subtitle {
      width: 100%;
      text-align: center;
    }
    
    }

  
@media (max-width: 631px) {

  #fh5co-contact .title {
    width: 100%;
    text-align: center;
  }

  #fh5co-contact .subtitle {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 900px) {
    #fh5co-contact .contact-content {
        flex-direction: column;
        gap: 30px;
        align-items: stretch;
    }
    .fh5co-contact-info {
        align-items: flex-start;
        margin-bottom: 20px;
    }
}
@media (min-width: 901px) {
    .contact-content {
        flex-direction: row;
        gap: 60px;
        align-items: flex-start;
    }
    .fh5co-contact-info {
        align-items: flex-start;
        margin-bottom: 0;
        min-width: 260px;
    }
}

/* Harmonisation de la couleur highlight (brun foncé) */
.highlight {
    color: #542e2a;
    font-weight: bold;
}

/* Aération et disposition de la zone d'infos de contact */
.fh5co-contact-info {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.fh5co-contact-info li {
    font-size: 1.4em;
    color: #542e2a;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f3e6e2;
}
.fh5co-contact-info li:last-child {
    border-bottom: none;
}
.fh5co-contact-info i {
    color: #e75623;
    font-size: 1.5em;
}