/*
Theme Name: actia
Theme URI:  https://www.wpserveur.net
Author:     WPServeur
Author URI: https://www.wpserveur.net
Template:   astra
Version:    1.0
License:    GNU General Public License v2 or later
*/

/*  CUSTOM RESPONSIVE POUR LES ECRANS 1024px _ 1300px  */

@media screen and (min-width: 1024px) and (max-width: 1300px) {
	
	h1 {
	font-size: 70px !important;	
	padding-left: 100px !important;
	}
	
	h2 {
	font-size: 30px !important;	
	}
	
	.wpr-menu-item {
    font-size: 15px !important;		
    }
	
	.single-button-normal {
    margin-right: 5px !important;
	}
	
	.single-button-text {
    font-size: 12px !important;
	}
}

/* OMBRE SUR LES BOITES CALL TO ACTION */

.wpr-promo-box {
	box-shadow: 10px 10px 25px 0px rgba(0, 0, 0, 0.3);
}

/* CUSTOM ENCRE MENU */
.elementor-119 .elementor-element.elementor-element-64c56f09 .wpr-nav-menu .wpr-menu-item.wpr-active-menu-item {
    color: #ffffff !important;
}

.elementor-119 .elementor-element.elementor-element-64c56f09 .wpr-nav-menu .wpr-menu-item.wpr-active-menu-item:hover {
    color: #00ae4e !important;
}

