/* Styles Kadence Accordion */
.kt-accordion-id1204_009160-72 .kt-blocks-accordion-header:not(.kt-accordion-panel-active),
.kt-blocks-accordion-header:not(.kt-accordion-panel-active) {
    color: #1c1a65 !important;
}
.micro-cta {
  opacity: 0.9;
  letter-spacing: 0.2px;
}

.kt-blocks-accordion-title {
  font-size: 22px !important; /* ou 24px si tu veux le même impact que Pages supplémentaires & options */
  font-weight: 600;
  letter-spacing: 0.2px;
}
.geo-strategie-wrapper {
  max-width: 1100px;
  margin: 60px auto;
  text-align: center;
}

.geo-title {
  margin-bottom: 10px;
}

.geo-intro {
  margin-bottom: 40px;
  font-size: 1.1rem;
  opacity: 0.85;
}

.geo-columns {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}

.geo-col {
  flex: 1;
  min-width: 260px;
}

.geo-col h3 {
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.geo-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
 padding-left: 1.2rem;
  list-style: disc;
}

.geo-col ul li {
  margin-bottom: 10px;
  line-height: 1.4;
	margin-bottom: 10px;

}
.geo-col ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  opacity: 0.6;
}
.geo-etude-wrapper {
  display: flex !important;
  gap: 2rem;
  align-items: flex-start;
}

.geo-col-left {
  width: 55%;
}

.geo-col-right {
  width: 45%;
}

table.geo-comparatif {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  font-size: 0.95rem;
}

table.geo-comparatif th,
table.geo-comparatif td {
  border: 1px solid #ddd;
  padding: 12px;
  vertical-align: top;
}

table.geo-comparatif thead th {
  background-color: #f5f7fa;
  text-align: left;
}

table.geo-comparatif tbody tr:nth-child(even) {
  background-color: #fafafa;
}


.geo-col-right img {
  display: block;
  margin: 0 auto;
}

/* Bloc avis générique */
.avis {
  margin-bottom: 1.1em;
  padding-bottom: 0.6em;
  border-bottom: 1px solid #e5e5e5;
  font-size: 0.95rem;
  line-height: 1.45;
}

/* Ligne étoiles + source + date */
.avis small {
  font-size: 0.85em;
  color: #555;
}

/* Titres des avis (texte client) */
.avis strong {
  font-weight: 600;
  color: #000;
}

/* Conteneur global centré */
.avis-wrapper {
  text-align: center !important;
}

/* Avis : largeur contrôlée + centrage */
.avis-wrapper .avis {
  max-width: 900px;
  margin: 0 auto 1.2em auto;
  text-align: center !important;
}

/* Texte des avis */
.avis-wrapper strong {
  display: block;
}
/* Forcer le centrage ABSOLU des avis */
.entry-content .avis-wrapper {
  display: block !important;
  text-align: center !important;
}

/* Forcer chaque avis à être centré */
.entry-content .avis-wrapper .avis {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}


/* Mobile */
@media (max-width: 768px) {
  .avis {
    font-size: 0.9rem;
  }
}
``

@media (max-width: 900px) {
  .geo-etude-wrapper {
    flex-direction: column;
  }
}


/* Responsive */
@media (max-width: 900px) {
  .geo-columns {
    flex-direction: column;
    gap: 30px;
  }
	.geo-col ul li {
  position: relative;
  padding-left: 18px;
}
@media (max-width: 900px) {
  .geo-skills-grid {
    margin-left: 0 !important;
  }
	/* Supprime les puces custom dans la page Méthode */
.geo-col ul li::before {
  content: none !important;
}
	@media (max-width: 900px) {
  .geo-columns .geo-col h3 {
    margin-left: 15px;
  }
}
}


