        /*
Theme Name: Tris
Author: Tris informatique
Author URI: https://www.trisinformatique.com
Version: 5.5
Template: enfold
*/

/*LOGO*/
#top .logo img{
	padding-top:5px;
	padding-bottom:5px;
}
/*MENU */
#top #header_main_alternate{
	display:none;
}

/**************
 ****DIVERS****
 **************/

.main_color .pricing-table li.avia-pricing-row {
	background-color: #71a07982;
	color: #ffffff;
}

/*pastille titre prix*/
#top .trs-title-circle{
	height:250px;
	width:250px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	padding:30px;
	margin:auto;
	border-radius:50%;
	border:2px solid white;
	background-color:#36679c;
	box-shadow:4px 4px 10px rgba(0,0,0,0.7);
}
#top .trs-title-circle .av-special-heading-tag {
	font-size:50px;
	font-weight:bolder;
}
#top .trs-title-circle .user-line{
	font-size:24px;
	font-weight:bolder;
	padding-bottom:5px;
}

/* ninja-form styling */
#top .nf-field-description{
	z-index:100;
}
/*only for checkbox consent*/
.checkbox-container.label-right .checkbox-wrap{
	flex-direction:column;
}
#top #ninja_forms_required_items,
.nf-field-container {
    margin-bottom: 0px !important;
}
#top .nf-field-element input[type="text"],
#top .nf-field-element input[type="email"],
#top .nf-field-element input[type="tel"]
{
	margin-bottom: 0 !important;
}

input[type="button"] {
    cursor: pointer;
}
/*END ninja form */
