	
 body { 
    background-size: cover;
    background-color: #000;
    color: #fff;
    transition: background-image 1s ease-in-out;
	margin:0; padding:0; height:100vh;   
	 font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;  
	}
  #main-content { max-width: 960px; margin: auto; padding: 1rem; }
  header.hero {
    background: rgba(233,30,99,0.85);
    border-radius: 1rem;
    padding: 3rem 1.5rem;
    text-align: center;
  }
  header.hero img { height: 160px; margin-bottom: 1rem; }
  header.hero h1 { font-size: 2.5rem; font-weight: 700; margin-bottom: 1rem; }
  header.hero p.lead { font-size: 1.25rem; margin-bottom: 2rem; }

  form.d-flex > * { margin: 0 0.5rem; }
  form.d-flex .btn { min-width: 150px; font-weight: 600; }

  section.mag-articles {
    margin-top: 4rem;
  }
  section.mag-articles h2 {
    border-bottom: 3px solid #e91e63;
    padding-bottom: 0.3rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
  }


.accordion-button {
    background-color: #e91e63 !important;
    color: #fff !important;
}
.main {
    background: #222222ba;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
	margin-top: 1rem;
}
  .article-card {
    background: #1e1e1e;
    border-radius: 0.8rem;
    overflow: hidden;
    box-shadow: 0 4px 8px rgb(233 30 99 / 0.5);
    margin-bottom: 1.5rem;
  }
  .article-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  .article-card-body {
    padding: 1rem 1.25rem;
  }
  .article-card-body h3 {
    color: #e91e63;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  .article-card-body p {
    font-size: 1rem;
    color: #ddd;
    height: 4.5rem;
    overflow: hidden;
  }
  .btn-pink {
    background-color: #e91e63;
    color: white;
    border: none;
    padding: 0.4rem 1rem;
    font-weight: 600;
  }
  .btn-pink:hover {
    background-color: #d81b60;
  }

  section.integration {
    margin-top: 5rem;
    background: linear-gradient(135deg, #e91e63, #ff80ab);
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    text-align: center;
  }
  section.integration h2 {
    font-weight: 700;
    margin-bottom: 1rem;
  }
  section.integration p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
  section.integration a.btn {
    font-size: 1.1rem;
    font-weight: 700;
    padding: 0.6rem 2rem;
  }

  section.conseil {
    margin-top: 5rem;
//    background: linear-gradient(135deg, #e91e63, #ff80ab);
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    text-align: left;
  }

  section.conseil a,
section.conseil a:visited,
section.conseil a * {
    color: #fe7ca8!important;
    text-decoration: underline;
  }

@media (max-width: 767px) {
  section.conseil ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    max-height: 220px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 60%, rgba(0,0,0,0));
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 60%, rgba(0,0,0,0));
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
}
.social {
  border: 2px solid white;
  background-color: transparent;
  padding: 2rem;
  border-radius: 12px;
  color: white;
  text-align: center;
  margin-bottom: 2rem;
	margin-top: 2rem;
}

.social h2 {
  margin-bottom: 1rem;
}

.social p {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

.social a.btn {
  background-color: transparent;
  color: white;
  border: 2px solid white;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1rem;
  border-radius: 6px;
  text-decoration: none;
  margin: 0 0.5rem;
	    width: 150px;
    text-align: center;
    margin-top: 10px;
}


.social a.btn:hover,
.social a.btn:focus {
  background-color: #e91e63;
  color: white;
  border-color: #e91e63;
  text-decoration: none;
}


  footer {
    margin-top: 4rem;
    padding: 1rem 0;
    text-align: center;
    font-size: 0.9rem;
    color: #ccc;
  }

  @media (max-width: 767px) {
    header.hero h1 {
      font-size: 1.8rem;
    }
    header.hero p.lead {
      font-size: 1rem;
    }
    .article-card img {
      height: 140px;
    }
  }