.ncForm {
    width: 100%;
}

.ncFieldct {
    clear: both;
    overflow: hidden;
    margin-top: 10px;
}

.ncFieldct label {
    float: left;
    text-align: right;
    width: 30%;
    margin-right: 20px;
    font-weight: normal;
    margin-top: 5px;
}

.ncField {
    width: 100%;
}

.ncField input,
.ncField select {
    width: 100%;
    border: none;
    border-radius: 4px;
    color: #444444 !important;
    background: #f9f9f9 !important;
    font-size: 15px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    padding: 15px !important;
}

.ncField textarea {
    width: 100%;
    border: none;
    border-radius: 4px;
    color: #444444 !important;
    background: #f9f9f9 !important;
    font-size: 15px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    padding: 15px !important;
}

.ncField .k-invalid,
.ncField .k-invalid {
    background-color: #F2DCDC;
    border-color: #990000;
}

.tpboolean input {
    width: 16px;
    float: left;
}

.tpboolean .ncoptintext {
    width: 90%;
    margin-left: 30px;
    color: white; /* Ajout de la couleur blanche pour le texte */
}

.ncSendZone {
    margin-top: 30px;
    text-align: center;
    clear: both;
    height: 50px;
}

.ncSendZone a {
    color: #ffffff !important;
    background: #95c11f !important;
    font-size: 18px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    padding: 18px !important;
    border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
}

.ncSendZone a:hover {}

.ncpopoutf {
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #666666;
    color: #aaaaaa;
    opacity: .8;
    filter: alpha(opacity=50);
}

.ncpopf {
    width: 300px;
    height: 200px;
    position: absolute;
    color: #000000;
    background-color: #ffffff;
    top: 50%;
    z-index: 10000;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    padding-top: 60px;
    left: 50%;
    margin-top: -100px;
    margin-left: -150px;
}