/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 4.5rem;
  color: rgb(42, 15, 84);
}
header .wrapper {
  max-width: 1450px;
}

.nav-scrolling {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(23, 12, 57, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(23, 12, 57, 0.1);
  background: rgba(246, 244, 251, 0.95);
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
  -webkit-transition: 300ms ease-out;
  -o-transition: 300ms ease-out;
  transition: 300ms ease-out;
}

@supports not ((-webkit-backdrop-filter: blur) or (backdrop-filter: blur)) {
  .nav-scrolling {
    background: rgb(246, 244, 251);
  }
}
nav {
  width: 100%;
  height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#logo h1 {
  font-size: 1.4rem;
}
#logo h1 a {
  color: rgb(42, 15, 84);
}

.toggle {
  font-size: 1.7rem;
  cursor: pointer;
}
.toggle .fermer {
  display: none;
}
.toggle .ouvrir {
  display: block;
}

nav > ul {
  z-index: 1;
  position: fixed;
  -webkit-transform: translateY(-30rem);
      -ms-transform: translateY(-30rem);
          transform: translateY(-30rem);
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  text-align: center;
}
nav > ul li {
  margin-bottom: 8vh;
}
nav > ul li a.active::before {
  width: 100%;
}
nav > ul li a {
  font-weight: 700;
  letter-spacing: 0.02rem;
  padding: 0.5rem 0.6rem;
  color: rgb(42, 15, 84);
  position: relative;
}
nav > ul li a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  height: 0.35rem;
  width: 0;
  border-radius: 200px;
  background: #FC6B36;
  -webkit-transition: 300ms cubic-bezier(0.82, 0.29, 0, 0.96);
  -o-transition: 300ms cubic-bezier(0.82, 0.29, 0, 0.96);
  transition: 300ms cubic-bezier(0.82, 0.29, 0, 0.96);
  -webkit-box-shadow: 0px 9px 20px rgba(252, 107, 54, 0.4);
          box-shadow: 0px 9px 20px rgba(252, 107, 54, 0.4);
}
nav > ul li a:hover::before, nav > ul li a:active::before {
  width: 100%;
}
nav > ul #nav-contact a::before, nav > ul #nav-contact a:hover::before, nav > ul #nav-contact a:active::before, nav > ul #call-us a::before, nav > ul #call-us a:hover::before, nav > ul #call-us a:active::before {
  width: 0;
}
nav > ul button {
  padding: 0.6rem 1rem;
  border: none;
  background: #FC6B36;
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  cursor: pointer;
  border-radius: 200px;
  -webkit-filter: drop-shadow(0px 9px 20px rgba(252, 107, 54, 0.4));
          filter: drop-shadow(0px 9px 20px rgba(252, 107, 54, 0.4));
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
nav > ul button:hover, nav > ul button:active {
  background: rgba(252, 107, 54, 0.9);
  -webkit-filter: drop-shadow(0px 9px 20px rgba(252, 107, 54, 0.8));
          filter: drop-shadow(0px 9px 20px rgba(252, 107, 54, 0.8));
}
nav > ul #call-us button {
  background: rgb(255, 255, 255);
  color: #FC6B36;
  border: solid 2px #FC6B36;
}

.open .toggle {
  z-index: 6;
}
.open .toggle .fermer {
  display: block;
}
.open .toggle .ouvrir {
  display: none;
}

.open nav > ul {
  z-index: 5;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  background: rgb(246, 244, 251);
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
  padding-top: 15vh;
  height: auto;
  width: 100%;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(23, 12, 57, 0.2);
          box-shadow: 0 0.5rem 1rem rgba(23, 12, 57, 0.2);
  -webkit-transition: 300ms cubic-bezier(0, 1.52, 0, 1.14);
  -o-transition: 300ms cubic-bezier(0, 1.52, 0, 1.14);
  transition: 300ms cubic-bezier(0, 1.52, 0, 1.14);
}
.open nav > ul li {
  text-align: center;
  margin-bottom: 6vh;
}
.open nav > ul li a,
.open nav > ul li button {
  font-size: 1.2rem;
}

#nav-contact a:hover::before, #nav-contact a:active::before {
  width: 0;
}

footer {
  background: #220948;
  padding: 5rem 0;
}
footer .wrapper {
  max-width: 1450px;
}
footer .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
}
footer .footer-links div {
  -ms-flex-preferred-size: 0.8;
      flex-basis: 0.8;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
footer .footer-links div h3 {
  font-weight: 800;
  font-size: 1.7rem;
  margin-bottom: 2rem;
  color: rgb(148, 109, 240);
}
footer .footer-links div li {
  line-height: 150%;
}

.services li,
.more li,
.adresse li {
  margin: 1.4rem 0;
}
.services a,
.more a,
.adresse a {
  color: rgb(212, 194, 255);
  font-size: 1.2rem;
}
.services a::before,
.more a::before,
.adresse a::before {
  content: ">";
  margin-right: 0.2rem;
  -webkit-transition: 150ms ease-out;
  -o-transition: 150ms ease-out;
  transition: 150ms ease-out;
  font-weight: 800;
}
.services a:hover::before,
.more a:hover::before,
.adresse a:hover::before {
  margin-left: 0.2rem;
  margin-right: 0;
}
.services a:hover,
.more a:hover,
.adresse a:hover {
  color: rgba(212, 194, 255, 0.7);
}

.follow h3 {
  max-width: 240px;
  margin-bottom: 0.8rem !important;
  color: rgb(148, 109, 240);
}
.follow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.follow ul li {
  margin-right: 1.2rem;
  font-size: 2.3rem;
}
.follow ul li a {
  color: #ff8154;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.follow ul li:hover > a {
  color: rgba(252, 140, 99, 0.6);
}

.terms {
  border-top: solid 3px rgba(246, 244, 251, 0.5);
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.terms h3 {
  font-size: 0.8rem;
  color: rgb(148, 109, 240);
}

*,
::before,
::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "poppins", roboto, sans-serif;
  min-height: 100vh;
  background: #F6F4FB;
  overflow-x: hidden !important;
}

html {
  scroll-behavior: smooth;
}

.wrapper {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.dot::after {
  content: ".";
  color: #FC6B36;
  font-size: 1.5em;
  line-height: 0.2;
}

li {
  list-style: none;
}
li a {
  text-decoration: none;
}

h1 a {
  text-decoration: none;
}

.hero-section {
  background: #F6F4FB;
  color: #2a0f54;
  padding: 0 0 6rem;
}
.hero-section .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hero-image {
  opacity: 0;
  width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
  aspect-ratio: 0.8;
}

.welcome {
  opacity: 0;
  width: 100%;
  text-align: center;
}
.welcome h2 {
  font-size: 2.1rem;
  margin-top: 1rem;
  line-height: 140%;
  font-family: "Yeseva One", cursive;
}
.welcome .commit {
  font-size: 1.5rem;
  line-height: 160%;
  margin: 2rem 0 3rem;
  color: rgb(78, 37, 157);
}
.welcome .trusted {
  background: #C4F3DA;
  padding: 0.5rem 1rem;
  display: table;
  border-radius: 200px;
  margin: 0 auto;
}
.welcome .trusted img {
  height: 1.5rem;
  margin-left: 1rem;
  display: table-cell;
  vertical-align: middle;
}
.welcome .trusted span {
  display: table-cell;
  vertical-align: middle;
  font-weight: 500;
  font-size: 0.85rem;
}
.welcome .begin img {
  width: 6rem;
  margin-right: 2rem;
}

.btn-begin,
.more-btn {
  position: relative;
  padding: 0.8rem 1.4rem;
  background: transparent;
  border: none;
  color: rgb(42, 15, 84);
  font-weight: 700;
  letter-spacing: 0.05rem;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 1;
}
.btn-begin .fa-solid,
.more-btn .fa-solid {
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  top: 1rem;
}
.btn-begin::before,
.more-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: 3rem;
  border-radius: 200px;
  background: #FC6B36;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.btn-begin:hover::before,
.more-btn:hover::before {
  width: 100%;
}
.btn-begin:hover .fa-solid,
.more-btn:hover .fa-solid {
  -webkit-transform: translateX(0.6rem);
      -ms-transform: translateX(0.6rem);
          transform: translateX(0.6rem);
  margin-right: 0.6rem;
}

.toTop {
  display: none;
}

.main-services {
  padding: 8rem 0 2rem;
  background: #D4CAF2 url(./../media/background-pattern-main.svg);
  color: #2A0F54;
}
.main-services .wrapper {
  position: relative;
}
.main-services .main-bg {
  height: 8rem;
  opacity: 0.8;
  position: absolute;
  top: -8rem;
  right: 0;
}
.main-services h3 {
  font-size: 1.7rem;
  font-family: "Yeseva One", cursive;
  margin-bottom: 4rem;
  text-align: center;
  line-height: 150%;
}
.main-services .service-container {
  margin-bottom: 5rem;
}
.main-services .service-container .img-container {
  width: 100%;
  aspect-ratio: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 12px 4px rgba(63, 31, 114, 0.2);
          box-shadow: 0px 12px 4px rgba(63, 31, 114, 0.2);
  border-radius: 1rem;
  -webkit-transition: 300ms ease-out;
  -o-transition: 300ms ease-out;
  transition: 300ms ease-out;
}
.main-services .service-container .img-container img {
  width: 50%;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.main-services .service-container .img-container:hover > img {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
.main-services .service-container .img-container:hover {
  -webkit-transform: translateY(-1rem);
      -ms-transform: translateY(-1rem);
          transform: translateY(-1rem);
}
.main-services .service-brief h4 {
  margin: 1.8rem 0 0;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 160%;
}
.main-services .service-brief p {
  font-size: 1.1rem;
  margin: 1rem 0 1.2rem;
  line-height: 160%;
}
.main-services .service-brief button {
  color: #170C39;
  font-size: 1rem;
}

.design-container .img-container {
  background: rgb(182, 182, 150);
}

.mobile-container .img-container {
  background: rgb(117, 195, 215);
}

.web-container .img-container {
  background: rgb(150, 159, 219);
}

.strategy-container .img-container {
  background: rgb(223, 183, 198);
}

.statistic-container {
  padding: 8rem 0 10rem;
  color: #3F1F72;
  background-size: 25%;
}
.statistic-container .statistic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  position: relative;
}
.statistic-container .statistic .bg-top,
.statistic-container .statistic .bg-bottom {
  width: 12rem;
  position: absolute;
}
.statistic-container .statistic .bg-top {
  top: -2rem;
  right: 0;
}
.statistic-container .statistic .bg-bottom {
  bottom: -2rem;
  left: 0;
}
.statistic-container h3 {
  font-size: 1.7rem;
  font-family: "Yeseva One", cursive;
  margin-bottom: 3rem;
  text-align: center;
  line-height: 150%;
}
.statistic-container h4 {
  font-family: "Yeseva One", cursive;
  font-size: 2.1rem;
  font-weight: 800;
}
.statistic-container h5 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 0.2rem;
  margin-bottom: 1rem;
}
.statistic-container p {
  line-height: 160%;
  font-size: 1.2rem;
}
.statistic-container .projets,
.statistic-container .partenaires,
.statistic-container .pays {
  padding: 3rem 2rem;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
.statistic-container .projets img,
.statistic-container .partenaires img,
.statistic-container .pays img {
  width: 6rem;
}
.statistic-container .projets .q-circle,
.statistic-container .partenaires .q-circle,
.statistic-container .pays .q-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 10rem;
}
.statistic-container .projets .v-bottom,
.statistic-container .partenaires .v-bottom,
.statistic-container .pays .v-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25rem;
}
.statistic-container .projets {
  background: rgb(139, 210, 189);
  background-size: 45%;
  -webkit-box-shadow: 0px 20px 30px rgba(139, 210, 189, 0.5);
          box-shadow: 0px 20px 30px rgba(139, 210, 189, 0.5);
}
.statistic-container .partenaires {
  background: rgb(238, 193, 255);
  background-size: 45%;
  -webkit-box-shadow: 0px 20px 30px rgba(238, 193, 255, 0.5);
          box-shadow: 0px 20px 30px rgba(238, 193, 255, 0.5);
}
.statistic-container .pays {
  background: rgb(255, 214, 177);
  background-size: 45%;
  -webkit-box-shadow: 0px 20px 30px rgba(255, 214, 177, 0.5);
          box-shadow: 0px 20px 30px rgba(255, 214, 177, 0.5);
}

.testimony-container {
  padding: 8rem 0 12rem;
  background: url(./../media/background-pattern-testimony.svg);
}
.testimony-container * {
  color: #fff;
}
.testimony-container .wrapper {
  position: relative;
}
.testimony-container .alert-testi-bg,
.testimony-container .cross-testi-bg,
.testimony-container .circle-testi-bg {
  position: absolute;
  opacity: 0.6;
}
.testimony-container .alert-testi-bg {
  left: 50%;
  bottom: -7rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.testimony-container .cross-testi-bg {
  left: 18%;
  top: 5rem;
  width: 4rem;
}
.testimony-container .circle-testi-bg {
  right: 18%;
  bottom: -5rem;
  width: 4rem;
}
.testimony-container h3 {
  font-size: 1.7rem;
  color: #2A0F54;
  margin-bottom: 3.5rem;
  font-family: "Yeseva One", cursive;
  text-align: center;
  line-height: 150%;
}
.testimony-container p {
  letter-spacing: 0.05rem;
  font-size: 1.1rem;
  line-height: 160%;
}
.testimony-container p span {
  font-weight: 700;
  font-size: 1.1rem;
}
.testimony-container .swiper {
  width: 100%;
  max-width: 60rem;
}
.testimony-container .swiper .swiper-wrapper {
  margin: 0 auto;
}
.testimony-container .swiper-slide {
  background: rgb(31, 10, 64) url(./../media/testimony-quotation-mark.svg) 95% 5% no-repeat;
  background-size: 35%;
  border-radius: 1rem;
  max-width: 450px;
  height: auto;
  padding: 1.5rem;
  position: relative;
  border: solid 4px #D4CAF2;
  text-align: center;
}

.chief {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  margin-top: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.chief .ceo-name h4,
.chief .ceo-name h5 {
  letter-spacing: 0 0.5rem;
}
.chief .ceo-name h4 {
  font-size: 1.2rem;
}
.chief .ceo-name h5 {
  font-size: 1rem;
  color: #AB5EEC;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.chief .ceo-name .thin {
  font-weight: 300;
}

.form-section {
  padding: 8rem 0 6rem;
  color: #3F1F72;
}
.form-section h3 {
  font-size: 1.7rem;
  font-family: "Yeseva One", cursive;
  margin-bottom: 0;
  text-align: center;
  line-height: 150%;
  margin-bottom: 3rem;
}
.form-section form input,
.form-section form textarea,
.form-section form button {
  width: 100%;
  margin-bottom: 2rem;
  margin-top: 0.25rem;
  padding: 1rem;
  border-radius: 0.25rem;
  background: #D4CAF2;
  border: solid 0.1rem #3F1F72;
}
.form-section form input:focus,
.form-section form textarea:focus,
.form-section form button:focus {
  outline: solid 0.1rem #3F1F72;
  border-radius: none;
  background: #f3eeff;
}
.form-section form input,
.form-section form textarea {
  font-size: 1.1rem;
}
.form-section form textarea {
  resize: none;
}
.form-section form label {
  font-weight: 600;
}
.form-section form .submit > input,
.form-section form .submit > button {
  outline: 0;
  border-radius: 200px;
  margin-top: 1rem;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 700;
  color: #F3EFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 300ms ease-out;
  -o-transition: 300ms ease-out;
  transition: 300ms ease-out;
  border: none;
  background: rgb(252, 107, 54);
  -webkit-box-shadow: 0px 9px 20px rgba(252, 107, 54, 0.4);
          box-shadow: 0px 9px 20px rgba(252, 107, 54, 0.4);
}
.form-section form .submit > input img,
.form-section form .submit > button img {
  margin-left: 0.7rem;
  height: 1.4rem;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 300ms ease-out;
  -o-transition: 300ms ease-out;
  transition: 300ms ease-out;
}
.form-section form .submit > input:hover,
.form-section form .submit > button:hover {
  -webkit-box-shadow: 0px 9px 20px rgba(252, 107, 54, 0.4);
          box-shadow: 0px 9px 20px rgba(252, 107, 54, 0.4);
  -webkit-transform: translateY(-0.25rem);
      -ms-transform: translateY(-0.25rem);
          transform: translateY(-0.25rem);
}
.form-section form .submit > input:hover img,
.form-section form .submit > button:hover img {
  -webkit-transform: translateX(1rem);
      -ms-transform: translateX(1rem);
          transform: translateX(1rem);
}

.fly-message {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-bottom: 6rem;
}
.fly-message div {
  max-width: 900px;
  margin: 0 auto;
}
.fly-message div p {
  margin: 0 auto;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  background: #E8E7FA;
  width: 80%;
}
.fly-message div p:nth-of-type(1) {
  margin-bottom: 2rem;
}
.fly-message img {
  display: block;
  width: 70%;
  max-width: 300px;
  margin: 0 auto;
}
.fly-message p {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.1rem;
  line-height: 160%;
}
.fly-message p strong {
  position: relative;
}
.fly-message p img {
  height: 6rem;
  position: absolute;
  left: 30%;
  bottom: -6rem;
  -webkit-transform: translateX(-50%) rotate(-20deg);
      -ms-transform: translateX(-50%) rotate(-20deg);
          transform: translateX(-50%) rotate(-20deg);
}

.serpro-accueil {
  padding: 10rem 0 8rem;
  color: #3F1F72;
  background: rgb(246, 244, 251) url(./../media/bg-ser-pro.svg) center center no-repeat;
}
.serpro-accueil h2 {
  font-size: 1.7rem;
  line-height: 150%;
  text-align: center;
  margin-bottom: 1.5rem;
  font-family: "Yeseva One", cursive;
}
.serpro-accueil p {
  max-width: 968px;
  margin: 0 auto;
  line-height: 160%;
  text-align: center;
}

main .project {
  background: url(./../media/background-pattern-main.svg);
  padding: 4rem 0;
}
main .project .wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax 265px, 380px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem 1.5rem;
  padding: 0 1rem;
  color: #2A0F54;
}
main .project .wrapper h3 {
  font-size: 2rem;
  font-family: "Yeseva One", cursive;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0.5rem;
}
main .project .wrapper p {
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
}
main .project .wrapper .img {
  -o-object-fit: cover;
     object-fit: cover;
}

.card {
  background: #F6F4FB;
  height: 535px;
  -webkit-transition: 250ms ease-out;
  -o-transition: 250ms ease-out;
  transition: 250ms ease-out;
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}
.card img {
  height: 275px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.card .brief {
  padding: 1.5rem 1.5rem 0.5rem;
}
.card .tag {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
}
.card .tag p.dot {
  font-size: 0.7rem;
  display: inline-block;
  margin: 0 1rem 0 0;
  letter-spacing: 0.05rem;
  font-weight: 700;
  margin-bottom: 0;
}
.card:hover {
  -webkit-box-shadow: 0 2rem 2rem rgba(23, 12, 57, 0.2);
          box-shadow: 0 2rem 2rem rgba(23, 12, 57, 0.2);
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

main > .service {
  padding: 8rem 0 6rem;
  font-family: "poppins", sans-serif;
  color: rgb(42, 15, 84);
}
main > .service h2 {
  font-size: 1.7rem;
  margin-bottom: 2rem;
  font-weight: 800;
  line-height: 150%;
}
main > .service h3 {
  font-size: 1.2rem;
  font-weight: 700;
}
main > .service p {
  line-height: 160%;
  margin-bottom: 2rem;
  font-size: 1.1rem;
  font-weight: 400;
}

main > .service .essential {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-bottom: 6rem;
}
main > .service .essential:hover .icon {
  -webkit-box-shadow: 0.7rem 0.5rem #3F1F72;
          box-shadow: 0.7rem 0.5rem #3F1F72;
  background: #170C39;
  -webkit-transform: translate(-0.7rem, -0.5rem);
      -ms-transform: translate(-0.7rem, -0.5rem);
          transform: translate(-0.7rem, -0.5rem);
}
main > .service .essential .icon {
  width: 90%;
  border-radius: 0.5rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 500px;
  max-height: 600px;
  aspect-ratio: 1.2;
  background: #3F1F72;
  -webkit-box-shadow: -0.7rem -0.5rem #170C39;
          box-shadow: -0.7rem -0.5rem #170C39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
main > .service .essential .icon img {
  width: 60%;
}

main > .service .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
main > .service .details img {
  height: 5rem;
  opacity: 0.8;
}
main > .service .details h3 {
  margin: 0.5rem 0 1rem;
}

main > #design {
  background: url(./../media/design-pattern-bg.svg);
}

main > #web {
  background: url(./../media/web-pattern-bg.svg);
}

main > #mobile {
  background: url(./../media/mobile-pattern-bg.svg);
}

main > #strategy {
  background: url(./../media/strategy-pattern-bg.svg);
}

@media only screen and (min-width: 768px) {
  html {
    overflow-x: hidden;
  }
  .main-services h3,
.statistic-container h3,
.testimony-container h3,
.form-section h3,
h2.dot {
    margin: 0 auto 4rem;
    font-size: 2.5rem;
    max-width: 600px;
  }
  .hero-section {
    padding: 6rem 0 6rem;
  }
  .hero-image {
    width: 80%;
    aspect-ratio: 1.2;
  }
  .main-services .service-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
    margin-bottom: 6rem;
  }
  .main-services .service-container .service-brief {
    width: 50%;
  }
  .main-services .service-container .service-brief h4 {
    margin-top: 0.25rem;
  }
  .main-services .service-container .img-container {
    width: 50%;
  }
  .main-services .design-container .img-container,
.main-services .web-container .img-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .main-services .design-container .service-brief,
.main-services .web-container .service-brief {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .statistic-container .projets,
.statistic-container .partenaires,
.statistic-container .pays {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    gap: 4rem;
    max-width: 700px;
    padding: 6rem 4rem !important;
  }
  .statistic-container .projets .q-circle,
.statistic-container .partenaires .q-circle,
.statistic-container .pays .q-circle {
    width: 10rem;
  }
  .statistic-container .projets .v-bottom,
.statistic-container .partenaires .v-bottom,
.statistic-container .pays .v-bottom {
    width: 40rem;
  }
  .statistic-container .partenaires {
    margin-left: auto;
    margin-right: auto;
  }
  .statistic-container .pays {
    margin-left: auto;
  }
  .testimony-container .chief {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
    margin-top: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
  .testimony-container .swiper-slide {
    padding: 2.5rem 2.5rem 1.5rem 2.5rem;
  }
  .testimony-container p {
    text-align: left;
  }
  .form-section form > .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }
  .form-section form > .name div {
    width: 50%;
  }
  .serpro-accueil {
    padding: 18rem 0 12rem;
  }
  .serpro-accueil h2 {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
    font-size: 2.1rem;
  }
  .serpro-accueil p {
    margin-top: 2rem;
  }
  main > .service .essential {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 6rem;
    margin-bottom: 10rem;
  }
  main > .service .essential .text {
    width: 55%;
  }
  main > .service .essential .icon {
    width: 45%;
    max-width: none;
    aspect-ratio: 1.4;
  }
  main > .service .details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4rem;
  }
  main > .service .details h3 {
    margin: 0.5rem 0 1rem;
  }
  main > .service .details > div {
    width: 33.3333333333%;
  }
  main .project .wrapper {
    grid-template-columns: repeat(auto-fill, 380px);
  }
}
@media only screen and (min-width: 1024px) {
  header nav .toggle {
    display: none;
  }
  header nav ul {
    position: static;
    height: auto;
    width: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header nav ul li {
    margin-left: 0.5rem;
    margin-bottom: 0;
  }
  header nav ul #call-us {
    margin-left: 2rem;
  }
  .hero-section {
    padding: 10rem 0 8rem;
  }
  .hero-section .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7rem;
  }
  .hero-section .wrapper .welcome {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
  }
  .hero-section .wrapper .hero-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
  }
  .hero-section .wrapper .trusted {
    margin-left: 0;
  }
  .hero-section .wrapper h2 {
    font-size: 2.7rem;
    margin-bottom: 2rem;
  }
  .hero-section .wrapper .commit {
    font-size: 1.7rem;
  }
  .form-section .form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4rem;
  }
  .form-section .fly-message {
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
    max-width: 450px;
  }
  .form-section .fly-message > p {
    margin: 0 auto;
  }
  .form-section .fly-message div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form-section .fly-message div p {
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    background: #EEEEFC;
  }
  .form-section .fly-message div p:nth-of-type(1) {
    width: 60%;
    margin: 0;
  }
  .form-section .fly-message div p:nth-of-type(2) {
    width: 40%;
    margin-left: 1.5rem;
    text-align: right;
  }
  .form-section form {
    width: 50%;
  }
  .form-section p {
    text-align: left;
  }
  .form-section .submit button {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1400px) {
  .toTop {
    display: block;
    position: fixed;
    right: 3rem;
    bottom: 2rem;
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
  }
  .toTop button {
    cursor: pointer;
    position: relative;
    z-index: 2;
    background: rgb(246, 244, 251);
    font-size: 1.5rem;
    color: #946DF0;
    width: 4rem;
    height: 3rem;
    border-radius: 200px;
    border: none;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 20px rgba(63, 31, 114, 0.3);
            box-shadow: 0px 0px 20px rgba(63, 31, 114, 0.3);
  }
  .toTop button::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    background: #3F1F72;
    -webkit-transition: 300ms ease-out;
    -o-transition: 300ms ease-out;
    transition: 300ms ease-out;
  }
  .toTop button .fa-solid {
    -webkit-transition: 300ms ease-out;
    -o-transition: 300ms ease-out;
    transition: 300ms ease-out;
  }
  .toTop button:hover::before {
    height: 150%;
  }
  .toTop button:hover .fa-solid {
    color: rgb(246, 244, 251);
  }
}/*# sourceMappingURL=style.css.map */