body {
    /*font-family: 'Raleway', serif;*/
    /*font-family: "Open Sans","Arial","Helvetica",sans-serif*/
    font-family: "Arial","Helvetica",sans-serif
}

.header-2 {
    background: #f93;
}

.standard-block, .result-list .items .item {
    border:0;
    border-radius:14px;
}

.left-filters form, .left-filters .form {
    border:0;
}

.undernav {
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    padding-left: 102px;
    padding-right: 60px;
    padding-bottom: 20px;
    font-size:13px;
    line-height:20px;
}
.undernav h1 {
    margin-bottom:20px;
    margin-top:10px ;
    font-size:26px;
}

/* Titre orange bloc sidebar */
.left-filters .h3 {
    background: #f93;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    text-shadow:none;
}

.tag-gris, .tag-bleu {
    position:relative;
    text-shadow:none;
    font-size:18px;
    padding:4px;
    padding-right:16px !important;
    padding-left:12px;
    font-weight:500;
}
.tag .cross {
    position: absolute;
    top: -9px;
    right: -7px;
    height:22px;
    width:22px;
}

.tag-top-content {
    line-height:34px;

}

.tag a  /* hack a cause de (.univers-header .c a )*/ {
    background-color:none !important;
    padding:0 !important;
    margin:0 !important;
    float:none !important;
}

/* Bulle numero */
.result-list .items .item .num {
    background:#33a1c9;
    #background:#0089bc;
    border-radius:15px;
}

.result-list .items .item .t h2 a, .result-list .items .item .t .h2 {
    #color:#33a1c9;
}

.result-list .items .item_pub {
    border:0;
    border-radius:14px;
}

.result-list .items .item .t .activity {
    font-style: normal;
    color: #535353;
    padding: 6px 0 0px 0;
    font-weight: 300;
    font-size:14px;

}
.result-list .items .item .adress {
    color:#222;
    font-size:14px;
}

/* Sidebar left */

/* Logo de la fiche */
.result-list .items .item .v {
    background:none;
}
.result-list .items .item .v .bd {
    border:0;
}

.result-list .items .item .phone-legal {
    padding-top:20px !important;
}

.right-list li {
    background:none;
    padding:0 0 5px 0;
}
.right-list li a {
    font-weight:300;
    font-size:12px;
}
.right-list li a:hover {
    text-decoration:underline;
}

.infowindow .h2 a {
    color:#0089bc;
    text-decoration:none;

}

.infowindow .adress {
    font-size:12px;
    margin-top:3px 0;
}

/* Filtre de recherche dans le menu */
.left-filters .items li label, .left-filters .items li a  {
    font-size:13px;
    text-transform: capitalize;
    color:#535353;
}

h5 {
    text-transform: uppercase;
    margin-top:16px;
    margin-bottom:4px;
    color:#333;
}