/* Reset & Base */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

#cg-container * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

 

#cg-container {
  font-family: "Raleway", sans-serif !important;
  line-height: 1.6;
  color: #333 !important;
  background-color: #fff;
}

#cg-container .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Helpers */
@media (min-width: 1024px) {
  #cg-container .gap1 { gap: 1rem !important; }
  #cg-container section.l20 {
    padding-left: 35px !important;
  }
  #cg-container .no-plm {
    padding-left: 0 !important;
  }
}

#cg-container .w50 {
  width: 200px !important;
}
#cg-container .w50 span { font-weight: 400; }
#cg-container .chiffre { font-family: Arial, Helvetica, sans-serif !important; }
#cg-container .no-deco { text-decoration: none; }
#cg-container .hrf { color:#000; }
#cg-container .hrfw { color:#FFF; }
#cg-container .mt20 { margin-top: 20px; }
#cg-container .pb20 { padding-bottom: 20px; }
#cg-container .pb30 { padding-bottom: 30px; }
#cg-container .no-mb { margin-bottom: 0 !important; }
#cg-container .no-pt { padding-top: 0 !important; }
#cg-container .no-pl-disk { padding-left: 0 !important; }
#cg-container .no-p { padding: 0 !important; }
#cg-container .mt--40 { margin-top: -40px; }
#cg-container .img-full { width: 100%; }
#cg-container .pos-absolute { position: absolute; }
#cg-container .pos-relative { position: relative; }
#cg-container .text-center { text-align: center; }
#cg-container .color-white { color: #fff !important; }
#cg-container .color-green { color: #16a34a !important; }
#cg-container .btm-60 { bottom: -60px; }
#cg-container .btn-center { margin: 0 auto; display: table; }
#cg-container .Terug,
#cg-container .Terug-bottom { color:#000; }

/* Grid */
#cg-container .row,
#cg-container .row-autoheight {
  display: flex;
  flex-wrap: wrap;
}
#cg-container .row-autoheight { align-items: stretch; min-height: 100%; }
#cg-container .full-width { width: 100%; flex: 0 0 100%; }
#cg-container .separator { height: 30px; margin: 30px 0; }

#cg-container [class^="col_"] {
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}
#cg-container .col_1  { flex: 0 0 8.33%;  max-width: 8.33%; }
#cg-container .col_2  { flex: 0 0 16.66%; max-width: 16.66%; }
#cg-container .col_3  { flex: 0 0 25%;    max-width: 25%; }
#cg-container .col_4  { flex: 0 0 33.33%; max-width: 33.33%; }
#cg-container .col_5  { flex: 0 0 41.66%; max-width: 41.66%; }
#cg-container .col_6  { flex: 0 0 50%;    max-width: 50%; }
#cg-container .col_7  { flex: 0 0 58.33%; max-width: 58.33%; }
#cg-container .col_8  { flex: 0 0 66.66%; max-width: 66.66%; }
#cg-container .col_9  { flex: 0 0 75%;    max-width: 75%; }
#cg-container .col_10 { flex: 0 0 83.33%; max-width: 83.33%; }
#cg-container .col_11 { flex: 0 0 91.66%; max-width: 91.66%; }
#cg-container .col_12 { flex: 0 0 100%;   max-width: 100%; }
#cg-container .align-bottom { display: flex; flex-direction: column; }
#cg-container .align-bottom > * { margin-top: auto; }

/* Header */
#cg-container .header {
  background: #fff;
  padding: 2.5rem 0 0;
}
#cg-container .header-content,
#cg-container .footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
#cg-container .header-content {
  justify-content: end;
}
#cg-container .site-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1f2937;
}
#cg-container .lng-links {
  display: flex;
  gap: 0.5rem;
}
#cg-container .lng-icon {
  width: 2rem;
  height: 2rem;
  background: rgba(63, 173, 83, 0.75);
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.875rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.2s;
}
#cg-container .lng-icon.active,
#cg-container .lng-icon:hover {
  background-color: #3fad53;
}

/* Hero */
#cg-container .hero {
  padding: 8rem 0 2rem;
}
#cg-container .hero-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
#cg-container .hero-title {
  font-size: 3rem;
  font-weight: 400;
  color: #1f2937;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
#cg-container .hero-title-accent {
  color: #16a34a;
  display: block;
}
#cg-container .hero-description:not(.whiteText) {
  font-size: 1.525rem;
  color: #000 !important;
  margin-bottom: 2rem;
  line-height: 1.7;
  font-weight: 500;
}
#cg-container .hero-image {
  flex: 1;
  max-width: 50%;
  display: flex;
  justify-content: center;
}
#cg-container .hero-image img {
  max-width: 24rem;
  width: 100%;
  height: auto;
}

/* Buttons */
#cg-container .btn-primary,
#cg-container .btn-secondary {
  font-weight: 600;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.2s;
}
#cg-container .btn-primary {
  background: #16a34a;
  text-decoration: none;
  color: white;
}
#cg-container .btn-primary:hover {
  background: #15803d;
}
#cg-container .btn-secondary {
  background: white;
  color: #16a34a;
  text-decoration: none;
}
#cg-container .btn-secondary:hover {
  background: #f0fdf4;
}

/* Main Content */
#cg-container .main-content {
  max-width: 1024px;
  margin: 0 auto;
  padding: 4rem 1rem;
}

/* Sections */
#cg-container .section {
  margin-bottom: 4rem;
}
#cg-container .section-alt {
  border-radius: 0.75rem;
  padding: 2rem;
}
#cg-container .section.noimg {
  background: #3fad53;
  border-radius: 60px;
  padding: 40px;
}
#cg-container .section-content {
  display: flex;
  gap: 2rem;
  align-items: center;
}
#cg-container .section-reverse { flex-direction: row-reverse; }
#cg-container .section-content.postop { align-items: start; }
#cg-container .section-image {
  flex: 1;
  display: flex;
  justify-content: center;
}
#cg-container .section-image img {
  width: 26rem;
  height: auto;
}
#cg-container .section-text { flex: 2; }
#cg-container .section-header {
  display: flex;
  align-items: baseline;
  margin-bottom: 1rem;
}
#cg-container .section-number {
  width: 2rem;
  height: 2rem;
  color: #16a34a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 1rem;
  font-size: 4rem !important;
}
#cg-container .section-title:not(.whiteText) {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000 ;
}
#cg-container .section-description :not(.whiteText),
#cg-container .section-note :not(.whiteText) {
  color: #000 ;
  line-height: 1.7;
}
#cg-container .section-description { margin-bottom: 1rem; }
#cg-container .section-note { font-size: 0.875rem; }

#cg-container .back-center,
#cg-container .section-content.section-reverse.back-center {
  background: url(../img/back-complet2.png) center/100% no-repeat;
  border-radius: 50px;
  padding: 40px;
}
#cg-container .section-content.section-reverse.back-right {
  background: url(../img/back.png) center right/760px no-repeat;
}

/* CTA */
#cg-container .cta-section {
  background: #16a34a;
  padding: 3rem 0;
}
#cg-container .cta-container,
#cg-container .newsletter-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}
#cg-container .cta-title {
  font-size: 1.875rem;
  font-weight: bold;
  color: white;
  margin-bottom: 1rem;
}
#cg-container .cta-description {
  color: #bbf7d0;
  font-size: 1.125rem;
  margin-bottom: 2rem;
  line-height: 1.7;
}

/* Newsletter */
#cg-container .newsletter-section {
  background: #dcfce7;
  padding: 3rem 0;
}
#cg-container .newsletter-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 1.5rem;
}
#cg-container .newsletter-description {
  color: #000;
  margin-bottom: 2rem;
  line-height: 1.7;
}
#cg-container .newsletter-form {
  max-width: 28rem;
  margin: 0 auto 1rem;
  display: flex;
  gap: 1rem;
}
#cg-container .newsletter-input {
  flex: 1;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid #d1d5db;
  font-size: 1rem;
}
#cg-container .newsletter-input:focus {
  outline: none;
  border-color: #16a34a;
  box-shadow: 0 0 0 2px rgba(22, 163, 74, 0.2);
}
#cg-container .newsletter-note {
  font-size: 0.875rem;
  color: #000;
}

/* Article */
#cg-container .retour {
  color: #000;
  text-decoration: underline;
  font-size: 14px;
  margin-bottom: 30px;
  display: inline-block;
}
#cg-container .page-article h1 {
  text-align: center;
  font-size: 46px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}
#cg-container .page-article .subtitle {
  text-align: center;
  font-size: 34px;
  color: #000;
  margin-bottom: 40px;
  font-weight: normal;
}
#cg-container .page-article .intro {
  text-align: left;
  margin-bottom: 40px;
  color: #000;
  font-size: 24px;
}
#cg-container .page-article .article {
  margin-bottom: 40px;
}
#cg-container .page-article .article-title {
  color: #2d8a3e;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
#cg-container .page-article .article-subtitle {
  font-weight: bold;
  color: #333;
  display: inline;
}
#cg-container .page-article .section {
  margin-bottom: 15px;
}
#cg-container .page-article .section-number {
  font-weight: bold;
  color: #333;
}
#cg-container .page-article ul {
  margin: 10px 0;
  padding-left: 30px;
}
#cg-container .page-article li {
  margin-bottom: 5px;
}
#cg-container .page-article .retour-bottom {
  color: #000;
  text-decoration: underline;
  font-size: 14px;
  margin-top: 40px;
  display: inline-block;
}

/* Responsive */
@media (max-width: 1024px) {
  #cg-container .hero-content,
  #cg-container .section-content,
  #cg-container .section-reverse {
    flex-direction: column;
    text-align: center;
  }
  #cg-container .hero-title { font-size: 2.5rem; }
  #cg-container .main-content { padding: 30px; }
}

@media (max-width: 768px) {

  #cg-container [class^="col_"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #cg-container .hero-title { font-size: 2rem; }
  #cg-container .hero-description,
  #cg-container .hero-description.text-center {
    font-size: 1rem;
    text-align: center;
  }
  #cg-container .section-title { font-size: 1.25rem; }
  #cg-container .newsletter-form {
    flex-direction: column;
    max-width: 20rem;
  }
  #cg-container .footer-links,
  #cg-container .header-content {
    flex-direction: column;
    gap: 1rem;
  }
  #cg-container .section-content.section-reverse.back-right,
  #cg-container .back-center {
    background-image: none !important;
    background-color: rgba(15, 169, 88, 0.25);
    border-radius: 60px;
    padding: 50px 30px;
  }
  #cg-container img.img-full.pos-absolute { position: relative; }
  #cg-container .no-pl-disk { padding-right: 0rem !important; }
  #cg-container .section-header { justify-content: center; }
  #cg-container .section-image img { max-width: 20rem; }
  #cg-container .btm-60 { bottom: 0px; }
  #cg-container .separator { display: none; }
  #cg-container .mt20 { margin-top: 0; }
  #cg-container .section-header { flex-direction: column; }
  #cg-container .section-number {
    width: 100% !important;
    margin-bottom: 20px;
  }
  #cg-container .section-title {
    width: 100% !important;
    text-align: center;
  }
  #cg-container .mt--40 { margin-top: 20px; }
  #cg-container .section { margin-bottom: 3rem; }

  #cg-container .ccm{
    background-image: none !important;
    background-color: rgba(15, 169, 88, 0.25) !important;
    border-radius: 60px;
    padding: 50px 30px !important;
  }

  #cg-container .section-content.section-reverse.back-right .section-image img,
  #cg-container .ccm .section-image img,
  #cg-container img.img-full.pos-absolute,
  #cg-container .img.img-full {
    max-width: 15rem;
    width: 15rem;
  }

  #cg-container .image3 {
    max-width: 17rem !important;
    width: 17rem !important;
  }
  #cg-container .mmt30 { margin-top: 50px; }
  #cg-container .mmt30 .row {
    flex-direction: column-reverse;
  }
  #cg-container .main-content {
    padding: 0px 1rem 30px 1rem !important;
  }
}

@media (max-width: 480px) {
  #cg-container .container { padding: 0 0.5rem; }
  #cg-container .hero { padding: 8rem 0 2rem 0; }
  #cg-container .main-content {
    padding: 0px 1rem 30px 1rem !important;
  }
  #cg-container .hero-title { font-size: 1.75rem; }
  #cg-container .site-title { font-size: 1.25rem; }
}
