.strip { height: 20px; display: block; }
.strip.top-strip { background-color: var(--secondarycolor); }
.strip.bottom-strip { background-color: var(--septendecimarycolor); }

/* Global Pagination CSS Start */
.survey-grid-pagination { padding: 80px 0 0 0; }
.survey-grid-pagination { display: flex; align-items: center; justify-content: center; flex-flow: row wrap; gap: 10px; }
.survey-grid-pagination span,
.survey-grid-pagination a { display: flex; align-items: center; justify-content: center; margin: 0; padding: 5px 11px 3px 11px; border: none; background-color: #EDEDED; font-size: 16px; line-height: 1; font-weight: 700; transition: 400ms; }
.survey-grid-pagination a:hover,
.survey-grid-pagination span:hover,
.survey-grid-pagination span.current,
.survey-grid-pagination a.current { background-color: #BCBF28; color: #000000; }

.news-filter-pagination { padding: 80px 0 0 0; }
.news-filter-pagination .wp-pagenavi { display: flex; align-items: center; justify-content: center; flex-flow: row wrap; gap: 10px; }
.news-filter-pagination .wp-pagenavi span,
.news-filter-pagination .wp-pagenavi a { display: flex; align-items: center; justify-content: center; margin: 0; padding: 5px 11px 3px 11px; border: none; background-color: #EDEDED; font-size: 16px; line-height: 1; font-weight: 700; transition: 400ms; }
.news-filter-pagination .wp-pagenavi a:hover,
.news-filter-pagination .wp-pagenavi span:hover,
.news-filter-pagination .wp-pagenavi span.current,
.news-filter-pagination .wp-pagenavi a.current { background-color: #BCBF28; color: var(--blackcolor); }

.news-filter-pagination .wp-pagenavi a:hover,
.news-filter-pagination .wp-pagenavi span:hover,
.news-filter-pagination .wp-pagenavi span.current,
.news-filter-pagination .wp-pagenavi a.current { background-color: #FFBFAA; color: var(--blackcolor); }
/* Global Pagination CSS End */



.list .list-inner .details .link-element > a { display: flex; align-items: start; gap: 14px; }
.list .list-inner .details .link-element > a > svg { width: 30px; transform: translateY(3px); }



section.news-detail-banner { padding: 80px 0 20px 0; }
section.news-detail-banner .news-detail-banner-wrapper .category-date { display: var(--flex); align-items: var(--aligncenter); gap: 20px; padding: 0 0 15px 0; flex-flow: var(--flexflowrowwrap); }
section.news-detail-banner .news-detail-banner-wrapper .category-date .date { font-size: 16px; font-weight: 700; line-height: 1; padding: 4px 7px 4px 7px; background-color: var(--septendecimarycolor); color: var(--blackcolor); }
section.news-detail-banner .title-content-wrapper .main-title { display: flex; justify-content: space-between; align-items: start; }
section.news-detail-banner .title-content-wrapper .main-title h1 { font-size: clamp(2.25rem, 2.1962rem + 0.2532vw, 2.5rem); }
section.news-detail-banner .title-content-wrapper .main-title > a { display: flex; align-items: center; justify-content: center; gap: 15px; padding: 0 80px 0 0; }
section.news-detail-banner .title-content-wrapper .main-title > a img { width: 30px; }

@media screen and (max-width:768px) {
    section.news-detail-banner { padding: 40px 0 0 0; }
    section.news-detail-banner .title-content-wrapper .main-title { flex-direction: column-reverse; align-items: start; gap: 25px; }
}

section.enquetes-detail-button { padding: 0 0 50px 0; }
section.enquetes-detail-button [class*="button--"] a { font-size: clamp(1.375rem, 1.375rem + 0vw, 1.375rem); line-height: 1; padding: 5px 10px 5px 10px; border: 1px solid var(--senarycolor); }
section.enquetes-detail-button [class*="button--"] a:hover { border-color: var(--blackcolor); background-color: var(--whitecolor); color: var(--blackcolor); }








/* Category Page Style */
section.news-filtering { padding: 50px 0 80px 0; }
section.news-filtering .news-filter { padding: 0 0 50px 0; }
section.news-filtering .news-filter nav ul { display: flex; align-items: center; justify-content: center; gap: 20px 30px; flex-flow: row wrap; }
section.news-filtering .news-filter nav ul li a { display: block; text-align: center; line-height: 1; font-weight: 700; background-color: var(--octonarycolor); color: var(--blackcolor); font-size: 16px; padding: 4px 7px 4px 7px; text-transform: uppercase; }
section.news-filtering .news-filter nav ul li a:hover,
section.news-filtering .news-filter nav ul li.active a { background-color: var(--septenarycolor); color: var(--whitecolor); }
section.news-filtering .listing .listing-inner { display: var(--flex); flex-flow: var(--flexflowrowwrap); gap: 60px 30px; }
section.news-filtering .listing .listing-inner .list { width: calc((100% - 90px) / 4); }
section.news-filtering .listing .listing-inner .list .list-image { overflow: hidden; }
section.news-filtering .listing .listing-inner .list .list-image img { height: 240px; transition: var(--transition400ms); }
section.news-filtering .listing .listing-inner .list:hover .list-image img { transform: scale(1.3); }
section.news-filtering .listing .listing-inner .list .list-details { padding: 15px 0 0 0; }
section.news-filtering .listing .listing-inner .list .list-details .category-date { display: var(--flex); align-items: var(--aligncenter); gap: 20px; padding: 0 0 15px 0; flex-flow: var(--flexflowrowwrap); }
section.news-filtering .listing .listing-inner .list .list-details .category-date .date { font-size: 16px; font-weight: 700; line-height: 1; padding: 4px 7px 4px 7px; background-color: var(--septendecimarycolor); color: var(--blackcolor); }
section.news-filtering .listing .listing-inner .list .list-details .list-title { font-size: clamp(1.25rem, 1.25rem + 0vw, 1.25rem); }
section.news-filtering .listing .listing-inner .list .list-details .list-title a:hover { color: var(--quattuordenarycolor); }
section.news-filtering .listing .listing-inner .news-filter-pagination { text-align: center; }
section.news-filtering .listing .listing-inner .news-filter-pagination .pages { display: none; }

section.news-filtering .listing .listing-inner .list:first-child .list-image img { height: 414px; }

.news-filter-pagination.news-filter-actualites .wp-pagenavi a:hover,
.news-filter-pagination.news-filter-actualites .wp-pagenavi span:hover,
.news-filter-pagination.news-filter-actualites .wp-pagenavi span.current,
.news-filter-pagination.news-filter-actualites .wp-pagenavi a.current { background-color: #FFBFAA; }
@media screen and (max-width:1200px) {
    section.news-filtering .listing .listing-inner .list { width: calc((100% - 30px) / 2); }
}
@media screen and (max-width:767px) {
    section.news-filtering .news-filter nav ul { gap: 10px; justify-content: start; }
    section.news-filtering .listing .listing-inner { gap: 50px; }
    section.news-filtering .listing .listing-inner .list { width: 100%; }
    section.news-filtering .listing .listing-inner .list:first-child .list-image img { height: 448px; }
    section.news-filtering .listing .listing-inner .list .list-image img { height: 150px; }
}
/* Category Page Style */

/* 404 Page Style */
.error-404-page { padding: 10px 0; }
.error-404-page .content { padding: 0 0 20px 0; }
/* 404 Page Style */
















/*footer.footer { background-color: var(--septenarycolor); padding: 40px 0 50px 0; position: var(--relative); width: 100%; left: 0; bottom: 0; z-index: 0; }*/
footer.footer { background-color: var(--septenarycolor); padding: 40px 0 50px 0; }
footer.footer .footertop-strip { display: var(--flex); justify-content: var(--justifyspacebetween); align-items: var(--aligncenter); }
footer.footer .footertop-strip .main-title { font-size: clamp(2rem, 1.4889rem + 2.4051vw, 4.375rem); line-height: normal; }
footer.footer .footertop-strip .footer-logos ul { display: var(--flex); align-items: var(--aligncenter); gap: 25px; }
footer.footer .footertop-strip .footer-logos ul li a img { max-width: 80px; max-height: 60px; }
footer.footer .newsletter .title-content-wrapper .main-title h3 { margin: 0; }
footer.footer .footerbottom { padding: 40px 0 0 0; }
footer.footer .footerbottom .footerbottom-inner { display: var(--flex); justify-content: var(--justifyspacebetween); gap: 30px; }
footer.footer .footerbottom .footerbottom-inner .footer-social { width: 90px; }
footer.footer .footerbottom .footerbottom-inner .footer-social ul { display: var(--flex); align-items: var(--aligncenter); justify-content: var(--justifyspacebetween); }
footer.footer .footerbottom .footerbottom-inner .footer-social ul li a img { max-width: 20px; max-height: 17px; transition: var(--transition400ms); }
footer.footer .footerbottom .footerbottom-inner .footer-social ul li a:hover img { opacity: 0.4; }
footer.footer .footerbottom .footerbottom-inner .footer-menus { width: calc(100% - 360px); }
footer.footer .footerbottom .footerbottom-inner .footer-right-menu { width: 170px; }
footer.footer .footerbottom .footerbottom-inner .footer-menus > nav ul li a { display: block; font-size: 20px; line-height: normal; font-weight: 400; color: var(--whitecolor); padding: 0 0 5px 0; }
footer.footer .footerbottom .footerbottom-inner .footer-menus > nav ul li a:hover,
footer.footer .footerbottom .footerbottom-inner .footer-right-menu ul li a:hover { color: var(--tertiarycolor); }
footer.footer .footerbottom .footerbottom-inner .footer-menus > nav > ul { display: var(--flex); flex-flow: var(--flexflowrowwrap); gap: 30px; }
footer.footer .footerbottom .footerbottom-inner .footer-menus > nav > ul > li > a { font-weight: 600; }
footer.footer .footerbottom .footerbottom-inner .footer-right-menu ul { display: var(--flex); flex-direction: var(--flexdirectioncolumn); gap: 10px; }
footer.footer .footerbottom .footerbottom-inner .footer-right-menu ul li a { color: var(--whitecolor); font-size: 12px; line-height: normal; display: block; }






@media screen and (max-width:1200px) {
    footer.footer .footerbottom .footerbottom-inner .footer-menus > nav > ul { gap: 40px 60px; }
    footer.footer .footertop-strip .footer-logos ul { gap: 40px; }
    footer.footer .footertop-strip .footer-logos ul li a img { max-width: 70px; }
}

@media screen and (max-width:767px) {
    footer.footer .footertop-strip { flex-direction: var(--flexdirectioncolumn); gap: 20px; justify-content: var(--justifystart); align-items: var(--alignstart); }
    footer.footer .footerbottom .footerbottom-inner .footer-menus > nav > ul { gap: 20px 60px; justify-content: var(--justifyspacebetween); }
    footer.footer .footerbottom .footerbottom-inner { flex-direction: var(--flexdirectioncolumn); }
    footer.footer .footerbottom .footerbottom-inner .footer-menus { width: 100%; }
    footer.footer .footertop-strip .footer-logos ul li { width: calc((100% - 40px) / 2); }
    footer.footer .footertop-strip .footer-logos ul { flex-flow: var(--flexflowrowwrap); }
    footer.footer .footertop-strip .footer-logos ul li a img { max-width: 100px; max-height: max-content; }
}

/* Articles import */
@media(min-width: 1200px) {
    article.single .col {
        max-width: calc(100% - 200px);
    }
}

/* Import enquetes */
.d-none { display: none;}
.btn br { display: none; }
.btn {
    display: block;
    padding: 12px 20px;
    background: var(--tertiarycolor);
    width: 250px;
    text-align: center;
    position: relative;
    color: white;
    margin-bottom: 1rem;
}
a.link-anchor {
    display: block;
    padding: 8px 20px;
    text-align: center;
    width: 250px;
    background: var(--quattuordenarycolor);
    color: white;
    margin-bottom: 1rem;
}
.btn:hover, a.link-anchor:hover {
    background: var(--septenarycolor);
    color: white;
    text-decoration: none;
}
.samu-article-detail img.displayblock {
    margin-bottom: 2rem;
}

.single-post article.single h2, .single-post .single h3 {
    font-size: 2rem;
}
article.single {
    margin-bottom: 3rem;
}
.mission-wrapper {
    margin-bottom: 5rem;
}
@media screen and (max-width: 1629px) {
    section.mission-wrapper .mission-wrapper-inner .mission-row .mission-list .mission-details .main-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

.wp-element-button { font-size: 22px; color: var(--whitecolor); background-color: var(--blackcolor); padding: 5px 10px 5px 10px; line-height: 1; text-align: left; border-radius: 0; border: 1px solid var(--blackcolor) !important; }
.wp-element-button:hover { background-color: var(--whitecolor) !important; color: var(--blackcolor)!important; border: 1px solid var(--blackcolor) !important; }

.wysiwyg .container .row h2 {
    font-size: clamp(2.25rem, 2.1962rem + 0.2532vw, 2.5rem);
    margin-bottom: 20px;
}

.wysiwyg .container .row p, .single .container .row p {
    font-size: clamp(1rem, 0.9286rem + 0.3797vw, 1.25rem);
}

/* Newsletter */

/* Bouton footer */
.nl-btn {
  background-color: #3A499C;
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.nl-btn:hover {
  background-color: #ffffff;
  color: #3A499C;
}

/* ======================
   POPUP
   ====================== */
.nl-modal{
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.nl-modal.is-open{
  display: block;
}

.nl-backdrop{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.25);
}

.nl-dialog{
  position: relative;
  max-width: 760px;
  width: calc(100% - 32px);
  margin: 8vh auto 0;
  background: #fff;
  border-radius: 18px;
  padding: 26px 26px 20px;
  box-shadow: 0 18px 40px rgba(0,0,0,.25);
}

.nl-close{
  position: absolute;
  top: 16px;
  right: 18px;
  border: 0;
  background: transparent;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  width: 100px;
}

/* ======================
   OVERRIDES BREVO
   ====================== */

/* Reset marges Brevo qui cassent le layout */
.nl-dialog .sib-form-block,
.nl-dialog .sib-input,
.nl-dialog .entry_block{
  margin: 0 !important;
  padding: 0 !important;
}

/* Titre */
.nl-dialog .nl-brevo-title p{
  margin: 0 0 16px 0 !important;
  font-size: 54px !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  color: #3A499C !important;
}

/* ======================
   LIGNE INPUT + BOUTON
   ====================== */
.nl-dialog .form__label-row.nl-inline-row{
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  width: 100% !important;
  flex-direction: row;
}

/* Champ email */
.nl-dialog .nl-field{
  flex: 1 1 auto !important;
  min-width: 0 !important; /* 🔥 indispensable */
}

.nl-dialog .nl-email{
  width: 100% !important;
  height: 56px !important;
  padding: 0 16px !important;
  font-size: 18px !important;
  background: #fff !important;
  outline: none !important;

  border: 2px solid #3A499C !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
}

/* Bouton */
.nl-dialog .nl-submit{
  flex: 0 0 auto !important;
  display: flex !important;
}

.nl-dialog .nl-btn-submit{
  height: 56px !important;
  padding: 0 22px !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  white-space: nowrap !important;

  color: #fff !important;
  background: #3A499C !important;
  cursor: pointer !important;

  border: 2px solid #3A499C !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
}

/* Icône loader Brevo */
.nl-dialog .nl-btn-submit svg{
  display: none !important;
}

/* Message d’erreur */
.nl-dialog .nl-error{
  display: block;
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 14px;
}

/* Texte RGPD */
.nl-dialog .nl-brevo-rgpd p{
  margin-top: 12px !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  color: #2b2b2b !important;
}

.nl-dialog .nl-brevo-rgpd a{
  color: #3A499C !important;
  text-decoration: underline !important;
}

/* ======================
   RESPONSIVE
   ====================== */
@media (max-width: 640px){

  .nl-dialog{
    padding: 18px 16px 14px;
  }

  .nl-dialog .nl-brevo-title p{
    font-size: 34px !important;
  }

  .nl-dialog .form__label-row.nl-inline-row{
    flex-direction: column !important;
  }

  .nl-dialog .nl-email{
    border-right: 2px solid #3A499C !important;
  }

  .nl-dialog .nl-btn-submit{
    width: 100% !important;
  }
}

/* === FIX BREVO : forcer input + bouton sur une ligne === */

/* Brevo force display:block → on écrase */
.nl-dialog .form__label-row{
  display: flex !important;
}

/* Brevo force largeur pleine sur le bloc bouton */
.nl-dialog .nl-submit{
  width: auto !important;
  max-width: none !important;
}

/* Brevo applique parfois des marges qui provoquent le retour */
.nl-dialog .nl-submit,
.nl-dialog .nl-btn-submit{
  margin-top: 0 !important;
  align-items: center;
}

/* Sécurité ultime : empêcher tout retour à la ligne */
.nl-dialog .form__label-row > *{
  flex-shrink: 0;
}

.nl-dialog .nl-field{
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

/* =========================================================
   CF7 Wizard – Ajustements pour coller à la capture
   Scope: .cf7-wizard
   ========================================================= */

.cf7-wizard{
  --text:#0F172A;
  --muted:#64748B;
  --border:#E2E8F0;
  --border-strong:#D6DEE8;
  --bg:#FFFFFF;
  --page:#F6F8FC;               /* fond “page” */
  --soft:#F8FAFF;               /* fond pill */
  --primary:#2563EB;
  --primary-soft: rgba(37,99,235,.12);
  --danger:#EF4444;

  padding: 14px 12px 24px;
  border-radius: 14px;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, "Helvetica Neue", sans-serif;
  color: var(--text);
  line-height: 1.35;
}

.cf7-wizard *{ box-sizing:border-box; }

/* ---------------------------------------------------------
   “Cartes” (fieldset)
   --------------------------------------------------------- */
.cf7-wizard fieldset{
  margin: 14px 0;
  padding: 14px 14px 12px;
  border: 1px solid var(--bg);
  border-radius: 12px;
  background: var(--bg);
}

.cf7-wizard legend{
  font-weight: 700;
  font-size: clamp(1.25rem, 1.1614rem + 0.3797vw, 1.5rem);     /* plus petit comme sur capture */
  color: var(--text);
}

/* Textes */
.cf7-wizard p{
  margin: 10px 0;
  color: var(--text);
  font-size: 22px;
  font-weight: 500;
}

.cf7-wizard small{ color: var(--muted); }

/* ---------------------------------------------------------
   Labels / champs
   --------------------------------------------------------- */
.cf7-wizard label{
  display:block;
  font-weight: 700;
  font-size: clamp(1.25rem, 1.1614rem + 0.3797vw, 1.5rem);
  margin: 10px 0 6px;
  color: var(--text);
}

.cf7-wizard input[type="text"],
.cf7-wizard input[type="email"],
.cf7-wizard input[type="tel"],
.cf7-wizard select,
.cf7-wizard textarea{
  width: 100%;
  border-bottom: 1px solid var(--border);
  padding: 12px 12px;
  font-size: clamp(1.25rem, 1.1614rem + 0.3797vw, 1.5rem);
  background: #fff;
  color: var(--text);
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}

.cf7-wizard textarea{
  min-height: 170px;     /* sur ta capture la zone est plus grande */
  resize: vertical;
}

.cf7-wizard input::placeholder,
.cf7-wizard textarea::placeholder{
  color:#A3AFBF;
}

.cf7-wizard input:focus,
.cf7-wizard select:focus,
.cf7-wizard textarea:focus{
  border-color: var(--primary);
  box-shadow: 0 0 0 4px var(--primary-soft);
}

/* Select arrow doux */
.cf7-wizard select{
  /* appearance:none;
  padding-right: 44px;
  background-image:
    linear-gradient(45deg, transparent 50%, #94A3B8 50%),
    linear-gradient(135deg, #94A3B8 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 12px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat:no-repeat; */
  background-color: #fff;
  color: #3A499C;
  padding-right: 10px;
  transition: background-color .15s ease, color .15s ease;
  font-size: clamp(1.25rem, 1.1614rem + 0.3797vw, 1.5rem);
  border-radius: 999px;
  border: 3px solid #3a499c;
  padding-right: 10px;
}

.cf7-wizard select:hover {
  background-color: #3A499C;
  color: #fff;
}

/* ---------------------------------------------------------
   Radios en pills (plus proches de la capture)
   --------------------------------------------------------- */
.cf7-wizard .wpcf7-form-control.wpcf7-radio{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.cf7-wizard .wpcf7-form-control.wpcf7-radio .wpcf7-list-item{
  margin:0;
}

/* CF7 use_label_element => input est dans label */
.cf7-wizard .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label{
  position: relative;
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 8px 12px;              /* pills plus compactes */
  border-radius: 999px;
  border: 3px solid #3A499C;
  color: #3A499C;
  cursor:pointer;
  user-select:none;
  font-weight: 700;
  font-size: clamp(1.25rem, 1.1614rem + 0.3797vw, 1.5rem);
  margin:0;
  transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}

/* input caché mais accessible */
.cf7-wizard .wpcf7-form-control.wpcf7-radio input[type="radio"]{
  position:absolute;
  opacity:0;
  width:1px;height:1px;
}

/* petit cercle à gauche */
.cf7-wizard .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label::before{
  content:"";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #B8C2D1;
  background:#fff;
  box-shadow: inset 0 0 0 3px transparent;
  transition: border-color .15s ease, box-shadow .15s ease;
}

/* Etat checked (comme sur capture: bord bleu + fond très léger) */
.cf7-wizard .wpcf7-form-control.wpcf7-radio label:has(input[type="radio"]:checked){
  background:#3A499C;
  color: #ffffff;
  box-shadow: 0 0 0 3px rgba(37,99,235,.12);
}

.cf7-wizard .wpcf7-form-control.wpcf7-radio label:has(input[type="radio"]:checked)::before{
  border-color: var(--primary);
  box-shadow: inset 0 0 0 3px var(--primary);
}

/* Hover léger */
.cf7-wizard .wpcf7-form-control.wpcf7-radio label:hover{
  background:#3A499C;
  color: #ffffff;

}

/* ---------------------------------------------------------
   Messages / validation CF7
   --------------------------------------------------------- */
.cf7-wizard .wpcf7-not-valid{
  border-color: var(--danger) !important;
  box-shadow: 0 0 0 3px rgba(239,68,68,.12);
  background:#fff;
}

/* Tip CF7 (rouge) => petit, compact */
.cf7-wizard .wpcf7-not-valid-tip{
  margin-top: 6px;
  font-size: 11px;
  font-weight: 600;
  color: var(--danger);
}

/* Ton <p> “Merci de saisir un numéro...” : le rendre discret */
.cf7-wizard fieldset p{
  font-size: 11px;
  color: var(--muted);
  margin-top: 8px;
}

/* ---------------------------------------------------------
   Boutons
   --------------------------------------------------------- */
.cf7-wizard input[type="submit"],
.cf7-wizard .wpcf7-submit,
.cf7-wizard button{
  width: 100%;                 /* sur capture: full width */
  margin-top: 14px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 3px solid #3a499c;
  background:#fff;
  color: #3a499c;
  font-weight: 800;
  font-size: clamp(1.25rem, 1.1614rem + 0.3797vw, 1.5rem);
  letter-spacing: .02em;
  cursor:pointer;
  transition: background .15s ease, color .15s ease, transform .05s ease;
}

.cf7-wizard input[type="submit"]:hover,
.cf7-wizard .wpcf7-submit:hover,
.cf7-wizard button:hover{
  color: #fff;
  background: #3a499c;
}

.cf7-wizard input[type="submit"]:active,
.cf7-wizard .wpcf7-submit:active,
.cf7-wizard button:active{
  transform: translateY(1px);
}

/* ---------------------------------------------------------
   Mobile
   --------------------------------------------------------- */
@media (max-width:520px){
  .cf7-wizard{ padding: 10px 10px 20px; }
  .cf7-wizard fieldset{ padding: 12px; }
  .cf7-wizard .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label{
    width: max-content;
    max-width: 100%;
  }
}