/*
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 IMAGE COCKPIT */
.elementor-7278 .elementor-element.elementor-element-531da49 img:hover {
	background-color: #ffffff !important;
}

/* CUSTOM FORMULAIRE CONTACTFORM7 */

.optionsForm {
	background-color: #edf4f5;
	padding: 30px;
}

.wpcf7 label {
	font-family: "Helvetica", Sans-serif !important;
    font-size: 12px !important;
    line-height: 1em !important;
    letter-spacing: 0px !important;
	color: #333333 !important;
}

.menu-toggle, button, .ast-button, .ast-custom-button, .button, input#submit, input[type="button"], input[type="submit"], input[type="reset"] {
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    color: var(--ast-global-color-5);
    border-color: #00ae4e;
    background-color: #00ae4e;
    padding-top: 15px;
    padding-right: 50px;
    padding-bottom: 15px;
    padding-left: 50px;
    font-family: inherit;
    font-weight: inherit;
    line-height: 1em;
    border-top-left-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 0px;
}