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

body {
  overflow-x: hidden;
}

.page-content ul,
.page-content ol {
  margin-block-end: 0.9rem;
}

.gradient-text {
  background: linear-gradient(
    90deg,
    #db8f6b -1.21%,
    #a0afbf 70.11%,
    #adbbae 147.38%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.btn-gradient .elementor-button {
  background: linear-gradient(
    90deg,
    #db8f6b -1.21%,
    #a0afbf 70.11%,
    #adbbae 147.38%
  );
  border: none;
}

.btn-gradient .elementor-button:hover {
  filter: brightness(1.05);
}

/* Écoute, Neutralité, Efficacité */
.valeurs-box .elementor-icon-box-icon .elementor-icon {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Témoignages */

.temoignages .swiper,
.temoignages .swiper-slide {
  overflow: visible !important;
}

/* faq */

.faq .e-n-accordion-item {
  border-bottom: 1px solid #4d4d4d40;
  padding-bottom: 30px;
}

.faq .e-n-accordion-item:is(:last-child) {
  border-bottom: none;
}

.faq .e-n-accordion-item-title-icon {
  padding-left: 30px;
}

.valeurs .elementor-icon-box-description {
  border-top: 1px solid #4d4d4d40;
  padding-top: 20px;
}

/*-----------------------------------------------------------*/
/* fluent form */
/*-----------------------------------------------------------*/
:focus-visible {
  outline: none !important;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  border: none;
  border-bottom: 1px solid #dddddc;
  border-radius: 0;
  background: #fff;
  padding: 10px 0px;
}

/*  SELECT (menu déroulant) */
.fluentform select.ff-el-form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_76_1942)'%3E%3Cpath d='M10 1.37585V18.6241' stroke='%231F2345' stroke-width='1.425' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.37598 9.94684H18.6242' stroke='%231F2345' stroke-width='1.425' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_76_1942'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 0 top 60% !important;
  padding-right: 25px !important;
  color: #4d4d4d;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}

@media (max-width: 767px) {
  .fluentform select.ff-el-form-control {
    font-size: 18px;
    line-height: 20px;
  }
}

/* Styles spécifiques pour les options */
.fluentform select.ff-el-form-control option {
  font-size: 16px;
  width: 100%;
}

/*  TEXTAREA  */
.fluentform textarea.ff-el-form-control {
  resize: none;
}

/*  DOUBLE COLONNES – IDENTIQUE DESIGN  */
.frm-fluent-form .ff-t-container {
  gap: 50px;
}

.ff-message-success {
  border: none;
  box-shadow: none;
}

/*-----------------------------------------------------------*/
/* Sticky Header on Scroll Up */
/*-----------------------------------------------------------*/

/* Initial styles for the header */
.scrolling-header {
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  will-change: transform, opacity;
  top: 0;
}

/* Hidden state */
.sticky-header-hidden {
  transform: translateY(-100%);
  opacity: 0;
}

/* Visible state */
.sticky-header-visible {
  transform: translateY(0);
  opacity: 1;
}
