       * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            --primary: #c19a6b;
            --secondary: #8e0000;
            --dark: #1a1a1a;
            --light: #f8f5f0;
            --accent: #5d8a82;
			--fermer: #880015;
			--normal: #000C7B;
        }

        body {
            font-family: 'Montserrat', sans-serif;
            color: var(--dark);
            background-color: var(--light);
            line-height: 1.6;
            overflow-x: hidden;
        }
		
		.brioche_logo {
			width:170px;
		}
        h1, h2, h3, h4 {
            font-family: 'Playfair Display', serif;
            font-weight: 600;
        }
		h5 {
            font-family: 'Playfair Display', serif;
            font-weight: 50;
			font-size: 1.0em;
        }
		
		select {
			padding: 5px 10px;
			border-radius: 4px;
			width:200px;
			font-size:14px;
			box-shadow: 0 5px 15px rgba(142, 0, 0, 0.4);
		}
		 /* Slice Animation */
		 
        .cfbanque1 {
            position: absolute;
            width: 120px;
            height: 120px;
            background: url('../../images/logo/investment.png') center/cover;
            animation: float 6s ease-in-out infinite;
            z-index: 1;
        }
		.cfbanque2 {
            position: absolute;
            width: 78px;
            height: 39px;
            background: url('../../images/logo/vip.png') center/cover;
            animation: float 6s ease-in-out infinite;
            z-index: 1;
        }
        /* Header Styles */
        header {
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000;
            background: rgba(26, 26, 26, 0.9);
            backdrop-filter: blur(10px);
            padding: 20px 0;
            transition: all 0.5s ease;
        }
		
		.finger-model {
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.05)), url('images/finger.jpg') center/cover no-repeat;
            display: flex;
            align-items: center;
            color: var(--light);
            position: relative;
            overflow: hidden;
			line-height: 21px;
		}
        
		table td {padding:2px 5px;}
		/*
		.finger-img {
			border-radius:50%;
			box-shadow: 0 5px 15px rgba(142, 0, 0, 0.3);
		}
		*/
		.container {
            width: 90%;
            max-width: 1200px;
            margin: 0 auto;
        }

		.contenets {
            width: 90%;
            max-width: 1360px;
            margin: 0 15px;
        }
		.withbackground {
			background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('images/ethics.jpg') center/cover no-repeat;
			color:white;
			line-height: 1.5;
			font-size: 0.8em
		}
        .header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
		
        .logo {
            font-size: 2.2rem;
            font-weight: 700;
            color: var(--primary);
            text-decoration: none;
            display: flex;
            align-items: center;
        }

        .logo i {
            margin-right: 10px;
            color: var(--secondary);
            animation: spin 15s linear infinite;
        }
		
		.nav-link {
			font-family: 'Times New Roman', 'Arial';
			margin-left: 30px;
			font-size:1.15em;
			color:#0024FF;
			text-decoration: none;
			transition: all 0.3s ease;
		}
		
		.nav-link:hover {
			font-size:1.0em;
			color:#880015;
			border-bottom-color: #880015;
			border-bottom-style: solid;
			border-bottom-width: 2px;
		}
		
		.fermer {
            background: var(--fermer);
            color: var(--light);
            padding: 12px 15px;
            border: none;
            border-radius: 30px;
            font-weight: 500;
			min-width:90px;
            cursor: pointer;
            font-size: 1rem;
			box-shadow: 0 5px 15px rgba(142, 0, 0, 0.3);
        }

		.normal {
            background: var(--normal);
            color: var(--light);
            padding: 12px 15px;
            border: none;
            border-radius: 30px;
            font-weight: 500;
			min-width:90px;
            cursor: pointer;
            font-size: 1rem;
			box-shadow: 0 5px 15px rgba(142, 0, 0, 0.3);
        }
        /* Hero Section */
       
	   .hero {
            height: 100vh;
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('images/invest.jpg') center/cover no-repeat;
            display: flex;
            align-items: center;
            color: var(--light);
            text-align: center;
            position: relative;
            overflow: hidden;
        }
		
		
        .hero-content {
            max-width: 800px;
            margin: 0 auto;
            padding: 0 20px;
            animation: fadeInUp 1.2s ease-out;
        }

        .hero h1 {
            font-size: 4.5rem;
            margin-bottom: 20px;
            line-height: 1.1;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
        }

        .hero p {
            font-size: 1.4rem;
            margin-bottom: 30px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        .hero-btn {
            display: inline-block;
            background: #6F4E47;
            color: white;
            padding: 8px 50px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.2rem;
            transition: all 0.3s ease;
            margin: 10px;
            border: 2px solid white;
            animation: fadeIn 2s ease;
			max-width: 300px;
        }

        .hero-btn:hover {
            background: transparent;
            color: white;
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(244, 162, 97, 0.4);
        }

		
        /* Floating Elements Animation */
        .floating-element {
            position: absolute;
            border-radius: 50%;
            background: rgba(193, 154, 107, 0.1);
            backdrop-filter: blur(5px);
            z-index: -1;
        }

        /* About Section */
        .section {
            padding: 50px 0;
        }

        .section-title {
            text-align: center;
            margin-bottom: 30px;
        }

        .section-title h2 {
            font-size: 2.5rem;
            color: var(--dark);
            position: relative;
            display: inline-block;
            padding-bottom: 15px;
        }

        .section-title h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: var(--primary);
        }

        .about-content {
            display: flex;
            align-items: center;
            gap: 60px;
        }

        .about-text {
            flex: 1;
        }

        .about-text h3 {
            font-size: 2.2rem;
            margin-bottom: 20px;
            color: var(--secondary);
        }

        .about-text p {
            margin-bottom: 25px;
            font-size: 1.1rem;
        }

        .about-image {
            flex: 1;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
            position: relative;
            transform: rotate(-3deg);
            transition: transform 0.5s ease;
        }

        .about-image:hover {
            transform: rotate(0);
        }

        .about-image img {
            width: 100%;
            height: auto;
            display: block;
            transition: transform 0.5s ease;
        }

        .about-image:hover img {
            transform: scale(1.05);
        }
		
		 .article-image {
            flex: 1;
            border-radius: 10px;
            overflow: hidden;
            position: relative;
            transform:scale(1.0);
            transition: transform 0.5s ease;
        }
		
        .article-image:hover {
            transform: scale(1.05);
        }
		.article-image img {
            width: 300px;
            height: auto;
            display: block;
            transition: transform 0.5s ease;
        }
		/* President */
		 .president-image {
            flex: 1;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
            position: relative;
            transform:scale(1.0);
            transition: transform 0.5s ease;
        }

        .president-image:hover {
            transform: scale(1.05);
        }

        .president-image img {
            width: 100%;
            height: auto;
            display: block;
            transition: transform 0.5s ease;
        }

        .president-image:hover img {
            transform: scale(1.05);
        }
		
		 .president-video {
            flex: 1;
			background: url('images/logo.png') center no-repeat;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
            position: relative;
            transform:scale(1.0);
            transition: transform 0.5s ease;
        }
        /* Specialties Section */
        .specialties {
            background: linear-gradient(to bottom, #1a1a1a, #2d2d2d);
            color: var(--light);
            position: relative;
            overflow: hidden;
        }

        .specialties .section-title h2 {
            color: var(--light);
        }

        .specialties-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
        }

        .specialty-card {
            background: rgba(255, 255, 255, 0.05);
            border-radius: 15px;
            padding: 20px 10px;
            text-align: center;
            transition: all 0.4s ease;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            transform: translateY(50px);
            opacity: 0;
        }

        .specialty-card.animate {
            transform: translateY(0);
            opacity: 1;
        }

        .specialty-card:hover {
            transform: translateY(-15px);
            background: rgba(255, 255, 255, 0.1);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
        }

        .specialty-icon {
            font-size: 3.5rem;
            color: var(--primary);
            margin-bottom: 25px;
        }

        .specialty-card h3 {
            font-size: 1.2rem;
            margin-bottom: 15px;
        }
		
		.specialty-card img {
            width: 200px;
            margin-bottom: 15px;
        }
		.specialty-card p {
            font-size: 1.0rem;
			text-align: left;
            margin-bottom: 10px;
        }

		.specialty-btn {
            display: inline-block;
            background: rgba(255, 255, 255, 0.05);
            color: white;
            padding: 8px 10px;
            border-radius: 10px;
            text-decoration: none;
            font-weight: 200;
            font-size: 1.0rem;
            transition: all 0.3s ease;
            margin: 10px;
            border: 1px solid gold;
            animation: fadeIn 2s ease;
			width: 150px;
        }

        .specialty-btn:hover {
            background: transparent;
            color: white;
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(244, 162, 97, 0.4);
        }

		
        /* Menu Section */
        .menu-section {
            position: relative;
        }

        .menu-tabs {
            display: flex;
            justify-content: center;
            margin-bottom: 50px;
            flex-wrap: wrap;
        }

       .tab-btn {
            background-color: #880015;
			color: white;
            border: 1px solid darkgray;
            padding: 10px 30px;
            margin: 0 10px;
            font-size: 1.1rem;
			min-width: 250px;
            font-weight: 500;
            cursor: pointer;
            position: relative;
            transition: all 0.3s ease;
            border-radius: 30px;
        }
		
		.tab-btn.active {
			background-color: white;
			color: #880015;
		}
		
        .tab-btn:hover {
            background: white;
            color: darkblue;
        }


		
        .menu-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 40px;
        }

        .menu-item {
            display: flex;
            gap: 20px;
            background: var(--light);
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: all 0.4s ease;
            transform: scale(0.95);
            opacity: 0;
        }

        .menu-item.animate {
            transform: scale(1);
            opacity: 1;
        }

        .menu-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }

        .menu-img {
            width: 120px;
            height: 120px;
            flex-shrink: 0;
            overflow: hidden;
        }

        .menu-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .menu-item:hover .menu-img img {
            transform: scale(1.1);
        }

        .menu-details {
            padding: 20px 20px 20px 0;
        }

        .menu-details h3 {
            font-size: 1.4rem;
            margin-bottom: 8px;
            display: flex;
            justify-content: space-between;
        }

        .menu-details h3 span {
            color: var(--primary);
        }

        .menu-details p {
            color: #666;
            font-size: 0.95rem;
        }

        /* Testimonials */
        .testimonials {
            background: url('images/testmony.jpg') center/cover fixed;
            position: relative;
        }

        .testimonials::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(26, 26, 26, 0.85);
        }

        .testimonials .section-title h2 {
            color: var(--light);
        }

        .testimonial-container {
            max-width: 800px;
            margin: 0 auto;
            position: relative;
            padding: 30px 0;
        }

        .testimonial {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border-radius: 15px;
            padding: 20px;
            text-align: center;
            color: var(--light);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s ease;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
        }

        .testimonial.active {
            opacity: 1;
            transform: translateY(0);
        }

        .testimonial i {
            font-size: 3rem;
            color: var(--primary);
            margin-bottom: 20px;
        }

        .testimonial p {
            font-size: 1.2rem;
            font-style: italic;
            margin-bottom: 25px;
            line-height: 1.4;
        }

        .client {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .client-img {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            overflow: hidden;
            margin-right: 20px;
            border: 3px solid var(--primary);
        }

        .client-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .client-info h4 {
            font-size: 1.3rem;
			color: maroon;
            margin-bottom: 5px;
        }

        .client-info p {
            font-size: 1rem;
            margin: 0;
            color: darkblue;
        }

        .testimonial-nav {
            display: flex;
            justify-content: center;
            margin-top: 30px;
        }

        .nav-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.3);
            margin: 0 8px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .nav-dot.active {
            background: var(--primary);
            transform: scale(1.3);
        }
		
		
        /* Footer */
        footer {
			margin-top:5px;
            background: var(--dark);
            color: var(--light);
            padding: 70px 0 30px;
			
        }

        .footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            margin-bottom: 20px;
			border-bottom: 1px dashed #636363;
        }
		
        .footer-column h3 {
			
            font-size: 1.5rem;
            margin-bottom: 25px;
            position: relative;
            padding-bottom: 10px;
			color: orange;
			text-align: left;
			border-bottom: 3px solid orange;
        }
		
		.footer-column a {
			
            font-size: 1.0rem;
            margin-top: 7px;
            position: relative;
            padding-bottom: 3px;
			color: orange;
			text-align: left;
			text-decoration: none;
        }
		/*
        .footer-column h3::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 350px;
            height: 3px;
            background: orange;
        }
		*/
        .footer-column p {
            margin-bottom: 20px;
            color: #aaa;
        }

        .contact-info {
            list-style: none;
        }

        .contact-info li {
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }

        .contact-info i {
            color: var(--primary);
            margin-right: 15px;
            font-size: 1.2rem;
            width: 20px;
        }
		
		.sociallink {
			margin-left: 20px;
			margin-right: 10px;
			color: white;
			transition: all 0.3s ease;
		}

		.sociallink:hover {
			color: orange;
			font-size: 24px;
			margin-right: 20px;
		}
		
        .social-links {
            display: flex;
            margin-top: 20px;
        }
		
        .social-links a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.1);
            color: var(--light);
            margin-right: 15px;
            transition: all 0.3s ease;
        }

        .social-links a:hover {
            background: var(--primary);
            transform: translateY(-5px);
        }

        .opening-hours {
            list-style: none;
        }

        .opening-hours li {
            display: flex;
            justify-content: space-between;
            padding: 8px 0;
            border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
        }

        .opening-hours li:last-child {
            border-bottom: none;
        }

        .copyright {
            text-align: center;
            padding-top: 5px;
            color: #aaa;
            font-size: 0.9rem;
        }

        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(50px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes float {
            0% {
                transform: translateY(0px);
            }
            50% {
                transform: translateY(-20px);
            }
            100% {
                transform: translateY(0px);
            }
        }

        .floating {
            animation: float 6s ease-in-out infinite;
        }
		
		@keyframes spin {
            from {
                transform: rotate(0deg);
            }
            to {
                transform: rotate(360deg);
            }
        }

        /* Responsive Design */
        @media (max-width: 992px) {
			.brioche_logo {
				width: 150px;
			}
			nav ul {
                margin: 20px 0;
                flex-wrap: wrap;
                justify-content: center;
            }
            .hero h1 {
                font-size: 3.5rem;
            }
            .about-content {
                flex-direction: column;
            }
			.specialties-grid {display: block }
			
			.footer-content {
				display: block;
				width: 80%;
				margin-left: 10%;
				margin-right: 10%;
			}
			#finger {display:none;}
        }

        @media (max-width: 768px) {
			.brioche_logo {
				width: 120px;
			}
			
            .hero h1 {
                font-size: 2.8rem;
            }
            .hero p {
                font-size: 1.1rem;
            }
			
			.about-text h3 { font-size: 1.4em}
			
            .header-content {
                flex-direction: column;
                text-align: center;
            }
            nav ul {
                margin: 20px 0;
                flex-wrap: wrap;
                justify-content: center;
            }
			.specialties-grid {display: block }
            
			.footer-content {
				display: block;
			}
            .social-links {
				margin-bottom: 20px;
			}
			#finger {display:none;}
        }

        @media (max-width: 576px) {
			.brioche_logo {
				width: 90px;
			}
            .hero h1 {
                font-size: 2.2rem;
            }
            .hero-btn {
                display: block;
                margin: 15px auto;
                padding: 10px;
            }
			.tab-btn {
				margin-top: 10px;
			}
			.about-text h3 { font-size: 1.2em}
			
            .menu-grid {
                grid-template-columns: 1fr;
            }
            .section-title h2 {
                font-size: 1.5rem;
            }
			.testimonial p {
				font-size: 1.0rem;
				margin-bottom: 15px;
				line-height: 1.2;
			}
			 .client-info h4 {
            font-size: 1.1rem;
            margin-bottom: 5px;
			}

		   footer {
			margin-top:100px;
			margin-bottom:200px;
		   }
		   #finger {display:none;}
        }
/* Fake image */
.fakeimg {
  background-color: white;
  width: 100%;
  padding: 10px;
}

/* Add a card effect for articles */
.card {
  background-color: white;
  padding: 10px;
  margin-top: 20px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

