.main___2qvxd {
  display: grid;
  width: 100%;
  grid-template-columns: 55% 45%;
  height: 100vh;
}
@media (max-width: 1200px) {
  .main___2qvxd {
    grid-template-columns: 65% 35%;
  }
}
@media (max-width: 1000px) {
  .main___2qvxd {
    grid-template-columns: 100vw;
  }
}
.map___2nYrd {
  background: rgb(255, 193, 146);
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-left: 1%;
  padding-right: 1%;
  overflow: hidden;
}

.inner___2Ys7x {
  position: relative;
  max-height: calc(100vh - 22.5rem);
  margin: 0 auto;
  align-self: center;
  align-self: center;
  width: calc((100vh - 22.5rem) * var(--ratio))
}

.image___8Gtoq {
  max-width: 100%;
  max-height: 100%;
}


.categorieWrapper___2iMgM {
  align-self: flex-start;
  background: white;
  padding:1.5rem;
  margin-top:2rem;
  margin-left:2rem;
  margin-left: calc((100% - ((100vh - 22.5rem) * var(--ratio)))/2);
  flex-grow:0;
}
.categorie___2RIuZ {
  font-size:1.6rem;
  line-height:3rem;
}
.categorie___2RIuZ::before {
  color: var(--categorie-color);  
  font-size:8rem;
  line-height:3rem;
  content: "\2022"; 
  padding-left: -1.5rem; 
  vertical-align: middle;
}

@media (max-width: 1000px) {
  .map___2nYrd {
    height: auto;
  }
}

@-webkit-keyframes pulse-ring___SrVip {
  0% {
    -webkit-transform: scale(.33);
            transform: scale(.33);
  }
  80%, 100% {
    opacity: 0;
  }
}

@keyframes pulse-ring___SrVip {
  0% {
    -webkit-transform: scale(.33);
            transform: scale(.33);
  }
  80%, 100% {
    opacity: 0;
  }
}

@-webkit-keyframes pulse-dot___3fgQv {
  0% {
    -webkit-transform: scale(.8);
            transform: scale(.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(.8);
            transform: scale(.8);
  }
}

@keyframes pulse-dot___3fgQv {
  0% {
    -webkit-transform: scale(.8);
            transform: scale(.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(.8);
            transform: scale(.8);
  }
}

.transport___3Ibka  {
  --marker-color: #EA4F6C;
}
.cosmopolite___1GDQs{
  --marker-color: #A1355F;
}
.culturel___3hM1b{
  --marker-color: #4E2E1E;
}
.commercial___25oli{
  --marker-color: #F99548;
}
.politique___2GSpM  {
  --marker-color: #ddd;
}
.residentiel___3ptf8{
  --marker-color: #FCCA55
}

.markers___toV9O {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}

.circle___34z_c {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.circle___34z_c:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--marker-color);
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.active___32Z_i::after {
  -webkit-animation: pulse-dot___3fgQv 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
          animation: pulse-dot___3fgQv 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}
.active___32Z_i::before {
  content: "";
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: var(--marker-color);
  /* background-color: #01a4e9; */
  -webkit-animation: pulse-ring___SrVip 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
          animation: pulse-ring___SrVip 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}


.wrapper___251ZW {
  padding-left: 5%; 
  padding-right: 5%; 
  padding-top: 8%; 
  overflow: auto;
}

.wrapper___251ZW > p {
  font-size: 1.6rem;
  line-height: 2.3rem;
}

.title___3lrB8 {
  font-size: 4rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.wrapper___251ZW > h2 {
  font-size: 2.5rem;
  padding-bottom: 1rem;
}

.wrapper___251ZW > img {
  max-width: 85%;
  display: block;
  padding-bottom: 1rem;
  padding-top: 1rem;
  margin: auto;
}

.wrapper___251ZW > audio {
  width: 85%;
  display: block;
  padding-bottom: 1rem;
  padding-top: 3rem;
  margin: auto;
}

.homeLink___23TvT {
  padding: 1rem;
  /* background: lightblue; */
  background: rgb(255, 193, 146);
  font-size: 2rem;
  border-radius: 2rem;
  margin-bottom: 1.4rem;
  float: right;
}
.titleWrapper___3gKXV {
  background: rgb(255, 193, 146);
  background: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.5)), url("/static/images/pigeon.jpeg");
  background-size: cover;
  height: 15rem;
  line-height: 10rem;
  color: #fafafa;
  text-align: center;
}
.title___208fu {
  max-width: 102rem;
  font-size: 4rem;
  margin: 0 auto;
}

.carteWrapper___2qdbd {
  max-width: 80rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2rem;

}

.carteTitre___2Hi05 {
  font-size: 3rem;
}

.carteImg___kg94- {
  max-width: 50rem;
  cursor: pointer;
}
