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

/* ninja-form styling*/

#top #ninja_forms_required_items,
.nf-field-container {
    margin-bottom: 0px !important;
}
#top .nf-field-description{
	z-index:100;
}

/*only for checkbox consent*/
#nf-field-20-container.label-right .field-wrap,
#nf-field-20_1-container.label-right .field-wrap{
	flex-direction:column;
}
#top .nf-error .nf-error-msg {
    display: none;
}

#top .nf-field-element input {
    height: 50px !important;
	margin-bottom: 0 !important;
}

#top .nf-field-label {
    margin-bottom: 0px !important;
}

#top .field-wrap.textarea-wrap .nf-field-element {
    height: auto !important;
}

#top .file_upload-wrap .nf-field-element {
    height: auto !important;
}

#top .field-wrap.textarea-wrap .nf-field-element,
#top .field-wrap.textarea-wrap .nf-field-element textarea {
    width: 100% !important;
}

input[type="button"],
button{
    cursor: pointer;
}
#top .nf-add-fieldset{
	padding: 10px;
	background-color: #f6a922;
}
/*END ninja form */

/* FOOTER */
#footer {
    padding: 0px;
}

#footer .widget {
    margin: 0px;
}

#footer .widgettitle {
    font-size: 1.5em;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-color: var(--orange);
}
#footer p{
	margin: 0;
}
#socket .copyright{ width : 100%; }