@font-face {
  font-family: "Luciole";
  src: url("/assets/typo/Luciole/Luciole-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Luciole Bold";
  src: url("/assets/typo/Luciole/Luciole-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Luciole-Italic";
  src: url("/assets/typo/Luciole/Luciole-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Luciole-Bold-Italic";
  src: url("/assets/typo/Luciole/Luciole-Bold-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  src: url("/assets/typo/Roboto/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("/assets/typo/Roboto/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Italic";
  src: url("/assets/typo/Roboto/Roboto-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Bold-Italic";
  src: url("/assets/typo/Roboto/Roboto-Bold-Italic.ttf") format("truetype");
}
/*#191c88 !default;*/ /*ee1133*/
.switchEnglober {
  display: flex;
  justify-content: center;
  align-items: center;
}
.switchEnglober label {
  color: black !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  margin-left: 1em;
  margin-right: 1em;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #ee1133;
}

input:focus + .slider {
  box-shadow: 0 0 1px #ee1133;
}

input:checked + .slider:before {
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}/*# sourceMappingURL=switch.css.map */