body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 1vw;
  line-height: 1.6;
  letter-spacing: 0em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3.28em;
  line-height: 1.4;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.5em;
  line-height: 1.4;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.19em;
  line-height: 1.4;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.88em;
  line-height: 1.4;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.67em;
  line-height: 1.4;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.46em;
  line-height: 1.4;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.5em;
}

a {
  font-size: 1em;
  text-decoration: none;
}

label {
  display: block;
  margin-bottom: 0.3em;
  font-size: 1.25em;
  font-weight: 700;
}

blockquote {
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  border-left: 0.3em solid #e2e2e2;
  font-size: 1.2em;
  line-height: 1.6;
}

.container {
  width: 100%;
  max-width: 100em;
  margin-right: auto;
  margin-left: auto;
  padding: 5em 6em;
  color: #0b1422;
}

.style_item {
  padding: 2em 0em;
  border-bottom: 0.1em solid #bdbdbd;
}

.html {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.rich-text p {
  margin-top: 0em;
  margin-bottom: 1.6em;
}

.rich-text h1 {
  margin-top: 0em;
  margin-bottom: 0.2em;
  font-size: 3.28em;
}

.rich-text h2 {
  margin-top: 0em;
  margin-bottom: 0.2em;
  font-size: 2.5em;
}

.rich-text h3 {
  margin-top: 0em;
  margin-bottom: 0.3em;
  font-size: 2.19em;
}

.rich-text h4 {
  margin-top: 0em;
  margin-bottom: 0.4em;
  font-size: 1.88em;
}

.rich-text h5 {
  margin-top: 0em;
  margin-bottom: 0.6em;
  font-size: 1.67em;
}

.rich-text h6 {
  margin-top: 0em;
  margin-bottom: 0.7em;
  font-size: 1.46em;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-size: 1em;
}

.main-wrapper {
  display: none;
}

.heading2 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.88em;
  line-height: 1.2;
  font-weight: 800;
}

.h2 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 2.5em;
  line-height: 1.2;
}

.h3 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 2.19em;
  line-height: 1.3;
}

.h4 {
  font-size: 1.88em;
  line-height: 1.3;
}

.h5 {
  font-size: 1.67em;
  line-height: 1.3;
}

.h6 {
  font-size: 1.46em;
}

.form_input {
  height: 3em;
  margin-bottom: 1em;
  padding: 0em 0.9em;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 0em;
  font-size: 1.25em;
}

.heading1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 5.23em;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.heading1.heading1gris {
  margin-top: 0em;
  font-family: 'Be Vietnam Pro', sans-serif;
  color: #0b1422;
  font-weight: 800;
}

.heading1.heading1mobile {
  display: none;
}

.heading1.heading1hero {
  font-family: 'Be Vietnam Pro', sans-serif;
}

.form_submit {
  font-size: 1.25em;
}

.body {
  background-color: #0b1422;
  font-family: 'Be Vietnam Pro', sans-serif;
  color: #fff;
  font-weight: 400;
}

.nav {
  width: 100%;
}

.nav-container {
  width: 100%;
  height: 10em;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.navwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 4.3em;
  padding-left: 2.27em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navwrapper.navwrapper-mobile {
  display: none;
}

.navlogo {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.navlinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navlinks.navlinksfooter {
  margin-top: 1.72em;
  color: #0b1422;
}

.navlaunch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0.5em 2.81em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8.36em;
  background-color: #3c4a59;
}

.logo {
  width: 15em;
  height: auto;
}

.homelink {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
}

.text-block {
  font-size: 1.56em;
  line-height: 1.2;
}

.navlinktext {
  color: #fff;
  font-size: 1.56em;
  font-weight: 400;
}

.navlinktext.navlinktextfooter {
  color: #0b1422;
}

.navlinktext.navlinktextfooter.footermobile {
  color: #0b1422;
}

.purposelink {
  display: block;
  margin-left: 1.56em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.tokenemicslink {
  margin-left: 1.56em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.buysweeplink {
  margin-left: 1.56em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.roadmaplink {
  margin-left: 1.56em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.launchdapptext {
  color: #0b1422;
  font-size: 1.56em;
  font-weight: 700;
}

.hero-section {
  background-color: #0b1422;
}

.hero-container {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.herowrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5.86em;
  padding-right: 8.28em;
  padding-left: 8.28em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.herosc1 {
  width: 100%;
}

.text-span {
  background-image: linear-gradient(135deg, #e0315a, #fefe54);
  color: #ffef00;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-block-2 {
  font-size: 1.41em;
}

.semibold18 {
  margin-top: 0.78em;
  font-size: 1.41em;
  font-weight: 600;
}

._2boutons-herowrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7.03em;
}

.boutonbuysweep {
  position: relative;
  z-index: 3;
  padding: 1.17em 2.34em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 107px;
  background-color: #fff;
  background-image: linear-gradient(135deg, #590de0, #c329f0);
  color: #0b1422;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.boutonviewdextool {
  position: relative;
  z-index: 2;
  margin-left: 0em;
  padding: 0.16em;
  border-style: none;
  border-width: 0.16em;
  border-color: #d500f9;
  border-radius: 107px;
  background-image: linear-gradient(135deg, #e0315a, #fefe54);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.bold18 {
  color: #fff;
  font-size: 1.41em;
  font-weight: 700;
  text-transform: none;
}

.bold18.bold18inverser {
  padding: 0.7em 2em;
  border-radius: 107px;
  background-color: #0b1422;
  color: #fff;
}

.bold18.bold18jaune {
  background-image: linear-gradient(135deg, #e0315a, #fefe54);
  color: #ffef00;
  text-transform: none;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bold18.bold18hover {
  color: #0b1422;
}

.lottie-animation {
  width: 9.38em;
  margin-top: 2.34em;
  margin-right: auto;
  margin-left: auto;
}

._2liensocial-herowrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14%;
  margin: 3.91em auto 2.73em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.discord-herowrapper {
  margin-left: 0em;
}

.icon-twitter-herowrapper {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.twitter-herowrapper {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.whatissc-section {
  background-color: #fff;
}

.whatissc-container {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 2em;
  opacity: 1;
}

.whatissc-cwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.11em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.iconlogo-whatissc-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10em;
  height: 10em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 250px;
  background-color: #0b1422;
}

.text-whatissc-cwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.86em;
  padding-right: 28.91em;
  padding-left: 28.91em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.heading3 {
  display: inline;
  color: #0b1422;
  font-size: 1.88em;
  font-weight: 800;
}

.regular18 {
  margin-top: 1.17em;
  color: #0b1422;
  font-size: 1.41em;
  line-height: 1.4;
  text-align: justify;
}

._2boitedefilants-whatissc-cwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 3.13em;
  margin-bottom: 0em;
  padding-bottom: 0em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.iaas-whatissc-wrapper {
  position: relative;
  display: block;
  overflow: visible;
  width: 33.36em;
  height: auto;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 0.02em none #000;
  border-bottom: 0.02em none #0b1422;
  background-color: transparent;
}

.iass-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 4em;
  border-top: 0.02em none #0b1422;
  border-bottom: 0.02em none #0b1422;
  background-color: transparent;
}

.iass-trigger:hover {
  border-top-style: none;
  border-top-color: #ffef00;
  border-bottom-style: none;
  border-bottom-color: #ffef00;
  background-color: transparent;
}

.iass-trigger:active {
  background-color: transparent;
}

.iass-trigger.htd-trigger {
  height: 4em;
  border-top: 0.02em none #0b1422;
  border-bottom: 0.02em none #0b1422;
  background-color: #fff;
}

.iass-cwrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.titreboite {
  color: #0b1422;
  font-size: 1.25em;
}

.text-block-4 {
  position: static;
  width: 100%;
  color: #0b1422;
}

.cwrapper-iass {
  display: block;
  padding: 0.5em 2em 0.5em 1em;
}

.iass-titre-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1em 0.63em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-top: 0.02em solid #0b1422;
  border-bottom: 0.02em solid #0b1422;
  background-color: transparent;
  color: #fff;
}

.iass-titre-wrapper:hover {
  background-color: transparent;
}

.iass-titre-wrapper:active {
  border-top-color: #0b1422;
  background-color: transparent;
}

.plusicon {
  width: 2em;
  height: 2em;
}

.plusiconsvg {
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.55em;
}

.flecheicon {
  display: block;
  width: 0.7em;
  height: 0.5em;
  margin-left: 17.03em;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flecheicon.flecheicon2 {
  margin-left: 10.4em;
}

.hdt-whatissc-wrapper {
  position: relative;
  width: 33.36em;
  height: auto;
  margin-left: 4em;
}

.boutondocumentation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.17em;
  height: 3.59em;
  margin-top: 4em;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0em;
  padding-left: 0em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 107px;
  -o-object-fit: fill;
  object-fit: fill;
}

.extrabold18 {
  display: inline;
  color: #0b1422;
  font-size: 1.41em;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}

.tokeno-section {
  background-color: #ffef00;
  background-image: -webkit-gradient(linear, right top, left top, from(#590de0), to(#c329f0));
  background-image: linear-gradient(270deg, #590de0, #c329f0);
}

.tokeno-container {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.tokeno-cwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -4em;
  padding-top: 17.19em;
  padding-bottom: 12em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tokeno-cwrapper.tokeno-mobilewrapper {
  display: none;
}

.deco-tokeno {
  width: 9.53em;
  height: 0.3em;
  margin-top: 0em;
  margin-right: 1.64em;
  border-radius: 20px;
  background-color: #0b1422;
  color: #0b1422;
}

.decotokeno2 {
  width: 10.31em;
  height: 0.3em;
  margin-left: 0.85em;
  border-radius: 20px;
  background-color: #0b1422;
}

.decotokeno3 {
  width: 0.3em;
  height: 21.88em;
  border-radius: 20px;
  background-color: #0b1422;
}

.textetokeno-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3.2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-5 {
  color: #0b1422;
  font-size: 1.88em;
  line-height: 2;
  font-weight: 600;
}

.text-span-2 {
  font-weight: 800;
}

.swap-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swap-cwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.91em;
  padding-left: 7.81em;
}

.swap-cwrapper.swapmobile-wrapper {
  display: none;
}

.swap-ifr {
  width: 31.25em;
  padding: 0.31em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 4px none #000;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#590de0), to(#c329f0));
  background-image: linear-gradient(180deg, #590de0, #c329f0);
}

.html-embed {
  padding: 0px;
  border-style: none;
  border-width: 4px;
  border-color: #ffef00;
  border-radius: 0px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.swap-textwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16.88em;
  padding-left: 2.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swap-textdecowrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.8em;
}

.decoswap1 {
  width: 0.1em;
  height: 31.72em;
  margin-top: 0em;
  background-color: #fff;
}

.textdecoswap2-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.65em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.decoswap2 {
  width: 1.25em;
  height: 1.25em;
  margin-right: 1.95em;
  border-radius: 20px;
  background-color: #ffef00;
  background-image: linear-gradient(135deg, #e0315a, #fefe54);
}

.regular20 {
  font-size: 1.56em;
}

.wrapper-swapinfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.roadmap-cwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 9.38em;
  margin-bottom: 7.03em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-span-3 {
  background-image: linear-gradient(135deg, #e0315a, #fefe54);
  color: #ffef00;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stage-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 7.66em;
  padding-right: 0em;
  padding-left: 0em;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.stagepetit-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
  height: 24em;
  padding: 0.86em 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-color: #fff;
}

.stagepetit-wrapper.stagedone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
  height: 24em;
  padding: 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-color: #ffef00;
  background-image: linear-gradient(135deg, #590de0, #c329f0);
}

.boutonstagewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 7.81em;
  margin-top: 0em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-radius: 20px;
  background-color: #0b1422;
}

.boutonstagewrapper.boutonencours {
  width: 10.94em;
  height: 3.44em;
}

.extrabold12 {
  margin-top: 1.17em;
  color: #0b1422;
  font-size: 0.94em;
  font-weight: 800;
}

.textlistestage-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1.09em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.icontexte-stage-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0em;
  margin-bottom: 0.78em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.regular12 {
  margin-left: 0.31em;
  color: #0b1422;
  font-size: 0.94em;
}

.crochetdone {
  width: 1.33em;
  height: 1.33em;
}

.crochetnotdone {
  width: 1.33em;
  height: 1.33em;
}

.stagegros-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22%;
  height: auto;
  padding: 2% 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-color: #fff;
  background-image: linear-gradient(135deg, #e0315a, #fefe54);
}

.bold24 {
  font-size: 1.88em;
  line-height: 1.2;
  font-weight: 700;
}

.regular15 {
  margin-left: 0.31em;
  color: #0b1422;
  font-size: 1.17em;
}

.crochetnotdonegros {
  width: 1.56em;
  height: 1.56em;
}

.footer {
  background-color: #ffef00;
  background-image: linear-gradient(135deg, #590de0, #c329f0);
}

.footercontainer {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1.33em;
  padding-bottom: 1.33em;
}

.footercwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0b1422;
}

.contacttext {
  color: #0b1422;
  font-size: 1.56em;
  font-weight: 700;
}

.emailtext {
  margin-top: 0.08em;
  color: #0b1422;
  font-size: 1.56em;
  font-weight: 500;
}

.footersocial-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.95em;
}

.boutnodiscord-footerwrapper {
  margin-left: 1.48em;
}

.roadmap-titrewrapper {
  padding-left: 7.81em;
}

.regular18mobile {
  display: none;
}

.image-2 {
  width: 6em;
}

.buybouttonwrapper {
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.butonbuysweep2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  padding: 1.17em 2.34em;
  border-radius: 107px;
  background-image: linear-gradient(135deg, #e0315a, #fefe54);
  opacity: 0;
}

.boutonviewdex-wrapper {
  position: relative;
  z-index: 5;
  overflow: hidden;
  margin-left: 1.56em;
}

.boutonviewdextool2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-left: 0em;
  padding: 0.16em;
  border-style: none;
  border-width: 0.16em;
  border-color: #d500f9;
  border-radius: 107px;
  background-image: linear-gradient(135deg, #590de0, #c329f0);
  opacity: 0;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.regular20-special {
  font-size: 1.56em;
  font-weight: 500;
  text-decoration: underline;
}

.swap-smallheader {
  margin-top: 1em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.8em;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.swap-smallheader.heading1gris {
  margin-top: 0em;
  font-family: 'Be Vietnam Pro', sans-serif;
  color: #0b1422;
  font-weight: 800;
}

.swap-smallheader.heading1mobile {
  display: none;
}

.swap-smallheader.heading1hero {
  font-family: 'Be Vietnam Pro', sans-serif;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 0.619375em;
  }

  .container {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .heading1.heading1gris {
    color: #0b1422;
  }

  .body {
    font-size: 1.2vw;
  }

  .nav-container {
    height: 8em;
  }

  .navwrapper {
    display: none;
  }

  .navwrapper.navwrapper-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 2.27em;
  }

  .navlogo {
    width: auto;
    height: auto;
    padding-top: 1em;
  }

  .navlinks.navlinksfooter {
    width: 50%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .navlinks.navlinks-menumobilewrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navlaunch {
    width: 80%;
    margin-top: 4em;
    margin-bottom: 0px;
    padding-right: 0em;
    padding-left: 0em;
  }

  .logo {
    width: 15em;
    height: auto;
  }

  .navlinktext.navlinktextfooter {
    color: #0b1422;
  }

  .purposelink {
    margin-top: 2em;
    margin-left: 0em;
  }

  .purposelink.linkfootermobile {
    margin-top: 0em;
  }

  .tokenemicslink {
    margin-top: 2em;
    margin-left: 0em;
  }

  .tokenemicslink.linkfootermobile {
    margin-top: 0em;
  }

  .buysweeplink {
    margin-top: 2em;
    margin-left: 0em;
  }

  .buysweeplink.linkfootermobile {
    margin-top: 0em;
  }

  .roadmaplink {
    margin-top: 2em;
    margin-left: 0em;
  }

  .roadmaplink.linkfootermobile {
    margin-top: 0em;
  }

  ._2liensocial-herowrapper {
    width: 25%;
  }

  .text-whatissc-cwrapper {
    padding-right: 20em;
    padding-left: 20em;
  }

  .heading3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  ._2boitedefilants-whatissc-cwrapper {
    margin-bottom: 0em;
  }

  .iaas-whatissc-wrapper {
    height: auto;
  }

  .iass-trigger {
    height: 4em;
  }

  .text-block-4 {
    font-size: 1.2em;
  }

  .cwrapper-iass {
    padding-right: 5.1em;
    padding-bottom: 1em;
  }

  .boutondocumentation {
    margin-top: 6em;
    margin-bottom: 8em;
  }

  .tokeno-section {
    background-color: transparent;
    background-image: linear-gradient(135deg, #590de0, #c329f0);
  }

  .tokeno-cwrapper {
    padding-top: 8em;
    padding-bottom: 6em;
  }

  .swap-ifr {
    width: 40em;
  }

  .swap-textwrapper {
    margin-left: 0em;
  }

  .textdecoswap2-wrapper {
    padding-right: 1em;
  }

  .stage-wrapper {
    padding-right: 0.2em;
    padding-left: 0.2em;
  }

  .stagepetit-wrapper {
    width: 20%;
    height: 25em;
  }

  .stagepetit-wrapper.stagedone {
    width: 20%;
    padding-top: 2%;
  }

  .stagegros-wrapper {
    width: 24%;
  }

  .footercontainer {
    padding-bottom: 3em;
  }

  .mobilemenu-wrapper {
    position: relative;
    z-index: 16;
    width: 4.45em;
    height: 4.45em;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .menucacher-wrapper {
    position: absolute;
    right: 0em;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30em;
    height: auto;
    padding: 10em 1.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-color: #ffef00;
    border-radius: 12px 0px 0px 12px;
    background-color: #ffef00;
    background-image: linear-gradient(135deg, #590de0, #c329f0);
  }

  .lottie-animation-2 {
    position: relative;
    z-index: 16;
  }

  .image-2 {
    width: 5.5em;
  }

  .butonbuysweep2 {
    display: none;
  }

  .boutonviewdextool2 {
    display: none;
  }

  .swap-smallheader.heading1gris {
    color: #0b1422;
  }
}

@media screen and (max-width: 767px) {
  .heading1 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .heading1.heading1mobile {
    display: block;
  }

  .heading1.heading1hero {
    display: none;
  }

  .body {
    font-size: 1.6vw;
  }

  .navlinks.navlinksfooter {
    width: 85%;
  }

  .navlaunch {
    width: 35%;
  }

  .navlinktext.navlinktextfooter {
    color: #0b1422;
  }

  .purposelink {
    margin-top: 3em;
  }

  .tokenemicslink {
    margin-top: 3em;
  }

  .buysweeplink {
    margin-top: 3em;
  }

  .roadmaplink {
    margin-top: 3em;
  }

  .herowrapper {
    padding-right: 8em;
    padding-left: 8em;
  }

  ._2boutons-herowrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .boutonbuysweep {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 16em;
    padding-right: 0em;
    padding-left: 0em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .boutonviewdextool {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding: 0.2em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .bold18 {
    color: #fff;
  }

  .bold18.bold18inverser {
    padding-right: 1.1em;
    padding-left: 1.1em;
  }

  .bold18.bold18jaune {
    font-size: 1.5em;
  }

  ._2liensocial-herowrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
  }

  .discord-herowrapper {
    width: 4em;
  }

  .twitter-herowrapper {
    width: 4em;
  }

  .text-whatissc-cwrapper {
    padding-right: 15em;
    padding-left: 15em;
  }

  ._2boitedefilants-whatissc-cwrapper {
    height: auto;
    margin-bottom: 8em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .iaas-whatissc-wrapper {
    height: auto;
  }

  .iass-trigger {
    height: 6em;
  }

  .iass-trigger.htd-trigger {
    height: 6em;
  }

  .iass-cwrapper {
    position: relative;
  }

  .titreboite {
    font-size: 1.5em;
  }

  .iass-titre-wrapper {
    height: 100%;
  }

  .flecheicon {
    margin-left: 14.4em;
  }

  .flecheicon.flecheicon2 {
    margin-left: 6.5em;
  }

  .hdt-whatissc-wrapper {
    position: relative;
    height: auto;
    margin-left: 0em;
  }

  .tokeno-cwrapper {
    display: none;
  }

  .tokeno-cwrapper.tokeno-mobilewrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .deco-tokeno {
    display: none;
  }

  .decotokeno2 {
    margin-left: 0em;
  }

  .decotokeno3 {
    width: 0.325em;
    height: 6em;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .textetokeno-wrapper {
    margin-top: 1em;
    margin-left: 0em;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

  .swap-cwrapper {
    display: none;
  }

  .swap-cwrapper.swapmobile-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .swap-ifr {
    width: 45em;
  }

  .swap-textwrapper {
    margin-top: 0em;
    margin-bottom: 8em;
    padding-left: 0em;
  }

  .roadmap-cwrapper {
    margin-top: 8em;
  }

  .stage-wrapper {
    padding-right: 0em;
    padding-left: 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .stagepetit-wrapper {
    width: 22em;
    height: 26em;
    margin-top: 2em;
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

  .stagepetit-wrapper.stagedone {
    width: 22em;
    height: 26em;
    margin-top: 0em;
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

  .extrabold12 {
    font-size: 1em;
  }

  .regular12 {
    font-size: 1.1em;
  }

  .stagegros-wrapper {
    width: 28em;
    height: 32em;
    margin-top: 2em;
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

  .regular15 {
    font-size: 1.25em;
  }

  .footersocial-wrapper {
    width: 15%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .boutontwitter-footerwrapper {
    width: 3em;
    height: 3em;
  }

  .boutnodiscord-footerwrapper {
    width: 3em;
    height: 3em;
  }

  .roadmap-titrewrapper {
    padding-left: 0em;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .menucacher-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 12px;
  }

  .regular18mobile {
    display: block;
    margin-top: 2em;
    padding-right: 16em;
    font-size: 1.02em;
    line-height: 1.4;
    font-weight: 200;
  }

  .image-2 {
    width: 6em;
  }

  .boutonviewdextool2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-right: 0.2em;
    padding-left: 0.2em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .swap-smallheader {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .swap-smallheader.heading1mobile {
    display: block;
  }

  .swap-smallheader.heading1hero {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-size: 2.2vw;
  }

  .navlinks.navlinksfooter {
    width: 95%;
  }

  .navlaunch {
    width: auto;
    padding-right: 2em;
    padding-left: 2em;
  }

  .navlinktext.navlinktextfooter {
    color: #0b1422;
  }

  .herowrapper {
    padding-right: 3em;
    padding-left: 3em;
  }

  ._2boutons-herowrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .boutonviewdextool {
    padding: 0.2em 0.25em;
  }

  .bold18 {
    font-size: 1.7em;
  }

  .bold18.bold18inverser {
    padding-right: 1.2em;
    padding-left: 1.2em;
  }

  .bold18.bold18jaune {
    font-size: 1.7em;
  }

  ._2liensocial-herowrapper {
    width: 40%;
  }

  .text-whatissc-cwrapper {
    padding-right: 5em;
    padding-left: 5em;
  }

  .regular18 {
    text-align: justify;
  }

  .titreboite {
    font-size: 1.75em;
  }

  .text-block-4 {
    font-size: 1.5em;
  }

  .plusiconsvg {
    width: 1.5em;
    height: 1.5em;
  }

  .flecheicon {
    width: 1.5em;
    height: 1.5em;
    margin-left: 10.3em;
  }

  .flecheicon.flecheicon2 {
    margin-left: 0.9em;
  }

  .boutondocumentation {
    width: 17em;
    height: 4.5em;
  }

  .extrabold18 {
    font-size: 1.5em;
  }

  .swap-ifr {
    width: 98%;
    height: auto;
  }

  .stagepetit-wrapper {
    width: 27em;
    height: 34em;
  }

  .stagepetit-wrapper.stagedone {
    width: 27em;
    height: 34em;
  }

  .boutonstagewrapper {
    width: 10em;
  }

  .extrabold12 {
    font-size: 1.25em;
  }

  .regular12 {
    font-size: 1.5em;
  }

  .crochetdone {
    width: 1.5em;
    height: 1.5em;
  }

  .stagegros-wrapper {
    width: 32em;
    height: 40em;
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

  .regular15 {
    font-size: 1.8em;
  }

  .footercwrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footersocial-wrapper {
    width: 20%;
  }

  .menucacher-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .regular18mobile {
    padding-right: 3.4em;
    font-size: 1.25em;
  }
}

