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




/*****************TYPO******************/

@font-face {
  font-family: "Fraunces Variable";
  src: url("/wp-content/themes/hello-theme-child-master/fonts/Fraunces_Italic_SOFT_WONK_opsz_wght.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

.mon-titre h1 {
    font-family: "Fraunces Variable", serif !important;
    font-variation-settings: "SOFT" 0, "opsz" 144, "wght" 400, "WONK" 1;
}

.mon-titre h2, .fraunces h3, .fraunces p{
    font-family: "Fraunces Variable", serif !important;
    font-variation-settings: "SOFT" 40 , "opsz" 144, "wght" 400, "WONK" 1;
}


.h2-two{
    font-family: "Fraunces Variable", serif !important;
    font-variation-settings: "SOFT" 47, "opsz" 144, "wght" 400, "WONK" 1;
    font-size: var(--e-global-typography-a3646f8-font-size);
}

.h2-two.exception{
    font-family: "Fraunces Variable", serif !important;
    font-variation-settings: "SOFT" 47, "opsz" 144, "wght" 400, "WONK" 1;
    font-size: 45px;
}


.line-list {
  position: relative;
  display: inline-block; /* ou inline selon ton besoin */
}

.line-list::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  width: 1px;          /* épaisseur du trait */
  height: 2em;          /* longueur du trait, ajustable en em pour suivre la taille du texte */
  background-color: currentColor; /* ou une couleur précise */
  transform: translateY(-50%) rotate(20deg); /* angle de l'inclinaison */
}

/*****************BLUR EFFECT******************/

.blur-progressif-accueil {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

/* Zone floue progressive en bas */
.blur-progressif-accueil::after {
        content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    z-index: 1;
    pointer-events: none;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(12px);
    background: linear-gradient(to bottom, rgba(46, 36, 31, 0) 49%, rgb(46, 36, 31, 100) 100%);
    mask-image: linear-gradient(to bottom, #2e241f00 0%, #2e241f 61%, #2E241F 100%);
}

.blur-progressif::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    z-index: 1;
    pointer-events: none;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(12px);
    background: linear-gradient(to bottom, rgb(46 36 31 / 56%) 49%, rgb(46 36 31 / 58%) 100%);
    mask-image: linear-gradient(to bottom, #2e241f00 0%, #2e241f 61%, #2E241F 100%);
}


.blur-full{
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.blur-full::before{
    content:"";
    position:absolute;
    inset:-30px;
    z-index:-1;

    background-image:url("/wp-content/uploads/2026/07/maitrise-et-excellence-DVN-Concept.jpg");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;

    filter:blur(7px);
    transform:scale(1.2);
}

/*****************************************/
/*****************HEADER******************/
/*****************************************/

.header-blur {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;

  background: rgba(46, 36, 31, 0);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);

  transition: 
    background 0.35s ease,
    backdrop-filter 0.35s ease,
    -webkit-backdrop-filter 0.35s ease;
}

.header-blur.is-scrolled {
  background: rgb(46 36 31 / 28%) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}





/*****Slider accueil au trait*****/
.slider-bars .swiper-pagination,
.slider-bars .elementor-swiper-button + .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  bottom: 20px !important;
}

.slider-bars .swiper-pagination-bullet {
  width: 18px;
  height: 2px;
  border-radius: 0;
  background: #b8b0a6;
  opacity: 1;
  margin: 0 !important;
  transition: all 0.3s ease;
}

.slider-bars .swiper-pagination-bullet-active {
  width: 28px;
  background: #2b211d;
}

/**********************************************/
/*****************IMAGES***********************/
/**********************************************/

/******Image zoom******/
.zoom-bg-card {
  overflow: hidden;
  background-size: 130% auto !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  transition: background-size 0.8s ease;
}

.zoom-bg-card:hover {
  background-size: 150% auto !important;
}





/*****************************************/
/*****************BOUTON******************/
/*****************************************/

.btn-more .elementor-button, #bouton {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  padding: 14px 26px 14px 52px;
  border-radius: 999px;
  background: transparent !important;
  color: #2f2925;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* Texte au-dessus */
.btn-more .elementor-button .elementor-button-text, #bouton {
  position: relative;
  z-index: 3;
}

/* Le rond beige devant le texte, à gauche */
.btn-more .elementor-button::before, #bouton::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 34px;
  height: 34px;
  background: #e0d1c1;
  border-radius: 999px;
  transform: translateY(-50%);
  transition: width 0.45s ease;
  z-index: -1;
}

.btn-more.white .elementor-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 34px;
  height: 34px;
  background: #f2ede4;
  border-radius: 999px;
  transform: translateY(-50%);
  transition: width 0.45s ease;
  z-index: -1;
}

/* La ligne */
.btn-more .elementor-button::after , #bouton::after {
  content: "";
  position: absolute;
  left: 19px;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #2f2925;
  transform: translateY(-50%) rotate(0deg);
  transform-origin: center center;
  transition: transform 0.35s ease, left 0.35s ease;
  z-index: 4;
}

/* Hover : le rond devient le fond complet */
.btn-more .elementor-button:hover::before, #bouton:hover::before {
  width: 100%;
}

/* Hover : la ligne se penche */
.btn-more .elementor-button:hover::after, #bouton:hover::after {
  left: 28px;
  transform: rotate(-70deg) translateY(-9px) translateX(-2px);
}


/*****************************************/
/*****************ANIMATIONS******************/
/*****************************************/


/***************apparition accueil******************/
.text-letter-up {
  overflow: hidden;
}

/* Texte réel conservé pour SEO/accessibilité */
.text-letter-up .seo-text-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

/* Version animée */
.text-letter-up .animated-text {
  display: inline-block;
}

.text-letter-up .letter {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;

  font: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  text-transform: inherit;

  transition:
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.45s ease;
}

.text-letter-up.is-visible .letter {
  transform: translateY(0);
  opacity: 1;
}



/*************apparition orchestrer******************/

.hero-reveal-section {
  background: #dfd0bd;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-reveal-inner {
  width: 100%;
  text-align: center;
}

.hero-reveal-title {
  margin: 0;
  color: #2b211d;
  font-family: "Fraunces Variable", serif !important;
  font-variation-settings: "SOFT" 0, "opsz" 144, "wght" 400, "WONK" 1;
  letter-spacing: 0.5px;
  font-size: clamp(54px, 8.2vw, 118px);
  line-height: 1em;
}

.hero-line-mask {
  display: block;
  overflow: hidden;
  padding-bottom: 0.08em;
}

.hero-line {
  display: block;
  transform: translateY(115%);
  will-change: transform;
}

.hero-reveal-line {
  width: clamp(120px, 15vw, 215px);
  height: 1px;
  background: #2b211d;
  margin: clamp(55px, 7vw, 90px) auto 0;
  transform: scaleX(0);
  transform-origin: center center;
  will-change: transform;
}


/*************Stats******************/

.stats-scroll-section {
  position: relative;
  min-height: 300vh !important;
  height: auto !important;
  overflow: visible !important;
}

.stats-sticky-visual {
  position: sticky;
  top: 0;
  height: 100vh !important;
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden;
}

.stats-photo-row {
  height: 50vh !important;
  min-height: 50vh !important;
  flex: 0 0 50vh !important;
  overflow: hidden;
}

.stats-content-row {
  height: 50vh !important;
  min-height: 50vh !important;
  flex: 0 0 50vh !important;
  display: flex !important;
  align-items: center !important;
}

.stats-photo-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stats-animated-box {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3vw, 48px);
  color: #2b211d;
}

.stats-current {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3vw, 48px);
}

.stats-number-mask,
.stats-label-mask {
  overflow: hidden;
}

.stats-number,
.stats-label {
  transform: translateY(0%);
  will-change: transform, opacity;
}

.stats-number {
  font-family: "Fraunces Variable", serif !important;
  font-variation-settings: "SOFT" 0, "opsz" 144, "wght" 400, "WONK" 1;
  font-size: clamp(72px, 8vw, 118px);
  line-height: 0.85;
  letter-spacing: -0.06em;
}

.stats-label {
  font-size: clamp(20px, 2vw, 37px);
  line-height: 45px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px;
}

.stats-data {
  display: none;
}




/* Le wrapper global qui contient les 5 lignes */
.steps-wrapper {
  position: relative;
  overflow: visible;
}

/* Chaque ligne */
.step-row {
  position: relative;
  overflow: visible;
  z-index: 1;
  transition: z-index 0s;
}

/* L'image de chaque ligne, cachée par défaut */
.step-row .step-row__image {
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  transition: opacity 0.45s ease;
  right:0;
  top:50%;
  position: absolute;
  transform: translateY(-50%);

}

/* Au survol : l'image apparaît */
.step-row:hover .step-row__image {
  opacity: 1;
}

/* Important : passer la row survolée au-dessus des voisines */
.step-row:hover {
  z-index: 10;
}


/********************************************/
/*****************CONTACT*****************/
/********************************************/
#short-contact-form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#short-contact-form p:nth-child(1), #short-contact-form p:nth-child(2){
  	width: 48%;
    display: inline-block;
}

#short-contact-form p:nth-child(3), #short-contact-form p:nth-child(4){
    width:100%;
}

input[type=email], input[type=text], select, textarea{
	width: 100%;
	border:none;
	background-color:#F9F4EB;
  color: #968786;
  border-radius: 25px;
  padding: 0.5rem 1rem;
  transition: all .3s;
	font-weight: 300;
	padding: 15px;
	outline : none;
	font-size :  var(--e-global-typography-text-font-size);
	font-family : var(--e-global-typography-text-font-family);
}

#bouton{
  border:none;
  color: #2e241f;
  font-family : var(--e-global-typography-0e04c73-font-family);
  font-size : var(--e-global-typography-0e04c73-font-size);
  font-weight : var(--e-global-typography-0e04c73-font-weight);
  letter-spacing : var(--e-global-typography-0e04c73-letter-spacing);
}

textarea{
  max-height: 160px;
}


a.politique-lien{
	color: var(--e-global-color-accent);
}

select {
	color: #676767;
}

.checkbox-contact {
	font-family : var(--e-global-typography-text-font-family);
	font-size: 13px;
	font-weight : 400;
    color: #a9a9a9;
}


.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    padding: 0;
    margin: 30px 0;
    font-weight: 500;
    color: #000;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    border-color: #0089D0;
    border-radius: 10px;
}

.wpcf7-not-valid-tip {
    font-size: 0.8em;
}

/*********************************************/
/*****************RESPONSIVE******************/
/*********************************************/

@media (max-width: 1200px) {
  .responsive-absolute{
    position: initial!important;
    transform: none!important; 
    margin-bottom:-200px!important;
  }
}






@media (max-width: 767px) {


  /*******animation Orchestrer etc..******/
  .hero-reveal-inner {
    padding: 80px 6%;
  }

  .hero-reveal-title {
    font-size: clamp(42px, 13vw, 72px);
    line-height: 1;
  }

  .hero-reveal-line {
    margin-top: 45px;
  }



  /*****animation stats*****/
  .stats-scroll-section {
    min-height: 300vh !important;
  }

  .stats-photo-row {
    height: 45vh !important;
    min-height: 45vh !important;
    flex-basis: 45vh !important;
  }

  .stats-content-row {
    height: 55vh !important;
    min-height: 55vh !important;
    flex-basis: 55vh !important;
  }

  .stats-current {
    justify-content: center;
    gap: 22px;
  }

  .stats-number {
    font-size: clamp(60px, 18vw, 88px);
  }

  .stats-label {
    font-size: 19px;
  }


/*form contact*/
#short-contact-form p:nth-child(1), #short-contact-form p:nth-child(2){
  	width: 100%;
}


}