h1{
	font-size: 2em;
	font-family: Tahoma, "Trebuchet MS", sans-serif;
	color: black;
  text-align: center;
}

a{
	color: black;
	font-size: 1.5em;
	text-decoration: none;
}

.fa-lg {
    font-size: 5em;
    line-height: 1em;
    vertical-align: -0.0667em;
}


body {
  background-image: url("../images/background.gif");
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; 
}

#myinput {
  background: linear-gradient(to right, #c90076 0%, #6a329f ' + value + '%, #fff ' + value + '%, white 100%);
  border: solid 0px #82CFD0;
  border-radius: 8px;
  height: 7px;
  width: 356px;
  outline: none;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
}

.swal2-popup{
  width: 90% !important;
  height: 75% !important;
}

div:where(.swal2-container) .swal2-range {
    background: transparent; !important; /* Changer cette valeur pour modifier la couleur de fond */
}

.big{
	font-size: 3em;
	color: blue;
	font-weight: 2em;
  text-shadow: -3px -3px 0 #000, 3px -3px 0 #000, -3px 3px 0 #000, 3px -3px 0 #000;
}

.big2{
	font-size: 3em;
}

.white{
	color: white;
}

body.swal2-shown > [aria-hidden="true"] {
  transition: 0.3s filter;
  filter: blur(30px);
}

.my-button{
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
  min-width: 5em;
  min-height: 5em;
  position: absolute;
  top: 0;
  right: 0;
}

.flex-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.bottom-txt{
  bottom: 0;
}

.top-right-txt{
  right: 0;
  top: 0;
}

.top-txt{
  top: 0;
}

/* Imported things */
a{
  display: flex;
  flex-grow: 1;
  min-width: 45vw;
  height: 70pt;
  overflow: hidden;
  appearance: button;
  background-color: darkgoldenrod;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  box-sizing: border-box;
  color: black;
  cursor: pointer;
  font-family: din-round,sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: .8px;
  line-height: 20px;
  margin: 8pt;
  outline: none;
  overflow: visible;
  padding: 15px 16px;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transform: translateZ(0);
  transition: filter .2s;
  user-select: none;
  -webkit-user-select: none;
  white-space: nowrap;
  width: 99%;
}

a:after {
  background-clip: padding-box;
  background-image: url("../images/gold.png");
  background-color: gold;
  border-radius: 16px;
  border-width: 0 0 4px;
  bottom: 4px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

a:main,
a:focus {
  user-select: auto;
}

a:hover::after {
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
}

a:hover:not(:disabled) {
  transition: background 0.3s;
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
  border: 1px solid black;
  background: linear-gradient(90deg, rgba(2,0,36,0.6895133053221288) 0%, rgba(9,9,121,0.6082808123249299) 35%, rgba(0,212,255,0.5214460784313726) 100%);
}

a:disabled {
  cursor: auto;
}
