Coordonnées

body { font-family: 'Poppins', sans-serif; background-color: #FFF9F4; color: #2E2A39; line-height: 1.6; margin: 0; padding: 0; } .container { max-width: 900px; margin: 0 auto; padding: 60px 20px; } .header-section { text-align: center; margin-bottom: 4rem; position: relative; } .header-section::before { content: ''; position: absolute; top: -30px; left: 50%; transform: translateX(-50%); width: 100px; height: 100px; background: radial-gradient(circle, rgba(155, 4, 111, 0.1), transparent); border-radius: 50%; animation: pulse 3s ease-in-out infinite; } .page-title { font-size: 3rem; font-weight: 700; color: #2E2A39; margin-bottom: 1rem; background: linear-gradient(135deg, #2E2A39, #9B046F); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; position: relative; z-index: 2; } .brand-subtitle { font-size: 1.3rem; color: #9B046F; font-weight: 600; margin-bottom: 0.5rem; font-style: italic; } .tagline { font-size: 1rem; color: #666; font-weight: 400; } .contact-section { background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(15px); border-radius: 25px; padding: 3rem; box-shadow: 0 15px 40px rgba(46, 42, 57, 0.1); border: 1px solid rgba(155, 4, 111, 0.1); position: relative; overflow: hidden; } .contact-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #9B046F, #C71585); } .studio-logo { width: 120px; height: 120px; background: linear-gradient(135deg, rgba(155, 4, 111, 0.1), rgba(199, 21, 133, 0.1)); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3.5rem; color: #9B046F; margin: 0 auto 2rem; box-shadow: 0 15px 40px rgba(155, 4, 111, 0.2); border: 3px solid rgba(255, 255, 255, 0.8); animation: float 4s ease-in-out infinite; } .studio-name { text-align: center; font-size: 2.2rem; font-weight: 700; color: #2E2A39; margin-bottom: 3rem; position: relative; } .studio-name::after { content: ''; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 60px; height: 3px; background: linear-gradient(90deg, #9B046F, #C71585); border-radius: 2px; } .contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2.5rem; margin-bottom: 3rem; } .contact-card { background: rgba(255, 255, 255, 0.6); backdrop-filter: blur(10px); padding: 2.5rem; border-radius: 20px; text-align: center; transition: all 0.4s ease; border: 1px solid rgba(155, 4, 111, 0.1); position: relative; } .contact-card:hover { transform: translateY(-8px); box-shadow: 0 25px 50px rgba(155, 4, 111, 0.15); background: rgba(255, 255, 255, 0.9); } .contact-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #9B046F, #C71585); border-radius: 20px 20px 0 0; transform: scaleX(0); transition: transform 0.4s ease; } .contact-card:hover::before { transform: scaleX(1); } .contact-icon { width: 80px; height: 80px; background: linear-gradient(135deg, #9B046F, #C71585); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; margin: 0 auto 1.5rem; box-shadow: 0 10px 30px rgba(155, 4, 111, 0.3); transition: all 0.3s ease; } .contact-card:hover .contact-icon { transform: scale(1.1); box-shadow: 0 15px 40px rgba(155, 4, 111, 0.4); } .contact-title { font-size: 1.4rem; font-weight: 600; color: #2E2A39; margin-bottom: 1rem; } .contact-info { font-size: 1.1rem; color: #666; margin-bottom: 1.5rem; line-height: 1.6; } .contact-detail { font-weight: 600; color: #9B046F; font-size: 1.1rem; } .location-card { grid-column: 1 / -1; background: linear-gradient(135deg, rgba(155, 4, 111, 0.05), rgba(199, 21, 133, 0.05)); border: 2px solid rgba(155, 4, 111, 0.1); } .email-link { color: #9B046F; text-decoration: none; font-weight: 600; transition: all 0.3s ease; position: relative; } .email-link::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background: linear-gradient(90deg, #9B046F, #C71585); transition: width 0.3s ease; } .email-link:hover::after { width: 100%; } .email-link:hover { color: #C71585; } .action-buttons { display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap; margin-top: 2rem; } .btn-primary { display: inline-flex; align-items: center; gap: 10px; background: linear-gradient(135deg, #9B046F, #C71585); color: white; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: 600; transition: all 0.3s ease; box-shadow: 0 10px 25px rgba(155, 4, 111, 0.2); } .btn-primary:hover { transform: translateY(-3px); box-shadow: 0 15px 35px rgba(155, 4, 111, 0.3); filter: brightness(1.05); } .btn-secondary { display: inline-flex; align-items: center; gap: 10px; background: rgba(255, 255, 255, 0.8); color: #9B046F; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: 600; border: 2px solid rgba(155, 4, 111, 0.3); transition: all 0.3s ease; } .btn-secondary:hover { background: rgba(155, 4, 111, 0.1); transform: translateY(-2px); box-shadow: 0 10px 25px rgba(155, 4, 111, 0.15); } .administrative-note { background: rgba(255, 193, 7, 0.1); border: 2px solid rgba(255, 193, 7, 0.2); border-radius: 15px; padding: 2rem; margin-top: 2rem; position: relative; text-align: center; } .administrative-note::before { content: '📋'; position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: #FFF9F4; padding: 8px 12px; font-size: 1.5rem; border-radius: 50%; box-shadow: 0 5px 15px rgba(255, 193, 7, 0.2); } .note-title { font-weight: 600; color: #f57c00; margin-bottom: 0.8rem; font-size: 1.1rem; } .note-text { color: #666; font-size: 0.95rem; line-height: 1.6; } .working-hours { background: rgba(40, 167, 69, 0.1); border-radius: 15px; padding: 1.5rem; margin-top: 2rem; text-align: center; border: 1px solid rgba(40, 167, 69, 0.2); } .hours-title { font-weight: 600; color: #28a745; margin-bottom: 0.5rem; } .hours-text { color: #666; font-size: 0.9rem; } @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-10px); } } @keyframes pulse { 0%, 100% { opacity: 0.3; transform: translateX(-50%) scale(1); } 50% { opacity: 0.6; transform: translateX(-50%) scale(1.1); } } @media (max-width: 768px) { .container { padding: 40px 15px; } .contact-section { padding: 2rem 1.5rem; } .page-title { font-size: 2.2rem; } .contact-grid { grid-template-columns: 1fr; gap: 1.5rem; } .action-buttons { flex-direction: column; align-items: center; } .studio-name { font-size: 1.8rem; } }

Coordonnées

Jumania Studio

L'élégance rencontre l'intelligence

Jumania Studio

🏢
Notre Siège
Basé à Casablanca
🇲🇦 Maroc
Hub créatif au cœur de l'Afrique
📧
Email Principal
Pour toutes vos demandes
🛠️
Support Client
Assistance technique
et questions produits
Informations Administratives

Pour toute demande administrative ou support nécessitant notre adresse postale complète, celle-ci pourra être communiquée sur demande par email.

⏰ Délai de réponse
Nous nous engageons à répondre à vos emails sous 24-48h ouvrées