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


/*RECAPTCHA*/

.grecaptcha-badge { display : none!important; }


/*COMPLIANZ COOKIES*/
#cmplz-manage-consent .cmplz-manage-consent {
    bottom: 30px !important;
    left: 30px !important;
    border-radius: 100% !important;
    color: #b266ff !important;/*CHANGER LA COULEUR*/
    background: #b266ff !important;/*CHANGER LA COULEUR*/
    padding: 15px 15px 15px 15px !important;
    min-width: unset !important;
    width: 45px;
    height: 45px !important;
    padding: 0 !important;
    background-image: url(/wp-content/uploads/2026/01/cookie.png) !important;/*CHANGER L'URL*/
    background-position: center;
    background-repeat: no-repeat !important;
}



/*HEADER*/

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* État après scroll */
header.is-scrolled {
  background-color: #ffffff!important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}


/*span.gris{
    color: #8e8787;
}*/

.accent-theme-color{
    color: var(--e-global-color-secondary)!important;
}


.logo--dark {
  opacity: 0;
  position: absolute;
}

header.is-scrolled .logo--dark {
  opacity: 1!important;
}

header.is-scrolled .logo--light {
  opacity: 0;
}


/* CSS */
.hero-scroll {
  position: relative;
  /* ... tes autres styles ... */
}

#content {
  /* On protège le contenu en dessous */
  position: relative;
  background: white;           /* ou ta couleur de fond */
}

/* ← C’est la ligne magique ↓ */
.hero-scroll::after {
  content: "";
  display: block;
  height: 1000px;           /* même valeur que ton SCROLL_DISTANCE */
  /* ou encore mieux : calc(var(--scroll-distance, 1000px)) si tu utilises des variables */
}


.elementor-widget-off-canvas.is-open ~ .menu-favicon {
    opacity: 1!important;
    visibility: visible;
    z-index: 999999999999999;
}

.elementor-widget-off-canvas.is-open ~ .logo--light {
    opacity: 0;
    visibility: hidden;
}


.menu-favicon {
    position: fixed; /* ou absolute si dans un conteneur */
    top: 12px;       /* adapte */
    left: 54px;
    opacity: 0;
    visibility: hidden;
    z-index: 99999999;
}






/*bloc gradient*/
.gradient {
	background: linear-gradient(-45deg, #000, #15032c, #000, #b266ff);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/*burger offcanvas*/
/* Base du burger */
.burger {
  width: 32px;
  height: 24px;
  position: relative;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}

.burger span {
  display: block;
  height: 3px;
  width: 100%;
  border-radius: 3px;
  transition: all 0.35s cubic-bezier(0.65, 0.1, 0.35, 1.5);
  transform-origin: center;
}

/* Par défaut (header NON scrolled) → blanc */
.burger span {
  background: #ffffff;
}

/* Quand header scrolled → noir (seulement si PAS ouvert) */
header.is-scrolled .burger span {
  background: #000000;
}

/* Quand menu ouvert → TOUJOURS blanc, avec priorité maximale */
.burger.active span {
  background: #ffffff !important;
}

header.is-scrolled .burger.active span {
  background: #ffffff !important;
}

/* Transformations en croix (inchangées) */
.burger.active span:nth-child(1) {
  transform: translateY(10.5px) rotate(45deg);
}

.burger.active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0.1);
}

.burger.active span:nth-child(3) {
  transform: translateY(-10.5px) rotate(-45deg);
}





.surbrillance { 
  background-image: linear-gradient(#b266ff, #b266ff);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  padding: 4px 13px;
  color: #000; 
  text-decoration: none;
  font-weight: 600;
  line-height:130px;

  animation: bgGrow 2s ease forwards;
  animation-delay: 0.5s;
}

.surbrillance-thick { 
  background-image: linear-gradient(#b266ff, #b266ff);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  padding: 0px 4px;
  color: #000; 
  text-decoration: none;
  font-weight: 600;
 
  animation: bgGrow 2s ease forwards;
  animation-delay: 0.5s;
}

@keyframes bgGrow {
  from {
    background-size: 0% 100%;
  }
  to {
    background-size: 100% 100%;
  }
}


.small-hone-2{
	  font-size: 40px;
    line-height: 59px !important;
    display: flex;
    justify-content: center;
}


.quote p{
 font-size: 120px !important;
    line-height: 0 !important;
    color: var(--impaakt-theme-color)!important;
        font-family: 'Krona One';
}


.focus-in-expand-fwd {
	-webkit-animation: focus-in-expand-fwd 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: focus-in-expand-fwd 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


ul {
    margin-bottom: 15px;
    margin-top: 7px;
}

@-webkit-keyframes focus-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-800px);
            transform: translateZ(-800px);
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes focus-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-800px);
            transform: translateZ(-800px);
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}




/* CLIENTS */
.client img{
    filter: grayscale(100%) contrast(180%)!important;
    transition: filter 0.8s ease!important;
}
  
.client-cel.random-color .client img{
    filter: none!important;
    transition: filter 0.8s ease!important;
    animation: tada 2s;
}

.client-cel:hover .client img {
    filter: none!important;
}


@keyframes tada {
    0% {transform: scale(1);} 
    10%, 20% {transform: scale(0.9) rotate(-3deg);} 
    30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);} 
    40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);} 
    100% {transform: scale(1) rotate(0);} 
}


.client-slider .elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image, .client-slider .elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image {
    width: 60%;
}


.short-article .elementor-icon {
  border: 2px solid var(--e-global-color-secondary);
}

.short-article:hover .elementor-icon {
    background-color: transparent!important;
    border: 2px solid var(--e-global-color-secondary);
}

.short-article:hover .elementor-icon path{
    fill: var(--e-global-color-secondary);
}






/*scroll header*/
/* Désactiver le positionnement absolute/fixed de .hero-text dans l’éditeur Elementor */
.elementor-editor-active .hero-text {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
}


.hero-scroll {
  position: relative;
}

canvas {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


.hero-text {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 2;
  pointer-events: none;
  opacity: 1;
  width:100%;
}




/*solutions*/

.solution img {
  transition: transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.solution:hover img {
  transform: scale(1.05);
}


.highlight {
  background-image: linear-gradient(
    #dbdbdb,
    #dbdbdb
  );
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.4s ease;
  padding: 4px 4px;
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

/* Surlignage au survol */
a.highlight:hover {
  background-size: 100% 100%;
}

/* Option : légère mise en valeur du texte au hover */
a.highlight:hover {
  font-weight: 700;
}

/* Cas spécifique single post si nécessaire */
.single-post a strong.highlight:hover {
  background-size: 100% 100%;
}


b, strong {
    font-weight: 700;
}

/*ARTICLES BLOG*/

.single-post .content p, .single-glossary p {
  text-align: justify;
}

.single-post .content h2, .single-glossary h2{
  margin-top: 50px;
}

.single-post .content h3, .single-post .content h4, .single-glossary h3, .single-glossary h4 {
  margin-top: 30px;
}

.single-post .content ol, .single-post .content ul, .single-glossary ol, .single-glossary ul {
  margin-bottom: 20px;
}

/*CTA*/
.lire-aussi {
    border-left: 5px solid black !important;
    padding-left: 30px;
    padding-right: 30px;
	margin : 30px 0;
}

p.lire-aussi.has-background {
    text-transform: uppercase;
}

.btn-cta-black > a.wp-block-button__link.has-black-background-color.has-background.wp-element-button, .cta-image> a.wp-block-button__link{
    color: white !important;
    text-transform: uppercase;
    border: 2px solid black;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: var(--impaakt-font-secondary);
    font-size: 13px;
    background: black;
    padding: 14px 35px;
    border-radius:30px!important;
}

.btn-cta-black > a.wp-block-button__link.has-black-background-color.has-background.wp-element-button:hover, .cta-image> a.wp-block-button__link:hover {
    background: #fff !important;
    color: black !important;
    border: 2px solid black;
}

.cta-image-block{
    margin-top: -44px;
    margin-bottom: 55px;
    text-align: center;
}

.single-post .wp-block-image img, .single-glossary .wp-block-image img {
    border-radius: 15px!important;
}


.single-post .content figure, .single-glossary .wp-block-image img{
  margin-top: 40px;
}

.single-glossary .wp-block-image img, .single-glossary .wp-block-image a{
    width: 100%!important;
}


.single-post .is-layout-constrained > .aligncenter, .single-glossary .aligncenter {
    margin-left: 0 !important;
    margin-right: 0 !important;
    min-width: 100% !important;
}


/*glossaire*/
.cmtt-backlink.cmtt-backlink-top{
    display: none;
}


.ln-letter-count{
  display:none!important;
}

.ln-letters a:hover {
    margin-top: 0px!important;
    padding-top: 2px!important;
}

.ln-letters a{
  border:none!important;
  font-size: 14pt!important;
      font-weight: 600!important;
}

.cm-glossary .listNav .ln-letters{
  display:flex;
  justify-content: space-between;
}


.glossaryLinkMain span{
      font-size: 16px;
    font-weight: 500;
}


.glossaryList li {
    margin-top: 15px;
}

.ln-letters a:hover, .ln-letters a.ln-selected{
    background-color: var(--e-global-color-secondary)!important;
}

.cm-glossary li:hover span{
  color: var(--e-global-color-secondary);
}

td {
    font-size: var(--e-global-typography-text-font-size)!important;
}


/*curseur*/


#custom-cursor {
    position: absolute;
    z-index: 99999;
    width: 75px;
    height: 75px;
    background-color: transparent;
    border: 1px solid rgb(219 219 219);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: width 0.2s ease, height 0.2s ease, left 0.1s ease, top 0.1s ease;
}



/*COULEURS LISTES*/

.point-rose li::marker {
    color: var(--e-global-color-ab0551c) !important;
}

.point-turquoise li::marker {
    color: var(--e-global-color-4329a5c) !important;
}

.point-turquoise li::marker {
    color: var(--e-global-color-4329a5c) !important;
}

.point-vert li::marker {
    color: var(--e-global-color-d2647e7) !important;
}

.point-bleu li::marker {
    color: var(--e-global-color-0febdce) !important;
}

.point-gold li::marker {
    color: var(--e-global-color-6298463) !important;
}

.point-rouge li::marker {
    color: var(--e-global-color-edb98c5) !important;
}

.point-orange li::marker {
    color: var(--e-global-color-c502e9d) !important;
}

.point-violet li::marker {
    color: var(--e-global-color-ac44127) !important;
}

.point-bleu li::marker {
    color: #0B2FC5 !important;
}






/*CONTACT*/


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

div#short-contact-form p:nth-child(1),
div#short-contact-form p:nth-child(3) {
	margin-right: 3%;
}

input[type="email"],
input[type="text"],
select,
textarea,
input[type="tel"] {
	width: 100%;
	border:none;
	background-color:transparent;
	border-bottom: 1px solid #bdbdbd;
	border-radius:0;
    transition: all .3s;
	font-weight: 300;
	padding: 15px;
    margin-bottom: 20px;
	outline : none;
	font-size : 14.5px;
	font-family : var(--e-global-typography-text-font-family);
}

input[type="email"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus,
input[type="tel"]:focus {
	border-bottom: 1px solid black !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: black;
    border: solid 2px black !important;
    letter-spacing: 2px;
    font-size: 12px;
    border-radius: 30px;
    color:#fff;
    font-family:var(--e-global-typography-42d2068-font-family);
    font-size : var(--e-global-typography-42d2068-font-size);
    text-transform: uppercase;
    margin-top: 35px;
}

input.wpcf7-form-control.wpcf7-submit:hover {
	background-color: transparent !important;
	border: solid 2px black !important;
	color: black !important;
}



.contact-form--cta .colonne-email, .contact-form--cta .colonne-tel {
  width:47%
}

.contact-form--cta{
    display: flex;
    justify-content: space-between;
}

.message-form-cta textarea {
    height: 95px!important;
}

.contact-form--cta input[type="email"], .contact-form--cta input[type="text"], .contact-form--cta select, .message-form-cta textarea, .contact-form--cta input[type="tel"], form .wpcf7-list-item-label{
  font-size:13px!important;
}

.contact-form--cta input[type="email"], .contact-form--cta input[type="text"], .contact-form--cta select, .message-form-cta textarea, .contact-form--cta input[type="tel"]{
  border-bottom: 1px solid var(--e-global-color-secondary)!important;
}




/*curseur remonter la page*/

#backToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #000;
  border: none;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#backToTop.visible {
  opacity: 1;
  pointer-events: auto;
}

/* Texte circulaire */
.circle-text {
  position: absolute;
  inset: -18px;
  width: calc(100% + 36px);
  height: calc(100% + 36px);
  fill: #fff;
}

.circle-text text {
  font-size: 18px;
  letter-spacing: 6px;
  text-transform: uppercase;
  word-spacing: 23px;
} 

.circle-text textPath{
      mix-blend-mode: difference!important;
}


/* Flèche centrale */
.arrow {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
}



.circle-text {
  animation: rotate 12s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}




/*tableau*/

.tablepress>:where(thead,tfoot)>*>th {
	background-color: black !important;
    color: white !important;
}

.tablepress>:not(caption)>*>* {
	padding: 20px 30px !important;
	line-height: 20px;
	font-size: 15px;
}

tr td {
    background-color: transparent !important;
}

table td, table th{
  border-bottom: 1px solid hsla(0, 0%, 50%, .502)!important;
  border-left: none!important;
  border-right: none
}

.tableau{
      overflow: scroll;
}



.lien-footer a{
  color:#fff;
}

.lien-footer a:hover{
  color:#000!important;
}

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

@media screen and (max-width: 1024px) {
  
  #custom-cursor{
    display:none;
  }

}


@media screen and (max-width: 878px) {
  
  #short-contact-form p:nth-child(1),
  #short-contact-form p:nth-child(2),
  #short-contact-form p:nth-child(3),
  #short-contact-form p:nth-child(4) {
    width: 100%;
    display: block;
    margin-right: 0!important;
  }
  
  .contact-form--cta {
    display: block;
  }
  
  .contact-form--cta .colonne-email, .contact-form--cta .colonne-tel {
    width: 100%;
  }

  .small-hone-2{
    font-size: 34px;
    line-height: 14px !important;
    display: flex;
    justify-content: center;
}

.cm-glossary .listNav .ln-letters {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.in-letter a {
  padding:6px 16px!important;
}
  
}

@media screen and (max-width: 767px){
  .small-hone-2 {
          font-size: 28px;
          line-height: 0px !important;
          display: flex;
          justify-content: center;
  }

  .hero-text h1, .surbrillance {
        line-height: 61px!important;
  }

  .small-hone-2{
line-height:58px!important;
  }

  .menu-favicon {
    position: fixed; /* ou absolute si dans un conteneur */
    top: 12px;       /* adapte */
    left: 34px;
    opacity: 0;
    visibility: hidden;
    z-index: 99999999;
}

}
    