@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');

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

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

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

#cc-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;
}

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

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

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

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

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

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

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

#cc-v2 .v2-section-title.centered {
  text-align: center;
}

#cc-v2 #banniere.banniere-cc {
  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%;
}

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

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

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

#cc-v2 .v2-hero-subtitle {
  font-size: 55px;
  font-weight: 700;
  display: block;
  margin-top: 10px;
  white-space: nowrap;
}

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

#cc-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;
}

#cc-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);
}

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

#cc-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);
}

#cc-v2 .v2-section-cta {
  display: flex;
  margin-top: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #cc-v2 .v2-col-image {
    width: 100%;
  }
}

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

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

@media (max-width: 576px) {
  #cc-v2 #cc-texte-intro h1,
  #cc-v2 .v2-hero-subtitle {
    font-size: 28px;
  }

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

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

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

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

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

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

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