/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/
.twae-media {
    position: relative;
    width: 100%!important;
    aspect-ratio: 1 / 1!important;
    overflow: hidden!important;
}

.twae-media img {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover!important;
}
.twae-title{
	padding-top:25px!important;
}
.twae-description{
	padding-bottom:25px!important;
}

.elementor-widget-text-editor a,.elementor-widget-text-editor a *{
	color:inherit;
	text-decoration: underline!important;
}
.elementor-icon-box-title{
	margin-bottom:0!important;
}
#main{
	margin-top:-105px!important;
}
@font-face {
    font-family: 'Avenir';
    src: url('/wp-content/themes/dt-the7-child/fonts/Avenir-Light.woff2') format('woff2'),
         url('/wp-content/themes/dt-the7-child/fonts/Avenir-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('/wp-content/themes/dt-the7-child/fonts/Avenir-Regular.woff2') format('woff2'),
         url('/wp-content/themes/dt-the7-child/fonts/Avenir-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('/wp-content/themes/dt-the7-child/fonts/Avenir-Book.woff2') format('woff2'),
         url('/wp-content/themes/dt-the7-child/fonts/Avenir-Book.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('/wp-content/themes/dt-the7-child/fonts/Avenir-Heavy.woff2') format('woff2'), 
         url('/wp-content/themes/dt-the7-child/fonts/Avenir-Heavy.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('/wp-content/themes/dt-the7-child/fonts/Avenir-Black.woff2') format('woff2'),
         url('/wp-content/themes/dt-the7-child/fonts/Avenir-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Texte par défaut */
body,
p,
li,
span,
.elementor-text-editor,
.elementor-widget-text-editor {
    font-family: 'Avenir', sans-serif !important;
    font-weight: 500; /* Book */
}
ul.elementor-nav-menu ul a{
	margin-left: 0!important;
    padding-left: 10px!important;
}

/* Titres */
h1, h1 *,h2, h2 *,h3, h3 *,h4, h4 *{
    font-family: 'Avenir', sans-serif !important;
    font-weight: 800; /* Heavy */
}
.txtBlack, .txtBlack *{
	 font-family: 'Avenir';
    src: url('/wp-content/themes/dt-the7-child/fonts/Avenir-Black.woff2') format('woff2'),
         url('/wp-content/themes/dt-the7-child/fonts/Avenir-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
.txtGras, .txtGras *{
	 font-family: 'Avenir';
    src: url('/wp-content/themes/dt-the7-child/fonts/Avenir-Heavy.woff2') format('woff2'),
         url('/wp-content/themes/dt-the7-child/fonts/Avenir-Heavy.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
.txtReg, .txtReg *{
	 font-family: 'Avenir';
    src: url('/wp-content/themes/dt-the7-child/fonts/Avenir-Regular.woff2') format('woff2'),
         url('/wp-content/themes/dt-the7-child/fonts/Avenir-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.txtLight, .txtLight *{
	 font-family: 'Avenir';
    src: url('/wp-content/themes/dt-the7-child/fonts/Avenir-Light.woff2') format('woff2'),
         url('/wp-content/themes/dt-the7-child/fonts/Avenir-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
.txtBook, .txtBook *{
	font-family: 'Avenir';
    src: url('/wp-content/themes/dt-the7-child/fonts/Avenir-Book.woff2') format('woff2'),
         url('/wp-content/themes/dt-the7-child/fonts/Avenir-Book.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
	
.Blanc, .Blanc p, .Blanc span, .Blanc a, .Blanc li, .Blanc em, .Blanc h1, .Blanc h2, .Blanc h3, .Blanc h4, .Blanc h5 {
	color:#fff;
}
.btnNoir .elementor-button-text{
	padding-right:10px;
	z-index:9;
}
.btnNoir .elementor-button-text {
    transition: color 0.2s ease;
    transition-delay: 0s;
}
.btnNoir .elementor-button-link.elementor-button:hover{
	background-color:#FECD03!important;
	transition-delay: 0.25s;
}
/* Au hover : délai avant le changement */
.btnNoir .elementor-button:hover .elementor-button-text {
    color: #000;
    transition-delay: 0.1s;
}
.btnNoir.btnJaune .elementor-button:hover .elementor-button-text {
    color: #fff;
    transition-delay: 0.1s;
}

.btnNoir .elementor-button{
	overflow:hidden;
}
.btnNoir .elementor-button-icon:after{
	content:'';
	width:1px;
	height:1px;
	display:block;
	background: #FECD03;
	z-index:1;
	transition: all 0.3s ease-in-out;
	border-radius:500px;
}
.btnNoir.btnJaune .elementor-button-icon:after{
	background: #000;
}
.btnNoir .elementor-button:hover .elementor-button-icon:after{
	transform:scale(1000);
}
.btnNoir.btnJaune .elementor-button-icon{
	background: #000;
}
.btnNoir.btnJaune svg{
	fill:transparent!important;
}
.btnNoir .elementor-button-icon{
	width: 24px;
    height: 24px;
    display: flex;
    background: #FECD03;
    border-radius: 50px;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.btnNoir .elementor-button-icon svg{
	margin-top: -4px;
	margin-left: -1px;
	z-index:9;
	width:15px!important;
}

.txtAriane, .txtAriane a{
	color:#000;
	font-family: 'Avenir';
    src: url('/wp-content/themes/dt-the7-child/fonts/Avenir-Book.woff2') format('woff2'),
         url('/wp-content/themes/dt-the7-child/fonts/Avenir-Book.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
	font-size:14px;
	text-decoration: none !important;
}

ul.list-puce-noir{
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.list-puce-noir > li{
  position: relative;
  padding-left: 22px; /* espace pour l’icône */
  margin-bottom: 6px;
}

ul.list-puce-noir > li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 3px; /* aligne avec la ligne de texte */
  width: 16px;
  height: 16px;
  background: url("/wp-content/uploads/2026/02/check-fond-noir.svg") no-repeat center / contain;
}

ul.list-puce-jaune{
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.list-puce-jaune > li{
  position: relative;
  padding-left: 22px;
  margin-bottom: 6px;
}

ul.list-puce-jaune > li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 3px; /* aligne avec la ligne de texte */
  width: 16px;
  height: 16px;
  background: url("/wp-content/uploads/2026/02/check-fond-jaune.svg") no-repeat center / contain;
}
.elementor-accordion-item{
	border-radius: 12px;
}
.the7-adv-accordion .elementor-accordion-item > h2, .the7-adv-accordion .elementor-accordion-item > h3 , .the7-adv-accordion .elementor-accordion-item > h4{
  position: relative;
  padding-right: 50px; /* espace pour la flèche */
}
.the7-adv-accordion .elementor-accordion-item > h2::after, .the7-adv-accordion .elementor-accordion-item > h3::after, .the7-adv-accordion .elementor-accordion-item > h4::after{
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url("/wp-content/uploads/2026/01/show-toggle.svg") no-repeat center / contain;
  transition: transform .25s ease, background .25s ease;
}

.the7-adv-accordion .elementor-accordion-item.current > h2::after, .the7-adv-accordion .elementor-accordion-item.current > h3::after, .the7-adv-accordion .elementor-accordion-item.current > h4::after{
  transform: translateY(-50%) rotate(90deg); /* optionnel si tu veux une rotation */
}

.the7-adv-accordion .elementor-accordion-item > h3::after, .the7-adv-accordion .elementor-accordion-item > h4::after, .the7-adv-accordion .elementor-accordion-item > h2::after{
  transition: transform .25s cubic-bezier(.4,0,.2,1),
              background .2s ease;
}

.the7-adv-accordion .elementor-tab-title a{
	font-size:24px;
	line-height:26px;
}
.elementor-accordion-icon{
	margin-right:15px!important;
}

.actuMarietton .cat-item {
	padding: 5px 15px;
	background:#FECD03;
	border-radius:100px;
	position:absolute;
	top:20px;
	left:30px;
	z-index:9;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.actuMarietton .the7-taxonomies .item-content {
	font-size:12px;
	 font-family: 'Avenir';
    src: url('/wp-content/themes/dt-the7-child/fonts/Avenir-Heavy.woff2') format('woff2'),
         url('/wp-content/themes/dt-the7-child/fonts/Avenir-Heavy.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

.actuMarietton .the7-image-wrapper:after{
	content:'';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.85) 20%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 1;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	width:100%;
}
.actuMariettonTitle .the7-image-wrapper:after{
	display:none;
}
.actuMariettonTitle{
	position: absolute;
    bottom: 0;
    z-index: 15;
	padding: 0px 60px 20px 20px;
}
.actuMariettonTitle .the7-heading-title{
	color: #fff!important;
	font-size:25px;
	line-height:30px;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.actuMariettonTitle time{
	font-size:12px;
	color:#fff;
	font-family: 'Avenir';
    src: url('/wp-content/themes/dt-the7-child/fonts/Avenir-Light.woff2') format('woff2'),
         url('/wp-content/themes/dt-the7-child/fonts/Avenir-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.actuMariettonTitle .the7-image-container{
	position: absolute;
    right: -40px;
    bottom: 15px;
}
.actuMariettonTitle .post-thumbnail-rollover{
	width: 40px;
	height: 40px;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.actuMarietton, .actuMarietton .e-con-inner{
	padding:0!important;
	border-radius: 12px;
    overflow: hidden;
}
.actuMarietton:hover .the7-image-wrapper:after{
	height: 100%;
    background:#FECD03;
    pointer-events: none;
    z-index: 1;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.actuMarietton:hover time, .actuMarietton:hover .the7-heading-title, .actuMarietton:hover h3{
	color:#000!important;
}
.actuMarietton:hover .cat-item{
	background:#000;
}
.actuMarietton:hover .actuMariettonTitle .post-thumbnail-rollover {
    filter: brightness(0);
    transform: scale(1.3);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.actuMarietton:hover .the7-taxonomies li .cat-item-wrap{
	color:#FECD03!important;
}
.ti-widget.ti-goog .ti-controls .ti-next, .ti-widget.ti-goog .ti-controls .ti-prev{
	background-color:#FECD03!important;
	outline-width: 0px!important;
    outline-color: transparent!important;
}
.ti-widget.ti-goog .ti-controls .ti-next:before,.ti-widget.ti-goog .ti-controls .ti-prev:before{
	display:none!important;
}
div .ti-widget.ti-goog .ti-controls .ti-next:hover, div .ti-widget.ti-goog .ti-controls .ti-next:focus, div .ti-widget.ti-goog .ti-controls .ti-prev:hover, div .ti-widget.ti-goog .ti-controls .ti-prev:focus{
    cursor: pointer;
    background-color: #000 !important;
    outline-color: #000 !important;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0);
}
.ti-next:after{
	content:''!important;
	width:20px;
	height:20px;
	display:block;
	top:50%;
	left:50%;
	position:absolute;
	transform:translate( -50% , -50% );
	background-image:url('/wp-content/uploads/2026/01/show-toggle.svg');
	background-size:20px 20px;
	background-position:center;
}
.ti-next:hover:after, .ti-next:focus:after{
	filter: brightness(0) invert(1);
}

.ti-prev:after{
	content:''!important;
	width:20px;
	height:20px;
	display:block;
	top:50%;
	left:50%;
	position:absolute;
	transform:translate( -50% , -50% );
	background-image:url('/wp-content/uploads/2026/01/show-toggle.svg');
	background-size:20px 20px;
	background-position:center;
}
.ti-prev:hover:after, .ti-prev:focus:after{
	filter: brightness(0) invert(1);
}
.ti-prev{
	transform:rotate(180deg);
}
.arrowActu img{
	height:auto!important;
}
.elementor-post-navigation__next .post-navigation__arrow-next{
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	padding-right: 10px;
}
.elementor-post-navigation__next:hover .post-navigation__arrow-next{
	transform:translateX(5px);
}
.elementor-post-navigation__prev .post-navigation__arrow-prev{
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	padding-right: 10px;
}
.elementor-post-navigation__prev:hover .post-navigation__arrow-prev{
	transform:translateX(5px);
}
.elementor-widget-post-navigation{
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	padding:25px 0;
}
.post-navigation__next--title, .post-navigation__prev--title{
	font-size:16px!important;
}
.elementor-nav-menu__text-align-center ul ul ul.sub-menu{
	border-radius: 0px 12px 12px 0px!important;
	overflow:hidden;
}
/*https://mariettonpro.lyode.fr/wp-content/uploads/2026/01/show-toggle.svg*/










/* ========== Conteneur du formulaire ========== */
.wpcf7,
.wpcf7-form {
  background: transparent !important;
}

/* ========== Champs : inputs, textarea, select ========== */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="number"],
.wpcf7-form textarea,
.wpcf7-form select {
	background-color: #fff !important;
	border: 0px;
	border-radius: 12px;
	color: #000 !important;
	padding: 12px 16px;
	width: 100%;
	box-sizing: border-box;
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom:0px!important;
}

/* Placeholder en noir */
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
	color: #000 !important;
	opacity: 0.8;
}

/* Webkit (Chrome, Safari, Edge) */
.wpcf7-form input::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
	color: #000 !important;
	opacity: 0.8;
}

.wpcf7-form input::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder {
	color: #000 !important;
	opacity: 0.8;
}

/* ========== Select (liste déroulante) ========== */
.wpcf7-form select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url('/wp-content/uploads/2026/01/show-toggle.svg') !important;
	background-repeat: no-repeat !important;
	background-position: right 12px center !important;
	background-size: 24px 24px !important;
	padding-right: 48px;
}

/* Couleur du fond du select (blanc) + flèche visible */
.wpcf7-form select {
	background-color: #fff !important;
	cursor: pointer;
}

/* ========== Select personnalisé (liste collée + border-radius en bas uniquement) ========== */
.wpcf7-form .wpcf7-select-wrap {
  position: relative;
  width: 100%;
}

/* Select natif masqué (la valeur est gardée pour l'envoi du formulaire) */
.wpcf7-form .wpcf7-select-wrap select.wpcf7-select-native {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  z-index: 2;
  padding: 0;
  border: none;
  background: transparent !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.wpcf7-form .wpcf7-select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 48px 12px 16px;
  background: #fff;
  color: #000;
  border: none;
  border-radius: 12px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  cursor: pointer;
  box-sizing: border-box;
  background-image: url('/wp-content/uploads/2026/01/show-toggle.svg');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 24px 24px;
}

.wpcf7-form .wpcf7-select-wrap.is-open .wpcf7-select-trigger {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.wpcf7-form .wpcf7-select-list {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: none;
  border-top: none;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0);
  max-height: 220px;
  overflow-y: auto;
  z-index: 1;
}

.wpcf7-form .wpcf7-select-option {
  padding: 12px 16px;
  color: #000;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
}

.wpcf7-form .wpcf7-select-option:hover {
  background: #f5f5f5;
}

.wpcf7-form .wpcf7-select-option.is-selected {
  background: #f0f0f0;
}

/* ========== Textarea ========== */
.wpcf7-form textarea {
	min-height: 120px;
	resize: vertical;
}

/* ========== Grille 2 colonnes (Nom/Prénom, Email/Tél, etc.) ========== */
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}

/* Si votre thème ou CF7 utilise une grille, vous pouvez l’activer ainsi : */
.wpcf7-form p {
  margin-bottom: 0;
}

/* Ligne 1 : Nom | Prénom — Ligne 2 : E-mail | Tél — Ligne 3 : Vous êtes | Votre demande — Pleine largeur : Message, case, bouton */
@media (min-width: 600px) {
  .wpcf7-form {
	  display: grid;
	  grid-template-columns: 1fr;
	   gap: 1rem;
  }

  .wpcf7-form .inline-group {
	  display: grid;
	  grid-template-columns: 1fr 1fr;
	  gap: 1rem;
  }

  .wpcf7-form .inline-group:nth-child(n+5) {
	  grid-template-columns: 1fr;
  }
}

/* ========== Bouton d’envoi (style image 2) ========== */
.wpcf7-form input[type="submit"],
.wpcf7-form button[type="submit"],
.wpcf7 .wpcf7-submit {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #000 !important;
    padding: 18px 48px 18px 24px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    cursor: pointer;
    text-decoration: none;
    border-radius: 12px !important;
    background: #fecd03 !important;
	border:1px solid #fecd03 !important;
    background-image: url(/wp-content/uploads/2026/02/bg-arrow-marietton.png) !important;
    background-repeat: no-repeat !important;
    background-position: 95% center !important;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.wpcf7 .wpcf7-submit:hover{
	background: #000 !important;
    background-image: url(/wp-content/uploads/2026/02/bg-arrow-marietton.png) !important;
    background-repeat: no-repeat !important;
    background-position: 95% center !important;
	color: #fff !important;
}

/* Si vous préférez utiliser votre SVG show-toggle pour le bouton (flèche droite), remplacez l’image data ci‑dessus par : */

/* ========== Messages de validation CF7 ========== */
.wpcf7-not-valid-tip {
  color: #c00;
  font-size: 14px;
  margin-top: 4px;
}

.wpcf7-response-output {
  margin: 1rem 0;
  padding: 12px;
  border-radius: 12px;
}
/*
.wpcf7 .wpcf7-submit{
	 background-color: #FECD03;
    background-image: none;
    font-family: "Avenir", Sans-serif;
    font-weight: 400;
    fill: #000000;
    color: #000000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FECD03;
    border-radius: 12px 12px 12px 12px;
}
   */
.wpcf7-spinner{
	display:none;
}
.popup-message-style .wpcf7-validation-errors, .popup-message-style .wpcf7-mail-sent-ok, .popup-message-style .wpcf7-response-output {
    background-color: #fecd03 !important;
}
.wpcf7-not-valid-tip-text{
	color:#000!important;
}
.popup-message-style #page .wpcf7-response-output.run-animation:before{
	display:none!important;
}

footer .elementor-item:after{
	display:none!important;
}
.conteneurPage{
	overflow:hidden;
}
.conteneurPage .elementor-element{
	z-index:9;
}
.conteneurPage .elementor-widget-text-editor *{
	transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.conteneurPage:hover .elementor-widget-text-editor *{
	color:#000!important;
}
.conteneurPage:hover img{
    filter: brightness(0);
    transform: scale(1.3);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.conteneurPage img{
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.conteneurPage:after {
	border-radius:12px;
	overflow:hidden;
	content:'';
	background-color: #fecd03 !important;
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	top:200%;
	left:0;
	z-index:1;
	opacity:0;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.conteneurPage:hover:after {
	content:'';
	opacity:1;
	background-color: #fecd03 !important;
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.elementor-sticky h2{
	font-size: 30px;
    line-height: 32px;
}


.formation-template h1{
	font-size: 70px;
    line-height: 75px;
}
@media(max-width: 1400px){
	.formation-template h1{
		font-size: 55px;
		line-height: 60px;
	}
}
@media(max-width: 992px){
	header{
		top:0px!important;
	}
	.formation-template h1{
		font-size: 44px;
    	line-height: 50px;
	}
	.elementor-sticky h2{
		font-size: 25px;
		line-height: 28px;
	}
}
@media(max-width: 798px){
	h1, h1 *{
		font-size: 50px;
		line-height: 1.1em;
	}
	h2, h2 *{
		font-size: 32px;
		line-height: 32px;
	}
}
@media(max-width: 500px){
	h1, h1 *{
		font-size: 42px;
		line-height: 1.1em;
	}
}



/* ========== Custom File Upload Buttons ========== */
.cf7-upload-group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 600px) {
  .cf7-upload-group {
    grid-template-columns: 1fr 1fr;
  }
}

.cf7-custom-upload {
  background: #fff;
  border-radius: 12px;
  padding: 12px 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  text-align: left;
  position: relative;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.cf7-custom-upload:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.cf7-custom-upload:focus-within {
  box-shadow: 0 0 0 2px #FECD03;
}

.cf7-custom-upload.has-file {
  background: #fffdf0;
  box-shadow: inset 0 0 0 2px #FECD03;
}

.cf7-custom-upload.has-error {
  box-shadow: inset 0 0 0 2px #c00;
}

/* File input: transparent overlay covering entire button */
.cf7-custom-upload input[type="file"] {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
  cursor: pointer !important;
  z-index: 10 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.cf7-custom-upload .wpcf7-form-control-wrap {
  position: static;
  flex-basis: 100%;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
}

/* Upload icon */
.cf7-upload-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.cf7-upload-icon img {
  width: 24px;
  height: 24px;
}

/* Text wrapper (label + hint + filename) */
.cf7-upload-text {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}

/* Upload label */
.cf7-upload-label {
  font-family: 'Avenir', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  color: #000;
  transition: color 0.3s ease;
}

/* Upload hint */
.cf7-upload-hint {
  font-family: 'Avenir', sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.3;
  color: #888;
  margin-top: 2px;
  transition: opacity 0.3s ease, max-height 0.3s ease;
  max-height: 30px;
  overflow: hidden;
}

.cf7-custom-upload.has-file .cf7-upload-hint {
  color: #000;
  font-weight: 400;
}

@keyframes cf7FadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes cf7Shake {
  0%, 100% { transform: translateX(0); }
  20% { transform: translateX(-6px); }
  40% { transform: translateX(6px); }
  60% { transform: translateX(-4px); }
  80% { transform: translateX(4px); }
}

.cf7-custom-upload.cf7-shake {
  animation: cf7Shake 0.5s ease;
}

/* Validation tip inside custom upload */
.cf7-custom-upload .wpcf7-not-valid-tip {
  font-family: 'Avenir', sans-serif;
  font-size: 13px;
  color: #c00;
  margin-top: 4px;
  display: block;
  animation: cf7FadeIn 0.3s ease;
}

.wpcf7-form .inline-group.full {
	display: grid;
	grid-template-columns: 2fr;
	gap: 1rem;
}
html div div .elementor-location-popup .wpcf7-submit{
	border: 1px solid #000 !important;
}