/*
* ----------------------------------------------------------------------------------------
Author       : Mannat Themes
Template Name: Ultra - Responsive Resume & CV Template
Version      : 1.0
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 01.BAGIC CSS STYLE
* 02.PRELOADER CCS STYLE
* 03.NAVABAR CSS STYLE
    -LOGO CSS
* 04.MAIN CONTAINER CSS STYLE
* 05.ABOUT CSS STYLE
* 06.SKILLS CSS STYLE
* 07.EDUCATION & EXPERIENCE CSS STYLE
* 08.Portfolio CSS STYLE
* 09.CONTACT CSS STYLE
* 10.FOOTER CSS STYLE
* 11.RESPONSIVE CSS STYLE
* ----------------------------------------------------------------------------------------
*/



html,
body {
    height: 100%
}
/*========== 01 BAGIC==========*/

body {
    line-height: 24px;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    color: #333;
    background: #f5f5b7;
    overflow-x: hidden;
}
.site-logo {
    overflow-clip-margin: content-box;
    overflow: clip;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #000;
}
.btn-custom,.btn-custom:hover {
    border: transparent;
    color: #e0e0d6;
    font-weight: 500;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2) !important;
    padding: 12px 24px 12px 24px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.container-fluid{
    width: 100%;
    height: 100%;
    background: #eee;
    padding: 0;
}

.bb-item,.bb-page > div,
.bb-outer,
.bb-content,
.bb-inner {
    background: #eee;
}

.header-text h2 {
    color: #000;
    font-size: 32px;
    text-transform: capitalize;
}

.header-text p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
}
.section-title {
    text-align: center;
    margin-bottom: 60px;
}
.section-title h2 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 2em;
    text-align: center;
    letter-spacing: 2px;
}

.title-border{
    height: 2px;
    width: 100px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.title-border::before{
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: -6px;
    border-radius: 8px;
    top: -3px;
}
.title-border::after{
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    right: -6px;
    border-radius: 8px;
    top: -3px;
}

.doctolib-button{
    opacity: 0.5;
}

.doctolib-button:hover{
    opacity: 1;
}



/*==========/BAGIC==========*/

  
/*========== 02 PRELOADER==========*/

.pace {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 2000;
    position: fixed;
    margin: auto;
    top: 12px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 18px;
    background-color: #fff;
}

.pace .pace-progress {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-transition: width 1s ease-in-out 1s linear;
    -moz-transition: width 1s ease-in-out 1s linear;
    -ms-transition: width 1s ease-in-out 1s linear;
    -o-transition: width 1s ease-in-out 1s linear;
    transition: width 1s ease-in-out 1s linear;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 190px;
    position: fixed;
    z-index: 2000;
    display: block;
    position: absolute;
    left: 3px;
    top: 3px;
    height: 8px;
    font-size: 12px;
    line-height: 60px;
    font-weight: 500;
}
.cover{
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1999;
}

.pace .pace-progress:after {
    content: attr(data-progress-text);
    display: block;
    text-align: center;
}

.pace.pace-inactive {
    display: none;
}

/*========== /PRELOADER==========*/


/*========== 03 navbar==========*/

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    border-radius: 0;
    border: 0;
    z-index: 200;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.navbar-nav {
    margin: 0 auto; 
}
.navbar-nav li a {
    text-transform: uppercase;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    font-size: 15px;
    letter-spacing: 0.04em;
}
.navbar-default .navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.7);
    padding-top: 25px;
    padding-bottom: 25px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
    color: #fff; 
}
.navbar-brand {
    font-size: 15px;
    color: #FFF !important;
    height: auto;
    line-height: 20px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #f5f5f5;
    background-color: rgba(96, 83, 83, 0.25);
}

.navbar-default .navbar-toggle {
    border: 2px solid rgba(255, 255, 255, 0.42);
    background-color: transparent !important;
    margin-top: 18px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

/*= logo=*/

.logo{
    padding-bottom: 23px;
    padding-top: 23px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.logo a {
    display: block;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
}

/*= /logo=*/

/*========== /navbar==========*/



/*========== 04 main container==========*/
.bb-custom-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 100px;
}
.bb-custom-wrapper .bb-bookblock {
    width: 100%;
    height: 100%;
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    perspective: 2000px; 
}
.card-box {
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    padding: 30px;
}
/*========== /main container==========*/


/*========== 05 about==========*/
.header-text img {
    width: 200px;
   height: 200px;
}

.introduce h2 {
    margin-bottom: 20px;
    letter-spacing: 0.03em;
    font-size: 20px;
}

.introduce p {
    margin-bottom: 20px;
    line-height: 26px;
    letter-spacing: 0.5px;
}

.introduce h4 {
    color: #0288d1;
    font-size: 15px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
}

.introduce .presonal-inform ul li {
    width: 50%;  
}

.introduce .presonal-inform li b {
    width: 120px;
    text-transform: capitalize;
    color: #1f2124;
    font-size: 15px;
}

.introduce .presonal-inform li {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
     margin-bottom: 20px;
}
.presonal-inform{
    padding-top: 30px;
    line-height: 30px;
}
.presonal-inform li {
    padding: 5px 0;
}
.presonal-inform i{
    font-size: 21px;
    padding-right: 10px;
    padding-top: 4px;
    float: left;
}
/*========== /about==========*/


/*========== 06 skill==========*/


.skill-chart {
    margin: 0px auto;
    color: #000;
}
.skill i {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 5px;
}
/*========== /skill==========*/


/*========== 07 education & experience==========*/
.rs-round {
    content: "";
    position: absolute;
    text-align: center;
    height: 120px;
    line-height: 120px;
    width: 120px;
    border-radius: 50%;
    left: 0px;
    margin-left: -60px;
    border: 10px solid rgba(255, 255, 255, 0.48);  
}

.rs-round i {
    color: #fff;
    font-size: 30px;
}
.time-line {
    position: relative;
}
.time-line:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    width: 2px;
    margin: 0 auto;
    height: 80%;
    top: 15px;
}
.rex-item{
    padding-left: 0px;
    text-align: left;
    margin-left: 130px;
    padding-top: 7px;
}

.rex-item h3 {
    font-size: 22px;
}
.rex-item h4 {
    font-size: 17px;
    color: #4c5667;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 20px;   
}

.rex-item p {
    line-height: 24px;
    font-size: 14px;
}

.rex-left {
    padding-right: 80px;
    text-align: right;
}

.rex-right {
   
    text-align: left;
}

.time-line .colam {
    margin-bottom: 80px; 
}

.rs-round.second {
    right: 0 !important;
    left: auto !important;
    margin-right: -60px !important;
}

.colam-tird {
    margin-bottom: 0px;
}

/*========== /education & experience==========*/


/*========== 08 portfolio==========*/

 
#work .lrs-list-protfolio {
        text-align: center;
}
#work .lrs-list-protfolio .fil-cat {
        margin: 0 15px;
        padding: 0;
        font-weight: 500;
        cursor: pointer;
}

#work .lrs-projects {
        margin-top: 30px;
        position: relative;
        -webkit-column-count: 3;
        /* Chrome, Safari, Opera */
        -moz-column-count: 3;
        /* Firefox */
        column-count: 3;
        -webkit-column-gap: 16px;
        /* Chrome, Safari, Opera */
       -moz-column-gap: 16px;
        /* Firefox */
        column-gap: 16px;
}
#work .lrs-projects .lrs-project {
        position: relative;
        cursor: pointer;
        padding: 8px 0;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
}
#work .lrs-projects .lrs-project .lrs-project-image {
        position: relative;
}
#work .lrs-projects .lrs-project .lrs-project-image * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.45s ease;
        transition: all 0.45s ease;
}
#work .lrs-projects .lrs-project .lrs-project-content {
        opacity: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.72);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        padding: 15px;
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
}
#work .lrs-projects .lrs-project .lrs-project-content .lrs-project-title {
        margin-top: -50px;
        text-transform: uppercase;
}
#work .lrs-projects .lrs-project .lrs-project-content .lrs-project-client {
        margin-top: 100px;
}
#work .lrs-projects .lrs-project:hover .lrs-project-content {
        opacity: 1;
}
#work .lrs-projects .lrs-project:hover .lrs-project-content .lrs-project-client,
#work .lrs-projects .lrs-project:hover .lrs-project-content .lrs-project-title {
        margin-top: 0;
}
/*========== /portfolio==========*/


/*========== 09 contact==========*/

.form-control {
    border: 0px;
    height: 45px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000;
    background-color: transparent;
    background-image: none;
    border-bottom: 2px solid #e2e2f1;
    box-shadow: none  !important;
    outline: none !important;
    margin-bottom: 25px;
    border-radius: 0;
}

.form-control:focus {
    outline: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.success {
    background: #50B948 none repeat scroll 0 0;
    color: #fff;
    padding: 20px;
    text-align: center;
}

/*========== /contact==========*/


/*========== 10 footer==========*/

.footer-p-t-20 {
    padding-top: 20px;
}

.social-links ul {
    padding: 0;
    margin: 0;
}

.social-links ul li {
    display: inline-block;
}

.social-links ul li a {
    font-size: 18px;
    color: #222222;
    margin: 10px 5px;
    display: block;
}
.header-links {
    margin-bottom: 30px;
}
.header-links ul li a {
    color: #fff;
    background: #263238;
    height: 36px;
    width: 36px;
    text-align: center;
    border-radius: 4px;
    line-height: 36px;
    font-size: 15px;
}

/*========== /footer==========*/


/* ==========RESPONSIVE.========== */

@media only screen and (max-width: 767px) {

    .logo a {
        text-align: center;
    }
    .navbar-default .navbar-nav > li > a {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .header-text h1 {
        font-size: 15px;
    }
    .header-text p {
        font-size: 15px;
        padding: 0;
        line-height: 28px;
    }
    .header-text .home-arrow-down {
        bottom: -90px;
    }
    .introduce .presonal-inform ul li {
        width: 100%;
    }
    .section-title h2 {
        font-size: 30px;
    }
     #work .lrs-projects {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .time-line {
        position: relative;
    }
    .time-line:before {        
        margin-left: 52px;
    }
    .rex-item h3 {
        font-size: 20px;
    }
    .rex-item h4 {
        font-size: 15px;
    }
    .rex-item p {
        font-size: 13px;
    }
    .rex-left {
        padding-right: 15px;
        text-align: right;
    }
    .rex-right {
        padding-left: 15px;
    }
    .rex-item {
        padding-left: 0px;
        text-align: left;
        margin-left: 130px;
    }
    .rs-round {
        left: 15px;
        margin: 0px !important;
        height: 105px;
        line-height: 105px;
        width: 105px;
    }
    .rs-round.second {
        margin: 0px !important;
        left: 15px !important;
        right: 0px !important;
    }
    .item .grid figure,
    .work .grid figure {
        min-width: 100%;
    }
     #work .lrs-projects {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
} 
    
@media only screen and (min-width: 767px) and (max-width: 991px) {
    .resume-left h2 {
        width: 130px;
    }
    .navbar-nav li a {
        text-transform: uppercase;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s;
        font-size: 15px;
        letter-spacing: 0.04em;
    }
} 
@media only screen and (max-width: 420px) {
    #work .lrs-projects {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

} 
/* === Forcer les retours à la ligne automatiques sur la page SERVICES === */
#page-2 {
  overflow-x: hidden; /* empêche le scroll horizontal */
}

#page-2 p,
#page-2 li,
#page-2 h1,
#page-2 h2,
#page-2 h3,
#page-2 h4,
#page-2 h5,
#page-2 h6 {
  white-space: normal !important;    /* autorise les retours à la ligne */
  word-wrap: break-word !important;  /* coupe les mots si besoin */
  overflow-wrap: anywhere !important;/* ajoute une césure au besoin */
  hyphens: auto !important;          /* césure propre dans les mots longs */
}
/* === Réduction de la taille du texte UNIQUEMENT pour la page SERVICES === */
#page-2 {
  overflow-x: hidden; /* empêche tout dépassement horizontal */
}

#page-2 p,
#page-2 li {
  font-size: 16px !important;  /* texte principal plus petit */
  line-height: 1.5 !important; /* lisible mais compact */
}

#page-2 h1,
#page-2 h2,
#page-2 h3,
#page-2 h4,
#page-2 h5 {
  font-size: 120% !important;   /* agrandit légèrement les titres */
  line-height: 1.3 !important;
  word-wrap: break-word;
}

/* Override inline style for main title */
#page-2 .section-title h2 {
  font-size: 2em !important;
}

/* Lower the title-border on page-2 */
#page-2 .title-border {
  margin-top: 20px;
}

/* Et sur mobile on réduit encore un peu si besoin */
@media (max-width: 768px) {
  #page-2 p,
  #page-2 li {
    font-size: 15px !important;
  }
  #page-2 h1,
  #page-2 h2 {
    font-size: 18px !important;
  }
}
/* --- Anti-débordement global dans la carte blanche --- */
.card-box, .card-box * {
  max-width: 100%;
  box-sizing: border-box;
}

/* Le bloc que tu as ajouté */
.crisis-block{
  width: 100%;
  max-width: 900px;     /* même largeur visuelle que le contenu */
  margin: 0 auto;       /* centre le bloc */
  padding: 0 16px;      /* respirations latérales */
}

.crisis-block p{
  white-space: normal !important;     /* annule tout nowrap hérité */
  overflow-wrap: anywhere !important; /* coupe proprement si besoin */
  word-break: normal !important;
  line-height: 1.6;
  margin: 10px 0;
}

.conviction-banner{
  border: 2px solid #b8ac9f;
  background: #f4f1eb;
  border-radius: 12px;
  padding: 16px;
  margin: 26px auto 0;
  text-align: center;
  font-weight: 700;
}
/* =======================
   THEME SABLE UNIFORME
   ======================= */
:root{
  /* Sable clair uniquement (pas de marron, pas de gris foncé) */
  --sable-100: #FBF9F4;  /* très clair (panneaux/blocs) */
  --sable-200: #F4EFE6;  /* fond général */
  --sable-300: #E8E1D4;  /* bordures douces / séparateurs */
  --sable-400: #D9CFBE;  /* accent léger (hover, lignes) */
  --txt-100:   #506951;  /* texte standard - vert logo */
  --txt-200:   #506951;  /* titres - vert logo */
  --white:     #FFFFFF;
}

/* Fond global sable + texte harmonisé */
html, body,
.container-fluid,
.bb-item, .bb-page>div, .bb-outer, .bb-content, .bb-inner{
  background: var(--sable-200) !important;
  color: var(--txt-100);
}

/* HEADER / MENU (même sable, pas de foncé) */
.header{
  background: var(--sable-200) !important;
  border-bottom: 1px solid var(--sable-300);
}
.hamburger label span{ background: var(--white) !important; }
.nav-bar{
  background: var(--sable-200) !important;
  border-left: 1px solid var(--sable-300);
}
.nav-bar ul li a{
  color: var(--txt-200) !important;
  font-weight: 600;
  letter-spacing: .04em;
}
.nav-bar ul li a:hover{ color: var(--txt-100) !important; }

/* CARTES / BLOCS par défaut en sable clair, doux */
.card-box{
  background: var(--sable-100) !important;
  border: 1px solid var(--sable-300);
  border-radius: 14px;
  color: var(--txt-100);
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
}

/* La grande page de TEXTE doit RESTER BLANCHE (centrée) */
#page-0 .card-box .introduce,
#page-2 .crisis-block--blanc,
.text-panel-blanc{
  background: var(--white) !important;
  border: 1px solid var(--sable-300) !important;
  border-radius: 14px;
  padding: 24px !important;
}
#page-0 .card-box .introduce *{
  color: var(--txt-100) !important;
}
#page-0 .card-box .introduce{
  max-width: 980px; margin: 0 auto;   /* centrée */
}

/* Séparateurs/titres sable */
.section-title h2, .header-text h2{ color: var(--txt-200) !important; }
.title-border{ background: var(--sable-300) !important; height:2px; }
.title-border::before, .title-border::after{ background: var(--sable-400) !important; }

/* Boutons (sable doux) */
.btn-custom, .btn-custom:hover{
  background: var(--sable-400) !important;
  color: var(--txt-200) !important;
  border: 1px solid var(--sable-300) !important;
}

/* Timeline entièrement sable (pas de ronds foncés) */
.time-line:before{ background: var(--sable-300) !important; }
.rs-round{
  background: var(--sable-200) !important;
  border: 10px solid var(--sable-300) !important;
  color: var(--txt-200) !important;
}

/* Loader / écran d’attente en sable */
.cover{ background: var(--sable-200) !important; }
.pace{
  background-color: var(--sable-100) !important;
  border: 1px solid var(--sable-300);
}
.pace .pace-progress{ background: var(--sable-400) !important; color: #fff !important; }

/* Liens & icônes */
a{ color: var(--txt-200); }
a:hover{ color: var(--txt-100); }

/* Encadré conviction/gestion de crise en sable doux */
.crisis-block{
  background: var(--sable-100) !important;
  border: 1px solid var(--sable-300) !important;
  border-radius: 14px;
  padding: 24px;
}
.conviction-banner{
  border: 2px solid var(--sable-300);
  background: var(--sable-200);
  color: var(--txt-200);
  text-align: center;
  padding: 14px 18px;
  border-radius: 12px;
}

/* Formulaires */
.form-control{
  background: transparent;
  color: var(--txt-100);
  border-bottom: 2px solid var(--sable-300);
}
.form-control:focus{
  border-color: var(--sable-400);
  box-shadow: none;
}

/* Anti-débordements texte (sécurise tes longs paragraphes) */
.card-box, .card-box *{ max-width:100%; box-sizing:border-box; }
.card-box p, .card-box h1, .card-box h2, .card-box h3, .card-box h4{
  white-space: normal; overflow-wrap: anywhere; word-break: normal;
}
.logo-maj img {
  width: 100px; /* resserre en largeur */
  height: auto;
}
/* Espace sous le logo Doctolib uniquement */
.doctolib-button {
  display: block;          /* permet aux marges de s'appliquer proprement */
  margin: 12px auto 48px;  /* haut | horizontal centré | bas (ajuste 48px si besoin) */
}

/* Cinquième PAGE : remettre tout au centre */
#page-4 p,
#page-4 li,
#page-4 h1,
#page-4 h2,
#page-4 h3,
#page-4 h4,
#page-4 h5,
#page-4 h6 {
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: anywhere;
}

/* Fix for numbers in circles on fifth page */
#page-4 .rs-round h3 {
    color: #FFFFFF !important;
    text-align: center;
    line-height: 1.2;
    font-size: 18px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
/* On s’assure que la page sert de repère */
#page-0 {
  position: relative;
}

/* Le logo Crisis Consulting en bas à droite de la première page */
/* === LOGO CRISIS CONSULTING (desktop ok, mobile caché) === */
#page-0 {
  position: relative !important;
}

#page-0 .logo-bottom {
  position: absolute !important;
  bottom: -600px !important;   /* ton placement parfait */
  right: 50px !important;
  width: 340px !important;
  z-index: 999 !important;
  opacity: 1 !important;
  transition: all 0.4s ease !important;
}

#page-0 .logo-bottom img {
  width: 340px !important;
  height: auto !important;
  display: block !important;
  max-width: none !important;
  filter: drop-shadow(0 2px 5px rgba(0,0,0,0.2)) !important;
}

/* Effet léger au survol */
#page-0 .logo-bottom:hover img {
  transform: translateY(-6px) !important;
}

/* Cacher complètement sur mobile */
@media only screen and (max-width: 768px) {
  #page-0 .logo-bottom {
    display: none !important;
  }
}
// ...existing code...
/* === Overrides: couleur globale et titres === */

/* Couleur verte par défaut (utilise la couleur déjà dans ton code) */
body,
p, li, span, label,
.introduce, .card-box, .conviction-box,
.time-line, .rex-item, .crisis-block,
.footer, .copyright {
    color: #506951 !important;
}

/* Liens */
a {
    color: #506951 !important;
}
a:hover {
    opacity: 0.9;
}

/* Taille uniforme des h2 (titre de section) */
/* Ajuste le font-size si nécessaire pour correspondre exactement aux autres pages */
.section-title h2 {
    font-size: 32px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    color: #506951 !important;
}

/* Si le titre de la page 3 est ciblé différemment, on le force aussi explicitement */
.bb-item#page-3 .section-title h2,
#page-3 .section-title h2 {
    font-size: 32px !important;
    color: #506951 !important;
}

/* Make all text in ENSEIGNEMENTS (page-4) green */
#page-4 .rex-item h4,
#page-4 .rex-item h5,
#page-4 .rex-item p {
    color: #506951 !important;
}
