page-header-img

Gestion de la paie Maroc

Gestion de la paie Maroc

:root { --primary: #3676da; --secondary: #d6d6db; --accent: #7DDA58; --light: #FFFFFF; --dark: #212529; } * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } body { line-height: 1.6; color: #333; } .container { width: 90%; max-width: 1200px; margin: 0 auto; padding: 0 15px; } /* Header Styles */ header { background-color: white; box-shadow: 0 2px 10px rgba(0,0,0,0.1); position: sticky; top: 0; z-index: 1000; } .header-container { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; } .logo { display: flex; align-items: center; } .logo img { height: 60px; margin-right: 15px; } .logo-text { font-size: 1.5rem; font-weight: 700; color: var(--primary); } .logo-text span { color: var(--accent); } .contact-header { text-align: right; } .contact-header a { display: block; color: var(--primary); text-decoration: none; font-weight: 600; } .contact-header a:hover { color: var(--accent); } /* Hero Section */ .hero { background: linear-gradient(rgba(0, 51, 102, 0.85), rgba(0, 51, 102, 0.9)), url('https://images.unsplash.com/photo-1552664730-d307ca884978?ixlib=rb-4.0.3') center/cover; color: white; padding: 80px 0; text-align: center; } .hero h1 { font-size: 2.8rem; margin-bottom: 20px; line-height: 1.2; } .hero p { font-size: 1.2rem; max-width: 800px; margin: 0 auto 30px; } .cta-button { display: inline-block; background-color: var(--accent); color: white; padding: 14px 35px; border-radius: 5px; text-decoration: none; font-weight: 600; font-size: 1.1rem; transition: all 0.3s ease; margin: 10px; } .cta-button:hover { background-color: #5DA4F7; transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0,0,0,0.2); } .cta-button.secondary { background-color: transparent; border: 2px solid white; } .cta-button.secondary:hover { background-color: #5DA4F7; } /* Services Section */ .services-section { padding: 80px 0; background-color: var(--light); } .section-title { text-align: center; margin-bottom: 50px; color: var(--primary); position: relative; } .section-title:after { content: ""; display: block; width: 200px; height: 4px; background: var(--accent); margin: 15px auto 0; } .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; } .service-card { background: white; border-radius: 8px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.08); transition: transform 0.3s ease; } .service-card:hover { transform: translateY(-10px); } .service-icon { background-color: var(--primary); color: white; text-align: center; padding: 25px; font-size: 2.5rem; } .service-content { padding: 25px; } .service-content h3 { color: var(--primary); margin-bottom: 15px; } .service-content ul { list-style-type: none; } .service-content ul li { padding: 8px 0; border-bottom: 1px dashed #eee; display: flex; } .service-content ul li:before { content: "✓"; color: var(--accent); font-weight: bold; margin-right: 10px; } /* Simulator Section */ .simulator-section { padding: 80px 0; background-color: white; } .simulator-container { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; } .simulator-content { padding-right: 20px; } .simulator-form { background: var(--light); padding: 30px; border-radius: 8px; box-shadow: 0 5px 15px rgba(0,0,0,0.08); } .form-group { margin-bottom: 20px; } .form-group label { display: block; margin-bottom: 8px; font-weight: 600; color: var(--primary); } .form-group input, .form-group select { width: 100%; padding: 12px 15px; border: 1px solid #ddd; border-radius: 4px; font-size: 1rem; } .calculate-btn { background-color: var(--accent); color: white; border: none; padding: 14px 25px; border-radius: 4px; font-size: 1rem; font-weight: 600; cursor: pointer; width: 100%; transition: background 0.3s ease; } .calculate-btn:hover { background-color: #e05e1a; } .result-box { margin-top: 25px; padding: 20px; background-color: white; border-radius: 8px; border-left: 4px solid var(--secondary); display: none; } /* Benefits Section */ .benefits-section { padding: 80px 0; background: linear-gradient(to right, var(--primary), var(--secondary)); color: white; } .benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; } .benefit-card { text-align: center; padding: 30px 20px; } .benefit-icon { font-size: 2.5rem; margin-bottom: 20px; color: var(--accent); } .benefit-card h3 { margin-bottom: 15px; font-size: 1.4rem; } /* Testimonials */ .testimonials-section { padding: 80px 0; background-color: var(--light); } .testimonial-card { background: white; padding: 30px; border-radius: 8px; box-shadow: 0 5px 15px rgba(0,0,0,0.08); margin: 20px; position: relative; } .testimonial-card:before { content: """; position: absolute; top: 20px; left: 20px; font-size: 4rem; color: rgba(0, 51, 102, 0.1); font-family: Georgia, serif; } .testimonial-content { margin-bottom: 20px; font-style: italic; } .testimonial-author { display: flex; align-items: center; } .author-info { margin-left: 15px; } .author-info h4 { color: var(--primary); margin-bottom: 5px; } /* Contact Section */ .contact-section { padding: 80px 0; background: white; } .contact-container { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; } .contact-info h3 { color: var(--primary); margin-bottom: 20px; } .contact-method { display: flex; align-items: center; margin-bottom: 25px; } .contact-icon { background-color: var(--primary); color: white; width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 15px; font-size: 1.2rem; } .contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: 12px 15px; margin-bottom: 20px; border: 1px solid #ddd; border-radius: 4px; font-size: 1rem; } .contact-form textarea { height: 150px; resize: vertical; } /* Footer */ footer { background-color: var(--dark); color: white; padding: 40px 0 20px; } .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; margin-bottom: 30px; } .footer-column h3 { color: var(--accent); margin-bottom: 20px; font-size: 1.2rem; } .footer-column ul { list-style: none; } .footer-column ul li { margin-bottom: 10px; } .footer-column ul li a { color: #ddd; text-decoration: none; transition: color 0.3s ease; } .footer-column ul li a:hover { color: var(--accent); } .copyright { text-align: center; padding-top: 20px; border-top: 1px solid #444; font-size: 0.9rem; color: #aaa; } /* Responsive */ @media (max-width: 768px) { .simulator-container, .contact-container { grid-template-columns: 1fr; } .hero h1 { font-size: 2rem; } .header-container { flex-direction: column; text-align: center; } .contact-header { margin-top: 15px; text-align: center; } }

Gestion des Ressources Humaines Expertes à Tanger

Déléguez votre gestion RH à des professionnels : recrutement, paie, gestion administrative du personnel, programme d’appui à l’emploi et conformité légale au Maroc. Solutions complètes pour entreprises à Tanger et dans toute la région.

Calculer un Salaire NET Calculer un Salaire BRUT

Nos Services de Gestion RH

 

Recrutement & Intégration

  • Définition de profils de poste
  • Sourcing et présélection de candidats
  • Organisation d’entretiens
  • Vérification des références
  • Processus d’intégration structuré
 

Gestion Administrative du Personnel

  • Rédaction des contrats de travail (CDI, CDD)
  • Établissement d’attestations (travail, salaire, congé)
  • Gestion des dossiers du personnel
  • Application des mesures disciplinaires
  • Gestion des fins de contrat
 

Traitement de la Paie & Bulletin

  • Calcul des salaires nets et bruts
  • Établissement des bulletins de paie
  • Tenue des livres de paie réglementaires
  • Gestion des congés payés et RTT
  • Calcul des indemnités et primes
 

Déclarations Sociales & Fiscales

  • Déclarations mensuelles à la CNSS
  • Déclarations fiscales des salaires
  • Télédéclarations sécurisées
  • Gestion des régularisations
  • Assistance en cas de contrôle
 

Programmes d’Appui à l’Emploi

  • Accompagnement programme Tahfiz
  • Montage de dossiers Idmaj
  • Optimisation des aides à l’emploi
  • Veille réglementaire permanente
  • Suivi administratif des subventions
OBTENIR UN DEVIS

Demande devis gratuit