@charset "ISO-8859-1";

*,
*::before,
*::after {
    box-sizing: border-box;
}

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

.icon-red {
    fill: red;
}

.my-custom-btn {
    font-size: 0.9rem;
    padding: 0.35rem 0.75rem;
    color: #212529;
    font-weight: 600;
    border-width: 2px;
    text-transform: uppercase;
}

.my-custom-btn:hover,
.my-custom-btn:focus {
    color: #fff;
    background-color: #c77b00;
    border-color: #c77b00;
}

.gradient {
    background: #ffffff;
    background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
    border: 1px solid #ebebeb;
}

.gradientgray {
    background: #666666;
    background: linear-gradient(to bottom, #666666 0%, #000000 100%);
}

.popTop {
    animation: popToTop 0.5s linear 1;
    -webkit-animation: popToTop 0.5s linear 1;
    opacity: 0;
    color: blue;
    font-weight: bold;
    font-size: 20px;
}

.pastille {
    color: white;
    background: blue;
    position: absolute;
    border-radius: 7px;
    font-weight: bold;
    right: 5px;
    top: 5px;
    font-size: 12px;
}

.inPastille,
.inPastille-nomobile {
    padding: 1px 5px;
}

.pastille-nomobile {
    color: white;
    background: blue;
    display: inline-block;
    border-radius: 7px;
    font-weight: bold;
    font-size: 15px;
    vertical-align: middle;
}

.clearfix::after,
div.header::after,
div.recherche::after {
    content: "";
    display: block;
    clear: both;
}

/* Base mobile */
body {
    background: #ffffff top no-repeat fixed;
    margin: 0;
    padding: 0;
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 16px;
    min-height: 100%;
}

h1 {
    font-size: 18px;
}

div.contenu {
    padding: 10px;
}

.float-right {
    float: right;
}

.noMobile,
.tabletOnly,
.xNoMobile,
.carconseil_navbutton,
.carmarques_navbutton {
    display: none;
}

.xMobileOnly {
    display: block;
}

div#image_accueil {
    background: url("../images/maison2.jpg") center / cover no-repeat;
    width: 100%;
    min-height: 120px;
    padding: 0;
}

span#image_accueil {
    background: url("../images/logo_segedip.jpg") center / contain no-repeat;
    width: 100%;
    min-height: 180px;
    padding: 0;
    display: block;
}

span#image_accueil2 {
    background: url("../images/immeuble_smartphone.jpg") center / cover no-repeat;
    width: 100%;
    min-height: 220px;
    padding: 0;
    display: block;
}

span.produit_remplace {
    color: #06438a;
    float: right;
    width: auto;
    font-size: 20px;
    font-weight: bold;
}

div.header {
    min-height: 60px;
    background: white;
}

div.header div.logo {
    min-height: 60px;
    background: white;
    float: left;
}

div.header div.logo img {
    height: 52px;
    width: auto;
    margin-top: 4px;
}

div.header .mobileButton {
    height: 60px;
    width: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 0 1px;
    cursor: pointer;
    position: relative;
}

div.button-close {
    background: #E7E7E7;
}

div.button-close:hover {
    background: #B7B7B7;
}

div.button-open {
    background: #EB7602;
}

.mobileButton img {
    height: 36px;
    width: auto;
    margin: 0;
}

div.recherche {
    padding: 10px;
    border: 1px solid #CCC;
    background: #F8F8F8;
    border-radius: 5px;
}

div.recherche div {
    width: 100%;
}

div.recherche input[type="text"] {
    height: 34px;
    width: calc(100% - 50px);
    float: left;
    font-weight: bold;
    font-size: 16px;
    line-height: 34px;
    padding: 0 5px;
}

div.recherche button {
    background: #FFFFFF;
    cursor: pointer;
    float: left;
    width: 50px;
    border-radius: 0 5px 5px 0;
    border: 1px solid #CCC;
    border-left: 0;
    height: 34px;
}

div.recherche button:hover {
    background: #B7B7B7;
}

div.total {
    width: 100%;
    background: #e1e1e1;
    padding: 10px 15px;
}

div#menu-gauche {
    border: 1px solid #E7E7E7;
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: min(320px, calc(100% - 20px));
    background: #FFFFFF;
    overflow-y: auto;
    display: none;
    z-index: 500;
}

div#flou {
    background: #B7B7B7;
    opacity: 0;
    position: fixed;
    inset: 0;
    display: none;
    z-index: 499;
}

div.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #EB7602 transparent transparent transparent;
    position: absolute;
    z-index: 501;
}

#triangle-menu {
    left: 21px;
    top: 60px;
    display: none;
}

ul.menu-mobile {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.menu-mobile li {
    padding: 10px;
    border: 1px solid #E7E7E7;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
}

ul.menu-mobile li:hover {
    background: #E7E7E7;
}

ul.menu-mobile li a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

ul.menu-mobile li.nolink {
    color: #B7B7B7;
}

ul.menu-mobile li.nolink:hover {
    background: #FFFFFF;
}

div.footer {
    margin-top: 20px;
    border-top: 2px solid #CCC;
}

div.footer div.bloc-footer {
    padding: 10px;
    border-bottom: 2px solid #CCC;
    background: #F8F8F8;
}

div.footer div.nav ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

div.footer div.nav ul li {
    margin-top: 20px;
    text-align: center;
}

div.footer div.nav ul li a {
    color: #000000;
}

div.footer div.nos-marques,
div.footer div.copyright {
    font-size: 12px;
    color: #B7B7B7;
}

div.footer div.nos-marques a.marque {
    color: #B7B7B7;
}

div.footer div.nos-marques a.premium {
    color: #000000;
}

div.minipanel {
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    background: #B7B7B7;
    border-radius: 5px;
    float: left;
    padding: 5px;
    margin-bottom: 10px;
}

div.minipanel a {
    color: #FFFFFF;
    text-decoration: none;
    line-height: 10px;
}

div.minipanel:hover {
    background: #555555;
}

#titre {
    font-weight: bold;
    font-size: 16px;
    padding-left: 5px;
}

div#bandeau-haut {
    min-height: 60px;
    width: 100%;
}

span.erreur {
    font-size: 12px;
    color: #FF0000;
    font-weight: bold;
}

div.ariane {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0 20px 0;
}

div.ariane a {
    font-size: 14px;
    text-decoration: underline;
    color: #000000;
}

div.ariane b {
    white-space: nowrap;
}

input.bouton-paiement-cybermut {
    display: block;
    width: 100%;
    max-width: 260px;
    margin: 10px auto 0;
    background: #EB7602;
    color: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    font-size: 16px;
    line-height: 26px;
    cursor: pointer;
    text-decoration: none;
    height: 50px;
    text-align: center;
}

input.bouton-paiement-cybermut:hover {
    background: #F6450A;
}

div.bloc-virement {
    background: #FFFFFF;
    padding: 20px 10px;
}

div.bloc-virement td,
div.bloc-virement span.valeur {
    color: #A41641;
    font-weight: bold;
    font-size: 12px;
}

div.bloc-virement table {
    width: 100%;
    text-align: center;
}

div.bloc-virement span.type {
    font-style: italic;
    font-size: 12px;
}

div.bloc-cb {
    background: #FFFFFF;
    font-size: 12px;
    padding: 10px;
}

div.infos {
    font-size: 16px;
    margin-bottom: 20px;
}

/* Tablette */
@media screen and (min-width: 768px) and (max-width: 991px) {
    body {
        font-size: 17px;
    }

    div.contenu {
        padding: 15px;
    }

    .tabletOnly {
        display: block;
    }

    .xMobileOnly {
        display: none;
    }

    .xNoMobile {
        display: block;
    }

    span#image_accueil {
        min-height: 280px;
    }

    span#image_accueil2 {
        min-height: 300px;
    }
}

/* Ordinateur */
@media screen and (min-width: 992px) {
    body {
        font-size: 18px;
    }

    div.contenu {
        padding: 20px;
    }

    .noMobile,
    .xNoMobile,
    .carconseil_navbutton,
    .carmarques_navbutton {
        display: block;
    }

    .tabletOnly,
    .xMobileOnly {
        display: none;
    }

    div.header .mobileButton {
        display: none;
    }

    span#image_accueil {
        min-height: 440px;
    }

    span#image_accueil2 {
        min-height: 350px;
    }
    
}


.lockwall-navbar {
    top: 0;
    z-index: 1080;
}

.lockwall-navbar .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.language-switcher {
    position: relative;
    z-index: 1081;
}

.language-switcher .dropdown-menu {
    z-index: 1082;
    min-width: 220px;
}

.language-switcher-btn {
    white-space: nowrap;
}

@media (max-width: 991.98px) {
    .lockwall-navbar .navbar-brand {
        max-width: calc(100% - 140px);
    }

    .lockwall-navbar .navbar-brand img {
        max-width: 170px;
        height: auto;
    }

    .language-switcher .language-label {
        display: none;
    }

    .language-switcher-btn {
        padding: .375rem .55rem;
    }

    .lockwall-navbar .navbar-collapse {
        width: 100%;
        flex-basis: 100%;
        margin-top: .75rem;
    }
}


.licences-table th {
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
}

.licences-table td {
    vertical-align: middle;
}

.licence-key {
    display: inline-block;
    padding: 0.4rem 0.6rem;
    border-radius: 0.5rem;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    color: #0d6efd;
    font-size: 0.92rem;
    word-break: break-all;
}

.licences-table .badge {
    font-weight: 500;
}

.licences-table .btn {
    white-space: nowrap;
}

.sous-titre {
    margin-bottom: 1rem;
}


.profile-page {
    padding-top: 1rem;
}

.profile-hero .card-body,
.profile-page .card-body {
    padding: 1.5rem;
}

.profile-pro-alert {
    background: linear-gradient(180deg, #eefaf2 0%, #e8f7ed 100%);
    color: #146c43;
}

.profile-stat {
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.profile-stat:hover {
    transform: translateY(-2px);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.08);
}

.profile-list .list-group-item {
    border-color: #eef1f4;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
    background: transparent;
}

.profile-address {
    font-style: normal;
    line-height: 1.8;
    color: #212529;
}

@media (max-width: 991.98px) {
    .profile-hero .btn {
        width: 100%;
    }
}



.plugin-menu-desktop-minimal {
    gap: 0.35rem;
    padding: 0.25rem 0;
}

.plugin-menu-desktop-minimal .nav-link {
    color: #2c3e50;
    padding: 0.7rem 0.9rem;
    font-weight: 500;
    border: 1px solid transparent;
    background: transparent;
    transition: all 0.18s ease;
}

.plugin-menu-desktop-minimal .nav-link:hover {
    background: #f8f9fa;
    color: #0d6efd;
}

.plugin-menu-desktop-minimal .nav-link.active {
    background: #eef4ff;
    color: #0d6efd;
    border-color: #d9e7ff;
}

.plugin-menu-desktop-minimal .nav-link i {
    font-size: 0.95rem;
    width: 16px;
    text-align: center;
}

.plugin-menu-desktop-minimal .plugin-menu-logout {
    margin-top: 0.35rem;
    color: #6c757d;
}

.plugin-menu-desktop-minimal .plugin-menu-logout:hover {
    color: #dc3545;
    background: #fff5f5;
}

.plugin-menu-mobile-btn {
    min-height: 88px;
    font-size: 0.92rem;
    text-align: center;
    line-height: 1.25;
}

.plugin-menu-mobile-btn i {
    font-size: 1.1rem;
}

@media (max-width: 575.98px) {
    .plugin-menu-mobile .col-6 {
        width: 100%;
    }
}