/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.5.1752162909
Updated: 2025-07-10 17:55:09



*/






/* --------------------------------------------------
  GLOBAL STYLE OVERRIDES
-------------------------------------------------- */
.purple-word {
	color: #C198E3;
}

.orange-word {
	color: #F87443;
}

.text-zoom {
  transition: transform 0.3s ease;
  display: inline-block;
  cursor: pointer; /* optionnel : curseur main pour montrer qu'on peut interagir */
}

.text-zoom:hover {
  transform: scale(1.1);
}

.web-price{
	font-weight:500;
	font-size:55px;
	font-family: Montserrat alternates;
}

.vignette-service {
  transition: transform 0.3s ease; /* Animation fluide */
}

.vignette-service:hover, pricing-link a:hover {
  transform: scale(1.05); /* Zoom de 5% */
}



.gradient-title {
  display: inline-block; /* Important pour que le fond s'adapte au texte */
  background: linear-gradient(90deg, #C198E3 0%, #F87443 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.presta_menu a,.pricing-link a {
  text-decoration: none !important;
  box-shadow: none !important;
}



#tab-service, #mobile-process, #piliers-mobile, .pricing-mobile, .sur-mesure-mobile, .hero-presta-tab, .hero-presta-mobile {
  display: none; /* Caché par défaut */
}

/* À partir de la taille tablette (768px et +), on l'affiche */
@media (min-width: 768px) and (max-width: 1024px) {
  #tab-service, .hero-presta-tab {
    display: block; /* ou flex/grid selon ton layout */
  }

#laptop-service, .hero-presta-default, .hide {
    display: none;
  }
	
}

/* 📱 Mobile uniquement (moins de 768px) */
@media (max-width: 767px) {
  #tab-service {
    display: block; /* ou flex/grid si nécessaire */
  }

  #laptop-service {
    display: none;
  }

	#photo-process, #piliers-default, .spacing-default, .pricing-default, .sur-mesure-default, .know-more, .hero-presta-default {
		display:none;
	}

	#mobile-process, #piliers-mobile, .pricing-mobile, .hero-presta-mobile{
		display: block;
	}

	.mon-icone {
    width: 16px;
  }

	.web-price-mobile{
		font-weight:500;
	font-size:45px;
	font-family: Montserrat alternates;
	}
}

