/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* Email confirm */

.wpcf7-form span.error, .wpcf7-form span.wpcf7-not-valid-tip {
	margin-top: -15px;
    display: block;
    margin-bottom: 20px;
    line-height: 1.3;
    font-size: 13px;
    padding: 0 5px;
    color: #e00535;
}

/* ------------ */

.wpcf7 .wpcf7-form input, .wpcf7 .wpcf7-form select, .wpcf7 .wpcf7-form textarea {
	padding: 13px !important;
	border-radius: 2px !important;
}

.wpcf7 .wpcf7-form label {
	display: block;
    margin-bottom: 5px;
}

.wpcf7 .wpcf7-form label.obligatoire::after {
	content: " *";
	color: #e00535;
}

.wpcf7 .wpcf7-form .wpcf7-submit {
	padding: 16px 20px !important;
    min-width: 135px;
}

.wpcf7 .wpcf7-form .cf7-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wpcf7 .wpcf7-form .cf7-3 {
	width: calc(33.3333% - 9px);
}

.wpcf7 .wpcf7-form .wpcf7-checkbox {
	margin-top: 20px;
    display: block;
}

.wpcf7 .wpcf7-form .wpcf7-list-item {
	padding: 20px;
}

.wpcf7 .wpcf7-form .message {
	width: 100%;
}

@media only screen and (max-width: 992px) {
	.wpcf7 .wpcf7-form .cf7-3 {
		width: calc(50% - 9px);
	}
}

@media only screen and (max-width: 480px) {
	.wpcf7 .wpcf7-form .cf7-3 {
		width: calc(100% - 9px);
	}
}

/* General Custom CSS */


@media only screen and (max-width: 1024px) {
	#top .avia-logo-element-container a.slide-image {
		pointer-events: none !important;
		touch-action: none !important;
	}
}


/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */


@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}