* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    line-height: 1.4;
    color: #333;
    overflow-x: hidden;
}

.container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 70px;
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: 10px;
   
}

.nav-menu {
    display: flex;
    gap: 30px;
}

.nav-link {
    text-decoration: none;
    color: #4b5563;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #57b8e7;
}



.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #333;
    margin: 3px 0;
    transition: 0.3s;
}

/* Hero Section */
.hero {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center  top;
    color: white;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-background {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.2); */
}

.hero-pattern {
    background-image: url('images/community-manager-interaktive.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   /* background-image: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.1) 2px, transparent 2px);
    background-size: 60px 60px;*/
    opacity: 0.9;
}

.hero-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 20px 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center; 
    min-height: 650px;
}
.hero-title {
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 30px;
    animation: fadeIn 2s ease;
    
}
   .hero-title .highlightt{
        font-size: 3.5rem;
        color: #fbbf24;
        animation: fadeIn 13s ease;
    }
.hero-description {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.9);
}
.hero-buttons {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.hero-buttons a{
    width: 50%;
    justify-content: space-between;
    margin: 5px;
    height: auto;
}
.btn-temoignage{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    align-items: center;
}
.btn-primary {
    background: linear-gradient(135deg, #ff9d00, #Be004B);
    color: white;
    border: none;
    text-decoration: none;
    padding: 16px 32px;
    border-radius: 0px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    align-items: center;
    margin-bottom: 55px;
   
}

.cta-button{
        color: white;
    display: flex;
    font-weight: 600;
    cursor: pointer;
    justify-content: center;
    background: linear-gradient(135deg, rgb(87, 26, 115), rgb(190, 0, 75));
    text-decoration: none;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 12px 24px;
    border-radius: 0px;
    margin: 20px 15px 15px;
    transition: 0.3s;
} 
.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(249, 115, 22, 0.4);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 16px 32px;
    border-radius: 0px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    height: 60px;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
}

.hero-social-proof {
    display: flex;
    align-items: center;
    gap: 20px;
}

.stars {
    display: flex;
    gap: 5px;
    color: #fbbf24;
}

.proof-text .proof-title {
    font-weight: 600;
    margin-bottom: 5px;
}

.proof-text .proof-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}
/*section statistique*/
.hero-stats {
    position: relative;
    width: 50%;
}

.stats-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 0px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.stats-card .stat-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 20px;
}

.stats-card .stat-item:last-of-type {
    margin-bottom: 30px;
}

.stat-item {
    text-align: center;
    padding: 20px;
    border-radius: 0px;
}

.stat-item.instagram {
    background: linear-gradient(135deg, #57b8e7,  #571A73);
}

.stat-item.growth {
    background: linear-gradient(135deg, #ec4899, #f97316);
}

.stat-item.views {
    background: linear-gradient(135deg, #10b981, #14b8a6);
}

.stat-item.shares {
    background: linear-gradient(135deg,  #571A73, #ec4899);
}

.stat-item i {
    font-size: 24px;
    margin-bottom: 10px;
}

.stat-number {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 12px;
    opacity: 0.8;
}

.stats-footer {
    text-align: center;
}

.stats-title {
    font-size: 14px;
    opacity: 0.8;
    margin-bottom: 15px;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-icons i {
    font-size: 20px;
    opacity: 0.6;
}
#statistique{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.hero-img{
    width: 50%;
}


/*watshap button */
.btn-w {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px; 
  right: 20px;  
  background-color: rgb(60, 187, 60);
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  z-index: 999;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

/* Pour les écrans plus petits (mobile) */
@media screen and (max-width: 600px) {
  .btn-w {
    width: 45px;
    height: 50px;
    bottom: 15px;
    right: 15;
    font-size: 20px;
  }
}

/* Pour les très grands écrans */
@media screen and (min-width: 1200px) {
  .btn-w {
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    font-size: 18px;
  }
}



/*offres*/

section#offres {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  padding: 60px 20px;
  animation-name: offre-animation;
}

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

.offres-header {
  text-align: center;
  margin-bottom: 40px;
}

.offres-header i {
  color: #007bff;
  font-size: 32px;
  margin-bottom: 10px;
}


.offres-header p {
  color: #6c757d;
  font-size: 1rem;
}

.offres-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.offre-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  width: 100%;
  max-width: 300px;
  padding: 25px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  position: relative;
}
.offre-card:hover{
  background-color: #571A73;
  color: white;
  transition: 2s;
  transform: scale(1.1);
}
.offre-card:hover .price{
  
  color: white;
  transition: 2s;
  transform: scale(1.1);
}

.offre-card.populaire {
  border: 2px solid #fbbf24;
  text-align: start;
  text-indent: 0%;
}
.offre-card h3 {
  margin-top: 0;
  font-size: 1.5rem;
}

.price {
  font-size: 1.2rem;
  color: #1d1b16;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: bolde;
}
.price:hover{   
    color: white;
}
.offre-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.offre-list li {
  padding: 12px 0;
  border-bottom: 1px solid gray;
}

.offre-list li:last-child {
  border-bottom: none;
}

.btn-offre {
 background: linear-gradient(135deg, #571A73, #Be004B);
 color: white;
 display: flex;
 text-decoration: none;
 border: none;
 padding: 12px 24px;
 border-radius: 0px;
 font-weight: 600;
 cursor: pointer;
 margin: 15px 15px;
 transition: all 0.3s ease;
 margin-top: 20px;
 justify-content: center;
}

.btn-offre:hover {
  background: linear-gradient(135deg,#571A73 , #Be004B);
  color: white;
}

.text-populaire {
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(120deg, #571A73, #Be004B);
  color: #fff;
  padding: 6px 16px;
  font-size: 0.8rem;
  border-radius: 0px;
  animation: populaire-animation 3s infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px transparent;
}


/* Animation corrigée */
@keyframes populaire-animation {
  0% {
    border-color: #fbbf24 transparent transparent transparent;
  }
  25% {
    border-color: transparent #fbbf24 transparent transparent;
  }
  50% {
    border-color: transparent transparent #fbbf24 transparent;
  }
  75% {
    border-color: transparent transparent transparent #fbbf24;
  }
  100% {
    border-color: #fbbf24 transparent transparent transparent;
  }
}

/* About Section */

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1e40af;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 30px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #1f2937;
    margin-bottom: 30px;
    line-height: 1.1;
}

.section-title .highlight {
    background: linear-gradient(135deg, #Be004B, #571A73);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-text {
    font-size: 18px;
    color: #6b7280;
    margin-bottom: 30px;
    line-height: 1.7;
}

.certifications {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.cert-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #4b5563;
}

.cert-item i {
    color: #10b981;
    font-size: 18px;
}

.about-image {
    position: relative;
}

.image-container {
    background: linear-gradient(135deg, #Be004B, #ff9d00);
    border-radius: 30px;
    padding: 30px;
    position: relative;
}

.image-container img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}

.status-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: white;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 15px;
}

.status-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #10b981, #14b8a6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}

.status-title {
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 5px;
}

.status-subtitle {
    font-size: 12px;
    color: #6b7280;
}

/*formulaire de contact complet*/
  #formContact {
    padding: 3rem 1rem;
    background-color: #f9f9f9;
  }

  .section-header {
    text-align: center;
    margin-bottom: 2rem;
  }

  .section-badge {
    display: inline-block;
    color: #000;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: bold;
    margin-bottom: 1rem;
  }

  .section-title {
    font-size: 2rem;
    font-weight: 600;
  }

  .container-form {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .contact-form-conplet {
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .form-group {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-evenly;
    margin: 10px 20px;
  }
  .form-group input{
      width: 50%;
  }
  .form-group input,
  .form-group select,
  .form-group textarea {
    flex: 1;
    padding: 1rem;
    border: 2px solid transparent;
    border-radius: 0;
    box-shadow: 0 0px 9px 4px rgba(31, 66, 135, 0.1);
    margin: 0px 10px;
    font-size: larger;
    font-family: 'POPPINS';
  }

  .form-group select {
    width: 100%;
  }

  .form-group optgroup {
    width: 100%;
    padding: 0.9rem;
    box-shadow: 0 0px 9px 4px rgba(31, 66, 135, 0.1);
  }

  .form-group optgroup:hover {
    animation: fadeIn 3s;
  }

  .form-group.full-width {
    flex-direction: column;
  }

  textarea {
    resize: vertical;
  }

  .btn-submit {
  position: relative;
  border-top: 45px solid #fff;
  align-items: flex-end;
  margin-top: 1rem;
  padding: 0.9rem 2rem;
  background: linear-gradient(135deg, #571A73, #Be004B);
  color: #fff;
  border: none;
  border-radius: 0;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(190, 0, 75, 0.3);
  animation: btnGlow 2.5s ease-in-out infinite;
  transform: capitalize;
  width: 95%;
  font-size: 25px;
}

/* Animation @keyframes */
@keyframes btnGlow {
  0% {
    box-shadow: 0 4px 12px rgba(190, 0, 75, 0.3);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 6px 18px rgba(190, 0, 75, 0.5);
    transform: scale(2.5);
  }
  100% {
    box-shadow: 0 4px 12px rgba(190, 0, 75, 0.3);
    transform: scale(1);
  }
}

  

  .btn-submit:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(87, 26, 115, 0.4);
  }
    @keyframes btnGlow {
  0% {
    box-shadow: 0 4px 12px rgba(190, 0, 75, 0.3);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 6px 18px rgba(190, 0, 75, 0.5);
    transform: scale(1.03);
  }
  100% {
    box-shadow: 0 4px 12px rgba(190, 0, 75, 0.3);
    transform: scale(1);
  }
}
 
  @media (max-width: 768px) {
    .form-group input,
  .form-group select,
  .form-group textarea {
     width: 100%;
    flex: 1;
    padding: 0.5rem;
    border: 2px solid transparent;
    border-radius: 0;
    box-shadow: 0 0px 9px 4px rgba(31, 66, 135, 0.1);
    margin: 10px 0;
      
    }
    .form-group {
      flex-direction: column;
     
    }
  }
/* Skills Section */
.skills-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f9fafb, #dbeafe);
}

.section-header {
    text-align: center;
    margin-bottom: 80px;
}

.section-description {
    font-size: 20px;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
}

.skills-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.skill-card {
    background: white;
    border-radius: 20px;
    display: justify;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.skill-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.skill-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: white;
    margin-bottom: 30px;
    margin-right: 30px;
    transition: transform 0.3s ease;
    width: 20%;
}

.skill-card:hover .skill-icon {
    transform: scale(1.1);
}

.skill-icon.content {
    background: linear-gradient(135deg, #Be004B, #ff9d00);
}

.skill-icon.community {
    background: linear-gradient(135deg,  #571A73, #Be004B);
}

.skill-icon.analytics {
    background: linear-gradient(135deg, #Be004B, #ff9d00);
}

.skill-icon.ads {
    background: linear-gradient(135deg,  #571A73, #Be004B);
}

.skill-icon.crisis {
    background: linear-gradient(135deg, #Be004B, #ff9d00)
}

.skill-icon.strategy {
    background: linear-gradient(135deg,  #571A73, #Be004B);
}

.skill-title {
    font-size: 24px;
    font-weight: bold;
    color: #1f2937;
    margin-bottom: 15px;
    width: 65%;
}

.skill-description {
    color: #6a6c73;
    font-size: initial;
    font-weight: 500;
}

/*loader*/
/* Overlay sombre transparent */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
}

/* Cacher par défaut */
.hidden {
  display: none;
}

/* Simple spinner CSS */
.loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
  margin-bottom: 15px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* Testimonials Section */
/* ===== SECTION & CONTAINER ===== */
#testimonials{padding:60px 0;background:#f9f9f9}
#testimonials .container{
    max-width:100%;
    margin:0 auto;
    padding:0 24px}
#testimonials .section-header {
    text-align: center;
    margin-bottom: 30px;
}    
#testimonials .btn-primary{
    margin-bottom: 0;
}
/* ===== SWIPER (TÉMOIGNAGES) ===== */
.swiper-temoignages{
    display:flex;
    justify-content:center;
    padding:0 10px;
    width: 100%;
   overflow: hidden;
}
.swiper-temoignages .swiper-slide{display:flex;justify-content:center;padding:0 10px; }

/* ===== CARTE TÉMOIGNAGE ===== */
.testimonial-card{
  background:linear-gradient(135deg,#f9fafb 0%,#fff 100%);
  border-radius:24px;
  padding:40px 32px;
  box-shadow:0 8px 30px rgba(0,0,0,.06);
  transition:transform .35s ease,box-shadow .35s ease;
  min-width:550px;
}
.testimonial-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 48px rgba(0,0,0,.1)}

.testimonial-stars{color:#fbbf24;font-size:18px;margin-bottom:20px}
.testimonial-text{font-size:clamp(16px,2vw,18px);line-height:1.65;color:#4b5563;margin-bottom:28px;font-style:italic}

.testimonial-author{display:flex;align-items:center;gap:16px}
.testimonial-author img{width:64px;height:64px;border-radius:50%;object-fit:cover}
.author-name{font-weight:600;color:#1f2937}
.author-role{font-size:14px;color:#6b7280}

/* ===== PAGINATION ===== */
.swiper-pagination-temoignages .swiper-pagination-bullet{
  width:14px;height:14px;background:#Be004B;opacity:1;margin:0 6px;border-radius:50%;
  transition:transform .3s ease,background .3s ease
}
.swiper-pagination-temoignages .swiper-pagination-bullet-active{
  background:#Be004B;transform:scale(1.35);
}
.swiper-button-next, .swiper-button-prev{
    color:#Be004B !important;
}


/* ===== NAVIGATION ARROWS ===== */
.swiper-button-prev-temoignages,
.swiper-button-next-temoignages{color:#Be004B;width:46px;height:46px}
.swiper-button-prev-temoignages::after,
.swiper-button-next-temoignages::after{font-size:24px}

/* ===== RESPONSIVE ===== */
@media(max-width:768px){.testimonial-card{padding:32px 24px; min-width: 250px;}}

/* CTA Section */
.cta-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #571A73, #Be004B);;
    color: white;
    text-align: center;
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 30px;
}

.cta-description {
    font-size: 20px;
    margin-bottom: 50px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-buttons .btn-primary {
    background: white;
    color: #57b8e7;
}

.cta-buttons .btn-primary:hover {
    background: #f3f4f6;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(255, 255, 255, 0.3);
}

/* Footer */

.footer {
    background: #000 bottom repeat-x url('images/image-patern-interaktive-cm.png');
  color: white;
  padding: 60px 0 30px;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 50px;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px;
  z-index: 1;
}


.footer-brand {
  display: flex;
  align-items: center;
  gap: 30px;
  flex: 1;
  min-width: 250px;
   justify-content: center;
  align-items: center;
  width: 100%;
}
.footer-logo  {
    height: 100%;
    width: auto;
    justify-content: center;
    align-items: center;
    display: flex;
}
.footer-logo img {
    height: 250px;
    width: auto;
    animation: 3s fadeIn;
    transform: scale(1.5);
    justify-content: center;
    display: block;
    cursor: pointer;
}
.contact-info {
  display: flex;
  flex-direction: row;
  gap: 20px;
  z-index: 2;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #eee;
  font-size: 15px;
}

.contact-item i {
  color: #Be004B;
  font-size: 18px;
  width: 20px;
}
.footer-position {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #222;
  padding-top: 20px;
  font-size: 14px;
  color: #aaa;
  z-index: 1;
  position: absolute;
}

.footer-social a {
  margin-right: 15px;
  color: #bbb;
  font-size: 18px;
  transition: color 0.3s ease, transform 0.3s ease;
}

.footer-social a:hover {
  color: #Be004B;
  transform: scale(1.1);
}

/* Responsive */
@media (max-width: 768px) {
  .footer-grid,
  .footer-brand,
  .footer-bottom,.contact-info {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .footer-social {
    margin-top: 15px;
  }
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}

.footer-bottom {
    border-top: 1px solid #374151;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-copyright {
    color: #9ca3af;
}

.footer-social {
    display: flex;
    gap: 20px;
}

.footer-social a {
    color: #9ca3af;
    font-size: 20px;
    transition: color 0.3s ease;
}

.footer-social a:hover {
    color: white;
}

/* Animations */
@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
}

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

/* Responsive Design */
@media (max-width: 768px) {
    .nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .nav-menu.active {
        display: flex;
    }

    .hamburger {
        display: flex;
    }

    .hamburger.active span:nth-child(1) {
        transform: rotate(-35deg) translate(-5px, 6px);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -6px);
    }

    .hero-container {
        grid-template-columns: 1fr;
        gap: 5px;
        text-align: center;
        padding: 120px 20px 50px;
    }

    .hero-title {
        font-size: 2.4rem;
    }
    .hero-title .highlightt{
        font-size: 2.4rem;
        color: #fbbf24;
    }
    .hero-buttons {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        
    }

    .hero-buttons a{
        width: 100%;
        height: auto;
        justify-content: space-between;
        margin: 5px;
        height: auto;
    }
    

    .stats-card .stat-item {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .section-title {
        font-size: 2rem;
    }

    .skills-grid {
        grid-template-columns: 1fr;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    .offre-card:hover .price{
    background-color: #571A73;
    color: white;
    transition: 3s;
    transform: scale(0.9);
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }
    .hero-description {
        font-size: 1rem;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .skill-card,
    .testimonial-card {
        padding: 30px 20px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .stat-card .stat-number {
        font-size: 2rem;
    }
    .contact-form{
        margin-bottom: 400px;
    }
}
/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Loading animation for images */
img {
    transition: opacity 0.3s ease;
}

img:not([src]) {
    opacity: 0;
}

/* Focus styles for accessibility */
button:focus,
input:focus,
textarea:focus,
a:focus {
    outline: 2px solid #571A73;
    outline-offset: 2px;
    font-size: 20px;
}

/* Print styles */
@media print {
    .navbar,
    .cta-section,
    .footer {
        display: none;
    }
    
    .hero {
        background: white;
        color: black;
    }
    
    .section-title .highlight {
        color: #57b8e7;
    }
}
#notificationContactComplet {
    display: none; 
    width: 50%;
    text-align: center;
    justify-content: center;
    padding: 10px; 
    margin-top: 10px;
    background: lightgreen; 
    border: 1px solid green;
    border-radius: 25px;
    height: auto;
    animation: fadeIn 0.5s ease; /* fadeIn plus rapide */
    opacity: 1;
    transition: opacity 0.5s ease;
}
/*popup */
#popup {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }

  .popup-box {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    text-align: center;
    max-width: 430px;
    animation: fadeIn 0.3s ease;
  }

  .popup-box h2 {
    margin-top: 0px;
    margin-bottom: 25px;
    color: #333;
  }

  .popup-box a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #57b8e7;
    border: none;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none; 
  }

  .popup-box a:hover {
    background-color: #0056b3;
  }

  @keyframes fadeIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
  }

  /* Responsive - petits écrans */
  @media screen and (max-width: 600px) {
    .popup-box {
        width: 60%;
        padding: 20px;
        font-size: 14px;
    }

    .popup-box h2 {
      font-size: 18px;
    }

    .popup-box a {
      font-size: 14px;
      padding: 8px 16px;
    }
  }

  /* 💻 Responsive - moyens écrans */
  @media screen and (min-width: 601px) and (max-width: 1024px) {
    .popup-box {
      margin-bottom: 70%;
      width: 30%;
    }
  }
  @media screen and (max-width: 400px){
      .popup-box{
      width: 50%;
      padding: 20px;
      font-size: 14px;
      margin-bottom: 70%;
      }
  }

  /* 🖥️ Responsive - grands écrans */
  @media screen and (min-width: 1025px) {
    .popup-box {
      width: 30%;
    }
  }
  .popup-btn{
    display: inline-block;
    margin-top: 25px;
    padding: 10px 20px;
    background-color: #c62b2b;
    border: none;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none; 
  }
/* Animation pour l’entrée */
@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}

/*popup formulaire*/
/* Structure globale du formulaire */
.popup-body.guide-cm {
    display: flex;
  padding: 2rem;
  background: #fff;
  border-radius: 12px;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  
  animation: fadeIn 0.3s ease-in-out;
}
.close-popup{
    display: flex;
    justify-content: flex-end;
    height: 60px;
    cursor: pointer;
}
.popup-body.guide-cm h2 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}

.popup-body.guide-cm p {
  color: #555;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

/* Input */
#formGuideCM input[type="email"] {
  width: 100%;
  padding: 0.9rem 1rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 1rem;
  transition: border-color 0.3s;
}

#formGuideCM input[type="email"]:focus {
  border-color: #3498db;
  outline: none;
}

/* Bouton d'envoi */
#formGuideCM button {
  background-color: #3498db;
  color: #fff;
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#formGuideCM button:hover {
  background-color: #217dbb;
}

/* Message de confirmation ou d’erreur */
.message-guide {
  margin-top: 1rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: green;
}

/* Animation (facultative) */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  } to {
    opacity: 1;
    transform: translateY(0);
  }
}

