.page-title{
  text-align: center;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: clamp(26px, 3vw, 38px);
  letter-spacing: -0.01em;
  margin: 18px 0 22px;
  color: #111;
}

.page-subtitle{
  text-align: center;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #666;
  margin: 0 0 34px; /* espace avant le contenu suivant */
}


.section-title{
  text-align: left;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 2.4vw, 24px);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 24px;
  color: #111;
}
.subsection-title{
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: clamp(15px, 2vw, 18px);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #111;

  margin: 0 0 16px;
}


        body{
            font-family: Arial, sans-serif;
            background:#f4f4f4;
            margin:0;
            padding:20px;
            text-align:justify;
        }
        .container{
            max-width:600px;
            margin:0 auto;
            background:#fff;
            padding:20px;
            border-radius:8px;
        }
        h1,h2{
            margin-top:0;
        }
.steps {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    border-radius: 6px;
    overflow: hidden;
}

.steps span {
    flex: 1;
    text-align: center;
    padding: 10px 6px;
    background: #e0e0e0;
    color: #000;
    font-weight: 500;
    white-space: nowrap;
    border-right: 1px solid #fff;
}

/* Supprime la bordure sur le dernier */
.steps span:last-child {
    border-right: none;
}

.steps .active {
    background: #000;
    color: #fff;
    font-weight: 600;
}

        label{
            display:block;
            font-weight:bold;
            margin-bottom:4px;
        }
        input[type="text"],
        input[type="email"],
        textarea,
        select{
            width:100%;
            padding:8px;
            border:1px solid #ccc;
            border-radius:4px;
            box-sizing:border-box;
        }
        button{
            padding:10px 20px;
            border:none;
            border-radius:4px;
            background:#000;
            color:#fff;
            cursor:pointer;
        }
        button:hover{
            opacity:0.9;
        }
        .message{
            padding:10px;
            margin-bottom:10px;
            border-radius:4px;
            font-size:14px;
        }
        .error{
            background:#ffe0e0;
            color:#900;
        }
        .success{
            background:#e0ffe5;
            color:#090;
        }
        .summary{
            background:#fafafa;
            border:1px solid #eee;
            padding:10px;
            border-radius:4px;
            font-size:13px;
            margin-bottom:15px;
        }

        .offer-option {
            display: flex;
            gap: 10px;
            padding: 10px;
            border-radius: 6px;
            border: 1px solid #ddd;
            margin-bottom: 8px;
            align-items: flex-start;
            overflow: hidden;
        }
        .offer-title {
            font-weight: bold;
            font-size: 16px;
            margin-bottom: 4px;
        }

        .offer-content {
            flex: 1 1 60%;
            max-width: 60%;
        }

.offer-desc {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  text-align: left;

  flex: 1 1 85%;
  max-width: 85%;
}
        .offer-visual {
            flex: 1 1 40%;
            max-width: 40%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .offer-img {
            width: 100%;
            max-width: 100%;
            height: auto;
            border-radius: 4px;
            object-fit: contain;
        }

        .step-intro{
            font-size:13px;
            color:#555;
            margin:0 0 12px 0;
        }
        .step-intro-box{
            display:flex;
            align-items:flex-start;
            gap:15px;
            margin:0 0 15px 0;
        }
		
		.step-intro-text{
		font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
		font-size: 16px;
		line-height: 1.4;
		color: #333;
		text-align: left;
		margin: 0 0 20px;
		}	

        .step-intro-img{
            width:100%;
            height:auto;
            border-radius:6px;
            object-fit:cover;
        }
        .qty-option{
            padding:8px 10px;
            border-radius:6px;
            border:1px solid #ddd;
            margin-bottom:8px;
            font-size:13px;
            display:flex;
            align-items:center;
            gap:8px;
        }
        .nav-buttons {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 15px;
        }
        .btn {
            padding: 8px 18px;
            background-color: #f0f0f0;
            border: 1px solid #ccc;
            border-radius: 6px;
            text-decoration: none;
            color: #333;
            font-size: 14px;
            cursor: pointer;
        }
        .btn:hover {
            background-color: #e4e4e4;
        }

   .preset-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 10px;
    overflow: visible; /* autorise le zoom hors de la grille */
}

.preset-grid{
  overflow: visible; /* important si un parent coupe le débordement */
}

.preset-card{
  text-align:center;
  position: relative;
  z-index: 0; /* base */
}

.preset-card img{
  width:100%;
  max-width:140px;
  height:auto;
  border-radius:4px;
  position: relative;     /* ✅ indispensable pour z-index */
  z-index: 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor:pointer;
}

@media (min-width: 900px){
  .preset-card:hover{
    z-index: 999;          /* ✅ la carte entière passe au-dessus */
  }
  .preset-card:hover img{
    transform: scale(1.5) translateY(-20px);
    z-index: 1000;         /* ✅ l’image passe au-dessus */
    box-shadow: 0 12px 24px rgba(0,0,0,0.35);
    outline-offset: 1px;
  }
}

.preset-card label {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 2px;      /* 🔥 rapproche la checkbox */
    padding-top: 2px;
    font-weight: normal;
    cursor: pointer;
}



.site-footer{
    margin-top: 30px;
    padding: 14px 10px;
    text-align: center;

    /* 🔠 TYPO */
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.04em;

    color: #666;
    border-top: 1px solid #eee;
}

.site-footer a{
    color: #666;
    text-decoration: none;
}

.site-footer a:hover{
    text-decoration: underline;
}