.d-login {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  overflow: hidden;
}

.d-login .div {
  background-color: #ffffff;
  width: 100%;
  max-width: 90rem;
  height: 100vh;
  position: relative;
  display: flex;
}

.d-login .overlap-group {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  box-sizing: border-box;
}

.d-login .logo-alcatel {
  position: relative;
  width: 200px !important;
  margin-bottom: 3rem;
  flex-shrink: 0;
  aspect-ratio: 1;
}

.d-login .frame {
  width: 100%;
  max-width: 24.875rem;
  align-items: flex-start;
  gap: 2.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.d-login .welcome-to-the-ASN {
  position: relative;
  align-self: stretch;
  font-family: var(--title-200-CAPS-font-family);
  font-weight: var(--title-200-CAPS-font-weight);
  color: #101010;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  letter-spacing: var(--title-200-CAPS-letter-spacing);
  line-height: var(--title-200-CAPS-line-height);
  font-style: var(--title-200-CAPS-font-style);
  text-align: center;
  word-wrap: break-word;
  hyphens: auto;
}

.d-login .frame-2 {
  align-items: center;
  gap: 1.375rem;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
}

.d-login .textfield {
  display: flex;
  width: 100%;
  min-height: 3rem;
  align-items: center;
  gap: 1.25rem;
  padding: 0.875rem 1.25rem;
  position: relative;
  flex: 0 0 auto;
  background-color: #f4f6fa;
  border-radius: 0.5rem;
  border: 2px solid transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

.d-login .textfield:focus-within {
  border-color: #00a0e6;
  box-shadow: 0 0 0 3px rgba(0, 160, 230, 0.1);
}

.d-login .img {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  aspect-ratio: 1;
  flex-shrink: 0;
}

.d-login .votre-adresse-email {
  position: relative;
  flex: 1;
  font-family: var(--body-m-medium-font-family);
  font-weight: var(--body-m-medium-font-weight);
  color: #101010;
  font-size: var(--body-m-medium-font-size);
  letter-spacing: var(--body-m-medium-letter-spacing);
  line-height: var(--body-m-medium-line-height);
  font-style: var(--body-m-medium-font-style);
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
}

.d-login .votre-adresse-email::placeholder {
  color: #10101080;
}

.d-login .votre-adresse-email:focus {
  color: #101010;
}

.d-login .CTA {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 1.1875rem 2.25rem;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #00a0e6;
  border-radius: 2.5rem;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
  border: 2px solid transparent;
}

.d-login .CTA:hover {
  background-color: #0080b8;
  transform: translateY(-1px);
}

.d-login .CTA:active {
  transform: translateY(0);
}

.d-login .CTA:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
  border-color: #ffffff;
}

.d-login .label {
  position: relative;
  width: fit-content;
  font-family: var(--body-m-semibold-font-family);
  font-weight: var(--body-m-semibold-font-weight);
  color: #ffffff;
  font-size: var(--body-m-semibold-font-size);
  letter-spacing: var(--body-m-semibold-letter-spacing);
  line-height: var(--body-m-semibold-line-height);
  font-style: var(--body-m-semibold-font-style);
}

.d-login .text-wrapper {
  position: relative;
  width: fit-content;
  font-family: var(--body-m-semibold-font-family);
  font-weight: var(--body-m-semibold-font-weight);
  color: #00a0e6;
  font-size: var(--body-m-semibold-font-size);
  letter-spacing: var(--body-m-semibold-letter-spacing);
  line-height: var(--body-m-semibold-line-height);
  font-style: var(--body-m-semibold-font-style);
  cursor: pointer;
  transition: color 0.2s ease;
  text-align: center;
}

.d-login .text-wrapper:hover {
  color: #0080b8;
  text-decoration: underline;
}

.d-login .text-wrapper:focus-visible {
  outline: 2px solid #00a0e6;
  outline-offset: 2px;
  border-radius: 4px;
}

.d-login .rectangle {
  position: relative;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  flex-shrink: 0;
}

.d-service {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  padding: 24px 20px 32px;
  position: relative;
  background-color: #ffffff;
}

.d-service .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  z-index: 2;
  background-color: transparent;
}

.d-service .logo-nav-transverse {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  position: relative;
  flex: 0 0 auto;
}

.d-service .logo {
  position: relative;
  width: 56px;
  height: 56px;
  aspect-ratio: 1;
}

.d-service .menu-tabs {
  display: inline-flex;
  height: 56px;
  align-items: center;
  padding: 4px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 40px;
  border: 1px solid;
  border-color: #1010101a;
}

.d-service .tabs-nav-desktop {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  position: relative;
  flex: 0 0 auto;
  margin-top: -4.00px;
  margin-bottom: -4.00px;
  border-radius: 40px;
}

.d-service .img {
  position: relative;
  width: 24px;
  height: 24px;
}

.d-service .text-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: fit-content;
  font-family: var(--body-m-semibold-font-family);
  font-weight: var(--body-m-semibold-font-weight);
  color: #101010;
  font-size: var(--body-m-semibold-font-size);
  letter-spacing: var(--body-m-semibold-letter-spacing);
  line-height: var(--body-m-semibold-line-height);
  font-style: var(--body-m-semibold-font-style);
}

.d-service .dropdown {
  display: inline-flex;
  height: 18px;
  align-items: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.d-service .dashboard {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--body-m-semibold-font-family);
  font-weight: var(--body-m-semibold-font-weight);
  color: #101010;
  font-size: var(--body-m-semibold-font-size);
  letter-spacing: var(--body-m-semibold-letter-spacing);
  line-height: var(--body-m-semibold-line-height);
  font-style: var(--body-m-semibold-font-style);
}

.d-service .img-2 {
  position: relative;
  width: 16px;
  height: 16px;
}

.d-service .right-nav {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.d-service .search-nav {
  display: inline-flex;
  min-width: 200px;
  height: 56px;
  align-items: center;
  gap: 4px;
  padding: 4px 24px 4px 4px;
  position: relative;
  flex: 0 0 auto;
  background-color: #f4f6fa;
  border-radius: 40px;
}

.d-service .icon-buttons {
  position: relative;
  width: 48px;
  height: 48px;
}

.d-service .img-3 {
  position: absolute;
  top: calc(50.00% - 10px);
  left: calc(50.00% - 10px);
  width: 20px;
  height: 20px;
}

.d-service .div {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex: 1;
  font-family: var(--body-m-medium-font-family);
  font-weight: var(--body-m-medium-font-weight);
  color: #10101066;
  font-size: var(--body-m-medium-font-size);
  letter-spacing: var(--body-m-medium-letter-spacing);
  line-height: var(--body-m-medium-line-height);
  font-style: var(--body-m-medium-font-style);
}

.d-service .project {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.d-service .button {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px 4px 4px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid;
  border-color: #1010101a;
}

.d-service .panel-profile {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.d-service .button-2 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 0px 12px 0px 0px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid;
  border-color: #1010101a;
}

.d-service .profile-pic {
  position: relative;
  width: 56px;
  height: 56px;
}

.d-service .text-wrapper-2 {
  position: absolute;
  top: calc(50.00% - 8px);
  left: calc(50.00% - 10px);
  height: 18px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-family: var(--body-m-semibold-font-family);
  font-weight: var(--body-m-semibold-font-weight);
  color: #101010;
  font-size: var(--body-m-semibold-font-size);
  text-align: center;
  letter-spacing: var(--body-m-semibold-letter-spacing);
  line-height: var(--body-m-semibold-line-height);
  font-style: var(--body-m-semibold-font-style);
}

.d-service .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: flex-end;
  background-color: #ffffff;
  border-radius: 40px;
  border: 1px solid;
  border-color: #1010101a;
}

.d-service .notification {
  margin-top: 16px;
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.d-service .page {
  display: flex;
  flex-direction: column;
  width: 1164px;
  align-items: center;
  gap: 96px;
  padding: 0px 0px 80px;
  position: relative;
  flex: 0 0 auto;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid;
  border-color: #10101026;
}

.d-service .cover {
  position: relative;
  width: 1164px;
  height: 452px;
  background-size: cover;
  background-position: 50% 50%;
}

.d-service .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(27, 33, 66, 0) 62%,
    rgba(27, 33, 66, 1) 100%
  );
}

.d-service .remote-support {
  position: absolute;
  width: calc(100% - 80px);
  height: 10.62%;
  top: 82.30%;
  left: 40px;
  font-family: var(--title-100-CAPS-font-family);
  font-weight: var(--title-100-CAPS-font-weight);
  color: #ffffff;
  font-size: var(--title-100-CAPS-font-size);
  letter-spacing: var(--title-100-CAPS-letter-spacing);
  line-height: var(--title-100-CAPS-line-height);
  font-style: var(--title-100-CAPS-font-style);
}

.d-service .assistance {
  position: absolute;
  width: 10.74%;
  top: 237px;
  left: 3.44%;
  height: 125px;
  aspect-ratio: 1;
}

.d-service .article {
  display: flex;
  flex-direction: column;
  width: 928px;
  align-items: center;
  gap: 40px;
  position: relative;
  flex: 0 0 auto;
}

.d-service .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.d-service .section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.d-service .service-overview {
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--title-300-CAPS-font-family);
  font-weight: var(--title-300-CAPS-font-weight);
  font-size: var(--title-300-CAPS-font-size);
  line-height: var(--title-300-CAPS-line-height);
  position: relative;
  color: #101010;
  letter-spacing: var(--title-300-CAPS-letter-spacing);
  font-style: var(--title-300-CAPS-font-style);
}

.d-service .group {
  position: relative;
  width: 928px;
  height: 399px;
}

.d-service .capture-decran {
  position: absolute;
  top: 0;
  left: 0;
  width: 928px;
  height: 354px;
  aspect-ratio: 2.62;
  object-fit: cover;
}

.d-service .frame {
  display: flex;
  width: 567px;
  align-items: flex-start;
  gap: 64px;
  position: absolute;
  top: 291px;
  left: 49px;
}

.d-service .p {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: var(--body-m-medium-font-family);
  font-weight: var(--body-m-medium-font-weight);
  color: #101010b2;
  font-size: var(--body-m-medium-font-size);
  letter-spacing: var(--body-m-medium-letter-spacing);
  line-height: var(--body-m-medium-line-height);
  font-style: var(--body-m-medium-font-style);
}

.d-service .timeline {
  display: flex;
  flex-direction: column;
  width: 928px;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.d-service .timeline-2 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--title-300-CAPS-font-family);
  font-weight: var(--title-300-CAPS-font-weight);
  color: #101010;
  font-size: var(--title-300-CAPS-font-size);
  letter-spacing: var(--title-300-CAPS-letter-spacing);
  line-height: var(--title-300-CAPS-line-height);
  white-space: nowrap;
  font-style: var(--title-300-CAPS-font-style);
}

.d-service .presentation {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 64px 80px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: var(--ombre-l-g-re);
}

.d-service .top {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.d-service .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.d-service .help {
  position: relative;
  width: 120px;
  height: 120px;
  aspect-ratio: 1;
}

.d-service .div-2 {
  position: relative;
  align-self: stretch;
  font-family: "Urbanist", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 48px;
}

.d-service .span {
  font-weight: var(--title-100-CAPS-font-weight);
  color: #101010;
  font-family: var(--title-100-CAPS-font-family);
  font-style: var(--title-100-CAPS-font-style);
  letter-spacing: var(--title-100-CAPS-letter-spacing);
  line-height: var(--title-100-CAPS-line-height);
  font-size: var(--title-100-CAPS-font-size);
}

.d-service .text-wrapper-3 {
  font-family: var(--body-l-semibold-font-family);
  font-weight: var(--body-l-semibold-font-weight);
  color: #101010;
  font-size: var(--body-l-semibold-font-size);
  font-style: var(--body-l-semibold-font-style);
  letter-spacing: var(--body-l-semibold-letter-spacing);
  line-height: var(--body-l-semibold-line-height);
}

.d-service .text-wrapper-4 {
  font-family: var(--body-l-medium-font-family);
  font-weight: var(--body-l-medium-font-weight);
  color: #101010b2;
  font-size: var(--body-l-medium-font-size);
  font-style: var(--body-l-medium-font-style);
  letter-spacing: var(--body-l-medium-letter-spacing);
  line-height: var(--body-l-medium-line-height);
}

.d-service .arrow-right-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 56px 0px 0px;
  position: relative;
  flex: 0 0 auto;
}

.d-service .text-wrapper-5 {
  font-family: var(--body-l-medium-font-family);
  font-weight: var(--body-l-medium-font-weight);
  color: #101010;
  font-size: var(--body-l-medium-font-size);
  font-style: var(--body-l-medium-font-style);
  letter-spacing: var(--body-l-medium-letter-spacing);
  line-height: var(--body-l-medium-line-height);
}

.d-service .frame-2 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  position: relative;
  flex: 0 0 auto;
}

.d-service .fleches {
  position: relative;
  width: 80.48px;
  height: 40px;
  aspect-ratio: 2.01;
}

.d-service .ellipse {
  left: 40px;
  position: absolute;
  top: 0;
  width: 42px;
  height: 46px;
}

.d-service .ellipse-2 {
  left: -1px;
  position: absolute;
  top: 0;
  width: 42px;
  height: 46px;
}

.d-service .bulles {
  display: inline-flex;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  flex: 0 0 auto;
}

.d-service .bulle {
  position: relative;
  width: 182px;
  height: 180px;
}

.d-service .circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 180px;
  background-color: #00a0e6;
  border-radius: 90px;
  aspect-ratio: 1;
}

.d-service .standard-support {
  position: absolute;
  top: calc(50.00% - 47px);
  left: calc(50.00% - 67px);
  width: 132px;
  font-family: "Urbanist", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 20px;
}

.d-service .text-wrapper-6 {
  font-weight: var(--title-500-semibold-font-weight);
  font-family: var(--title-500-semibold-font-family);
  font-style: var(--title-500-semibold-font-style);
  letter-spacing: var(--title-500-semibold-letter-spacing);
  line-height: var(--title-500-semibold-line-height);
  font-size: var(--title-500-semibold-font-size);
}

.d-service .text-wrapper-7 {
  font-family: var(--body-s-semibold-font-family);
  font-weight: var(--body-s-semibold-font-weight);
  font-size: var(--body-s-semibold-font-size);
  font-style: var(--body-s-semibold-font-style);
  letter-spacing: var(--body-s-semibold-letter-spacing);
  line-height: var(--body-s-semibold-line-height);
}

.d-service .bulle-2 {
  margin-right: -2.00px;
  position: relative;
  width: 182px;
  height: 180px;
}

.d-service .circle-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 180px;
  background-color: #054285;
  border-radius: 90px;
  aspect-ratio: 1;
}

.d-service .enxtended-support {
  position: absolute;
  top: calc(50.00% - 39px);
  left: calc(50.00% - 67px);
  width: 132px;
  font-family: "Urbanist", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 20px;
}

.d-service .tile-contact {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #f4f6fa;
  border-radius: 16px;
}

.d-service .assistance-2 {
  position: relative;
  width: 40.55px;
  height: 40px;
  margin-left: -0.27px;
  aspect-ratio: 1;
}

.d-service .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.d-service .contacter-un {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--body-XL-semibold-font-family);
  font-weight: var(--body-XL-semibold-font-weight);
  color: #101010;
  font-size: var(--body-XL-semibold-font-size);
  letter-spacing: var(--body-XL-semibold-letter-spacing);
  line-height: var(--body-XL-semibold-line-height);
  font-style: var(--body-XL-semibold-font-style);
}

.d-service .lien-page-mes {
  position: relative;
  align-self: stretch;
  font-family: var(--body-l-regular-font-family);
  font-weight: var(--body-l-regular-font-weight);
  color: #101010b2;
  font-size: var(--body-l-regular-font-size);
  letter-spacing: var(--body-l-regular-letter-spacing);
  line-height: var(--body-l-regular-line-height);
  font-style: var(--body-l-regular-font-style);
}

.d-service .arrow-link-wrapper {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 40px;
  aspect-ratio: 1;
}

.d-service .arrow-link {
  position: absolute;
  width: 40.00%;
  height: 40.00%;
  top: 30.00%;
  left: 30.00%;
}

.d-service .fil-d-arianne {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  top: -76px;
  left: -98px;
}

.d-service .img-4 {
  position: relative;
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
}

.d-service .services {
  position: relative;
  width: fit-content;
  font-family: var(--body-m-semibold-font-family);
  font-weight: var(--body-m-semibold-font-weight);
  color: #101010;
  font-size: var(--body-m-semibold-font-size);
  letter-spacing: var(--body-m-semibold-letter-spacing);
  line-height: var(--body-m-semibold-line-height);
  font-style: var(--body-m-semibold-font-style);
}

.d-service .service-name {
  width: fit-content;
  font-family: var(--body-m-regular-font-family);
  font-weight: var(--body-m-regular-font-weight);
  font-size: var(--body-m-regular-font-size);
  line-height: var(--body-m-regular-line-height);
  position: relative;
  color: #101010;
  letter-spacing: var(--body-m-regular-letter-spacing);
  font-style: var(--body-m-regular-font-style);
}

.d-service .footer-links {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 8px 32px;
  position: relative;
  flex: 0 0 auto;
  z-index: 0;
}

.d-service .link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.d-service .label {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--body-s-medium-font-family);
  font-weight: var(--body-s-medium-font-weight);
  color: #101010b2;
  font-size: var(--body-s-medium-font-size);
  letter-spacing: var(--body-s-medium-letter-spacing);
  line-height: var(--body-s-medium-line-height);
  font-style: var(--body-s-medium-font-style);
}

.d-service-dry {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  padding: 24px 20px 32px;
  position: relative;
  background-color: #ffffff;
}

.d-service-dry .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  z-index: 2;
  background-color: transparent;
}

.d-service-dry .logo-nav-transverse {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  position: relative;
  flex: 0 0 auto;
}

.d-service-dry .logo {
  position: relative;
  width: 56px;
  height: 56px;
  aspect-ratio: 1;
}

.d-service-dry .menu-tabs {
  display: inline-flex;
  height: 56px;
  align-items: center;
  padding: 4px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 40px;
  border: 1px solid;
  border-color: #1010101a;
}

.d-service-dry .tabs-nav-desktop {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  position: relative;
  flex: 0 0 auto;
  margin-top: -4.00px;
  margin-bottom: -4.00px;
  border-radius: 40px;
}

.d-service-dry .img {
  position: relative;
  width: 24px;
  height: 24px;
}

.d-service-dry .text-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: fit-content;
  font-family: var(--body-m-semibold-font-family);
  font-weight: var(--body-m-semibold-font-weight);
  color: #101010;
  font-size: var(--body-m-semibold-font-size);
  letter-spacing: var(--body-m-semibold-letter-spacing);
  line-height: var(--body-m-semibold-line-height);
  font-style: var(--body-m-semibold-font-style);
}

.d-service-dry .dropdown {
  display: inline-flex;
  height: 18px;
  align-items: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.d-service-dry .dashboard {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--body-m-semibold-font-family);
  font-weight: var(--body-m-semibold-font-weight);
  color: #101010;
  font-size: var(--body-m-semibold-font-size);
  letter-spacing: var(--body-m-semibold-letter-spacing);
  line-height: var(--body-m-semibold-line-height);
  font-style: var(--body-m-semibold-font-style);
}

.d-service-dry .img-2 {
  position: relative;
  width: 16px;
  height: 16px;
}

.d-service-dry .right-nav {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.d-service-dry .search-nav {
  display: inline-flex;
  min-width: 200px;
  height: 56px;
  align-items: center;
  gap: 4px;
  padding: 4px 24px 4px 4px;
  position: relative;
  flex: 0 0 auto;
  background-color: #f4f6fa;
  border-radius: 40px;
}

.d-service-dry .icon-buttons {
  position: relative;
  width: 48px;
  height: 48px;
}

.d-service-dry .img-3 {
  position: absolute;
  top: calc(50.00% - 10px);
  left: calc(50.00% - 10px);
  width: 20px;
  height: 20px;
}

.d-service-dry .div {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex: 1;
  font-family: var(--body-m-medium-font-family);
  font-weight: var(--body-m-medium-font-weight);
  color: #10101066;
  font-size: var(--body-m-medium-font-size);
  letter-spacing: var(--body-m-medium-letter-spacing);
  line-height: var(--body-m-medium-line-height);
  font-style: var(--body-m-medium-font-style);
}

.d-service-dry .project {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.d-service-dry .button {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px 4px 4px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid;
  border-color: #1010101a;
}

.d-service-dry .panel-profile {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.d-service-dry .button-2 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 0px 12px 0px 0px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid;
  border-color: #1010101a;
}

.d-service-dry .profile-pic {
  position: relative;
  width: 56px;
  height: 56px;
}

.d-service-dry .text-wrapper-2 {
  position: absolute;
  top: calc(50.00% - 8px);
  left: calc(50.00% - 10px);
  height: 18px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-family: var(--body-m-semibold-font-family);
  font-weight: var(--body-m-semibold-font-weight);
  color: #101010;
  font-size: var(--body-m-semibold-font-size);
  text-align: center;
  letter-spacing: var(--body-m-semibold-letter-spacing);
  line-height: var(--body-m-semibold-line-height);
  font-style: var(--body-m-semibold-font-style);
}

.d-service-dry .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: flex-end;
  background-color: #ffffff;
  border-radius: 40px;
  border: 1px solid;
  border-color: #1010101a;
}

.d-service-dry .notification {
  margin-top: 16px;
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.d-service-dry .page {
  display: flex;
  flex-direction: column;
  width: 1164px;
  align-items: center;
  gap: 96px;
  padding: 0px 0px 80px;
  position: relative;
  flex: 0 0 auto;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid;
  border-color: #10101026;
}

.d-service-dry .cover {
  position: relative;
  width: 1164px;
  height: 452px;
  background-image: url(./img/img.png);
  background-size: cover;
  background-position: 50% 50%;
}

.d-service-dry .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(27, 33, 66, 0) 62%,
    rgba(27, 33, 66, 1) 100%
  );
}

.d-service-dry .remote-support {
  position: absolute;
  width: calc(100% - 80px);
  height: 10.62%;
  top: 82.30%;
  left: 40px;
  font-family: var(--title-100-CAPS-font-family);
  font-weight: var(--title-100-CAPS-font-weight);
  color: #ffffff;
  font-size: var(--title-100-CAPS-font-size);
  letter-spacing: var(--title-100-CAPS-letter-spacing);
  line-height: var(--title-100-CAPS-line-height);
  font-style: var(--title-100-CAPS-font-style);
}

.d-service-dry .cl-molette {
  position: absolute;
  width: 10.74%;
  top: 237px;
  left: 3.44%;
  height: 125px;
  aspect-ratio: 1;
}

.d-service-dry .article {
  display: flex;
  flex-direction: column;
  width: 928px;
  align-items: center;
  gap: 40px;
  position: relative;
  flex: 0 0 auto;
}

.d-service-dry .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.d-service-dry .div-2 {
  display: flex;
  flex-direction: column;
  width: 928px;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.d-service-dry .text-wrapper-3 {
  margin-top: -1.00px;
  font-family: var(--title-300-CAPS-font-family);
  font-weight: var(--title-300-CAPS-font-weight);
  font-size: var(--title-300-CAPS-font-size);
  line-height: var(--title-300-CAPS-line-height);
  white-space: nowrap;
  position: relative;
  width: fit-content;
  color: #101010;
  letter-spacing: var(--title-300-CAPS-letter-spacing);
  font-style: var(--title-300-CAPS-font-style);
}

.d-service-dry .features-list {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.d-service-dry .image {
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  border-radius: 16px;
  background-image: url(./img/image.png);
  background-size: cover;
  background-position: 50% 50%;
}

.d-service-dry .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 64px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #f4f6fa;
  border-radius: 16px;
}

.d-service-dry .feature {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.d-service-dry .check-circle-m {
  position: relative;
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
}

.d-service-dry .p {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22.5px;
}

.d-service-dry .span {
  font-weight: var(--body-XL-medium-font-weight);
  color: #101010;
  font-family: var(--body-XL-medium-font-family);
  font-style: var(--body-XL-medium-font-style);
  letter-spacing: var(--body-XL-medium-letter-spacing);
  line-height: var(--body-XL-medium-line-height);
  font-size: var(--body-XL-medium-font-size);
}

.d-service-dry .text-wrapper-4 {
  font-weight: var(--body-XL-semibold-font-weight);
  color: #101010;
  font-family: var(--body-XL-semibold-font-family);
  font-style: var(--body-XL-semibold-font-style);
  letter-spacing: var(--body-XL-semibold-letter-spacing);
  line-height: var(--body-XL-semibold-line-height);
  font-size: var(--body-XL-semibold-font-size);
}

.d-service-dry .text-wrapper-5 {
  font-weight: var(--body-XL-semibold-font-weight);
  color: #00a0e6;
  font-family: var(--body-XL-semibold-font-family);
  font-style: var(--body-XL-semibold-font-style);
  letter-spacing: var(--body-XL-semibold-letter-spacing);
  line-height: var(--body-XL-semibold-line-height);
  font-size: var(--body-XL-semibold-font-size);
}

.d-service-dry .divider {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.d-service-dry .divider-2 {
  width: 100%;
  height: 1px;
  margin-top: -1.00px;
  object-fit: cover;
  position: relative;
  align-self: stretch;
}

.d-service-dry .marine-repair {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: var(--body-XL-medium-font-family);
  font-weight: var(--body-XL-medium-font-weight);
  color: #101010;
  font-size: var(--body-XL-medium-font-size);
  letter-spacing: var(--body-XL-medium-letter-spacing);
  line-height: var(--body-XL-medium-line-height);
  font-style: var(--body-XL-medium-font-style);
}

.d-service-dry .text-wrapper-6 {
  position: relative;
  width: fit-content;
  font-family: var(--body-l-medium-font-family);
  font-weight: var(--body-l-medium-font-weight);
  color: #10101080;
  font-size: var(--body-l-medium-font-size);
  letter-spacing: var(--body-l-medium-letter-spacing);
  line-height: var(--body-l-medium-line-height);
  font-style: var(--body-l-medium-font-style);
}

.d-service-dry .presentation {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 64px 80px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: var(--ombre-l-g-re);
}

.d-service-dry .top {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.d-service-dry .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}


.d-service-dry .div-3 {
  position: relative;
  align-self: stretch;
  font-family: "Urbanist", Helvetica;
  font-weight: 400;
  color: #101010b2;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 48px;
}

.d-service-dry .text-wrapper-7 {
  font-weight: var(--title-100-CAPS-font-weight);
  color: #101010;
  font-family: var(--title-100-CAPS-font-family);
  font-style: var(--title-100-CAPS-font-style);
  letter-spacing: var(--title-100-CAPS-letter-spacing);
  line-height: var(--title-100-CAPS-line-height);
  font-size: var(--title-100-CAPS-font-size);
}

.d-service-dry .text-wrapper-8 {
  font-family: var(--body-l-regular-font-family);
  color: #101010;
  font-size: var(--body-l-regular-font-size);
  font-style: var(--body-l-regular-font-style);
  font-weight: var(--body-l-regular-font-weight);
  letter-spacing: var(--body-l-regular-letter-spacing);
  line-height: var(--body-l-regular-line-height);
}

.d-service-dry .arrow-right-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 56px 0px 0px;
  position: relative;
  flex: 0 0 auto;
}


.d-service-dry .ellipse-3 {
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.d-service-dry .presentation-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 64px 80px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid;
  border-color: #e0e3ea;
}

.d-service-dry .top-2 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

.d-service-dry .col-2 {
  display: flex;
  flex-direction: column;
  width: 240px;
  align-items: center;
  gap: 24px;
  position: relative;
}

.d-service-dry .frame {
  display: flex;
  flex-direction: column;
  width: 240px;
  height: 240px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 50px 20px;
  position: relative;
  background-color: #1b2142;
  border-radius: 20px;
  box-shadow: var(--ombre-moyenne);
}

.d-service-dry .img-4 {
  position: relative;
  width: 96px;
  height: 96px;
  aspect-ratio: 1;
}

.d-service-dry .text-wrapper-9 {
  position: relative;
  align-self: stretch;
  font-family: var(--body-l-medium-font-family);
  font-weight: var(--body-l-medium-font-weight);
  color: #ffffff;
  font-size: var(--body-l-medium-font-size);
  text-align: center;
  letter-spacing: var(--body-l-medium-letter-spacing);
  line-height: var(--body-l-medium-line-height);
  font-style: var(--body-l-medium-font-style);
}

.d-service-dry .div-4 {
  position: relative;
  align-self: stretch;
  font-family: "Urbanist", Helvetica;
  font-weight: 400;
  color: #101010b2;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 20px;
}

.d-service-dry .text-wrapper-10 {
  font-weight: var(--title-500-semibold-font-weight);
  color: #101010;
  font-family: var(--title-500-semibold-font-family);
  font-style: var(--title-500-semibold-font-style);
  letter-spacing: var(--title-500-semibold-letter-spacing);
  line-height: var(--title-500-semibold-line-height);
  font-size: var(--title-500-semibold-font-size);
}

.d-service-dry .text-wrapper-11 {
  font-family: var(--body-l-semibold-font-family);
  font-weight: var(--body-l-semibold-font-weight);
  color: #101010;
  font-size: var(--body-l-semibold-font-size);
  font-style: var(--body-l-semibold-font-style);
  letter-spacing: var(--body-l-semibold-letter-spacing);
  line-height: var(--body-l-semibold-line-height);
}

.d-service-dry .divider-wrapper {
  display: flex;
  flex-direction: column;
  width: 369px;
  align-items: flex-start;
  gap: 10px;
  transform: rotate(-90deg);
  position: relative;
  align-self: stretch;
}

.d-service-dry .divider-3 {
  width: 100%;
  height: 369px;
  margin-top: -185.00px;
  margin-bottom: -183.00px;
  transform: rotate(90deg);
  object-fit: cover;
  position: relative;
  align-self: stretch;
}

.d-service-dry .frame-2 {
  display: flex;
  flex-direction: column;
  width: 240px;
  height: 240px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 50px 20px;
  position: relative;
  background-color: #ffe147;
  border-radius: 20px;
  box-shadow: var(--ombre-moyenne);
}

.d-service-dry .text-wrapper-12 {
  position: relative;
  align-self: stretch;
  font-family: var(--body-l-medium-font-family);
  font-weight: var(--body-l-medium-font-weight);
  color: #1b2142;
  font-size: var(--body-l-medium-font-size);
  text-align: center;
  letter-spacing: var(--body-l-medium-letter-spacing);
  line-height: var(--body-l-medium-line-height);
  font-style: var(--body-l-medium-font-style);
}

.d-service-dry .text-wrapper-13 {
  position: relative;
  align-self: stretch;
  font-family: var(--body-XL-regular-font-family);
  font-weight: var(--body-XL-regular-font-weight);
  color: #101010;
  font-size: var(--body-XL-regular-font-size);
  text-align: center;
  letter-spacing: var(--body-XL-regular-letter-spacing);
  line-height: var(--body-XL-regular-line-height);
  font-style: var(--body-XL-regular-font-style);
}

.d-service-dry .tile-contact {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #f4f6fa;
  border-radius: 16px;
}

.d-service-dry .assistance {
  position: relative;
  width: 40.55px;
  height: 40px;
  margin-left: -0.27px;
  aspect-ratio: 1;
}

.d-service-dry .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.d-service-dry .contacter-un {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--body-XL-semibold-font-family);
  font-weight: var(--body-XL-semibold-font-weight);
  color: #101010;
  font-size: var(--body-XL-semibold-font-size);
  letter-spacing: var(--body-XL-semibold-letter-spacing);
  line-height: var(--body-XL-semibold-line-height);
  font-style: var(--body-XL-semibold-font-style);
}

.d-service-dry .lien-page-mes {
  position: relative;
  align-self: stretch;
  font-family: var(--body-l-regular-font-family);
  font-weight: var(--body-l-regular-font-weight);
  color: #101010b2;
  font-size: var(--body-l-regular-font-size);
  letter-spacing: var(--body-l-regular-letter-spacing);
  line-height: var(--body-l-regular-line-height);
  font-style: var(--body-l-regular-font-style);
}

.d-service-dry .arrow-link-wrapper {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 40px;
  aspect-ratio: 1;
}

.d-service-dry .arrow-link {
  position: absolute;
  width: 40.00%;
  height: 40.00%;
  top: 30.00%;
  left: 30.00%;
}

.d-service-dry .fil-d-arianne {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  top: -76px;
  left: -98px;
}

.d-service-dry .img-5 {
  position: relative;
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
}

.d-service-dry .services {
  position: relative;
  width: fit-content;
  font-family: var(--body-m-semibold-font-family);
  font-weight: var(--body-m-semibold-font-weight);
  color: #101010;
  font-size: var(--body-m-semibold-font-size);
  letter-spacing: var(--body-m-semibold-letter-spacing);
  line-height: var(--body-m-semibold-line-height);
  font-style: var(--body-m-semibold-font-style);
}

.d-service-dry .service-name {
  font-family: var(--body-m-regular-font-family);
  font-weight: var(--body-m-regular-font-weight);
  font-size: var(--body-m-regular-font-size);
  line-height: var(--body-m-regular-line-height);
  position: relative;
  width: fit-content;
  color: #101010;
  letter-spacing: var(--body-m-regular-letter-spacing);
  font-style: var(--body-m-regular-font-style);
}

.d-service-dry .footer-links {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 8px 32px;
  position: relative;
  flex: 0 0 auto;
  z-index: 0;
}

.d-service-dry .link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.d-service-dry .label {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--body-s-medium-font-family);
  font-weight: var(--body-s-medium-font-weight);
  color: #101010b2;
  font-size: var(--body-s-medium-font-size);
  letter-spacing: var(--body-s-medium-letter-spacing);
  line-height: var(--body-s-medium-line-height);
  font-style: var(--body-s-medium-font-style);
}
