/*



Theme Name: techwood



Theme URI: http://techwood.local/ 



Description: Thème enfant d'Astra pour techwood



Author: Dev Roofline



Author URI: http://techwood.local/



Template: astra 



Version: 1.0.0



*/



/* Styles personnalisés du thème enfant */



html, body {

    overflow-x: hidden;
    scroll-padding-top: 100px;
}



.card:hover h3 > span.title-card{

    color: #BCCD00 !important;

}



.card {

    text-decoration: none !important;

}


.elementor-post__title > a {
  text-decoration: unset !important;
}


/*----------------- Header -------------------- */

#header{

background: rgba(255, 255, 255, 0.35);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(18.8px);
-webkit-backdrop-filter: blur(13.8px);
}




.surlignage-progressif {

  position: relative;

  display: inline-block;

  color: inherit;

  text-decoration: none;

}



.surlignage-progressif:hover{

    color: #BCCD00 !important;

}



.surlignage-progressif::after {

  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  height: 1px;

  width: 0;

  background-color: #BCCD00;

  transition: width 0.3s ease;

}



.surlignage-progressif:hover::after {

  width: 100%;

}



.hfe-menu-item:hover{

    transition: transform 0.3s ease;

}



.hfe-menu-item:hover{

    transform: translateY(2px);

}


#menu-1-fee42c3 > li > div {
    margin-left: -826px;
}

.wpr-sub-mega-menu{
    border-radius: 0px 0px 24px 24px !important;
}



/*----------------- Formulaire-------------------- */



input::placeholder,

textarea::placeholder {

    text-transform: uppercase !important;

}



input,

textarea {

    text-transform: lowercase !important;

}







/*----------------- Carrousel Card-------------------- */



.card:hover h3 > span.title-card{

    color: #BCCD00 !important;

}



.card {

    text-decoration: none !important;

}





/*----------------- Compteur-------------------- */



.elementor-counter-title{

    text-align: center !important;

}





 .number-container{

  border-radius: 50%;

  transition: transform 0.6s ease;

}



/*----------------- Rotation container nombre-------------------- */



.number-container {

  position: relative;

  overflow: hidden;

}



/* Fond tournant en continu */

.number-container::before {

  content: "";

  position: absolute;

  background: conic-gradient(

    from 0deg,

   #FDFDFD,

    #BCCD00,

     #FDFDFD

  );

  animation: rotateGradient 4s linear infinite;

}





/* Animation rotation */

@keyframes rotateGradient {

  0% {

    transform: rotate(0deg);

  }

  100% {

    transform: rotate(360deg);

  }

}



.number1::before {

  animation-delay: 0s;

}

.number2::before {

  animation-delay: 1s;

}

.number3::before {

  animation-delay: 2s;

}

.number4::before {

  animation-delay: 3s;

}

.number5::before {

  animation-delay: 5s;

}



/*Line entre les container */


.line {
  position: absolute;
  height: 2px;
  background-color: #BCCD00; /* ou la couleur souhaitée */
  transform-origin: left center;
  transform: scaleX(0);
   opacity: 0;
transition: transform 0.8s ease-out, opacity 0.3s;
  z-index:-1;
}

.line.visible {
  opacity: 1;
}






/*----------------- Faq-------------------- */

.faq-box {

  margin-bottom: 5px;

  cursor: pointer;

  transition: background 1s ease;

  position: relative;

}



.question{

		padding: 20px 0px; 

}



.question > h3{

	color: #051C3B ;

	font-size : 18px; 

	margin-bottom: 0px;

}



.answer {

    font-family: "Quickstand", sans-serif;

	  font-size: 14px;

	  color: #434F5D;

		font-weight : 400 ;

		color: #6E6E59;

		width : 80%;

	padding-left: 35px;

}



.faq-box .question {

  display: flex;

  align-items: center;

  gap: 12px;

}



.faq-box .answer {

  max-height: 0;

  overflow: hidden;

  opacity: 0;

  transition: max-height 0.5s ease, opacity 0.4s ease;

  padding-top: 0;

}



.faq-box.open .answer {

  max-height: 1500px;

  opacity: 1;

  padding-top: 10px;

}



.faq-icon{

    width: 25px;

}



hr{

    background-color: #BCCD00 !important;

    height: 2px;

}



/*-----------------Carrousel circulaire -------------------- */



.carrousel {

  display: flex;

  height: 600px;

  justify-content: center;

  align-items: center;

  overflow: visible;

  perspective: 1000px;

  gap: 0px;

}





.carte-interactive {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-10%) scale(0.8);
  filter: blur(2px);
  opacity: 0.4;
  z-index: 1;
  transition: all 0.6s ease;
  cursor: pointer;
}

.carte-bleu,.carte-verte{
  width: 500px;
}

.carte-verte {
  height: 520px;
}

.carte-bleu {
  height: 500px;
}

.carte-notre-histoire{
    height: 530px ;
    width: 1000px ;
}

.carte-toulouse {
    height: 560px !important;
}


.carte-interactive.center {

  transform: translateX(-50%) scale(1.0);

  filter: none;

  opacity: 0.9;

  z-index: 10;

 background-color: #fff;

  box-shadow: 0 20px 40px rgba(0,0,0,0.2); 

}



.carte-interactive.left {

  transform: translateX(-110%) scale(0.9);

  opacity: 0.6;

  z-index: 5;

}



.carte-interactive.right {

  transform: translateX(10%) scale(0.9);

  opacity: 0.7;

  z-index: 5;

}



.carte-interactive.hidden {

  opacity: 0;

  pointer-events: none;

}

/*Point carrousel */
.carrousel-indicators {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.indicator-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: background-color 0.3s;
}

.dots-blue {
  background-color: #E2EEFF
}

.dots-blue.active {
  background-color: #004AAD
}

.dots-green{
   background-color: #F9FFB6;
}

.dots-green.active{
   background-color: #BCCD00;
}




/*----------------- Effet zoom sur les card au clic -------------------- */



.zoom-container {

  transition: all 0.4s ease;

  cursor: pointer;

  position: relative;

  z-index: 1;

}



.zoom-container.active {

  transform: scale(1.1);

  z-index: 10;

}



.zoom-container.inactive {

  filter: blur(2px);

  opacity: 0.5;

  z-index: 0;

}







/*------------------------------- Responsive -------------------------------------- */

@media (max-width: 1360px ){
    #menu-1-7140935 > li > a {
      padding-left: 10px;
      padding-right: 10px;
    }
}

@media (max-width: 1250px ){
    #header {
      padding: 10px 20px;
    }
}

@media (max-width: 1190px ) and (min-width: 1024px){
    #header > div.elementor-element.elementor-element-e29ce2d.elementor-widget-mobile__width-initial.elementor-widget.elementor-widget-image {
      width: 30%;
  }
  #menu-1-fee42c3 > li > div {
    margin-top: -5px !important;
}
}

@media (max-width: 1160px ){
    .carte-notre-histoire{
      width: 900px !important;
    }
}

@media (max-width: 1115px ) {

    .title-card {

        font-size: 14px !important;

    }

}

@media (max-width: 1100px ){
    #menu-1-7140935 > li > a {
      font-size: 14px;
    }
}



@media (max-width: 1024px ) {

    .question > h3{

        font-size: 16px;

    }

    .faq-icon{

        width: 20px;

    }

    .carte-interactive.right {

        transform: translateX(0%) scale(0.9);

    }

    .carte-interactive.left {

        transform: translateX(-100%) scale(0.9);

    }

    .carte-interactive {

        width: 400px;

        height:600px;

    }

    .carte-notre-histoire{
      height: 550px !important;
      width: 850px !important;
    }
    
    .carte-toulouse {
    width: 470px !important;
}
}

@media (max-width: 900px) and (min-width: 768px){
    .carte-notre-histoire{
      width: 750px !important;
      height: 580px !important;
    }
}

@media (max-width: 930px) and (min-width: 768px) {
    #post-19 > div > div > div.elementor-element.elementor-element-1b9e476.e-con-full.e-flex.e-con.e-parent.e-lazyloaded > div > div > div.elementor-element.elementor-element-9b36469.e-con-full.e-flex.e-con.e-child {
      width: 100% !important;
    }

}


@media (max-width: 850px ) {

    #post-15 > div > div > div.elementor-element.elementor-element-0d505e3.e-con-full.e-flex.e-con.e-parent.e-lazyloaded > div > div > div.elementor-element.elementor-element-87796c4.e-con-full.e-flex.e-con.e-child > div.elementor-element.elementor-element-ea3bf62.e-con-full.e-flex.e-con.e-child > div.elementor-element.elementor-element-03d7439.e-con-full.e-flex.e-con.e-child,#post-15 > div > div > div.elementor-element.elementor-element-0d505e3.e-con-full.e-flex.e-con.e-parent.e-lazyloaded > div > div > div.elementor-element.elementor-element-87796c4.e-con-full.e-flex.e-con.e-child > div.elementor-element.elementor-element-df4ad30.e-con-full.e-flex.e-con.e-child > div.elementor-element.elementor-element-0283182.e-con-full.e-flex.e-con.e-child{

        width: 500px !important;

    }

    .w-100 {

      width: 100% !important ;

    }

}



@media (max-width:768px ) {

    .faq-icon{

        min-width: 15px;

        width: 15px;

    }

    .answer{

      width: 100%;

      padding-left: 0px;

    }

   
    .carte-interactive {
        width: 300px;
    }
    
    .carte-verte, .carte-bleu {
        height: 550px;
        padding-top: 20px;
    }

    .carte-notre-histoire {
        width: 90% !important;
        height: 770px !important;
    }

    .carrousel-notre-histoire{
      height: 780px !important;
    }

    .carrousel {

        height: 600px;

    }
    
     .carte-toulouse {
        width: 90% !important;
    }

    #post-15 > div > div > div.elementor-element.elementor-element-b98aff2.e-con-full.e-flex.e-con.e-parent.e-lazyloaded > div.elementor-element.elementor-element-e2f15fe.e-flex.e-con-boxed.e-con.e-child > div > div.elementor-element.elementor-element-7d8eb30.e-con-full.e-flex.e-con.e-child {

        border: none !important;

    }

    #post-15 > div > div > div.elementor-element.elementor-element-0d505e3.e-con-full.e-flex.e-con.e-parent.e-lazyloaded > div > div > div.elementor-element.elementor-element-87796c4.e-con-full.e-flex.e-con.e-child > div.elementor-element.elementor-element-ea3bf62.e-con-full.e-flex.e-con.e-child > div.elementor-element.elementor-element-03d7439.e-con-full.e-flex.e-con.e-child,#post-15 > div > div > div.elementor-element.elementor-element-0d505e3.e-con-full.e-flex.e-con.e-parent.e-lazyloaded > div > div > div.elementor-element.elementor-element-87796c4.e-con-full.e-flex.e-con.e-child > div.elementor-element.elementor-element-df4ad30.e-con-full.e-flex.e-con.e-child > div.elementor-element.elementor-element-0283182.e-con-full.e-flex.e-con.e-child{

        width: 100% !important;

    }

}











