.elementor-28640 .elementor-element.elementor-element-359e750{--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-28640 .elementor-element.elementor-element-459b13a0{--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-28640 .elementor-element.elementor-element-459b13a0:not(.elementor-motion-effects-element-type-background), .elementor-28640 .elementor-element.elementor-element-459b13a0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-28640 .elementor-element.elementor-element-1fd74a7 > .elementor-widget-container{background-color:var( --e-global-color-primary );}.elementor-28640 .elementor-element.elementor-element-1fd74a7 .elementor-menu-toggle{margin:0 auto;}.elementor-28640 .elementor-element.elementor-element-1fd74a7 .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}.elementor-28640 .elementor-element.elementor-element-47fc4cef{--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-28640 .elementor-element.elementor-element-2d21c4a6{--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-28640 .elementor-element.elementor-element-659231e0{--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-28640 .elementor-element.elementor-element-7aa7418d{--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-28640 .elementor-element.elementor-element-30ab49e2{--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-28640 .elementor-element.elementor-element-3de09d81{--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-28640 .elementor-element.elementor-element-2e564dfa{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-34b363d8 *//* ===== BONPAPI HERO SECTION ===== */
.hero-bonpapi {
  background: #1a1a1a;
  color: #FFFFFF;
  padding: 6rem 2rem 8rem;
  position: relative;
  overflow: hidden;
  min-height: 85vh;
  display: flex;
  align-items: center;
}

.hero-bonpapi::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 70% 50%, rgba(107, 79, 160, 0.15), transparent 60%);
  pointer-events: none;
}

.hero-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.hero-content {
  max-width: 650px;
}

.hero-title {
  font-family: 'Poppins', 'Inter', sans-serif;
  font-size: clamp(3rem, 5vw, 4.5rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 1.5rem;
  color: #FFFFFF;
}

.hero-title .highlight {
  color: #F4A900;
}

.hero-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: #b0b0b0;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  max-width: 550px;
}

.hero-buttons {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-block;
  background: #F4A900;
  color: #1a1a1a;
  padding: 1rem 2.5rem;
  font-weight: 700;
  font-size: 1.05rem;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(244, 169, 0, 0.3);
}

.btn-primary:hover {
  background: #FFD75A;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(244, 169, 0, 0.4);
}

.btn-secondary {
  display: inline-block;
  background: transparent;
  color: #FFFFFF;
  padding: 1rem 2.5rem;
  font-weight: 600;
  font-size: 1.05rem;
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background: #FFFFFF;
  color: #1a1a1a;
}

.hero-location {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #888;
  font-size: 1rem;
}

.hero-location i {
  color: #F4A900;
}

.hero-visual {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spiral-animation {
  width: 400px;
  height: 400px;
  border: 3px solid #F4A900;
  border-radius: 50%;
  position: relative;
  animation: rotate 20s linear infinite;
}

.spiral-animation::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: #F4A900;
  border-radius: 50%;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.spiral-animation::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #1a1a1a;
  border: 2px solid #F4A900;
  border-radius: 4px;
  bottom: 15%;
  right: 20%;
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@media (max-width: 968px) {
  .hero-container {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .hero-visual {
    height: 350px;
  }
  
  .spiral-animation {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 640px) {
  .hero-bonpapi {
    padding: 4rem 1.5rem 6rem;
  }
  
  .hero-buttons {
    flex-direction: column;
  }
  
  .btn-primary, .btn-secondary {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ba636a1 *//* ===== NOS SERVICES ===== */
.services-bonpapi {
  background: #1a1a1a;
  padding: 8rem 2rem;
  text-align: center;
}

.services-container {
  max-width: 1400px;
  margin: 0 auto;
}

.section-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 1rem;
  font-family: 'Poppins', sans-serif;
}

.section-subtitle {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: #b0b0b0;
  max-width: 700px;
  margin: 0 auto 4rem;
  line-height: 1.6;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.service-card {
  background: #252525;
  border-radius: 12px;
  padding: 3rem 2rem;
  transition: all 0.3s ease;
  border: 1px solid #333;
}

.service-card:hover {
  transform: translateY(-8px);
  background: #2a2a2a;
  border-color: #F4A900;
  box-shadow: 0 10px 30px rgba(244, 169, 0, 0.15);
}

.service-icon {
  width: 80px;
  height: 80px;
  background: #6B4FA0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 2rem;
  color: #FFFFFF;
}

.service-card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 1rem;
}

.service-card p {
  color: #b0b0b0;
  line-height: 1.7;
  font-size: 1.05rem;
}

@media (max-width: 640px) {
  .services-bonpapi {
    padding: 5rem 1.5rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-35db9423 *//* ===== NOTRE PORTFOLIO ===== */
.portfolio-bonpapi {
  background: #1a1a1a;
  padding: 8rem 2rem;
  text-align: center;
}

.portfolio-container {
  max-width: 1400px;
  margin: 0 auto;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2.5rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.portfolio-card {
  background: #252525;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #333;
  text-align: left;
}

.portfolio-card:hover {
  transform: translateY(-8px);
  border-color: #F4A900;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.portfolio-image {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.portfolio-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.portfolio-card:hover .portfolio-image img {
  transform: scale(1.1);
}

.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(107, 79, 160, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.portfolio-card:hover .portfolio-overlay {
  opacity: 1;
}

.view-project {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.1rem;
}

.portfolio-info {
  padding: 2rem;
}

.portfolio-info h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}

.portfolio-category {
  color: #F4A900;
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.portfolio-description {
  color: #b0b0b0;
  line-height: 1.6;
  font-size: 1rem;
}

.portfolio-cta {
  margin-top: 3rem;
}

.btn-outline {
  display: inline-block;
  background: transparent;
  color: #FFFFFF;
  padding: 1rem 2.5rem;
  font-weight: 600;
  font-size: 1.05rem;
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background: #FFFFFF;
  color: #1a1a1a;
}

@media (max-width: 768px) {
  .portfolio-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c49c9eb *//* =========================
   PRICING SECTION - BONPAPI VELVET EDITION
   ========================= */
.pricing-section {
  background: #1a1a1a;
  padding: 8rem 2rem;
  max-width: 1400px;
  margin: auto;
  font-family: 'Poppins', 'Inter', sans-serif;
  color: #FFFFFF;
  text-align: center;
}

.section-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 1rem;
  text-align: center;
}

/* =========================
   TOGGLE SECTION
   ========================= */
.pricing-toggle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  background: #252525;
  padding: 0.9rem 1.75rem;
  border-radius: 50px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.3);
  margin: 3rem auto 4rem auto;
  font-family: 'Poppins', sans-serif;
}

.pricing-toggle span,
.toggle-label {
  font-size: 1.1rem;
  font-weight: 600;
  color: #b0b0b0;
  transition: all 0.3s ease;
}

.pricing-toggle span.active,
.toggle-label.active,
.pricing-toggle .monthly-label.active,
.pricing-toggle .annual-label {
  color: #FFFFFF;
}

/* TOGGLE SWITCH */
.switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 30px;
}
.switch input { display: none; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #6B4FA0;
  border-radius: 30px;
  transition: 0.3s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  border-radius: 50%;
  transition: 0.3s;
}
input:checked + .slider {
  background-color: #F4A900;
}
input:checked + .slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 30px;
}
.slider.round:before {
  border-radius: 50%;
}

/* =========================
   GRID LAYOUT
   ========================= */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

/* =========================
   CARD STYLING
   ========================= */
.pricing-card {
  background: #252525;
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.3);
  padding: 2.5rem 2rem;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  border: 2px solid #333;
  text-align: left;
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(244, 169, 0, 0.2);
  border-color: #F4A900;
}

.pricing-card.recommended {
  border: 2px solid #F4A900;
  background: linear-gradient(135deg, #6B4FA0 0%, #7B5FB5 100%);
  transform: scale(1.03);
}

.pricing-card.recommended:hover {
  transform: scale(1.05) translateY(-8px);
}

.pricing-card .badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #F4A900;
  color: #1a1a1a;
  padding: 0.5rem 1.5rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 700;
  box-shadow: 0 3px 10px rgba(244, 169, 0, 0.3);
}

.pricing-card h3 {
  font-size: 1.8rem;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.subtitle {
  color: #b0b0b0;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

.pricing-card.recommended .subtitle {
  color: #F8F8FB;
}

/* =========================
   PRICES
   ========================= */
.price-block {
  margin: 1.5rem 0;
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
}

.pricing-card.recommended .price-block {
  background: rgba(0, 0, 0, 0.2);
}

.setup {
  margin-bottom: 1rem;
  font-weight: 600;
  color: #b0b0b0;
  font-size: 0.95rem;
}

.setup strong {
  color: #F4A900;
  font-weight: 700;
}

.price {
  font-size: 2rem;
  font-weight: 700;
  color: #FFFFFF;
  display: none;
  margin: 0.75rem 0;
}

.price.monthly.active,
.price.annual.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

.fade-in {
  animation: fadeIn 0.6s ease;
}

/* =========================
   BUTTONS
   ========================= */
.btn {
  display: block;
  width: 100%;
  text-decoration: none;
  background: transparent;
  color: #FFFFFF;
  padding: 1rem 1.5rem;
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-align: center;
  margin: 1.5rem 0;
}

.btn:hover {
  background: #FFFFFF;
  color: #1a1a1a;
}

.pricing-card.recommended .btn {
  background: #F4A900;
  border-color: #F4A900;
  color: #1a1a1a;
}

.pricing-card.recommended .btn:hover {
  background: #FFD75A;
  border-color: #FFD75A;
}

/* =========================
   DETAILS / FEATURES
   ========================= */
details {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #444;
}

summary {
  cursor: pointer;
  font-weight: 600;
  color: #F4A900;
  list-style: none;
  padding: 0.5rem 0;
  transition: color 0.3s ease;
}

summary:hover {
  color: #FFD75A;
}

summary::marker { display: none; }

details ul {
  margin: 1rem 0 0 1.5rem;
  list-style: none;
  color: #b0b0b0;
  line-height: 1.8;
}

details ul li {
  padding: 0.5rem 0;
  position: relative;
  padding-left: 1.5rem;
}

details ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #F4A900;
  font-weight: bold;
}

/* =========================
   RESPONSIVE
   ========================= */
@media (max-width: 968px) {
  .pricing-section {
    padding: 6rem 1.5rem;
  }
  
  .pricing-card.recommended {
    transform: scale(1);
  }
  
  .pricing-card.recommended:hover {
    transform: scale(1.02) translateY(-8px);
  }
}

@media (max-width: 768px) {
  .pricing-toggle span,
  .toggle-label {
    font-size: 1rem;
  }
  
  .pricing-card {
    padding: 2rem 1.5rem;
  }
  
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-39b613eb *//* ===== CONTACTEZ-NOUS ===== */
.contact-bonpapi {
  background: #1a1a1a;
  padding: 8rem 2rem;
}

.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 5rem;
}

.contact-info h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}

.contact-intro {
  color: #b0b0b0;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 3rem;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contact-item {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.contact-item i {
  color: #F4A900;
  font-size: 1.5rem;
  margin-top: 0.25rem;
}

.contact-item div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contact-item strong {
  color: #FFFFFF;
  font-size: 1.1rem;
}

.contact-item a,
.contact-item span {
  color: #b0b0b0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-item a:hover {
  color: #F4A900;
}

.contact-form-wrapper {
  background: #252525;
  padding: 3rem;
  border-radius: 16px;
  border: 1px solid #333;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-group label {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.05rem;
}

.form-group input,
.form-group textarea {
  background: #1a1a1a;
  border: 1px solid #444;
  border-radius: 8px;
  padding: 1rem;
  color: #FFFFFF;
  font-size: 1rem;
  font-family: 'Inter', sans-serif;
  transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #F4A900;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #666;
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.btn-submit {
  background: #F4A900;
  color: #1a1a1a;
  padding: 1rem 2rem;
  font-weight: 700;
  font-size: 1.1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(244, 169, 0, 0.3);
}

.btn-submit:hover {
  background: #FFD75A;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(244, 169, 0, 0.4);
}

@media (max-width: 968px) {
  .contact-container {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .contact-form-wrapper {
    padding: 2rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-112bc259 *//* ===============================
   SECTION 7 – FOOTER
   BonPapi Velvet Edition
   =============================== */
.bonpapi-footer {
  background: linear-gradient(135deg, #4A3366 0%, #7B5FB5 100%);
  color: #ffffff;
  padding: 6rem 1.5rem 4rem;
  font-family: 'Poppins', 'Inter', sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ===== Top Branding ===== */
.footer-top {
  text-align: center;
  margin-bottom: 4rem;
}
.footer-logo {
  max-width: 160px;
  margin-bottom: 1.5rem;
}
.footer-tagline {
  color: #f5f2ff;
  font-size: 1.7rem;
  line-height: 1.6;
}

/* ===== Grid ===== */
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 4rem;
  text-align: left;
}
.footer-col h4 {
  color: #F4A900;
  font-size: 2rem;
  margin-bottom: 1.2rem;
  font-weight: 600;
}
.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-col ul li {
  margin-bottom: 0.8rem;
}
.footer-col a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-col a:hover {
  color: #F4A900;
}

/* ===== Contact & Socials ===== */
.footer-contact li {
  color: #eae6f7;
  font-size: 1.6rem;
}
.footer-socials {
  margin-top: 1.5rem;
}
.footer-socials a {
  display: inline-block;
  color: #ffffff;
  margin-right: 1.2rem;
  font-size: 1.8rem;
  transition: color 0.3s ease, transform 0.2s ease;
}
.footer-socials a:hover {
  color: #F4A900;
  transform: translateY(-3px);
}

/* ===== Bottom ===== */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 2rem;
  text-align: center;
  font-size: 1.5rem;
  color: #d8d3e9;
}
.footer-bottom a {
  color: #F4A900;
  text-decoration: none;
}
.footer-bottom a:hover {
  text-decoration: underline;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .bonpapi-footer {
    padding: 5rem 1.5rem 3rem;
  }
  .footer-top {
    margin-bottom: 3rem;
  }
}/* End custom CSS */