.elementor-10777 .elementor-element.elementor-element-3da9fe89{--display:flex;}.elementor-10777 .elementor-element.elementor-element-3da9fe89 .spaciaz-border-shape{width:30px;height:30px;clip-path:path("M0 0 Q0,30 30,30 L 0 30 Z");}.elementor-10777 .elementor-element.elementor-element-1f32ef1 .spaciaz-border-shape{width:30px;height:30px;clip-path:path("M0 0 Q0,30 30,30 L 0 30 Z");}.breadcrumb-wrap .breadcrumb-overlay, .elementor-page-10777 .breadcrumb-wrap .breadcrumb-overlay{opacity:0.5;}/* Start custom CSS for html, class: .elementor-element-1f32ef1 *//* =========================================
   ATLANTIQUE THEME VARIABLES & CSS
========================================= */
.atlantique-theme-wrapper {
    --primary-color: #0f172a; 
    --primary-light: #1e293b;
    --accent-color: #d97706;  
    --text-main: #334155;
    --bg-light: #f8fafc;
    --bg-white: #ffffff;
    --border-color: #e2e8f0;
    font-family: 'Inter', system-ui, sans-serif;
    color: var(--text-main);
    line-height: 1.7;
    background: var(--bg-white);
}

.atlantique-theme-wrapper * { box-sizing: border-box; margin: 0; padding: 0; }
.atlantique-theme-wrapper .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.atlantique-theme-wrapper section { padding: 80px 0; }
.atlantique-theme-wrapper .bg-light { background-color: var(--bg-light); }

.atlantique-theme-wrapper h1, 
.atlantique-theme-wrapper h2, 
.atlantique-theme-wrapper h3, 
.atlantique-theme-wrapper h4 { color: var(--primary-color); font-weight: 700; line-height: 1.3; margin-bottom: 1rem; }
.atlantique-theme-wrapper h1 { font-size: 3rem; }
.atlantique-theme-wrapper h2 { font-size: 2.2rem; }
.atlantique-theme-wrapper h3 { font-size: 1.5rem; }
.atlantique-theme-wrapper p { margin-bottom: 1rem; }
.atlantique-theme-wrapper ul { margin-left: 20px; margin-bottom: 1.5rem; }
.atlantique-theme-wrapper li { margin-bottom: 0.5rem; }

/* Buttons */
.atlantique-theme-wrapper .btn { display: inline-block; padding: 12px 28px; background: var(--primary-color); color: #fff; border-radius: 4px; font-weight: 600; text-decoration: none; border: none; cursor: pointer; transition: background 0.3s; }
.atlantique-theme-wrapper .btn:hover { background: var(--accent-color); }
.atlantique-theme-wrapper .btn-whatsapp { background: #25D366; color: #fff; }
.atlantique-theme-wrapper .btn-whatsapp:hover { background: #1ebe5d; }

/* Grids */
.atlantique-theme-wrapper .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.atlantique-theme-wrapper .grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }

/* Cards & Elements */
.atlantique-theme-wrapper .card { background: var(--bg-white); padding: 30px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); border: 1px solid var(--border-color); }
.atlantique-theme-wrapper .profile-card { text-align: center; }
.atlantique-theme-wrapper .profile-card img { margin-bottom: 15px; border-radius: 6px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }

/* Form */
.atlantique-theme-wrapper .quote-form { display: flex; flex-direction: column; gap: 15px; max-width: 500px; margin: 0 auto; background: var(--bg-white); padding: 30px; border-radius: 8px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.atlantique-theme-wrapper .quote-form input { padding: 12px; border: 1px solid var(--border-color); border-radius: 4px; width: 100%; font-family: inherit; }

/* FAQ */
.atlantique-theme-wrapper .faq-item { margin-bottom: 20px; border-bottom: 1px solid var(--border-color); padding-bottom: 15px; }
.atlantique-theme-wrapper .faq-item h4 { color: var(--primary-color); margin-bottom: 10px; font-size: 1.1rem; }

@media (max-width: 768px) {
    .atlantique-theme-wrapper .grid-2 { grid-template-columns: 1fr; }
    .atlantique-theme-wrapper h1 { font-size: 2.2rem; }
}/* End custom CSS */