/**
 * Google Maps
 *
 * @package CentresParisAnim
 */

div[data-map] {
	margin-bottom: 1rem;
}

div[data-map].is-hidden {
	display: none;
}

div[data-map-toggle] {
	display: block;
	margin-bottom: 0.5rem;
	text-align: right;
}

div[data-map-toggle] button {
	color: hsl(218, 95%, 63%);
	border: none;
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: #33619e;
  font: inherit;
  line-height: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  appearance: none;
  text-decoration: underline;
}
