* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
.skin1 {
  color: #fff;
  background: url(img-reveil.jpg);
  background-repeat: no-repeat;
  background-size: auto;
}
.skin2 {
  color: #fff;
  background: url(img-lune.jpg);
  background-repeat: no-repeat;
  background-size: auto;
}
.skin3 {
  color: #000;
  background: url(img-homer.jpg);
  background-repeat: no-repeat;
  background-size: auto;
}
.skin4 {
  color: #000;
  background: url(img-simpsons.jpg);
  background-repeat: no-repeat;
  background-size: auto;
}
.skin5 {
  color: #fff;
  background: url(img-mars.jpg);
  background-repeat: no-repeat;
  background-size: auto;
}
.skin6 {
  color: #fff;
  background: url(img-hiver.jpg);
  background-repeat: no-repeat;
  background-size: auto;
}
#meteo {
  background: url(img-meteo.jpg);
  background-repeat: no-repeat;
  background-size: auto;
}
.meteo-marge {
  padding-top: 120px;
  padding-left: 55px;
}
#domo {
  background: #000000;
  background-image: url(000.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  color: #ffffff;
}
#spotify {
  background-image: url(img-spotify.png);
  background-repeat: no-repeat;
  background-size: auto;
}
#para {
  background: #000000;
  background-image: url(000.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  color: #ffffff;
}
.hide {
  display: none;
}
.wrapper {
  width: 90%;
  max-width: 450px;
  padding: 1em 1em;
  position: absolute;
  left: 15px;
  top: 10px;
}
.timer-display {
  font-size: 5.5em;
  text-align: center;
  font-family: "Roboto Mono", monospace;
}
.inputs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  margin-top: 1em;
}
.inputs_shadow {
  box-shadow: 
  2px 2px 2px 2px rgb(0 0 0 / .25);
}
.inputs input {
  width: 2.8em;
  font-size: 1.3em;
  border: 1px solid #ffffff;
  border-radius: 0.3em;
  padding: 0.4em 0.2em;
}
#set {
  width :250px;
  margin: 1.5em auto 0 auto;
}
.alarm {
  display: grid;
  grid-template-columns: 8fr 2fr 2fr;
  gap: 1em;
  margin-top: 1.5em;
  align-items: center;
  border-bottom: 1px solid #898f9b;
  padding-bottom: 0.6em;
}
.alarm input[type="checkbox"] {
  appearance: none;
  height: 2em;
  width: 3.75em;
  background-color: #ffffff;
  border-radius: 1.25em;
  position: relative;
  cursor: pointer;
  outline: none;
  box-shadow: 2px 2px 2px 2px rgb(0 0 0 / .25);
}
.alarm input[type="checkbox"]:before {
  position: absolute;
  content: "";
  background-color: #ff3333; /*#757683*/
  height: 1.43em;
  width: 1.43em;
  border-radius: 50%;
  top: 0.25em;
  left: 0.25em;
}
.alarm input[type="checkbox"]:checked {
  background-color: #ffffff;
}
.alarm input[type="checkbox"]:checked:before {
  background-color: #008000;
  left: 2em;
}
.deleteButton {
  background-color: transparent;
  font-size: 1.5em;
  color: #ff3333;  /*#377dff*/
  border: none;
  cursor: pointer;
}
.activeAlarms {
  color: #ffffff;
}
.date-container {
  text-align: center;
  letter-spacing:2px;
  font-family: "Roboto Mono", monospace;
  font-weight:100;
  font-size: 1.5em;
}
body {
  display: flex;
  gap: 1em;
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 'Open Sans', system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
}
.button_snow {
  position: relative;
  width: 100%;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  box-shadow: 2px 2px 2px 2px rgb(0 0 0 / .25);
  transition-property: transform, filter;
  transition-duration: .2s;

  &:active {
    transform: scale(.92);
    filter: brightness(.8);
  }
}
.button_snow::after {
  --overflow-x: 4px;
  --snow-image: url('snow_cap.png');
  content: '';
  position: absolute;
  top: -6px;
  left: calc(var(--overflow-x) * -1);
  border-image-source: var(--snow-image);
  border-image-slice: calc(6 * 56 / 20) fill;
  border-image-width: calc(28px / 3);
  border-image-repeat: round;
  width: calc(100% + var(--overflow-x) * 2);
  height: 28px;
  filter: drop-shadow(0 2px 1px rgb(0 0 0 / .25));
  opacity: 1;
  animation: fade-in 5s;
}
@keyframes fade-in {
  0%,
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.canvas {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.shadow {
  text-shadow: 
    0 1px 0 #ccc, 
    0 2px 0 #c9c9c9, 
    0 3px 0 #bbb, 
    0 4px 0 #b9b9b9, 
    0 5px 0 #aaa, 
    0 6px 1px rgba(0,0,0,.1), 
    0 0 5px rgba(0,0,0,.1), 
    0 1px 3px rgba(0,0,0,.3), 
    0 3px 5px rgba(0,0,0,.2), 
    0 5px 10px rgba(0,0,0,.25), 
    0 10px 10px rgba(0,0,0,.2), 
    0 20px 20px rgba(0,0,0,.15);
}
.shadow_date {
  text-shadow: 
    0 1px 0 #ccc, 
    0 2px 0 #c9c9c9,
    0 2px 1px rgba(0,0,0,.1), 
    0 0 2px rgba(0,0,0,.1), 
    0 1px 2px rgba(0,0,0,.3),
	0 2px 12px rgba(0, 0, 0, 0.9);
}
.deepshadow {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9);
}