/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */

:root {
      --rouge: #b5191f; --rouge-h: #d41e25;
      --vert: #2d6a4f; --or: #c9972a;
      --creme: #fdf8f1; --creme2: #f5ece0;
      --dark: #1c1c1c; --gris: #555; --gris-l: #888;
    }

.diff-card{ background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 34px 30px; transition: all 0.3s; }

.diff-card:hover { background: rgba(255,255,255,0.08); border-color: rgba(201,151,42,0.28); transform: translateY(-3px); }

.carte-card{ background: #fff; border-radius: 14px; padding: 34px 26px; border: 1px solid rgba(0,0,0,0.07); position: relative; overflow: hidden; transition: all 0.3s; }

.carte-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--vert), var(--rouge)); transform: scaleX(0); transition: transform 0.3s; }
.carte-card:hover { box-shadow: 0 10px 34px rgba(0,0,0,0.1); transform: translateY(-5px); }

.carte-card:hover::after { transform: scaleX(1); }

.cmd-num { width: 45px; height: 45px; background: var(--rouge); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 1rem; margin: 0 auto 12px; }
