/* ============================================================
   MASTER THEME v2 — CSS compilé depuis SCSS
   Palette: Vert Teal / Jaune / Orange — Organique & Accessible
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&family=Open+Sans:wght@400;500;600&display=swap');

:root{--teal:#2E7D6E;--teal-light:#3E9E8C;--teal-pale:#E8F5F2;--teal-dark:#1F5A4F;--yellow:#F5C842;--yellow-pale:#FEF9E3;--orange:#F07A30;--orange-pale:#FEF0E6;--cream:#FAFAF7;--ink:#1E2A28;--gray:#6B7E7A;--gray-light:#E4EEEC;scroll-behavior:smooth}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px}
body{font-family:'Open Sans',sans-serif;font-size:1rem;line-height:1.7;color:var(--ink);background:var(--cream);overflow-x:hidden;-webkit-font-smoothing:antialiased}
::selection{background:var(--teal-light);color:#fff}
::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--cream)}::-webkit-scrollbar-thumb{background:var(--teal-light);border-radius:3px}
img{max-width:100%;display:block}a{color:inherit;text-decoration:none;transition:.18s ease}

/* Reveal */
.reveal,.reveal-left,.reveal-right{opacity:0;transition:opacity .75s cubic-bezier(.4,0,.2,1),transform .75s cubic-bezier(.4,0,.2,1)}
.reveal{transform:translateY(36px)}.reveal-left{transform:translateX(-36px)}.reveal-right{transform:translateX(36px)}
.reveal.is-vis,.reveal-left.is-vis,.reveal-right.is-vis{opacity:1;transform:translate(0)}
.reveal[data-d="1"]{transition-delay:.1s}.reveal[data-d="2"]{transition-delay:.2s}.reveal[data-d="3"]{transition-delay:.3s}.reveal[data-d="4"]{transition-delay:.4s}.reveal[data-d="5"]{transition-delay:.5s}

/* Animations */
@keyframes float-y{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
@keyframes float-x{0%,100%{transform:translateX(0) rotate(0)}50%{transform:translateX(8px) rotate(10deg)}}
@keyframes blob-morph{0%,100%{border-radius:62% 38% 70% 30%/44% 56% 44% 56%}33%{border-radius:44% 56% 32% 68%/60% 40% 60% 40%}66%{border-radius:74% 26% 52% 48%/36% 64% 36% 64%}}
@keyframes spin-slow{to{transform:rotate(360deg)}}
@keyframes fade-in-up{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
@keyframes pulse-ring{0%{transform:scale(1);opacity:.6}100%{transform:scale(1.6);opacity:0}}

/* Typography */
h1,h2,h3,h4,h5,h6{font-family:'Nunito',sans-serif;font-weight:800;line-height:1.2;color:var(--ink)}
h1{font-size:clamp(2.2rem,5vw,3.2rem)}h2{font-size:clamp(1.8rem,3.5vw,2.6rem)}h3{font-size:1.25rem;font-weight:700}h4{font-size:1.1rem;font-weight:700}
p{color:var(--gray);line-height:1.75}
.section-title{font-family:'Nunito',sans-serif;font-weight:800;color:var(--ink);position:relative;display:inline-block}
.section-title::after{content:'';display:block;width:50px;height:4px;background:var(--yellow);border-radius:4px;margin-top:.5rem}
.section-title--center::after{margin:.5rem auto 0}
.section-title--white{color:#fff}
.section-surtitle{font-family:'Open Sans',sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--teal-light);margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}
.section-surtitle::before{content:'';display:block;width:18px;height:2px;background:var(--teal-light);border-radius:2px}
.lead{font-size:1.05rem;color:var(--gray);line-height:1.8}
.badge-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem 1rem;border-radius:50px;font-size:.78rem;font-weight:700;letter-spacing:.04em}
.badge-pill--teal{background:var(--teal);color:#fff}
.badge-pill--yellow{background:var(--yellow);color:var(--ink)}
.badge-pill--orange{background:var(--orange);color:#fff}
.badge-pill--teal-pale{background:var(--teal-pale);color:var(--teal)}
.badge-pill--white{background:#fff;color:var(--teal)}

/* Header */
.site-header{position:sticky;top:0;z-index:1000;background:#fff;box-shadow:0 2px 16px rgba(46,125,110,.07);transition:box-shadow .32s ease}
.site-header.scrolled{box-shadow:0 4px 24px rgba(46,125,110,.13)}
.topbar{background:var(--teal);padding:.3rem 0;font-size:.75rem;color:rgba(255,255,255,.85)}
.topbar a{color:rgba(255,255,255,.85)}.topbar a:hover{color:#fff}
.topbar__inner{display:flex;justify-content:flex-end;gap:1.5rem;align-items:center}
.navbar-master{display:flex;align-items:center;padding:.75rem 0;gap:1rem}
.navbar-brand{display:flex;align-items:center;gap:.75rem;flex-shrink:0}
.navbar-brand img{height:52px;width:auto}
.brand-text{font-family:'Nunito',sans-serif;font-size:.78rem;font-weight:800;color:var(--teal);line-height:1.2;max-width:140px}
.nav-main{display:flex;align-items:center;list-style:none;gap:0;margin-left:auto;flex-wrap:nowrap}
@media(max-width:991px){.nav-main{display:none}}
.nav-main>li{position:relative}
.nav-main>li>a{font-family:'Nunito',sans-serif;font-size:.88rem;font-weight:700;color:var(--ink);padding:.6rem .9rem;border-radius:8px;display:block;white-space:nowrap;transition:.18s}
.nav-main>li>a:hover,.nav-main>li>a.active{color:var(--teal);background:var(--teal-pale)}
.nav-main>li:hover .nav-dropdown{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.nav-dropdown{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%) translateY(-8px);background:#fff;border-radius:16px;box-shadow:0 20px 60px rgba(46,125,110,.16);padding:.5rem;min-width:200px;opacity:0;visibility:hidden;transition:opacity .32s ease,transform .32s ease,visibility .32s;z-index:100;border-top:3px solid var(--teal)}
.nav-dropdown li a{display:block;padding:.55rem 1rem;font-size:.88rem;color:var(--gray);border-radius:8px;transition:.18s}
.nav-dropdown li a:hover{background:var(--teal-pale);color:var(--teal)}
.nav-cta{margin-left:1rem;flex-shrink:0}
@media(max-width:991px){.nav-cta{display:none}}
.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px;margin-left:auto}
.hamburger span{display:block;width:26px;height:2px;background:var(--teal);border-radius:2px;transition:.32s}
.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.hamburger.active span:nth-child(2){opacity:0}
.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}
@media(max-width:991px){.hamburger{display:flex}}
.mobile-nav{position:fixed;top:0;left:0;width:min(320px,100vw);height:100vh;background:#fff;z-index:1200;transform:translateX(-100%);transition:transform .4s cubic-bezier(.4,0,.2,1);overflow-y:auto;padding:5rem 1.5rem 2rem;box-shadow:0 20px 60px rgba(46,125,110,.16)}
.mobile-nav.open{transform:translateX(0)}
.mobile-nav nav a{display:block;font-family:'Nunito',sans-serif;font-size:1.1rem;font-weight:700;color:var(--ink);padding:.75rem 0;border-bottom:1px solid var(--gray-light,#E4EEEC);transition:.18s}
.mobile-nav nav a:hover{color:var(--teal);padding-left:.5rem}
.mobile-nav-overlay{position:fixed;inset:0;background:rgba(30,42,40,.4);z-index:1100;opacity:0;pointer-events:none;transition:opacity .3s;backdrop-filter:blur(3px)}
.mobile-nav-overlay.open{opacity:1;pointer-events:all}

/* Buttons */
.btn-master{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-family:'Nunito',sans-serif;font-size:.9rem;font-weight:700;border-radius:50px;border:2px solid transparent;cursor:pointer;transition:.32s cubic-bezier(.4,0,.2,1);text-decoration:none;position:relative;overflow:hidden}
.btn-master:active{transform:scale(.97)}
.btn-master--teal{background:var(--teal);color:#fff;box-shadow:0 4px 16px rgba(46,125,110,.3)}
.btn-master--teal:hover{background:var(--teal-dark);transform:translateY(-2px);box-shadow:0 8px 24px rgba(46,125,110,.35);color:#fff}
.btn-master--teal-outline{background:transparent;color:var(--teal);border-color:var(--teal)}
.btn-master--teal-outline:hover{background:var(--teal);color:#fff}
.btn-master--yellow{background:var(--yellow);color:var(--ink);box-shadow:0 4px 16px rgba(245,200,66,.3)}
.btn-master--yellow:hover{background:#e0b42e;transform:translateY(-2px);color:var(--ink)}
.btn-master--orange{background:var(--orange);color:#fff;box-shadow:0 4px 16px rgba(240,122,48,.3)}
.btn-master--orange:hover{background:#d56820;transform:translateY(-2px);color:#fff}
.btn-master--white{background:#fff;color:var(--teal)}
.btn-master--white:hover{background:var(--teal-pale);color:var(--teal)}
.btn-master--sm{padding:.5rem 1.2rem;font-size:.82rem}
.btn-master--lg{padding:1rem 2.5rem;font-size:1rem}

/* Sections */
.section{padding:5rem 0}.section--sm{padding:3rem 0}.section--lg{padding:7rem 0}
.section--cream{background:var(--cream)}.section--white{background:#fff}.section--teal{background:var(--teal)}.section--teal-dark{background:var(--teal-dark)}.section--teal-pale{background:var(--teal-pale)}.section--yellow{background:var(--yellow)}

/* Hero */
.hero-section{position:relative;background:var(--cream);overflow:hidden;padding:4rem 0 3rem;min-height:520px;display:flex;align-items:center}
.hero-section__blob-top{position:absolute;top:-80px;right:-80px;width:320px;height:320px;background:rgba(245,200,66,.22);border-radius:62% 38% 70% 30%/44% 56% 44% 56%;animation:blob-morph 14s ease-in-out infinite;pointer-events:none}
.hero-section__blob-bottom{position:absolute;bottom:-60px;left:-60px;width:240px;height:240px;background:rgba(62,158,140,.13);border-radius:62% 38% 70% 30%/44% 56% 44% 56%;animation:blob-morph 16s ease-in-out infinite 3s;pointer-events:none}
.hero-section__title{font-family:'Nunito',sans-serif;font-weight:900;color:var(--teal-dark);line-height:1.15;margin-bottom:1rem}
.hero-section__visual{position:relative;z-index:2}
.main-card{border-radius:24px;overflow:hidden;box-shadow:0 20px 60px rgba(46,125,110,.16);background:#fff}
.main-card__header{background:var(--teal);padding:.75rem 1rem;display:flex;align-items:center;gap:.5rem}
.main-card__header span{font-family:'Nunito',sans-serif;font-size:.85rem;font-weight:700;color:#fff}
.main-card__img{aspect-ratio:4/3;background:var(--teal-pale);overflow:hidden}
.main-card__img img{width:100%;height:100%;object-fit:cover}
.floating-badge{position:absolute;bottom:-16px;left:-20px;background:var(--yellow);border-radius:16px;padding:.85rem 1.1rem;box-shadow:0 8px 32px rgba(46,125,110,.12);display:flex;align-items:center;gap:.5rem;animation:float-y 4s ease-in-out infinite;font-family:'Nunito',sans-serif;font-size:.8rem;font-weight:700;color:var(--ink)}

/* Je suis */
.je-suis-section{background:#fff;padding:2.5rem 0;border-bottom:1px solid var(--gray-light,#E4EEEC)}
.quick-link{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:1.25rem .75rem;cursor:pointer;transition:.32s;border-radius:16px;text-decoration:none}
.quick-link:hover{background:var(--teal-pale);transform:translateY(-4px)}
.quick-link__icon{width:72px;height:72px;border-radius:50%;background:var(--teal-pale);display:flex;align-items:center;justify-content:center;font-size:2rem;transition:.32s;border:3px solid transparent}
.quick-link:hover .quick-link__icon{border-color:var(--teal);background:#fff;box-shadow:0 4px 16px rgba(46,125,110,.2)}
.quick-link__label{font-family:'Nunito',sans-serif;font-size:.82rem;font-weight:700;color:var(--ink);text-align:center;line-height:1.25}

/* Actu cards */
.actu-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 24px rgba(30,42,40,.1);transition:.6s cubic-bezier(.4,0,.2,1);height:100%}
.actu-card:hover{transform:translateY(-6px);box-shadow:0 20px 60px rgba(46,125,110,.16)}
.actu-card:hover .actu-card__img img{transform:scale(1.06)}
.actu-card__img{overflow:hidden;aspect-ratio:16/10;background:var(--teal-pale)}
.actu-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .65s ease}
.actu-card__body{padding:1.5rem}
.actu-card__meta{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}
.actu-card__cat{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff;background:var(--teal);padding:.2rem .7rem;border-radius:50px}
.actu-card__date{font-size:.75rem;color:var(--gray)}
.actu-card__title{font-family:'Nunito',sans-serif;font-size:1.05rem;font-weight:700;color:var(--ink);margin-bottom:.5rem;line-height:1.35}
.actu-card__excerpt{font-size:.88rem;color:var(--gray);line-height:1.65;margin-bottom:1rem}
.actu-card__link{font-size:.82rem;font-weight:700;color:var(--teal);display:inline-flex;align-items:center;gap:.4rem;transition:.18s}
.actu-card__link .arrow{transition:transform .18s}
.actu-card__link:hover{color:var(--teal-dark)}.actu-card__link:hover .arrow{transform:translateX(4px)}

/* Info boxes */
.info-boxes{background:#fff;padding:3rem 0}
.info-boxes__item{background:#fff;border-radius:16px;padding:2rem 1.75rem;box-shadow:0 4px 24px rgba(30,42,40,.1);display:flex;align-items:flex-start;gap:1.25rem;transition:.6s;border-left:4px solid transparent;height:100%}
.info-boxes__item:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(46,125,110,.12);border-left-color:var(--teal)}
.info-boxes__item__icon{width:56px;height:56px;flex-shrink:0;background:var(--teal-pale);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;transition:.32s}
.info-boxes__item:hover .info-boxes__item__icon{background:var(--teal);filter:brightness(1.5)}
.info-boxes__item__title{font-family:'Nunito',sans-serif;font-weight:700;font-size:1rem;color:var(--teal);margin-bottom:.35rem}

/* APSP Banner */
.apsp-banner{background:var(--teal);border-radius:24px;padding:2.5rem 3rem;position:relative;overflow:hidden}
.apsp-banner::before{content:'';position:absolute;top:-40px;right:-40px;width:180px;height:180px;background:rgba(255,255,255,.06);border-radius:62% 38% 70% 30%/44% 56% 44% 56%;animation:blob-morph 10s ease-in-out infinite}
.apsp-banner::after{content:'';position:absolute;bottom:-30px;left:40%;width:120px;height:120px;background:rgba(255,255,255,.04);border-radius:62% 38% 70% 30%/44% 56% 44% 56%;animation:blob-morph 12s ease-in-out infinite 2s}
.apsp-banner__abbr{font-family:'Nunito',sans-serif;font-weight:900;font-size:clamp(2.5rem,5vw,4rem);color:rgba(255,255,255,.18);letter-spacing:-.02em;line-height:1;margin-bottom:.25rem}
.apsp-banner__title{font-family:'Nunito',sans-serif;font-weight:700;font-size:clamp(1.1rem,2.5vw,1.6rem);color:#fff;margin-bottom:.75rem}
.apsp-banner p{color:rgba(255,255,255,.8);font-size:.92rem;margin-bottom:1.5rem}
.apsp-banner__actions{display:flex;flex-wrap:wrap;gap:.75rem}

/* Cellule */
.cellule-section{background:var(--cream);position:relative;overflow:hidden}
.cellule-section__blob{position:absolute;bottom:-80px;right:-80px;width:360px;height:360px;background:rgba(245,200,66,.14);border-radius:62% 38% 70% 30%/44% 56% 44% 56%;animation:blob-morph 15s ease-in-out infinite;pointer-events:none}
.cellule-section__list{list-style:none;display:flex;flex-direction:column;gap:1rem}
.cellule-section__list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.92rem;color:var(--gray)}
.cellule-section__list li::before{content:'◆';color:var(--yellow);font-size:.55rem;margin-top:.45rem;flex-shrink:0}
.cellule-section__image{border-radius:24px;overflow:hidden;box-shadow:0 20px 60px rgba(46,125,110,.16)}
.cellule-section__image img{width:100%;aspect-ratio:4/3;object-fit:cover}

/* Newsletter */
.newsletter-section{background:linear-gradient(135deg,var(--teal) 0%,var(--teal-dark) 100%);padding:3.5rem 0;position:relative;overflow:hidden}
.newsletter-section::before{content:'';position:absolute;top:-50px;right:-50px;width:200px;height:200px;background:rgba(255,255,255,.05);border-radius:62% 38% 70% 30%/44% 56% 44% 56%;animation:blob-morph 11s ease-in-out infinite}
.newsletter-section__icon{width:64px;height:64px;background:rgba(255,255,255,.12);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.6rem;margin-bottom:1rem;animation:float-y 5s ease-in-out infinite}
.newsletter-section h3{color:#fff;font-size:1.5rem;margin-bottom:.25rem}
.newsletter-section p{color:rgba(255,255,255,.75);font-size:.9rem;margin-bottom:1.25rem}
.newsletter-form{display:flex;gap:0;max-width:380px;background:rgba(255,255,255,.12);border-radius:50px;overflow:hidden;border:2px solid rgba(255,255,255,.3)}
.newsletter-form input{flex:1;background:transparent;border:none;outline:none;padding:.7rem 1.25rem;font-family:'Open Sans',sans-serif;font-size:.9rem;color:#fff}
.newsletter-form input::placeholder{color:rgba(255,255,255,.65)}
.newsletter-form button{background:var(--yellow);color:var(--ink);border:none;padding:.7rem 1.25rem;font-family:'Nunito',sans-serif;font-size:.85rem;font-weight:700;cursor:pointer;transition:.18s;border-radius:0 50px 50px 0;white-space:nowrap}
.newsletter-form button:hover{background:#e0b42e}

/* SP Info */
.sp-info-section{background:var(--teal-pale);border-radius:24px;padding:2.5rem;position:relative;overflow:hidden}
.sp-info-section::before{content:'';position:absolute;bottom:-40px;left:-40px;width:160px;height:160px;background:rgba(62,158,140,.12);border-radius:50%;pointer-events:none}
.sp-info-section__title{font-family:'Nunito',sans-serif;font-weight:900;font-size:1.35rem;color:var(--teal-dark);margin-bottom:.75rem;line-height:1.25}
.sp-info-section p{font-size:.88rem;color:var(--gray);margin-bottom:1rem}
.sp-info-section__keywords{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}
.sp-info-section__keywords span{font-size:.75rem;font-weight:700;background:#fff;color:var(--teal);padding:.2rem .65rem;border-radius:50px;text-transform:uppercase;letter-spacing:.06em}

/* Blob deco */
.blob-deco{position:absolute;border-radius:62% 38% 70% 30%/44% 56% 44% 56%;animation:blob-morph 12s ease-in-out infinite;pointer-events:none;z-index:0}
.blob-deco--yellow{background:var(--yellow)}.blob-deco--orange{background:var(--orange)}.blob-deco--teal{background:var(--teal-light)}.blob-deco--teal-pale{background:var(--teal-pale)}
.deco-leaf{position:absolute;pointer-events:none;z-index:0;font-size:1.5rem}
.deco-leaf--1{animation:float-y 5s ease-in-out infinite}
.deco-leaf--2{animation:float-x 7s ease-in-out infinite 1s}
.deco-leaf--3{animation:float-y 6s ease-in-out infinite 2s}

/* Service tiles */
.service-tile{background:#fff;border-radius:16px;padding:1.75rem 1.5rem;box-shadow:0 4px 24px rgba(30,42,40,.1);text-align:center;transition:.6s;cursor:pointer;border:2px solid transparent;height:100%;display:flex;flex-direction:column;align-items:center;gap:.75rem}
.service-tile:hover{border-color:var(--teal);transform:translateY(-5px);box-shadow:0 8px 32px rgba(46,125,110,.12)}
.service-tile__icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--teal-pale);font-size:1.75rem;transition:.32s}
.service-tile:hover .service-tile__icon{background:var(--teal);filter:brightness(1.2);transform:scale(1.1) rotate(-5deg)}
.service-tile__title{font-family:'Nunito',sans-serif;font-size:.88rem;font-weight:700;color:var(--ink);text-align:center}

/* Carousel nav */
.carousel-nav{display:flex;gap:.75rem;justify-content:center;margin-top:1.5rem}
.carousel-nav button{width:40px;height:40px;border-radius:50%;border:2px solid var(--teal);background:#fff;color:var(--teal);font-size:1.1rem;cursor:pointer;transition:.32s;display:flex;align-items:center;justify-content:center}
.carousel-nav button:hover{background:var(--teal);color:#fff}

/* Footer */
.site-footer{background:var(--teal-dark);color:rgba(255,255,255,.75);padding:4rem 0 2rem}
.site-footer__col-title{font-family:'Nunito',sans-serif;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.4);margin-bottom:1.25rem}
.site-footer__links{list-style:none;display:flex;flex-direction:column;gap:.5rem}
.site-footer__links li a{font-size:.85rem;color:rgba(255,255,255,.6);transition:.18s;display:flex;align-items:center;gap:.4rem}
.site-footer__links li a::before{content:'→';font-size:.7rem;opacity:0;transition:.18s}
.site-footer__links li a:hover{color:#fff;padding-left:.25rem}.site-footer__links li a:hover::before{opacity:1}
.site-footer__social{display:flex;gap:.6rem;margin-top:1rem}
.site-footer__social a{width:36px;height:36px;border-radius:50%;border:1.5px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-size:.9rem;color:rgba(255,255,255,.6);transition:.32s}
.site-footer__social a:hover{border-color:var(--yellow);color:var(--yellow);background:rgba(245,200,66,.1)}
.site-footer__brand-text{font-family:'Nunito',sans-serif;font-size:.8rem;font-weight:700;color:rgba(255,255,255,.6);line-height:1.4;margin-bottom:1.25rem;max-width:200px}
.site-footer__address{font-size:.8rem;color:rgba(255,255,255,.55);line-height:1.7}
.site-footer__bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:3rem;padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.75rem;color:rgba(255,255,255,.4)}
.site-footer__bottom a{color:rgba(255,255,255,.5);transition:.18s}.site-footer__bottom a:hover{color:#fff}

/* Swiper custom */
.swiper-pagination-bullet{background:var(--teal)!important;opacity:.4}
.swiper-pagination-bullet-active{opacity:1!important}
