/* 
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 */


#avisgg .ti-widget.ti-goog .ti-review-item>.ti-inner{
	background-color:#192137  !important;
	color:#FEF0E7  !important;

}

#avisgg .ti-widget.ti-goog .ti-review-item>.ti-inner, .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button{
	background-color:#192137  !important;
	color:#FEF0E7  !important;

}

#avisgg .ti-widget.ti-goog .ti-widget-container .ti-name{
	color:#74c6d1;
}

#avisgg .ti-widget.ti-goog .ti-widget-container .ti-date{
	
	color:#FEF0E7  !important;

}

#avisgg  .ti-widget.ti-goog .ti-review-content, .ti-widget.ti-goog .ti-read-more{
	
	color:#e9f1fa  !important;

}

#avisgg  .ti-widget.ti-goog .ti-read-more span{
	
	color:#e9f1fa  !important;

}



.etapes-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 40px 20px 20px;
}

.etapes-slider {
  display: flex;
  gap: 24px;
  transition: transform 0.4s ease;
}

.etape-card {
  min-width: calc(30% - 12px);
  background-color: #e9f1fa;
  border-radius: 12px;
  padding: 40px 24px 24px;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0 4px 15px rgba(1, 51, 51, 0.15);
}

.etape-numero {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  background-color: #fef0e7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 900;
  color: #6cc4c7;
  border: 3px solid #7a5ca2;
  box-shadow: 0 2px 8px rgba(1, 51, 51, 0.3);
}

.etape-contenu h3 {
  color: #013333;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center;
}

.etape-contenu p {
  color: #013333;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}

.etapes-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.etapes-nav button {
  background-color: #013333;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 28px;
  color: #6cc4c7;
  cursor: pointer;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.etapes-nav button:hover {
  background-color: #6cc4c7;
  color: #013333;
}

.chatbleurbulle {
    position: relative;
    display: inline-block;
    z-index: 10;
}

#bloccat{
	position:relative;
}


.elementor-widget-html .calendly-inline-widget iframe html{
	overflow:hidden !important;
}
iframe html, iframe  body{
	overflow:hidden !important;
}



/*.chatbleurbulle {
    position: relative;
    display: inline-block;
    z-index: 10;
}

.chatbleurbulle::before {
    content: '';
    position: absolute;
    bottom: 59px;
    left: 52%;
    transform: translateX(-50%);
    width: 373px;
    height: 350px;
    background: #66cccc;
    border-radius: 50% 50% 50% 50%;
    z-index:2;
    pointer-events: none;
    z-index: -1;
    clip-path: polygon(0 30%, 100% 30%, 100% 100%, 0 100%);
}

.chatbleurbulle::after {
    content: '';
    position: absolute;
    bottom: -34px;
    left: 48%;
    transform: translateX(-50%);
    width: 616px;
    height: 450px;
    background: #99dddd;
    border-radius: 50% 50% 50% 50%;
  z-index:1;
    pointer-events: none;
    z-index: -2;
    clip-path: polygon(0 25%, 100% 25%, 100% 100%, 0 100%);
}*/


@media (max-width: 768px) {
  .etape-card {
    min-width: 100%;
  }
}
