/* DPEP Contact v111 — design premium navy */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600&family=Inter:wght@300;400;500;600;700&display=swap');
.dpep-contact-v111{
  --serif:'Cormorant Garamond',Georgia,serif;
  --sans:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;
  --navy:#06243F;
  --navy-2:#0B3150;
  --gold:#B88A4A;
  --gold-soft:#D8BE92;
  --paper:#FAF8F5;
  --stroke:#E7DED1;
  --ink:#132334;
  --muted:#5C6873;
  background:#fff;
  color:var(--ink);
  font-family:var(--sans);
  overflow:hidden;
}
.dpep-contact-v111 *{box-sizing:border-box}

.dpep-contact-hero-frame{position:absolute;inset:28px;border:1px solid rgba(255,255,255,.16);pointer-events:none}
.dpep-contact-hero-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:34px}
.dpep-contact-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border-radius:2px;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;text-decoration:none!important}
.dpep-contact-btn--gold{background:var(--gold);border:1px solid var(--gold);color:#fff!important}
.dpep-contact-btn--ghost{background:transparent;border:1px solid rgba(255,255,255,.42);color:#fff!important}
.dpep-contact-fallback{padding:24px;border:1px dashed var(--stroke);border-radius:14px;background:#fff}
.dpep-contact-content .elementor-section-wrap > .elementor-section:first-child,
.dpep-contact-content .elementor > .elementor-section:first-child{display:none!important}
.dpep-contact-content .houzez-page-title-wrap,
.dpep-contact-content .page-title-wrap,
.dpep-contact-content .breadcrumb-wrap,
.dpep-contact-content .social-icons,
.dpep-contact-content .social-media-icons{display:none!important}

.dpep-contact-container{max-width:1240px;margin:0 auto;padding:0 40px}
.dpep-contact-v111 h1,.dpep-contact-v111 h2,.dpep-contact-v111 h3{
  font-family:var(--serif)!important;
  font-weight:400!important;
  line-height:1.06!important;
  letter-spacing:-.025em!important;
  text-transform:none!important;
}
.dpep-contact-kicker{
  display:block;
  margin:0 0 16px!important;
  color:var(--gold)!important;
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
  line-height:1!important;
}
.dpep-contact-hero{
  position:relative;
  min-height:560px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:128px 24px 112px;
  text-align:center;
  color:#fff;
  background:
    radial-gradient(circle at 20% 20%,rgba(184,138,74,.32),rgba(184,138,74,0) 34%),
    linear-gradient(145deg,var(--navy),var(--navy-2));
}
.dpep-contact-hero:before{
  content:'';
  position:absolute;
  inset:28px;
  border:1px solid rgba(255,255,255,.16);
  pointer-events:none;
}
.dpep-contact-hero-inner{position:relative;z-index:1;max-width:920px;margin:0 auto}
.dpep-contact-hero .dpep-contact-kicker{color:var(--gold-soft)!important}
.dpep-contact-hero h1{
  max-width:920px;
  margin:0 auto 24px!important;
  color:#fff!important;
  font-size:72px!important;
}
.dpep-contact-hero p:not(.dpep-contact-kicker){
  max-width:740px;
  margin:0 auto!important;
  color:rgba(255,255,255,.82)!important;
  font-size:19px!important;
  line-height:1.76!important;
  font-weight:300!important;
}
.dpep-contact-intro{
  padding:92px 0 98px;
  background:var(--paper);
  border-bottom:1px solid var(--stroke);
}
.dpep-contact-grid{
  display:grid;
  grid-template-columns:1.08fr .96fr .96fr;
  gap:26px;
}
.dpep-contact-card{
  min-height:390px;
  display:flex;
  flex-direction:column;
  padding:34px 34px 32px;
  border:1px solid var(--stroke);
  border-radius:22px;
  background:#fff;
  box-shadow:0 22px 60px rgba(25,35,45,.065);
}
.dpep-contact-card--navy{
  position:relative;
  overflow:hidden;
  background:linear-gradient(145deg,var(--navy),var(--navy-2));
  border-color:rgba(255,255,255,.12);
  color:#fff;
}
.dpep-contact-card--navy:after{
  content:'';
  position:absolute;
  right:-90px;
  bottom:-90px;
  width:250px;
  height:250px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(184,138,74,.30),rgba(184,138,74,0) 70%);
}
.dpep-contact-card h2{
  position:relative;
  z-index:1;
  margin:0 0 16px!important;
  color:var(--navy)!important;
  font-size:36px!important;
}
.dpep-contact-card p:not(.dpep-contact-kicker){
  position:relative;
  z-index:1;
  margin:0!important;
  color:var(--muted)!important;
  font-size:15.8px!important;
  line-height:1.72!important;
  font-weight:300!important;
}
.dpep-contact-card--navy .dpep-contact-kicker{color:var(--gold-soft)!important}
.dpep-contact-card--navy h2{color:#fff!important}
.dpep-contact-card--navy p:not(.dpep-contact-kicker){color:rgba(255,255,255,.78)!important}
.dpep-contact-card a{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:auto;
  padding-top:30px;
  color:var(--navy)!important;
  text-decoration:none!important;
  font-size:12px;
  font-weight:800;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.dpep-contact-card a span{color:var(--gold)!important;font-weight:800}
.dpep-contact-card--navy a{color:#fff!important}
.dpep-contact-form-section{
  padding:98px 0 110px;
  background:#fff;
}
.dpep-contact-form-shell{
  display:grid;
  grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);
  gap:72px;
  align-items:start;
}
.dpep-contact-form-copy{
  position:sticky;
  top:120px;
  padding-top:10px;
}
.dpep-contact-form-copy h2{
  margin:0 0 20px!important;
  color:var(--navy)!important;
  font-size:54px!important;
}
.dpep-contact-form-copy p{
  margin:0 0 28px!important;
  color:var(--muted)!important;
  font-size:17px!important;
  line-height:1.78!important;
  font-weight:300!important;
}
.dpep-contact-form-copy ul{
  list-style:none;
  margin:0;
  padding:0;
  border-top:1px solid var(--stroke);
}
.dpep-contact-form-copy li{
  position:relative;
  margin:0;
  padding:17px 0 17px 28px;
  border-bottom:1px solid var(--stroke);
  color:var(--ink);
  font-size:14px;
  line-height:1.55;
  font-weight:700;
  letter-spacing:.02em;
}
.dpep-contact-form-copy li:before{
  content:'';
  position:absolute;
  left:0;
  top:25px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--gold);
}
.dpep-contact-form-card{
  padding:40px;
  border:1px solid var(--stroke);
  border-radius:24px;
  background:var(--paper);
  box-shadow:0 24px 68px rgba(25,35,45,.075);
}
.dpep-contact-content > *:first-child{margin-top:0!important}
.dpep-contact-content > *:last-child{margin-bottom:0!important}
.dpep-contact-content p,
.dpep-contact-content li{
  color:var(--muted)!important;
  font-size:16px!important;
  line-height:1.72!important;
}
.dpep-contact-content a{color:var(--navy)!important}
.dpep-contact-content label{display:block;margin:0 0 8px;color:var(--navy)!important;font-size:13px!important;font-weight:800!important;letter-spacing:.02em!important}
.dpep-contact-content .wpcf7-form-control-wrap,
.dpep-contact-content .wpforms-field,
.dpep-contact-content .gfield{display:block;margin-bottom:18px!important}
.dpep-contact-content .wpforms-field-container,
.dpep-contact-content .wpcf7-form{margin:0!important}
.dpep-contact-content .elementor-widget-social-icons{display:none!important}
.dpep-contact-content input:not([type="submit"]),
.dpep-contact-content textarea,
.dpep-contact-content select{
  width:100%!important;
  min-height:52px!important;
  padding:13px 16px!important;
  border:1px solid var(--stroke)!important;
  border-radius:10px!important;
  background:#fff!important;
  color:var(--ink)!important;
  font-family:var(--sans)!important;
  font-size:15px!important;
  box-shadow:none!important;
}
.dpep-contact-content textarea{min-height:150px!important}
.dpep-contact-content input[type="submit"],
.dpep-contact-content button,
.dpep-contact-content .wpcf7-submit{
  min-height:54px!important;
  padding:0 30px!important;
  border:1.5px solid var(--navy)!important;
  border-radius:3px!important;
  background:var(--navy)!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
  box-shadow:none!important;
}
.dpep-contact-content input[type="submit"]:hover,
.dpep-contact-content button:hover,
.dpep-contact-content .wpcf7-submit:hover{
  background:var(--navy-2)!important;
  border-color:var(--navy-2)!important;
}
@media(max-width:1100px){
  .dpep-contact-grid,
  .dpep-contact-form-shell{grid-template-columns:1fr;gap:30px}
  .dpep-contact-form-copy{position:static}
}
@media(max-width:767px){
  .dpep-contact-container{padding:0 20px}
  .dpep-contact-hero{min-height:480px;padding:102px 18px 82px}
  .dpep-contact-hero:before,.dpep-contact-hero-frame{inset:14px}
  .dpep-contact-hero h1{font-size:42px!important}
  .dpep-contact-hero p:not(.dpep-contact-kicker){font-size:16px!important}
  .dpep-contact-intro,.dpep-contact-form-section{padding:64px 0 72px}
  .dpep-contact-card{min-height:0;padding:28px 22px 26px;border-radius:18px}
  .dpep-contact-card h2,.dpep-contact-form-copy h2{font-size:34px!important}
  .dpep-contact-form-card{padding:26px 20px;border-radius:18px}
}


/* v112 — normalisation robuste des formulaires injectés */
.dpep-contact-content .elementor,
.dpep-contact-content .elementor-section,
.dpep-contact-content .elementor-container,
.dpep-contact-content .elementor-row,
.dpep-contact-content .elementor-column,
.dpep-contact-content .elementor-column-wrap,
.dpep-contact-content .elementor-widget-wrap,
.dpep-contact-content .elementor-widget,
.dpep-contact-content .wpforms-container,
.dpep-contact-content .wpcf7,
.dpep-contact-content form{
  width:100%!important;
  max-width:100%!important;
}
.dpep-contact-content .elementor-section,
.dpep-contact-content .elementor-container,
.dpep-contact-content .elementor-row{
  display:block!important;
}
.dpep-contact-content .elementor-column,
.dpep-contact-content .elementor-col-10,
.dpep-contact-content .elementor-col-20,
.dpep-contact-content .elementor-col-25,
.dpep-contact-content .elementor-col-33,
.dpep-contact-content .elementor-col-40,
.dpep-contact-content .elementor-col-50,
.dpep-contact-content .elementor-col-60,
.dpep-contact-content .elementor-col-66,
.dpep-contact-content .elementor-col-75,
.dpep-contact-content .elementor-col-80,
.dpep-contact-content .elementor-col-90{
  width:100%!important;
  max-width:100%!important;
  flex:0 0 100%!important;
}
.dpep-contact-content .elementor-widget-text-editor,
.dpep-contact-content .elementor-widget-heading,
.dpep-contact-content .elementor-widget-icon-list,
.dpep-contact-content .elementor-widget-social-icons,
.dpep-contact-content .elementor-widget-icon-box{
  display:none!important;
}
.dpep-contact-content .wpcf7-form p{
  margin:0 0 18px!important;
}
.dpep-contact-content .wpcf7-form .wpcf7-form-control-wrap{
  display:block!important;
  width:100%!important;
}
.dpep-contact-content .wpcf7-form .wpcf7-submit{
  display:inline-flex!important;
  width:auto!important;
}
.dpep-contact-content .wpforms-field-row,
.dpep-contact-content .wpforms-layout-row{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:16px!important;
}
.dpep-contact-content .wpforms-one-half,
.dpep-contact-content .wpforms-one-third,
.dpep-contact-content .wpforms-two-thirds,
.dpep-contact-content .wpforms-field-row > div,
.dpep-contact-content .wpforms-layout-column{
  width:calc(50% - 8px)!important;
  max-width:calc(50% - 8px)!important;
  flex:0 0 calc(50% - 8px)!important;
}
.dpep-contact-content .wpforms-one-half.last,
.dpep-contact-content .wpforms-one-third.last,
.dpep-contact-content .wpforms-two-thirds.last{
  margin-right:0!important;
}
.dpep-contact-content .elementor-form-fields-wrapper,
.dpep-contact-content .wpcf7-form,
.dpep-contact-content .wpforms-form,
.dpep-contact-content .gform_fields{
  width:100%!important;
}
.dpep-contact-content .elementor-field-group,
.dpep-contact-content .wpforms-field,
.dpep-contact-content .gfield{
  width:100%!important;
}
@media(min-width:768px){
  .dpep-contact-content .elementor-field-type-name.elementor-field-group,
  .dpep-contact-content .elementor-field-type-email.elementor-column,
  .dpep-contact-content .elementor-field-type-text.elementor-column{
    width:100%!important;
    max-width:100%!important;
    flex:0 0 100%!important;
  }
}
@media(max-width:767px){
  .dpep-contact-content .wpforms-one-half,
  .dpep-contact-content .wpforms-one-third,
  .dpep-contact-content .wpforms-two-thirds,
  .dpep-contact-content .wpforms-field-row > div,
  .dpep-contact-content .wpforms-layout-column{
    width:100%!important;
    max-width:100%!important;
    flex:0 0 100%!important;
  }
}
