/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



/*
* style.css 
*/

:root {
  --animationDistance: 15px !important;
  --animationDistanceMinus: -15px !important;
}

/* Custom Slide Animations */

.customSlideDown {
  animation-name: customSlideDown;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes customSlideDown {
  0% {
    opacity: 0;
    transform: translateY(var(--animationDistance));
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.customSlideleft {
  animation-name: customSlideLeft;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes customSlideLeft {
  0% {
    opacity: 0;
    transform: translateX(var(--animationDistanceMinus));
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

.customSlideRight {
  animation-name: customSlideRight;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes customSlideRight {
  0% {
    opacity: 0;
    transform: translateX(var(--animationDistance));
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

.customSlideUp {
  animation-name: customSlideUp;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes customSlideUp {
  0% {
    opacity: 0;
    transform: translateY(var(--animationDistanceMinus));
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}


.hide-initial-needs .section-initial-need,  
.hide_intervention .section-intervention, 
.hide_gallery .section-gallery,
.hide_localisation{
    display:none!important;
}

p{
	margin:0!important;
}

b, strong{
	font-weight:600!important;
	}

.highlighting{
	color:var(--e-global-color-primary)!important;
}

.surtitle-decoration {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  position: relative;
}

.surtitle-decoration::before {
  content: "";
  display: inline-block!important;
  width: 20px;
  height: 20px;
  background-image: url(https://staging.wifi-cigale.fr/wp-content/uploads/2025/10/Vector-1.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}


.text-important{
	color:var(--e-global-color-primary)!important;
}

.content-icon-box .elementor-icon, 
.content-icon-box-light-color .elementor-icon,
.content-icon-box-white-color .elementor-icon, 
.content-icon-box-yellow-color .elementor-icon {
  position: relative;
  display: inline-block;
}

.content-icon-box .elementor-icon::before, 
.content-icon-box-light-color .elementor-icon::before, 
.content-icon-box-white-color .elementor-icon::before, 
.content-icon-box-yellow-color .elementor-icon::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 110%;
  height: 110%;
  border-radius: 50%;
  z-index: 0;
}

.content-icon-box .elementor-icon svg, 
.content-icon-box-light-color .elementor-icon svg, 
.content-icon-box-white-color .elementor-icon svg, 
.content-icon-box-yellow-color .elementor-icon svg {
  position: relative;
  z-index: 1;
  display: block;
}

.content-icon-box .elementor-icon::before {
  background-color: #eeeeee;
}

.content-icon-box-light-color .elementor-icon::before {
  background-color: #878787;
}

.content-icon-box-white-color .elementor-icon::before {
  background-color: #FFFFFF;
}

.content-icon-box-yellow-color .elementor-icon::before {
  background-color: #fac15c;
}


.btn-icon span.elementor-button-icon svg {
    width:2rem!important;
}

.btn-icon .elementor-button .elementor-button-content-wrapper {
    gap: 11px!important;
    align-items: center!important;
}

.rank-math-breadcrumb a{
        color: var(--e-global-color-accent)!important;
}

.rank-math-breadcrumb span{
    color: var(--e-global-color-primary)!important;
}

.rank-math-breadcrumb a, .rank-math-breadcrumb span{
    font-family: "Montserrat", Sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    padding: 5px 5px 5px 5px;
}

@media all and (max-width: 1024px){  
	.elementor-widget-eael-divider{
		min-width:100%!important;
	}

	.eael-divider.horizontal{
		min-width:100%!important;
	}
	
}

@media all and (max-width: 767px){ 
	.rank-math-breadcrumb a, .rank-math-breadcrumb span{
    font-size: 0.85rem;
    line-height: 1.5rem;
}
}

/**/

