#container_svg {
  box-sizing: border-box;
}

#polyline8181 {
  fill: #eeeeee !important;
}

#carteDesVins {
  position: absolute;
  transform-origin: top left;
}

.map_product_page {
  height: 150px;
}

.info_region {
  background-color: #595959;
  color: aliceblue;
  font-weight: bold;
  padding: 10px;
  border-radius: 0 10px 0 10px;
}

path:hover:not(#polyline8181) {
  stroke: black !important;
}
div.modal div#container_svg {
  display: none;
}

.opac {
  opacity: 0.3;
}

.title_carte {
  text-align: center;
  padding-top: 20px;
  font-size: 3em;
}

.section_top_carte {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 46px;
  flex-wrap: wrap;
}

.section_top_carte p {
  width: 80%;
  font-size: 1.2em;
  text-align: center;
  line-height: 35px;
  margin-bottom: 0;
}

#vin > main,
#content > div.section_top_carte,
#carteDesVins {
  background-color: #f5eef1;
}
