/* ============================================================
   BESTONE.FR — CSS PERSONNALISÉ (Bootstrap 5 compatible)
   ============================================================ */

/* --- GÉNÉRAL --- */

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #666;
    font-size: 14px;
    line-height: 22px;
}

.clear { clear: both; }

.fix-me::after {
    content: "";
    display: block;
    clear: both;
}

.separation {
    border-bottom: 1px solid #ababab;
    width: 150px;
    margin: 10px 0;
    display: inline-block;
}

/* --- TYPOGRAPHIE --- */

h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 50px;
    color: #57585a;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #58585a;
    text-transform: uppercase;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #57585a;
    text-transform: uppercase;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
}

.page-header h1 {
    color: #333333;
    border-color: #95be11;
    border-left-width: 15px;
    border-left-style: solid;
    display: block;
    padding: 0 35px 0 20px;
    text-align: left;
    font-size: 30px;
    font-weight: 700;
    margin: 0 auto 20px 20px;
}

a {
    color: #97bf0d;
    text-decoration: none;
}

a:hover, a:focus {
    color: rgb(151, 191, 13);
    text-decoration: none;
}

strong, b { font-weight: 700; }

/* --- SUB-HEADER --- */

#sub-header {
    width: 100%;
    background-color: #e1e1e1;
    padding: 9px 0;
}

.texte-sub-header {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #58585a;
    font-size: 12px;
    text-transform: uppercase;
}

.texte-sub-header a { color: #58585a; }
.texte-sub-header a:hover { color: rgb(151, 191, 13); }

#langues .dropdown-toggle { color: #58585a; }
#langues .dropdown-toggle img,
#langues .dropdown-menu a img { margin-left: 10px; }
.menu-langues { min-width: 120px !important; }

/* --- NAVBAR / MENU --- */

header {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar {
    background-color: #fff;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
}

.navbar .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Burger : 3 traits verts */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%2397bf0d' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.menu {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.menu .nav-link {
    color: #333;
    padding: 28px;
}

.menu .nav-link:hover,
.menu .nav-link:focus { color: #97bf0d; }

.menu .nav-item.active .nav-link {
    color: #fff;
    background-color: #97bf0d;
}

.top { text-align: center; }
#logo { display: inline-block; }

/* --- BOUTON CONTACT LATÉRAL --- */

#feedback {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 700px;
    margin-left: -3px;
    margin-bottom: -3px;
    z-index: 100;
}

#feedback-tab {
    display: block;
    float: right;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    width: 150px;
    height: 60px;
    line-height: 60px;
    background-color: rgba(150, 191, 15, 0.8);
    margin-top: 60px;
    margin-left: -42px;
    border-radius: 3px;
    transform: rotate(90deg);
}

#feedback-tab:hover,
#feedback-tab:focus {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
}

/* --- HOMEPAGE : FILIALES --- */

#filiales .filiale-img-col {
    overflow: hidden;
    min-height: 320px;
}

#filiales .filiale-img-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 320px;
}

#filiales .filiale-logo-col {
    min-height: 320px;
    padding: 40px 30px;
}

/* --- HOMEPAGE : INNOVATION --- */

#pave-innov {
    width: 100%;
    background-color: #f6f6f6;
    padding: 30px 0;
}

#alliance {
    margin-top: 30px;
    margin-bottom: 30px;
}

#visuel-encadre { padding-right: 0 !important; }

#contenu-loc {
    background-color: #97bf0d;
    padding: 25px 10px;
    color: #fff;
    text-align: center;
}

/* --- HOMEPAGE : SPÉCIALISATIONS --- */

#specialisations { margin-top: 25px; }

#precision, #securite, #dev, #sf {
    display: block;
    width: 130px;
    height: 130px;
    margin: 25px 0;
    background-color: #fff;
    border: 1px solid #95be11;
    border-radius: 50%;
    padding: 29px;
}

.desc { color: #999; }

/* --- HOMEPAGE : ACTUALITÉS --- */

#actualites { margin-top: 40px; }

#entete-fixe { text-align: center; }

#cadre {
    border: 1px solid #a0a0a0;
    padding: 30px 20px;
}

#cadre h2 { font-size: 20px; }

.liste-actus {
    display: block;
    text-align: left;
    color: #95c23d;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 15px;
}

.sstitre-actus {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #95c23d;
    font-size: 14px;
    text-transform: uppercase;
}

.texte-actu { color: #333; }

/* --- PAGES INTÉRIEURES --- */

.page-int { margin-bottom: 25px; }

.page-header {
    background-color: #fbfbfb;
    padding: 45px 0 30px;
    margin: 0 0 40px;
    border-bottom: 1px solid #ededed;
}

.page-header h1 { text-transform: none; }

nav[aria-label="breadcrumb"] .breadcrumb {
    background-color: #fff;
    border-radius: 0;
    font-size: 13px;
    color: #999;
    margin-left: -10px;
}

nav[aria-label="breadcrumb"] .breadcrumb::before {
    content: "Vous êtes ici : ";
    font-size: 13px;
    color: #999;
    font-weight: 700;
    align-self: center;
    white-space: nowrap;
    margin-right: 4px;
}

nav[aria-label="breadcrumb"] .breadcrumb-item a {
    font-size: 13px;
    color: #999;
    text-decoration: none;
}

html[lang="en"] nav[aria-label="breadcrumb"] .breadcrumb::before {
    content: "You are here: ";
}

#contenu-int {
    text-align: justify;
    margin-bottom: 25px;
}

/* --- SECTION QUALITÉ --- */

#qualite {
    width: 100%;
    background-color: #f6f6f6;
    padding: 30px 0;
    text-align: center;
}

#logos-quality h3 { margin-bottom: 20px; }

/* --- TÉLÉCHARGEMENT --- */

.download ul { list-style-type: none; padding-left: 0; }

.download li a {
    font-size: 16px;
    color: #97bf0d;
    font-weight: 600;
    line-height: 30px;
    text-decoration: none;
}

.download li a:hover { text-decoration: underline; }

.padding {
    margin-top: -10px;
    line-height: 36px;
    font-size: 17px;
}

.padding a {
    font-size: 20px;
    font-weight: 600;
}

/* --- EXPERTISE : VALEURS --- */

#valeurs { margin-top: 40px; }

#valeurs .valeur-img-col {
    overflow: hidden;
    min-height: 350px;
}

#valeurs .valeur-img-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 350px;
}

#valeurs .valeur-contenu {
    min-height: 350px;
    padding: 30px 40px;
}

#valeurs .valeur-contenu ul li {
    color: #fff;
    font-size: 14px;
}

.developpement { background-color: rgb(129, 164, 15); }
.innovation    { background-color: rgb(172, 201, 78); }
.conception    { background-color: rgb(150, 189, 13); }

/* --- CONTACT --- */

.btn-bestone {
    border: 1px solid #98ca00;
    padding: 15px 30px;
    text-transform: uppercase;
    background-color: #fff;
    color: #888;
}

.btn-bestone:hover {
    background-color: #97bf0d;
    color: #fff;
    border-color: #97bf0d;
}

.form-control::placeholder{
    color: #999;
    font-size: .875rem;
    font-style: italic;
}

/* --- FOOTER --- */

footer {
    width: 100%;
    background-color: #57585a;
    clear: both;
    padding: 25px 0;
}

.footer-logo { margin-bottom: 15px; }

.titre-footer {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 17px;
}

.soulignement {
    border-bottom: 1px solid #fff;
    width: 60px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.texte-footer,
.texte-footer > a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
}

.listing-footer,
.listing-footer > a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    text-transform: uppercase;
}

.logo-NHotel { font-size: 14px; font-weight: 700; }

.texte-footer > a:hover,
.listing-footer > a:hover { color: rgb(151, 191, 13); }

/* --- SUB-FOOTER --- */

#sub-footer {
    background-color: #57585a;
    width: 100%;
    min-height: 65px;
}

#sub-contenu {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
}

#sub-contenu > a { color: #fff; text-decoration: none; }
#sub-contenu > a:hover { color: rgb(151, 191, 13); }

/* --- CARROUSEL HP (Bootstrap 5) --- */

.carousel-item img { width: 100%; }

/* --- MEDIA QUERIES --- */

@media (max-width: 992px) {
    #sub-header  { height: auto; }
    #sub-footer  { height: auto !important; }

    .contenu-hp { margin-top: 20px; }

    .menu .nav-link { padding: 15px 20px; }
}

@media (max-width: 576px) {
    h1 { font-size: 30px; }
}
