/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&family=Inter:wght@400;500;600&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');

.cim-home{
  --ink:#082a4d;--ink2:#0d3a63;--teal:#12a58a;--teal-d:#0c7f6b;
  --mint:#e2f4ef;--paper:#f7f5f0;--text:#213241;--muted:#5f7183;
  --line:#e7e2d8;--shadow:0 18px 50px -20px rgba(8,42,77,.35);
  font-family:'Inter',system-ui,sans-serif;color:var(--text);line-height:1.65;
}
.cim-home h1,.cim-home h2,.cim-home h3{
  font-family:'Fraunces',Georgia,serif;font-weight:500;line-height:1.13;
  letter-spacing:-.01em;color:var(--ink);
}

/* Sur-titre réutilisable */
.cim-home .cim-eyebrow{
  font-weight:600;font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:var(--teal-d);
}

/* ---- Barre d'infos qui chevauche le héros ---- */
.cim-home .cim-info{margin-top:-52px;position:relative;z-index:5;
  background:#fff;border-radius:20px;box-shadow:var(--shadow);}
@media(max-width:900px){.cim-home .cim-info{margin-top:-30px;}}

/* ---- Étiquette « 1981 » flottante sur l'image ---- */
.cim-home .cim-tag{position:absolute;left:-18px;bottom:26px;background:var(--ink);
  color:#fff;padding:15px 22px;border-radius:16px;box-shadow:var(--shadow);}
.cim-home .cim-tag b{font-family:'Fraunces';font-size:26px;display:block;color:#7fe0ca;}
.cim-home .cim-tag span{font-size:13px;color:rgba(255,255,255,.8);}
@media(max-width:900px){.cim-home .cim-tag{left:16px;}}

/* ---- Halo du bloc d'appel final ---- */
.cim-home .cim-cta{position:relative;overflow:hidden;background:var(--ink);border-radius:26px;}
.cim-home .cim-cta::before{content:"";position:absolute;width:280px;height:280px;
  background:radial-gradient(circle,rgba(18,165,138,.35),transparent 70%);top:-90px;right:-60px;}
.cim-home .cim-cta *{position:relative;}

/* ---- Effet d'apparition au scroll ---- */
.cim-home.cim-js .cim-reveal{opacity:0;transform:translateY(24px);
  transition:opacity .7s ease,transform .7s ease;}
.cim-home.cim-js .cim-reveal.in{opacity:1;transform:none;}
@media(prefers-reduced-motion:reduce){
  .cim-home.cim-js .cim-reveal{opacity:1;transform:none;transition:none;}
}

/* ---- Petit lift au survol des cartes (si vous gardez la classe cim-skill) ---- */
.cim-home .cim-skill{transition:transform .2s,box-shadow .2s;}
.cim-home .cim-skill:hover{transform:translateY(-6px);box-shadow:var(--shadow);}

/* ----Les coins arrondis : Spectra ne propose ici que Circle ou Square, pas de rayon personnalisé---- */
.cim-home .cim-skill .uagb-ifb-icon,
.cim-home .cim-skill .uagb-image-icon-wrap{border-radius:14px !important;}