.header {
  margin-top: 40px;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4vw;
}

.hero {
  padding: 0 12vw;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero_title span {
  font-size: 60px;
}

.hero_title strong {
  font-size: 60px;
}

.hero_title svg {
  transform: translateY(8px) translateX(-5px);
}

.hero_description {
  max-width: 60vw;
}

.hero_ctas {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero_img {
  width: 84vw;
  height: auto;
  margin: 120px 8vw;
  margin-bottom: 90px;
  border-radius: 20px;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.companies {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.companies_title {
  font-size: 20px;
  max-width: 500px;
  text-align: center;
  line-height: 120%;
}

.companies_title strong {
  font-size: 20px;
}

.companies_list {
  width: 100vw;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 100px;
  white-space: nowrap;
  position: relative;
}

.companie_slider {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  animation : 45s slide infinite linear
}

.companies_list::before, .companies_list::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 89;
  width: 10vw;
  height: 100%;
  background: linear-gradient(90deg, rgba(250,250,250,1) 65%, rgba(250,250,250,0) 100%);
}

.companies_list::after {
  left: inherit;
  right: 0;
  background: linear-gradient(90deg, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 65%);
}

.companie_slider:nth-child(2) {
  margin-left: 60px;
}

.companie {
  display: block;
  height: 75px;
}

.companie img {
  height: 100%;
  width: auto;
}

.process {
  background-color: #F4F4F4;
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.process_title {
  max-width: 55vw;
  text-align: center;
}

.process_title svg {
  transform: translateY(4px);
}

.process_description {
  max-width: 50vw;
  margin-bottom: 50px;
  text-align: center;
}

.process .desktopimg {
  width: 65vw;
  height: auto;
}

.process .mobileimg {
  width: 80vw;
  height: auto;
  display: none;
}

.process_toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #616161;
  border-radius: 8px;
}

.process_toggle span {
  padding: 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 275;
  cursor: pointer;
  z-index: 2;
}

.process_toggle span:nth-child(1) {
  padding-right: 25px;
}

.process_toggle span:nth-child(2) {
  padding-left: 25px;
}

.process_toggle span.actif {
  color: #FAFAFA;
  z-index: 3;
}

.process_toggle::after {
  content: '';
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(50% + 1px);
  height: calc(100% + 2px);
  background-color: #3345E5;
  border-radius: 8px;
  z-index: 1;
  transition: 0.5s;
}

.process_toggle.toRight::after {
  transform: translateX(100%);
}

.process .cta {
  margin-top: 40px;
}

.projets {
  margin: 100px 8vw;
}

.projets_title {
  max-width: 45vw;
}

.projets_title svg {
  transform: translateY(4px);
}

.projets_description {
  max-width: 45vw;
  margin-bottom: 60px;
}

.projets_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
  margin-bottom: -175px;
}

.projet a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  color: #616161;
}

.projet a img {
  height: auto;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}

.projet {
  height: fit-content;
  position: relative;
}

.projet:nth-child(1) {
  width: 100%;
  transform: translateY(5%);
}

.projet:nth-child(1) a img {
  aspect-ratio: 2/1;
  width: 100%;
}

.projet:nth-child(2), .projet:nth-child(3), .projet:nth-child(4), .projet:nth-child(5) {
  width: calc(50% - 35px);
}

.projet:nth-child(2) a img, .projet:nth-child(5) a img {
  aspect-ratio: 0.9/1;
}

.projet:nth-child(3) a img, .projet:nth-child(4) a img  {
  aspect-ratio: 4/3;
}

.projet:nth-child(1).animationOn {
  transform: translateY(0);
}

.projet:nth-child(3) {
  transform: translateY(5%);
}

.projet:nth-child(3).animationOn {
  transform: translateY(0);
}

.projet:nth-child(5) {
  transform: translateY(-25%);
}

.projet:nth-child(5).animationOn {
  transform: translateY(-30%);
}

.projet_title {
  margin-top: 15px;
  margin-left: 10px;
  max-width: 50vw;
  font-size: 16px;
  font-weight: 225;
  color: #616161;
}

.projet_title strong {
  font-weight: 400;
  display: inline;
  font-size: 16px;
  color: #616161;
}

.projet_title span {
  display: inline-block;
  background-color: #616161;
  width: 30px;
  height: 1px;
  margin: 0 10px;
  transform: translateY(-4px);
}

.projets_ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.projet:hover a img {
  opacity: 0.2;
}

.projet::after {
  content: '';
  width: 80px;
  height: 80px;
  display: block;
  background-image: url(./img/Arrow3.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  cursor: pointer;
  opacity: 0;
  transform: translateX(-5%);
  transition: 0.8s;
  pointer-events: none;
}

.projet:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.services {
  padding: 0 8vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.services_title {
  max-width: 40vw;
  text-align: center;
}

.services_title svg {
  transform: translateY(4px);
}

.services_description {
  max-width: 45vw;
  margin-bottom: 50px;
  text-align: center;
}

.services_list {
  width: 100%;
  height: 155px;
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 100px;
}

.service {
  display: flex;
  flex-direction: column;
  background-color: #F4F4F4;
  padding: 40px 30px;
  border-radius: 10px;
  width: calc(33% - 10px);
  height: 100%;
}

.service_title {
  font-weight: 350;
  font-size: 18px;
  margin-bottom: 5px;
}

.service_description {
  font-size: 16px;
}

.about {
  background-color: #F4F4F4;
  padding: 100px 9vw;
  display: flex;
  flex-direction: column;
}

.about_title svg {
  transform: translateY(4px);
}

.about_description {
  max-width: 55vw;
  margin-bottom: 50px;
}

.about_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.info {
  display: flex;
  flex-direction: column;
  padding: 50px 40px;
  border-radius: 20px;
  gap: 15px;
  background-color: #FAFAFA;
  overflow: hidden;
  position: relative;
  height: 340px;
}

.info:nth-child(1) {
  width: calc(42.5% - 15px);
}

.info:nth-child(2) {
  background-color: #3345E5;
  width: calc(57.5% - 15px);
}

.info:nth-child(3) {
  background-color: #1827AD;
  width: calc(50% - 15px);
}

.info:nth-child(4) {
  width: calc(50% - 15px);
}

.info:nth-child(5) {
  width: calc(40% - 15px);
}

.info:nth-child(6) {
  background-color: #3345E5;
  width: calc(60% - 15px);
  position: relative;
}

.info:nth-child(6) > svg {
  position: absolute;
  width: 250px;
  height: auto;
  right: -25px;
  bottom: -65px;
}

.info_title, .info_title strong, .info_title b {
  font-size: 26px;
  line-height: 110%;
}

.info_title strong, .info_title b {
  font-weight: 500;
}

.info:nth-child(1) .info_title b {
  font-weight: 275;
}

.info_description, .info_description strong {
  font-weight: 225;
  line-height: 1.4;
  font-size: 16px;
}

.info:nth-child(2) *, .info:nth-child(3) *, .info:nth-child(6) * {
  color: #FAFAFA;
}

.info_ctas {
  display: flex;
  margin-top: 15px;
  gap: 10px;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  padding: 30px 4vw;
}

.footer span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* Responsive */
@media (width <= 1660px)  {
  .services_list {
    height: 177px;
  }
}

@media (width <= 1550px)  {
  .projets_title, .projets_description, .services_title {
    max-width: 50vw;
  }
}

@media (width <= 1420px)  {
  .projets_list {
    margin-bottom: -140px;
  }
}

@media (width <= 1380px)  {
  .projets_title, .projets_description {
    max-width: 60vw;
  }

  .info:nth-child(6) > svg {
    width: 200px;
    height: auto;
    right: -15px;
    bottom: -50px;
  }
}

@media (width <= 1280px)  {
  .hero {
    margin-top: 75px;
  }

  .hero_img {
    margin: 75px 8vw;
  }

  .companie {
    height: 65px;
  }

  .info:nth-child(6) > svg {
    width: 150px;
    height: auto;
    right: -5px;
    bottom: -30px;
  }
}

@media (width <= 1250px)  {
  .services_list {
    height: 200px;
  }
}

@media (width <= 1190px)  {
  .projets_list {
    margin-bottom: -120px;
  }

  .info {
    height: 370px;
  }
}

@media (width <= 1140px)  {
  .title, .title strong {
    font-size: 35px;
  }

  .title svg {
    height: 30px;
    width: auto;
  }

  .title svg {
    height: 30px;
    width: auto;
  }

  .hero_title span {
    font-size: 50px;
  }

  .hero_title strong {
    font-size: 50px;
  }

  .hero_title svg {
    height: 50px;
    width: auto;
  }

  .process {
    padding: 80px 0;
  }

  .process_title {
    max-width: 65vw;
  }

  .process_description {
    max-width: 60vw;
  }

  .projets {
    margin: 80px 8vw;
  }

  .projets_description {
    max-width: 65vw;
    margin-bottom: 50px;
  }

  .services_title {
    max-width: 60vw;
  }

  .services_description {
    max-width: 65vw;
  }

  .about {
    padding: 80px 9vw;
  }

  .about_description {
    max-width: 60vw;
  }

  .info_title, .info_title strong, .info_title b {
    font-size: 22px;
  }

  .info_description, .info_description strong {
    font-size: 14px;
  }
}

@media (width <= 1050px)  {
  .projets_list {
    gap: 50px;
    margin-bottom: 30px;
  }

  .projet:nth-child(1), .projet:nth-child(2), .projet:nth-child(3), .projet:nth-child(4), .projet:nth-child(5) {
    width: 100%;
  }

  .projet:nth-child(1) a img, .projet:nth-child(2) a img, .projet:nth-child(3) a img, .projet:nth-child(4) a img, .projet:nth-child(5) a img {
    aspect-ratio: 1.8/1;
  }

  .projet:nth-child(5) {
    transform: translateY(5%);
  }

  .projet:nth-child(5).animationOn {
    transform: translateY(0);
  }

  .projet_title {
    max-width: calc(100% - 15px);
  }

  .info:nth-child(6) > svg {
    right: -5px;
    bottom: -50px;
  }
}

@media (width <= 1000px)  {
  .companie {
    height: 55px;
  }
}

@media (width <= 965px)  {
  .title {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .title strong {
    font-size: 30px;
  }

  .title svg {
    height: 25px;
    width: auto;
  }

  .hero_title span {
    font-size: 40px;
  }

  .hero_title strong {
    font-size: 40px;
  }

  .hero_title svg {
    height: 40px;
    width: auto;
  }

  .hero_img {
    aspect-ratio: 5 / 6;
  }

  .process {
    padding: 70px 0;
  }

  .process_title {
    max-width: 75vw;
  }

  .process_description {
    max-width: 70vw;
  }

  .projets {
    margin: 70px 8vw;
  }

  .services_description {
    max-width: 80vw;
  }

  .about {
    padding: 70px 9vw;
  }

  .about_description {
    max-width: 70vw;
  }

  .about_list {
    gap: 15px;
  }

  .info:nth-child(1) {
    width: calc(42.5% - 7.5px);
  }

  .info:nth-child(2) {
    width: calc(57.5% - 7.5px);
  }

  .info:nth-child(3) {
    width: calc(50% - 7.5px);
  }

  .info:nth-child(4) {
    width: calc(50% - 7.5px);
  }

  .info:nth-child(5) {
    width: calc(40% - 7.5px);
  }

  .info:nth-child(6) {
    width: calc(60% - 7.5px);
  }
}

@media (width <= 950px)  {
  .services_list {
    height: 220px;
  }
}

@media (width <= 875px)  {
  .process .desktopimg {
    display: none;
  }

  .process .mobileimg {
    display: inherit;
  }

  .services_list {
    flex-direction: column;
    height: inherit;
  }

  .service {
    width: 100%;
  }

  .service_title {
    font-size: 16px;
  }

  .service_description {
    font-size: 14px;
  }

  .info:nth-child(1), .info:nth-child(2), .info:nth-child(3), .info:nth-child(4), .info:nth-child(5), .info:nth-child(6) {
    width: 100%;
    height: 340px;
  }

  .info:nth-child(3) {
    background-color: #FAFAFA;
  }

  .info:nth-child(3) * {
    color: #0E0E0E;
  }

  .info:nth-child(4) * {
    color: #FAFAFA;
  }

  .info:nth-child(4) {
    background-color: #1827AD;
  }

  .info:nth-child(6) {
    height: 500;
  }

  .info:nth-child(6) > svg {
    width: 300px;
    height: auto;
    right: calc(50% - 150px);
    bottom: -50%;
  }

  .info_title, .info_title strong, .info_title b {
    font-size: 20px;
  }

  .info_ctas {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .info_ctas .cta {
    width: 100%;
  }
}

@media (width <= 830px)  {
  .navigation {
    bottom: inherit;
    top: 0;
    padding-top: 20px;
    padding-bottom: 0;
    transform: scale(0.8) translateY(-50px);
  }

  .header {
    flex-direction: column;
  }

  .header a {
    position: fixed;
    bottom: 20px;
    z-index: 99;
  }
}

@media (width <= 720px)  {
  .title {
    max-width: 88vw;
  }

  .title, .title strong {
    font-size: 25px;
  }

  .title svg {
    height: 20px;
    width: auto;
  }

  .description {
    font-size: 14px;
    max-width: 88vw;
  }

  .hero {
    margin-top: 50px;
    padding: 0 6vw;
  }

  .hero_title {
    margin-bottom: 15px;
  }

  .hero_title span {
    font-size: 40px;
  }

  .hero_title span:nth-child(2) {
    display: none;
  }

  .hero_title strong {
    font-size: 40px;
  }

  .hero_title svg {
    height: 34px;
    width: auto;
    transform: translateY(6px) translateX(-3px);
  }

  .hero_description {
    max-width: inherit;
    font-size: 14px;
  }

  .hero_description strong {
    font-size: 14px;
  }

  .hero_ctas {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero_ctas .cta {
    width: 100%;
  }

  .hero_img {
      margin: 40px 8vw;
      margin-bottom: 60px;
  }

  .companies .companies_title {
    font-size: 16px;
    max-width: 380px;
  }

  .companies .companies_title strong {
    font-size: 16px;
  }

  .companies_list {
    margin-top: 30px;
    margin-bottom: 70px;
  }

  .companie_slider {
    gap: 40px;
    animation : 30s slide infinite linear
  }

  .companie {
    height: 40px;
  }

  .process {
    padding: 60px 0;
  }

  .process_description {
    margin-bottom: 30px;
  }

  .process_toggle {
    margin-bottom: 20px;
  }

  .process_toggle span {
    padding: 15px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 275;
    cursor: pointer;
    z-index: 2;
  }

  .process_toggle span:nth-child(1) {
    padding-right: 20px;
  }

  .process_toggle span:nth-child(2) {
    padding-left: 20px;
  }

  .process .cta {
    margin-top: 30px;
  }

  .projets {
    margin: 60px 8vw;
  }

  .projet a img {
    border-radius: 10px;
  }

  .projet:nth-child(1) a img, .projet:nth-child(2) a img, .projet:nth-child(3) a img, .projet:nth-child(4) a img, .projet:nth-child(5) a img {
    aspect-ratio: 5/3.5;
  }

  .projet_title {
    font-size: 14px;
  }

  .projets_ctas {
    flex-direction: column;
    align-items: flex-start;
  }

  .projets_ctas .cta {
    width: 100%;
  }

  .services_description {
    margin-bottom: 30px;
  }

  .about {
    padding: 60px 8vw;
  }

  .about_description {
    margin-bottom: 30px;
  }

  .info:nth-child(6) {
    height: 340px;
  }

  .info:nth-child(6) > svg {
    display: none;
  }

  .footer {
    flex-direction: column;
    gap: 15px;
    padding-bottom: 80px;
  }

  .footer span {
    flex-direction: column;
  }
}

@media (width <= 660px) {
  .info {
    padding: 50px 30px;
  }

  .info_ctas a:nth-child(2) {
    display: none;
  }
}