        :root {
		
            --corp-blue: #004a99;
            --fresh-green: #28a745;
            --dark-grey: #2c3e50;
        }

        body, html {
            margin: 0; padding: 0; height: 100%;
            font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
            background-color: #f4f7f6;
            color: var(--dark-grey);
            overflow: hidden;
        }

        .hero {
            background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.4)), 
                        url('serres1.png'); 
            background-size: cover;
            background-position: center 20%; 
            background-repeat: no-repeat;
            height: 100vh;
            display: flex;
            flex-direction: column; 
            justify-content: center;
            align-items: center;
            text-align: center;
            position: relative;
        }
       
        .glass-card {
            background: rgba(255, 255, 255, 0.92);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
		
            padding: 50px 30px; 
            border-radius: 20px;
            width: 95%; 
            max-width: 1000px; 
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
            border: 1px solid rgba(255, 255, 255, 0.4);
            z-index: 2;
        }

        .badge {
            background: var(--dark-grey);
            color: white;
            padding: 8px 20px;
            border-radius: 50px;
            text-transform: uppercase;
            font-size: 0.85rem;
            font-weight: bold;
            letter-spacing: 1px;
            margin-bottom: 25px;
            display: inline-block;
        }

        h1 {
            font-size: clamp(1.2rem, 3.5vw, 2.8rem); 
            color: #111;
            margin: 10px 0;
            font-weight: 900;
            letter-spacing: -1px;
            text-transform: uppercase;
            white-space: nowrap; 
        }

        .aliment{

			color: var(--corp-blue); }

        p {
            font-size: 1.25rem;
            color: #333;
            line-height: 1.6;
            margin-bottom: 40px;
            font-weight: 400;
        }
		
		.aquisition  {
			
		font-size: 0.8rem;"
		}
		
		

        .btn-buy {
            background: var(--fresh-green);
            color: white;
            padding: 22px 50px;
            text-decoration: none;
            font-size: 1.4rem;
            font-weight: bold;
            border-radius: 8px;
            box-shadow: 0 10px 20px rgba(40, 167, 69, 0.3);
            transition: all 0.3s ease;
            display: inline-block;
        }

        .btn-buy:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 30px rgba(40, 167, 69, 0.4);
            background: #218838;
        }

        .footer-info {
            margin-top: 40px;
            font-size: 0.9rem;
            color: #777;
            border-top: 1px solid #eee;
            padding-top: 20px;
        }
        
        .top-nav {
            position: absolute;
            top: 0; left: 0; width: 100%;
            padding: 20px 0;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 10;
        }

        .logo-portfolio {
            font-size: 0.6rem;
            font-weight: bold;
            letter-spacing: 2px;
            color: rgba(0, 0, 0, 0.6);
            text-transform: uppercase;
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
			padding-bottom: 5px;
			margin-top:2px;
        }

        
        .site-footer {
			font-weight:bold;
			margin-top:5px;
            position: bottom;
            bottom: 20px;
            width: 100%;
            text-align: center;
        }

        .copyright {
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: rgba(44, 62, 80, 1);
            font-weight: bold;
        }
		
		.include {
		font-size: 25px;
		color:blue;
		
		
		}
    