/* ============================================================
   Teare-style override for Teare
   Light background, brick-red accent, Verdana font, minimalist
   ============================================================ */
/* ============================================================
   HEADER RESPONSIVE
   ============================================================ */
header#sticky_navigation {
    background: #fff;
    border-bottom: 1px solid #eee;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: auto;
}

/* Logo */
header .logo {
    display: flex;
    align-items: center;
    height: 60px;
}
header .logo img {
    max-height: 40px;
    width: auto;
}

/* Menu desktop */
header .nav-desktop {
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 5px;
    color: #444;  /* gris de base EN PREMIER */
}


header .nav-desktop li a {
    color: #444;  /* gris de base EN PREMIER */
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 12px;
    text-decoration: none;
    transition: color 0.2s ease;
}

header .nav-desktop li a:hover,
header .nav-desktop li a:focus,
header .nav-desktop li.active > a {
    color: #C0493E;  /* rouge au hover APRÈS */
}





/* Menu mobile caché par défaut */
#navbar-mobile {
    display: none;
}
#navbar-mobile.collapse.in,
#navbar-mobile.show {
    display: block;
}

header .nav-mobile-list {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}

header .nav-mobile-list li a {
    display: block;
    padding: 10px 15px;
    color: #444;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
}

header .nav-mobile-list li a:hover {
    color: #C0493E;
}

/* Burger */
.mobile-burger {
    display: none;
    background: none;
    border: none;
    font-size: 22px;
    color: #444;
    cursor: pointer;
}

/* Responsive */
@media (max-width: 768px) {
    header .nav-desktop {
        display: none;
    }
    .mobile-burger {
        display: block;
    }
}

/* ============================================================
   MOBILE
   ============================================================ */
@media (max-width: 767px) {

    header .row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        min-height: 60px;
    }

    /* Burger button */
    .navbar-toggle {
        background: transparent;
        border: none;
        padding: 10px;
        margin-top: 5px;
    }
    .navbar-toggle .fa {
        font-size: 22px;
        color: #C0493E;
    }

    /* Menu mobile déroulant */
    .nav-mobile-list {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
        background: #fff;
        border-top: 2px solid #C0493E;
    }
    .nav-mobile-list li {
        border-bottom: 1px solid #eee;
        text-align: center;
    }
    .nav-mobile-list li a {
        display: block;
        padding: 14px 15px;
        color: #444 !important;
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 1px;
        text-decoration: none;
    }
    .nav-mobile-list li a:hover {
        color: #C0493E !important;
        background: #f9f9f9;
    }
}









/* --- Body --- */
body {
    background-color: #F7F7F7 !important;
    font-family: Verdana, Geneva, Tahoma, sans-serif !important;
    color: #555 !important;
    font-size: 14px;
    line-height: 1.7;
}

/* --- Typography --- */
h1, h2, h3, h4, h5, h6 {
    text-transform: none !important;
    font-family: Verdana, Geneva, Tahoma, sans-serif !important;
    color: #222 !important;
    font-weight: 600;
}
h1 { font-size: 2.4em; letter-spacing: 2px; }
h2 { font-size: 1.8em; letter-spacing: 1px; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.15em; }

a {
    color: #444 !important;
    text-decoration: none;
    transition: color 0.2s ease;
}
a:hover, a:focus {
    color: #a03a30 !important;
    text-decoration: underline;
}

/* --- Header / Hero --- */
.header-wrapper {
    background: url(../images/hero-bg.jpg) center center / cover no-repeat !important;
    background-color: #F7F7F7 !important;
    min-height: 100vh;
}
.header-wrapper .color-overlay {
    background: rgba(0, 0, 0, 0.5) !important;
}
.dark-bg .intro h1,
.dark-bg .intro h2,
.dark-bg .intro h3 {
    color: #fff !important;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
.header-wrapper .intro {
    text-align: center !important;
}
.header-wrapper .intro img {
    display: block;
   /* margin: 0 auto 20px auto;*/
}
.header-wrapper .intro p {
    color: #fff;
    font-size: 1.2em;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
    margin-top: 20px;
    text-align: center !important;
}
.header-wrapper .intro p {
    color: #fff !important;
    font-size: 1.2em;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

/* --- Gestion logo hero --- */
/* Desktop */
.logo-hero {
    max-width: 400px;
    width: 80%;
    display: block;
    margin: 0 auto;
    position: relative;
    left: -50px;
}






/* --- Sub-page hero --- */
.header-sub {
    background: url(../images/hero-bg.jpg) center center / cover no-repeat !important;
    background-color: #F7F7F7 !important;
}
.header-sub .color-overlay {
    background: rgba(0, 0, 0, 0.5) !important;
}

/* --- Navigation --- */
header {
    background-color: #F7F7F7 !important;
    border: none !important;
    border-bottom: 2px solid #C0493E !important;
    min-height: 60px !important;
    color: #222 !important;
}
.navbar-default {
    background-color: #F7F7F7 !important;
    border: none !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;
    margin: 0 !important;
}
.navbar-default .navbar-brand {
    color: #222 !important;
    font-family: Verdana, Geneva, Tahoma, sans-serif !important;
    font-weight: 700;
}
.navbar-default .navbar-nav > li > a {
    color: #444 !important;
    font-family: Verdana, Geneva, Tahoma, sans-serif !important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 15px 18px;
    transition: color 0.2s ease, background-color 0.2s ease;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #C0493E !important;
    background-color: transparent !important;
}
.navbar-default .navbar-nav > li.current > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #C0493E !important;
    background-color: transparent !important;
}
.navbar-toggle {
    border-color: #C0493E !important;
}
.navbar-toggle .icon-bar {
    background-color: #C0493E;
}

/* --- Logo --- */
.logo {
    margin-left: 0 !important;
}
.logo img {
    max-height: 50px;
    margin: 10px 0 !important;
}

/* --- Dropdown --- */
.dropdown-menu {
    background-color: #fff !important;
    border: 1px solid #e0e0e0 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
}
.dropdown-menu > li > a {
    color: #444 !important;
    font-family: Verdana, Geneva, Tahoma, sans-serif !important;
    padding: 8px 20px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #f0f0f0 !important;
    color: #C0493E !important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #C0493E !important;
    background-color: #f0f0f0 !important;
}

/* --- Section titles --- */
.section-title {
    color: #222 !important;
    margin-bottom: 10px;
}
.section-title-caption {
    color: #777 !important;
    font-size: 15px;
}
.main-title-border-center {
    background-color: #C0493E !important;
    height: 3px;
    width: 60px;
    margin: 0 auto 30px auto;
}
.dark-bg .main-title-border-center {
    background-color: #fff !important;
}

/* --- Dark-bg sections --- */
.header-wrapper.dark-bg {
    background: url(../images/hero-bg.jpg) center center / cover no-repeat !important;
    background-color: #F7F7F7 !important;
    min-height: 100vh;
}
.header-wrapper.dark-bg .color-overlay {
    background: rgba(0, 0, 0, 0.5) !important;
}
#references {
    background: url(../images/refs-bg.jpg) center center / cover no-repeat !important;
    background-color: #F7F7F7 !important;
}
#references .color-overlay {
    background: rgba(0, 0, 0, 0.8) !important;
}
.dark-bg {
    background-color: #fff !important;
    background-image: none !important;
}
.dark-bg .color-overlay {
    display: none !important;
}
.dark-bg .section-title {
    color: #fff !important;
    text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}
.dark-bg .section-title-caption {
    color: #ddd !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.dark-bg .ref-block {
    color: #ccc !important;
    background: #222 !important;
    border: 1px solid #444 !important;
}
.dark-bg .ref-block .highlight {
    color: #aaa !important;
}
.dark-bg .ref-block .ref-details {
    color: #fff !important;
}
.dark-bg .ref-block .fa {
    color: #C0493E !important;
}

/* --- White-bg sections --- */
.white-bg {
    background-color: #F7F7F7 !important;
}

/* --- Process / Services icons --- */
.our-process .our-process-image {
    border-color: #C0493E !important;
    background-color: transparent !important;
}
.our-process .our-process-image span {
    color: #C0493E !important;
}
.our-process .process h4 {
    color: #222 !important;
}
.our-process .process p {
    color: #555 !important;
}

/* --- Divider --- */
.divider-right,
.divider-left {
    border-color: #444 !important;
}
.divider-right::before,
.divider-right::after,
.divider-left::before,
.divider-left::after {
    background-color: transparent !important;
    border-color: #444 !important;
    border-top: none !important;
}

/* --- Buttons --- */
.btn {
    font-family: Verdana, Geneva, Tahoma, sans-serif !important;
    border-radius: 3px !important;
    padding: 10px 28px !important;
    font-size: 14px;
    transition: all 0.25s ease;
}
.btn-default-o,
.white-bg .btn-default-o {
    background-color: transparent !important;
    border: 2px solid #C0493E !important;
    color: #C0493E !important;
}
.dark-bg .btn-default-o {
    border: 2px solid #fff !important;
    color: #fff !important;
}
.dark-bg .btn-default-o:hover,
.dark-bg .btn-default-o:focus {
    background-color: #fff !important;
    color: #222 !important;
}
.btn-default-o:hover,
.btn-default-o:focus,
.white-bg .btn-default-o:hover,
.white-bg .btn-default-o:focus {
    background-color: #C0493E !important;
    color: #fff !important;
    text-decoration: none !important;
}
.white-bg .btn:active,
.white-bg .btn:focus,
.white-bg .btn:hover {
    color: #222 !important;
    outline: 0;
}

/* --- References blocks --- */
.ref-block {
    padding: 30px 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    margin-bottom: 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ref-block:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.ref-block .fa {
    color: #C0493E !important;
}
.ref-block .ref-details {
    color: #222 !important;
    font-weight: 600;
    font-size: 16px;
}
.ref-block .highlight {
    color: #666 !important;
    font-size: 13px;
}

/* --- News / carousel --- */
#news {
    background-color: #fff !important;
}
#news .section-title {
    color: #222 !important;
}
.news-item {
    background: #F7F7F7;
    border-left: 3px solid #C0493E;
    padding: 20px 25px;
    margin: 10px 0;
    border-radius: 0 4px 4px 0;
}
.news-item p {
    color: #555 !important;
    font-style: italic;
}
.news-item .t-name {
    color: #999 !important;
    font-size: 12px;
    margin-top: 10px;
}

/* --- Contact section --- */
#contact {
    background-color: #F7F7F7 !important;
}
.contact-info p {
    color: #555 !important;
}
.contact-info li {
    color: #555 !important;
}
.contact-info h4 {
    color: #222 !important;
}
.contact-form h3 {
    color: #222 !important;
}
.contact-form .field input,
.contact-form .field textarea {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px 14px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #333;
    transition: border-color 0.2s ease;
}
.contact-form .field input:focus,
.contact-form .field textarea:focus {
    border-color: #C0493E;
    outline: none;
    box-shadow: 0 0 0 2px rgba(192, 73, 62, 0.15);
}

/* --- Footer --- */
footer {
    background-color: #333 !important;
    border-top: 3px solid #C0493E;
}
.copy-right {
    background: transparent !important;
    padding: 20px 0;
}
.copy-right p {
    color: #ccc !important;
    font-size: 13px;
}

/* --- Back to top --- */
#back-top a {
    background-color: #C0493E !important;
}
#back-top a:hover {
    background-color: #a03a30 !important;
}

/* --- Arrow down --- */
.arrow-down .onPageNav {
    color: #C0493E !important;
}
.arrow-down .onPageNav:hover {
    color: #a03a30 !important;
}

/* --- Services page pledge blocks --- */
.pledge {
    background: #fff !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.pledge h3 {
    color: #C0493E !important;
    border-bottom: 2px solid #C0493E;
    padding-bottom: 10px;
}
.pledge p {
    color: #555 !important;
}

/* --- References page sector headers --- */
.references-sector {
    background: #fff !important;
    border-left: 4px solid #C0493E;
    padding: 20px 25px;
    margin: 15px 0;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 1px 6px rgba(0,0,0,0.05);
}
.references-sector h3 {
    color: #222 !important;
    margin-top: 0;
}
.references-sector p {
    color: #555 !important;
}

/* --- New sections --- */
#equipes .about-content h4 {
    margin-top: 10px;
}
#reach .our-process-image {
    border-color: #C0493E !important;
    background-color: transparent !important;
}
#reach .our-process-image span {
    color: #C0493E !important;
}
#reach .process h4 {
    color: #222 !important;
}
#reach .process p {
    color: #555 !important;
}
#politique .about-content h4 {
    color: #222 !important;
    margin-bottom: 10px;
}
#politique .about-content p {
    color: #555 !important;
}

/* --- General spacing --- */
.section {
    padding: 60px 0;
}

/* --- Social icons --- */
.social ul li a {
    color: #C0493E !important;
    border: 1px solid #C0493E;
    transition: all 0.2s ease;
}
.social ul li a:hover {
    background-color: #C0493E !important;
    color: #fff !important;
}

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

/* --- Desktop --- */
@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
        margin-right: 0 !important;
    }
}

/* --- Mobile --- */
@media (max-width: 767px) {
    /* Menu */
    .navbar-collapse {
        border-top: 1px solid #C0493E;
        background-color: #F7F7F7 !important;
    }
    .nav.navbar-nav {
        float: none !important;
        margin: 0 !important;
        width: 100%;
    }
    .nav.navbar-nav li {
        display: block;
        width: 100%;
    }
    .navbar-default .navbar-nav > li > a {
        padding: 12px 15px;
        text-align: center;
    }
    .navbar-toggle {
        display: block !important;
    }

    /* Hero */
    .header-wrapper .intro h1 {
        font-size: 2em;
    }

    /* Refs */
    .ref-block {
        margin-bottom: 15px;
    }
}


/* Tout ton CSS existant... */

/* ============================================================
   DÉCALAGE POUR NAVBAR FIXED
   ============================================================ */
