
        .card {
			display:block;
			float:left;
            width: 400px;
            background: white;
            border-radius: 30px;
            outline: 6px solid white; 
            box-shadow: 15px 15px 35px rgba(0,0,0,0.15); 
            overflow: hidden;
            position: relative;padding:0px;margin-right: 30px;
            margin-bottom: 40px;
			font-family: 'Segoe UI', sans-serif;
			height:347px;
			   
        }

        .header {
            height: 50px;
            display: flex;
            align-items: center;
            background: white;
            position: relative;
            z-index: 20;
			border-bottom:1px solid #dddddd4d;
        }

        .blue-part {
            background: #1b428d;
            height: 100%;
            width: 65%; 
            color: white;
            display: flex;
            align-items: center;
            padding-left: 20px;
            font-size: 1rem;
            clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
			border-top-left-radius: 20px;
        }

        .logo-containerx {
            flex: 1;
            display: flex;
            justify-content: flex-end;
            padding-right: 20px;
        }

        .logo-laika { height: 35px; width: auto; }

        .badge {
			
            position: absolute;
            top: 50px;
            left: 0;
            background: #e0e7f1;
            color: #1b428d;
            padding: 3px 20px 3px 12px;
            font-weight: 800;
            font-size: 11px;
            z-index: 25;
            clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
        }
        .badge2 {
			display: block;
  position: absolute;
  margin-top: 150px;
  background-color: #ff9409;
            /* position: absolute; */
            top: 50px;
            left: 0;
            /* background: #e0e7f1; */
            color: #1b428d;
            padding: 3px 20px 3px 12px;
            font-weight: 800;
            font-size: 11px;
            z-index: 25;
            /* clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%); */
        }
        .main-body {
            display: flex;
            position: relative;
            background: white;
        }

        .left-col {
            flex: 1.4; /* On laisse plus de place à la photo */
            position: relative;
        }

        .camper-img {
            width: 250px;
            height: 180px;
            display: block;
            object-fit: cover;
        }

        /* --- EFFET DE FONDU PROGRESSIF --- */
        .right-col {
            flex: 1;
            padding: 15px 15px 15px 0px;
            display: flex;
            flex-direction: column;
            background: white;
            position: relative;
            z-index: 10;
			right:0px;
        }

        /* Voici le tracé qui disparaît petit à petit sur la photo */
          .right-col::before {
            content: "";
            position: absolute;
            top: 0;
           left: -30px;
  width: 30px;
            height: 75%;
            /* Dégradé très doux : Transparent -> Blanc */
            background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255, 255, 255, 0.86) 40%, rgb(255, 255, 255) 100% );
            pointer-events: none;
        }

        .title-area { padding: 5px 5px; }
        .title-area h2 { margin: 0; color: #333; font-size: 1rem; font-weight: 700; text-align:left;}
        .title-area p { margin: 0; color: #999; font-size: 0.9rem;text-align:left; }

        .specs {
            list-style: none;
            padding: 0;
            margin: 0;
            color: #000;
            font-weight: 600;
            font-size: 0.85rem;
        }
        .specs li { display: flex; align-items: center; gap: 8px; margin-bottom: 10px;border-bottom:1px solid #ddd;padding-bottom:5px; }

        .pricing-section {
            /* margin-top: auto;  */
            text-align: right;
            padding-bottom: 0px;
        }
        .old-p { text-decoration: line-through; color: #444; font-size: 0.95rem; font-weight: bold; }
        .new-p { color: #f39200; font-size: 1.8rem; font-weight: 900; line-height: 1; }

        .footer {
            background: #f8f9fb;
            border-top: 1px solid #f0f0f0;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 5px 15px;
            color: #666;
            font-weight: 600;
            font-size: 0.8rem;
            position: relative;
            z-index: 20;
        }

        .btn-orange {
            background: linear-gradient(to bottom, #ffbc4e 0%, #ff8e00 100%);
            color: white;
            text-decoration: none;
            padding: 2px 18px;
            border-radius: 35px;
            font-weight: 800;
            font-size: 13px;
            box-shadow: 0 4px 10px rgba(255, 142, 0, 0.3);
            border-bottom: 3px solid #d37900;
        }
		 .logo-containerx img{
		max-width: 130px;
  top: 7px;
  position: relative;
		}
@media only screen and (min-width: 320px) and (max-width: 479px) {
	  .badge2 {
			display: block;
  position: absolute;
  margin-top: 120px;
  background-color: #ff9409;
            /* position: absolute; */
            top: 50px;
            left: 0;
            /* background: #e0e7f1; */
            color: #1b428d;
            padding: 3px 20px 3px 12px;
            font-weight: 800;
            font-size: 11px;
            z-index: 25;
            
        }
	     .card {
            width: 350px;
            background: white;
            border-radius: 30px;
            outline: 6px solid white; 
            box-shadow: 15px 15px 35px rgba(0,0,0,0.15); 
            overflow: hidden;
            position: relative;padding:0px;margin-right: 30px;
  margin-bottom: 40px;
			   font-family: 'Segoe UI', sans-serif;
        }

        .header {
            height: 50px;
            display: flex;
            align-items: center;
            background: white;
            position: relative;
            z-index: 20;
			border-bottom:1px solid #dddddd4d;
        }

        .blue-part {
            background: #1b428d;
            height: 100%;
            width: 65%; 
            color: white;
            display: flex;
            align-items: center;
            padding-left: 20px;
            font-size: 12px;
            clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
			border-top-left-radius: 20px;
        }

        .logo-containerx {
            flex: 1;
            display: flex;
            justify-content: flex-end;
            padding-right: 20px;
			box-shadow: 0 0px 0px rgba(0,0,0,0);
        }
        .logo-containerx img{
		max-width: 130px;
  top: 7px;
  position: relative;
		}
        .logo-laika { height: 35px; width: auto; }

        .badge {
            position: absolute;
            top: 50px;
            left: 0;
            background: #e0e7f1;
            color: #1b428d;
            padding: 3px 20px 3px 12px;
            font-weight: 800;
            font-size: 11px;
            z-index: 25;
            clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
        }

        .main-body {
            display: flex;
            position: relative;
            background: white;
        }

        .left-col {
            flex: 1.4; /* On laisse plus de place à la photo */
            position: relative;
        }

        .camper-img {
            width: 200px;
            height: 150px;
            display: block;
            object-fit: cover;
        }

        /* --- EFFET DE FONDU PROGRESSIF --- */
        .right-col {
            flex: 1;
            padding: 15px 15px 15px 0px;
            display: flex;
            flex-direction: column;
            background: white;
            position: relative;
            z-index: 10;
        }

        /* Voici le tracé qui disparaît petit à petit sur la photo */
          .right-col::before {
            content: "";
            position: absolute;
            top: 0;
            left: -30px; /* On commence le fondu très loin sur la gauche */
            width: 30px;
            height: 62%;
            /* Dégradé très doux : Transparent -> Blanc */
            background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255, 255, 255, 0.86) 40%, rgb(255, 255, 255) 100% );
            pointer-events: none;
        }

        .title-area { padding: 5px 5px; }
        .title-area h2 { margin: 0; color: #333; font-size: 1rem; font-weight: 700; text-align:left;}
        .title-area p { margin: 0; color: #999; font-size: 0.9rem;text-align:left; }

        .specs {
            list-style: none;
            padding: 0;
            margin: 0;
            color: #1b428d;
            font-weight: 600;
            font-size: 0.85rem;
        }
        .specs li { display: flex; align-items: center; gap: 8px; right: 5px;
    position: relative;margin-bottom: 10px;border-bottom:1px solid #ddd;padding-bottom:5px; }

        .pricing-section {
            /* margin-top: auto;  */
            text-align: right;
            padding-bottom: 0px;
        }
        .old-p { text-decoration: line-through; color: #444; font-size: 0.95rem; font-weight: bold; }
        .new-p { color: #f39200; font-size: 1.8rem; font-weight: 900; line-height: 1; }

        .footer {
            background: #f8f9fb;
            border-top: 1px solid #f0f0f0;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 5px 15px;
            color: #666;
            font-weight: 600;
            font-size: 0.8rem;
            position: relative;
            z-index: 20;
        }

        .btn-orange {
            background: linear-gradient(to bottom, #ffbc4e 0%, #ff8e00 100%);
            color: white;
            text-decoration: none;
            padding: 2px 18px;
            border-radius: 35px;
            font-weight: 800;
            font-size: 13px;
            box-shadow: 0 4px 10px rgba(255, 142, 0, 0.3);
            border-bottom: 3px solid #d37900;
        }
		
	
	
	 }