.cta-box {
	border: 2px solid #f39c12;
	padding: 20px;
	margin: 30px 0;
	background: #fff8e6;
	border-radius: 8px;
	text-align: center;
  }
  .cta-box h3 {
	margin-bottom: 10px;
	color: #e67e22;
  }
  .cta-box p {
	margin-bottom: 15px;
	font-size: 16px;
  }
  .cta-button {
	display: inline-block;
	padding: 12px 24px;
	background: #e67e22;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-radius: 5px;
	transition: background 0.3s ease;
  }
  .cta-button:hover {
	background: #d35400;
  }

  .menu-cta{
	display:inline-block;
	margin-top:6px;
	padding:10px 14px;
	border-radius:10px;
	font-weight:700;
	background:#c62828; /* adapte au rouge Maple */
	color:#fff !important;
	text-transform:none;
	letter-spacing:0;
  }
  
  .menu-cta:hover{
	transform: translateY(-1px);
	filter: brightness(1.05);
  }


  