.page-network #main-container{
    box-shadow: none;
    border: none;
}

.view-id-reseau.view-display-id-page .view-filters{
    background: #f4f4f4;
    padding: 20px 15px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}

.view-id-reseau.view-display-id-page .view-filters .terms{
    float: right;
    width: 540px;
}

.view-id-reseau.view-display-id-page .view-filters .terms .row{
    float: left;
    width: 200px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'AvenirBlack', Arial;
    color: #808080;
    padding-left: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 15px;
}
.view-id-reseau.view-display-id-page .view-filters .terms .row.siege{
    background: transparent url('../images/term-siege.png') no-repeat 0 6px;
}
.view-id-reseau.view-display-id-page .view-filters .terms .row.agency{
    background: transparent url('../images/term-agency.png') no-repeat 0 6px;
}
.view-id-reseau.view-display-id-page .view-filters .terms .row.commercial{
    background: transparent url('../images/term-commercial.png') no-repeat 0 6px;
}
.view-id-reseau.view-display-id-page .view-filters .terms .row.factory{
    background: transparent url('../images/term-factory.png') no-repeat 0 6px;
}

#views-exposed-form-reseau-page{
    float: left;
    margin-right: 20px
}

.filters-title{
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px;
}

#edit-country-wrapper select{
    width: 230px;
}
#edit-province-wrapper{
    clear: both;
    margin-top: 10px;
}
#edit-province-wrapper input{
    width: 230px;
    clear: both;
}

#views-exposed-form-reseau-page .views-submit-button{
    display: none;
}

.view-id-reseau.view-display-id-page .gmap{
    margin-bottom: 25px;
    border: 1px solid #e7e6e6;
    min-height: 580px;
}

.sub-title{
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    color: #feae3c;
    font-family: 'AvenirBlack', Arial;
}

.sub-title .line{
    border-bottom: 1px solid #e7e6e6;
    float: right;
    padding-top: 6px;
    width: 750px;
}

.view-id-reseau.view-display-id-page .views-row{
    width: 230px;
    float: left;
    margin-right: 50px;
    margin-top: 30px;
    font-size: 12px;
    margin-bottom: 15px;
}

.view-id-reseau.view-display-id-page .views-row.views-row-14{
    min-height: 222px;
}

.view-id-reseau.view-display-id-page .views-row .views-field.views-field-title{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
.view-id-reseau.view-display-id-page .views-row .views-field{
    color: #6e767e;
    margin-bottom: 5px;
}
.view-id-reseau.view-display-id-page .views-field-street br{
    margin-bottom: 5px;
}
.view-id-reseau.view-display-id-page .views-field-postal-code,
.view-id-reseau.view-display-id-page .views-field-city{
    display: inline;
}

.view-id-reseau.view-display-id-page .views-field.views-field-latitude,
.view-id-reseau.view-display-id-page .views-field.views-field-longitude{
    padding-top: 7px;
    display: inline;
    color: #b0b0b0;
}

.view-id-reseau.view-display-id-page .views-row a{
    color: #feae3c;
    text-decoration: underline;
    font-size: 11px;
}
.view-id-reseau.view-display-id-page .views-row a:hover{
    text-decoration: none;
}

.view-id-reseau.view-display-id-page .views-row .views-label,
.view-id-reseau.view-display-id-page .views-row .field-content{
    display: inline;
}

.gmap-popup{
    width: 300px;
    min-height: 165px;
}

.gmap-popup .title{
    font-weight: bold;
    color: #056da2;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    text-transform: uppercase;
}

.gmap-popup .adress{
    color: #666;
    font-weight: bold;
    line-height: 17px;
    font-size: 12px;
    margin-bottom: 20px;
}

.gmap-popup .desc{
    font-size: 11px;
    padding-bottom: 20px;
}