:root {
  --pf-blue: #4f6bea;
  --pf-blue-2: #4a64dd;
  --pf-text: #111827;
  --pf-muted: #6b7280;
  --pf-border: #e6e6e6;
  --pf-panel-w: min(540px, 92vw);
  --pf-shadow: 0 10px 30px rgba(0, 0, 0, .2);
}

[hidden] { display: none !important; }

/* === Overlay === */
.pf-overlay {
  position: fixed;
  inset: 0;
  background: rgba(17, 24, 39, .45);
  z-index: 1040;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}
body.contact-panel-open .pf-overlay {
  opacity: 1;
  pointer-events: auto;
}

/* === Sidebar === */
.pf-contact-panel {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: var(--pf-panel-w);
  background: #fff;
  color: var(--pf-text);
  z-index: 1050;
  transform: translateX(100%);
  transition: transform .35s ease;
  display: flex;
  flex-direction: column;
  box-shadow: var(--pf-shadow);
}
body.contact-panel-open .pf-contact-panel { transform: translateX(0); }
body.contact-panel-open { overflow: hidden; }

.pf-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

/* === HERO === */
.pf-hero {
  background: #396ee3;
  color: #fff;
  padding: 32px 24px 24px;
}
.pf-hero-title {
  font-size: 22px;
  line-height: 1.25;
  font-weight: inherit;
  margin: 0 0 24px;
  width: 80%;
  display: block;
}
.pf-hero-ctas {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0 35px;
}
.pf-cta {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 19px;
  font-weight: 700;
}
.pf-cta a {
  color: #fff;
  text-decoration: none;
}
.pf-cta-ico {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
}

.pf-cta-ico2 {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
}

.pf-cta-ico:before{font-family: "Font Awesome 5 Free";font-weight: 900;font-size: 1.5rem;content: "\f095";}
.pf-cta-ico2:before{font-family: "Font Awesome 5 Free";font-weight: 900;font-size: 1.5rem;content: "\f0e0";top: 10px;  position: relative;}

/* === BODY & Accordéons === */
.pf-body {
  padding: 60px 60px 28px;
  overflow: auto;
}
.pf-acc {
  border-top: 1px solid var(--pf-border);
}
.pf-acc:last-of-type {
  border-bottom: 1px solid var(--pf-border);
}
.pf-acc-summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 0;
  margin: 0;
  font-size: 16px;
  font-weight: initial;
  display: flex;
  align-items: center;
  gap: 14px;
}
.pf-acc-summary::-webkit-details-marker {
  display: none;
}
.pf-acc-summary::before {
  content: "+";
  width: 26px;
  height: 26px;
  font-size: 24px;
  line-height: 1;
}
.pf-acc[open] .pf-acc-summary::before {
  content: "–";
  font-size: 32px;
}
.pf-acc-content {
  padding: 14px 0 24px;
  font-size: 16px;
  color: var(--pf-text);
}

@media (max-width: 480px) {
  :root { --pf-panel-w: 100vw; }
  .pf-hero-title { font-size: 24px; }
}

.pfnoir{color:#000!important;}

#gformbuilderpro_50> .submit_btn_center > #submitForm {background: #000!important;  border-radius: 25px!important;}
#gformbuilderpro_42 > .submit_btn_center > #submitForm {background: #000!important;  border-radius: 25px!important;}

#thankyou-page > .alert-success > .close {display:none;}

.pftxtsidebar2{margin-top:20px;font-size:14px;}

.pftxtsidebar{font-size:14px;}