@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?34230339');
  src: url('font/fontello.eot?34230339#iefix') format('embedded-opentype'), url('font/fontello.woff?34230339') format('woff'), url('font/fontello.ttf?34230339') format('truetype'), url('font/fontello.svg?34230339#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.webfont-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  word-break: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  background: #000;
  padding: 0;
  margin: 0;
}
html {
  scroll-behavior: smooth
}
a, li a, div {
  transition: all ease-in 0.2s;
  text-decoration: none;
}
figure {
  transition: all ease-in 0.5s;
}
header .group-header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  box-sizing: border-box;
  background: #000000AA;
  padding: 10px;
}
header nav .group {
  display: flex;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}
header .change-color {
  background: #000
}
header .logo {
  width: 16.66666667%;
}
header .contacts {
  width: 16.66666667%;
}
header .menu {
  width: 66.66666667%;
}
header .logo img {
  max-height: 100%;
}
header .logo a {
  margin: 0;
  height: 50px;
  display: flex;
  max-width: max-content;
}
header .menu ul {
  flex-direction: row;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}
header .menu li {
  list-style: none;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}
header .menu li a {
  margin: 0 15px;
  padding: 15px 0;
  word-break: normal;
  color: #fff;
  background: 0 0;
  border: 0;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  flex-direction: column;
}
header .menu li a:hover {
  opacity: 0.7
}
header .contacts {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
header .contacts a {
  background: #fff;
  width: 15px;
  height: 15px;
  display: flex;
  border-radius: 100px;
  padding: 5px;
  fill: #000
}
header .contacts a:hover {
  background: #b11013;
  fill: #fff
}
header .panoramic {
  height: 100vh;
  position: relative;
  background-size: cover;
}
header section .container {
  width: 100%;
  padding: 0;
  height: 100%;
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
header section .row {}
header section .h1 {
  max-width: max-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
header section h1 {
  font-size: 120px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 105px;
  text-align: center;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 20px 0 40px;
  max-width: max-content;
}
header section h1 span {}
header section h1 strong {
  content: '100';
  position: absolute;
  background: #b11013DD;
  font-size: 75px;
  display: flex;
  border-radius: 100px;
  height: 150px;
  width: 150px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: "Kanit", sans-serif;
  -webkit-animation-name: centpcts;
  -webkit-animation-duration: 3000ms;
  -webkit-animation-iteration-count: 2;
  animation-name: centpcts;
  animation-duration: 3000ms;
  animation-iteration-count: 2;
}
header section h1 strong:after {
  content: '%';
  display: flex;
  position: absolute;
  top: 25%;
  right: -20px;
  border-radius: 100px;
  background: #000;
  font-size: 35px;
  height: 45px;
  width: 45px;
  align-items: center;
  justify-content: center;
}
header section .baseline {
  max-width: max-content;
  background: #ff6600;
  margin: 10px 0;
  border-radius: 100px;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}
header section .baseline strong {
  display: inline-block;
  margin: 0 0.2rem;
  font-weight: 900;
  font-size: 26px;
}
header section .baseline i {
  transform: rotate(0deg);
  -webkit-animation-name: baseline;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  animation-name: baseline;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes baseline {
  from {
    transform: rotate(0deg);
    opacity: 0.5
  }
  to {
    transform: rotate(-45deg);
    opacity: 1
  }
}
header section .action {
  max-width: 75%;
  margin: 0;
  line-height: 1.5;
  font-size: 18px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 1em;
}
header section .action strong span {
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  display: inline-block;
  padding: 3px;
}
header section .action strong span:last-child {
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  background: #006dff;
  display: inline-block;
  padding: 3px;
}
header section .action span strong {
  font-size: 20px;
  font-weight: 800;
  border-bottom: solid 8px #016dff;
}
@keyframes centpcts {
  0% {
    opacity: 0;
    transform: scale(0);
    background: #b11013
  }
  50% {
    opacity: 1;
    transform: scale(1.3);
    background: #b11013
  }
  100% {
    opacity: 0;
    transform: scale(3);
    background: #b11013
  }
}
.mouse {
  position: absolute;
  bottom: 50px
}
.mouse a {
  border-radius: 100px;
  border: solid 1px white !important;
  padding: 0 5px;
  height: 30px;
  content: '';
  position: relative;
  top: 0;
  width: 10px;
  -webkit-animation-name: mouse;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  animation-name: mouse;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mouse a:after {
  border-radius: 100px;
  border: solid 1px white !important;
  padding: 0;
  height: 6px;
  content: '';
  position: absolute;
  top: 5px;
  width: 3px;
}
.mouse a span {
  font-size: 0
}
@keyframes mouse {
  from {
    top: 0px;
    opacity: 1
  }
  to {
    top: 20px;
    opacity: 0
  }
}
section .title {
  max-width: max-content;
  margin: 0 auto;
  font-size: 2.5em;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border: solid 0.05rem #c3ff03;
  padding: 0 1em 20px;
}
section .title span {
  color: #c3ff03;
  font-size: 40%;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  margin-top: -15px;
  background: #000;
}
#about {
  padding-top: 70px;
  margin-top: -70px
}
#about .container {
  width: 100%;
  box-sizing: border-box;
  display: block;
  margin: 8em auto;
}
#about .row {
  display: flex;
  max-width: 1170px;
  margin: 0 auto;
}
#about .row .slogan {
  width: 50%;
}
#about .row .intro {
  width: 50%;
}
#about .row .intro strong {
  display: block;
  margin: 0 0 1em;
  font-size: 18px;
  text-transform: uppercase;
}
#about h4 {
  font-size: 2.4rem;
  line-height: 2.5rem;
  font-weight: 900;
  margin: 0;
}
#about .slogan .text-A {
  position: relative;
  top: 0;
  -webkit-animation-name: slide-in-out;
  -webkit-animation-duration: 3000ms;
  -webkit-animation-iteration-count: infinite;
  animation-name: slide-in-out;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
}
#about .slogan .text-B {
  position: relative;
  top: 0;
  -webkit-animation-name: slide-in-out;
  -webkit-animation-duration: 3000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 3000ms;
  animation-name: slide-in-out;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-delay: 3000ms
}
#about .slogan .text-C {
  position: relative;
  top: 0;
  -webkit-animation-name: slide-in-out;
  -webkit-animation-duration: 3000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 6000ms;
  animation-name: slide-in-out;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-delay: 6000ms
}
#about .slogan .rotate .color1 {
  color: #ff6000
}
#about .slogan .rotate .color2 {
  color: #c3ff03
}
#about .slogan .rotate .color3 {
  color: #ff00fe
}
#about .slogan .rotate .color4 {
  color: #00caff
}
#about .slogan .rotate {
  font-weight: 600;
  overflow: hidden;
  height: 45px;
  padding: 0;
  font-size: 35px;
  line-height: 45px;
  color: #ffffff;
  margin: 0.5em 0;
}
#about .slogan ul {
  margin-top: 0;
  padding-left: 0;
  text-align: left;
  list-style: none;
  -webkit-animation-name: change;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  opacity: 0;
  transition: all ease-out 0.2s
}
#about .slogan li {
  line-height: 55px;
  margin: 0;
  font-weight: 800;
  color: #f4131a;
}
@keyframes change {
  0%, 25%, 100% {
    transform: translate3d(0, -5%, 0);
    opacity: 1;
  }
  0%, 26%, 100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  0%, 50%, 100% {
    transform: translate3d(0, -30%, 0);
    opacity: 1;
  }
  0%, 51%, 100% {
    transform: translate3d(0, -25%, 0);
    opacity: 1;
  }
  0%, 75%, 100% {
    transform: translate3d(0, -55%, 0);
    opacity: 1;
  }
  0%, 76%, 100% {
    transform: translate3d(0, -50%, 0);
    opacity: 1;
  }
  0%, 99%, 100% {
    transform: translate3d(0, -80%, 0);
    opacity: 1;
  }
  0%, 100%, 100% {
    transform: translate3d(0, -75%, 0);
    opacity: 1;
  }
}
#about .services {
  width: 100%;
  max-width: 1170px;
  display: flex;
  margin: 5em auto;
  justify-content: space-between;
}
#about .services div {
  box-sizing: border-box;
  display: flex;
  height: auto;
  align-items: center;
  flex-direction: column;
}
#about .services svg {
  width: 50px;
  height: auto;
  position: relative
}
#about .services svg path {
  fill: #c3ff00
}
#about .services span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
#about .services i {
  color: #c3ff00;
  font-size: 3.5em;
  font-weight: normal;
}
#prestations {
  padding-top: 100px;
  margin-top: -100px
}
#prestations .container {
  width: 100%;
  box-sizing: border-box;
  display: block;
  margin: 5em auto 8em;
}
#prestations .row {
  display: flex;
  gap: 2em;
  flex-direction: row;
  padding: 0 2em;
  max-width: 100%;
  margin: 0 auto;
}
#prestations .row div {
  flex: 1 1 0;
  padding: 2em 3em 3.5em;
  background: #222;
}
#prestations .row div:hover {
  background: #ff3f00
}
#prestations .row .site-vitrine h2 strong {
  max-width: max-content;
  padding-right: 15px;
  gap: 10px;
  display: flex;
  align-items: center;
  border-radius: 100px;
  background: transparent;
  transition: all ease-in 0.2s;
}
#prestations .row .site-vitrine h2 strong i {
  background: #006dff;
  margin: 0;
  border-radius: 100px;
  padding: 5px;
  font-size: 1em;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#prestations .row .site-vitrine:hover h2 strong {
  background: #006dff
}
#prestations .row .site-ecommerce h2 strong {
  max-width: max-content;
  padding-right: 15px;
  gap: 10px;
  display: flex;
  align-items: center;
  border-radius: 100px;
  background: transparent;
  transition: all ease-in 0.2s;
}
#prestations .row .site-ecommerce h2 strong i {
  background: #ff6600;
  margin: 0;
  border-radius: 100px;
  padding: 5px;
  font-size: 1em;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#prestations .row .site-ecommerce:hover h2 strong {
  background: #ff6600
}
#prestations .row .site-geolocalisation h2 strong {
  max-width: max-content;
  padding-right: 15px;
  gap: 10px;
  display: flex;
  align-items: center;
  border-radius: 100px;
  background: transparent;
  transition: all ease-in 0.2s;
}
#prestations .row .site-geolocalisation h2 strong i {
  background: #34A853;
  margin: 0;
  border-radius: 100px;
  padding: 5px;
  font-size: 1em;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#prestations .row .site-geolocalisation:hover h2 strong {
  background: #34A853
}
#prestations .row div:hover a {
  border: solid 0.05rem #fff;
  border-radius: 100px
}
#prestations .row div h2 {
  font-size: 25px;
  display: flex;
  flex-direction: column
}
#prestations .row h2 span {
  font-weight: 200;
  font-size: 20px;
  font-family: "Kanit", sans-serif;
}
#prestations .row div p {
  overflow-y: scroll;
  max-height: 135px;
  margin: 3em 0;
}
#prestations .row div a {
  width: 100%;
  display: block;
  color: white;
  text-decoration: none;
  background: transparent;
  max-width: max-content;
  padding: 1em;
  position: relative;
  overflow: hidden;
  z-index: 100;
  border: solid 0.05rem #666;
  font-weight: 800;
}
#prestations .row div a:hover {
  border: solid 0.05rem #666;
}
#prestations .row div a span, #prestations .row div a i {
  position: relative;
  z-index: 100
}
#prestations .row div a i {
  transform: scale(1);
  transition: all ease-in 0.2s;
  top: 0;
  left: 0;
}
#prestations .row div a:hover i {
  transform: scale(1.5);
  left: -5px;
}
#prestations .row div a:before {
  content: '';
  transform: translateX(-100%);
  background: #5000ff;
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all ease-in 0.2s;
  z-index: 1;
}
#prestations .row div a:hover:before {
  transform: translateX(0%);
}
#prestations .icon-website {
  background: #006dff;
  margin: 0;
  border-radius: 100px;
  padding: 5px;
}
#prestations .icon-bag {
  background: #ff6600;
  margin: 0;
  border-radius: 100px;
  padding: 5px;
}
#portfolio {
  padding-top: 95px;
  margin-top: -95px;
}
#portfolio .container {
  box-sizing: border-box;
  width: 100%;
  display: block;
  margin: 5em auto 8em
}
#portfolio .row {
  display: flex;
  padding: 0 2em;
  gap: 2em;
}
#portfolio .row div {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: relative;
}
#portfolio .row img {
  width: inherit;
  margin: 0;
  padding: 0;
  display: block;
}
#portfolio .row figure {
  padding: 0;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  display: block;
  height: 100%
}
#portfolio .row .left {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 2em;
}
#portfolio .row .right {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 2em;
}
#portfolio .row .vitrine-site01 {
  display: flex;
  gap: 2em;
}
#portfolio .row .vitrine-site02 {
  display: flex;
  gap: 2em;
}
#portfolio .row .ecommerce-site01 {
  display: flex;
}
#portfolio .row .ecommerce-site02 {
  display: flex;
  gap: 2em;
}
#portfolio .icon-website, #portfolio .icon-bag {
  position: absolute;
  bottom: -10px;
  right: -10px;
  margin: 0;
  padding: 5px;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#portfolio .icon-website {
  background: #006dff;
  font-size: 2em;
}
#portfolio .icon-bag {
  background: #ff6600;
  font-size: 1.5em;
}
#contact {
  padding-top: 70px;
  margin-top: -70px;
}
#contact .container {
  box-sizing: border-box;
  width: 100%;
  display: block;
  margin: 5em auto
}
#contact .row {
  display: flex;
  padding: 0 2em;
  gap: 2em;
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  align-items: center;
}
#contact .row div {
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  flex: 1 1 0;
  padding: 5em 3em 4.5em;
  background: #222;
}
#contact .row div:hover {
  background: #ff3f00;
}
#contact .row div i {
  color: #c3ff00;
  font-size: 3.5em;
  font-weight: normal;
  background: #ffffff00;
  border-radius: 100px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: all ease-in 0.2s
}
#contact .row div:hover i {
  color: #5000ff;
  background: #ffffff;
}
#contact .row div:hover a {
  border: solid 0.05rem #fff;
  border-radius: 100px
}
#contact .row div a {
  width: 100%;
  display: block;
  color: white;
  text-decoration: none;
  background: transparent;
  max-width: max-content;
  padding: 1em;
  position: relative;
  overflow: hidden;
  z-index: 100;
  border: solid 0.05rem #666;
  font-weight: 800;
  margin: 0 auto;
}
#contact .row div a:hover {
  border: solid 0.05rem #666;
}
#contact .row div a span {
  position: relative;
  z-index: 100
}
#contact .row div a:before {
  content: '';
  transform: translateX(-100%);
  background: #5000ff;
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all ease-in 0.2s;
  z-index: 1;
}
#contact .row div a:hover:before {
  transform: translateX(0%);
}
#contact .privacy-policy {
  max-width: 33%;
  display: block;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  padding: 2em 0;
}
#contact .privacy-policy:hover {
  color: #c3ff03
}
#contact .mail-us a i, #contact .phone-us a i, #contact .quote a i {
  transform: scale(1);
  transition: all ease-in 0.2s;
  top: 0;
  left: 0;
  position: relative;
  color: #fff !important;
  font-size: inherit;
  display: inline-block;
  margin: 0 .2em 0 0;
  padding: 0;
  z-index: 100;
  background: transparent !important;
}
#contact .mail-us a:hover i, #contact .phone-us a:hover i, #contact .quote a:hover i {
  transform: scale(1.5);
  left: -5px;
}
footer .container {
  box-sizing: border-box;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0
}
footer .row {
  display: flex;
  padding: 0 2em;
  gap: 2em;
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
footer .logo {
  width: 16.66666667%;
  padding: 5px 0
}
footer .logo img {
  max-height: 100%;
}
footer .logo a {
  margin: 0;
  height: 30px;
  display: flex;
  max-width: max-content;
}
footer .contact-top {
  display: flex;
  gap: 1em;
}
footer .contact a, footer .to-top a {
  display: flex;
  gap: 5px;
  font-weight: 800;
  font-family: 'Kanit';
  color: white;
  line-height: 1;
  min-height: 40px;
  border-radius: 10px 10px 0 0;
  align-items: center;
  padding: 0 10px;
}
footer .contact a {
  background: #b01015;
}
footer .to-top a {
  background: #ff6600;
}
footer .contact a:hover {
  background: #fff;
  color: #b01015;
}
footer .to-top a:hover {
  background: #006dff;
  color: #ffffff;
}
footer .contact a:hover svg {
  fill: #b01015
}
footer .to-top a:hover svg {
  fill: #ffffff
}
footer .contact a svg {
  width: 13px;
  height: 13px;
  display: flex;
  fill: #fff;
}
footer .to-top a svg {
  width: 13px;
  height: 13px;
  display: flex;
  fill: #fff;
}
/*menu-responsive*/
.menu label {
  display: none
}
.menu label div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.menu .icon-bar {
  transition: .3s ease;
  position: relative;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #000;
}
#toggle div .icon-bar:nth-child(1),
.menu input:checked > #toggle div .icon-bar:nth-child(1),
#toggle a:checked + label > #toggle div .icon-bar:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#toggle:checked + label > div .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px;
}
#toggle div .icon-bar:nth-child(2),
.menu input:checked > #toggle div .icon-bar:nth-child(2),
#toggle a:checked + label > #toggle div .icon-bar:nth-child(2) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#toggle:checked + label > div .icon-bar:nth-child(2) {
  width: 0;
  opacity: 0;
}
#toggle div .icon-bar:nth-child(3),
.menu input:checked > #toggle div .icon-bar:nth-child(3),
#toggle a:checked + label > #toggle div .icon-bar:nth-child(3) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#toggle:checked + label > div .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -6px;
}
#toggle {
  display: none
}
.adresse {
  font-size: 0
}
#menu-std {
    display: flex
}
      #menu-list {
    display: none;
  }
address {
    font-style: normal
}
@media all and (max-width: 991px) {
    #menu-std {
    display: none
}
  .menu label {
    position: relative;
    margin-right: 5px;
    padding: 0px;
    margin: 0;
    background-color: white;
    background-image: none;
    border: 0;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .list {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    background: transparent;
    flex-direction: column !important;
    align-items: center;
    -webkit-animation: slideIn 0.5s cubic-bezier(0.680, -0.550, 0.265, 1.550) both;
    animation: slideIn 0.5s cubic-bezier(0.680, -0.550, 0.265, 1.550) both;
    z-index: -1;
  }
  header .menu {
    width: 100%;
    max-width: max-content;
    order: 3;
    height: auto;
    margin: 0;
    padding: 0;
  }
  header .menu li {
    font-size: 20px;
    width: 100%;
    text-align: center;
  }
  header .menu li a {
    margin: 1px 0;
    padding: 15px 0;
    width: 100%;
    background: #b01015;
    font-weight: 900;
  }
  header nav .group {
    gap: 1em
  }
  header .contacts a {
    width: 20px;
    height: 20px;
    padding: 15px;
  }
  header .contacts {
    gap: 1em;
    order: 2;
    width: 100%;
  }
  header .logo {
    width: 100%;
    order: 1;
  }
  header .group-header {
    background: #000000
  }
  #prestations {
    padding: 100px 1em 0;
  }
  #prestations .row {
    flex-direction: column;
    gap: 1em;
    padding: 0;
  }
  header section h1 {
    font-size: 70px;
    line-height: 60px;
  }
  header section .h1 {
    padding: 0 1em
  }
  header section .baseline {
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 1.1;
    -webkit-animation: pulsate 1.5s ease-in-out infinite both;
    animation: pulsate 1.5s ease-in-out infinite both;
  }
  header section .baseline i {
    display: none
  }
  header section .baseline strong {
    display: contents;
  }
  header section .action {
    max-width: 100%;
    flex-direction: column;
    text-align: center;
  }
  #about .row {
    padding: 0 1em;
    flex-direction: column;
    gap: 2em;
  }
  #about .container {
    margin: 3em auto
  }
  .mouse {
    display: none
  }
  #about .row .slogan {
    width: 100%;
  }
  #about .slogan li {
    line-height: 35px;
    margin: 10px 0;
  }
  #about .slogan .rotate {
    font-size: 35px;
    height: 80px;
  }
  #about .services {
    width: 100%;
    margin: 3em auto 5em;
    flex-wrap: wrap;
    row-gap: 2em;
  }
  #about .services div {
    flex-basis: 50%;
    width: 100%;
  }
  #about .row .intro {
    width: 100%;
  }
  section .title {
    max-width: 100%;
  }
  #prestations .container {
    margin: 1em auto 5em
  }
  #prestations .row .site-vitrine h2 strong i, #prestations .row .site-ecommerce h2 strong i, #prestations .row .site-geolocalisation h2 strong i {
    width: inherit;
    height: inherit
  }
  #portfolio {
    padding: 95px 1em 0
  }
  #portfolio .row {
    padding: 0;
    flex-direction: column;
  }
  #portfolio .row .vitrine-site02, #portfolio .row .ecommerce-site02 {
    flex-direction: column
  }
  #portfolio .container {
    margin: 1em auto 6em;
  }
  #contact {
    padding: 90px 1em 0;
    margin-top: -90px;
  }
  section .title span {
    font-size: 35%;
  }
  #contact .row {
    flex-direction: column;
    padding: 0;
    gap: 1em;
  }
  #contact .row div {
    padding: 3em
  }
  #contact .container {
    margin: 1em auto;
  }
  #contact .privacy-policy {
    max-width: 100%;
    font-size: 11px
  }
      #menu-list {
    display: none;
  }
}
@keyframes slideIn {
  0% {
    opacity: 1;
    max-height: 0;
    overflow: hidden;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    max-height: 100%;
    overflow: visible;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@-webkit-keyframes pulsate {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes pulsate {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}