/* 
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 */
/************************STYLE DEFAULT WEBSITE*********************/
*{
	outline: none;
} 
a:focus {
	outline: none;
}
ul.list-default{
	margin: 0;
}
.elementor-widget-text-editor p:last-child{ 
	margin-bottom:0px;
}
div.wrapper-icon div.elementor-icon-wrapper {
	display: flex;
}
section.splide button.splide__arrow--prev {
    display: none;
    opacity: 1;
    left: -2.8rem;
    border-radius: 0;
    background-color: #FFF;
    font-size: 22px;
}
section.splide button.splide__arrow--next {
    right: -2.8rem;
    opacity: 1;
    background-color: #FFF;
    border-radius: 0;
    display: none;
    font-size: 22px;
}
section.splide ul.splide__pagination {
    position: relative;
    padding: 0;
    margin-top: 1rem;
}
.splide__pagination__page.is-active {
    background: #000000 !important;
    transform: scale(1) !important;
}
section.splide ul.splide__pagination button.splide__pagination__page {
    background-color: #979797 !important;
    display: flex;
    height: 10px;
    width: 10px;
    transform: scale(1) !important;
}
/*****************************HOME*************************************/
.img-deco {
    filter: drop-shadow(8px 14px 0px #9E0000);
}
.img-deco img {
    clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
}
.marquee {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 4rem;
    background-color: #990000; 
}
.marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4rem;
    min-width: 100%;
    animation: scroll 25s linear infinite reverse;
}
.marquee__group span {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    white-space: nowrap;
    font-family: "HankenGrotesk", sans-serif;
    font-style: italic;
    display: flex;
    align-items: center;
    gap: 4rem;
}
.marquee__group span::after {
	content: "•";
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - 2rem));
    }
}
div.ftlinks ul li.elementor-icon-list-item a{
	color: #170302;
}
/*******************************ZONE***********************************/
iframe.map-custom {
    height: 740px;
}
.card-shadow{
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
}
/*****************************CONTACT FORM*****************************/
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.contact-form .card-form {
    display: flex;
    gap: 20px;
}
.contact-form .form-col {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 50%;
}
.contact-form label {
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: 0.507px;
    font-weight: 400;
}
.contact-form .box-form {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.contact-form input.card-input, .contact-form select.card-select, .contact-form textarea.card-message {
    padding: 18px 16px;
    background-color: #FFF;
    border: 2px solid #5E3F3A;
}
/*.contact-form input.card-input::placeholder, .contact-form select.card-select::placeholder, .contact-form textarea.card-message::placeholder {
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.507px;
    font-weight: 400;
    color: #54575C;
}*/
.contact-form textarea.card-message {
	height: 128px;
	resize: none;
}
.btn-form button.btn-send {
    width: 100%;
    background-color: #BC0000;
    border: 1px solid #BC0000;
    border-radius: 4px;
    color: #FFF;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
}
.btn-form button.btn-send:hover {
	background-color: #9E0000;
}
footer.elementor-slideshow__footer .elementor-slideshow__title {
    display: none;
}



/************* PAGE SERVICE EXCAVATION *********/


.service-item p {
  display: flex;
  align-items: center;
  padding-left: 42px;
  position: relative;
}

/* Vertical bar */
.service-item p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  background: #9E0000;
}

/* Horizontal dash */
.service-item p::after {
  content: '';
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background: #9E0000;
}

.section-residential {
  position: relative;
}

/* number "01" */
.bg-number {
  position: absolute !important;
  right: 190px;
  top: 30%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0;
}

/* number 02 */
.bg-number-02 {
  opacity: 0.5;
}
.subtitle-line p::before,
.subtitle-line .elementor-heading-title::before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #BC0000;
  margin-bottom: 12px;
}

.banner-cta {
  border-left: 3px solid #BC0000;
  padding-left: 20px;
}

/**SLIDER SERVICES***/

.slider-services .swiper-slide img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.slider-services .swiper-slide {
  border-right: 3px solid #9E0000;
  border-bottom: 3px solid #9E0000;
  position: relative;
  background: #000;
}

.slider-services .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  pointer-events: none;
}

/**RESPONSIVE PAGE EXCAVATION**/

@media (min-width: 768px) and (max-width: 1024px) {
  .bg-number {
    right: 20px !important;
    top: 60px !important;
    transform: none !important;
    font-size: 100px !important;
    line-height: 100px !important;
  }
}	


@media (max-width: 767px) {
  .bg-number {
    right: 20px !important;
    top: 40px !important;
    transform: none !important;
    font-size: 80px !important;
    line-height: 80px !important;
  }
}
/* Slider responsive */
@media (max-width: 767px) {
  .slider-services .swiper-slide img {
    height: 200px;
    width: 100%;
    object-fit: cover;
  }

  .slider-services .swiper-slide {
    border-right: 2px solid #9E0000;
    border-bottom: 2px solid #9E0000;
  }

  .slider-services {
    width: auto !important;
    margin-left: auto !important;
    padding: 0 20px !important;
  }
}


/**PAGE SERVICE DE DENEIGEMENT**/
.img-red-line img {
  border-top: 3px solid #9E0000;
}


/*PAGE SERVICE CARRIERES**/

.img-match-cards img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-match-cards img {
  border-right: 3px solid #9E0000;
  border-bottom: 3px solid #9E0000;
}

.bg-number-03 {
  top: 15% !important;
}

@media (max-width: 767px) {
  .bg-number-03 {
    top: 40px !important;
  }
}

/*PAGE PAVAGE*/
.img-pavage img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}



/******************************************************************/
/* # Media Queries (mobile-first)
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 545px) {}
@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 993px) {}
@media only screen and (min-width: 1025px) {
	.box-travail .e-con-inner {
		overflow: hidden;
	}
	.slider-new .e-n-carousel.swiper {
		overflow: visible;
	}
	.slider-new .swiper-slide {
		position: relative; 
		overflow: hidden;   
		transform: scale(1) !important; 
		transition: transform 0.5s ease, box-shadow 0.5s ease !important;
		z-index: 1; 
		opacity: 1 !important; 
	}
	.slider-new .swiper-slide::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5); 
		transition: background-color 0.5s ease; 
		z-index: 10; 
		pointer-events: none; 
	}
	.slider-new .swiper-slide.swiper-slide-active {
		transform: scale(1.1) !important; 
		z-index: 20 !important; 
		box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15); 
	}
	.slider-new .swiper-slide.swiper-slide-active::after {
		background-color: rgba(0, 0, 0, 0); 
	}
}
@media only screen and (min-width: 1200px) {}
@media only screen and (min-width: 1300px) {
	/************************STYLE DEFAULT WEBSITE*********************/
	section.splide button.splide__arrow--prev,
	section.splide button.splide__arrow--next {
        display: block;
    }
}


/* # Media Queries (mobile-second)
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1159px) {}
@media only screen and (max-width: 1024px) {}
@media only screen and (max-width: 992px) {}
@media only screen and (max-width: 767px) {
	iframe.map-custom {
    	height: 450px;
	}
	.slider-mob .elementor-widget-container a {
    	width: 100%;
	}
}
@media only screen and (max-width: 544px) {
	.contact-form .card-form {
		flex-direction: column;
	}
	.contact-form .form-col{
		width: 100%;
	}
	.tlt-overflow h1 {
    	line-break: anywhere;
	}
}