/*
Theme Name: Hello Biz Child
Theme URI: https://github.com/elementor/hello-biz-child/
Description: Hello Biz Child is a child theme of Hello Biz, created by Elementor team
Author: Elementor Team
Template: hello-biz
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Version: 1.0.0
Stable tag: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-biz-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/

/* Add your custom styles here */



.elementor--h-position-left .swiper-slide-inner {
    max-width: 1550px!important;
}
.elementor-slide-button{
	padding:10px 18px 10px 18px!important;
}

.bleu{
  color: #6b328a;
}

.Titlesoulignage{
  background-image: url('/wp-content/uploads/2025/09/Soulignage-dvital-1.png');
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
	display:inline-block;
}

.elementor-slide-description li, .listwithcheck li{
	list-style-image: url("/wp-content/uploads/2025/09/check_small.png");
}

.Titlesoulignage2{
  background-image: url('/wp-content/uploads/2025/08/soulignage2.png');
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
      padding-bottom: 10px;
}


/*ULTIMATE FAQ*/


.ewd-ufaq-faq-title-text h4{
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: CAP_HEIGHT;
  line-height: 135%;
  letter-spacing: 0%;
}

.ewd-ufaq-faq-div{
  padding:35px 0 35px 0!important;
  border-top:1px solid #dadada!important;
}

div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol {
  float: right!important;
}

.ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
  font-size: 19px!important;
  color: #000!important;
  font-weight: lighter;
}

.ewd-ufaq-faq-body {
  padding: 10px 10px!important; 
  padding-left: 5px!important; 
}
.ewd-ufaq-post-active{
  padding:25px 15px!important;
  background: rgba(248, 52, 136, 0.05)!important;
  border-radius:24px;
  border-top:none!important;
  margin-bottom:20px!important;

}
.ewd-ufaq-post-active .ewd-ufaq-faq-title-text h4{
  color: #6b328a;
  font-weight:600;
}

.ewd-ufaq-faq-div[data-post_id="409"]{
  
  border-top:none!important;
  
}

.ewd-ufaq-page-type-distinct{
  padding-top: 3%;
  padding-bottom: 3%;
}

.elementor-nav-menu--main .displayOnsmallscreen, .elementor-nav-menu--main .wpml-ls-last-item{
  display:none!important;
}

@media only screen and (max-width: 1024px) {
  .elementor-nav-menu--main .displayOnsmallscreen, .elementor-nav-menu--main .wpml-ls-last-item{
		display:flex!important;
	}
}

.GreyBorderGradient{
  
  /*border-left-width: 1px !important;
  border-left-style: solid !important;
  border-right-width: 1px !important;
  border-right-style: solid !important;
  border-image: 
    linear-gradient(
      to bottom, 
      #dedede, 
      rgba(0, 0, 0, 0)
    ) 1 100%;
  border-top : solid 1px #dedede !important;
  
  border-top: 1px solid #dedede !important;
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important;

  border-image: linear-gradient(to bottom, #dedede, transparent) 1 100%;
  border-image-slice: 1 !important;
  border-radius:24px!important;*/
  
}
.GreyBorderGradient {
  position: relative !important;
  border-top: 1px solid #dedede !important;
  border-radius: 16px !important;
  overflow: hidden !important; /* pour que les pseudo-éléments suivent le radius */
  
}

/* Bordure gauche (dégradé) */
.GreyBorderGradient::before,
.GreyBorderGradient::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 1px !important;
}

/* gauche */
.GreyBorderGradient::before {
  left: 0 !important;
  background: linear-gradient(to bottom, #dedede, transparent);
}

/* droite */
.GreyBorderGradient::after {
  right: 0 !important;
  background: linear-gradient(to bottom, #dedede, transparent);
}

input:-internal-autofill-selected{
    appearance: menulist-button;
    background-image: none !important;
    background-color: transparent !important;
    color: fieldtext !important;
}
