img {
    max-width: 100%;
    margin: auto;
    height: auto;
}

/* ── Hero rouge entreprise ── */
.fd-rouge-ent {
    background: #c40018;
    padding: 52px 0 44px;
}
.fd-rouge-ent .heading {
    color: #fff;
    text-shadow: 0 2px 6px rgba(0,0,0,.3);
}
.fd-rouge-ent .heading-text {
    color: rgba(255,255,255,.92);
    font-size: 1.4rem;
    line-height: 1.7;
}

/* ── Quick nav ── */
.ent-quicknav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}
.ent-quicknav a {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(255,255,255,.15);
    border: 1.5px solid rgba(255,255,255,.5);
    border-radius: 24px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    text-decoration: none;
    transition: background .2s;
    white-space: nowrap;
}
.ent-quicknav a:hover {
    background: rgba(255,255,255,.3);
    border-color: #fff;
    text-decoration: none;
    color: #fff;
}

/* ── Titre équipe avec badge icône ── */
.ent-equipe-title {
    display: flex;
    align-items: center;
    gap: 16px;
    line-height: 1.2;
}
.ent-equipe-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background: #c40018;
    border-radius: 50%;
    color: #fff;
    font-size: 2.2rem;
    flex-shrink: 0;
    box-shadow: 0 3px 10px rgba(196,0,24,.3);
}

/* ── Team photo ── */
.ent-photo-equipe {
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
    margin-top: 10px;
}

/* ── Engagement cards ── */
.ent-engagement-card {
    background: #fff;
    border-radius: 14px;
    border: 1.5px solid #e8e8e8;
    padding: 24px 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
    margin-bottom: 20px;
    height: calc(100% - 20px);
}
.ent-eng-icon {
    font-size: 3.2rem;
    margin-bottom: 10px;
}
.ent-engagement-card h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #c40018;
    margin: 0 0 10px;
}
.ent-engagement-card p {
    font-size: 1.35rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* ── Contact photos ── */
.ent-agence-img {
    width: 100%;
    max-width: 220px;
    border-radius: 10px;
    box-shadow: 0 3px 12px rgba(0,0,0,.08);
    margin-bottom: 12px;
}
.ent-contact-img {
    max-width: 140px;
    border-radius: 50%;
    margin-bottom: 12px;
}
.ent-contact-title {
    font-size: 1.7rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 8px;
}
.ent-contact-detail {
    font-size: 1.3rem;
    color: #555;
    line-height: 1.7;
}
.ent-contact-detail a {
    color: #c40018;
    font-weight: 600;
}

/* ── Section contact (override old red bg) ── */
#section-contact {
    background-color: #f9f9f9;
}
#contact-form {
    position: relative;
    z-index: 999;
    margin-top: 50px;
}
#contact-form input[type=email], #contact-form input[type=number], #contact-form input[type=text], .contactForm textarea {
    width: 100%;
    background: #f5f5f5;
    border: 0;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    padding: 0 10px;
}
#contact-form input[type=email], #contact-form input[type=text] {
    height: 60px;
    margin-bottom: 30px;
}
#contact-form input[type=number] {
    height: 60px;
    margin-bottom: 30px;
    font-size: 24px;
}
#contact-form input[type=submit] {
    color: #fff;
    width: 185px;
    height: 60px;
    text-shadow: none;
    font-size: 14px;
    padding: .5em;
    letter-spacing: .05em;
    margin: 0 0 20px;
    display: block;
    border: 0;
    text-transform: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
#contact-form input[type=submit]:active, #contact-form input[type=submit]:hover {
    background: #43413e!important;
}
#contact-form textarea {
    padding-top: 1em;
}
textarea.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.align-center {
    text-align: center;
}
#photoequipe {
    max-width: 80%}
#explorer_map {
    width: auto;
    height: auto;
    margin: 10px;
}
ul {
    list-style-type: circle;
    margin-left: 20px;
}

/* ── Fix bullet points dans les cartes engagement ── */
.ent-engagement-card ul {
    list-style-type: disc;
    margin: 8px 0 0 0;
    padding-left: 18px;
}
.ent-engagement-card ul li {
    font-size: 1.35rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 5px;
}

/* ── Bora Explorer full-width : layout horizontal ── */
.ent-explorer-card {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}
.ent-explorer-card .ent-explorer-content {
    flex: 1 1 0;
}
.ent-explorer-card .ent-explorer-aside {
    flex: 0 0 180px;
    text-align: center;
}
.ent-explorer-card .ent-explorer-aside img {
    max-width: 140px;
    border-radius: 10px;
}
@media (max-width: 767px) {
    .ent-explorer-card {
        flex-direction: column;
    }
    .ent-explorer-card .ent-explorer-aside {
        flex: unset;
    }
}

/* ── Fix headings blancs sur fonds clairs ── */
#equipe .heading,
#engagements .heading,
#avisclients .heading,
#section-contact .heading,
#agence .heading {
    color: #222 !important;
    text-shadow: none !important;
}
#equipe .heading-text,
#engagements .heading-text,
#avisclients .heading-text,
#section-contact .heading-text {
    color: #555 !important;
}
