@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

#rt-v2 {
  font-family: 'Open Sans', sans-serif;
  color: #2d3748;
}

#rt-v2 h1,
#rt-v2 h2,
#rt-v2 h3 {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
}

#rt-v2 p {
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  line-height: 1.65;
  color: #333333;
  margin: 0 0 25px 0;
}

#rt-v2 .v2-bullet-list {
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  line-height: 1.65;
  color: #333333;
  padding-left: 25px;
  margin-bottom: 25px;
}

#rt-v2 .v2-bullet-list li {
  margin-bottom: 15px;
}

#rt-v2 .v2-bullet-list.v2-bullet-spaced li {
  margin-bottom: 25px;
}

#rt-v2 .v2-bullet-list strong {
  font-weight: 700;
  color: #2d3748;
}

#rt-v2 .v2-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

#rt-v2 .v2-container-wide {
  max-width: 1400px;
}

#rt-v2 .v2-intro-banner-text p {
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  line-height: 1.65;
  color: #000000;
}

#rt-v2 .v2-content-section {
  padding: 90px 0;
}

#rt-v2 .v2-bg-white {
  background-color: #ffffff;
}

#rt-v2 .v2-bg-grey {
  background-color: #f0f0f0;
}

#rt-v2 .v2-section-title {
  font-size: 40px;
  font-weight: 700;
  color: #0478b2;
  line-height: 1.25;
  margin-bottom: 40px;
}

#rt-v2 .v2-section-title.centered {
  text-align: center;
  margin-bottom: 50px;
}

#rt-v2 #banniere.banniere-rt {
  background: url('../images_common/banner-common-2.webp') no-repeat center;
  background-size: cover;
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  width: 100%;
}

#rt-v2 #banniere .filtre {
  width: 100%;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: transparent;
  color: #ffffff;
}

#rt-v2 .hero-content {
  padding-bottom: 10vh;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#rt-v2 #rt-texte-intro h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 55px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 40px;
  line-height: 1.35;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  white-space: nowrap;
}

#rt-v2 .v2-hero-subtitle {
  font-size: 40px;
  font-weight: 700;
  display: block;
  margin-top: 15px;
  white-space: nowrap;
}

#rt-v2 .v2-hero-cta-wrapper {
  text-align: center;
}

#rt-v2 .v2-btn-primary.v2-btn-lg {
  background-color: #8cc047;
  color: #ffffff;
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 0 40px;
  height: 66px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 33px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(140, 192, 71, 0.3);
  border: none;
}

#rt-v2 .v2-btn-primary.v2-btn-lg:hover {
  background-color: #79ad3b;
  transform: translateY(-2px);
  color: #ffffff;
  text-decoration: none !important;
  box-shadow: 0 6px 20px rgba(140, 192, 71, 0.4);
}

#rt-v2 .v2-btn-primary.v2-btn-lg span {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

#rt-v2 .v2-btn-primary.v2-btn-lg:hover span {
  transform: translateX(4px);
}

.v2-btn-primary {
  background-color: #8cc047;
  color: #ffffff;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 0 32px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 27px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 4px 12px rgba(140, 192, 71, 0.2);
}

.v2-btn-primary:hover {
  background-color: #79ad3b;
  transform: translateY(-2px);
  color: #ffffff;
  text-decoration: none !important;
  box-shadow: 0 6px 16px rgba(140, 192, 71, 0.3);
}

#rt-v2 .v2-section-cta {
  display: flex;
  margin-top: 40px;
}

#rt-v2 .v2-section-cta.left-align {
  justify-content: flex-start;
}

#rt-v2 .v2-section-cta.center-align {
  justify-content: center;
}

#rt-v2 .v2-row-columns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

#rt-v2 .v2-row-columns.v2-row-top {
  align-items: center;
}

#rt-v2 .v2-row-columns.v2-row-reverse {
  flex-direction: row-reverse;
}

#rt-v2 .v2-col-text {
  flex: 1.1;
  text-align: justify;
}

#rt-v2 .v2-col-image {
  flex: 0.9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#rt-v2 .v2-col-image img {
  max-width: 100%;
  height: auto;
}

#rt-v2 .v2-img-illustration {
  max-width: 100%;
  height: auto;
  background: transparent !important;
}

#rt-v2 .v2-img-rounded {
  border-radius: 24px !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08) !important;
  object-fit: cover;
}

#footer-links-section {
  background-color: #ffffff;
  padding: 80px 0;
}

#footer-links-section #footer-links {
  margin-top: 0;
}

#rt-v2 h2::after {
  content: none !important;
}

@media (max-width: 1200px) {
  #rt-v2 #rt-texte-intro h1,
  #rt-v2 .v2-hero-subtitle {
    white-space: normal;
  }
}

@media (max-width: 992px) {
  #rt-v2 .v2-container {
    padding: 0 30px;
  }

  #rt-v2 .v2-content-section {
    padding: 70px 0;
  }

  #rt-v2 .v2-section-title {
    font-size: 32px;
    text-align: center;
  }

  #rt-v2 .v2-row-columns,
  #rt-v2 .v2-row-columns.v2-row-reverse,
  #rt-v2 .v2-row-columns.v2-row-top {
    flex-direction: column;
    gap: 40px;
  }

  #rt-v2 .v2-col-text {
    width: 100%;
    text-align: left;
  }

  #rt-v2 .v2-col-image {
    width: 100%;
    order: -1;
  }

  #rt-v2 .v2-section-cta.left-align {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  #rt-v2 #rt-texte-intro h1 {
    font-size: 38px;
    line-height: 1.3;
  }

  #rt-v2 .v2-hero-subtitle {
    font-size: 24px;
  }

  #rt-v2 .v2-btn-primary.v2-btn-lg {
    height: 56px;
    font-size: 16px;
    padding: 0 30px;
  }
}

@media (max-width: 576px) {
  #rt-v2 #rt-texte-intro h1 {
    font-size: 28px;
  }

  #rt-v2 .v2-section-title {
    font-size: 26px;
  }
}

/* German V1 redesign for /de/felderhebungen */
#rt-v2.rt-v2-de {
  overflow-x: hidden;
  background: #ffffff;
  color: #333333;
}

#rt-v2.rt-v2-de h2::after {
  content: none !important;
}

#rt-v2.rt-v2-de .rt-de-hero {
  min-height: 602px;
  background: url('../images_figma/relevés_image_104.png') center center / cover no-repeat;
}

#rt-v2.rt-v2-de .rt-de-hero-overlay {
  min-height: 602px;
  display: flex;
  flex-direction: column;
}

#rt-v2.rt-v2-de .rt-de-hero-content {
  flex: 1;
  max-width: 1240px;
  padding: 82px 15px 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#rt-v2.rt-v2-de .rt-de-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

#rt-v2.rt-v2-de .rt-de-hero p {
  margin: 0 0 54px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}

#rt-v2.rt-v2-de .rt-de-container {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 65px;
  box-sizing: border-box;
}

#rt-v2.rt-v2-de .rt-de-intro .rt-de-container,
#rt-v2.rt-v2-de .rt-de-grey .rt-de-container,
#rt-v2.rt-v2-de .rt-de-features .rt-de-container {
  text-align: center;
}

#rt-v2.rt-v2-de .rt-de-section {
  padding: 50px 0;
}

#rt-v2.rt-v2-de .rt-de-white {
  background: #ffffff;
}

#rt-v2.rt-v2-de .rt-de-grey,
#rt-v2.rt-v2-de .rt-de-more {
  background: #f0f0f0;
}

#rt-v2.rt-v2-de h2 {
  max-width: 1090px;
  margin: 0 auto 32px;
  color: #0478b2;
  font-family: 'Open Sans', sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0;
  text-align: center;
}

#rt-v2.rt-v2-de p {
  color: #333333;
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

#rt-v2.rt-v2-de .rt-de-intro {
  text-align: center;
}

#rt-v2.rt-v2-de .rt-de-intro p {
  max-width: 1020px;
  margin: 0 auto 27px;
}

#rt-v2.rt-v2-de .rt-de-video {
  max-width: 1068px;
  height: 618px;
  margin: 27px auto;
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 30% 35%, rgba(255, 255, 255, 0.2), transparent 22%),
    radial-gradient(circle at 62% 48%, rgba(255, 255, 255, 0.32), transparent 18%), #7bcbd2;
}

#rt-v2.rt-v2-de .rt-de-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

#rt-v2.rt-v2-de .rt-de-btn {
  display: inline-flex;
  float: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 66px;
  padding: 24px 36px;
  border-radius: 40px;
  background: #8cc047;
  color: #ffffff !important;
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 18px;
  text-decoration: none !important;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

#rt-v2.rt-v2-de .rt-de-btn-lg {
  min-height: 66px;
  padding: 24px 36px;
  font-size: 20px;
}

#rt-v2.rt-v2-de .rt-de-btn:hover,
#rt-v2.rt-v2-de .rt-de-btn:focus {
  background: #7fb53d;
  transform: translateY(-1px);
}

#rt-v2.rt-v2-de .rt-de-container > .rt-de-btn {
  display: flex;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}

#rt-v2.rt-v2-de .rt-de-app-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 1138px;
  margin: 42px auto;
}

#rt-v2.rt-v2-de .rt-de-app-grid article {
  min-height: 450px;
  margin: 16px;
  padding: 15px 0px 22px;
  border: 1px solid #d4d2e3;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(17, 24, 39, 0.08);
  text-align: center;
}

#rt-v2.rt-v2-de .rt-de-app-grid img {
  width: 120px;
  height: 120px;
  margin-bottom: 18px;
  object-fit: contain;
}

#rt-v2.rt-v2-de .rt-de-app-grid h3,
#rt-v2.rt-v2-de .rt-de-feature-grid h3 {
  margin: 0 0 12px;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

#rt-v2.rt-v2-de .rt-de-app-grid p,
#rt-v2.rt-v2-de .rt-de-feature-grid p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

#rt-v2.rt-v2-de .rt-de-wide-text {
  max-width: 1160px;
  margin: 0 auto 24px;
  text-align: justify;
}

#rt-v2.rt-v2-de .rt-de-row {
  display: flex;
  align-items: flex-start;
  gap: 155px;
}

#rt-v2.rt-v2-de .rt-de-row-reverse {
  flex-direction: row-reverse;
}

#rt-v2.rt-v2-de .rt-de-text,
#rt-v2.rt-v2-de .rt-de-media {
  flex: 1;
}

#rt-v2.rt-v2-de .rt-de-text {
  max-width: 600px;
}

#rt-v2.rt-v2-de .rt-de-text p {
  margin-bottom: 24px;
  text-align: justify;
}

#rt-v2.rt-v2-de .rt-de-media img {
  display: block;
  width: 100%;
  max-height: 430px;
  object-fit: contain;
  border-radius: 8px;
}

#rt-v2.rt-v2-de .rt-de-placeholder {
  width: 100%;
  max-width: 555px;
  height: 280px;
  margin: 0 auto;
  border-radius: 8px;
  background: #f0eefb;
  position: relative;
}

#rt-v2.rt-v2-de .rt-de-placeholder::before {
  content: '';
  position: absolute;
  width: 64px;
  height: 48px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.45;
  background:
    radial-gradient(circle at 72% 22%, #bdb8d4 0 6px, transparent 7px),
    linear-gradient(135deg, transparent 45%, #bdb8d4 46% 56%, transparent 57%),
    linear-gradient(45deg, transparent 38%, #bdb8d4 39% 58%, transparent 59%);
}

#rt-v2.rt-v2-de .rt-de-bottom-copy {
  max-width: 600px;
  margin: 54px auto 0;
  text-align: left;
}

#rt-v2.rt-v2-de .rt-de-bottom-copy p {
  margin-bottom: 16px;
  text-align: left;
}

#rt-v2.rt-v2-de .rt-de-bottom-copy .rt-de-btn {
  display: flex;
  width: fit-content;
  max-width: 100%;
  margin: 18px auto 0;
}

#rt-v2.rt-v2-de .rt-de-features {
  text-align: center;
}

#rt-v2.rt-v2-de .rt-de-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 1168px;
  margin: 63px auto;
}

#rt-v2.rt-v2-de .rt-de-feature-grid article {
  min-height: 300px;
  padding: 36px 28px;
  text-align: center;
}

#rt-v2.rt-v2-de .rt-de-feature-grid img {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  object-fit: contain;
}

#rt-v2.rt-v2-de .rt-de-feature-grid h3 {
  margin-bottom: 14px;
  color: #0478b2;
  font-size: 22px;
}

#rt-v2.rt-v2-de .rt-de-feature-grid p {
  font-size: 14px;
  line-height: 20px;
}

#rt-v2.rt-v2-de + .rt-de-more,
.rt-de-more {
  padding: 42px 0 72px;
}

#footer-links.rt-de-more {
  margin-top: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.rt-de-more h2 {
  margin: 0 0 28px;
  color: #0478b2;
  font-family: 'Open Sans', sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.rt-de-more ul {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.rt-de-more li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 32px;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.rt-de-more li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 25px;
  height: 25px;
  background: url('../images_leaneo/favicon.png') center center / contain no-repeat;
}

.rt-de-more a {
  color: #0478b2;
  text-decoration: none;
}

.rt-de-more a:hover,
.rt-de-more a:focus {
  text-decoration: underline;
}

#contact.v2-contact-section.rt-de-contact .v2-contact-overlay {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(90deg, rgba(4, 120, 178, 0.8), rgba(4, 120, 178, 0.8));
}

@media (max-width: 1100px) {
  #rt-v2.rt-v2-de .rt-de-app-grid,
  #rt-v2.rt-v2-de .rt-de-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #rt-v2.rt-v2-de .rt-de-row,
  #rt-v2.rt-v2-de .rt-de-row-reverse {
    flex-direction: column;
    gap: 36px;
  }

  #rt-v2.rt-v2-de .rt-de-media {
    order: -1;
  }
}

@media (max-width: 768px) {
  #rt-v2.rt-v2-de .rt-de-container {
    padding: 0 24px;
  }

  #rt-v2.rt-v2-de .rt-de-hero,
  #rt-v2.rt-v2-de .rt-de-hero-overlay {
    min-height: 560px;
  }

  #rt-v2.rt-v2-de .rt-de-hero h1 {
    font-size: 34px;
    line-height: 1.2;
  }

  #rt-v2.rt-v2-de .rt-de-hero p {
    margin-bottom: 34px;
    font-size: 22px;
    line-height: 1.3;
  }

  #rt-v2.rt-v2-de h2,
  .rt-de-more h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  #rt-v2.rt-v2-de .rt-de-section {
    padding: 48px 0;
  }

  #rt-v2.rt-v2-de .rt-de-app-grid,
  #rt-v2.rt-v2-de .rt-de-feature-grid {
    grid-template-columns: 1fr;
  }

  #rt-v2.rt-v2-de .rt-de-btn,
  #rt-v2.rt-v2-de .rt-de-btn-lg {
    width: 100%;
    min-height: 56px;
    padding: 18px 20px;
    font-size: 16px;
    white-space: normal;
  }
}

/* Inherited layout styles from style_logiciels.css for renamed ID #rt-texte-intro */
#banniere #rt-texte-intro {
  padding: 2% 5%;
  letter-spacing: -1px;
  line-height: 1.5;
}

#banniere #rt-texte-intro h1 {
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 460px) {
  #banniere #rt-texte-intro h1 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 460px) {
  #banniere #rt-texte-intro h1 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) {
  #banniere #rt-texte-intro h1 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 992px) {
  #banniere #rt-texte-intro h1 {
    font-size: 55px;
  }
}
