/*!
Template :	AppsLand @by Softnio
Preset   :	Default
Version	 :	1.3.1
Updated	 :	10.22.2018
*/
.active .steps h4,
.heading span,
.box-icon .fa,
.box-icon .ti,
.video-play,
.video-play:hover,
.video-play:focus,
.owl-theme .owl-nav [class*=owl-],
.single-features .ti,
.single-features .fa,
.contact-form h3,
.contact-info h6 .fa,
.footer-navigation li a:hover,
.social-list li a:hover,
.owl-theme .owl-nav [class*="owl-"]:hover,
.footer-links li a:hover{
	color:#530080;
}

.pricing-bottom .ti-check{
	color:#00d578;
}

.pricing-bottom .ti-close{
	color:#de0000;
}

.owl-theme .owl-dots .owl-dot span:after,
.affix .navbar-default .navbar-toggle,
.affix .navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	border-color:#530080;
}
/* Header transparent par défaut */
.navbar-default {
    background-color: transparent !important;
    transition: all 0.3s ease;
}

/* Style du header fixe avec effet de flou */
.affix {
    background-color: rgba(255, 255, 255, 0.85) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

/* Amélioration de la compatibilité */
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .affix {
        background-color: rgba(255, 255, 255, 0.8) !important;
    }
}

.primary-bg{
	background: #530080;
}
.secondary-bg{
	background: #ff1f74;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.affix .navbar-default .navbar-toggle,
.affix .navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background: #530080;
}
.button{
	background: #ff1f74;
}
.button:hover {
	background: #530080;
}
.header-texts .button{
	background: #ff1f74;
	color: #fff;
}
.header-texts .button:hover {
	background: #fff;
	color: #ff1f74;
}
.button.button-transparent{
	background:transparent;
}
.button.button-transparent:hover{
	background: #fff;
	color: #ff1f74;
	border-color: #fff;
}

.navbar-default .navbar-nav > li > a.button,
.navbar-default .navbar-nav > li > a.button:focus{
	border:2px solid #ff1f74;
	background: #ff1f74;
}
.navbar-default .navbar-nav > li > a.button:hover{
	color: #ff1f74;
}
.affix .navbar-default .navbar-nav > li > a.button:hover,
.affix .navbar-default .navbar-nav > li.active > a.button,
.affix .navbar-default .navbar-nav > li.active > a.button:focus{
	color: #ff1f74;
	border-color: #ff1f74;
}

.gradiant-background,
.box-icon,
.team-member .team-photo:after{
	background-image: -o-linear-gradient(157deg, #ff1f74 0%, #530080 100%);
	background-image: linear-gradient(293deg, #ff1f74 0%, #530080 100%);
}
.meta-heading{
	color: #530080;
	margin-bottom: 5px;
}
.feature-col .icon{
	background: #F2F7FF;
	color: #530080;
}
.button.alt{
	background: #fff;
	color: #530080;
}
.button.alt:hover{
	background: #530080;
	color: #fff;
}
.button.light{
	background: #F2F7FF;
	color: #530080;
}
.button.light:hover{
	background:#00deec;
	color: #fff;
}
.bg-circle .small, .bg-circle .big{
	background: #F2F7FF;
}
.bg-circle .big:before{
	background-image: -o-linear-gradient(157deg, #fff 0%, #ff1f74 100%);
	background-image: linear-gradient(157deg, #fff 0%, #ff1f74 100%);
}
.bg-circle .big:after{
	background-image: -o-linear-gradient(157deg, #fff 0%, #530080 100%);
	background-image: linear-gradient(157deg, #fff 0%, #530080 100%);
}
 .pricing-box.alt h5{
 	color: #530080;
 }

@media only screen and (max-width: 991px) {
	.navbar-default .in .navbar-nav > li > a:hover,
	.navbar-default .in .navbar-nav > li > a:focus,
	.affix .navbar-default .navbar-nav > li > a:hover,
	.affix .navbar-default .navbar-nav > li > a:focus,
	.affix .navbar-default .navbar-nav > .active > a,
	.affix .navbar-default .navbar-nav > .active > a:hover,
	.affix .navbar-default .navbar-nav > .active > a:focus {
		background:#530080;
	}

}

.theme-pro .section.gradiant-background{
	background: #ecf4fd;
}

/* Styles pour la navigation principale */
#navigation {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: all 0.3s ease;
    padding: 15px 0;
}

/* Ajustement du padding pour les écrans mobiles */
@media (max-width: 991px) {
    #navigation {
        padding: 10px 0;
    }

    .affix {
        padding: 5px 0;
    }
}


.navbar:before,
.navbar:after,
.container:before, .container:after {
    content: none !important;
    display: none !important;
}

.navbar .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.checkbox-container {
    display: flex;
    align-items: flex-start;
    gap: 0.5em;
}

.checkbox-container div {
    text-align: left;
}

.checkbox-container [type="checkbox"] {
    margin: 0.4em 0;
}

.checkbox-container small {
    display: block;
    font-size: 0.7em;
}
