/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.spinner-loading-box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 999999;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.spinner-loading-box .loader {
    width: 200px;
    height: 200px;
}


.spinner-loading-box  .loader img {
    width: 100%;
    height: 100%;
    object-fit: contain;
} 

.banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: -25px;
    width: 53%;
    height: 100%;
    background-image: url(/wp-content/uploads/2025/10/banner-pink.svg);
    background-repeat: no-repeat;
    animation: hueRotate 12s infinite linear;
}

.btn_full_width{
	width:100%;
	text-align:left !important;
	justify-content:flex-start !important;
}
.bloc_btn_full .fusion-column-wrapper > div{
	width:100% !important;
	text-align:center !important;
}
.bloc_btn_full .fusion-column-wrapper > div .btn_full_width{
    justify-content: center !important;
	text-align:center !important;
}

.pixel_font{	
	font-family: "Pixelify Sans";
    font-style: normal;  
    line-height: 1.2;
}

.pixel_font.maj{	
	text-transform:uppercase;
}

h1 .pixel_font{		   
    font-size: 60px;
}
h2 .pixel_font{		   
    font-size: 48px;
}
h3 .pixel_font{		   
    font-size: 36px;
}
h4 .pixel_font{		   
    font-size: 24px;
}


@media (max-width:980px) { 
	.multi_cols .fusion-layout-column {
		width: 100% !important;
	}
	
	.blocfaq .fusion-column-wrapper{
		padding:0 !important;
	}
	
	.blochashtag .fusion-title{
		margin: 0 !important;
	}
}