.elementor-4465 .elementor-element.elementor-element-738fc5c img {
  height: 100px;
}

.elementor-element-a08c33a .elementor-button-wrapper {
	display: flex;
} 

.entry-header.ast-header-without-markup {
	display: none;
}

.elementor-4465 .elementor-element.elementor-element-4809014b {
	box-shadow: -5px 5px 0px 0px #5c9199 !important;
}

.elementor-image-box-img {
	box-shadow: -5px 5px 0px 0px #5c9199 !important;
}

#ast-scroll-top {
	background-color: #5c9199;
  border: 1px solid #5c9199;
  font-size: .8rem;
  border-radius: 50%;
	transition: all .3s;
}

#ast-scroll-top:hover {
	background-color: #fff;
  font-size: .8rem;
  border-radius: 50%;
	color: #5c9199;
}

.variations_form.cart {
  --base: #0f1724;
  --muted: #6b7280;
  --surface: #ffffff;
  --soft: #f5f7f9;
  --accent: #5c9199;
  --glass: rgba(14,165,164,0.06);
  --radius: 10px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  color: var(--base);
  font-size: 15px;
}

.variations_form.cart .variations {
  width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
}

.variations_form.cart th.label {
  display: none;
}

.variations_form.cart td.value {
  padding: 0.25rem 0;
  vertical-align: middle;
}

.variations_form.cart .value {
  display: flex;
  gap: 0rem;
  align-items: center;
  flex-wrap: wrap;
}

.variations_form.cart .reset_variations {
	color: red !important;
}

.variations_form.cart select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-color: #fff;
    border: 1px solid #5C9199;
    border-radius: 8px;
    padding: 12px 38px 12px 14px;

    font-size: 15px;
    color: #0f172a;

    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    transition: all 0.25s ease;

    /* Flèche en pur CSS */
    background-image:
      linear-gradient(45deg, transparent 50%, #0ea5a4 50%),
      linear-gradient(135deg, #0ea5a4 50%, transparent 50%);
    background-position:
      right 18px center,
      right 12px center;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
	width: 100%;
	transition: all .3s;
}

.variations_form.cart select:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(14,165,164,0.12);
    border-color: #5C9199;
}

.variations_form.cart select:focus {
    outline: none;
    transform: translateY(-1px);
    border-color: #0ea5a4;
    box-shadow: 0 0 0 3px rgba(14,165,164,0.2);
}

a.reset_variations {
    display: none !important;
}

.variations_form.cart .reset_variations {
  color: var(--muted);
  font-size: 0.9rem;
  text-decoration: underline;
  margin-left: 0.4rem;
  padding: 0.25rem 0.4rem;
  border-radius: 6px;
  background: transparent;
  display: inline-block;
}

.variations_form.cart .reset_variations[style*="visibility: hidden;"] {
  display: none !important;
}

.variations_form.cart .single_variation_wrap {
  margin-top: 0.9rem;
}

table.variations {
	border: unset;
}

.variations_form.cart th, .variations_form.cart td {
	border: unset;
}

.pricing-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.card {
  position: relative;
  transition: 180ms ease;
}

.card-inner {
  width: 100%;
  height: 100%;
  transition: 180ms ease;
}

.card-front {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.08);
  transition: 180ms ease;
}

.card-content {
  height: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.card-header {
  text-align: center;
  margin-bottom: 24px;
}

.card-header h2 {
  font-size: 1.45rem;
  margin: 0 0 10px 0;
  color: #0f172a;
}

.features {
  list-style: none;
  margin: 0;
  padding: 0;
  flex-grow: 1;
}

.features li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  padding: 12px;
  border-radius: 8px;
  transition: 180ms ease;
}

.features li:hover {
  background: rgba(79, 70, 229, 0.05);
  transform: translateX(4px);
}

.features li.featured {
  background: #cff4e44a;
  border-left: 3px solid #0fca7a;
}

.feature-icon {
  font-size: 1rem;
  margin-top: 4px;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: rgba(79, 70, 229, 0.08);
  color: #4f46e5;
	padding: 10px;
}

.features li.featured .feature-icon {
  background: #cff4e44a;
  color: #0fca7a;
}

.feature-content {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.feature-title {
	font-family: Schoolbell;
  font-weight: 600;
  color: #000;
	margin-bottom: 4px;
}

.feature-description {
  font-size: 0.6rem;
  color: #626262;
}

.features li.not-included {
  opacity: 0.6;
  background: rgba(200, 200, 200, 0.05);
  border-left: 3px solid #e5e7eb;
}

.features li.not-included .feature-icon {
  color: #e11d48;
  background: rgba(255, 0, 0, 0.05);
}

@media (max-width: 768px) {
  .card-content {
    padding: 18px;
  }
}

@media (max-width: 520px) {
  .variations_form.cart th.label { width: 100%; display: block; margin-bottom: 0.25rem; color: var(--muted); font-weight: 600; }
  .variations_form.cart td.value { display: block; }
  .variations_form.cart .value { flex-direction: column; gap: 0.5rem; align-items: stretch; }
  .variations_form.cart select { min-width: 100%; padding-right: 3rem; }
  .variations_form.cart input[type="number"].qty { width: 100%; }
}

.woocommerce-variation-price .price {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  font-family: Inter, system-ui, sans-serif;
}

.woocommerce-variation-price .price del {
  font-size: 0.95rem;
  color: #9ca3af;
  text-decoration: line-through;
  opacity: .8;
}

.woocommerce-variation-price .price ins, .woocommerce-variation-price span.price {
  font-size: 1.1rem;
  font-weight: 700;
  color: #5c9199;
  text-decoration: none;
  padding: 2px 10px;
  border-radius: 6px;
  animation: pulsePrice 0.35s cubic-bezier(.25, .85, .45, 1) 1;
}

.woocommerce-variation-price {
	margin: 20px 0px;
}

.elementor-heading-title b {
	font-family:Schoolbell;
	color: #5c9199;
  font-size: 1.5rem;
}

.e-hosted-video .elementor-video, .elementor-element-6077e72b, .e-hosted-video {
	height: calc(100vh - 47px) !important;
}

.e-hosted-video {
	aspect-ratio: unset !important;
}

.elementor-element-4241df2c {
	max-width: 1400px !important;
}

@media (max-width: 922px) {
	.elementor-element-4241df2c {
		justify-content: space-between !important;
	}
	
	.elementor-element-97491b9 .elementor-widget-container {
		display: flex;
		align-items: center;
	}
}

.ast-container {
		padding: 0px !important;
  }
	
@media (min-width: 922px) {
  .ast-container {
    max-width: 100% !important;
		padding: 0px !important;
  }
}

@media (max-width: 767px) {
  .elementor-4410 .elementor-element.elementor-element-7786493 {
    width: 25% !important;
  }
	.e-hosted-video .elementor-video, .elementor-element-6077e72b, .e-hosted-video {
  height: 230px !important;
}
	.elementor-4465 .elementor-element.elementor-element-6077e72b {
		min-height: unset !important;
	}
}




/* LEGO SERIOUS PLAY */
/* Layout */
.lego-section {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 5rem;
  padding: 6rem 4rem;
  background: #f7f7f7;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Texte */
.lego-text {
  max-width: 640px;
}

.lego-text p {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #222;
  margin-bottom: 1.2rem;
}

.lego-text .intro {
  font-size: 1.25rem;
  font-weight: 600;
}

.amorce::before, .amorce::after {
  content: "";
  position: absolute;
  top: 70%;
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/uploads/2026/01/fleche-design.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.amorce::before {
  left: -45px;
  transform: translateY(-50%) rotate(260deg) scaleX(-1);
}

.amorce::after {
  right: -45px;
  transform: translateY(-50%) rotate(90deg);
}

/* CTA */
.lego-cta {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.75rem 1.6rem;
  border-radius: 999px;
  background: #111;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

/* Visual LEGO */
.lego-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Brique LEGO 2x4 */
.lego-brick {
  width: 320px;
  height: 160px;
  background: #d62828;
  border-radius: 22px;
  padding: 26px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 18px;
  box-shadow:
    inset -8px -8px 0 rgba(0,0,0,0.15),
    inset 6px 6px 0 rgba(255,255,255,0.25),
    0 30px 50px rgba(0,0,0,0.25);
}

/* Tenons */
.stud {
  background: radial-gradient(
    circle at 30% 30%,
    #ff6b6b,
    #b61f1f
  );
  border-radius: 50%;
  box-shadow:
    inset -3px -3px 0 rgba(0,0,0,0.25),
    inset 2px 2px 0 rgba(255,255,255,0.35);
}

/* Responsive */
@media (max-width: 900px) {
  .lego-section {
    grid-template-columns: 1fr;
    padding: 4rem 2rem;
  }

  .lego-visual {
    order: -1;
  }
}

.elementor-element-af5126e {
	padding: 0px !important;
}

.lego-card {
    position: relative;
}

.lego-card:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 30px;
    left: 50%;
    top: -26px;
    transform: translateX(-50%) perspective(200px);
    border-radius: 12px 12px 6px 6px;
    box-shadow:
        -90px 0 0 0 currentColor,
         90px 0 0 0 currentColor;
}

.lego-card.red:before {
    color:#e22d22;
    background:#e22d22;
}

.lego-card.orange:before {
    color:#f8841c;
    background:#f8841c;
}

.lego-card.yellow:before {
    color:#ddd725;
    background:#ddd725;
}

.lego-card.blue:before {
    color:#21c5dc;
    background:#21c5dc;
}

.alert.info {
	background-color: #e0f7fa; color: #006064; border-left: 5px solid #5C9199; padding: 15px 20px; border-radius: 8px; font-family: Poppins, sans-serif; font-size: 14px; margin: 10px 0; box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.alert.info p {
	margin-bottom: 0px;
}

@media (max-width: 900px) {
.lego-card.variante-2:before {
	content: unset;
}
}

.galerie-epuisement img {
	width: 300px;
	height: 300px;
}

.quantity .input-text.qty.text {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: textfield; 
    background-color: #fff;
    border: 1px solid #5C9199;
    border-radius: 8px;
    padding: 12px 14px;

    font-size: 15px !important;
    color: #0f172a;

    width: 80px;
    text-align: center;

    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    transition: all 0.25s ease;
}

.quantity .input-text.qty.text:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(14,165,164,0.12);
    border-color: #5C9199;
}

.quantity .input-text.qty.text:focus {
    outline: none;
    transform: translateY(-1px);
    border-color: #0ea5a4;
    box-shadow: 0 0 0 3px rgba(14,165,164,0.2);
}

.quantity .input-text.qty.text::-webkit-inner-spin-button,
.quantity .input-text.qty.text::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ast-article-single .post-920, .ast-article-single .post-658 {
	max-width: 1440px;
	padding: 70px 40px;
}

.post-920 .entry-header {
	display: none;
}

.wc-block-cart__submit-button {
	    border-radius: 40px !important;
    text-transform: uppercase !important;
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    background-color: #000 !important;
	border: 1px solid #000;
	transition: all .3s !important;
}

.wc-block-cart__submit-button:hover {
	background-color: #fff !important;
	color: #000;
}

.wc-block-components-product-name {
	color: #5C9199 !important;
}

.post-658 .entry-title {
	text-transform: uppercase;
	color: #5C9199 !important;
	font-family: "Schoolbell";
}

.sessions h2.title {
	    text-transform: uppercase;
    font-family: 'POPPINS';
    font-size: .9rem;
    color: #000;
    font-weight: 500;
    text-align: center;
}

.sessions .sessions-right {
	    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.sessions .sessions-right .session-btn {
	    padding: 10px 20px;
    background-color: #000;
    border-radius: 30px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: .5rem;
}

@media (max-width: 500px) {
	.responsive-tab-action {
		display: block !important;
	}
}