@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&family=Fredoka:wght@300..700&family=Karla:ital,wght@0,200..800;1,200..800&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: "Fredoka", sans-serif;
  transition: 200ms;
}

body {
  background-color: #F8FAFC;
}

button {
  border: none;
  background: none;
}

h1 {
  font-family: "Afacad", sans-serif;
  color: #00096E;
  font-weight: 500;
  font-size: 2.5em;
}

h2 {
  font-family: "Afacad", sans-serif;
  color: #00096E;
  font-weight: 400;
  font-size: 2.2em;
  margin: 1em 0 0.5em 0;
}

a {
  text-decoration: none;
  color: #262626;
}

.Layout {
  margin: 0 2em;
}
.Layout-footer {
  margin: 0 2.2em;
}

.Header-landingPage {
  overflow: hidden;
  background: #a899ff;
  background: linear-gradient(217deg, rgba(209, 153, 255, 0.2) 0%, rgba(100, 97, 255, 0.181) 24%, rgba(163, 252, 255, 0.71) 100%);
  background-size: 100% 85%;
  background-repeat: no-repeat;
  padding-bottom: 3em;
}
.Header-landingPage-main-title {
  padding: 2.5em 0 1em 0;
}
.Header-landingPage-main-title > span {
  font-family: "Afacad", sans-serif;
  color: #FFFFFF;
  font-size: 1.5em;
}
.Header-landingPage-main-title {
  text-align: center;
}
.Header-landingPage-main-content-text {
  padding-bottom: 1.5em;
  font-size: 1.2em;
}
.Header-landingPage-main-content-button {
  display: flex;
  flex-direction: column;
}
.Header-landingPage-main-content-button > a {
  width: 70%;
  max-width: 250px;
  background-color: #00096E;
  border-radius: 10px;
  padding: 9px 7px;
  margin: 1em 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #FFFFFF;
  font-size: 1.4em;
}
.Header-landingPage-main-content > img {
  margin-top: 3em;
  border-radius: 30px;
  border: solid 8px #D48A00;
  transform: translate(15%);
  height: 35%;
}
.Header-mentions {
  margin: 0 2em;
}
.Header-mentions-title {
  padding-top: 1em;
}
.Header-mentions > p {
  padding: 1em 0;
  font-family: "Karla", sans-serif;
  color: #262626;
}

.Header-base {
  padding-bottom: 3em;
  background: radial-gradient(100.64% 75.32% at 55.83% 0%, #CDACF4 0%, #D2DBFD 60.75%, #F0F5FA 100%);
  background-repeat: no-repeat;
}
.Header-base-main-title {
  padding: 2em 0 0.4em 0;
}
.Header-base-main-content-text {
  padding-bottom: 1.2em;
  font-size: 1.2em;
}
.Header-base-main-content-assets {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.Header-base-main-content-assets-card {
  display: flex;
  align-items: center;
  padding-right: 0.5em;
  padding-top: 0.4em;
}
.Header-base-main-content-assets-card > svg {
  width: 24px;
  color: #D48A00;
}
.Header-base-main-content-assets-card > p {
  padding-left: 10px;
}

.Main-stat {
  text-align: center;
  background: #F8FAFC;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0) 0%, rgba(80, 80, 80, 0.041) 100%);
}
.Main-quickInfo {
  text-align: center;
}
.Main-subscription {
  text-align: center;
  background: #F8FAFC;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0) 0%, rgba(80, 80, 80, 0.041) 100%);
  padding-bottom: 1em;
}
.Main-subscription-layout {
  margin: 0 2em;
}
.Main-client {
  text-align: center;
}
.Main-punchLine {
  text-align: center;
}
.Main-display {
  text-align: center;
  background: #F8FAFC;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0) 0%, rgba(80, 80, 80, 0.041) 100%);
  text-align: center;
}
.Main-gains {
  background: linear-gradient(0deg, rgba(248, 250, 252, 0) 0%, rgba(51, 51, 51, 0.04) 100%);
  text-align: center;
}
.Main-showcase {
  background: radial-gradient(46.15% 45.76% at 94.97% 66.75%, #D5D1F4 0%, rgba(204, 228, 255, 0) 100%);
}
.Main-compatibility {
  background: rgba(237, 248, 255, 0.88);
  text-align: center;
}
.Main-dev {
  text-align: center;
}
.Main-contact {
  padding-bottom: 1.5em;
  background-color: #D48A00;
  text-align: center;
}
.Main-contact > h2 {
  margin: 0;
  padding: 1em 1em;
  color: #FFFFFF;
  font-weight: 500;
}
.Main-contact-link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Main-contact-link > a:nth-child(1) {
  width: 60%;
  background-color: #FFFFFF;
  padding: 0.5em 0;
  border-radius: 10px;
  margin-bottom: 1em;
  font-weight: 400;
  font-size: 1.2em;
}
.Main-contact-link > a:nth-child(2) {
  width: 60%;
  padding: 0.5em;
  border-radius: 10px;
  border: solid 3px #FFFFFF;
  font-size: 1.2em;
  font-weight: 400;
  color: #FFFFFF;
}
.Main-faq {
  text-align: center;
}
.Main-findDealer {
  background: radial-gradient(40.78% 51.09% at 72.74% 41%, rgba(0, 229, 210, 0.21) 0%, rgba(248, 250, 252, 0) 100%);
}

.Background-license {
  background: radial-gradient(134.6% 122.81% at 0% 71.29%, #ACA5F3 0%, rgba(248, 250, 252, 0.36) 42.96%, rgba(248, 250, 252, 0.35) 62.32%, rgba(235, 218, 249, 0.99) 100%);
}

.Stat {
  padding: 0 2em;
}
.Stat-intro > p {
  font-size: 1.2em;
  margin-bottom: 3em;
}
.Stat-number {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 3em;
}
.Stat-number-content {
  background: #F8FAFC;
  margin-bottom: 3em;
  border-radius: 1em;
  box-shadow: 1px 15px 20px 4px rgba(39, 39, 42, 0.1529411765);
  min-width: 240px;
  padding: 2.2em 0;
}
.Stat-number-content > figure > svg {
  background: #31F1FF;
  background: linear-gradient(132deg, rgba(49, 241, 255, 0.25) 21%, rgba(0, 170, 255, 0.103) 100%);
  padding: 12px;
  border-radius: 10px;
  color: #0026E5;
  margin-bottom: 1em;
  width: 28px;
}
.Stat-number-content > figure > figcaption {
  color: #00096E;
  font-family: "Karla", sans-serif;
  font-weight: 600;
  font-size: 1.9em;
  padding-bottom: 0.5em;
}
.Stat-number-content > p {
  font-weight: 200;
  color: #333333;
}
.Stat-number-content > p > span {
  font-weight: 400;
  color: #262626;
}

.Info {
  margin-top: 3em;
  margin-bottom: 1em;
}
.Info > p {
  font-size: 1.2em;
  margin-bottom: 3em;
}
.Info-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Info-content-card {
  background: #FFFFFF;
  margin-bottom: 3em;
  border-radius: 1em;
  box-shadow: 1px 15px 20px 4px rgba(39, 39, 42, 0.1529411765);
  padding: 2em 0;
  height: 180px;
  width: 320px;
  min-width: 270px;
}
.Info-content-card > figure > svg {
  color: #D48A00;
  padding-bottom: 1em;
}
.Info-content-card > figure > figcaption {
  color: #00096E;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  font-size: 1.4em;
  padding-bottom: 0.5em;
}
.Info-content-card > p {
  color: #333333;
  font-size: 1em;
  font-weight: 350;
  padding: 0 1em;
}

.Subscription {
  box-sizing: border-box;
}
.Subscription > p {
  font-size: 1.2em;
  margin-bottom: 1em;
}
.Subscription-content {
  display: flex;
  overflow-x: auto;
  padding: 1rem;
  margin: -1rem;
  scroll-snap-type: x proximity;
}
.Subscription-content-card {
  scroll-snap-align: center;
  background-color: #FFFFFF;
  border-radius: 42px;
  border: solid 3px rgba(0, 9, 110, 0.2666666667);
  width: 350px;
  min-width: 300px;
  padding: 2.5em 0.2em;
  margin: 2em;
}
.Subscription-content-card-price > p {
  font-family: "Afacad", sans-serif;
  padding-bottom: 0.2em;
}
.Subscription-content-card-price {
  color: #00096E;
  font-size: 36px;
  font-weight: 800;
}
.Subscription-content-card-title {
  font-family: "Karla", sans-serif;
  color: #262626;
  font-size: 1.5em;
  font-weight: 700;
  padding-bottom: 0.2em;
}
.Subscription-content-card-subtitle {
  color: #333333;
  font-weight: 400;
  padding-bottom: 2em;
}
.Subscription-content-card > ul {
  padding-left: 1.5em;
  list-style: none;
}
.Subscription-content-card > ul > li {
  text-align: left;
  font-size: 12px;
  color: #333333;
  display: flex;
  align-items: center;
  padding-bottom: 1.3em;
  padding-right: 0.5em;
}
.Subscription-content-card > ul > li > svg {
  width: 24px;
  min-width: 24px;
  color: #D48A00;
}
.Subscription-content-card > ul > li > p {
  padding-left: 1em;
}
.Subscription-content-card-legend {
  font-size: 0.8em;
  font-style: italic;
  font-weight: 200;
  margin-bottom: 10px;
  color: #333333;
  padding: 0 1em 0.2em 1em;
}
.Subscription-content-card-button > a {
  border: solid 1px #C9C9C9;
  border-radius: 5px;
  padding: 5px 20px;
}
.Subscription-icon {
  text-align: center;
  margin-top: 1em;
}
.Subscription-icon > svg {
  width: 30px;
  color: #D48A00;
}
.Subscription-slide {
  color: #D48A00;
  margin-bottom: 3em;
}
.Subscription-contact {
  color: #333333;
  text-align: left;
  margin: 1em;
}
.Subscription-contact > p {
  padding-bottom: 1em;
}
.Subscription-contact > a {
  padding: 0.4em;
  border-radius: 7px;
  border: solid 1px rgba(0, 0, 0, 0.0901960784);
  background-color: #FFFFFF;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.pro {
  border-radius: 42px;
  border: 6px solid #00096E;
  background: linear-gradient(136deg, rgba(255, 255, 255, 0.25) 17.43%, rgba(0, 38, 229, 0.08) 100%);
}
.pro-reco {
  text-align: center;
  border-radius: 30px;
  padding: 0.4em 1em;
  color: #FFFFFF;
  background-color: #00096E;
  width: 45%;
  position: relative;
  top: -60px;
  left: 70px;
}
.pro-button > a {
  background: #00096E;
  border-radius: 9px;
  padding: 7px 3em;
  color: #FFFFFF;
  border: none;
}

.Client {
  margin-bottom: 3em;
}
.Client-title {
  font-size: 2.2em;
  margin: 1em 0 0.5em 0;
}
.Client-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.Client-list > img {
  width: 80px;
  padding: 1em;
}

.PunchLine {
  background: #00096E;
}
.PunchLine-title {
  margin: 0;
  padding-top: 1em;
  color: #FFFFFF;
  font-weight: 600;
}
.PunchLine > p {
  margin: 0 2em;
  color: #FFFFFF;
  font-size: 1em;
  font-weight: 350;
}
.PunchLine-content {
  padding: 3em 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.PunchLine-content-demo {
  width: 60%;
  background-color: #FFFFFF;
  padding: 0.5em;
  border-radius: 10px;
  margin-bottom: 1em;
  font-weight: 400;
  font-size: 1.2em;
}
.PunchLine-content-plus {
  width: 60%;
  padding: 0.5em;
  border-radius: 10px;
  border: solid 3px #FFFFFF;
  font-size: 1.2em;
  font-weight: 400;
  color: #FFFFFF;
}

.Display {
  padding: 0 2em;
}
.Display-title {
  margin-bottom: 0.2em;
}
.Display > p {
  padding-bottom: 1.5em;
}
.Display-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Display-content-card {
  background: #FFFFFF;
  margin-bottom: 3em;
  box-shadow: 1px 15px 20px 4px rgba(39, 39, 42, 0.1529411765);
  max-width: 355px;
  width: 300px;
  height: 230px;
  padding: 1.5em;
  padding-bottom: 0.8em;
  text-align: left;
}
.Display-content-card > svg {
  background: #31F1FF;
  background: linear-gradient(132deg, rgba(49, 241, 255, 0.25) 21%, rgba(0, 170, 255, 0.103) 100%);
  padding: 10px;
  border-radius: 10px;
  color: #0026E5;
  margin-bottom: 0.5em;
}
.Display-content-card-title {
  font-family: "Karla", sans-serif;
  color: #00096E;
  padding-bottom: 0.5em;
  font-weight: 750;
  font-size: 1.3em;
}
.Display-content-card > p {
  font-size: 14px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 1.2em;
}
.Display-content-card > figure {
  display: flex;
  align-items: center;
  margin-left: 1em;
  margin-bottom: 0.8em;
}
.Display-content-card > figure > svg {
  margin-right: 0.6em;
  color: #D48A00;
}
.Display-content-card > figure > figcaption {
  font-weight: 450;
  color: #262626;
}

.Gains {
  padding-bottom: 5em;
}
.Gains > h2 {
  margin-top: 0;
  padding: 1em;
}
.Gains-pre {
  overflow: hidden;
  padding: 2em 0;
}
.Gains-pre-layout {
  height: 210px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.Gains-pre-layout-left {
  padding: 1em 0;
  padding-left: 2em;
  margin-right: 2em;
  text-align: left;
  min-width: 210px;
  font-size: 16px;
}
.Gains-pre-layout-left > h3 {
  font-family: "Afacad", sans-serif;
  font-weight: 500;
  padding-bottom: 5px;
}
.Gains-pre-layout-left-content > p {
  font-size: 12px;
  font-weight: 400;
  color: #6D6D6D;
  padding-bottom: 10px;
}
.Gains-pre-layout-left-content-keyword > figure {
  display: flex;
  align-items: center;
}
.Gains-pre-layout-left-content-keyword > figure > svg {
  color: #D48A00;
  width: 24px;
  padding-right: 5px;
}
.Gains-pre-layout-left-content-keyword > figure > figcaption {
  font-size: 12px;
}
.Gains-pre-layout > img {
  border-radius: 15px 0 0 0;
  border: solid 4px #D48A00;
  border-bottom: none;
  height: 225px;
  transform: translateY(-9px) translateX(10px);
}

.Showcase-card {
  padding-bottom: 1em;
  margin-top: 3em;
}

.Card-details {
  margin: 0 auto 3em auto;
  background: white;
  box-shadow: 1px 15px 20px 4px rgba(39, 39, 42, 0.1529411765);
  padding: 1em;
  max-width: 360px;
}
.Card-details-header {
  display: flex;
  align-items: center;
}
.Card-details-header > svg {
  background: #31F1FF;
  background: linear-gradient(132deg, rgba(49, 241, 255, 0.25) 21%, rgba(0, 170, 255, 0.103) 100%);
  padding: 10px;
  border-radius: 10px;
  color: #0026E5;
}
.Card-details-header-title {
  font-family: "Karla", sans-serif;
  font-size: 1.5em;
  padding-left: 0.8em;
  color: #00096E;
}
.Card-details-content {
  padding-top: 1em;
}
.Card-details-content > p {
  color: #333333;
  padding-bottom: 1em;
}
.Card-details-content > p > b {
  font-weight: 500;
}
.Card-details-content-keywords {
  display: flex;
  flex-wrap: wrap;
}
.Card-details-content-keywords > figure {
  padding: 5px 10px;
  margin-right: 0.5em;
  display: flex;
}
.Card-details-content-keywords > figure > svg {
  color: #D48A00;
  padding-right: 8px;
}
.Card-details-content-keywords > figure > figcaption {
  font-size: 1em;
  color: #262626;
}
.Card-image {
  text-align: center;
  margin: 0 auto 3em auto;
  width: 382px;
}
.Card-image > img {
  width: inherit;
}
.Card-vidéo {
  text-align: center;
  margin: 0 auto 3em auto;
  width: 382px;
}
.Card-vidéo > video {
  width: inherit;
}

.Exhibit {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Exhibit-card {
  max-width: 300px;
  background-color: #FFFFFF;
  height: 580px;
  border-radius: 23px;
  border: 3px solid #BEBFC4;
  margin: 3em 0;
  padding: 2em;
}
.Exhibit-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1em;
}
.Exhibit-card-header > svg {
  width: 50px;
}
.Exhibit-card-header > p {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-family: "Karla", sans-serif;
  color: #6D6D6D;
  font-size: 16px;
  font-weight: 700;
}
.Exhibit-card-header > p > span {
  color: #00096E;
  font-size: 36px;
  font-weight: 700;
  font-family: "Karla", sans-serif;
}
.Exhibit-card > h3 {
  padding-bottom: 0.5em;
  font-family: "Karla", sans-serif;
  font-size: 22px;
  font-weight: 700;
}
.Exhibit-card > p {
  color: #6D6D6D;
  padding-bottom: 1.5em;
  text-align: justify;
  font-size: 14px;
  font-family: "Karla", sans-serif;
}
.Exhibit-card-features > h4 {
  font-size: 20px;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  padding-bottom: 0.5em;
}
.Exhibit-card-features-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-bottom: 1em;
}
.Exhibit-card-features-list > figure {
  display: flex;
}
.Exhibit-card-features-list > figure > svg {
  color: #D48A00;
  padding-right: 8px;
  margin-bottom: 0.5em;
}
.Exhibit-card-features-list > figure > figcaption {
  font-size: 14px;
  color: #262626;
}
.Exhibit-card-brands > h4 {
  font-size: 20px;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  padding-bottom: 0.8em;
}
.Exhibit-card-brands-list {
  display: flex;
  flex-wrap: wrap;
}
.Exhibit-card-brands-list > p {
  font-size: 14px;
  color: #D48A00;
  border: 2px solid #D48A00;
  border-radius: 15px;
  padding: 0.2em 1em;
  margin-right: 0.5em;
  margin-bottom: 0.4em;
}

.Compatibility {
  padding: 1em 2em;
}
.Compatibility > h3 {
  font-weight: 400;
  font-size: 1.2em;
  margin: 0 3em;
  padding-bottom: 1em;
}
.Compatibility > a {
  border: solid 2px #D48A00;
  border-radius: 8px;
  padding: 5px 20px;
  background-color: #FFFFFF;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  width: 60%;
  align-items: flex-start;
  margin: 0 auto 3em auto;
}
.Compatibility-list {
  display: flex;
  flex-direction: column;
}
.Compatibility-list-content {
  padding-bottom: 2.5em;
}
.Compatibility-list-content > h3 {
  font-family: "Karla", sans-serif;
  font-weight: 800;
  font-size: 3em;
  padding-bottom: 0.2em;
}
.Compatibility-list-content > h4 {
  font-family: "Karla", sans-serif;
  color: #262626;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 0.2em;
}
.Compatibility-list-content > p {
  font-weight: 400;
  color: #6D6D6D;
  font-size: 16px;
}

.grad_text_1 {
  background: linear-gradient(90deg, #D48A00 45.6%, #6bd9ca 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.grad_text_2 {
  background: linear-gradient(92deg, rgba(212, 138, 0, 0.8) 15.44%, #31f1ff 79.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.grad_text_3 {
  background: linear-gradient(90deg, #36f9ff 24.32%, #0026E5 62.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.Dev > p {
  color: #262626;
  font-size: 1.2em;
  margin-bottom: 1em;
}
.Dev-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Dev-content-card {
  background: #FFFFFF;
  margin-bottom: 3em;
  border-radius: 1em;
  box-shadow: 1px 15px 20px 4px rgba(39, 39, 42, 0.1529411765);
  padding: 1.2em 0;
  width: 320px;
  min-width: 270px;
}
.Dev-content-card > figure > svg {
  width: 44px;
  color: #D48A00;
  padding-bottom: 1em;
}
.Dev-content-card > figure > figcaption {
  color: #00096E;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  font-size: 1.4em;
  padding-bottom: 0.5em;
}
.Dev-content-card > p {
  color: #6D6D6D;
  font-size: 1em;
  font-weight: 350;
  padding: 0 1em;
}

.Cases {
  padding-bottom: 2em;
  background: radial-gradient(66.08% 100.88% at 84.5% 49.05%, rgba(29, 245, 227, 0.36) 0%, rgba(76, 255, 225, 0.1) 31.73%, rgba(76, 255, 225, 0) 100%);
}
.Cases-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Cases-card-example {
  margin-top: 3em;
  height: 500px;
  width: 310px;
  background-color: #FFFFFF;
  box-shadow: 1px 15px 19.7px 4px rgba(39, 39, 42, 0.11);
  border-radius: 20px;
  padding: 1.8em;
}
.Cases-card-example-header {
  margin-bottom: 1em;
  display: flex;
}
.Cases-card-example-header > svg {
  border-radius: 7px;
  padding: 6px;
  border: 3px solid #D48A00;
  width: 30px;
  height: 30px;
}
.Cases-card-example-header-titles {
  padding-left: 1em;
  color: #00096E;
}
.Cases-card-example-header-titles > h3 {
  font-family: "Karla", sans-serif;
  font-weight: 700;
}
.Cases-card-example-content > p {
  font-family: "Karla", sans-serif;
  text-align: justify;
  color: #333333;
  font-size: 12px;
  margin: 0 7%;
}
.Cases-card-example-content-keyword {
  margin: 0.8em 7% 0.5em 7%;
}
.Cases-card-example-content-keyword-stat {
  display: flex;
  align-items: center;
}
.Cases-card-example-content-keyword-stat > p {
  font-family: "Karla", sans-serif;
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 0.2em;
}
.Cases-card-example-content-keyword-stat > p:nth-child(1) {
  padding-right: 0.5em;
  color: #0026E5;
  font-size: 24px;
  font-weight: 800;
}
.Cases-card-example-content-media {
  display: flex;
  flex-direction: column;
  padding-bottom: 1em;
}
.Cases-card-example-content-media > h3 {
  font-family: "Karla", sans-serif;
  color: #262626;
  font-weight: 700;
  padding-bottom: 0.3em;
}
.Cases-card-example-content-media > video {
  width: 90%;
  margin: 0 auto;
}
.Cases-card-example-content-media > img {
  width: 225px;
  margin: 0 auto;
}
.Cases-card-example-content-result {
  padding-bottom: 1em;
}
.Cases-card-example-content-result > h3 {
  font-family: "Karla", sans-serif;
  color: #262626;
  font-weight: 700;
  padding-bottom: 1em;
}
.Cases-card-example-content-result > ul {
  list-style: none;
}
.Cases-card-example-content-result > ul > li {
  font-size: 12px;
  font-weight: 400;
}
.Cases-card-example-content-result > ul > li::before {
  content: "●";
  color: #D48A00;
  display: inline-block;
  margin-left: 10%;
  padding-right: 0.5em;
  margin-bottom: 1em;
}
.Cases-card-example-client {
  border-top: solid 2px #B3B3B3;
  padding: 1em 0;
  margin: 0 7%;
}
.Cases-card-example-client > p {
  color: #6D6D6D;
}
.Cases-card-example-client > p > span {
  font-weight: 400;
  color: #333333;
  padding-right: 0.2em;
}
.Cases-card-image {
  margin-top: 3em;
  width: 370px;
  height: 555px;
  background-color: #FFFFFF;
  overflow: hidden;
  box-shadow: 1px 15px 19.7px 4px rgba(39, 39, 42, 0.11);
  border-radius: 20px;
}
.Cases-card-image > img {
  height: inherit;
}
.Cases-card-video {
  margin-top: 3em;
  width: 310px;
  height: 500px;
  background-color: #FFFFFF;
  box-shadow: 1px 15px 19.7px 4px rgba(39, 39, 42, 0.11);
  border-radius: 20px;
  padding: 1.8em;
}
.Cases-card-video-header {
  margin-bottom: 1em;
  display: flex;
}
.Cases-card-video-header > svg {
  border-radius: 7px;
  padding: 6px;
  border: 3px solid #D48A00;
  width: 30px;
  height: 30px;
}
.Cases-card-video-header > h3 {
  font-family: "Karla", sans-serif;
  font-weight: 700;
  padding-left: 1em;
  color: #00096E;
}
.Cases-card-video-content {
  margin: 5em 7%;
}
.Cases-card-video-content > video {
  width: -webkit-fill-available;
  height: 200px;
  margin-bottom: 1em;
}

.linkCards {
  padding: 0.4em;
  border-radius: 7px;
  font-size: 14px;
  border: solid 2px #262626;
}

.linkCardExample {
  color: #00096E;
  align-self: flex-end;
  margin-right: 7%;
  margin-top: 0.5em;
}

.hide {
  display: none;
}

.modal {
  margin-top: 1em;
}
.modal-close {
  width: 24px;
  margin: 0 0 1em 2em;
}

#modal-inner {
  max-width: 90%;
  margin: 0 auto;
}

.BG {
  text-align: center;
  background: radial-gradient(225.21% 110.25% at 35.98% 100%, rgb(255, 202, 104) 0%, rgba(150, 255, 221, 0.3) 0%, #F8FAFC 100%);
}

.API {
  margin-top: 5em;
}
.API-content {
  display: flex;
  flex-direction: column;
}
.API-content-card {
  margin: 1em 0;
}
.API-content-card > h3 {
  color: #D48A00;
  font-weight: 800;
  font-family: "Karla", sans-serif;
  font-size: 40px;
}

.Quote-content {
  padding-bottom: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Quote-content-card {
  width: 305px;
  margin-bottom: 3em;
  background-color: #FFFFFF;
}
.Quote-content-card-testimony {
  padding: 2em;
  display: flex;
  flex-direction: column;
}
.Quote-content-card-testimony > svg {
  width: 24px;
  color: #00096E;
  transform: rotate(-180deg);
  margin-bottom: 1em;
}
.Quote-content-card-testimony > p {
  font-family: "Karla", sans-serif;
  color: #333333;
  font-size: 14px;
  text-align: left;
}
.Quote-content-card-name {
  padding: 1em 2em;
  display: flex;
  background: #FAFBFF;
}
.Quote-content-card-name > svg {
  width: 30px;
  background: #D9D9D9;
  padding: 5px;
  margin-right: 1em;
}
.Quote-content-card-name-text > p:nth-child(1) {
  color: #333333;
  font-family: "Karla", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px;
}
.Quote-content-card-name-text > p:nth-child(2) {
  font-family: "Karla", sans-serif;
  color: #00096E;
  font-size: 14px;
}

.ContactForm {
  margin: 3em 1em;
}
.ContactForm-content > h2 {
  display: none;
}
.ContactForm-content-card {
  background: #FFFFFF;
  border-radius: 30px;
  padding: 2em 1.5em;
  margin: 0 auto;
  max-width: 325px;
}
.ContactForm-coordonnee {
  margin-top: 3em;
  display: flex;
  flex-direction: column;
  padding: 0 1em;
}
.ContactForm-coordonnee-adress > p {
  font-size: 12px;
  font-weight: 350;
  padding-bottom: 0.2em;
}
.ContactForm-coordonnee-adress > p:nth-child(1) {
  font-family: "Karla", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  padding-bottom: 1em;
}
.ContactForm-coordonnee-coordo > p {
  font-size: 12px;
  font-weight: 350;
  padding-bottom: 0.2em;
}
.ContactForm-coordonnee-coordo > p:nth-child(1) {
  font-family: "Karla", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  padding-bottom: 1em;
  padding-top: 1em;
}

.Form-content-field {
  display: flex;
  flex-direction: column;
}
.Form-content-field-nameInput {
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #D48A00;
}
.Form-content-field-nameInput::placeholder {
  color: #ACACAC;
  font-size: 12px;
}
.Form-content-field-label {
  color: #00096E;
  font-family: "Karla", sans-serif;
  font-size: 20px;
  font-weight: 600;
  border-bottom: solid 1px rgba(0, 9, 110, 0.33);
  margin-bottom: 0.5em;
  width: 47%;
}
.Form-content-field-input {
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #D48A00;
}
.Form-content-field-input::placeholder {
  color: #ACACAC;
  font-size: 12px;
}
.Form-content-field-side2side {
  display: flex;
  justify-content: space-between;
}
.Form-content-field-side2side-input {
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #D48A00;
  width: 47%;
}
.Form-content-field > textarea {
  height: 110px;
  border: solid 1px #D48A00;
  resize: none;
  padding: 10px;
}
.Form-submit {
  text-align: center;
}
.Form-submit > p {
  color: #6D6D6D;
  text-align: left;
  font-size: 10px;
  font-weight: 400;
}
.Form-submit > input {
  margin-top: 1em;
  background-color: #00096E;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  padding: 1em;
  width: 40%;
  border: solid 2px #00096E;
}

.red {
  font-family: "Karla", sans-serif;
  padding-left: 0.2em;
  color: #D90000;
}

.FAQ-content {
  max-width: 530px;
  margin: 0 auto;
}
.FAQ-content-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2em;
}
.FAQ-content-section > h3 {
  color: #262626;
  font-weight: 500;
  padding-bottom: 0.5em;
  align-self: flex-start;
}
.FAQ-content-section-question {
  width: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #FFFFFF;
  box-shadow: 0 10px 17px 0 rgba(61, 76, 113, 0.22);
  border-radius: 10px;
  padding: 0.8em;
  margin-bottom: 1em;
}
.FAQ-content-section-question-accordion {
  padding: 0.2em 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  background: none;
  border: none;
  width: 100%;
}
.FAQ-content-section-question-accordion p {
  flex: 1;
  text-align: left;
}
.FAQ-content-section-question-accordion svg {
  width: 24px;
  color: #D48A00;
  transition: transform 0.3s ease;
}
.FAQ-content-section-question-accordion.active svg {
  transform: rotate(-90deg);
}
.FAQ-content-section-question-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  color: #6D6D6D;
  text-align: justify;
  padding: 0 1em;
  font-size: 12px;
  font-weight: 400;
  font-family: "Karla", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.FAQ-content-section-question-answer-cta {
  background-color: #00096E;
  border-radius: 4px;
  margin-top: 1em;
  color: #FFFFFF;
  display: block;
  padding: 0.5em 1em;
}

.Legal-nav {
  margin: 0 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.Legal-nav-link {
  color: #00096E;
  padding: 7px;
  border: solid 1px #00096E;
  border-radius: 5px;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  font-size: 14px;
}

.Legal-maj {
  margin-top: 3em;
}
.Legal-maj > p {
  font-family: "Karla", sans-serif;
  padding-bottom: 0.4em;
}
.Legal-maj-small {
  color: #6D6D6D;
  font-size: 12px;
  padding-bottom: 0.4em;
}
.Legal-intersection {
  margin: 0 2em;
}
.Legal-details {
  color: #0026E5;
}
.Legal-section-part {
  margin-bottom: 1em;
}
.Legal-section-part > h3 {
  color: #262626;
  font-family: "Karla", sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 0.5em;
}
.Legal-section-part-text {
  color: #333333;
  font-family: "Karla", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 0.4em;
  text-align: justify;
}
.Legal-section-part-text > a {
  color: #0026E5;
}
.Legal-section-part-field {
  color: #6D6D6D;
  font-family: "Karla", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 0.4em;
}
.Legal-section-part-field-label {
  font-family: "Karla", sans-serif;
  color: #333333;
  margin-right: 0.4em;
}
.Legal-section-part-list {
  padding-bottom: 0.4em;
  list-style: none;
  color: #333333;
}
.Legal-section-part-list > li {
  display: flex;
  font-family: "Karla", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 0.2em;
}
.Legal-section-part-list > li::before {
  content: "●";
  color: #D48A00;
  display: inline-block;
  margin-left: 0.5em;
  padding-right: 0.5em;
}
.Legal-section-part-list > li > span {
  padding-right: 1em;
}
.Legal-section-part-list > li > a {
  color: #0026E5;
}
.Legal-section-part-small {
  color: #6D6D6D;
  font-size: 12px;
  padding-bottom: 0.4em;
}

.Buy-modality {
  margin: 0 2em;
  text-align: justify;
  color: #6D6D6D;
  font-family: "Karla", sans-serif;
  font-size: 14px;
}
.Buy-content-title {
  margin-top: 0;
  padding-top: 1em;
  margin-left: 0.8em;
  color: #D48A00;
  font-size: 2.5em;
  font-weight: 500;
}
.Buy-content-form {
  background: #FFFFFF;
  padding: 2em;
  margin-bottom: 1em;
}
.Buy-content-form-field {
  display: flex;
}
.Buy-content-form-field-input {
  color: #333333;
  font-family: "Karla", sans-serif;
  font-weight: 500;
  margin-bottom: 1.5em;
  padding-bottom: 0.7em;
  font-size: large;
  box-sizing: border-box;
  border: none;
  border-bottom: 3px solid #D48A00;
  width: 50%;
}
.Buy-content-form-field-input-unrequired {
  color: #ACACAC;
  font-family: "Karla", sans-serif;
  font-weight: 500;
  margin-bottom: 0.7em;
  padding-bottom: 0.7em;
  font-size: large;
  box-sizing: border-box;
  border: none;
  border-bottom: 3px solid #D48A00;
  width: 50%;
}
.Buy-content-form-field-price {
  font-family: "Karla", sans-serif;
  padding-left: 1.2em;
  color: #ACACAC;
}
.Buy-content-form-fieldDevice-label {
  font-size: large;
  font-family: "Karla", sans-serif;
  color: #333333;
  font-weight: 500;
  padding-bottom: 0.7em;
}
.Buy-content-form-fieldDevice-device {
  display: flex;
  flex-direction: column;
  margin-top: 1em;
}
.Buy-content-form-fieldDevice-device-input {
  color: #333333;
  font-family: "Karla", sans-serif;
  font-size: medium;
  border: none;
  width: 90%;
  margin: 0 auto 1.5em auto;
  border-bottom: 2px solid #333333;
}
.Buy-content-form-fieldDevice-device-input-groupopt {
  font-family: "Karla", sans-serif;
  color: #333333;
  font-weight: 600;
}
.Buy-content-form-submit-required {
  font-size: 0.9em;
  padding-bottom: 0.2em;
  color: #6D6D6D;
}
.Buy-content-form-submit-button {
  border-radius: 7px;
  background: #262626;
  color: #FFFFFF;
  padding: 10px 25px;
  font-size: 1em;
}

.Token > h2 {
  margin-left: 0.9em;
}

#characSpe {
  font-size: 3em;
  padding: 0;
}

.region path {
  fill: #ACACAC;
  stroke-width: 1px;
  /*stroke: #ACACAC;*/
  transition: fill 0.18s ease, transform 0.18s ease;
  cursor: pointer;
}

.region:hover path {
  fill: #E3A34A;
}

.region.active path {
  fill: #D48A00;
}

.FindDealer > h2 {
  margin: 0.8em;
  font-weight: 500;
}
.FindDealer-content-info {
  margin-bottom: 1em;
}
.FindDealer-content-info-title {
  color: #262626;
  font-size: 18px;
  font-weight: 450;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 2px #D48A00 solid;
}
.FindDealer-content-info-small {
  color: #333333;
  font-family: "Karla", sans-serif;
  font-size: 12px;
  text-align: justify;
}
.FindDealer-content-map {
  text-align: center;
}
.FindDealer-content-list {
  margin-top: 1em;
}
.FindDealer-content-list-element {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 1em;
  margin: 1em 0;
}
.FindDealer-content-list-element-left-title {
  font-family: "Fredoka", sans-serif;
  color: #00096E;
  font-size: 20px;
  font-weight: 450;
  padding-bottom: 0.6em;
}
.FindDealer-content-list-element-left-name {
  font-family: "Karla", sans-serif;
  font-weight: 500;
}
.FindDealer-content-list-element-left > p:nth-child(3) {
  font-family: "Karla", sans-serif;
}
.FindDealer-content-list-element-right {
  margin-top: 1em;
  border-bottom: 2px solid #D48A00;
  width: 55%;
}

.BecomeDealer > h2 {
  font-weight: 500;
}
.BecomeDealer-content > p {
  font-family: "Karla", sans-serif;
  font-size: 14px;
  color: #333333;
  text-align: justify;
}
.BecomeDealer-content > a {
  margin: 1em 0 3em 0;
  padding: 0.4em;
  border-radius: 7px;
  border: solid 1px rgba(0, 0, 0, 0.0901960784);
  background-color: #FFFFFF;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.region.on path {
  fill: #D48A00 !important;
}

.resultats {
  margin-top: 40px;
}

.revendeur-box {
  background: #f9f9f9;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.revendeur-titre {
  font-weight: bold;
  font-size: 18px;
}

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

.societe {
  color: #003399;
  font-weight: bold;
}

.Footer-content-logo {
  padding-bottom: 1em;
}
.Footer-content-logo-name {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 500;
}
.Footer-content-logo-slogan {
  color: #333333;
  font-size: 0.9em;
}
.Footer-content-logo-team {
  margin-top: 1em;
  font-size: 14px;
  color: #00096E;
}
.Footer-content-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.3em;
  padding: 0.2em 1em;
  border-left: 3px solid #D48A00;
}
.Footer-content-section-title {
  font-family: "Karla", sans-serif;
  font-size: 1.2em;
}
.Footer-content-section > a {
  font-size: 1em;
  font-weight: 300;
  padding: 0.2em 0;
}
.Footer > p {
  color: #00096E;
  font-size: 0.8em;
  padding: 1em 0.2em 1em 2em;
  border-top: solid 1px #00096E;
  font-weight: 300;
}

@media screen and (min-width: 900px) {
  h2 {
    font-size: 4em;
    font-weight: 500;
    margin-bottom: 0.2em;
  }
  .Header-landingPage {
    background-size: 100%;
  }
  .Header-landingPage-main-title {
    padding: 2em 0 0.5em 0;
    font-size: 4em;
  }
  .Header-landingPage-main-content {
    text-align: center;
    margin: 0 3em;
  }
  .Header-landingPage-main-content-text {
    margin: 0 20%;
  }
  .Header-landingPage-main-content-button {
    margin: 0 3em;
    flex-direction: row;
    justify-content: center;
  }
  .Header-landingPage-main-content-button > a {
    max-width: 315px;
    margin: 1em 3em;
  }
  .Header-landingPage-main-content > img {
    border: none;
    transform: none;
    height: 70%;
  }
  .Header-mentions {
    margin: 0 15%;
  }
  .Header-mentions-title {
    font-size: 3em;
  }
  .Header-mentions > p {
    font-size: 20px;
  }
  .Header-base-main {
    margin: 0 10em;
    padding-top: 3em;
    text-align: center;
  }
  .Header-base-main-title {
    padding-bottom: 1em;
    font-size: 3em;
  }
  .Header-base-main-content-text {
    margin: 0 5em;
    padding-bottom: 3em;
  }
  .Header-base-main-content-assets {
    justify-content: center;
  }
  .Header-base-main-content-assets-card {
    padding: 0 1.5em;
  }
  .Header-base-main-content-assets-card > svg {
    width: 60px;
  }
  .Header-base-main-content-assets-card > p {
    font-size: 1.2em;
  }
  .Stat-intro > p {
    font-size: 1.5em;
  }
  .Stat-number {
    flex-direction: row;
    justify-content: center;
  }
  .Stat-number-content {
    margin: 0 1em;
  }
  .Info > p {
    font-size: 1.5em;
  }
  .Info-content {
    margin-bottom: 10em;
    flex-direction: row;
    justify-content: center;
  }
  .Info-content-card {
    margin: 0 2em;
  }
  .Subscription > p {
    font-size: 1.5em;
    margin-bottom: 2em;
  }
  .Subscription-slide {
    display: none;
  }
  .Subscription-content {
    justify-content: center;
  }
  .Subscription-content-card {
    border: none;
  }
  .Subscription-content-card > ul > li {
    font-size: 15px;
  }
  .Subscription-content-card-legend {
    font-size: 13px;
    padding-bottom: 1em;
  }
  .Subscription-icon {
    display: none;
  }
  .Subscription-contact {
    text-align: center;
    margin-top: 1em;
  }
  .Subscription-contact > a {
    width: 215px;
    margin: 2em auto 0 auto;
  }
  s .pro {
    border: 6px solid #00096E;
  }
  .Client-title {
    font-size: 4em;
    font-weight: 400;
  }
  .Client-list > img {
    width: 250px;
    margin: 0 3em;
  }
  .PunchLine-title {
    padding-top: 0.5em;
  }
  .PunchLine > p {
    display: inline-block;
    font-size: 1.3em;
    font-weight: 300;
    width: 60%;
  }
  .PunchLine-content {
    flex-direction: row;
    justify-content: center;
  }
  .PunchLine-content-demo {
    margin: 0 3em;
    width: 400px;
    border: solid 3px #FFFFFF;
    margin: 0;
    font-size: 1.5em;
    font-weight: 450;
  }
  .PunchLine-content-plus {
    margin: 0 3em;
    font-size: 1.5em;
    width: 400px;
  }
  .Display-title {
    margin-top: 0.4em;
  }
  .Display > p {
    font-size: 1.5em;
  }
  .Display-content {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
  }
  .Display-content-card {
    flex-grow: 2;
    margin: 2.7em 3em;
  }
  .Gains-pre-layout {
    margin: 0 auto;
    margin-top: 3em;
    max-width: 1200px;
  }
  .Gains-pre-layout-left > h3 {
    font-size: 1.7em;
    padding-top: 1em;
  }
  .Gains-pre-layout-left-content {
    padding-bottom: 1em;
    margin-left: 1em;
  }
  .Gains-pre-layout-left-content > p {
    color: #333333;
    font-size: 1em;
  }
  .Gains-pre-layout-left-content-keyword {
    display: flex;
  }
  .Gains-pre-layout-left-content-keyword > figure {
    margin-right: 3em;
  }
  .Gains-pre-layout-left-content-keyword > figure > svg {
    width: 40px;
  }
  .Gains-pre-layout-left-content-keyword > figure > figcaption {
    padding-left: 1em;
    font-size: 1em;
  }
  .Gains-pre-layout > img {
    border-radius: 15px 15px 0 0;
    height: 260px;
    transform: translateY(-27px) translateX(20px);
  }
  .Footer-content {
    margin-top: 3em;
    display: flex;
    justify-content: space-around;
  }
  .Footer-content-logo {
    width: 400px;
  }
  .Footer-content-logo-slogan {
    font-size: 1.2em;
  }
  .Layout-footer {
    margin: 0 1em;
    margin-bottom: 3em;
  }
  .Showcase-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: stretch;
    column-gap: 3em;
    row-gap: 3em;
    margin: 3em 20% 0 20%;
    padding-bottom: 3em;
  }
  .Card-details {
    justify-self: center;
    margin: 0;
  }
  .Card-image {
    justify-self: center;
    margin: 0;
  }
  .Card-vidéo {
    justify-self: center;
    margin: 0;
  }
  .Card-vidéo > video {
    height: -webkit-fill-available;
    width: -webkit-fill-available;
  }
  .Exhibit {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1em;
  }
  .Exhibit-card {
    height: 525px;
    margin-right: 3em;
    margin-left: 3em;
  }
  .Compatibility > a {
    width: 15%;
  }
  .Compatibility > h2 {
    margin-top: 0.5em;
  }
  .Compatibility-list {
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 3em;
  }
  .Compatibility-list-content > h3 {
    margin-bottom: 0.2em;
  }
  .Compatibility > h3 {
    margin-bottom: 1em;
  }
  .Dev > p {
    font-size: 1.3em;
    margin: 1em 3em 3em 3em;
  }
  .Dev-content {
    margin-bottom: 5em;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .Dev-content-card {
    margin: 0 3em;
  }
  .Cases-card {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .Cases-card-example {
    margin: 3em;
    width: 470px;
    padding: 2em;
  }
  .Cases-card-example-header > svg {
    width: 42px;
    height: 42px;
  }
  .Cases-card-example-header-titles {
    font-size: 1.2em;
  }
  .Cases-card-example-content > p {
    font-size: 14px;
  }
  .Cases-card-example-content-keyword {
    display: flex;
  }
  .Cases-card-example-content-keyword-stat:nth-child(1) {
    margin-right: 2em;
  }
  .Cases-card-example-content-keyword-stat > p:nth-child(1) {
    font-size: 26px;
  }
  .Cases-card-example-content-keyword-stat > p:nth-child(2) {
    padding-bottom: 0;
  }
  .Cases-card-example-content-media {
    padding-bottom: 0.4em;
  }
  .Cases-card-example-content-media > h3 {
    font-size: 1.5em;
    padding-bottom: 0.3em;
  }
  .Cases-card-example-content-media > video {
    width: 75%;
  }
  .Cases-card-example-content-media > img {
    width: 285px;
  }
  .Cases-card-example-content-result {
    padding-bottom: 0.5em;
  }
  .Cases-card-example-content-result > h3 {
    font-size: 1.5em;
    padding-bottom: 0.5em;
  }
  .Cases-card-example-content-result > ul > li {
    font-size: 16px;
  }
  .Cases-card-image {
    margin: 3em;
    width: 535px;
    height: 570px;
  }
  .Cases-card-video {
    margin: 3em;
    width: 470px;
    padding: 2em;
  }
  .Cases-card-video-content > video {
    height: auto;
  }
  .Cases-card-video-header > svg {
    width: 42px;
    height: 42px;
  }
  .Cases-card-video-header > h3 {
    font-size: 1.2em;
  }
  .API > h2 {
    margin-top: 0;
    margin-bottom: 0.2em;
  }
  .API-content {
    flex-direction: row;
    justify-content: center;
  }
  .API-content-card {
    margin: 0 3em;
  }
  .API-content-card > h3 {
    padding-bottom: 0.2em;
  }
  .Quote {
    padding-bottom: 5em;
  }
  .Quote > h2 {
    margin: 0.5em 0;
  }
  .Quote-content {
    flex-direction: row;
    justify-content: center;
  }
  .Quote-content-card {
    margin: 0 1em;
  }
  .Main-contact > h2 {
    font-weight: 400;
    font-size: 40px;
    padding: 0.5em 5em;
  }
  .Main-contact-link {
    padding-top: 1em;
    flex-direction: row;
    justify-content: center;
  }
  .Main-contact-link > a:nth-child(1) {
    width: 300px;
    border: solid 3px #FFFFFF;
    margin: 0;
    font-weight: 450;
  }
  .Main-contact-link > a:nth-child(2) {
    margin: 0 3em;
    width: 300px;
    font-size: 1.5em;
  }
  .ContactForm {
    margin: 3em 0;
  }
  .ContactForm-content {
    margin-top: 5em;
    background-color: #00096E;
    background-image: url("background/Background-Contact.webp");
    background-size: cover;
    height: 540px;
    display: flex;
  }
  .ContactForm-content > h2 {
    align-self: flex-end;
    display: initial;
    color: #FFFFFF;
    margin-left: 10%;
    margin-right: 5%;
  }
  .ContactForm-content-card {
    overflow: visible;
    height: fit-content;
    transform: translateY(-30px);
    max-width: 500px;
    padding: 3em 2em;
  }
  .ContactForm-coordonnee {
    justify-content: flex-start;
    margin-left: 10%;
  }
  .ContactForm-coordonnee-adress {
    margin-right: 10%;
  }
  .ContactForm-coordonnee-coordo > p {
    justify-self: left;
  }
  .Form-content-field {
    flex-direction: row;
    margin-bottom: 2.5em;
  }
  .Form-content-field-nameInput {
    margin-bottom: 0;
    width: 30%;
    margin-left: 2em;
  }
  .Form-content-field-label {
    font-size: 22px;
    margin-bottom: 0;
    margin-right: 1.2em;
    border-bottom: solid 1px #00096E;
  }
  .Form-content-field-input {
    margin-bottom: 0;
    width: 60%;
  }
  .Form-content-field-side2side-input {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-left: 2em;
  }
  .Form-content-field > textarea {
    height: 160px;
  }
  .Form-submit {
    display: flex;
    justify-content: space-between;
  }
  .FAQ-content {
    max-width: 950px;
  }
  .FAQ-content-section > h3 {
    font-size: 30px;
    font-weight: 500;
  }
  .FAQ-content-section-question {
    width: -webkit-fill-available;
  }
  .FAQ-content-section-question-accordion {
    font-size: 18px;
  }
  .FAQ-content-section-question-answer > p {
    font-size: 14px;
  }
  .Legal-nav {
    margin: 0 15%;
  }
  .Legal-nav-link {
    padding: 5px 20px;
    font-size: 18px;
    margin-right: 1.2em;
  }
  .Legal-intersection {
    margin: 0 15%;
  }
  .Legal-maj {
    margin: 3em 15% 0 15%;
  }
  .Legal-section {
    margin: 0 15%;
  }
  .Legal-section-title {
    font-size: 2.5em;
    font-weight: 400;
    margin-bottom: 0.5em;
  }
  .Legal-section-part > h3 {
    font-size: 24px;
  }
  .Legal-section-part-text {
    font-size: 18px;
    font-weight: 400;
  }
  .Legal-section-part-field {
    font-size: 18px;
    font-weight: 400;
  }
  .Legal-section-part-field-label {
    font-weight: 550;
  }
  .Legal-section-part-list {
    margin-left: 2em;
  }
  .Legal-section-part-list > li {
    font-size: 18px;
    font-weight: 400;
  }
  .Legal-section-part-small {
    font-size: 14px;
  }
  .telForm {
    margin-left: 2em;
    width: 30%;
  }
  .FindDealer-content {
    margin-left: 3.5em;
    margin-right: 3.5em;
  }
  .FindDealer-content-info-small {
    font-size: 15px;
  }
  .FindDealer-content-info-title {
    width: 30%;
  }
  .FindDealer-content-map {
    margin: 5em auto 3em auto;
    max-width: 1000px;
  }
  .FindDealer-content-list-element {
    padding: 2em;
    width: 60%;
    margin: 3em auto;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
  }
  .FindDealer-content-list-element-right {
    text-align: right;
    width: 25%;
    padding-bottom: 0.8em;
  }
  .BecomeDealer > h2 {
    text-align: center;
    margin-bottom: 1em;
  }
  .BecomeDealer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .BecomeDealer-content > p {
    width: 40%;
    margin-left: 8em;
    font-size: 15px;
  }
  .BecomeDealer-content > a {
    width: 15%;
    margin: 0;
    margin-right: 10em;
  }
  #modal-inner {
    max-width: 80%;
  }
}

/*# sourceMappingURL=style.css.map */
