/* ==========================================================================
   GLP - Groupe Les Pédagogues — Surcharge de charte graphique
   Basé sur les couleurs du logo GLP : bleu #1189CE et orange #FFA529
   ========================================================================== */

:root{
    /* Couleurs de marque GLP (remplace la palette du template) */
    --color-primary: #1189CE;       /* bleu logo GLP */
    --color-primary-dark: #0B5D8C;  /* bleu profond (header / footer) */
    --color-secondary: #FFA529;     /* orange logo GLP */
    --color-tertiary: #FFA529;
    --color-textSecondary: #FFA529;
    --color-dark: #0B2338;
    --color-heading: #0F2A43;
    --gradient-primary: linear-gradient(-90deg,#0B5D8C 0%, #1189CE 100%);
    --bg-color: #EAF3F8;
    --cta-color-bg: #EAF3F8;
    --color-lighten01: #EFF6FA;
    --color-lighten04: #FFF6EA;
}

body{ font-family: var(--font-primary); }

a:hover, a:focus{ color: var(--color-primary); }

.text-gradient{
    background: linear-gradient(90deg,#0B5D8C .36%,#1189CE 52.45%);
    -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text;
}

/* Boutons */
a.edu-btn, button.edu-btn{ background: var(--color-primary); }
a.edu-btn:after, button.edu-btn:after{ background: linear-gradient(-90deg,#0B5D8C 0%, #1189CE 100%); }
a.edu-btn.btn-secondary, button.edu-btn.btn-secondary{ background: var(--color-secondary); color:#fff; }
a.edu-btn.btn-secondary:hover, button.edu-btn.btn-secondary:hover{ background: var(--color-primary-dark); }

/* Header GLP */
.glp-header-top{
    background: var(--color-primary-dark);
    color:#fff;
    font-size: 13px;
    padding: 8px 0;
}
.glp-header-top a{ color:#fff; }
.glp-header-top .glp-top-contact{ display:flex; gap:22px; align-items:center; flex-wrap:wrap; }
.glp-header-top .glp-top-contact i{ margin-right:6px; color: var(--color-secondary); }
.glp-header-top .glp-social a{ margin-left:14px; font-size:15px; }

.glp-navbar{ background:#fff; box-shadow: 0 2px 20px rgba(11,93,140,.08); }
.glp-navbar .logo-wrap{ display:flex; align-items:center; gap:12px; padding:14px 0; }
.glp-navbar .logo-wrap img{ height:56px; width:56px; border-radius:50%; object-fit:cover; }
.glp-navbar .logo-wrap .brand-name{ font-family:var(--font-secondary); font-weight:700; font-size:19px; color:var(--color-heading); line-height:1.2; }
.glp-navbar .logo-wrap .brand-tag{ font-size:12px; color: var(--color-primary); font-weight:600; text-transform:uppercase; letter-spacing:.5px; }

.glp-mainmenu{ list-style:none; display:flex; gap:2px; margin:0; padding:0; align-items:center; }
.glp-mainmenu li a{
    display:flex; align-items:center; gap:6px; padding: 12px 14px; font-weight:600; font-size:14.5px;
    color: var(--color-heading); border-radius: 5px; transition:.3s; white-space:nowrap;
}
.glp-mainmenu li a i{ font-size:16px; color: var(--color-secondary); }
.glp-mainmenu li a:hover, .glp-mainmenu li.active a{ color: var(--color-primary); background: var(--color-lighten01); }
.glp-mainmenu li a:hover i, .glp-mainmenu li.active a i{ color: var(--color-primary); }

/* Icônes réseaux sociaux - couleurs de marque au survol */
.glp-social a{ transition:.3s; }
.glp-social-top a{ color:#fff; margin-left:14px; font-size:15px; }
.soc-tiktok-icon{ display:inline-flex; align-items:center; }
.glp-social-top a:hover.soc-fb{ color:#1877f2; }
.glp-social-top a:hover.soc-ig{ color:#e1306c; }
.glp-social-top a:hover.soc-in{ color:#0a66c2; }
.glp-social-top a:hover.soc-tk{ color:#ffffff; text-shadow:0 0 8px rgba(255,255,255,.6); }
.glp-footer .social a.soc-fb:hover{ background:#1877f2; color:#fff; }
.glp-footer .social a.soc-ig:hover{ background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); color:#fff; }
.glp-footer .social a.soc-in:hover{ background:#0a66c2; color:#fff; }
.glp-footer .social a.soc-tk:hover{ background:#000; color:#fff; }
.glp-footer ul li a i{ color: var(--color-secondary); margin-right:6px; }

.glp-header-cta{ display:flex; align-items:center; gap:14px; }

.glp-mobile-toggle{ display:none; background:none; border:none; font-size:26px; color:var(--color-primary); }

@media (max-width: 991px){
    .glp-mainmenu{ display:none; flex-direction:column; align-items:flex-start; width:100%; }
    .glp-mainmenu.is-open{ display:flex; }
    .glp-mobile-toggle{ display:block; }
    .glp-header-cta .edu-btn{ display:none; }
}

/* Hero */
.glp-hero{
    position:relative; padding: 70px 0 90px; overflow:hidden;
    background: linear-gradient(180deg, #EAF3F8 0%, #ffffff 100%);
}

/* Hero vidéo plein cadre */
.glp-hero-video{
    padding: 160px 0 130px;
    min-height: 620px;
    display:flex; align-items:center;
    background: #0B2338;
}
.glp-hero-video-bg{
    position:absolute; top:0; left:0; width:100%; height:100%;
    object-fit:cover; object-position:center; z-index:0;
}
.glp-hero-video .glp-hero-overlay{
    position:absolute; inset:0; z-index:1;
    background: linear-gradient(180deg, rgba(11,35,56,.78) 0%, rgba(11,93,140,.68) 55%, rgba(11,35,56,.85) 100%);
}
.glp-hero-video .container{ z-index:2; }
.glp-hero-video .badge-pill{
    display:inline-block; background: rgba(255,165,41,.18); color:#FFC876;
    border:1px solid rgba(255,165,41,.4);
    font-weight:700; font-size:13px; padding:6px 16px; border-radius:30px; margin-bottom:22px;
}
.glp-hero-video h1{ font-size:46px; line-height:1.2; margin-bottom:20px; }
.glp-hero-video h1 em{ font-style:normal; color:#FFA529; }
.glp-hero-video p.lead{ font-size:18px; color:rgba(255,255,255,.9); max-width:640px; margin:0 auto 32px; }
.glp-hero-video .text-white-75{ color:rgba(255,255,255,.9); }
.glp-hero-video .hero-btns{ display:flex; gap:16px; flex-wrap:wrap; }
.glp-hero-video .hero-stat-inline{
    display:inline-flex; align-items:center; gap:14px; margin-top:44px;
    background:rgba(255,255,255,.1); backdrop-filter:blur(6px);
    border:1px solid rgba(255,255,255,.25); border-radius:14px; padding:16px 26px;
}
.glp-hero-video .hero-stat-inline .num{ font-size:26px; font-weight:800; color:#FFA529; font-family:var(--font-secondary); line-height:1; }
.glp-hero-video .hero-stat-inline .lbl{ font-size:13px; color:#fff; font-weight:600; text-align:left; }
@media(max-width:767px){
    .glp-hero-video{ padding:120px 0 90px; min-height:520px; }
    .glp-hero-video h1{ font-size:32px; }
}

.glp-hero .badge-pill{
    display:inline-block; background: rgba(255,165,41,.12); color:#B4600A;
    font-weight:700; font-size:13px; padding:6px 16px; border-radius:30px; margin-bottom:22px;
}
.glp-hero h1{ font-size:46px; line-height:1.2; margin-bottom:20px; }
.glp-hero h1 em{ font-style:normal; color: var(--color-primary); }
.glp-hero p.lead{ font-size:18px; color:#3d5265; max-width:560px; margin-bottom:32px; }
.glp-hero .hero-btns{ display:flex; gap:16px; flex-wrap:wrap; }
.glp-hero .hero-media{ position:relative; }
.glp-hero .hero-media img{ border-radius:16px; box-shadow: 0 30px 60px rgba(11,93,140,.18); width:100%; }
.glp-hero .hero-stat-card{
    position:absolute; left:-30px; bottom:-25px; background:#fff; border-radius:14px;
    box-shadow: 0 20px 45px rgba(11,93,140,.18); padding:20px 26px; display:flex; gap:14px; align-items:center;
}
.glp-hero .hero-stat-card .num{ font-size:26px; font-weight:800; color:var(--color-primary); font-family:var(--font-secondary); line-height:1; }
.glp-hero .hero-stat-card .lbl{ font-size:13px; color:#5a6b7a; font-weight:600; }
@media(max-width:767px){ .glp-hero h1{ font-size:32px; } .glp-hero .hero-stat-card{ left:10px; bottom:-20px; padding:14px 18px; } }

/* Compteurs */
.glp-counters{ background: var(--gradient-primary); padding: 55px 0; }
.glp-counter{ text-align:center; color:#fff; }
.glp-counter .num{ font-family:var(--font-secondary); font-size:42px; font-weight:800; }
.glp-counter .lbl{ font-size:14px; opacity:.9; margin-top:6px; text-transform:uppercase; letter-spacing:.5px; }

/* Section titles */
.glp-eyebrow{ color: var(--color-secondary); font-weight:700; text-transform:uppercase; letter-spacing:1.5px; font-size:13px; display:block; margin-bottom:10px; }

/* Cards établissements */
.glp-school-card{ background:#fff; border-radius:12px; overflow:hidden; box-shadow: 0 12px 40px rgba(11,42,67,.08); transition:.3s; height:100%; }
.glp-school-card:hover{ transform: translateY(-6px); box-shadow: 0 20px 55px rgba(11,42,67,.14); }
.glp-school-card .thumb{ height:190px; overflow:hidden; }
.glp-school-card .thumb img{ width:100%; height:100%; object-fit:cover; transition:.4s; }
.glp-school-card:hover .thumb img{ transform: scale(1.08); }
.glp-school-card .body{ padding:22px 24px 26px; }
.glp-school-card .body .cycle-pill{ display:inline-block; background: var(--color-lighten01); color: var(--color-primary); font-size:12px; font-weight:700; padding:4px 12px; border-radius:20px; margin-bottom:10px; }
.glp-school-card .body h5{ margin-bottom:8px; }
.glp-school-card .body .loc{ font-size:14px; color:#5a6b7a; display:flex; align-items:center; gap:6px; }
.glp-school-card .body .loc i{ color: var(--color-secondary); }

/* Programmes */
.glp-program{ background:#fff; border-radius:10px; box-shadow:0 8px 30px rgba(11,42,67,.06); padding:34px 26px; text-align:center; height:100%; transition:.3s; }
.glp-program:hover{ box-shadow:0 18px 45px rgba(17,137,206,.18); transform:translateY(-5px); }
.glp-program .icon{ width:64px; height:64px; border-radius:50%; background: var(--color-lighten01); color:var(--color-primary); display:flex; align-items:center; justify-content:center; font-size:26px; margin:0 auto 18px; font-weight:700; font-family:var(--font-secondary); }
.glp-program .tag{ font-size:12px; font-weight:700; color:var(--color-secondary); text-transform:uppercase; letter-spacing:.5px; }

/* Pourquoi GLP */
.glp-why{ display:flex; gap:18px; }
.glp-why .icon{ min-width:56px; height:56px; border-radius:14px; background:var(--color-lighten01); color:var(--color-primary); display:flex; align-items:center; justify-content:center; font-size:24px; }

/* CTA band */
.glp-cta{ background: var(--gradient-primary); border-radius:16px; padding:55px 50px; color:#fff; position:relative; overflow:hidden; }
.glp-cta h3{ color:#fff; margin-bottom:10px; }
.glp-cta p{ color:rgba(255,255,255,.9); margin-bottom:0; }
.glp-cta .edu-btn{ background:#fff; color:var(--color-primary-dark); font-weight:700; }
.glp-cta .edu-btn:after{ background:var(--color-secondary); }
.glp-cta .edu-btn:hover{ color:#fff; }

/* Avis Google */
.glp-review-card{ background:#fff; border-radius:12px; box-shadow:0 8px 30px rgba(11,42,67,.06); padding:24px; height:100%; display:flex; flex-direction:column; }
.glp-review-card .rev-head{ display:flex; align-items:center; gap:12px; margin-bottom:10px; }
.glp-review-card .avatar{ width:44px; height:44px; border-radius:50%; color:#fff; display:flex; align-items:center; justify-content:center; font-weight:700; font-size:16px; flex-shrink:0; }
.glp-review-card .rev-name{ font-weight:700; color:var(--color-heading); font-size:15px; line-height:1.3; }
.glp-review-card .rev-badge{ font-size:12px; color:#8291a0; }
.glp-review-card .rev-stars{ color:#FFA529; font-size:14px; margin:6px 0 2px; }
.glp-review-card .rev-time{ font-size:12px; color:#8291a0; margin-left:6px; }
.glp-review-card .rev-text{ font-size:14.5px; color:#3d5265; margin-top:6px; margin-bottom:0; flex-grow:1; }
.glp-google-badge{ display:inline-flex; align-items:center; gap:8px; background:#fff; border-radius:30px; padding:6px 16px; box-shadow:0 4px 14px rgba(11,42,67,.08); font-size:13px; font-weight:600; color:var(--color-heading); }

/* Testimonial */
.glp-testimonial{ background:#fff; border-radius:14px; box-shadow:0 15px 45px rgba(11,42,67,.08); padding:44px; position:relative; }
.glp-testimonial .quote-icon{ font-size:40px; color:var(--color-lighten01); position:absolute; top:20px; right:30px; }
.glp-testimonial p{ font-size:18px; font-style:italic; color:#33475a; }
.glp-testimonial .author{ display:flex; align-items:center; gap:14px; margin-top:20px; }
.glp-testimonial .author .initial{ width:48px; height:48px; border-radius:50%; background:var(--color-primary); color:#fff; display:flex; align-items:center; justify-content:center; font-weight:700; }

/* Breadcrumb / page header */
.glp-page-header{ background: linear-gradient(-90deg,#0B5D8C 0%, #1189CE 100%); padding: 70px 0 55px; color:#fff; text-align:center; }
.glp-page-header h1{ color:#fff; margin-bottom:10px; }
.glp-page-header .crumbs a{ color:rgba(255,255,255,.85); }
.glp-page-header .crumbs span{ color:#fff; font-weight:600; }

/* Footer */
.glp-footer{ background: #0B2338; color: rgba(255,255,255,.75); padding-top:70px; }
.glp-footer h6{ color:#fff; margin-bottom:22px; }
.glp-footer ul{ list-style:none; padding:0; margin:0; }
.glp-footer ul li{ margin-bottom:12px; }
.glp-footer ul li a{ color: rgba(255,255,255,.7); }
.glp-footer ul li a:hover{ color: var(--color-secondary); }
.glp-footer .foot-logo{ display:flex; align-items:center; gap:12px; margin-bottom:18px; }
.glp-footer .foot-logo img{ height:48px; width:48px; border-radius:50%; }
.glp-footer .foot-logo strong{ color:#fff; font-family:var(--font-secondary); }
.glp-footer .social a{ display:inline-flex; width:38px; height:38px; border-radius:50%; background:rgba(255,255,255,.08); align-items:center; justify-content:center; margin-right:8px; color:#fff; }
.glp-footer .social a:hover{ background: var(--color-secondary); color:#0B2338; }
.glp-footer .bottom-bar{ border-top:1px solid rgba(255,255,255,.1); margin-top:50px; padding:22px 0; font-size:13px; text-align:center; }
.glp-footer .contact-item{ display:flex; gap:12px; margin-bottom:16px; }
.glp-footer .contact-item i{ color: var(--color-secondary); margin-top:3px; }

/* Contact page */
.glp-contact-box{ background:#fff; border-radius:12px; box-shadow:0 12px 40px rgba(11,42,67,.08); padding:34px; height:100%; }
.glp-contact-box .icon{ width:52px; height:52px; border-radius:50%; background:var(--color-lighten01); color:var(--color-primary); display:flex; align-items:center; justify-content:center; font-size:22px; margin-bottom:16px; }
.glp-contact-form input, .glp-contact-form select, .glp-contact-form textarea{ background:#F5F9FB; border:1px solid #E0EAF0; border-radius:6px; padding:0 20px; margin-bottom:18px; }
.glp-contact-form textarea{ padding:16px 20px; height:150px; }
.glp-contact-form label{ font-weight:600; color:var(--color-heading); display:block; margin-bottom:6px; }

/* Values / mission cards (about page) */
.glp-value-card{ text-align:center; padding:30px 20px; }
.glp-value-card .icon{ width:70px; height:70px; border-radius:50%; background:var(--color-lighten01); color:var(--color-primary); display:flex; align-items:center; justify-content:center; font-size:28px; margin:0 auto 18px; }

.glp-timeline{ border-left:3px solid var(--color-lighten01); padding-left:30px; margin-left:10px; }
.glp-timeline .item{ position:relative; padding-bottom:34px; }
.glp-timeline .item:before{ content:""; position:absolute; left:-38px; top:2px; width:14px; height:14px; border-radius:50%; background:var(--color-secondary); border:3px solid #fff; box-shadow:0 0 0 3px var(--color-lighten01); }
.glp-timeline .item .year{ color:var(--color-primary); font-weight:800; font-family:var(--font-secondary); }
