html {
  font-size: 0.625em !important;
}

body {
  --font-size: 1.6rem;
  --text_color: var(--color_2);
  --color_1: #fff;
  --color_2: #2f1c52;
  --color_3: #27214f;
  --color_4: #6ebf80;
  --color_5: #f0ece9;
  --color_6: #ebe8e4;
  --color_7: #433d6a;
  --color_8: #383260;
  --color_9: #ece8e5;
  --color_10: #6a6e95;
  --color_11: #d5d0cc;
  --color_13: #c2b3a7;
  --color_14: #5cc6f2;
  --height-menu-desktop: 125px;
}
body,
td,
pre,
input[type="text"],
input[type="email"],
textarea,
select {
  line-height: 1.4;
  overflow-x: hidden;
  font-size: var(--font-size);
  color: var(--text_color);
}

/* Boutons */
.btn {
  appearance: none;
  padding: 0;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  font-size: 1.4rem;
  text-decoration: none;
  border-radius: 10rem;
  padding: 1rem 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 1rem;
  transition:
    background 0.3s ease,
    color 0.3s ease,
    border 0.3s ease;
  background: var(--color_4);
  border: 0.2rem solid var(--color_4);
  color: var(--color_1);
}
.btn:hover {
  color: var(--color_1);
  background: transparent;
  border: 0.2rem solid var(--color_1);
}
.btn.btn-secondary {
  border: 0.1rem solid var(--color_4);
  background-color: var(--color_1);
  transition: border 0.4s ease;
  margin-left: 1rem;
  color: var(--color_4);
}
.text-c-green {
  color: var(--color_4);
}
.text-c-turquoise {
  color: var(--color_14);
}
.text-big {
  font-size: 2rem;
  font-weight: 600;
}
h1 {
  font-size: 4rem;
  margin: 0;
  line-height: 1.2;
}
.ck h2,
h2,
.h2 {
  overflow: hidden;
  margin: 0.6em 0;
  color: #2f1c52;
  font-family: "Montserrat", Tahoma, Arial, Verdana, sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.15;
  position: relative;
}
h2.text-align-center::after {
  content: "";
  display: block;
  width: 15rem;
  margin: -1.1rem 0 0 0;
  border-bottom: #4fbce5 solid 1rem;
  margin: -1.1rem auto 0;
}
h3,
.h3 {
  font-size: 2.6rem;
  font-weight: 700;
  text-transform: uppercase;
}
