@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400&family=Manrope:wght@700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

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

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

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

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*  Vars from project */
/* $myvar:myval; */
.container {
  display: flex;
  flex-wrap: wrap;
}

.col-1 {
  flex: 0 0 auto;
  width: calc(100% / (12 / 1));
}

.col-2 {
  flex: 0 0 auto;
  width: calc(100% / (12 / 2));
}

.col-3 {
  flex: 0 0 auto;
  width: calc(100% / (12 / 3));
}

.col-4 {
  flex: 0 0 auto;
  width: calc(100% / (12 / 4));
}

.col-5 {
  flex: 0 0 auto;
  width: calc(100% / (12 / 5));
}

.col-6 {
  flex: 0 0 auto;
  width: calc(100% / (12 / 6));
}

.col-7 {
  flex: 0 0 auto;
  width: calc(100% / (12 / 7));
}

.col-8 {
  flex: 0 0 auto;
  width: calc(100% / (12 / 8));
}

.col-9 {
  flex: 0 0 auto;
  width: calc(100% / (12 / 9));
}

.col-10 {
  flex: 0 0 auto;
  width: calc(100% / (12 / 10));
}

.col-11 {
  flex: 0 0 auto;
  width: calc(100% / (12 / 11));
}

.col-12 {
  flex: 0 0 auto;
  width: calc(100% / (12 / 12));
}

@media screen and (max-width: 980px) {
  .col-1 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-2 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-3 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-4 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-5 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-6 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-7 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-8 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-9 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-10 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-11 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
body {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  color: var(--color1);
  background: #fff;
  font-weight: 500;
  line-height: 180%;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.clear {
  clear: both;
}

.fitimg {
  width: 100%;
  height: auto;
}

.fitimgtotal {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile {
  display: none !important;
}

.tablette {
  display: none !important;
}

a {
  text-decoration: none;
  color: var(--color1);
}
a.rub:hover {
  opacity: 0.7;
}

h1, h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
  margin: 25px 0 10px;
}

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

.valign {
  display: flex;
  align-items: center;
  justify-content: center;
}

.valignl {
  display: flex;
  align-items: center;
}

input:not([type=submit], [type=checkbox], [type=image]), textarea, select {
  background: transparent;
  min-height: 45px;
  text-indent: 15px;
  border: none;
  color: var(--color1);
  font-size: 14px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(0, 17, 26, 0.5);
}
input:not([type=submit], [type=checkbox], [type=image]):focus, textarea:focus, select:focus {
  outline: none;
}

input[type=submit], .btn {
  background: var(--color1);
  color: var(--color2);
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
}

textarea {
  height: 200px;
  text-indent: 0;
  padding: 10px;
}

.upper {
  text-transform: uppercase;
}

@media screen and (max-width: 980px) {
  .mobile {
    display: inline-block !important;
  }
  .desktop {
    display: none !important;
  }
  .globalcontainer {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 1330px) {
  .tablette {
    display: inline-block !important;
  }
}
body.landing section {
  padding: 0 2vw;
}
body.landing section#form {
  height: 100vh;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #00111A;
}
body.landing section#form img.mobile {
  width: calc(100% + 4vw);
  margin-left: -2vw;
}
body.landing section#form .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
}
body.landing section#form .container {
  height: 100vh;
}
body.landing section#form .container .upper {
  font-weight: 700;
}
body.landing section#form .container h1 {
  font-size: 70px;
  text-transform: uppercase;
  line-height: 110%;
  font-weight: 800;
  margin-bottom: 40px;
}
body.landing section#form .container .bgform {
  background: rgba(255, 255, 255, 0.4);
  padding: 20px;
  border-radius: 10px;
}
body.landing section#form .container .bgform h3 {
  margin-top: 0;
}
body.landing section#form .container form input {
  margin: 5px 0;
}
body.landing section#form .container form input[type=submit] {
  margin: 25px 0 5px 0;
}
body.landing section#form .container form h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 20px;
}
body.landing section#form .container form .upper {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
body.landing section#presentation {
  background: #00111A;
  padding: 5vh 2vw;
  color: #fff;
}
body.landing section#presentation h2, body.landing section#presentation .upper {
  color: var(--color2);
}
body.landing section#presentation h2 {
  font-size: 40px;
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
  font-style: normal;
  font-weight: 800;
  margin-bottom: 40px;
}
body.landing section#presentation ul {
  margin: 0;
  padding: 0;
}
body.landing section#presentation ul li {
  line-height: 160%;
  margin-top: 20px;
  list-style-type: none;
  padding-left: 40px;
  margin: 0;
  background: url("../imgs/arrow.svg") top left no-repeat;
  padding-bottom: 30px;
}
body.landing section#presentation .upper, body.landing section#presentation h4 {
  font-weight: 800;
  letter-spacing: 2.8px;
  color: var(--color2);
  margin: 0;
  text-transform: uppercase;
}
body.landing section#decouvrir {
  background: #EDEDED;
  padding: 5vh 2vw;
}
body.landing section#decouvrir .upper {
  font-weight: 800;
  margin-top: 10px;
  margin-bottom: 10px;
}
body.landing section#decouvrir .btn {
  margin-top: 40px;
  display: inline-block;
}
body.landing section#decouvrir a {
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  display: block;
}
body.landing section#decouvrir a img {
  margin-right: 10px;
}
body.landing section#foot {
  background: #EDEDED;
  padding: 5vh 2vw;
  color: #fff;
  text-align: right;
  position: relative;
  min-height: 80px;
}
body.landing section#foot .logo {
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
}

@media screen and (max-width: 980px) {
  body.landing section#form {
    color: white;
    height: auto;
    padding-bottom: 5vh;
  }
  body.landing section#form .container {
    padding-top: 5vh;
    height: auto;
    text-align: center;
  }
  body.landing section#form .container h1 {
    font-size: 40px;
  }
  body.landing section#form .container .noformsubmit {
    border-color: white;
  }
  body.landing section#form .container form {
    margin-left: 0;
  }
  body.landing section#presentation h2 {
    text-align: center;
  }
  body.landing section#decouvrir {
    text-align: center;
  }
  body.landing section#decouvrir .btn {
    margin-bottom: 5vh;
  }
  body.landing .container {
    padding: 0 20px;
  }
}
body.about .maincontainer {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  color: #434343;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
body.about .maincontainer .logo {
  margin-top: 10px;
  margin-bottom: 60px;
}
body.about .maincontainer .logo svg {
  height: 100px;
  fill: #43bfde;
}
body.about .maincontainer .fs-l {
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}
body.about .maincontainer .pr-2 {
  padding-right: 20px;
}
body.about .maincontainer .fitwl {
  width: calc(100% - 20px);
  height: auto;
}
body.about .maincontainer .relative {
  position: relative;
}
body.about .maincontainer .legend {
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 2.1px;
  position: absolute;
  right: -50%;
  top: 0;
  width: 100%;
  rotate: -90deg;
  transform: translateX(5%);
}
body.about .maincontainer .legend2 {
  transform: translateX(20%);
}
body.about .maincontainer .legend3 {
  transform: translateX(7%);
}
body.about .maincontainer .leftlegend img {
  margin-left: 20px;
}
body.about .maincontainer .leftlegend .legend {
  right: 50%;
}
body.about .maincontainer .mtb-4 {
  padding: 10vh 0;
}
body.about .maincontainer .bgblack {
  background-color: #00111a;
  padding: 8vh;
}
body.about .maincontainer .bgblack .col-4 {
  padding: 10px;
}
body.about .maincontainer .barre {
  background: url("../imgs/barre.svg") 0px 5px no-repeat;
  background-size: 8px 20px;
  padding-left: 15px;
}
body.about .bgblackl {
  background-color: #00111a;
  margin-top: 10vh;
}
body.about .bgblackl .maincontainer {
  color: white;
  padding: 10vh 0;
}
body.about .bgblackl .maincontainer a {
  color: white;
  text-decoration: none;
}
body.about .bgblackl .maincontainer a:hover {
  color: #43bfde;
}
body.about .bgblackl .maincontainer .upper {
  text-decoration: underline;
  margin-bottom: 20px;
  font-weight: 600;
}
body.about .bgblackl .maincontainer .barre {
  background-image: url("../imgs/barrew.svg");
}
body.about .bgblackl .maincontainer .text-right {
  text-align: right;
}
body.about .bgblackl .maincontainer .text-right svg {
  margin-left: 30px;
  width: 70px;
  transition: fill 0.25s ease;
  fill: white;
}
body.about .bgblackl .maincontainer .text-right a:hover svg path, body.about .bgblackl .maincontainer .text-right a:hover svg rect {
  fill: #43bfde !important;
  transition: fill 0.25s ease;
}
body.about #footer {
  background: url("../imgs/trame.svg") #00111a;
}
body.about .spotify {
  background: linear-gradient(90deg, rgb(163, 253, 204) 0%, rgb(67, 191, 222) 100%);
  min-height: 60px;
  color: #1A1A1A;
  text-align: center;
  padding: 10px;
  font-weight: 700;
}
body.about .spotify a:hover {
  color: white;
}
body.about .spotify a:hover svg path:not(.border) {
  fill: white;
}
body.about .spotify a:hover .border {
  stroke: white;
}

a.hover {
  transition: all 0.1s ease-in-out;
  position: relative;
  text-decoration: none;
}

a.hover:before, a.hover:after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 0px;
  height: 1px;
  margin: 2px 0 0;
  transition: all 0.1s ease-in-out;
  transition-duration: 0.5s;
  opacity: 0;
  background-color: #43bfde;
  left: 0px;
}

a.hover:hover {
  text-decoration: none;
}

a.hover:hover:before, a.hover:hover:after {
  width: 100%;
  opacity: 1;
}

@media screen and (max-width: 980px) {
  body.about .maincontainer {
    font-size: 16px;
  }
  body.about .maincontainer .legend {
    rotate: 0deg;
    position: static;
    text-align: center;
    transform: none;
    margin-top: 5px;
  }
  body.about .maincontainer .fitwl {
    width: 100%;
  }
  body.about .maincontainer .padmobile {
    padding: 30px 10px;
  }
  body.about .maincontainer .padmobile2 {
    padding: 60px 40px;
  }
  body.about .maincontainer .fs-l {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
  }
  body.about .maincontainer .barre {
    background: none;
    padding: 0 10px;
  }
  body.about .maincontainer .bgblack {
    padding: 20px 0;
  }
  body.about .maincontainer .bgblack .col-4 {
    padding: 5px 10px;
  }
  body.about .maincontainer .leftlegend img {
    margin-left: 0px;
  }
  body.about .maincontainer .mtmobile {
    padding-top: 10vh;
  }
  .bgblackl {
    text-align: center;
  }
  .bgblackl .barre {
    background: none !important;
  }
  .bgblackl .text-right {
    text-align: center !important;
  }
  .bgblackl .text-right svg {
    margin: 30px 15px !important;
  }
}
/*# sourceMappingURL=app.css.map */
