.search-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    padding: 15px;
    display: none; /* Masquée par défaut */
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.search-area.active {
    display: block;
}

@media all and (min-width: 992px) {
    /* Cacher tous les menus déroulants par défaut */
    .navbar .dropdown-menu {
        display: none;
    }

    /* Afficher les menus déroulants de premier niveau au survol */
    .navbar .nav-item.dropdown:hover > .dropdown-menu {
        display: block;
    }

    /* Afficher les sous-menus au survol */
    .navbar .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    /* Supprimer la marge supérieure des menus déroulants */
    .navbar .dropdown-menu {
        margin-top: 0;
    }
}

/*texte flouté*/
.text-blur {
    filter: blur(5px);
}

/* Retour à la ligne des items du menu mobile pour respecter 100% de la largeur disponible */
@media (max-width: 991.98px) {
  .dropdown-item,
  .dropdown-header {
    white-space: normal;
  }
}

/* Réduire la largeur de l'Offcanvas (menu mobile) */
.offcanvas-end {
    width: 90% !important; 
}

/* Empecher le retour à la ligne forcé dans le fil d'Ariane */
.breadcrumb {
  flex-wrap: nowrap;
}

/* Icon bleu personnalisé */
.icon-blue {
    color: #162983;
}

/* Icon rouge personnalisé */
.icon-red {
    color: #E2001A;
}


a {
    color: #337ab7;
    text-decoration: none;
}

a:hover, a:focus {
    color: #23527c;
}

.link-hover-red a:hover,
.link-hover-red a:focus,
a.link-hover-red:hover,
a.link-hover-red:focus {
    color: #E2001A !important;
}

.link-hover-red-u a:hover,
.link-hover-red-u a:focus,
a.link-hover-red-u:hover,
a.link-hover-red-u:focus {
    color: #E2001A !important;
    text-decoration: underline !important;
}

footer a:hover,
footer a:focus {
    text-decoration: underline;
}

hr.bleu {
    border: 1px solid #162983;
    opacity: 1;
}

hr.rouge {
    border: 1px solid #E2001A;
    opacity: 1;
}

hr.blanc {
    border: 1px solid #fff;
    opacity: 1;
}

.navbar-brand {
    color: #162983;
    font-size: 31px;
    font-family: 'Anton', sans-serif;
    height: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.navbar-brand .baseline {
    color: #333;
    font-size: 13px;
    display: block;
    margin-top: -5px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: -.25px;
}

.dropdown-submenu > .dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}

@media all and (max-width: 992px) {
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
	}

.dropdown-submenu > a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#000;
    margin-top:8px;
}

.dropdown-submenu:hover > a:after {
    border-left-color:#888;
}

.dropdown-submenu.pull-left {
    float:none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.ligne-ou {
    margin-top: 50px;
}

.ligne-ou span {
     position: relative;
    top: -40px;
    border: 1px solid #eee;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 18px;
    line-height: 36px;
    background: #fff;
    color: #999;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.column-count-3 {
    column-count: 2;
}

#nature .column-count-3 {
    column-count: 1;
}

.column-count-4 {
    column-count: 2;
}

.details-table th {
    min-width: 150px;
}

ul.li-mb > li {
    margin-bottom: .5rem;
}

#mapid {
    height: 300px;
    display: block !important;
}

.fs-9 {
    font-size: .9rem!important;
}

#tCodesAPE_wrapper > .row > .dt-layout-start,
#tCodesNAF_wrapper > .row > .dt-layout-start,
#tSauvegarde_wrapper > .row > .dt-layout-start,
#tCodesAPE_wrapper > .row > .dt-layout-end,
#tCodesNAF_wrapper > .row > .dt-layout-end,
#tSauvegarde_wrapper > .row > .dt-layout-end,
#tCodesAPE_wrapper > .row > .dt-layout-full,
#tCodesNAF_wrapper > .row > .dt-layout-full,
#tSauvegarde_wrapper > .row > .dt-layout-full {
    padding-left: 0;
    padding-right: 0;
}


.nav-pills .nav-link.active {
    background-color: #337ab7;
}

.nav-pills .nav-link {
    color: #337ab7;
}

.nav-pills .nav-link:not(.active):hover {
    background-color: #eee;
}

@media print {
    body, .container {
        font-size: .75rem;
        min-width: 100% !important;
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 27px;
        padding-bottom: 27px;
    }

    .navbar-brand {
        font-size: 40px;
    }

    .navbar-brand .baseline {
        font-size: 15px;
        letter-spacing: -.27px;
    }

    .column-count-3, #nature .column-count-3 {
        column-count: 3;
    }

    .column-count-4 {
        column-count: 4;
    }

    .details-table th {
        width: 215px;
    }
}

/** FROM HEADER.php INLINE ***/
	ul.natures > li.divider {
		height: 1px;
		margin: 9px 0;
		overflow: hidden;
		background-color: #e5e5e5;
	}

    .portfolio-item {
        margin-bottom: 25px;
    }

    .btnNew{
            padding: 3px 5px!important;
            margin-top: 3px!important;
            background-color: #8cb3d9!important;
            border-color: #8cb3d9;
    }
    .btnNew:hover{
        border-color: #8cb3d9!important;
        background-color: #9fbfdf!important;
    }


    .glypghnew{
        top: 2px!important;
    }

.icon-size
{
    font-size: 87px;
}

#annonces_filter label{
        font-weight: normal;
    }

.paging_full_numbers a.paginate_button {
    color: #fff !important;
}
.paging_full_numbers a.paginate_active {
    color: #fff !important;
}

.societe-block {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

#tab4default .societe-block:first-child {
    padding-top: 0;
}

#tab4default .societe-block:last-child {
    padding-bottom: 0;
    border-bottom: 0 none;
}


/************** END FROM HEADER.php INLINE ******/

.btn-view {
    background-color: white;
    border-color: #e3e3e3;
    color: #E2001A;
}

.btn-view:hover {
    background-color: white;
    border-color: #e3e3e3;
    color: #E2001A;
}

.btn-social-login {
    padding: 0;
}

.btn-repreneur {
    color: #fff;
    background-color: #162983;
    border-color: #162983;
}

.btn-repreneur:hover,
.btn-repreneur:focus {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.text-repreneur {
    color: #162983 !important;
}

.text-repreneur2,
a.text-repreneur:hover {
    color: #337ab7 !important;
}

a.text-repreneur2:hover {
    color: #23527c !important;
}

.login li .fa-li > .fa-caret-right,
.inscription li .fa-li > .fa-caret-right,
.lost-password li .fa-li > .fa-caret-right {
    line-height: 1.7em;
}

.close-thin {
    cursor: pointer;
    text-decoration: none;
  }

.close-thin:after {
    content: '×';
}

.titreDossier {
    color: #162983;
    font-weight: bold;
}

.titreDossier:hover {
    color: #337ab7;
}

table.dataTable td {
    border-color: #ddd;
}

ul.pagination .active > .page-link,
ul.pagination .page-link.active {
    background-color: #337ab7;
    border-color: #337ab7;
}

.btn-ape {
    color: #337ab7;
    background: #fff;
    text-align: left;
}

.btn-ape.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    width: 100%;
}

.btn-ape:hover, .btn-ape:focus {
    color: #23527c;
    background-color: #eee !important;
}
