:root {
  --bg-1: #ebebeb;
  --bg-lgrey: #f1f1f1;
  --border-1: #ffffff;
  --color-1: #000;
  --color-2: #fff;
  --color-x: #1b00b7;
  --color-x2: #0a0041;
  --color-z: #e1000f;
  --color-grey: #8b8b8b;
}

#pageContent {
  background-color: var(--bg-1);
}

.bg-1 {
  background-color: var(--bg-1);
}

.bg-lgrey {
  background-color: var(--bg-lgrey);
}

.border-1 {
  border: 1px solid var(--border-1);
}

.color-1 {
  color: var(--color-1);
}

.color-2 {
  color: var(--color-2);
}

.color-grey {
  color: var(--color-grey);
}

.color-x {
  color: var(--color-x);
}

.color-z {
  color: var(--color-z);
}

.regular {
  font-family: "Regular";
}

.medium {
  font-family: "Medium";
}

.semibold {
  font-family: "Semibold";
}

.xs-size {
  font-size: 11px;
}

.s-size {
  font-size: 13px;
}

.m-size {
  font-size: 16px;
}

.xl-size {
  font-size: 35px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.xm-size {
  font-size: 21px;
}

.xl2-size {
  font-size: 85px;
  line-height: 90%;
  letter-spacing: -0.03em;
}

.xl3-size {
  font-size: 195px;
  line-height: 90%;
  letter-spacing: -0.04em;
}

.text-center {
  text-align: center;
}

.underlined {
  text-decoration: underline;
}

p {
  line-height: 150%;
}

:root {
  --bg-1: #ebebeb;
  --bg-lgrey: #f1f1f1;
  --border-1: #ffffff;
  --color-1: #000;
  --color-2: #fff;
  --color-x: #1b00b7;
  --color-x2: #0a0041;
  --color-z: #e1000f;
  --color-grey: #8b8b8b;
}

#pageContent {
  background-color: var(--bg-1);
}

.bg-1 {
  background-color: var(--bg-1);
}

.bg-lgrey {
  background-color: var(--bg-lgrey);
}

.border-1 {
  border: 1px solid var(--border-1);
}

.color-1 {
  color: var(--color-1);
}

.color-2 {
  color: var(--color-2);
}

.color-grey {
  color: var(--color-grey);
}

.color-x {
  color: var(--color-x);
}

.color-z {
  color: var(--color-z);
}

.hero-section {
  text-align: center;
  padding: 50px;
}

.hero-image {
  width: 100%;
  max-width: 800px;
  margin-bottom: 20px;
}

.hero-title {
  font-size: 2.5rem;
}

.hero-description {
  font-size: 1.2rem;
  color: #666;
}

.landing-page {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.features {
  padding: 30px;
  text-align: center;
}

.features h2 {
  font-size: 2rem;
}

.landing-page {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.features {
  padding: 30px;
  text-align: center;
}

.features h2 {
  font-size: 2rem;
}

.hero-section {
  text-align: center;
  padding: 50px;
}

.hero-image {
  width: 100%;
  max-width: 800px;
  margin-bottom: 20px;
}

.hero-title {
  font-size: 2.5rem;
}

.hero-description {
  font-size: 1.2rem;
  color: #666;
}

html,
body {
  width: 100%;
  display: flex;
  flex-direction: column;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  padding-top: 0px;
}

@media (max-width: 850px) {
  body {
    padding-top: 0;
  }
}
main {
  display: flex;
  flex-direction: column;
}

#pageContent {
  transition: opacity 0.3s ease;
}

.none {
  display: none;
}

.only-mobile {
  display: none;
}

@media (max-width: 850px) {
  .no-mobile {
    display: none !important;
  }
  .only-mobile {
    display: block;
  }
}
.pointer {
  cursor: pointer;
}

.z15 {
  z-index: 15;
}

.margin15 {
  margin-top: 15vh;
}

.margin20 {
  margin-top: 20vh;
}

.margin25 {
  margin-top: 25vh;
}

.margin15px {
  margin-top: 15px;
}

/* Cacher scrollbar sur Webkit (Chrome, Safari, Edge Chromium, Opera) */
::-webkit-scrollbar {
  display: none;
}

/* Cacher scrollbar sur Firefox */
* {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE et Edge Legacy */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary,
menu,
main {
  display: block;
}

audio,
canvas,
video,
progress {
  display: inline-block;
  vertical-align: middle;
}

audio:not([controls]),
[hidden],
template {
  display: none;
  height: 0;
}

* {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
*:after, *:before {
  box-sizing: inherit;
}

:after,
:before {
  vertical-align: inherit;
  text-decoration: inherit;
}

:root {
  box-sizing: border-box;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

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

iframe,
embed,
object {
  max-width: 100%;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
  margin: 1em 0;
}

nav ul,
nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset,
legend {
  border: 0;
}

legend {
  white-space: normal;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
}

select {
  cursor: pointer;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

button[disabled],
input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  vertical-align: baseline;
  font: inherit;
  background: none;
  border-radius: 0;
  margin: 0;
}

button,
input,
select {
  overflow: visible;
}

input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=checkbox], input[type=radio] {
  cursor: pointer;
  padding: 0;
}
input[type=checkbox] {
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
}
input[type=radio] {
  -moz-appearance: radio;
  -webkit-appearance: radio;
}
input[type=number] {
  width: auto;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  height: auto;
}

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

textarea {
  vertical-align: top;
  overflow: auto;
  resize: vertical;
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

progress {
  display: inline-block;
  vertical-align: baseline;
}

menu {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

sup {
  position: relative;
  top: -0.5em;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
