@charset "UTF-8";
html {
  font-size: 16px;
  /* 1rem = 16px */
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  min-width: 20rem;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  color: #0a0b0a;
  background-color: #e5e5e5;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font: inherit;
}

p {
  overflow-wrap: break-word;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 0.875em;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  cursor: help;
}

address {
  margin: 0;
  font-style: normal;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl {
  margin: 0;
}

dd {
  margin-left: 0;
}

a {
  color: inherit;
  text-decoration: none;
  /*
   * État normal : transition de sortie.
   * Le retour est plus lent afin d'éviter toute coupure brutale.
   */
  transition-property: transform, opacity, background-color, border-color, color, box-shadow, filter;
  transition-duration: 1.2s, 1.02s, 0.9s, 0.9s, 0.78s, 1.32s, 1.2s;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1), cubic-bezier(0.22, 1, 0.36, 1), cubic-bezier(0.25, 0.8, 0.25, 1), cubic-bezier(0.25, 0.8, 0.25, 1), cubic-bezier(0.25, 0.8, 0.25, 1), cubic-bezier(0.22, 1, 0.36, 1), cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0s;
  transform-origin: center;
  /*
   * Entrée légèrement plus rapide que la sortie,
   * tout en restant lente, fine et progressive.
   */
}
a:hover, a:focus-visible {
  transition-duration: 0.8s, 0.72s, 0.64s, 0.64s, 0.6s, 0.92s, 0.8s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1), cubic-bezier(0.16, 1, 0.3, 1), cubic-bezier(0.2, 0.8, 0.2, 1), cubic-bezier(0.2, 0.8, 0.2, 1), cubic-bezier(0.2, 0.8, 0.2, 1), cubic-bezier(0.16, 1, 0.3, 1), cubic-bezier(0.16, 1, 0.3, 1);
}
a {
  /*
   * Respect du réglage système de réduction des animations.
   */
}
@media (prefers-reduced-motion: reduce) {
  a {
    transition-duration: 0.001s;
    transition-delay: 0s;
  }
}
a:hover, a:focus-visible, a:active, a:visited {
  color: inherit;
  text-decoration: none;
}

a:not([href]) {
  cursor: default;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

img,
picture,
video {
  height: auto;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

iframe {
  border: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

th {
  font-weight: inherit;
  text-align: inherit;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

button,
input,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -moz-appearance: button;
       appearance: button;
  -webkit-appearance: button;
  cursor: pointer;
}

button {
  padding: 0;
  background: transparent;
  border: 0;
}

button:disabled,
input:disabled,
select:disabled,
textarea:disabled {
  cursor: not-allowed;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
textarea,
select,
button {
  max-width: 100%;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  width: 100%;
  margin: 0;
  padding: 0;
}

label {
  display: inline-block;
}

[type=search] {
  -moz-appearance: textfield;
       appearance: textfield;
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-inner-spin-button {
  height: auto;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

pre,
code,
kbd,
samp {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

pre {
  display: block;
  max-width: 100%;
  margin: 0;
  overflow: auto;
}

code {
  overflow-wrap: break-word;
}

hr {
  margin: 0;
  padding: 0;
  color: inherit;
  border: 0;
  border-top: 1px solid currentColor;
  opacity: 0.25;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

output {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:focus-visible {
  outline: 2px solid #091226;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
html {
  font-size: 16px;
  line-height: 1.5;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 20rem;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
  color: #0a0b0a;
  background-color: #e5e5e5;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#app {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  min-height: 100%;
  background-color: transparent;
}

main {
  display: block;
  flex: 1 0 auto;
  width: 100%;
  min-width: 0;
}

header,
main,
footer,
nav,
section,
article,
aside {
  min-width: 0;
}

.logoutForm {
  display: inline-flex;
  margin: 0;
  padding: 0;
}

.logoutForm__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: inherit;
  text-decoration: inherit;
  cursor: pointer;
}

.logoutForm__button p {
  margin: 0;
}

.connectedNavbarDesktop__links .logoutForm,
.connectedProfilNavbarDesktop__links .logoutForm,
.administrationDestopNavbar__links .logoutForm,
.navbarTablet__links .logoutForm {
  display: flex;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
}

.connectedNavbarDesktop__links .logoutForm__button,
.connectedProfilNavbarDesktop__links .logoutForm__button,
.administrationDestopNavbar__links .logoutForm__button,
.navbarTablet__links .logoutForm__button {
  height: auto;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.connectedNavbarMobile .sidepanel .logoutForm,
.sidepanel .logoutForm {
  display: block;
}

.connectedNavbarMobile .sidepanel .logoutForm__button,
.sidepanel .logoutForm__button {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 8px 32px 8px 8px;
  color: inherit;
  font-size: 25px;
  text-align: left;
  transition: color 0.3s;
}

.connectedNavbarMobile .sidepanel .logoutForm__button:hover,
.connectedNavbarMobile .sidepanel .logoutForm__button:focus-visible,
.sidepanel .logoutForm__button:hover,
.sidepanel .logoutForm__button:focus-visible {
  color: #f1f1f1;
}

.tablet-sidebar__item.logout .logoutForm__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  padding: 0.5rem;
  border-radius: 1rem;
  color: #515151;
  text-decoration: none;
}

.tablet-sidebar__item.logout .logoutForm__button i {
  color: #d15656;
  font-size: 1.6rem;
}

.profil_desktop__top__links__bottom__littleFlatButtonDesktop .logoutForm,
.profil_mobile__buttons__littlesButtons .logoutForm,
.dashboard-profil .profil-footer .logoutForm {
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  max-width: 100%;
}/*# sourceMappingURL=base_style.css.map */
