@charset "UTF-8";

/* src/styles.scss */
@font-face {
  font-display: swap;
  font-family: "Inter-Light";
  src: url(/assets/fonts/Inter-Light.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Inter-Regular";
  src: url(/assets/fonts/Inter-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Inter-Bold";
  src: url(/assets/fonts/Inter-ExtraBold.ttf) format("truetype");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px !important;
  -webkit-user-select: none;
  user-select: none;
}
h1 {
  line-height: 29px;
  font-size: 24px;
}
h1.bold {
  font-family: "Inter-Bold";
}
h1.regular {
  font-family: "Inter-Regular";
}
h2 {
  line-height: 26px;
  font-size: 22px;
}
h2.regular {
  font-family: "Inter-Regular";
}
h2.bold {
  font-family: "Inter-Bold";
}
h2.light {
  font-family: "Inter-Light";
}
h3 {
  line-height: 24px;
  font-size: 20px;
}
h3.regular {
  font-family: "Inter-Regular";
}
h3.bold {
  font-family: "Inter-Bold";
}
h3.light {
  font-family: "Inter-Light";
}
h4 {
  line-height: 19px;
  font-size: 16px;
}
h4.regular {
  font-family: "Inter-Regular";
}
h4.bold {
  font-family: "Inter-Bold";
}
h4.light {
  font-family: "Inter-Light";
}
h5 {
  line-height: 16px;
  font-size: 14px;
}
h5.regular {
  font-family: "Inter-Regular";
}
h5.bold {
  font-family: "Inter-Bold";
}
h5.light {
  font-family: "Inter-Light";
}
h6 {
  line-height: 14px;
  font-size: 12px;
}
h6.bold {
  font-family: "Inter-Bold";
}
h6.regular {
  font-family: "Inter-Regular";
}
h6.light {
  font-family: "Inter-Light";
}
a {
  font-family: "Inter-Light";
  line-height: 14px;
  font-size: 12px;
}
:root {
  --color-main-primary-orange-or-green: #6BBD45;
}
input {
  border: 0;
  outline: 0;
  border-radius: 5px;
}
input:focus {
  outline: none !important;
}
input[type=text] {
  width: 150px;
  height: 28px;
  font-family: "Inter-Regular";
  padding-left: 8px;
  box-sizing: border-box;
}
input[type=date] {
  width: 130px;
  height: 28px;
  font-family: "Inter-Regular";
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
}
input[type=date]::-webkit-calendar-picker-indicator,
input[type=time]::-webkit-calendar-picker-indicator {
}
input[type=time]::-webkit-calendar-picker-indicator {
}
input[type=date]::-webkit-calendar-picker-indicator {
}
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
input[type=time] {
  height: 28px;
  width: 80px;
  padding-left: 8px;
  font-family: "Inter-Regular";
  box-sizing: border-box;
}
input[type=checkbox] {
  border-radius: 40px;
  height: 15px;
  width: 15px;
  accent-color: #FCC159;
}
input[type=checkbox]:hover {
  accent-color: #FCC159;
}
textarea {
  width: 100%;
  height: 100%;
  min-height: 70px;
  border-radius: 6px;
  resize: none;
  font-family: "Inter-Regular";
  padding-left: 8px;
  padding-right: 4px;
  outline: none;
  box-sizing: border-box;
}
button {
  width: 250px;
  height: 40px;
  background-color: #6BBD45;
  color: white;
  border-radius: 100px;
  border: none;
  cursor: pointer;
}
button:disabled {
  width: 250px;
  height: 40px;
  background-color: #4B9947;
  color: rgb(189, 186, 186);
  border-radius: 100px;
  border: none;
  cursor: default;
}
select {
  width: 200px;
  height: 28px;
  border-radius: 6px;
  border: none;
  background-color: #6BBD45;
  color: white;
  cursor: pointer;
  outline: none;
  padding-left: 8px;
}
select > option {
  padding-left: 16px;
}
select.custom-select::after {
}
input select button textarea div {
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  margin: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(#6BBD45, #016761);
  overscroll-behavior-y: contain;
  box-sizing: border-box;
}
::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 100px;
}
@media only screen and (max-width: 1000px) and (orientation: landscape) {
  body {
    margin: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(#6BBD45, #016761);
    overscroll-behavior-y: contain;
    box-sizing: border-box;
  }
  body::before {
    content: "Ce site est optimis\e9  pour un affichage en mode portrait. Veuillez tourner votre appareil.";
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
