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

body {
  overflow-x: hidden;
}
.elementor-element.slideInUp {
  animation-name: slideUp;
}

p {
  margin: 0px !important;
}

.highlight-texte strong {
    color: white!important;
}

.text-strong strong {
  font-weight: 500;
}


.btn-icon .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center;
  align-items: center;
}

.btn-icon .elementor-button-icon svg {
  height: auto;
  width: 28px;
}

.btn-icon span {
  transition: ease-in-out 200ms opacity;
}

.btn-icon a:hover span {
  opacity: 0.9;
}

/*------------------------- Carousel Savoir faire  -------------------------*/

.competence-coursel .uc_classic_carousel_content {
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  padding: 20px 10px 0px 10px !important;
  justify-content: space-between !important;
  align-items: start;
}
.competence-coursel .ue_button a::before {
  display: block !important;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translate(-50%);
  background-image: url(https://logia.moellonvert.com/wp-content/uploads/2025/05/Group-8270-1.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "" !important;
  height: 28px;
  width: 28px;
}

.ue_button {
  	position: absolute;
  	order: 2;
  	right: 20px;
	height: 20px;
  	width: 20px;
}
.competence-coursel .card_carousel_title {
  width: fit-content !important;
max-width:275px;
  text-align: start;
  order: 1;
}

.competence-coursel h3.card_carousel_title {
  	position: relative;
	margin-bottom: 8px;
}

.competence-coursel h3.card_carousel_title::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: var(--e-global-color-secondary);

}

.competence-coursel .card_carousel_text {
  text-align: start;
  order: 3;
  width: 100%;
}

.competence-coursel .owl-item:nth-child(1) .ue-carousel-item img,
.competence-coursel .owl-item:nth-child(4) .ue-carousel-item img, .competence-coursel .owl-item:nth-child(7) .ue-carousel-item img {
  border-radius: 0px !important;
}

.competence-coursel .owl-stage-outer {
  overflow: visible !important;
}

/*--------------- Barre du bas titre  -------------------------*/

@media all and (min-width: 1024px){  
	.soulignage {
	  display: inline-block;
	  position: relative;
	}
	.soulignage::after {
	  content: "";
	  position: absolute;
	  width: 100vw;
	  height: 3px;
	  bottom: -10px;
	  right: 0;
	  background-color: var(--e-global-color-secondary);
	}

}

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

	.soulignageMobile::after {
	  content: "";
	  position: absolute;
	  width: 100vw;
	  height: 3px;
	  bottom: -10px;
	  right: 0;
	  background-color: var(--e-global-color-secondary);
	}
}


.titleLeftPresta:after{
content: "";
  position: absolute;
  width: 110%;
  height: 3px;
  bottom: -11px;
  left: -60%;
  background-color: var(--e-global-color-secondary);
}

@media all and (max-width:1024px){
    .titleLeftPresta:after{
content: "";
  position: absolute;
  width: 105%;
  height: 3px;
  bottom: -11px;
  left: -70%;
  background-color: var(--e-global-color-secondary);
}
}

@media all and (max-width:767px){
    .titleLeftPresta:after{
content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -11px;
  left: -70%;
  background-color: var(--e-global-color-secondary);
}
}


.titleRightInverse::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 3px;
  bottom: -13px;
  left: -30px;
  background-color: var(--e-global-color-secondary);
}

@media all and (max-width: 1024px) {
  .titleRightInverse::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 3px;
	left:unset;
    bottom: -13px;
    right: -10px;
    background-color: var(--e-global-color-secondary)!important;
  }
}

.titleLeft::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 3px;
  bottom: -13px;
  right: -30px;
  background-color: var(--e-global-color-secondary);
}

.titleRight::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 3px;
  bottom: -13px;
  left: -30px;
  background-color: var(--e-global-color-secondary);
}

@media all and (max-width: 1024px) {
  .titleLeft::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 3px;
    bottom: -13px;
    right: -10px !important;
    background-color: var(--e-global-color-secondary)!important;
  }

  .titleRight::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 3px;
    bottom: -13px;
    left: -10px !important;
    background-color: var(--e-global-color-secondary);
  }
}

.titleLeft.short::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 3px;
  right: 0px !important;
  background-color: var(--e-global-color-secondary);
}

.titleRight.short::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 3px;
  bottom: -13px;
  left: 0px !important;
  background-color: var(--e-global-color-secondary);
}

.darkgreen::after {
  background-color: #25932c !important;
}

@media all and (min-width: 1024px){  
	.titleLeft.LowerLine::after {
	  bottom: -30px!important;
	}
}

/* ------------------ FIN ------------------ */

.text-strong strong {
  font-weight: 500;
}

/* Timeline prestations */

@media all and (min-width: 767px) {
  .timelinePrestations .owl-stage .owl-item:nth-child(odd)::after,
  .timelinePrestations .owl-stage .owl-item:nth-child(even)::before {
    content: "";
    display: block;
    height: 220px;
    width: 100%;
  }

  .timelinePrestations .owl-item:nth-child(odd) .ue-carousel-item {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media all and (min-width: 1024px) {
  .timelinePrestations .owl-stage .owl-item:nth-child(odd)::after,
  .timelinePrestations .owl-stage .owl-item:nth-child(even)::before {
    content: "";
    display: block;
    height: 205px;
    width: 100%;
  }
}

.timelinePrestations .ue-carousel-item {
  overflow: visible !important;
}

.timelinePrestations .owl-stage .owl-item:nth-child(even) i {
  display: none;
}

.timelinePrestations .owl-stage .owl-item .ue-item-bullet-line:first-child {
  display: none;
}

.timelinePrestations .ue-carousel-item-holder {
  padding-left: 9px;
}

.timelinePrestations .owl-stage-outer {
  overflow: visible !important;
}

.timelinePrestations .owl-stage .owl-item:nth-child(even) .ue-carousel-content {
  padding-top: 30px;
}

@media all and (max-width: 767px) {
  .timelinePrestations
    .owl-stage
    .owl-item:nth-child(odd)
    .ue-carousel-content {
    padding-top: 30px;
  }
}

.timelinePrestations .owl-stage .owl-item:last-child::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 2px;
  top: 50%;
  background-color: var(--e-global-color-secondary);
  right: 0;
  transform: translate(100%, -50%);
}

@media all and (max-width: 767px) {
  .timelinePrestations .owl-stage .owl-item:last-child::after {
    top: 10px;
    transform: translate(100%, -50%);
  }
}

/*BEFORE DASHED CONTENT*/

.timelinePrestations .ue-carousel-content {
  position: relative;
}

.timelinePrestations .ue-carousel-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-style: dashed;
  border-width: 0px 0px 0px 2px;
  border-color: #89af8d52;
}

.timelinePrestations .owl-item:nth-child(odd) .ue-carousel-content::before {
  height: 150px;
  top: unset;
  bottom: 0;
}

.timelinePrestations .owl-item:nth-child(even) .ue-carousel-content::before {
  height: 35px;
}

@media all and (max-width: 767px) {
  .timelinePrestations .owl-item:nth-child(odd) .ue-carousel-content::before {
    height: 35px;
    bottom: unset;
    top: 0;
  }
}

/*COUNTER*/

.timelineNumbers {
  counter-reset: listCount;
}

.timelineNumbers .ue-carousel-content {
  position: relative !important;
  counter-increment: listCount;
  user-select: none;
}

.timelineNumbers .ue-item-title a {
  position: relative;
}

.timelineNumbers .ue-item-title a::before {
  content: counter(listCount);
  position: absolute;
  color: #fff;
  font-family: "Montserrat Ace";
  font-size: 40px;
  line-height: 40px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  left: -20px;
  top: -8px;
  transform: translateX(-100%);
}


.animated .titleLeft:not(.projet-title)::after {
    right: 300%;
    animation: expandWidth 0.8s forwards; 
    animation-delay: 400ms;
}

 .animated .titleLeft.presta::after {
     right: 300%;
    animation: expandWidthPresta 0.8s forwards; 
    animation-delay: 400ms;
}


@keyframes expandWidthPresta {
    from {
        right: 300%;
    }
    to {
        right:  50%;
    }
} 





@keyframes expandWidth {
    from {
        right: 300%;
    }
    to {
        right:  -30px;
    }
}


.animated .titleRight:not(.projet-title)::after {
    left: 300%;
    animation: expandWidthLeft 0.8s forwards; 
    animation-delay: 400ms;
}

@keyframes expandWidthLeft {
    from {
        left: 300%;
    }
    to {
        left:  -30px;
    }

}


@media all and (min-width: 1024px) {
   .animated .titleRightInverse::after {
          left: 300%;
        animation: expandWidthLeft 0.8s forwards; 
        animation-delay: 400ms;
   }
}

@media all and (max-width: 1024px) {
     .animated .titleRightInverse::after {
        right: 300%;
        animation: expandWidth 0.8s forwards; 
        animation-delay: 400ms;
   }
}


