	
             /* Cookie Consent Banner */
        .cookie-consent {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background: #2d3748;
            color: white;
            padding: 1rem;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            z-index: 1000;
        }
        .cookie-consent.hidden {
            display: none;
        }
        .cookie-consent p {
            margin: 0.5rem 0;
            flex: 1;
            min-width: 300px;
        }
        .cookie-consent button {
            background: #4299e1;
            color: white;
            border: none;
            padding: 0.5rem 1rem;
            border-radius: 4px;
            cursor: pointer;
            margin: 0.5rem;
        }
        .cookie-consent button:hover {
            background: #3182ce;
        }
        .cookie-consent button.secondary {
            background: transparent;
            border: 1px solid #e2e8f0;
        }
        .hero {
            background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://www.speeddepann.fr/upload/automobile-towing-worker-securing-car-on-his-tow-t-2022-12-16-11-40-31-utc.avif');
            background-size: cover;
            background-position: center;
            min-height: 70vh;
        }
        
        .service-card:hover {
            transform: translateY(-10px);
            transition: all 0.3s ease;
        }
        
        .map-container {
            height: 400px;
            width: 100%;
        }
        
        .animate-bounce-slow {
            animation: bounce 3s infinite;
        }
        
        @keyframes bounce {
            0%, 100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(-20px);
            }
        }
        html {
  		  scroll-behavior: smooth;
		}
      #arrow-hero{
        cursor:pointer;
      }
      #banner-bottom{
        background-color:#aa111a;
      }

      #text-partner{
        text-align:center; 
        width:70%;
        margin-left:auto;
        margin-right:auto
      }
      #map-google{
        border:0; 
        width:100%; 
        height:100%;
      }
      #footer-color{
        background-color:#003157;
      }