/* Typography setup */
/* Proxima Nova Regular */
@font-face {
  font-family: 'ProximaNova';
  src: url('../fonts/ProximaNova-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
       url('../fonts/ProximaNova-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

/* Proxima Nova Bold */
@font-face {
  font-family: 'ProximaNova';
  src: url('../fonts/ProximaNova-Bold.eot');
  src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
       url('../fonts/ProximaNova-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

/* Proxima Nova Thin */
@font-face {
  font-family: 'ProximaNova';
  src: url('../fonts/ProximaNovaT-Thin.eot');
  src: url('../fonts/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ProximaNovaT-Thin.woff2') format('woff2'),
       url('../fonts/ProximaNovaT-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

body {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif;
  color:#20201E;
}

p {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif;
  color:#20201E;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Proxima Nova Rg';
  color:#20201E;
}
.btn{
  font-family: 'Proxima Nova Rg';
}
span{
  color:#20201E;
}
li{
  color:#20201E;
}
/* Styles personnalisés pour le header */
.text-lead{
  font-size: 1rem !important;
    font-weight: 300;
    color: #20201E !important;
}
.brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: #e60050; /* placeholder logo block */
  display: inline-block;
}

.brand-logo { height: 36px; width: auto; }

.btn-cta {
  background-color: #ED1651;
  color: #fff;
  text-transform: uppercase;
  transition: transform 150ms ease, box-shadow 150ms ease;
}
.btn-cta:hover,
.btn-cta:focus {
  background-color: #ED1651;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(237, 22, 81, 0.25);
}
.btn-cta:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(237, 22, 81, 0.2);
}

/* Hero section */
.text-pp-pink { color: #ED1651; }

.pp-hero-title {
  font-weight: 800;
  letter-spacing: 0.2px;
}

.pp-hero {
  background: #fff;
  background-image:url('../images/background1.png');
  background-size: cover;
}

.pp-hero-visual {
  min-height: 380px;
}

.pp-card-main {
  height: auto;
  margin-left: auto;
}
.pp-how h3, .pp-opps h3, .pp-ecosystem h3{
  color:#fff !important;
}
.pp-panel-body h3 {
    font-size: 1.7em !important;
}
.pp-card-body h3 {
    font-weight: 600;
    font-size: 1.3em;
    margin-bottom: 7px !important;
}
.pp-card-hand {
  width: 196px;
  height: 236px;
  position: absolute;
  bottom: -30px;
  left: -30px;
  background: #fff;
  overflow: hidden;
}

/* Ensure hero images fit containers properly */
.pp-hero-visual .ratio img {
  width: 100%;
  height: 100%;

  display: block;
}

/* Generic ratio image helper for other sections (e.g., section 4) */
.ratio > img {
  width: 100%;
  height: 100%;

  display: block;
}

.pp-badge {
  position: absolute;
  top: -12px;
  left: 20px;
  padding: 8px 12px;
}

.pp-badge2 {
  position: absolute;
  bottom: 10px;
  right: -10px;
  padding: 8px 12px;
}

/* Section 2 */
.pp-ecosystem {
  background: #F1F1F1;
  background-image: url(../images/background2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}

.pp-card { background: #ED1651; transition: transform 180ms ease, box-shadow 180ms ease; }
.pp-card:hover { transform: translateY(-4px); box-shadow: 0 0.5rem 1rem rgba(0,0,0,.08) !important; }

.pp-card-img { height: 180px; background: #e9ecef; }
.pp-card-img img { width: 100%; display: block; }
.pp-card-body h5{
  color:#fff;
}
.pp-card-body p{
  color:#fff;
}
.pp-panel-body h4{
  color:#fff;
}
.pp-panel-body p{
  color:#fff;
}
.pp-how h2{
  color:#fff;
}
.pp-how h5{
  color:#fff;
}
.textwidget p{
  color:#fff;
}
.pp-step p{
  color:#fff;
}
.pp-card-body {
    background: #ED1651;
    color: #fff;
    padding: 16px 12px;
    position: relative;
    bottom: 1px;
}
.pp-card-body h5{
  font-weight: 600;
  font-size: 1.3em;
    margin-bottom: 7px !important;
}
.pp-card-body p{
  line-height: 18px;
  font-size:1em;
}
/* Section 3 */
.pp-opps { background: #fff; }
.pp-opps .container { max-width: 1100px; }

/* Override horizontal padding for section 3 */
.pp-opps { padding-left: 20%; padding-right: 20%; }

.pp-chip {
  background: #ED1651;
    color: #fff;
    padding: 14px 16px;
    border-radius: 12px 0px 0px 12px;
    font-weight: 700;
    text-align: left;
    font-size: 17px;
    clip-path: polygon(0% 0, 100% 0, 90% 100%, 0% 100%);
    font-family: 'Proxima Nova Rg';
}

.pp-tile {
  background: #F1F1F1;
  padding: 14px 16px;
  border-radius: 15px;
}

.pp-panel {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  display: grid;
  grid-template-rows: 239px 1fr;
}

.pp-opps .g-4, .gx-4 {
  --bs-gutter-x: 3rem;
}
.pp-panel-media { position: relative; background: #fff; height: 239px; }
.pp-panel-media .pp-ph { height: 100%;         background: linear-gradient(181deg, rgb(255 255 255) 70%, #ED1651 0%, #ED1651 10%);
}}
.pp-panel-media img { width: 100%; display: block; }

.pp-panel-body {
  color: #fff;
  background: #ED1651;
  padding: 20px;
}
.pp-ph img{
  width: 100%;
}
/* Section 3 buttons: white by default with hover animation */
.pp-panel .btn {
  background: #fff;
  color: #ED1651;
  border: none;
  transition: transform 150ms ease, box-shadow 150ms ease;
  text-transform: uppercase;
  width: 100%;
  font-weight: 500;
}
.pp-panel .btn:hover,
.pp-panel .btn:focus {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(237, 22, 81, 0.25);
  color: #ED1651;
}
.pp-panel .btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(237, 22, 81, 0.2);
}

/* Section 4 */
.pp-ready { background: #f1f1f1; }
.pp-ready { padding-left: 20%; padding-right: 20%; }
.pp-tabs .nav-link {
  background: #fff;
  border: 1px solid #f0f1f3;
  color: #e02562;
  border-radius: 12px;
  padding: 10px 16px;
}
.pp-tabs .nav-link.active {
  background: #fff;
    border-color: #ffe3ec;
    border-bottom: 5px #e02562 solid;
    color: #e02562;
}
.pp-list { padding-left: 1rem; }
.pp-list li { margin-bottom: 8px; }

/* Section 5 */
.pp-testimonials { background: #fff; }
.pp-testi {
  background: #fff;
  background-image: url(../images/icon-temoignage.png);
  background-repeat: no-repeat;
  background-position-x: 95%;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 18px;
  background-position-y: 90%;
}
.pp-testi .testi-1{
  position: relative;
    top: 23px;
}
.pp-testi .testi-3{
  position: relative;
    top: 42px;
}
.pp-stars { color: #ED1651; letter-spacing: 2px; margin-bottom: 10px; }
.pp-avatar {

    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* background: #e9ecef; */

}
.pp-avatar img{
  width: 100%;
}

/* Section 6 */
.pp-how { background: #e02562;
background-image: url(../images/fond1.png);
background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center; }
.pp-step { }
.pp-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  flex: 0 0 36px;
  border-radius: 50%;
  background: #e0256300;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,.06);
}

/* Section 7 */
.pp-opportunity { background: #fff; }
.pp-photo-wrap { padding: 12px; background: #f6f7f9; border-radius: 24px; }

/* Section 7 padding override */
.pp-opportunity { padding-left: 20%; padding-right: 20%; }
.pp-opportunity h2{
  margin-top: 0;
}
/* Section 7: remove image frame and shadows */
.pp-opportunity .pp-photo-wrap { padding: 0; background: transparent; border-radius: 0; }
.pp-opportunity .ratio { box-shadow: none !important; border-radius: 0 !important; background: transparent; }
/* Remove large horizontal paddings on mobile */
@media (max-width: 767.98px) {
  .pp-opps, .pp-ready, .pp-opportunity { padding-left: 0; padding-right: 0; }
}
/* Section 7 image width constraint */
.pp-opportunity img {
  width: 300px;
  height: auto;
  display: block;
}

/* Global horizontal padding for sections (exclude header which is a <nav>) */
section { padding-left: 10%; padding-right: 10%; }

/* Fix bug Gutemberg WP */
div, span, p , small {
  font-size: 15px;
}
h2{
  font-size: 2.1em !important;
    margin-top: 50px;
    margin-bottom: 25px !important;
}
.breadcrumb-area{
  display: none;
}
.pp-hero-title span{
  font-size: 44px;
}
.text-lead {
  font-size: 17px !important;
}
.btn-cta {
  font-size: 15px !important;
  padding: 13px 30px !important;
  margin-top: 15px;
}
.pp-panel .btn {
  font-size: 15px !important;
  padding: 13px 30px !important;
}
.footer-info-container p a{
  color: #e02562 !important;
  text-decoration: none !important;
}

.pp-panel-body h4{
  font-size: 1.7em !important;
}
.pp-panel-body .small{
  font-size: 0.95em;
}
.pp-step h5{
  font-size: 1.75rem !important;
  font-weight: 500;
}
.pp-step-content{
  margin-top: 10px;;
}
.pp-step-content p, .pp-step-content .small{
    font-size: 1em !important;
}
.vertical-custom-center{
  position: relative;
  top: 7px;
}
.pp-step-media{
  margin-bottom:20px !important;
}
.element1{
  background-image: url('../images/vector3.png');
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: 40%;
}
.element2{
  background-image: url('../images/Vector2.png');
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: 56%;
}
.element3{
  background-image: url('../images/Vector1.png');
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: 40%;
}
.element4{
  background-image: url('../images/Vector.png');
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: 40%;
}
.pp-ready-content{
  display:none;
}
.pp-read-content-show{
  display: block;
}
.text-secondary, .text-muted{
  color:#000 !important;
}
.text-muted{
  font-size:13px;
}
.pp-list{
  list-style-image:none !important;
}
.pp-hero small{
  position: relative;
  left: 70px;
}
section.py-5{
  padding-bottom: 7rem !important;
}
section.pp-opportunity{
  padding-top: 7rem !important;
}
.text-lead strong{
  font-weight: 700;
}
h2{
  text-transform: uppercase;
}
.pp-opps .d-grid{
  grid-template-columns: 45% 55% !important;
}
.copyright{
  color:#fff;
}
.pp-step-media img{
  width: 100%;
}
@media (min-width: 769px) {
  .text-lead{
    width:82%;
  }
  .pp-hero-title {
    width: 86%;
}
.desktop-hidden{
  display: none !important;
}
.pp-hero{
  padding-top:4em !important;
}
.pp-panel .custom-button-2{
  position: relative;
  top: 0;
}
.blog-link .btn-cta {
  font-size: 15px !important;
  padding: 13px 30px !important;
  margin-top: 15px;
  padding-top: 17px !important;
  padding-bottom: 13px !important;
}
.pp-how .g-4, .pp-how  .gx-4 {
  --bs-gutter-x: 2rem;
}
.pp-step .custom-margin{
  margin-top: 25px;
}
.pp-opps .custom-margin{
  margin-top: 18px;
}
.pp-testimonials .container h2{
  margin-bottom: 38px !important;
}
.pp-ready .btn{
  margin-top: 30px;
}
.pp-ready .container .row{
 margin-top: 16px; 
}
.pp-ecosystem h2{
  margin-bottom: 40px !important;
}
.pp-ready img{
  width: 100%;
}

.pp-ready .container .d-lg-block{
  padding: 20px;
}
.pp-panel-body{
  position: relative;
    bottom: 10px;
}
.pp-ready .text-center .text-muted{
  margin-top: 15px;
    margin-bottom: 25px;
}
}
@media (max-width: 768px) {
  #header {
    top: 0px !important;
}
  h2 {
    font-size: 1.7em !important;

}
  .pp-opportunity h2{
    text-align:center !important;
  }
  .pp-opportunity p{
    text-align:center !important;
  }
  .pp-ready{
    padding-left:20px;
    padding-right:20px;
  }
  .mobile-hidden{
    display: none !important;
  }
  .pp-hero-title {
    text-align: center;
}
.pp-hero-title span {
  font-size: 1.40em;
}
.text-lead{
  text-align: center;
  font-size: 15px !important;
}
section {
  padding-left: 3%;
  padding-right: 3%;
}
.pp-hero small {
  position: relative;
        left: 0;
        text-align: center;
        width: 100%;
}
.btn-cta {
  font-size: 15px !important;
        padding: 13px 4px !important;
        margin: auto;
        margin-top: 14px;
        width: 98%;
}
.pp-tabs .nav-link {

  padding: 10px 11px;
  font-size: 13px;
}
.pp-card-body {

  height: 110px;
}
section.py-5 {
  padding-bottom: 3rem !important;
}
h2 {
  margin-top: 30px;
}

.pp-testi .testi-1{
  position: relative;
    top: 0;
}
.pp-testi .testi-3{
  position: relative;
    top: 0;
}
.pp-opportunity img {
  width: 250px;
  height: auto;
  display: block;
  margin: auto;
}
.pp-slider .pp-card {
  flex: 0 0 68%;
  scroll-snap-align: start;
}
.pp-card-img img {
   height: auto; 
}
.pp-card-img {
 height: auto;
}
.pp-chip {
  background: #ED1651;
  color: #fff;
  padding: 14px 16px;
  border-radius: 12px 0px 0px 12px;
  font-weight: 700;
  text-align: left;
  font-size: 17px;
  clip-path: polygon(0% 0, 100% 0, 90% 100%, 0% 100%);
}
.pp-tile {
  background: #F1F1F1;
  padding: 14px 14px;
}
.pp-how .col-lg-4{
  margin-top:30px;
}
.element1{
  background-image: url('../images/vector3.png');
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: 40%;
}
.element2{
  background-image: url('../images/Vector2.png');
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: 56%;
}
.element3{
  background-image: url('../images/Vector1.png');
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: 40%;
}
.element4{
  background-image: url('../images/Vector.png');
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: 40%;
}
.pp-step h5 {
    font-size: 1.90rem !important;
    font-weight: 500;
}
.pp-step-media img{
  width: 100%;
}
.pp-panel-body {

  position: relative;
  bottom: 3px;
}
.home-actu .btn{
  font-size: 15px !important;
        padding: 21px 15px !important;
        margin: auto;
        margin-top: 14px;
        border-radius: 26px !important;
}
.pp-opportunity     .btn-cta {

        width: 90%;
    }
  .pp-testimonials     .btn-cta {

        width: 50%;
    }
}

.pp-slider {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1rem;
}

.pp-slider::-webkit-scrollbar {
  display: none;
}

.pp-slider .pp-card {
  flex: 0 0 80%;
  scroll-snap-align: start;
}

@media (min-width: 768px) {
  .pp-slider {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    overflow: visible;
  }

  .pp-slider .pp-card {
    flex: unset;
  }
}

.home-actu .vignette-post .post-content h3 a {
    color: #20201e;
    text-decoration: none;
    font-weight: 600;
}

@media (min-width: 1200px) {
  .h3, h3 {
      font-size: 17px;
  }
}

@media (min-width: 1600px) {
.pp-panel-body {
    color: #fff;
    background: #ED1651;
    padding: 20px;
    padding-top: 17px;
}
.pp-step h5 {
  font-size: 2rem !important;
  font-weight: 500;
}
.pp-hero-title span {
  font-size: 55px;
}
.pp-opps .container {
  width: 77%;
}
.pp-ready .container .row{
  width: 78%;
  margin:auto;
}
.pp-hero{
  padding-top:7em !important;
}
h2 {
  font-size: 2.38em !important;
}
.pp-how{
  padding-bottom: 5rem !important;
    padding-top: 1rem !important;
}
.pp-testimonials{
  padding-bottom: 5rem !important;
}
.pp-testimonials h2{
  margin-top: 25px !important;
}
.pp-testimonials .btn-cta {
    margin-top: 30px !important;
}
.pp-ready{
  padding-bottom:45px !important;
}
.pp-ready h2{
  margin-top: 20px !important;
}
}

/* Activer le scroll horizontal uniquement sur mobile */
@media (max-width: 768px) {
  .pp-hero p.pp-hero-title{
    font-size: 1.40em;
    text-align: center !important;
  }
  .pp-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-left: 33rem;   /* espace à gauche */
    padding-right: 1rem;  /* espace à droite */
  }

  .pp-tabs::-webkit-scrollbar {
    display: none;
  }

  .pp-tabs .nav-item {
    flex: 0 0 auto;
  }
  section.pp-opportunity {
    padding-top: 4rem !important;
}

}
@media (max-width: 768px) {
    .pp-step h3 {
        font-size: 19px !important;
        font-weight: 500;
    }
}
    .widget-cta a {
        
        text-decoration: none;
    }
        .widget-cta a .label {
        width: 206px;
        color: #fff !important;
        text-decoration: none;
    }




/* Slider wrapper */
.pp-testi-slider-wrapper { position: relative; }
.pp-testi-slider { overflow: hidden; }
.slider-inner { display: flex; gap: 30px; transition: transform 0.5s ease; }

/* Slides */
.col-lg-4 { min-width: 300px; flex: 0 0 auto; }

/* Boutons */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  font-size: 30px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  display: none; /* afficher sur desktop */
}
.prev-btn { left: 10px; }
.next-btn { right: 10px; }
.slider-btn:hover { background: rgba(0,0,0,0.8); }
