*, *:before, *:after {
    box-sizing: border-box;
}

.navbar {

    color: #3B566E;
    font-size: 14px;
    border: none;
    background: #fff;
    height: 74px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.04);
}
#navbar li {
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 12px;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #3B566E;
}
.navbar-inverse .navbar-nav>li>a {
    color: #3B566E;
}
.navbar-inverse .navbar-nav>li>a:hover {
    color: #635CDB;
}
.navbar-inverse .navbar-nav>li>a:focus {
    color: #635CDB;
}
#navbar #recherche {
    height: 100%;
    float: none;
    padding-top: 10px;
    overflow: hidden;
    position: relative;
}
#navbar #recherche input,  .navbar #recherche button{
    display: inline-block;
    vertical-align: top;

    border: none;
    float: left;
}
#navbar #recherche input{
    padding-left: 5px;
    width: 220px;
    color: #000;
    border-radius: 3px;
    padding-left: 10px;
    color: #575757;
    padding-right: 35px;
}
#navbar #recherche button{
    width: 36px;
    position: absolute;
    background: transparent;
    color: #7279c6;
    right: 2px;
    top: 9px;
    outline: none;
}

#navbar .menu-offre {

}
#navbar .menu-offre:hover {

}

#navbar .menu-acteurs {
    position: relative;
}

#navbar .menu-acteurs:after {
    color: #3B566E;
}

#navbar .menu-acteurs:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 13px;
    color: #6F8BA4;
    position: absolute;
    right: 3px;
    top: 16px;
}
#navbar .menu-acteurs:hover ul {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}
#navbar .menu-acteurs ul{
    background: #fff;
    list-style: none;
    padding: 0;
    position: absolute;
    text-align: left;
    min-width: 200px;
    max-width: 235px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    top: 50px;
    left: 15px;
    opacity: 0;
    transform: translateY(-2em);
    visibility: hidden;
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
#navbar .menu-acteurs ul li{
    width: 100%;
    padding: 0px;
}
#navbar .menu-acteurs ul li a{
    display: block;
    background: #fff;
    color: #3B566E;

    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 14px;
    text-decoration: none !important;
    border-bottom: 1px solid #f5f5f5;
}
#navbar .menu-acteurs ul li a:hover{
    background: #F7FAFD;
    padding-left: 25px;
}

#navbar .menu-acteurs ul li a:hover:before {
    width: 3px;
}
#navbar .menu-acteurs ul li a:before {
    content: '';
    position: absolute;
    width: 0px;
    height: 40px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #635CDB;
}

#navbar .menu-donnees {

}
#navbar .menu-donnees:hover {

}



#navbar .menu-institutionnel {
    position: relative;
}

#navbar .menu-institutionnel:after {
    color: #3B566E;
}

#navbar .menu-institutionnel:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 13px;
    color: #6F8BA4;
    position: absolute;
    right: 3px;
    top: 16px;
}
#navbar .menu-institutionnel:hover ul {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}
#navbar .menu-institutionnel ul{
    background: #fff;
    list-style: none;
    padding: 0;
    position: absolute;
    text-align: left;
    min-width: 200px;
    max-width: 235px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    top: 50px;
    left: 15px;
    opacity: 0;
    transform: translateY(-2em);
    visibility: hidden;
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
#navbar .menu-institutionnel ul li{
    width: 100%;
    padding: 0px;
}
#navbar .menu-institutionnel ul li a{
    display: block;
    background: #fff;
    color: #3B566E;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 14px;
    text-decoration: none !important;
    border-bottom: 1px solid #f5f5f5;
}
#navbar .menu-institutionnel ul li a:hover{
    background: #F7FAFD;
    padding-left: 25px;
}

#navbar .menu-institutionnel ul li a:hover:before {
    width: 3px;
}
#navbar .menu-institutionnel ul li a:before {
    content: '';
    position: absolute;
    width: 0px;
    height: 40px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #635CDB;
}

a{
    text-decoration: none!important;
}
.menu-connexion {
    list-style: none;
    float: left;
    position: relative;
    display: block;
}
.menu-connexion a{
    text-decoration: none;

}
#navbar li ul {

}
#navbar li:hover ul {


}

.nav , .navbar {

    margin: 0 auto;
}

.nav li a.active{
        font-weight: 700;
    color: #523bd1;
}

.menu-acteurs, .menu-connexion, .menu-institutionnel, .menu-offre {
    position: relative;
}
.menu-acteurs ul, .menu-connexion ul, .menu-institutionnel ul, .menu-offre ul{
    position: absolute;
    top: 50px;
    right: 0px;
    width: 250px;
    text-align: right;
}

@media screen and  (min-width: 1200px){
    nav .container {
        width: 1170px;
        padding: 0 12px;
    }
}

#header_non_abo {
    margin-top: 0;
}

.navbar-inverse .navbar-toggle {
    border: none;
    background: none;
        float: left;
    padding-left: 30px;
}

.navbar-inverse .navbar-toggle:hover {
    border: none;
    background: none;
}

@media (min-width: 1200px){
    #navbar-mobile.navbar-collapse.collapse {
        display: none!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: hidden!important;
    }
}

#navbar-mobile li {
    display: block;
    width: 100%;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #fff;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #4c5068;
}
.dropdown-menu {
    width: 100%;
}
.li-form-mobile{
        margin-top: 10px;
}

@media (max-width: 767px){
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #607fba;
    background-color: transparent;
}
}

.li-form-mobile {
    display: block;
    overflow: hidden;
    padding-left: 15px;
}

.li-form-mobile #recherche input,  .navbar #recherche button{
    display: inline-block;
    vertical-align: top;
    height: 30px;
    border: none;
    float: left;
}
.li-form-mobile #recherche input{
    padding-left: 5px;
    width: 170px;
    color: #000;
    height: 40px;
    padding-left: 18px;
     margin-bottom: 10px;
}
.li-form-mobile #recherche button{
    width: 30px;
    background: white;
    border-radius: 3px;
    height: 40px;
    padding-right: 20px;
}

#page-content {
    width: 100%;
    padding-bottom: 0px;
}
#content {
    width: 100%;
}

#content-texte {
    width: 100%;
    font-size: 14px;
}
#frmRecherche{
    width: 550px;
    max-width: 100%;
    margin: 0 auto;
}

#frmRecherche input[type="text"] {
    border: #FFFFFF 2px solid;

    padding: 24px;
    width: 100%;
    max-width: 100%;
    font-size: 15px;
    padding-top: 16px;
    padding-bottom: 15px;
    border: none!important;

  

    border-radius: 3px;
        box-shadow: 0 2px 48px 0 rgba(43, 108, 153, 0.06);
            box-shadow: 0 15px 45px 0 rgba(25, 61, 132, 0.04);
    border-radius: 30px;
    outline: none;
}
#frmRecherche input[type="text"]:focus {
    border: none!important;

}

#frmRecherche a {
    line-height: 25px;
}

#frmRecherche button {
    outline: none;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 20px;
    background:  white;
    border: none;
    color:#1E3056;
    font-weight: 700;
    letter-spacing: inherit;
}
#frmRecherche button i {
    outline: none;
    font-size: 13px;
    margin-left:  4px;;
}
#zfooter-haut {
    width: 100%;
    font-size: 14px;
    color: white;
    margin-bottom: 0px;
    padding-top: 3em;
    padding-bottom: 2em;
    color: #fff;
}

#zfooter-haut a {
    color: #3B566E;
    font-size: 15px;
    margin-bottom: 12px;
    text-decoration: none;
    display: inline-block;
        letter-spacing: 1px;
}
#zfooter-haut b {
    font-size: 15px;
    margin-bottom: 12px;
    text-decoration: none;
    display: inline-block;
    color: #35538b;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
    display: block;
}

#footer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
}

@media screen and (max-width: 768px ){
    .btn-impression{
        display: none;
    }
}

#frmRecherche a {
    max-width: 100%;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 700;
    text-transform: initial;
    letter-spacing: .025em;
    margin-top: 20px;
   
    color: #fff;
    background: transparent;
    width: 255px;
    box-shadow: 0px 0px 0px!important;
    border: none!important;
}
#frmRecherche a:hover {
    
}
#frmRecherche a.open{
    color: #6A30D1;
    
}

.entreprise .bt_siteweb-fiche {
    margin-top: 25px;
}

.entreprise_marques {
    width: 580px;
    max-width: 100%;
}



#zone{
    max-width: 100%;
}
#canvas_regions{
    overflow: hidden;
    text-align: center;
}
#canvas_regions svg{

    max-width: 100%;
    width: 50%;

}
#canvas_regions svg path{
        fill: #635CDB;
    stroke: rgb(255, 255, 255);
    stroke-width:1px;
    transition: fill 0.3s;
}
#canvas_regions svg path:hover{
    fill:rgb(198, 210, 236);
}

#canvas_departements{
    display: none;
    overflow: hidden;
    text-align: center;
}
#canvas_departements svg{

    max-width: 100%;
    width: 50%;

}
#canvas_departements svg path{
      fill: #635CDB;
    stroke: rgb(255, 255, 255);
    stroke-width:1px;
    transition: fill 0.3s;
}
#canvas_departements svg path:hover{
    fill:rgb(198, 210, 236);
}

.bt_change_niveau{
    padding: 0;
}

.zheaderblock {
    top: 50px;
}

.lst_zone{
    max-width: 100%;
}
.lst_zone input, .lst_zone button, .lst_zone select, .lst_zone textarea {
    max-width: 100%;
}

@media screen and (max-width: 400px){
    .page-titre{
        font-size: 40px;
    }
}

.table_entreprise {
    max-width: 100%!important;
    width: 100%!important;
}

@media screen and (max-width: 768px){
    .table_entreprise td {
        width: 50%!important;
        padding-left: 5px!important;
    }
    .entreprise_haut .row{
        display:block!important;
    }
    .blockcontactent{
        border:none!important;
    }
    .blockcontententleft{
        padding-left: 10px!important;
    }
}

#frmRechercheAvancee {
    width: 100%!important;
}
input, select, textarea {
    max-width: 100%!important;
}

.fiche_abo_tab_info{
    width: 100%!important;
    max-width: 100%!important;
}

.fiche_abo_tab_info td{
    padding: 0!important;
    padding-left: 5px!important;
}

 
@media screen and (max-width: 700px){
    #pub_accueil, .droite-entreprise{
        display: none!important;
    }
    .search{
        display:none;
    }
    .table_entreprise_juri .item{
        height:inherit;
    }
}

 

body{
    overflow-x: hidden;
}

.pp_zone_gauche {
    max-width: 100%!important;
}
.pouvoir_public .bandeau {
    max-width: 100%!important;
}

.pp_zone_droite {
    max-width: 100%!important;
}

.retournrecherche{
    max-width: 100%!important;
    overflow: hidden;
}

.btn-nav-primary:hover {
    border: 1px solid #635CDB;
    background: #fff;
    color: #635CDB;
}
.btn-nav-primary {
    padding-left: 25px;
    padding-right: 25px;
    border: 1px solid #FFFFFF;
    border-radius: 100px 100px 100px 100px;
    display: inline-block;
    height: 30px;
    margin-top: 5px;
    line-height: 29px;
    letter-spacing: 0.5px;
    background: #fff;
    color: #635CDB;
    position: relative;
    overflow: hidden;
    margin-left: 10px;

    font-weight: 700;
    font-size: 12px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    min-width: 110px;
    text-align: center;
}
a.btn-nav-primary {
    background-image: linear-gradient(135deg, #6A30D1 0%, #7590d3 100%);
    color: #fff;
    margin-top: 10px;
    border: 1px solid #7b74e9;
    box-shadow: 0 4px 5px 0 rgba(103, 67, 213, 0.24);
    line-height: 28px;
}

.ul-connexion{
    float:right;
        padding: 0;
}

#navbar .block-logo:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 13px;
    color: #6F8BA4;
    position: absolute;
    right: -18px;
    top: 15px;
}

.titlesite{
   color: #1E3056;
    display: inline-block;
    font-family: "Vollkorn";
    font-size: 13px;
    font-weight: 900;
    line-height: 14px;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: 2px;
    letter-spacing: 0.1px;
}
#navbar .block-logo {
    position: relative;   display: inline-block;
    float: left;margin-right: 40px;
    padding: 15px 0px;
    padding-top: 11px;
}

#navbar .block-logo:after {
    color: #3B566E;
}


#navbar .block-logo:hover ul {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}
#navbar .block-logo ul{
    background: #fff;
    list-style: none;
    padding: 0;
    position: absolute;
    text-align: left;
    min-width: 200px;
    max-width: 235px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    top: 50px;
    left: 15px;
    opacity: 0;
    transform: translateY(-2em);
    visibility: hidden;
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
#navbar .block-logo ul li{
    width: 100%;
    padding: 0px;
}
#navbar .block-logo ul li a:not(.btn-soft-primary){
    display: block;
    background: #fff;
    color: #3B566E;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 14px;
    text-decoration: none !important;
    border-bottom: 1px solid #f5f5f5;
}
#navbar .block-logo ul li a:not(.btn-soft-primary):hover{
    background: #F7FAFD;
    padding-left: 25px;
}

#navbar .block-logo ul li a:not(.btn-soft-primary):hover:before {
    width: 3px;
}
#navbar .block-logo ul li a:not(.btn-soft-primary):before {
    content: '';
    position: absolute;
    width: 0px;
    height: 40px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #635CDB;
}
.menu-connexion a{
    max-width: 182px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 17px;
    padding-left: 17px;
}