/* Activ'Map Plugin
 * Copyright (c) 2015-2017 Pandao
 * Documentation : https://activmap.pandao.eu/doc
 */
#activmap-geolocate,
#activmap-target {
    margin-bottom: 10px;
}
#activmap-accordion {
    clear: both;
}
#activmap-accordion .panel-default {
    border: none;
}
#activmap-accordion .panel-heading .activmap-accordion-toggle:after {
    margin: 0 0 0 15px;
}
#activmap-accordion .panel-heading {
    background: #333;
    color: #fff;
    border-radius: 0;
}
#activmap-accordion .panel-title a {
    display: block;
}
#activmap-accordion .panel-title a:hover {
    text-decoration: none;
}
#activmap-accordion .panel-title a:after {
    font-family: FontAwesome;
    content: '';
    float: right;
}
#activmap-accordion .panel-title a.collapsed:after {
    content: '';
}
#activmap-wrapper {
    height: 750px;
    width: auto;
    overflow: hidden;
    position: relative;
    background: #fff;
}
#activmap-container, #activmap-canvas {
    position: relative;
    width: 100%;
    height: 100%;
    float: right;
}
#activmap-places {
    background: #fff;
    position: absolute;
    left: -320px;
    z-index: 10;
    height: 100%;
    width: 320px;
    padding: 0 20px;
    overflow: auto;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
@media(max-width:767px){
    #activmap-wrapper{
        min-height: 100vh;
    }
    #activmap-places {
        max-height: 50vh;
        position: relative;
        width: 100%;
    }
    #activmap-container{
        z-index: 999;
        height: 50vh;
        width: 100% !important;
    }
}
@media(min-width:768px){
    #activmap-places.hidden-xs {
        display: block!important;
    }
}
#activmap-results-num {
    font-weight: bold;
    font-size: 18px;
    color: #663ce9;
    text-transform: uppercase;
    padding: 10px 0;
}
.activmap-place {
    display: none;
    border-left: 5px solid #663ce9;
    padding: 10px;
    margin: 10px 0;
    cursor: pointer;
    transition: 0.3s;
}
.activmap-place:hover,
.activmap-place.active {
    background: #663ce9;
    color: #fff;
}
.activmap-place h3:hover {
    color: white;
}
.activmap-place h3 {
    font-size: 18px;
    letter-spacing: -1px;
    margin: 0 0 10px 0;
    font-weight: 400;
}
/*.activmap-place h3:before {
    font-family: FontAwesome;
    content: '';
    margin-right: 10px;
}*/
.activmap-place .local-agence:before {
    font-family: FontAwesome;
    content: '';
    margin-right: 10px;
}

.activmap-infowindow {
    padding: 10px;
    line-height: 2;
}
.activmap-brand {
    float: left;
    margin: 0 20px 10px 0;
    height: 80px;
    width: 80px;
}
.activmap-brand img {
    max-height: 100%;
    max-width: 100%;
}
.activmap-details {
    max-width: 240px;
    float: right;
}
h4.activmap-title {
    font-size: 18px;
    margin: 0 10px 0 0;
}
.activmap-details a {
    color: #F24937;
}

.activmap-place  .titre-agence{
    font-size: 18px;
    letter-spacing: -1px;
    margin: 0 0 10px 0;
    font-weight: 400;
}
/*.activmap-place .titre-agence:before {
    font-family: FontAwesome;
    content: '';
    margin-right: 10px;
}*/.activmap-address:before {
    font-family: FontAwesome;
    content: '';
    margin-right: 10px;
}

p {

    margin: 0 0 0px 0;
}


.activmap-place .phone:before {
    font-family: FontAwesome;
    content: "\f095";
    margin-right: 10px;
}
.activmap-phone:before {
    font-family: FontAwesome;
    content: "\f095";
    margin-right: 10px;
}
.phone a {
    color: black;
}
.activmap-place:hover p a {
    color: #fff;
}.activmap-place.active p a {
     color: #fff !important;
 }


