/* Start custom CSS for html, class: .elementor-element-e77343e */<style>
.gd-action-page {
  background: #fff;
  padding: 45px 20px 35px;
  font-family: inherit;
  text-align: center;
  box-sizing: border-box;
}

.gd-hero {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.gd-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0 auto 22px;
  flex-wrap: wrap;
}

.gd-logo {
  width: 75px !important;
  max-width: 75px !important;
  height: auto !important;
  display: block;
}

.gd-logo-tred {
  width: 125px !important;
  max-width: 125px !important;
  height: auto !important;
  display: block;
}

.gd-kicker {
  color: #f39200;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 10px;
}

.gd-hero h1 {
  color: #003b8f;
  font-size: clamp(38px, 6vw, 72px);
  font-weight: 800;
  line-height: 1;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.gd-date {
  display: inline-block;
  background: #f39200;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 999px;
  margin: 0 0 24px;
}

.gd-intro {
  color: #1f2933;
  font-size: 18px;
  line-height: 1.6;
  max-width: 760px;
  margin: 0 auto 30px;
}

.gd-essieu {
  width: 280px !important;
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .gd-action-page {
    padding: 30px 15px 25px;
  }

  .gd-logos {
    gap: 16px;
    margin-bottom: 20px;
  }

  .gd-logo {
    width: 58px !important;
    max-width: 58px !important;
  }

  .gd-logo-tred {
    width: 100px !important;
    max-width: 100px !important;
  }

  .gd-date {
    font-size: 16px;
    padding: 9px 18px;
  }

  .gd-intro {
    font-size: 16px;
  }

  .gd-essieu {
    width: 210px !important;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-5d3e217 *//* ===== Conteneur du formulaire ===== */

.wpforms-container {
    max-width: 780px !important;
    width: 100% !important;
    margin: 40px auto 60px !important;
    padding: 35px !important;
    background: #f8fafc;
    border: 1px solid #e5eaf0;
    border-radius: 22px;
    box-shadow: 0 12px 30px rgba(0,59,143,.08);
    box-sizing: border-box;
}

/* Centre le formulaire */

.wpforms-container form{
    width:100%;
}

/* Champs */

.wpforms-container .wpforms-field{
    padding:10px 0 !important;
}

.wpforms-container input,
.wpforms-container select,
.wpforms-container textarea{
    width:100% !important;
    max-width:100% !important;
    border:1px solid #d5dbe3 !important;
    border-radius:10px !important;
    padding:14px 16px !important;
    box-sizing:border-box !important;
    font-size:16px;
}

/* Labels */

.wpforms-container .wpforms-field-label{
    color:#003b8f !important;
    font-weight:700 !important;
}

/* Bouton */

.wpforms-container .wpforms-submit-container{
    text-align:center !important;
}

.wpforms-container .wpforms-submit{
    min-width:220px;
    background:#f39200 !important;
    color:#fff !important;
    border:none !important;
    border-radius:999px !important;
    padding:15px 35px !important;
    font-size:17px !important;
    font-weight:700 !important;
}

.wpforms-container .wpforms-submit:hover{
    background:#003b8f !important;
}

/* Responsive tablette */

@media (max-width:768px){

    .wpforms-container{
        margin:30px 15px 40px !important;
        padding:25px 20px !important;
        border-radius:18px;
    }

    .wpforms-container .wpforms-layout-column{
        width:100% !important;
        flex:0 0 100% !important;
        max-width:100% !important;
    }

}

/* Responsive téléphone */

@media (max-width:480px){

    .wpforms-container{
        padding:20px 15px !important;
    }

    .wpforms-container .wpforms-submit{
        width:100% !important;
    }

}/* End custom CSS */