/* Colors */
:root {
  --shadow:  0 1px 3px rgba(0,0,0,.1);
}

.btn-violet {
    --bs-btn-color: #fff;
    --bs-btn-bg: #AA43FF;
    --bs-btn-border-color: #AA43FF;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #9130e6;
    --bs-btn-hover-border-color: #882dd9;
    --bs-btn-focus-shadow-rgb: 187, 99, 255;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #882dd9;
    --bs-btn-active-border-color: #7f2acc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #AA43FF;
    --bs-btn-disabled-border-color: #AA43FF;
}

/* Common */

.logoTheAnonyme {
  height:100%; 
  width: 100%; 
  background: center / contain no-repeat url('/static/img/theanonyme.png')
}

.pointer{
  cursor: pointer;
}

.fullHeight{
  height: 100%;
}

/* Body base */
body {
  font-family: system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

header{
  width: 100%; 
  height: 100px;
}