/*
 Theme Name:   Polymedia
 Theme URI:    
 Description:  association Aquitaine Sport Pour Tous a pour mission principale de FAVORISER et DEVELOPPER l'ANIMATION SPORTIVE POUR LE PLUS GRAND NOMBRE EN NOUVELLE AQUITAINE en direction des CLUBS et des COLLECTIVITES
 Author:       Miguel Sanchez
 Author URI:   https://www.laplante.fr
 Template:     hello-elementor
 Version:      1.0.0
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/*[class^="elementor-kit"],
[class*=" elementor-kit"] {
  --e-global-typography-primary-font-family: 'GothamBold', sans-serif; */ /* pour les headings */
  /*--e-global-typography-text-font-family: 'GothamMedium', sans-serif;*/ /* pour les textes */
/*}*/

body {
	font-family: "Inter", sans-serif;
  font-weight: 300;
  background-color: #fffcf8;
}
h1{
  font-family: "Inter", sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
  color: #000;
  /*line-height: 1;*/
}
.lien-mentions > p > a {
  color: #fff;
}
.elementor-widget-heading .elementor-heading-title{
  font-family: "Inter", sans-serif !important;
}
.titre-gras{
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  color: #000;
  line-height: 1;
}
.titre-light{
  font-family: "Inter", sans-serif;
  font-size: 2.7rem;
  font-weight: 300;
  color: #000;
  line-height: 1;
}
.logo-laplante {
  vertical-align: middle;
  display: inline-block;
  margin: -4px 0 0 0;
}
.number {
  font-size: 3em;
  margin-right: 25px;
  vertical-align: middle;
  text-align: end;
  display: inline-block;
  width: 80px;
  padding-bottom: 6px;
}
.e-n-accordion-item-title {
  position: relative;
}
.bord-haut {
  width: 88%;
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 110px;
}
.e-n-accordion-item-title-icon {
  right: 10%;
  top: -42px;
  background-color: #000;
  padding: 8px;
  border-radius: 25px;
}
.sous-titre{
  font-size:15px;
  font-weight:400;
  margin-left: 107px;
  display: block;
  color: #b2b2b2;
}
.page-title {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    opacity: 0; /* Caché au départ */
    animation: titleFadeIn 0.8s ease forwards;
}

/* Trait qui s'adapte à la largeur du conteneur */
.page-title::after {
    content: '';
    display: inline-block;
    flex: 0; /* Commence à 0 */
    min-width: 0;
    max-width: 100%;
    height: 2px;
    background: #000;
    border-radius: 2px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: traitGrow 1s cubic-bezier(0.4, 0, 0.2, 1) 0.3s forwards;
}

.page-title:hover::after {
    flex: 2;
    background: #4a9e3f;
}
/* ===== CONTACT FORM 7 STYLES ===== */

/* Conteneur principal */
.contact-form-wrapper {
    max-width: 580px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

/* Groupes de champs */
.form-group {
    margin-bottom: 45px;
}

/* Labels */
.form-group label {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 4px;
    letter-spacing: 0.3px;
    font-family: 'Inter', sans-serif;
}

/* Champs de saisie - version minimaliste sans bordures */
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group textarea {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    border: none;
    border-bottom: 1px solid #000;
    background: transparent;
    color: #000;
    transition: all 0.3s ease;
    outline: none;
    box-sizing: border-box;
}

.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group input[type="tel"]:focus,
.form-group textarea:focus {
    border-bottom-color: #4a9e3f;
}


.form-group textarea {
    min-height: 100px;
    resize: vertical;
}

/* Checkbox */
.checkbox-group {
    margin: 8px 0 24px 0;
}

.checkbox-group .wpcf7-list-item {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkbox-group input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    accent-color: #4a9e3f;
    cursor: pointer;
}

.checkbox-group .wpcf7-list-item-label {
    font-size: 14px;
    color: #000;
    cursor: pointer;
}

.checkbox-group .wpcf7-list-item-label a {
    color: #4a9e3f;
    text-decoration: none;
    font-weight: 500;
}

.checkbox-group .wpcf7-list-item-label a:hover {
    text-decoration: underline;
}

/* Bouton d'envoi */
.submit-group {
    margin-top: 8px;
}

.submit-group .wpcf7-submit {
  width: 200px;
  padding: 10px;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  color: #000;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  margin: 0 auto;
  display: block;
  border: 1px solid #000;
}

.submit-group .wpcf7-submit:hover {
    background: #000;
    color: #fff;
    transform: translateY(-2px);
    /*box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);*/
}

.submit-group .wpcf7-submit:active {
    transform: translateY(0);
    box-shadow: none;
}

/* Messages d'erreur et de succès */
.wpcf7-not-valid-tip {
    color: #e74c3c;
    font-size: 13px;
    font-weight: 500;
    margin-top: 4px;
    display: block;
}

.wpcf7-response-output {
    padding: 16px 20px;
    border-radius: 8px;
    margin-top: 20px;
    font-weight: 500;
    font-size: 15px;
    border: none;
}

.wpcf7-validation-errors {
    background: #fef3f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

.wpcf7-mail-sent-ok {
    background: #f0fdf4;
    color: #166534;
    border: 1px solid #bbf7d0;
}

/* Spinner de chargement */
.wpcf7-spinner {
    display: inline-block;
    margin-left: 10px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 640px) {
    .contact-form-wrapper {
        padding: 10px;
    }

    .form-group input[type="text"],
    .form-group input[type="email"],
    .form-group input[type="tel"],
    .form-group textarea {
        font-size: 15px;
    }

    .submit-group .wpcf7-submit {
        padding: 14px 24px;
        font-size: 15px;
    }
}
/* Animation du titre */
@keyframes titleFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Animation du trait - de 0 à sa taille max */
@keyframes traitGrow {
    0% {
        flex: 0;
        min-width: 0;
        width: 0;
        opacity: 0;
    }
    100% {
        flex: 1;
        min-width: 60px;
        width: auto;
        opacity: 1;
    }
}
@media (max-width: 767px) {
  .titre-gras {
    font-size: 2.1rem;
  }
  .titre-light {
    font-size: 2rem;
  }
  .bord-haut {
    width: 75%;
  }
}  
@media (max-width: 430px) {
  .bord-haut {
    width: 70%;
  }
}  