#ncform {
    margin: 15px 0;
}

#ncform .ncFieldct {
    padding: 0 20px;
    margin: 0 0 10px;
}

#ncform label {
    margin: 0 0 3px;
}

#ncform label::before {
    font-family: "FontAwesome", Arial, sans-serif;
    color: #252525;
    font-size: 1em;
    margin-right: 5px;
}

/* ACTE-NV >>> code à modifier pour Société/Third_label*/
#ncform .cti607417240dc3611f4c7e2512 label::before {
    content: "\f015";
}

/* ACTE-NV >>> code à modifier pour Nom/Contact_name et Prénom/Contact_Firstname*/
#ncform .cti607417290dc3611f4c7e2513 label::before,
#ncform .cti607417340dc3611f4c7e2516 label::before,
#ncform .cti607417480dc3611f4c7e2527 label::before {  
    content: "\f007";
}

/* ACTE-NV >>> code à modifier pour EMail/Contact_email*/
#ncform .cti607417380dc3611f4c7e2519 label::before {   
    content: "\f0e0";
}

/* ACTE-NV >>> code à modifier pour Téléphone/Contact_phone*/
#ncform .cti6074173e0dc3611f4c7e251d label::before {
    content: "\f095";
}

/* ACTE-NV >>> code à modifier pour Pays/third_adrscountry*/
#ncform .cti6074174c0dc3611f4c7e2528 label::before {
    content: "\f041";
}


/* ACTE-NV >>> code à modifier pour Message/contact_comment*/
#ncform .cti607417510dc3611f4c7e2529 label::before {
    content: "\f040";
}



#ncform input:not([type="checkbox"]):not([type="radio"]) {
    width: 100%;
    height: 46px;
    background-color: #e8e7e7;
    padding: 3px 10px;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    line-height: 1.4em;
    color: #555;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#ncform .tpboolean input[type="checkbox"],
#ncform .tpboolean input[type="radio"] {
    float: left;
}



#ncform input:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);
}

#ncform textarea {
    width: 100%;
    background-color: #e8e7e7;
    padding: 3px 10px;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    line-height: 1.4em;
    color: #555;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#ncform select {
    width: 33%;
    height: 46px;
    background-color: #e8e7e7;
    padding: 3px 10px;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    line-height: 1.4em;
    color: #555;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}



/* ACTE-NV >> Pour cacher le champ Détail origine sup. */
/* #ncform .cti607438140dc3611f4c7ec154 { /*
/*    display: none; /*
/* } */

#ncform .ncSendZone {
    text-align: center;
}

#ncform .kbn-form {
    display: inline-block;
    padding: 5px 25px;
    margin: 20px 0 0 0;
    color: #810c42;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #fff;
    border: 3px solid #810c42;
    font-family: "Montserrat-Bold";
    border-radius: 0;
    font-size: 1em;
    line-height: 1.4em;
}

#ncform .kbn-form:hover, 
#ncform .kbn-form:active,
#ncform .kbn-form:focus {
    text-decoration: none;
    background-color: #810c42;
    color: #fff;
    border-color: #810c42;
}

.ncFinality {
    font-size: .875em;
    font-style: italic;
    padding: 10px;
    margin: 0 0 10px;
}

.ncpopf {
    width: 320px;
    padding-top: 20px;
}
