.elementor-6478 .elementor-element.elementor-element-9a7d420{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6478 .elementor-element.elementor-element-9a7d420:not(.elementor-motion-effects-element-type-background), .elementor-6478 .elementor-element.elementor-element-9a7d420 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-889c05d );}.elementor-6478 .elementor-element.elementor-element-430587f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6478 .elementor-element.elementor-element-a6572d1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6478 .elementor-element.elementor-element-469ee68{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6478 .elementor-element.elementor-element-ba275d5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6478 .elementor-element.elementor-element-ba275d5:not(.elementor-motion-effects-element-type-background), .elementor-6478 .elementor-element.elementor-element-ba275d5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-889c05d );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-497fdef */.pemannonces-hero {
  padding: 80px 20px 60px;
}

.pemannonces-hero__container {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}

.pemannonces-hero__content {
  flex: 1;
  max-width: 600px;
}

.pemannonces-hero__label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2563EB;
  margin-bottom: 16px;
}

.pemannonces-hero__label-dot {
  margin: 0 6px;
}

.pemannonces-hero__title {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
  color: #1a1a2e;
  margin: 0 0 24px;
}

.pemannonces-hero__separator {
  width: 40px;
  height: 3px;
  background-color: #2563EB;
  border-radius: 2px;
  margin-bottom: 24px;
}

.pemannonces-hero__description {
  font-size: 15px;
  line-height: 1.75;
  color: #555;
  margin: 0 0 28px;
}

.pemannonces-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pemannonces-hero__tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 18px;
  border-radius: 6px;
  border: 1.5px solid;
}

.pemannonces-hero__tag--independance {
  color: #0ea5e9;
  border-color: #bae6fd;
  background-color: #f0f9ff;
}

.pemannonces-hero__tag--temps {
  color: #7c3aed;
  border-color: #ddd6fe;
  background-color: #f5f3ff;
}

.pemannonces-hero__tag--pro {
  color: #10b981;
  border-color: #a7f3d0;
  background-color: #ecfdf5;
}

.pemannonces-hero__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  width: 280px;
}

.pemannonces-hero__logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 768px) {
  .pemannonces-hero {
    padding: 60px 20px 40px;
  }

  .pemannonces-hero__container {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 30px;
  }

  .pemannonces-hero__content {
    max-width: 100%;
  }

  .pemannonces-hero__title {
    font-size: 30px;
  }

  .pemannonces-hero__logo {
    width: 100%;
  }

  .pemannonces-hero__logo img {
    width: 240px;
  }
}

@media (max-width: 480px) {
  .pemannonces-hero__title {
    font-size: 26px;
  }

  .pemannonces-hero__description {
    font-size: 14px;
  }

  .pemannonces-hero__logo img {
    width: 180px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6f78e0e */.pemannonces-target {
  padding: 80px 20px;
  background-color: #ffffff;
}

.pemannonces-target__container {
  max-width: 1100px;
  margin: 0 auto;
}

.pemannonces-target__header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}

.pemannonces-target__title {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.25;
  color: #1a1a2e;
  margin: 0 0 20px;
}

.pemannonces-target__intro {
  font-size: 15px;
  line-height: 1.75;
  color: #555;
  margin: 0;
}

.pemannonces-target__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.pemannonces-target__card {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 28px 22px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.pemannonces-target__card:hover {
  border-color: #2563EB;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.08);
  transform: translateY(-3px);
}

.pemannonces-target__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background-color: #eff6ff;
  color: #A4BDF8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.pemannonces-target__icon svg {
  width: 24px;
  height: 24px;
}

.pemannonces-target__card-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 8px;
}

.pemannonces-target__card-desc {
  font-size: 13.5px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

.pemannonces-target__footer {
  text-align: center;
  margin-top: 48px;
  font-size: 14.5px;
  color: #555;
  font-style: italic;
}

@media (max-width: 1024px) {
  .pemannonces-target__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .pemannonces-target {
    padding: 60px 20px;
  }

  .pemannonces-target__title {
    font-size: 26px;
  }

  .pemannonces-target__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .pemannonces-target__grid {
    grid-template-columns: 1fr;
  }

  .pemannonces-target__title {
    font-size: 23px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-730c3ed */.pemcompare {
  padding: 80px 20px;
  background: #ffffff;
}

.pemcompare__container {
  max-width: 1080px;
  margin: 0 auto;
}

.pemcompare__header {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.pemcompare__title {
  margin: 0 0 18px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
  color: #1a1a2e;
}

.pemcompare__intro {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #5b6475;
}

.pemcompare__box {
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.pemcompare__head,
.pemcompare__item {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr 1.05fr;
}

.pemcompare__head {
  background: #f8fafc;
  border-bottom: 1px solid #e5e7eb;
}

.pemcompare__item:not(:last-child) {
  border-bottom: 1px solid #e5e7eb;
}

.pemcompare__col {
  padding: 22px 24px;
  font-size: 14.5px;
  line-height: 1.55;
  color: #1f2937;
}

.pemcompare__col--label {
  font-weight: 700;
  color: #111827;
  background: #ffffff;
}

.pemcompare__col--other {
  text-align: center;
  color: #6b7280;
  background: #ffffff;
}

.pemcompare__col--pem {
  text-align: center;
  font-weight: 600;
  color: #1e3a8a;
  background: #eff6ff;
}

.pemcompare__head .pemcompare__col--label {
  background: #f8fafc;
}

.pemcompare__head .pemcompare__col--other {
  background: #f8fafc;
}

.pemcompare__head .pemcompare__col--pem {
  background: #dbeafe;
}

.pemcompare__headtitle {
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pemcompare__headtitle--other {
  color: #6b7280;
}

.pemcompare__headtitle--pem {
  color: #1d4ed8;
}

.pemcompare__value {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  width: 100%;
  text-align: left;
}

.pemcompare__icon {
  width: 22px;
  height: 22px;
  min-width: 22px;
  margin-top: 1px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}

.pemcompare__icon--cross {
  background: #fee2e2;
  color: #b91c1c;
}

.pemcompare__icon--check {
  background: #bfdbfe;
  color: #1d4ed8;
}

.pemcompare__text {
  display: block;
  flex: 1;
}

.pemcompare__footer {
  margin: 24px 0 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
  color: #9ca3af;
  font-style: italic;
}

/* Mobile */
@media (max-width: 768px) {
  .pemcompare {
    padding: 60px 16px;
  }

  .pemcompare__title {
    font-size: 26px;
  }

  .pemcompare__intro {
    font-size: 14px;
    line-height: 1.7;
  }

  .pemcompare__head {
    display: none;
  }

  .pemcompare__box {
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
  }

  .pemcompare__item {
    display: block;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
  }

  .pemcompare__item:not(:last-child) {
    margin-bottom: 16px;
  }

  .pemcompare__col {
    padding: 0;
  }

  .pemcompare__col--label {
    padding: 18px 18px 14px;
    font-size: 15px;
    line-height: 1.4;
    background: #ffffff;
    text-align: left;
    border-bottom: none;
  }

  .pemcompare__col--other,
  .pemcompare__col--pem {
    text-align: left;
    padding: 14px 18px;
  }

  .pemcompare__col--other {
    background: #fff7f7;
    color: #7f1d1d;
    border-top: 1px solid #f1f5f9;
  }

  .pemcompare__col--pem {
    background: #eff6ff;
    color: #1e3a8a;
    border-top: 1px solid #dbeafe;
  }

  .pemcompare__col--other::before,
  .pemcompare__col--pem::before {
    display: block;
    margin-bottom: 6px;
    font-size: 10.5px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.85;
  }

  .pemcompare__col--other::before {
    content: "Plateformes classiques";
    color: #b91c1c;
  }

  .pemcompare__col--pem::before {
    content: "PEM Annonces";
    color: #1d4ed8;
  }

  .pemcompare__value {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .pemcompare__title {
    font-size: 23px;
  }

  .pemcompare__col--label {
    padding: 16px 16px 12px;
  }

  .pemcompare__col--other,
  .pemcompare__col--pem {
    padding: 12px 16px;
    font-size: 13.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a784c48 */.pemannonces-process {
  padding: 80px 20px;
  background-color: #ffffff;
}

.pemannonces-process__container {
  max-width: 1100px;
  margin: 0 auto;
}

.pemannonces-process__header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}

.pemannonces-process__title {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.25;
  color: #1a1a2e;
  margin: 0 0 20px;
}

.pemannonces-process__intro {
  font-size: 15px;
  line-height: 1.75;
  color: #555;
  margin: 0;
}

.pemannonces-process__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.pemannonces-process__visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pemannonces-process__visual img {
  width: 100%;
  max-width: 440px;
  height: auto;
}

.pemannonces-process__steps {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.pemannonces-process__step {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.pemannonces-process__step-number {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background-color: #A4BDF8;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 800;
}

.pemannonces-process__step-content {
  flex: 1;
}

.pemannonces-process__step-title {
  font-size: 17px;
  font-weight: 800;
  color: #1a1a2e;
  margin: 6px 0 8px;
}

.pemannonces-process__step-text {
  font-size: 14.5px;
  line-height: 1.65;
  color: #555;
  margin: 0;
}

@media (max-width: 900px) {
  .pemannonces-process__grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .pemannonces-process__visual {
    order: -1;
  }
}

@media (max-width: 768px) {
  .pemannonces-process {
    padding: 60px 20px;
  }

  .pemannonces-process__title {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .pemannonces-process__title {
    font-size: 23px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-381a88b */.pem-cta {
  padding: 56px 5%;
  position: relative;
  overflow: hidden;
}

.pem-cta *,
.pem-cta *::before,
.pem-cta *::after {
  box-sizing: border-box;
}

.pem-cta__inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}


.pem-cta__label {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
}

.pem-cta__label::before,
.pem-cta__label::after {
  content: '';
  width: 40px;
  height: 1.5px;
  background: rgba(0, 0, 0, 0.25);
  flex-shrink: 0;
}


.pem-cta__title {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  line-height: 1.2;
  color: #000000;
  margin: 0 0 18px 0;
}

.pem-cta__title span {
  color: #2563EB;
}


.pem-cta__text {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.65);
  max-width: 620px;
  margin: 0 auto 28px auto;
}


.pem-cta__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}


.pem-cta__btn-main {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: #000000 !important;
  color: #ffffff !important;
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.pem-cta__btn-main:hover {
  background: #1a1a1a !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  color: #ffffff !important;
  text-decoration: none !important;
}

.pem-cta__btn-main *,
.pem-cta__btn-main svg {
  color: #ffffff !important;
  stroke: #ffffff !important;
}

.pem-cta__btn-main .pem-arrow {
  transition: transform 0.3s ease;
}

.pem-cta__btn-main:hover .pem-arrow {
  transform: translateX(4px);
}

.pem-cta__btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: #000000 !important;
  color: #ffffff !important;
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  border: none;
  border-radius: 50px;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.pem-cta__btn-secondary:hover {
  background: #1a1a1a !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  color: #ffffff !important;
  text-decoration: none !important;
}

.pem-cta__btn-secondary *,
.pem-cta__btn-secondary svg {
  color: #ffffff !important;
  stroke: #ffffff !important;
}


.pem-cta__divider {
  width: 100%;
  max-width: 700px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 0 auto 20px auto;
}

.pem-cta__trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

.pem-cta__trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

.pem-cta__trust-dot {
  width: 6px;
  height: 6px;
  background: #2563EB;
  border-radius: 50%;
  flex-shrink: 0;
}
.elementor-section.pem-cta-section {
  padding: 0 !important;
  margin: 0 !important;
}

.elementor-section.pem-cta-section > .elementor-container {
  max-width: 100% !important;
  padding: 0 !important;
}

@media (max-width: 1024px) {
  .pem-cta {
    padding: 48px 5%;
  }

  .pem-cta__trust {
    gap: 24px;
  }
}

@media (max-width: 640px) {
  .pem-cta {
    padding: 40px 6%;
  }

  .pem-cta__title {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
  }

  .pem-cta__buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-bottom: 24px;
  }

  .pem-cta__btn-main,
  .pem-cta__btn-secondary {
    justify-content: center;
    text-align: center;
  }

  .pem-cta__trust {
    flex-direction: column;
    gap: 12px;
  }

  .pem-cta__label::before,
  .pem-cta__label::after {
    width: 24px;
  }
}/* End custom CSS */