.map_image {
    width: 100%;
    float: left;
  }
  .map_image #region-D path, #region-A path,#region-I path,#region-K  path {
    fill: rgb(5, 24, 117);
    stroke-width: 1px;
    stroke: red;
    transition: fill 0.3s;
  }
  .map_image #region-D path:hover, #region-A path:hover,#region-I path:hover,#region-K:hover  path:hover {
    fill: rgb(5, 24, 117);
    stroke-width: 5px;
    stroke: #cddb06;
    transition: fill 0.3s;
  }
  .map_image path {
    fill: #03a9f4;
    stroke-width: 1px;
    stroke: #fff;
    transition: fill 0.3s;
  }
  .map_image path:hover {
    fill: #0a0b0b;
    stroke-width: 3px;
    stroke: #fff;
    transition: fill 0.3s;
  }
  .carte-image{
    position: absolute;
     height: 450px;
  }
  .carte-image img{
    position: relative;
     height: 100% ;
  }
  .map_list {

    width: 30%;

  }
  .map_list a {

    text-decoration: none;
    color: #03a9f4;
  }
  .map_list a:hover {
    text-decoration: none;
    color: #03295c;
    font-weight: bolder;
    font-size: 20px;
  }
  .map_list ul {
    list-style: none;
  }
