body {
  margin: 0;
  padding-top: env(safe-area-inset-top);
  background-color: white;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #37393F;
  -webkit-tap-highlight-color: transparent;
}

h1 {
  font-weight: 500;
  color: #E2DEFA;
  font-size: 16px;
  margin: 0;
  line-height: 100%;
  padding-top: 32px;
  margin: 0px 24px 8px;
}

h2 {
  font-weight: 800;
  font-style: normal;
  font-size: 22px;
  line-height: 130%;
  margin: 0px 24px;
  color: white;
}
h2 span {
  display: block;
}

h3 {
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 150%;
  color: #2b2d33;
  margin: 0;
}

a {
  text-decoration: none;
  border: none;
}

.alert {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(54, 38, 155, 0.2);
  color: #667A95;
  position: absolute;
  bottom: 0%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 30px 30px 0 0;
}
.alert--hide {
  display: none;
}
.alert svg {
  padding-top: 24px;
}
.alert span {
  display: block;
  padding: 12px 24px 0px;
  text-align: center;
  margin: 0 auto;
  font-weight: 400;
}
.alert button {
  background-color: #6C5CE7;
  color: white;
  margin: 16px 0px 20px;
  font-size: 14px;
  height: 35px;
  border-radius: 20px;
  width: 33%;
  justify-content: center;
}

.form_bg {
  background-color: #6C5CE7;
}

.footer_form {
  text-align: center;
  background-color: white;
}

.formInscription {
  margin-top: 37px;
  background-color: white;
  padding: 24px;
  border-radius: 35px 35px 0px 0px;
}

form .file {
  padding-right: 15px;
  width: calc(100% - 32px);
}
form .file::file-selector-button {
  height: 35px;
  vertical-align: center;
  background-color: #6c5ce7;
  color: white;
  border: none;
  margin: 10px 15px 0px 0px;
  padding: 0px 15px;
  border-radius: 8px;
}
form .file:valid:not(:focus)::file-selector-button {
  background-color: white;
  color: #6c5ce7;
}
form .create-team_flex {
  display: flex;
  justify-content: space-between;
}
form .create-team_flex div {
  width: calc(50% - 9px);
}
form .create-team_flex .name {
  width: 67.5%;
}
form .create-team_flex .color {
  width: calc(25% + 9px);
}
form .create-team_flex .color input {
  padding: 0;
  margin-top: 5px;
  height: 62px;
  width: 100%;
}
form .create-team_flex .color input:valid:not(:focus) {
  box-shadow: none;
  background-color: white;
}
form .create-team_flex .color input:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
form label {
  padding-left: 2px;
  font-weight: 500;
}
form input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: calc(100% - 17px);
  padding: 0px 0px 0px 17px;
  height: 55px;
  display: block;
  border-radius: 15px;
  margin-top: 8px;
  margin-bottom: 24px;
  border: none;
  box-shadow: 0px 0px 10px 0px rgba(74, 58, 186, 0.2);
  background-color: white;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-size: 14px;
  font-weight: 400;
  color: #667A95;
}
form input::-moz-placeholder {
  color: #667A95;
}
form input::placeholder {
  color: #667A95;
}
form input:valid:not(:focus) {
  box-shadow: none;
  background-color: #8F82ED;
  color: white;
}
form input:focus {
  box-shadow: none;
  border: solid 1px #6c5ce7;
  outline: none;
}
form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 0px 0px 0px 17px;
  height: 55px;
  display: block;
  border-radius: 15px;
  margin-top: 8px;
  margin-bottom: 24px;
  border: none;
  box-shadow: 0px 0px 10px 0px rgba(74, 58, 186, 0.2);
  background-color: white;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-size: 14px;
  font-weight: 400;
  color: #667A95;
}
form select::-moz-placeholder {
  color: #667A95;
}
form select::placeholder {
  color: #667A95;
}
form select:valid:not(:focus) {
  box-shadow: none;
  background-color: #8F82ED;
  color: white;
}
form select:focus {
  box-shadow: none;
  border: solid 1px #6c5ce7;
  outline: none;
}
form select option {
  background-color: #fff;
}
form .classement {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 26px);
  padding: 0px 9px 0px 17px;
  height: 55px;
  border-radius: 15px;
  margin-top: 8px;
  margin-bottom: 24px;
  border: none;
  box-shadow: 0px 0px 10px 0px rgba(74, 58, 186, 0.2);
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-size: 14px;
  font-weight: 400;
  color: #667A95;
}
form .classement--number {
  display: flex;
}
form .classement input {
  height: 24px;
  font-weight: 400;
  width: 24px;
  padding: 0px;
  margin: 0px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(74, 58, 186, 0.3);
  margin-right: 8px;
}
form .classement input::-moz-placeholder {
  color: #6C5CE7;
}
form .classement input::placeholder {
  color: #6C5CE7;
}
form .step {
  display: none;
}
form .step.active {
  display: block;
}

button {
  padding: 0;
  color: white;
  background-color: #6C5CE7;
  border: none;
  height: 48px;
  border-radius: 15px;
  width: calc(100% - 48px);
  font-family: "Fugaz One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 100%;
  padding-top: 3px;
  margin: 24px 0px 20px;
}

.steps-indicators {
  display: flex;
  justify-content: center;
  gap: 6px;
}
.steps-indicators .step-dot {
  width: 9px;
  height: 9px;
  background: #ccd3dc;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.steps-indicators .step-dot.active {
  background: #6C5CE7;
  width: 27px;
}
.steps-indicators .step-dot.done {
  background: #ccd3dc;
}
.steps-indicators .step-dot.disabled {
  cursor: not-allowed;
}

.footer_form {
  background-color: white;
  width: 100%;
  position: fixed;
  bottom: 0%;
  transform: translateX(-50%);
  left: 50%;
  padding: 12px 0px;
}
.footer_form p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}
.footer_form a {
  color: #4A3ABA;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
}
.footer_form a svg {
  padding-left: 4px;
}

.radio-group {
  display: flex;
  gap: 16px;
}
.radio-group .classement {
  justify-content: center;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}
.radio-group .classement:has(input:checked) {
  background-color: #8F82ED;
  color: white;
}
.radio-group input {
  opacity: 0;
  position: absolute;
}

.team-close {
  position: absolute;
  right: 24px;
  top: 24px;
}

.menu {
  background-color: #F7F5FF;
  min-height: calc(100vh - 64px);
}

.menu__header {
  background-color: #6C5CE7;
  border-radius: 0px 0px 25px 25px;
  padding-bottom: 56px;
  height: 179px;
}
.menu__header__flex {
  display: flex;
  justify-content: space-between;
  padding: 24px 24px 0px;
  height: 40px;
}
.menu__header__flex a {
  display: inline-block;
}
.menu__header__flex__actions {
  position: relative;
}
.menu__header__flex__actions a {
  padding-left: 8px;
}
.menu__header__flex__actions span {
  top: 18%;
  right: 62%;
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #FF0051;
  border: 1.5px solid;
  border-color: #8F82ED;
  border-radius: 100%;
}

.menu__match {
  margin: 0px 24px;
  padding: 24px 17px;
  border-radius: 25px;
  background-color: white;
  box-shadow: 0px 0px 10px 0px rgba(74, 58, 186, 0.15);
  top: 25%;
  position: relative;
  transform: translateY(-31px);
}
.menu__match a.btn-selection {
  display: block;
  margin-top: 16px;
  color: #4A3ABA;
  text-align: center;
}
.menu__match .match-card {
  margin-top: 16px;
}
.menu__match .match-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu__match .match-card__badge {
  background-color: #EDE9FF;
  border-radius: 20px;
  color: #6C5CE7;
  padding: 4px 16px;
  line-height: 100%;
}
.menu__match .match-card__jours {
  font-size: 14px;
  font-weight: 400;
  color: #8D929E;
  line-height: 100%;
}
.menu__match .match-card__infos {
  font-size: 16px;
  font-weight: 400;
  color: #667A95;
  margin-top: 16px;
}
.menu__match .match-card__infos span {
  display: flex;
  align-items: center;
  margin: 12px 0px 0px 4px;
}
.menu__match .match-card__infos span svg {
  margin-right: 16px;
}
.menu__match .match-card__infos p {
  margin: 0;
}
.menu__match .match-card__presence form {
  display: flex;
  justify-content: space-between;
}
.menu__match .match-card__presence form .btn-presence {
  justify-content: center;
  display: flex;
  align-items: center;
  width: calc(50% - 8px);
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 0px 10px 0px rgba(74, 58, 186, 0.15);
  color: #8F82ED;
  margin: 20px 0px 0px;
  padding-bottom: 3px;
}
.menu__match .match-card__presence form .btn-presence div {
  line-height: 100%;
  display: flex;
  align-items: center;
}
.menu__match .match-card__presence form .btn-presence div svg {
  line-height: 100%;
  margin-right: 8px;
  height: 25px;
}
.menu__match .match-card__presence form .btn-presence div span {
  height: 15px;
}
.menu__match .match-card__presence form .btn-presence .btn-non span {
  padding-bottom: 2px;
}
.menu__match .match-card__presence form .btn-presence.active {
  background-color: #6C5CE7;
  color: white;
}
.menu__match .match-card--empty {
  font-size: 16px;
  color: #667A95;
  font-weight: 400;
}
.menu__match .match-card--empty p {
  margin: 0;
}

.menu__equipes {
  margin: 20px 24px 0px;
}
.menu__equipes__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu__equipes__header a {
  height: 40px;
}
.menu__equipes .equipe-card {
  display: flex;
  height: 71px;
  background-color: white;
  justify-content: space-between;
  border-radius: 15px;
  align-items: center;
  margin-top: 20px;
  box-shadow: 0px 0px 10px 0px rgba(74, 58, 186, 0.15);
  padding: 0px 17px;
}
.menu__equipes .equipe-card__ii {
  display: flex;
  align-items: center;
}
.menu__equipes .equipe-card__nom {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #2b2d33;
  margin: 0;
  line-height: auto;
}
.menu__equipes .equipe-card__division {
  margin: 0;
  line-height: auto;
  font-size: 14px;
  font-weight: 400;
  color: #667A95;
}
.menu__equipes .equipe-card__icon {
  height: 35px;
  width: 35px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}
.menu__equipes .equipe-card__stats {
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  color: #6C5CE7;
}
.menu__equipes .equipe-card__stats span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #667A95;
}
.menu__equipes .empty-msg {
  font-size: 16px;
  color: #667A95;
  font-weight: 400;
  justify-content: center;
}

.menu__stats {
  margin: 50px 24px 0px;
  padding-bottom: 100px;
}
.menu__stats .stats-grid {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.menu__stats .stat-card {
  line-height: 140%;
  display: flex;
  height: 95px;
  width: calc(33% - 8px);
  background-color: white;
  box-shadow: 0px 0px 10px 0px rgba(74, 58, 186, 0.15);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.menu__stats .stat-card__value {
  padding-bottom: 4px;
  font-size: 20px;
  font-weight: 500;
}
.menu__stats .stat-card__label {
  font-size: 14px;
  font-weight: 400;
  color: #667A95;
}

.bottom-nav {
  background-color: white;
  height: 64px;
  position: fixed;
  width: calc(100% - 48px);
  bottom: 0;
  display: flex;
  padding: 0px 24px;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(74, 58, 186, 0.1);
}
.bottom-nav__item {
  color: #8D929E;
}
.bottom-nav__item--active {
  color: #4A3ABA;
}

.menu__header .team-page--select {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 32px 24px 0px 0px;
  text-transform: uppercase;
}
.menu__header .team-page--select--rigth {
  width: 26px;
  height: 28px;
  margin: 0;
}
.menu__header .team-page__code {
  font-size: 12px;
  line-height: 100%;
  margin-bottom: 0;
  padding: 0;
}
.menu__header .team-page__toggle {
  display: flex;
  justify-content: flex-start;
  margin: 8px 0px 0px 24px;
}
.menu__header .team-page__toggle .active {
  background-color: white;
  color: #6C5CE7;
}
.menu__header .team-page__toggle button {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 18px;
  background-color: #8F82ED;
  color: white;
  border-radius: 50px;
  width: 125px;
  height: 40px;
  margin: 0px 12px 0px 0px;
  padding: 0;
  text-transform: none;
}

.team-page__tab {
  margin: 0px 24px;
}
.team-page__tab h3 {
  margin-bottom: 16px;
}
.team-page__tab .joueur-card {
  top: 25%;
  position: relative;
  transform: translateY(-31px);
  background-color: white;
  box-shadow: 0px 0px 10px 0px rgba(74, 58, 186, 0.15);
  border-radius: 15px 15px 4px 4px;
  padding: 20px 17px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.team-page__tab .joueur-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #6C5CE7;
  border-radius: 0 0 15px 15px;
}
.team-page__tab .joueur-card__nom {
  font-size: 18px;
  color: #2b2d33;
  line-height: 140%;
  font-weight: 600;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
.team-page__tab .joueur-card__nom svg {
  margin-left: 8px;
}
.team-page__tab .joueur-card__division {
  font-size: 16px;
  font-weight: 400;
  line-height: auto;
  color: #4A3ABA;
  margin-top: 6px;
  line-height: 100%;
}
.team-page__tab .joueur-card__infos2 {
  text-align: right;
}
.team-page__tab .joueur-card__classements {
  line-height: 140%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.team-page__tab .joueur-card__classements span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  height: 24px;
  width: 24px;
  background-color: white;
  box-shadow: 0px 0px 10px 0px rgba(74, 58, 186, 0.2);
  font-size: 14px;
  font-weight: 600;
  color: #6C5CE7;
  margin-left: 4px;
}
.team-page__tab .joueur-card__ic {
  font-size: 16px;
  font-weight: 400;
  line-height: auto;
  color: #667A95;
  margin-top: 6px;
  line-height: 100%;
}
.team-page__tab .matchComing {
  margin: 0px;
}
.team-page__tab .matchComing .menu__match {
  margin: 0px 0px 20px;
  border-radius: 15px 15px 4px 4px;
}
.team-page__tab .matchComing .menu__match::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #6C5CE7;
  border-radius: 0 0 15px 15px;
}
.team-page__tab .match-item {
  margin-top: 16px;
  margin-left: 2px;
}
.team-page__tab .match-item div {
  margin: 12px 0px 0px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #667A95;
}
.team-page__tab .match-item div svg {
  margin-right: 16px;
}
.team-page__tab .matchPast {
  padding-bottom: 100px;
  font-size: 16px;
  font-weight: 400;
  color: #667A95;
}
.team-page__tab .matchPast .menu__match {
  margin: 0px 0px 20px;
  border-radius: 15px 15px 4px 4px;
}
.team-page__tab .matchPast .menu__match::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #6C5CE7;
  border-radius: 0 0 15px 15px;
}
.team-page__quitter {
  position: relative;
  bottom: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background-color: #6C5CE7;
  border: none;
  height: 48px;
  border-radius: 15px;
  font-family: "Fugaz One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 100%;
  padding-top: 3px;
}
.team-page__quitter a {
  color: white;
}

.selection-page__content {
  margin: 0px 24px;
  padding-bottom: 100px;
}

.joueur-select-card {
  top: 25%;
  position: relative;
  transform: translateY(-31px);
  background-color: white;
  box-shadow: 0px 0px 10px 0px rgba(74, 58, 186, 0.15);
  border-radius: 15px 15px 4px 4px;
  padding: 20px 17px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.joueur-select-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #6C5CE7;
  border-radius: 0 0 15px 15px;
}
.joueur-select-card__nom {
  font-size: 18px;
  color: #2b2d33;
  line-height: 140%;
  font-weight: 600;
  text-transform: capitalize;
  margin-left: 12px;
}
.joueur-select-card__infos {
  display: flex;
  align-items: center;
}
.joueur-select-card__infos div {
  position: relative;
}
.joueur-select-card__infos svg {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.joueur-select-card__infos input {
  margin: 0;
  padding: 0;
  height: 30px;
  width: 30px;
  border-radius: 5px;
  accent-color: #6C5CE7;
}
.joueur-select-card__infos input:valid:not(:focus) {
  border: solid 1.5px #6c5ce7;
  box-shadow: none;
  background-color: unset;
  color: white;
}
.joueur-select-card__infos input:focus {
  box-shadow: none;
  border: solid 1.5px #6c5ce7;
  outline: none;
}
.joueur-select-card__infos2 {
  text-align: right;
}
.joueur-select-card__ic {
  font-size: 16px;
  font-weight: 400;
  line-height: auto;
  color: #667A95;
  line-height: 100%;
}
.joueur-select-card__classements {
  line-height: 140%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 4px;
}
.joueur-select-card__classements span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  height: 24px;
  width: 24px;
  background-color: white;
  box-shadow: 0px 0px 10px 0px rgba(74, 58, 186, 0.2);
  font-size: 14px;
  font-weight: 600;
  color: #6C5CE7;
  margin-left: 4px;
}

.joueur-select-card--selected input {
  background-color: #6c5ce7 !important;
}

.selection-page__count {
  text-align: center;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  margin: -30px 0px 37px;
  color: #667A95;
}

.validation-btn {
  width: 100%;
  display: block;
}

.notif-page__list {
  margin: 0px 24px;
}

.notif-card {
  top: 20%;
  position: relative;
  transform: translateY(-48px);
  background-color: white;
  box-shadow: 0px 0px 10px 0px rgba(74, 58, 186, 0.15);
  border-radius: 15px 15px 4px 4px;
  padding: 20px 17px;
  margin-bottom: 20px;
  overflow: hidden;
}
.notif-card div {
  display: flex;
  align-items: center;
}
.notif-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #6C5CE7;
  border-radius: 0 0 15px 15px;
}
.notif-card__equipe {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 120%;
  margin-left: 12px;
}
.notif-card__equipe span {
  display: block;
  font-size: 14px;
  color: #667A95;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 120%;
}
.notif-card__message {
  margin: 0;
  margin-top: 12px;
  font-size: 16px;
  color: #667A95;
  font-weight: 400;
}

.title2 {
  font-weight: 800;
  font-style: normal;
  font-size: 22px;
  line-height: 130%;
  margin: 0px 24px;
  color: white;
}

.calendrier__nav {
  margin: 14px 24px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.calendrier__nav__current {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 18px;
  background-color: #8F82ED;
  color: white;
  border-radius: 50px;
  width: 180%;
  height: 40px;
  padding: 0;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendrier__nav__btn {
  display: flex;
  padding: 0;
  margin: 0;
  font-family: "Manrope", sans-serif;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  align-items: center;
}
.calendrier__nav__btn span {
  margin: 8px;
}
.calendrier__nav__btn--2 {
  justify-content: end;
}

.calendrier__grid-wrapper {
  margin: 0px 24px;
  padding: 24px 17px;
  border-radius: 25px;
  background-color: white;
  box-shadow: 0px 0px 10px 0px rgba(74, 58, 186, 0.15);
  top: 25%;
  position: relative;
  transform: translateY(-31px);
}

.calendrier__detail {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: #667A95;
  text-align: center;
  padding-bottom: 100px;
}
.calendrier__detail p {
  margin: 0;
}
.calendrier__jours-semaine {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  margin-bottom: 12px;
}
.calendrier__jours-semaine span {
  font-weight: 500;
  font-size: 16px;
}
.calendrier__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}
.calendrier .cal-day {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6px 0;
  border-radius: 150px;
}
.calendrier .cal-day__num {
  font-size: 16px;
  color: #667A95;
  font-weight: 400;
}
.calendrier .cal-day__dots {
  display: flex;
  gap: 4px;
  margin-top: 2px;
}
.calendrier .cal-day--today .cal-day__num {
  color: #4A3ABA;
  font-weight: 700;
}
.calendrier .cal-day--selected {
  background-color: #6C5CE7;
  height: -moz-fit-content;
  height: fit-content;
}
.calendrier .cal-day--selected .cal-day__num {
  color: white;
}
.calendrier .cal-day--selected .cal-day__dots {
  display: none;
}
.calendrier .cal-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
}

.title--calendar {
  margin: 30px 24px 20px;
  text-align: left;
}

.detail-match-card {
  position: relative;
  background-color: white;
  box-shadow: 0px 0px 10px 0px rgba(74, 58, 186, 0.15);
  border-radius: 15px 15px 4px 4px;
  padding: 20px 17px;
  margin: 0px 24px 20px;
  overflow: hidden;
  text-align: left;
}
.detail-match-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #6C5CE7;
  border-radius: 0 0 15px 15px;
}
.detail-match-card__equipe {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  color: #37393F;
  font-weight: 600;
  text-transform: uppercase;
}
.detail-match-card__infos {
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.detail-match-card__infos svg {
  margin-right: 16px;
}
.detail-match-card__adversaire {
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.detail-match-card__adversaire svg {
  margin-right: 16px;
}
.detail-match-card .cat--calendar {
  background-color: #EDE9FF;
  border-radius: 20px;
  color: #6C5CE7;
  padding: 4px 16px;
  line-height: 100%;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.covoit__section {
  margin: 0px 24px;
  padding: 24px 17px;
  border-radius: 25px;
  background-color: white;
  box-shadow: 0px 0px 10px 0px rgba(74, 58, 186, 0.15);
  top: 25%;
  position: relative;
  transform: translateY(-31px);
  font-size: 18px;
  font-weight: 400;
  color: #667A95;
  line-height: 160%;
  text-align: center;
}

/*# sourceMappingURL=app.css.map*/