
/* -============== Interactive map ==============- */


body .Details.Btn{
    padding: 6px 25px !important;
    /*border-color: #312F94 !important;*/
    border-color: transparent !important;
    border-radius:5px;
    margin-top:20px !important;
}

#InteractiveMap {
    position: relative;

    display: block;
    width: 1366px;
    height: 768px;
    background: url(../interface/map2/ImageComplete.png) no-repeat;
}

.Popup {
    display: none;
    width: 200px;
    /*height: 88px;*/
    padding: 6px 8px;
    background: #ffffff;
    position: absolute;
    z-index: 9999 !important;
    left: 48%;
    bottom: 53%;
    border: 2px solid #312F94;
    border-radius: 5px;
    font-size: 11px;
    text-align: left !important;
    line-height: 14px;
    color: #018299;
}

.Popup div {
    text-align: left !important;
}

.Popup.Active {
    display: block;
}

.Popup h6 {
    display: block;
    font-size: 1.7em;
    font-weight: bold;
    color: #312F94;
    margin-bottom: 2px;
    padding-right: 20px;
}

.Popup p {
    display: block;
    margin-bottom: 8px !important;
}

.Popup a.Close {
    position: absolute !important;
    top: 9px;
    right: 8px;
    display: block !important;
    position: static;
    width: 7px !important;
    height: 7px !important;
    text-indent: -9999 !important;
    background: url(../interface/map/btn-close.png) no-repeat !important;
}

body .Popup a.Details {
    display: inline-block !important;
    position: static;
    width: auto !important;
    height: auto !important;
    padding: 3px 6px;
    text-indent: inherit !important;
    color: #ffffff !important;
    background: none !important;
    background-color: #DBDBDB !important;
    text-decoration: none !important;
    font-size: 1.4em;
}

body #main_wrapper_interne .Popup a.Details:hover {
    background-color: #018299 !important;
    color: #ffffff !important;
}

/* Car */

#Car {
    position: absolute;
    top: 415px;
    right: -5px;
    display: block;
    width: 146px;
    height: 120px;
}

#Car a {
    position: relative;
    display: inline-block;
    width: 146px;
    height: 120px;
    background: url(../interface/map2/stationnement.png) no-repeat;
    text-indent: -9999px;
}

#Car a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map2/stationnement.png) no-repeat 0 -120px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Car a:hover span {
    opacity: 1;
}

#Car .Popup {
    left: -40%;
    bottom: 71%;
}

/* Tree */

#Tree {
    position: absolute;
    top: 93px;
    right: 74px;
    display: block;
    width: 236px;
    height: 243px;
}

#Tree a {
    position: relative;
    display: inline-block;
    width: 236px;
    height: 243px;
    background: url(../interface/map2/arbre.png) no-repeat;
    text-indent: -9999px;
}

#Tree a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map2/arbre.png) no-repeat 0 -250px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Tree a:hover span {
    opacity: 1;
}

/* House */

#House {
    position: absolute;
    z-index: 3;
    top: 156px;
    right: 302px;
    display: block;
    width: 612px;
    height: 538px;
}

#House a {
    position: relative;
    display: inline-block;
    width: 612px;
    height: 538px;
    background: url(../interface/map2/maison.png) no-repeat;
    text-indent: -9999px;
}

#House a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map2/maison.png) no-repeat 0 -543px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#House a:hover span {
    opacity: 1;
}

#House .Popup {
    left: 48%;
    bottom: 45%;
}
/* Snow */

#Snow {
    position: absolute;
    bottom: 18px;
    right: 458px;
    display: block;
    width: 127px;
    height: 86px;
}

#Snow a {
    position: relative;
    display: inline-block;
    width: 127px;
    height: 86px;
    background: url(../interface/map2/neige.png) no-repeat;
    text-indent: -9999px;
}

#Snow a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map2/neige.png) no-repeat 0 -85px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Snow a:hover span {
    opacity: 1;
}

/* Dog */

#Dog {
    position: absolute;
    z-index: 4;
    bottom: 94px;
    left: 468px;
    display: block;
    width: 71px;
    height: 53px;
}

#Dog a {
    position: relative;
    display: inline-block;
    width: 71px;
    height: 53px;
    background: url(../interface/map2/chien.png) no-repeat;
    text-indent: -9999px;
}

#Dog a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map2/chien.png) no-repeat 0 -53px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Dog a:hover span {
    opacity: 1;
}

#Dog .Popup {
    left: 44px;
    bottom: 95%;
}

/* Cat */

#Cat {
    position: absolute;
    z-index: 20;
    bottom: 160px;
    left: 476px;
    display: block;
    width: 37px;
    height: 45px;
}

#Cat a {
    position: relative;
    display: inline-block;
    width: 37px;
    height: 45px;
    background: url(../interface/map2/chat.png) no-repeat;
    text-indent: -9999px;
}

#Cat a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map2/chat.png) no-repeat 0 -45px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Cat a:hover span {
    opacity: 1;
}

#Cat .Popup {
    left: -15px;
    bottom: 95%;
}

/* Garbage */

#Garbage {
    position: absolute;
    bottom: 233px;
    right: 147px;
    display: block;
    width: 102px;
    height: 73px;
    z-index: 80;
}

#Garbage a {
    position: relative;
    display: inline-block;
    width: 102px;
    height: 73px;
    background: url(../interface/map2/poubelle.png) no-repeat;
    text-indent: -9999px;
}

#Garbage a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map2/poubelle.png) no-repeat 0 -80px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Garbage a:hover span {
    opacity: 1;
}

/* Shed */

#Shed {
    position: absolute;
    z-index: 1;
    top: 228px;
    left: 37px;
    display: block;
    width: 259px;
    height: 254px;
}

#Shed a {
    position: relative;
    display: inline-block;
    width: 259px;
    height: 254px;
    background: url(../interface/map2/remise.png) no-repeat;
    text-indent: -9999px;
}

#Shed a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map2/remise.png) no-repeat 0 -262px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Shed a:hover span {
    opacity: 1;
}

/* Trailer */

#Trailer {
    position: absolute;
    z-index: 10;
    top: 432px;
    left: 34px;
    display: block;
    width: 128px;
    height: 100px;
}

#Trailer a {
    position: relative;
    display: inline-block;
    width: 128px;
    height: 100px;
    background: url(../interface/map2/remorque.png) no-repeat;
    text-indent: -9999px;
}

#Trailer a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map2/remorque.png) no-repeat 0 -104px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Trailer a:hover span {
    opacity: 1;
}


/* Lawn mower */

#Lawnmower {
    position: absolute;
    z-index: 10;
    top: 65px;
    right: 721px;
    display: block;
    width: 76px;
    height: 95px;
}

#Lawnmower a {
    position: relative;
    display: inline-block;
    width: 76px;
    height: 95px;
    background: url(../interface/map2/tondeuse.png) no-repeat;
    text-indent: -9999px;
}

#Lawnmower a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map2/tondeuse.png) no-repeat 0 -95px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Lawnmower a:hover span {
    opacity: 1;
}

#Lawnmower .Popup {
    right: -90px;
    bottom: 20%;
}


/* Hedge */

#Hedge {
    position: absolute;
    z-index: 4;
    bottom: 26px;
    left: 363px;
    display: block;
    width: 314px;
    height: 175px;
}

#Hedge a {
    position: relative;
    display: inline-block;
    width: 314px;
    height: 201px;
    background: url(../interface/map2/haie2.png) no-repeat;
    text-indent: -9999px;
}

#Hedge a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map2/haie2.png) no-repeat 0 -230px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Hedge a:hover span {
    opacity: 1;
}

#Hedge .Popup {
    left: 230px;
    bottom: 33%;
}

/* Worker */

#Worker {
    position: absolute;
    z-index: 20;
    top: 350px;
    right: 137px;
    display: block;
    width: 155px;
    height: 121px;
}

#Worker a {
    position: relative;
    display: inline-block;
    width: 155px;
    height: 121px;
    background: url(../interface/map2/renovation.png) no-repeat;
    text-indent: -9999px;
}

#Worker a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map2/renovation.png) no-repeat 0 -128px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Worker a:hover span {
    opacity: 1;
}

/* Pool */

#Pool {
    position: absolute;
    z-index: 1;
    top: 176px;
    left: 293px;
    display: block;
    width: 162px;
    height: 155px;
}

#Pool a {
    position: relative;
    display: inline-block;
    width: 162px;
    height: 155px;
    background: url(../interface/map2/piscine.png) no-repeat;
    text-indent: -9999px;
}

#Pool a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map2/piscine.png) no-repeat 0 -155px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Pool a:hover span {
    opacity: 1;
}

#Pool .Popup {
    left: 70px;
    bottom: 95%;
}

/* Deck */

#Deck {
    position: absolute;
    z-index: 2;
    top: 378px;
    left: 399px;
    display: block;
    width: 173px;
    height: 151px;
}

#Deck a {
    position: relative;
    display: inline-block;
    width: 173px;
    height: 151px;
    background: url(../interface/map2/patio.png) no-repeat;
    text-indent: -9999px;
}

#Deck a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map2/patio.png) no-repeat 0 -159px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Deck a:hover span {
    opacity: 1;
}

#Deck .Popup {
    left: -150px;
    bottom: 51%;
}

/* Solarium */

#Solarium {
    position: absolute;
    z-index: 10;
    top: 154px;
    left: 617px;
    display: block;
    width: 229px;
    height: 150px;
}

#Solarium a {
    position: relative;
    display: inline-block;
    width: 229px;
    height: 150px;
    background: url(../interface/map2/solarium2.png) no-repeat;
    text-indent: -9999px;
}

#Solarium a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map2/solarium2.png) no-repeat 0 -165px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Solarium a:hover span {
    opacity: 1;
}

#Solarium .Popup {
    left: 55px;
    bottom: 95%;
}

/* Fence */

#Fence {
position: absolute;
    z-index: 1;
    bottom: -17px;
    left: 0px;
    display: block;
    width: 379px;
    height: 264px;
}

#Fence a {
    position: relative;
    display: inline-block;
    width: 379px;
    height: 247px;
    background: url(../interface/map2/cloture3.png) no-repeat;
    text-indent: -9999px;
}

#Fence a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map2/cloture3.png) no-repeat 0 -260px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Fence a:hover span {
    opacity: 1;
}

#Fence .Popup {
    left: 20px;
    bottom: 27%;
}


/* Sprinkler */

#Sprinkler {
    position: absolute;
    z-index: 3;
    bottom: 237px;
    left: 401px;
    display: block;
    width: 58px;
    height: 83px;
}

#Sprinkler a {
    position: relative;
    display: inline-block;
    width: 58px;
    height: 83px;
    background: url(../interface/map2/arrosage.png) no-repeat;
    text-indent: -9999px;
}

#Sprinkler a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map2/arrosage.png) no-repeat 0 -83px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Sprinkler a:hover span {
    opacity: 1;
}

#Sprinkler .Popup {
    left: -13px;
    bottom: 110%;
}

/* Heatpump */

#Heatpump {
    position: absolute;
    z-index: 4;
    bottom: 167px;
    left: 541px;
    display: block;
    width: 53px;
    height: 63px;
}

#Heatpump a {
    position: relative;
    display: inline-block;
    width: 53px;
    height: 63px;
    background: url(../interface/map2/thermopompe.png) no-repeat;
    text-indent: -9999px;
}

#Heatpump a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map2/thermopompe.png) no-repeat 0 -63px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Heatpump a:hover span {
    opacity: 1;
}

/* Propane */

#Propane {
    position: absolute;
    z-index: 4;
    bottom: 220px;
    left: 472px;
    display: block;
    width: 38px;
    height: 70px;
}

#Propane a {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 70px;
    background: url(../interface/map2/propane.png) no-repeat;
    text-indent: -9999px;
}

#Propane a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map2/propane.png) no-repeat 0 -70px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Propane a:hover span {
    opacity: 1;
}

/* Propane */

#Driveway {
    position: absolute;
    z-index: 60;
    bottom: 160px;
    right: 214px;
    display: block;
    width: 229px;
    height: 150px;
}

#Driveway a {
    position: relative;
    display: inline-block;
    width: 229px;
    height: 150px;
    background: url(../interface/map2/entreecharretiere.png) no-repeat;
    text-indent: -9999px;
}

#Driveway a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map2/entreecharretiere.png) no-repeat 0 -160px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Driveway a:hover span {
    opacity: 1;
}

#Driveway .Popup {
    left: 48%;
    bottom: -46%;
}


/* Moufette */

#Moufette {
    position: absolute;
    z-index: 600;
    bottom: 32px;
    right: 675px;
    display: block;
    width: 35px;
    height: 53px;
}

#Moufette a {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 53px;
    background: url(../interface/map2/animauxfaune.png) no-repeat;
    text-indent: -9999px;
}

#Moufette a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map2/animauxfaune.png) no-repeat 0 -53px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Moufette a:hover span {
    opacity: 1;
}

/* Cheminée  ****/
#Cheminee {
    position: absolute;
    z-index: 3;
    bottom: 343px;
    right: 628px;
    display: block;
    width: 118px;
    height: 170px;
}
#Cheminee a {
    position: relative;
    display: inline-block;
    width: 118px;
    height: 170px;
    background: url(../interface/map2/cheminee.png) no-repeat;
    text-indent: -9999px;
}
#Cheminee a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map2/cheminee.png) no-repeat 0 -160px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}
#Cheminee a:hover span {
    opacity: 1;
}
#Cheminee .Popup {
    left: -185px;
    bottom: 10%;
}

/* Tracteur  ****/
#Tracteur {
    position: absolute;
    z-index: 14;
    bottom: 109px;
    left: 240px;
    display: block;
    width: 126px;
    height: 143px;

}
#Tracteur a {
    position: relative;
    display: inline-block;
    width: 126px;
    height: 143px;
    background: url(../interface/map2/tracteur.png) no-repeat;
    text-indent: -9999px;
}
#Tracteur a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map2/tracteur.png) no-repeat 0 -145px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}
#Tracteur a:hover span {
    opacity: 1;
}
#Tracteur .Popup {
    left: -15px;
    bottom: 95%;
}


/* Vente de garage  ****/
#Vente {
    position: absolute;
    z-index: 100;
    bottom: 137px;
    right: 320px;
    display: block;
    width: 162px;
    height: 124px;
}
#Vente a {
    position: relative;
    display: inline-block;
    width: 162px;
    height: 124px;
    background: url(../interface/map2/ventegarage.png) no-repeat;
    text-indent: -9999px;
}
#Vente a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map2/ventegarage.png) no-repeat 0 -120px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}
#Vente a:hover span {
    opacity: 1;
}


#accordionMaison .card-body{
    margin-left:20px;
}

.img_accordionMaison{
    float:right;
    max-height: 100px;
    margin-right:10%;
    margin-left:5%;
}

#maison_mobile, .mobile_map_id{
    display: none ;
}

@media (max-width: 1350px) {
    #InteractiveMap{
        display:none !important;
    }
    #maison_mobile{
        display:block;
        margin:0 auto;
        width: 100%;
        max-width: 598px;
    }
    .mobile_map_id{
        /*display: inline-block;*/
        display:none !important;
        margin: 0 10px 0 0;
        padding:5px 0 0 0;
        width: 40px;
        height: 40px;
        border-radius:20px;
        background: rgba(54, 54, 54, 1);
        color:#fff;
        font-weight:bold;
        text-align: center;
        float:left;
    }
    /*#maison_menu_membre{
        float:right !important;
    }
    #maison_texte{
        float:left !important;
    }*/

}

@media (max-width: 1000px) {
    #maison_menu_membre{
        display: none;
    }

}
