.elementor-2276 .elementor-element.elementor-element-7ee759f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-97c4172 *//* STRUCTURE */
.cgt-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  padding: 20px;
}

.cgt-main {
  flex: 3;
}

.cgt-sidebar {
  flex: 1;
  position: sticky;
  top: 20px;
}

/* CARTES */
.cgt-card {
  background: #ffffff;
  padding: 22px 24px;
  border-radius: 16px;
  margin-bottom: 25px;
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cgt-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.12);
}

/* TITRES */
.cgt-title {
  margin: 0 0 10px;
  color: #c21b2b;
  font-size: 1.25rem;
  font-weight: 600;
}

.cgt-subtitle {
  margin-bottom: 12px;
  font-size: 1.1rem;
}

/* DOCUMENTS */
.cgt-doc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 18px;
  margin-top: 16px;
}

.cgt-doc-card {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cgt-doc-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.1);
}

.cgt-doc-meta {
  font-size: 13px;
  color: #666;
  margin-bottom: 8px;
}

/* BOUTON DOCUMENT */
.cgt-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  background: #c21b2b;
  color: #fff;
  padding: 8px 14px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
}

.cgt-btn .cgt-icon {
  text-decoration: none;
}

.cgt-btn .cgt-link-text {
  text-decoration: none;
}

.cgt-btn:hover .cgt-link-text {
  text-decoration: underline;
}

/* LISTES */
.cgt-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cgt-list li {
  background: #fafafa;
  padding: 12px 14px;
  margin-bottom: 10px;
  border-radius: 12px;
  border: 1px solid #eee;
}

.cgt-list a,
.cgt-list a:hover,
.cgt-list a:focus {
  text-decoration: none;
  color: #000;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .cgt-container {
    flex-direction: column;
  }

  .cgt-sidebar {
    position: relative;
    top: 0;
  }
}
/* NAVIGATION SIDEBAR – AUCUN SOULIGNEMENT */
.cgt-sidebar .cgt-list a,
.cgt-sidebar .cgt-list a:hover,
.cgt-sidebar .cgt-list a:focus,
.cgt-sidebar .cgt-list a:active {
  text-decoration: none !important;
}
/* ENCADRÉS INFORMATIFS */
.cgt-box {
  padding: 14px 16px;
  border-radius: 12px;
  margin: 16px 0;
  font-size: 0.95rem;
  line-height: 1.45;
}

.cgt-box strong {
  display: block;
  margin-bottom: 6px;
}

/* Types */
.cgt-box.info {
  background: #f3f8ff;
  border-left: 5px solid #2b6cb0;
}

.cgt-box.warning {
  background: #fff6f6;
  border-left: 5px solid #c21b2b;
}

.cgt-box.cgt {
  background: #fff5f5;
  border-left: 5px solid #9b1c26;
}/* End custom CSS */