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

.elementor-element.elementor-element-89f564d.header-flou.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects{
    background: rgb(255 255 255 / 4%);
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background-color: #00000070;
}

.stoke h2 {
    -webkit-text-stroke: 3px #ffffff;
}

.elementor-element.elementor-element-edit-mode.elementor-element--toggle-edit-tools.elementor-widget.elementor-widget-image.image-container {
    border-radius: 20px !important;
}

.elementor-element.image-container.elementor-widget.elementor-widget-image {
    border-radius: 20px;
}

.bordure .elementor-element.image-container.elementor-widget.elementor-widget-image {
    border-radius: 10px 10px 0px 0px;
}

.bordure-page .elementor-element.image-container.elementor-widget.elementor-widget-image {
    border-radius: 20px 20px 0px 0px;
}

/* BOUTON */

a.cta {
    padding-top: 14px !important;
}

.cta {
    position: relative;
    margin: auto;
    padding: 9px 18px 0px 18px;
    transition: all 0.2s ease;
    border: none;
    background: none;
    cursor: pointer;
}

.cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    transition: all 0.3s ease;
    border: solid 1px #0000003b;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #cc336600;
}

.cta span {
    position: relative;
    font-family: 'Figtree';
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
}

.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #000000;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.cta:hover:before {
  width: 100%;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active {
  transform: scale(0.95);
}

/* white */
.cta-white {
    position: relative;
    margin: auto;
    padding: 9px 18px 0px 18px;
    transition: all 0.2s ease;
    border: none;
    background: none;
    cursor: pointer;
}

.cta-white:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  border: solid 1px #ffffff85;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
}

.cta-white span {
    position: relative;
    font-family: 'Figtree';
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #ffffff;
}

.cta-white svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #ffffff;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.cta-white:hover:before {
  width: 100%;
  border: solid 1px #ffffff85;
}

.cta-white:hover svg {
  transform: translateX(0);
}

.cta-white:active {
  transform: scale(0.95);
}

/*---*/

/* photo */
.image-container {
  overflow: hidden; 
}

.image-container img, .e-gallery-image.elementor-gallery-item__image.e-gallery-image-loaded {
  width: 100!important; 
  height: 100!important; 
  object-fit: cover!important; 
  transition: transform 0.4s ease!important; 
}

.image-container:hover img, .e-gallery-image.elementor-gallery-item__image.e-gallery-image-loaded:hover {
  transform: scale(1.1)!important; 
}

/* animations */
body{
margin:0;
font-family:sans-serif;
}

.wipe-main-title {
position: relative;
    margin: 0 0 30px;
    font-size: 6vw;
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    z-index: 9999999;
    text-align: center;
    font-family: 'Sulphur Point';
}

a.wipe-btn {
background: #ffe97f;
    padding: 15px 30px;
    margin-top: 30px !important;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Sulphur Point';
    font-weight: 500;
    font-size: 13px;
}

p.wipe-subtitle {
  color: white;
  font-size: 1.5vw; 
	margin-top: 10%;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-family: 'Sulphur Point';
  color: #ffffff;
}

.wipe{
height:220vh;
}

.wipe__sticky{
position:sticky;
top:0;
height:100vh;
overflow:hidden;
}

.layer{
position:absolute;
inset:0;
display:flex;
align-items:center;
justify-content:center;
}

.layer--white{
background:white;
z-index:1;
}

.layer--green{
background:black;
z-index:2;
clip-path: inset(100% 0 0 0);
will-change: clip-path;
}

.wipe__grid{
  width:95%;
  max-width:none;
  margin:0 auto;
  display:grid;
  grid-template-columns: 1fr 1.25fr; /* colonne droite plus large */
  align-items:center;
  gap:1.5vw;
}

.slot--left{
display:flex;
justify-content:flex-start;
align-items:flex-start;
padding-left:18%;
}

.slot--right{
  width:100%;
  display:flex;
  justify-content:flex-end;
}

.slot--left img{
width:100%;
max-width:420px;
height:auto;
display:block;
margin-top: -32vh;
border-radius: 15px;
}

.slot--right img{
    width: 100%;
    height: 65vh;
    max-width: none;
    object-fit: cover;
    display: block;
    margin-top: 25vh;
    border-radius: 20px;
}


/* TITRE */

.wipe-title{
position:absolute;
left:1.2vw;
bottom:6vh;
z-index:5;
color:white;
mix-blend-mode:difference;
font-weight:800;
letter-spacing:-0.03em;
line-height:1;
font-size:48px;
display:flex;
align-items:flex-end;
white-space:nowrap;
font-family: 'Sulphur Point';
font-weight: 500;
}

.wipe-right-inner{
    margin:auto;
    text-align:center;
}

.wipe-description{
margin-top: 10px;
    line-height: 1.6;
    color: white;
    margin-bottom: 50px !important;
    font-family: 'Figtree';
    font-size: 17px;
    font-weight: 200;
    padding: 0px 100px;
}

.wipe-subtitle,
.wipe-description{
    transition:opacity .3s ease;
}

.wipe-title span{
display:block;
transform-origin:50% 100%;
transform:scaleY(1);
will-change:transform;
}

/* animation  bouton */
.arrow-tbtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  padding-left: 36px; 
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: background 0.3s ease;
}

/* Texte du bouton */
.arrow-btn .elementor-button-text {
  display: inline-block;
  transition: transform 0.3s ease; 
}

/* Flèche initialement invisible */
.arrow-btn .elementor-button-icon {
  position: absolute;
  left: 12px; 
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}

/* Hover : texte se décale légèrement et flèche apparaît */
.arrow-btn:hover .elementor-button-text {
  transform: translateX(35px); /* décalage smooth */
}

.arrow-btn:hover .elementor-button-icon {
  opacity: 1;
  transform: translateX(0);
}

/* photos */
/* SECTION */
.scroll-wipe{
  position: relative;
  width: 100%;
}

/* sticky visible pendant le scroll */
.wipe-sticky{
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  width: 100%;
  overflow: hidden;
  background: #000; /* fond de sécurité */
}

/* GAUCHE / DROITE */
.wipe-left{
  position: relative;
  width: 50vw;
  height: 100vh;
  overflow: hidden;
}

.wipe-right{
  width: 50vw;
  height: 100vh;
  /* optionnel */
  background: transparent;
  position: relative;
  z-index: 10;
}

/* STACK IMAGES */
.wipe-stack{
  position: absolute;
  inset: 0;
}

.wipe-layer{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  will-change: clip-path;
}

/* Image de base toujours visible */
.wipe-layer.is-base{
  z-index: 1;
}

/* Images révélées (par-dessus) */
.wipe-layer.is-reveal{
  z-index: 2;
  /* cachée au départ : clip-path = tout coupé en haut (100%) */
  clip-path: inset(100% 0 0 0);
}

/* Bloque evenementiel - ACCUEIL */


.wipe-right{
  width: 50vw;
  height: 100vh;
  position: relative;
  z-index: 10;
  display:flex;
  align-items:center;    
  justify-content:center; 
  text-align:center;
  background-color: #000;
  /*background-image: url("https://la-fab-experience.com/wp-content/uploads/2026/03/5picto-la-fab-experience.png");*/
  background-repeat: no-repeat;
  background-position: bottom 30px right 30px;
  background-size: 680px;
  width:50%;
  height:100vh;
  display:flex;
  align-items:center;    
  justify-content:center; 
  text-align:center;
}



/* “Durée” du scroll (3 étapes = 3 “écrans” de scroll, ajuste librement) */
.wipe-spacer{
  height: 300vh; 
}

/* LETTERS REVEAL */
.title {
    font-size: 5.5vw;
    line-height: 1.1;
    text-align: center;
    max-width: 1300px;
    font-family: 'Sulphur Point';
    word-spacing: -16px;
    font-weight: unset;
    font-weight: 700;
}
 
    .title .word {
      display: inline-block;
      white-space: nowrap;
    }
 
    .title .letter {
      display: inline-block;
      color: #58585875;
      transition: color 0.15s ease;
    }
 
    .title .letter.revealed {
      color: #000000;
    }


/* PAGE ATELIERS */
    .elementor-element.elementor-element-edit-mode.elementor-element--toggle-edit-tools.elementor-widget.elementor-widget-image.image-container {
    border-radius: 20px 20px 0px 0px;
}


/* FORMULAIRE */

/* FORMULAIRE */
.form-contact a {
    color: black;
}

.elementor-container {
  display: flex;
  flex-direction: column;
  gap: 15px; 
}

.ligne-form {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.ligne-form .colonne-50 {
  flex: 1 1 50%;
}

.elementor-container input, .message-form-cta textarea {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #004161 !important;
    border-radius: 0px;
    box-sizing: border-box;
    font-size: 16px;
    border: none;
    outline:none;
}

.message-form-cta textarea {
  min-height: 120px;
  resize: vertical;
}

form.wpcf7-form.init a {
    color: black;
}

.acceptance-form {
  font-size: 14px;
  margin-top: 10px;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    margin-top: 20px;
    height: 200px;
}

input[type="submit"] {
    background-color: #000000;
    color: #fff;
    border: none;
    padding: 12px 25px 10px 25px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 17px;
    transition: background-color 0.3s ease;
    font-family: 'Figtree';
    font-weight: 400;
    border-radius: 150px;
    letter-spacing: 0.2px;
    margin-top: 30px;
}

input[type="submit"]:hover {
    background-color: #2b2b2b;
}

.elementor-element.elementor-element-01fd190.maps.elementor-widget.elementor-widget-google_maps {
    border-radius: 50px 0px 50px 0px;
}

/* Reset CF7 */
.form-row p {
  margin: 0;
}

/* Ligne 2 colonnes */
.two-columns {
  display: flex;
  gap: 20px;
}

/* 👉 Cible les wrappers CF7 */
.two-columns .wpcf7-form-control-wrap {
  width: 50%;
}

/* Champs */
.form-row input,
.form-row textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  padding: 12px 5px;
  font-size: 16px;
  background: transparent;
  outline: none;
  display: block;
}

/* ACTUALITES */
.img-cta img {
    height: 350px;
    object-fit: cover;
    width: 1500px;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: -45px;
}

.btn-cta a.wp-block-button__link.wp-element-button {
    color: white;
    background: black;
    padding: 10px 30px;
    font-family: 'Figtree';
    font-size: 17px;
}

.btn-cta a.wp-block-button__link.wp-element-button:hover {
    color: white;
    background: #353434;
    padding: 10px 30px;
    font-family: 'Figtree';
    font-size: 17px;
}

h2.wp-block-heading {
    font-family: 'Sulphur Point';
    margin-top: 50px;
    font-weight: 600;
}

h3.wp-block-heading {
    font-size: 20px;
    font-family: 'Figtree';
    margin-top: 25px;
    margin-bottom: -10px;
}

.bloc-bordure {
    border: solid 1px black;
    border-radius: 15px;
    padding: 20px;
    margin-top: 50px !important;
}

.bloc-bordure-resume {
    border: solid 1px black;
    border-radius: 15px;
    padding: 20px;
	margin-top: 20px !important;
}

.bloc-img img {
    height: 300px;
    object-fit: cover;
    margin-top: 50px;
    border-radius: 15px;
    width: 100%;
}

.single-post .contenu  p {
    margin: 15px 0px 0px 0px !important;
    text-align: justify;
}

/* sidebar article */
.formulaire-fixe {
  position: sticky !important;
  top: 180px !important;
}

.formulaire-fixe,
.sidebar,
.section-article-wrapper,
body,
html {
  overflow: visible !important;
}

/* Responsive */
@media (max-width: 768px) {
  .two-columns {
    flex-direction: column;
  }

  .two-columns .wpcf7-form-control-wrap {
    width: 100%;
  }
}

/* RESPONSIVE */
/* ========================= */
/* 📱 RESPONSIVE MOBILE */
/* ========================= */

@media only screen and  (max-width: 767px){

}