/*
Theme Name: S3EB
Author: Jérémy CFT
Version: 0.1
*/

body {
	background-color: white;
}

.shadow-image {
  filter: drop-shadow(14px 5px 40px #0000006d);
}

.shadow-title {
  filter: drop-shadow(0px 0px 20px #000000bb);
}

/* Map Markers */
.outer-circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgba(71, 120, 255, 0.3);
  outline: 2px dashed rgba(71, 120, 255, 0.3);
  outline-offset: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
}

.inner-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(71, 120, 255, 0.3);
  color: #111;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}

/* Bullet list style */
.custom-bullet-list {
  list-style: none;
  padding-left: 0;
}

.custom-bullet-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

.custom-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 0.6rem;
  height: 0.6rem;
  background-color: var(--color-primary);
  border-radius: 50%;
  flex-shrink: 0;
}

#goUp {
  background-color: white;
  z-index: 10;
  mask-image: url("./assets/images/go-up2.png");
  -webkit-mask-image: url("./assets/images/go-up2.png");
  mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mix-blend-mode: difference;
}
