Contact information

/* --- STYLE STRUCTURE ET DESIGN DE PRESTIGE --- */ .sl-legal-container { width: 100%; padding: 40px 10px; box-sizing: border-box; background-color: #faf8f5; color: #222222; font-family: 'Georgia', serif; line-height: 1.8; } .sl-legal-gold-frame { max-width: 950px; margin: 0 auto; border: 1px solid #cfb07a; padding: 12px; position: relative; background-color: #ffffff; } .sl-legal-gold-frame::before { content: ''; position: absolute; top: -5px; left: -5px; right: -5px; bottom: -5px; border: 1px solid rgba(207, 176, 122, 0.4); pointer-events: none; } .sl-legal-inner-box { border: 1px solid rgba(207, 176, 122, 0.2); padding: 50px 40px; } .sl-legal-header { text-align: center; margin-bottom: 30px; } .sl-legal-tag { font-family: 'Helvetica Neue', sans-serif; font-size: 11px; text-transform: uppercase; letter-spacing: 4px; color: #cfb07a; display: block; margin-bottom: 10px; } .sl-legal-main-title { font-size: 28px; font-weight: 300; color: #111; margin: 0 0 15px 0; letter-spacing: 1px; } .sl-legal-gold-line { width: 60px; height: 1px; background-color: #cfb07a; margin: 0 auto; } /* GRILLE POUR LES COORDONNÉES */ .sl-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 20px; } .sl-contact-card { background-color: #ffffff; border: 1px solid #f0e6d2; padding: 30px; border-radius: 2px; } .sl-contact-card h3 { font-size: 16px; font-weight: 600; color: #111; margin-top: 0; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 0.5px; border-bottom: 1px solid #cfb07a; padding-bottom: 8px; } .sl-contact-detail { font-size: 15px; color: #222; margin-bottom: 15px; } .sl-contact-icon { margin-right: 8px; color: #cfb07a; } .sl-contact-link { color: #cfb07a; text-decoration: none; font-weight: bold; } .sl-contact-link:hover { text-decoration: underline; } .sl-contact-note { font-size: 12.5px; color: #777; line-height: 1.5; margin: 0; } /* TABLEAU POUR L'IDENTIFICATION */ .sl-contact-table { width: 100%; border-collapse: collapse; font-size: 14.5px; margin-top: 10px; } .sl-contact-table td { padding: 8px 0; border-bottom: 1px dashed #f0e6d2; vertical-align: top; } .sl-contact-table td:first-child { width: 30%; color: #555; } .sl-legal-footer-note { text-align: center; font-family: 'Helvetica Neue', sans-serif; font-size: 11px; color: #999; margin-top: 40px; letter-spacing: 0.5px; } /* RESPONSIVE SMARTPHONE */ @media (max-width: 768px) { .sl-legal-inner-box { padding: 30px 15px; } .sl-legal-main-title { font-size: 22px; } .sl-contact-grid { grid-template-columns: 1fr; gap: 20px; } .sl-contact-card { padding: 20px; } .sl-contact-table td { display: block; width: 100% !important; padding: 4px 0; } .sl-contact-table td:first-child { border-bottom: none; font-weight: bold; } }