@charset "UTF-8";
@import url(main.css);
.video-background-holder { display: none; }

a.grow.button_header.text-color-fourth.mx-3.mx-lg-2.p-2.rounded-pill.text-decoration-none.button-header-telephone { background: linear-gradient(135deg, #ff8c00, #ff5e00); color: #fff !important; border-radius: 0px !important; font-weight: 600 !important; }

.animated-border-button:after { background-color: #ff8c00; }

.navbar { box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1); /* Optionnel : ajoute une ombre subtile */ }

form#formContact { border-radius: 0px !important; box-shadow: 0 30px 60px rgba(0, 0, 0, 0.18); }

button.w-100.btn.btn-outline-dark { border-radius: 0px; border: none; background: linear-gradient(135deg, #ff8c00, #ff5e00); color: #fff !important; font-weight: 700; transition: all 0.3s ease; position: relative; z-index: 2; cursor: pointer; text-transform: uppercase; }

button.w-100.btn.btn-outline-dark:hover { border-radius: 0px; border: none; color: #fff; transform: translateY(-2px); }

.lh-1.mb-3.titles { margin-top: -320px; text-align: left; padding-left: 80px; }

div#contact { position: relative; overflow: hidden; background-color: #fff; }

div#contact::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255, 140, 0, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 140, 0, 0.1) 1px, transparent 1px); background-size: 48px 48px; pointer-events: none; z-index: 0; }

div#contact > * { position: relative; z-index: 1; }

.lh-1.mb-3.titles h3 { font-family: 'Montserrat', sans-serif; font-size: 2.5rem; line-height: 1.05; text-transform: uppercase; }

.lh-1.mb-3.titles p { font-size: 1.05rem; line-height: 1.8; }

.fs-6.lead.mt-4.mb-4 { font-weight: 400; line-height: 1.8; color: #303030; }

.first-activity-div.shadow-lg { box-shadow: none !important; }

.second-activity-div.shadow-lg { box-shadow: none !important; }

.third-activity-div.shadow-lg { box-shadow: none !important; }

.card.card-cover.h-100.overflow-hidden.rounded-4.shadow-lg { border-radius: 0px !important; }

/* =========================== BLOC DETAILS SERVICES =========================== */
/* Section globale */
.jgp-details-section { padding: 100px 20px; background-color: #f9f9f9; /* Fond gris très clair pour faire ressortir les cartes blanches */ font-family: 'Montserrat', sans-serif; }

.jgp-details-container { max-width: 1100px; margin: 0 auto; }

/* Container de l'en-tête en mode split */
.jgp-details-header-split { display: flex; justify-content: space-between; align-items: flex-end; /* Aligne le bas du texte avec le bas du titre */ gap: 60px; margin-bottom: 60px; text-align: left; /* On repasse en alignement à gauche */ }

.jgp-header-left { flex: 1; }

.jgp-header-right { flex: 1; border-left: 2px solid #7db51e; /* Optionnel : petit rappel vert pour séparer */ padding-left: 30px; }

/* Header */
.jgp-details-title { font-family: 'Syncopate', sans-serif; font-size: 2.2rem; color: #2d2e33; text-transform: uppercase; margin: 15px 0; }

.jgp-details-intro { max-width: 700px; margin: 0 auto; color: #555; line-height: 1.6; font-size: 1.05rem; }

/* Grille */
.jgp-details-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }

/* Carte */
.jgp-detail-card { position: relative; margin-top: 30px; background: #ffffff; padding: 0 30px 50px 30px; display: flex; align-items: center; gap: 20px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); transition: all 0.3s ease; border: 1px solid transparent; flex-direction: column; text-align: center; overflow: visible; }

.jgp-detail-card:hover { transform: translateY(-5px); border-color: #ff8c00; box-shadow: 0 4px 10px rgba(244, 129, 31, 0.3); }

.jgp-detail-image-wrap { width: calc(100% + 60px); height: 240px; margin: 0 -30px 42px -30px; overflow: hidden; }

.jgp-detail-image { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Icone */
.jgp-detail-icon-box { position: absolute; top: 240px; left: 50%; transform: translate(-50%, -50%); width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; background: linear-gradient(135deg, #ff8c00, #ff5e00); box-shadow: 0 4px 10px rgba(244, 129, 31, 0.3); z-index: 2; }

.jgp-detail-icon { width: 34px; height: 34px; object-fit: contain; }

.jgp-detail-name { font-family: 'Montserrat', sans-serif; font-size: 1.5rem; font-weight: 700 !important; color: #2d2e33; margin: 0; line-height: 1.3; }

.jgp-detail-desc { font-family: 'Montserrat', sans-serif; font-size: 1rem; color: #555; line-height: 1.6; margin: 0; }

.jgp-details-footer { margin-top: 60px; display: flex; justify-content: center; width: 100%; }

/* Petite icône flèche dans le bouton */
.jgp-btn-icon { width: 20px; height: 20px; transition: transform 0.3s ease; }

.jgp-btn-primary:hover .jgp-btn-icon { transform: translateX(5px); /* La flèche bouge un peu au survol */ }

/* Mobile */
@media (max-width: 768px) { .jgp-detail-image-wrap { height: 190px; } .jgp-detail-icon-box { top: 190px; } }

@media (max-width: 600px) { .jgp-detail-image-wrap { height: 180px; } .jgp-detail-icon-box { top: 180px; width: 62px; height: 62px; } .jgp-detail-icon { width: 30px; height: 30px; } }

@media (max-width: 768px) { .jgp-btn { text-align: center; padding: 18px 20px; /* On augmente légèrement la hauteur pour le confort tactile */ font-size: 0.9rem; /* On réduit un peu la taille de police si le texte est long */ box-sizing: border-box; /* Évite que le padding ne fasse dépasser le bouton de l'écran */ } }

@media (max-width: 600px) { .jgp-btn-primary { justify-content: center; padding: 18px 20px; font-size: 0.8rem; } }

/* Responsive */
@media (max-width: 992px) { .jgp-details-grid { grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 600px) { .jgp-details-grid { grid-template-columns: 1fr; } .jgp-details-title { font-size: 1.6rem; } }

/* =========================== BLOC ACCUEIL =========================== */
/* Container Principal */
.jgp-hero { position: relative; min-height: 100vh; /* Hauteur de la section */ display: flex; align-items: center; justify-content: center; text-align: center; background: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2FkkJD1tPDh9PTg7PcQjXzQu8Xxow1%2Fimages%2FWhatsApp_Image_2026-04-27_at_155845_1_9xa4.webp") no-repeat center center/cover; padding: 40px 20px; color: #ffffff; }

/* Overlay sombre pour la lisibilité du texte */
.jgp-hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #1e0f008a; /* Couleur #2d2e33 avec transparence */ z-index: 1; }

/* Contenu */
.jgp-hero-content { position: relative; z-index: 2; max-width: 1150px; }

/* Logo dans le Hero */
.jgp-hero-logo { max-width: 280px; height: auto; margin-bottom: 40px; filter: drop-shadow(15px 20px 15px rgba(0, 0, 0, 0.8)); }

/* Titre en Syncopate */
.jgp-hero-title { font-size: clamp(2rem, 5vw, 3.2rem); /* Taille adaptative */ text-transform: uppercase; margin-bottom: 15px; font-weight: 800; }

/* Sous-titre en Montserrat */
.jgp-hero-subtitle { font-family: 'Montserrat', sans-serif; font-size: 1.2rem; font-weight: 400; margin-bottom: 40px; background-color: rgba(245, 245, 220, 0.1); /* Rappel beige très léger */ padding: 10px; display: inline-block; }

/* Conteneur boutons */
.jgp-hero-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }

/* Bouton Principal avec dégradé du logo */
.jgp-btn { font-family: 'Montserrat', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 0.02rem; padding: 18px 35px; text-decoration: none; transition: transform 0.3s ease, box-shadow 0.3s ease; }

.jgp-btn-primary { background: linear-gradient(135deg, #ff8c00, #ff5e00); color: white !important; }

.jgp-btn-secondary { background: transparent; border: 2px solid #fff; color: #fff; }

.jgp-btn:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3); color: white !important; }

/* --- Version Mobile --- */
@media (max-width: 768px) { .jgp-btn { text-align: center; padding: 18px 20px; /* On augmente légèrement la hauteur pour le confort tactile */ font-size: 0.9rem; /* On réduit un peu la taille de police si le texte est long */ box-sizing: border-box; /* Évite que le padding ne fasse dépasser le bouton de l'écran */ } .jgp-hero-logo { max-width: 240px; } }

/* ══════════════════════════════════════ CTA CONTACT ARKANA ══════════════════════════════════════ */
.arkana-cta-call { position: relative; padding: 8rem 2rem; /* Augmenté un peu pour l'aspect Hero */ overflow: hidden; display: flex; justify-content: center; align-items: center; text-align: center; /* Centre tout le texte par défaut */ }

.arkana-cta-call__overlay { /* Overlay un peu plus sombre pour faire ressortir le texte blanc/clair */ background: #1e0f008a; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; }

.arkana-cta-call__bg { position: absolute; inset: 0; background: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2FkkJD1tPDh9PTg7PcQjXzQu8Xxow1%2Fimages%2FWhatsApp_Image_2026-04-27_at_155845_6_61kc.webp") center center/cover no-repeat; z-index: 1; }

.arkana-cta-call__container { position: relative; z-index: 3; max-width: 1100px; /* Réduit pour garder le texte bien groupé au centre */ margin: 0 auto; display: flex; flex-direction: column; align-items: center; /* Centre les éléments horizontalement */ gap: 2rem; }

/* Style du Logo */
.arkana-cta-call__logo { margin-bottom: 1rem; }

.arkana-cta-call__logo img { max-width: 200px; /* Ajustez selon vos besoins */ height: auto; filter: drop-shadow(15px 20px 15px rgba(0, 0, 0, 0.8)); }

.arkana-cta-call__content { width: 100%; }

.arkana-cta-call__title { font-family: 'Montserrat', sans-serif; font-size: clamp(1.8rem, 4vw, 2.5rem); /* Taille adaptative */ line-height: 1.2; font-weight: 800 !important; color: #ffffff; /* Passé en blanc pour contrer l'overlay sombre */ text-transform: uppercase; margin: 0; }

.arkana-cta-call__action { margin-top: 1rem; }

/* Extension pour le bouton téléphone Arkana */
.jgp-btn-tel { display: inline-flex !important; /* Force l'alignement flex */ align-items: center; justify-content: center; gap: 12px; /* Espace entre l'icône et le numéro */ white-space: nowrap; }

.phone-icon { width: 20px; height: 20px; flex-shrink: 0; /* L'icône prendra la couleur du texte du bouton automatiquement grâce à fill="currentColor" */ }

/* Petit effet de vibration discret au survol du bouton */
.jgp-btn-tel:hover .phone-icon { animation: jgp-shake 0.5s ease-in-out infinite; }

@keyframes jgp-shake { 0% { transform: rotate(0deg); }
  25% { transform: rotate(15deg); }
  50% { transform: rotate(0deg); }
  75% { transform: rotate(-15deg); }
  100% { transform: rotate(0deg); } }

/* Mobile */
@media (max-width: 768px) { .arkana-cta-call { padding: 5rem 1.5rem; } .arkana-cta-call__logo img { max-width: 140px; } }

/* ══════════════════════════════════════ ENGAGEMENTS ARKANA ══════════════════════════════════════ */
.arkana-commitments { padding: 6rem 2rem; background: #f4f4f4; }

.arkana-commitments__container { max-width: 1280px; margin: 0 auto; }

/* Header */
.arkana-commitments__header { text-align: center; margin-bottom: 4rem; }

.arkana-commitments__eyebrow { display: inline-block; margin-bottom: 1rem; font-family: 'Montserrat', sans-serif; font-size: 0.95rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: #ff8c00; }

.arkana-commitments__title { margin: 0; font-family: 'Montserrat', sans-serif; font-size: 2.2rem; line-height: 1.1; font-weight: 800 !important; text-transform: uppercase; color: #323232; }

/* Grille */
.arkana-commitments__grid { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid rgba(0, 0, 0, 0.18); }

/* Cartes */
.arkana-commitments__card { min-height: 360px; padding: 3rem 2.8rem 0; border-right: 1px solid rgba(0, 0, 0, 0.18); border-left: 1px solid rgba(0, 0, 0, 0.18); border-bottom: 1px solid rgba(0, 0, 0, 0.18); display: flex; flex-direction: column; justify-content: space-between; background: transparent; }

/* Ligne du haut : 3 cartes */
.arkana-commitments__card:nth-child(1), .arkana-commitments__card:nth-child(2), .arkana-commitments__card:nth-child(3) { grid-column: span 2; }

/* Ligne du bas : 2 cartes centrées */
.arkana-commitments__card:nth-child(4) { grid-column: 2 / span 2; }

.arkana-commitments__card:nth-child(5) { grid-column: 4 / span 2; }

.arkana-commitments__card-title { margin: 0 0 1rem; font-family: 'Montserrat', sans-serif; font-size: 1.5rem; line-height: 1.2; font-weight: 600 !important; color: #4a4a4a; }

.arkana-commitments__card-text { margin: 0; max-width: 90%; font-size: 1rem; line-height: 1.8; color: #303030; }

/* Zone icône */
.arkana-commitments__icon-wrap { position: relative; width: 150px; height: 130px; margin-top: 2rem; margin-left: 180px; display: flex; align-items: center; justify-content: flex-start; }

.arkana-commitments__icon-wrap::before { content: ""; position: absolute; inset: 0; background: linear-gradient(45deg, rgba(255, 140, 0, 0.1) 0%, rgba(255, 140, 0, 0.03) 100%); clip-path: polygon(22% 0, 100% 0, 78% 100%, 0 100%); }

.arkana-commitments__icon { position: relative; z-index: 1; width: 115px; height: 115px; object-fit: contain; margin-left: -20px; }

/* Responsive */
/* Responsive */
@media (max-width: 1200px) { .arkana-commitments__card { padding: 2.4rem 2rem 0; } .arkana-commitments__card-title { font-size: 1.4rem; } .arkana-commitments__card-text { max-width: 100%; font-size: 1rem; } .arkana-commitments__icon-wrap { margin-left: auto; } }

@media (max-width: 991px) { .arkana-commitments { padding: 5rem 1.5rem; } .arkana-commitments__header { margin-bottom: 3rem; } .arkana-commitments__title { font-size: 2rem; } .arkana-commitments__grid { grid-template-columns: 1fr 1fr; } .arkana-commitments__card, .arkana-commitments__card:nth-child(1), .arkana-commitments__card:nth-child(2), .arkana-commitments__card:nth-child(3), .arkana-commitments__card:nth-child(4), .arkana-commitments__card:nth-child(5) { grid-column: auto; min-height: 250px; } .arkana-commitments__icon-wrap { width: 130px; height: 112px; margin-left: auto; } .arkana-commitments__icon { width: 95px; height: 95px; } }

@media (max-width: 767px) { .arkana-commitments { padding: 4rem 1rem; } .arkana-commitments__header { text-align: left; margin-bottom: 2.5rem; } .arkana-commitments__eyebrow { font-size: 0.8rem; letter-spacing: 0.14em; } .arkana-commitments__title { font-size: 1.7rem; line-height: 1.15; } .arkana-commitments__grid { grid-template-columns: 1fr; border-top: 1px solid rgba(0, 0, 0, 0.18); } .arkana-commitments__card { min-height: auto; padding: 2rem 1.3rem 1.4rem; border-left: 1px solid rgba(0, 0, 0, 0.18); border-right: 1px solid rgba(0, 0, 0, 0.18); display: flex; flex-direction: column; } .arkana-commitments__card-title { font-size: 1.25rem; } .arkana-commitments__card-text { font-size: 0.95rem; line-height: 1.65; max-width: 100%; } .arkana-commitments__icon-wrap { width: 105px; height: 90px; top: 20px; } .arkana-commitments__icon { width: 76px; height: 76px; margin-left: -10px; } }

@media (max-width: 420px) { .arkana-commitments__title { font-size: 1.5rem; } .arkana-commitments__card { padding: 1.7rem 1.1rem 1.3rem; } .arkana-commitments__icon-wrap { width: 95px; height: 82px; top: 20px; } .arkana-commitments__icon { width: 68px; height: 68px; } }

/* -------------------------------------------------------------- MAP VERTICALE SOUS TEXTE (SUPERPOSÉE) -------------------------------------------------------------- */
.map-card-section { max-width: 1500px; /* même largeur que ton layout */ margin: 0 auto; padding: 0 80px; position: relative; padding-bottom: 100px; }

/* Carte map */
.map-card { width: 50%; /* largeur colonne gauche */ margin-top: -560px; /* 🔑 remonte sur le bloc contact */ overflow: hidden; box-shadow: 0 30px 60px rgba(0, 0, 0, 0.18); background: #fff; position: relative; z-index: 10; }

/* Iframe */
.map-card iframe { width: 100%; height: 500px; border: 0; display: block; }

/* -------------------------------------------------------------- RESPONSIVE MAP (MODE NORMAL SOUS FORMULAIRE) -------------------------------------------------------------- */
@media (max-width: 900px) { .map-card-section { padding: 40px 24px 60px; } .map-card { width: 100%; margin-top: 0; /* 🔥 on annule la superposition */ border-radius: 0px; } .map-card iframe { height: 320px; } .lh-1.mb-3.titles { margin-top: 0px; text-align: left; padding-left: 25px; margin-bottom: 35px !important; } }

/* ══════════════════════════════════════ SECTION SERVICES ARKANA ══════════════════════════════════════ */
.arkana-services { position: relative; padding: 6rem 2rem; background: #4a4a4a; overflow: hidden; }

/* léger décor de fond */
.arkana-services::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 15% 20%, rgba(255, 140, 0, 0.15), transparent 25%), radial-gradient(circle at 85% 80%, rgba(255, 140, 0, 0.05), transparent 25%); pointer-events: none; }

.arkana-services::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px); background-size: 56px 56px; opacity: 0.2; pointer-events: none; }

.arkana-services__container { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; }

/* Intro */
.arkana-services__intro { margin-bottom: 4rem; }

.arkana-services__eyebrow { display: inline-block; margin-bottom: 1rem; font-family: 'Montserrat', sans-serif; font-size: 0.95rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: #ff9a1f; }

.arkana-services__title { margin: 0; font-family: 'Montserrat', sans-serif; font-size: 2.5rem; line-height: 1.05; font-weight: 800 !important; color: #ffffff; text-transform: uppercase; }

/* Responsive */
@media (max-width: 991px) { .arkana-services { padding: 5rem 1.5rem; } .arkana-services__title { font-size: 2.8rem; } }

@media (max-width: 767px) { .arkana-services__intro { margin-bottom: 2.5rem; } .arkana-services__title { font-size: 2.2rem; line-height: 1.1; } }

@media (max-width: 480px) { .arkana-services { padding: 4.5rem 1.2rem; } .arkana-services__eyebrow { font-size: 0.82rem; letter-spacing: 0.14em; } .arkana-services__title { font-size: 1.9rem; } }

/* ══════════════════════════════════════ SECTION ZONE ARKANA ══════════════════════════════════════ */
.arkana-zone { position: relative; padding: 6rem 2rem; overflow: hidden; }

/* léger décor de fond */
.arkana-zone::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255, 140, 0, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 140, 0, 0.1) 1px, transparent 1px); background-size: 48px 48px; pointer-events: none; }

/* ── CONTAINER ───────────────────────── */
.arkana-zone__container { max-width: 1280px; margin: 0 auto; position: relative; z-index: 2; }

/* ── GRID ────────────────────────────── */
.arkana-zone__grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 5rem; align-items: center; }

/* ══════════════════════════════════════ IMAGE ══════════════════════════════════════ */
.arkana-zone__media-wrap { position: relative; padding: 12px; animation: arkana-fade-left 0.8s cubic-bezier(0.22, 1, 0.36, 1) both; }

/* Coins décoratifs */
.arkana-zone__media-wrap::before, .arkana-zone__media-wrap::after { content: ""; position: absolute; width: 52px; height: 52px; border-color: #ff8c00; border-style: solid; z-index: 3; pointer-events: none; }

.arkana-zone__media-wrap::before { top: 0; left: 0; border-width: 3px 0 0 3px; }

.arkana-zone__media-wrap::after { bottom: 0; right: 0; border-width: 0 3px 3px 0; }

.arkana-zone__media { height: 500px; overflow: hidden; border: 1px solid rgba(60, 60, 60, 0.12); box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12); background: #ddd; transition: transform .3s ease, box-shadow .3s ease; }

.arkana-zone__media:hover { box-shadow: 0 28px 70px rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(255, 140, 0, 0.12); }

.arkana-zone__media img { width: 100%; height: 100%; display: block; object-fit: cover; }

/* ══════════════════════════════════════ CONTENU TEXTE ══════════════════════════════════════ */
.arkana-zone__title { font-family: 'Montserrat', sans-serif; font-weight: 800 !important; font-size: 2.5rem; text-transform: uppercase; color: #323232; line-height: 1.08; margin-bottom: 1.8rem; }

.arkana-zone__title em { font-style: normal; color: #ff8c00; }

.arkana-zone__text { font-size: 1.05rem; color: #303030; line-height: 1.8; margin-bottom: 1rem; font-weight: 400; }

.arkana-zone__text strong { font-weight: 600; }

/* ── RESPONSIVE ──────────────────────── */
@media (max-width: 1000px) { .arkana-zone__grid { gap: 3rem; } .arkana-zone__media { height: 420px; } .arkana-zone__title { font-size: 2.1rem; } }

@media (max-width: 768px) { .arkana-zone { padding: 5rem 1.5rem; } .arkana-zone__grid { grid-template-columns: 1fr; gap: 3rem; } .arkana-zone__content { order: 1; text-align: left; } .arkana-zone__media-wrap { order: 2; } .arkana-zone__media { height: 380px; } }

@media (max-width: 480px) { .arkana-zone__media { height: 300px; } .arkana-zone__title { font-size: 1.7rem; } .arkana-zone__text { font-size: 1rem; line-height: 1.65; } }

/*# sourceMappingURL=custom.css.map */