
  /* FORFAITS */
.forfaits-section {
  background: #f3f1f7;
 margin-top: 100px;
  padding: 80px 0;
  text-align: center;
}

.forfait-name{
  color: black;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.forfaits-title {
    
  color: #0f0f84;
  font-weight: 450;
  font-size: 38px;
}

.forfaits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  width: 75%;
  margin: 40px auto;
}

.forfait-card {
background: linear-gradient( #EDDEDE);
  padding: 55px;
  height: 300px;
  width: 350px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.best-offer {
  background: #EEDFDF;
}

/* Individual card colors matching the reference image */
.card-blue {
  background: #DED9E5;
}

.card-peach {
  background: #EDDEDE;
}

.card-light {
  background: #DED9E5;
}

.forfait-badge {
  margin-top: -55px;
  margin-bottom: 18px;
  background: #0f0f84;
  height: 42px;
  line-height: 32px;
  color: white;
  margin-left: -55px;
  margin-right: -55px;
  font-size: 23px;
  letter-spacing: 4px;

  font-weight: 300;
  text-transform: uppercase;
}

.forfait-price {
  color:  #0f0f84;
  font-weight: 400;
  font-size: 65px;
}

/* BUTTON */
.btn-orange {
  background: #f58220;
  color: #fff;
  border: none;
  padding: 12px;
  cursor: pointer;
}

.forfaits-info{
  font-size: 24px;
  color:  #0f0f84;
  margin-top: 20px;
  text-align: center;
}

/* ATELIER */
.atelier-section {
  padding: 60px 0;
}

.atelier-title{
  color: #f58220;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
}

.atelier-subtitle {
  font-size: 16px;
  color: #2f318f;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
  font-weight: 400;
}

.atelier-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  gap: 0;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.atelier-card-left {
  background: url('../image/Blogimage/blog-detail/1.21.jpg') center/cover;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 500px;
}

.atelier-overlay-white {
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  box-sizing: border-box;
}

.orange-title {
  color: #f58220;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.gift-icon-svg {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.atelier-inner-box {
  width: 80%;
  height: 300px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: auto;
  margin-bottom: 20px;
}

.light-peach {
  background: rgba(245, 130, 32, 0.25);
}

.solid-orange {
  background: #f58220;
  color: #333;
  position: relative;
  margin-top: 40px;
}

.small-title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #333;
  letter-spacing: 0.5px;
}

.small-text {
  font-size: 16px;
  color: #2f318f;
  margin-bottom: 10px;
}

.price-blue {
  color: #2f318f;
  font-size: 40px;
  font-weight: 400;
  margin: 10px 0;
}

.atelier-card-right {
  display: flex;
  flex-direction: column;
  min-height: 500px;
}

.atelier-top-banner {
  background: #2f318f;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  height: 60px;
  box-sizing: border-box;
}

.zoom-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 10px;
}

.zoom-circle {
  background: #2D8CFF;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2px;
}

.zoom-circle i {
  color: white;
  font-size: 14px;
}

.banner-title {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #f58220;
}

.profile-pic {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

.atelier-card-bg {
  background: url('../image/cartimg/2.3.jpg') center/cover;
  flex-grow: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  min-height: 500px;
  box-sizing: border-box;
}

.event-title-overlay {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  text-align: center;
  color: #f58220;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

.star-icon-svg {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
}

.date-text {
  color: #2f318f;
  font-size: 16px;
  margin-bottom: 5px;
}

.open-to-all {
  color: #2f318f;
  font-size: 14px;
  margin-bottom: 15px;
}

.btn-blue {
  background: #2f318f;
  color: white;
  border: none;
  padding: 12px 25px;
  font-weight: 400;
  cursor: pointer;
  width: 100%;
  max-width: 200px;
  transition: 0.3s;
  letter-spacing: 1px;
}

.btn-blue:hover {
  background: #1e2060;
}

/* PRIVATE */
.private-section {
  padding: 60px 0;
  text-align: center;
}

.private-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 50%;
  margin: auto;
  gap: 20px;
}

.private-card {
  background: #fff;
  padding: 30px;
}

.weekend{
    text-align: center;
    height: 70px;
    width: 100%;
    background-color: #0f0f84;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 300;
}

.atelier-list {
  background: #efefef;
  padding: 60px 40px;
  display: grid;

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

/* ITEM */
.atelier-item {
width: 75%;
  display: grid;
  grid-template-columns: 120px 1fr auto auto;
  align-items: center;
  gap: 20px;
}

/* IMAGE */
.atelier-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}

/* TEXT */
.atelier-content h3 {
  color: #f58220;
  font-weight: 500;
  margin: 0;
}

.atelier-content h4 {
  color: #2f318f;
  font-weight: 400;
  margin: 5px 0;
}

.atelier-content p {
  margin: 2px 0;
  color: #333;
  font-size: 14px;
}

/* BUTTON */
.btn-inscrire {
  background: #f58220;
  color: white;
  border: none;
  padding: 12px 30px;
  cursor: pointer;
  font-weight: 500;
}

/* PRICE BOX */
.atelier-price {
  background: #cfcfcf;
  padding: 12px 25px;
  color: #2f318f;
  font-weight: 500;
}

/* RESPONSIVE */
@media(max-width: 900px){
  .atelier-grid {
    grid-template-columns: 1fr;
  }
  
  .atelier-card-left, .atelier-card-right {
    min-height: auto;
  }
  
  .atelier-list{
    grid-template-columns: 1fr;
  }

  .atelier-item{
    grid-template-columns: 100px 1fr;
  }

  .btn-inscrire,
  .atelier-price{
    margin-top: 10px;
  }
}