#carteresidence{
	width: 100%;
	min-height: 100%;
    margin-top: 80px;
}
#contenuresidence{
  margin: 0;
    margin-left: auto;margin-right: auto;
  padding: 0;
  width: 100%;
}


#map {
  display: flex;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.map__image {
  position: relative;
  display: block;
  width: 70vw;
}
.map__image .svg {
  position: absolute;
  z-index: 2;
  width: 100%;
}
.map__image .bg {
  position: relative;
  width: 100%;
}
.map__image img {
  width: 100%;
}
.map__image a {
  fill-opacity: 0%;
  fill: #fff;
  stroke: #000;
  stroke-width: 2px;
  transition: fill fill-opacity 0.3s;
}
.map__image a#asl_A.is-active {
  fill: #FE8BF0;
  fill-opacity: 100%;
}
.map__image a#asl_B.is-active {
  fill: #63E9FC;
  fill-opacity: 100%;
}
.map__image a#asl_C.is-active {
  fill: #FFE920;
  fill-opacity: 100%;
}
.map__image a#asl_D.is-active {
  fill: #FFA04A;
  fill-opacity: 100%;
}
.map__image a#asl_E.is-active {
  fill: #4BFE78;
  fill-opacity: 100%;
}
.map__image a#asl_F.is-active {
  fill: #FF4848;
  fill-opacity: 100%;
}
.map__image a#asl_G.is-active {
  fill: #AD8BFE;
  fill-opacity: 100%;
}
.map__list {
  float: right;
  width: 30%;
}
.map__list a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}
.map__list a#list_A.is-active {
  color: #FE8BF0;
  text-decoration: none;
  font-weight: bold;
  transition: color 0s;
}
.map__list a#list_B.is-active {
  color: #63E9FC;
  text-decoration: none;
  font-weight: bold;
  transition: color 0s;
}
.map__list a#list_C.is-active {
  color: #FFE920;
  text-decoration: none;
  font-weight: bold;
  transition: color 0s;
}
.map__list a#list_D.is-active {
  color: #FFA04A;
  text-decoration: none;
  font-weight: bold;
  transition: color 0s;
}
.map__list a#list_E.is-active {
  color: #4BFE78;
  text-decoration: none;
  font-weight: bold;
  transition: color 0s;
}
.map__list a#list_F.is-active {
  color: #FF4848;
  text-decoration: none;
  font-weight: bold;
  transition: color 0s;
}
.map__list a#list_G.is-active {
  color: #AD8BFE;
  text-decoration: none;
  font-weight: bold;
  transition: color 0s;
}
.liste {
  margin-top: 25pt;
  font-size: 16pt;
  list-style: none;
  line-height: 30pt;
    font-weight: 600;
}
.liste a:hover {
    cursor: pointer;
}
.liste2 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 4;
/*
    display: inline-table;
*/
}.liste2 li {
    display: inline-flex;
    text-align: center;
    width: auto;
	margin-left: 20px;
}
.liste2 a {
    text-decoration: none;
}
#listeimmeuble {
    width: 1150px;
    margin-left: auto;
    margin-right: auto;
	background-color: skyblue;
}
#listeimmeuble a {
	color: white;
	text-transform: uppercase;
	font-weight: 600;
}

#listeimmeuble a:hover{
    color: rgba(0,0,0,1.00);
    font-size: 18px;
}
#divhistorique{
    width: 90%; display: flex; margin-left: auto; margin-right: auto; margin-bottom: 25px;
}
#imghistorique{
   width: 50%; margin-top: 0px;
}
#histotexte{
    width: 40%; margin-left: auto; margin-right: auto; margin-top: 10%;
}
#histop{
   text-align: justify; font-size: 20px;
}
@media all and (max-width : 1400px) {
	#contenuresidence{
		width: 100%;
	}
  #map { /*
	display: flex;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;*/
    width: 95%;
  }
}


@media all and (max-width : 1200px) {
    h1.h1{
        margin-top: 10px;
    }
    #listeimmeuble{
		width: 95%;
	}
	#contenuresidence{
		width: 100%;
	}
  #map { /*
	display: flex;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;*/margin-left: 20px;
    width: 98%;
  }
    
#imghistorique{
   width: 50%; height: 10%;
}
    #histotexte{
        margin-top: 10px;
    }
}
@media all and (max-width : 900px) {
	#contenuresidence{
		width: 100%;
	}#divhistorique{
    width: 90%; display: flex; margin-left: auto; margin-right: auto; margin-bottom: 25px;
} #imghistorique{
            width: 80%;
        }
        #histop{
            font-size: 15px;
        }
  #map { /*
	display: flex;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;*/margin-left: 0;
    width: 100%;
      display: block;
  }
    
    .map__image{
        
    margin-left: auto;
    margin-right: auto;
        
    }
    .liste{
    margin-left: 10px;margin-right: 10px;
    }
    
    .liste li{
        
        display: inline-flex; width: 160px;height: 80px;
    }
    .map__list{
        float: none;
        width: 100%;
    }#listeimmeuble a:hover{
    font-size: 16px;
}
    #divhistorique{
        display: block;
    text-align: center;
    }   
    #imghistorique{
        margin-left: auto;
        margin-right: auto;
    }
    #histotexte{
        width: 100%;
    }

}
    
    @media all and (max-width : 768px) {
      #map { 
          margin-top: 100px;
        }
        .liste{
            font-size: 18px;margin-left: 10%;
        }
		.liste li {
		height: 30px;
		line-height: 18px;
	}
        	#listeimmeuble a{
		font-size: 13px;
	}
       #contenuresidence {
    margin-top: -80px;
}
    }
@media all and (max-width : 460px) {
	.liste  {
		text-align: left;font-size: 16px;
	}
	.liste li{margin-left: 7%; width:90%;}

}