/**
 * Theme Name:     Child Theme - Hello Elementor
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   child-theme-hello-elementor
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

.custom-breadcrumb{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:10px;
    font-family: 'Work Sans', sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
	color:#7d7d7d;
}
.custom-breadcrumb a{
	font-family: 'Work Sans', sans-serif !important;
    color:#7d7d7d;
    text-decoration:none;
    transition:.3s;
}

.custom-breadcrumb a:hover{
    color:#0000FD;
}

.custom-breadcrumb .current{
    color:#0000FD;
}


.info-wrapper{
	transition:all .2s ease-in-out;
}
.info-wrapper:after{
	position:absolute;
	content:'';
	width:100%;
	height:0;
	left:0;
	bottom:0;
	background:#0000FD;
	transition:all .2s ease-in-out;
	z-index: -1;
}
.info-wrapper:hover:after{
	height:100%;
}
.info-wrapper .info-arrow{
	right:40px !important;
	opacity:0;
	transition:all .2s ease-in-out;
}
.info-wrapper:hover .info-arrow{
	opacity:1;
	right:30px !important;
}
.info-wrapper:hover .elementor-icon-box-title {
    color: #fff !important;
}
.info-wrapper:hover .elementor-icon {
    filter: brightness(0) invert(1);
}
.content-slider .swiper-wrapper{
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.content-slider .swiper-slide-inner {
    display: flex;
    align-items: center;
}
.content-slider .elementor-image-carousel-caption {
    flex: 1;
}
.content-slider .swiper-slide {
    width: max-content !important;
}
.content-slider .swiper-slide-inner {
    gap: 60px;
}
.notre-col .elementor-widget-image {
    overflow: hidden;
}
.nos-col:hover img,
.notre-col:hover img {
    transform:scale(1.05);
}
.nos-col img,
.notre-col img{
	transition:all .4s ease-in-out;
}
.nos-col,
.notre-col{
	width:calc(33.33% - 20px) !important;
}
.nos-col:after{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	left:0;
	bottom:0;
	background:#0000FD;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0) 100%);
	z-index:1;
}
.espace-btn .elementor-button-content-wrapper {
    justify-content: space-between;
    align-items: center;
}
.espace-btn .elementor-button-icon svg {
    height: 20px !important;
    width: 20px !important;
}
.zoom-img .elementor-widget-container {
    overflow: hidden;
	border-radius:8px;
}
.zoom-img .elementor-widget-container img {
    transition:all 0.4s ease;
}
.zoom-img .elementor-widget-container img:hover{
	 transform:scale(1.05);
}
.fade-img-slider .swiper-slide-image {
    height: 420px;
    object-fit: cover;
}
.highlighted-title{
    font-size: 12px;
    font-style: italic;
}
.text-blue{
	color: #0000FD !important;
}
.politique-info .elementor-icon {
    width: 44px;
    height: 44px;
    background: #0000FD;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.certifie-logo:after{
	position:absolute;
	content:'';
	width:1px;
	height:100px;
	top:20px;
	right:-50px;
	background:#0000fd26;
}
.certification-col img,
.certification-col{
	transition:all .4s ease-in-out;
}
.certification-heading {
    width: 100%;
	opacity:1;
	transition:all .4s ease-in-out;
}
.certification-col:hover .certification-heading{
	opacity:0;transition:all .4s ease-in-out;
}
.certification-overlay{
	opacity:0;
	transition:all .4s ease-in-out;
}
.certification-col:hover .certification-overlay{
	opacity:1;
	transition:all .4s ease-in-out;
}
.certification-col:hover img{
	transform:scale(1.05);
}
.popup-list li.elementor-icon-list-item {
    background: #f8f8f8;
    padding: 10px 14px !important;
    border-radius: 4px;
}
.popup-wrapper a.dialog-close-button.dialog-lightbox-close-button {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.schema-dot .elementor-widget-container{
    width: 40px;
    height: 40px !important;
    background: #0000FD;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center !important;
    border: solid 4px #F4F4F4 !important;
    position: relative;
    z-index: 1;
}
.schema-row::after {
    position: absolute;
    content: '';
    top: 20px;
    left: 0;
    right: 0;
    height: 2px;
    background: #0000FD;
    opacity: 0.2;
    max-width: 912px;
    margin: 0 auto;
    z-index: 0;
}
.contact-info-col:hover {
    transform: scale(1.02);
    z-index: 10;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.contact-info-col{
    transition: all 0.3s ease-in-out !important;
}

.product-info .eael-feature-list-content-box {
    display: flex;
    gap: 10px;
}
.product-info .eael-feature-list-title {
    flex: 1;
    min-width: 130px;
    margin: 0 !important;
}
.product-info li.eael-feature-list-item {
    border-bottom: solid 1px #E0E0E0;
    margin-bottom: 10px;
}
.product-info li.eael-feature-list-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}
.betonsstandards-accordion-box summary.e-n-accordion-item-title {
    padding: 28px 30px;
}
.betons-accordion-card.prefab-card{
    border-style: dashed !important;
    background-color: rgba(0, 0, 253, 0.01);
}
.model-popup .elementor-element .eael-data-table tbody > tr:nth-child(2n+1) td, .model-popup .elementor-element .eael-data-table tbody > tr:nth-child(2n+1) td:hover{
    color: #444 !important;
}

.modal-head {
    justify-content: space-between !important;
    padding: 22px 30px;
    position: sticky !important;
    top: 0;
    background: #fff;
    border-radius: 6px !important;
    z-index: 2 !important;
}
.model-popup {
    background: #fff;
    border-radius: 6px !important;
    width: 100% !important;
    max-height: 85vh;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

@media(max-width:1200px){
.schema-row::after{
    max-width: 890px;
}
}
@media(max-width:1024px){
.nos-col, .notre-col {
    width: calc(50% - 15px) !important;
}	
.schema-row::after {
    max-width: 755px;
}
}
@media(max-width:880px){
.schema-row::after {
    display: none;
}
}
@media(max-width:767px){
.nos-col, .notre-col {
    width: 100% !important;
}	
.fade-img-slider .swiper-slide-image {
    height: 300px;
}
.certifie-logo:after {
    width: 100px;
    height: 1px;
    top: auto;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -50px;
}
.betonsstandards-accordion-box summary.e-n-accordion-item-title .e-n-accordion-item-title-text {
    font-size: 16px;
}
}

@media(max-width:375px){
    #elementor-popup-modal-2559 .dialog-message {
        width: 300px !important;
    }
    .dialog-message.dialog-lightbox-message{
        width: 300px !important;
    }
}