#nda-form {}

#nda-form .nda-souhait {
    text-align: center;
}

#nda-form label, #nda-form .wpcf7-checkbox, #nda-form .wpcf7-form-control-signature-global-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    margin: auto;
    margin-bottom: 10px;
}

#nda-form p, #nda-form .wpcf7-form-control-signature-global-wrap {
    width: 70%;
    margin: auto;
}

#nda-form #nda-souhait, #nda-form #radio-signature-type  {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

#nda-form #nda-souhait .wpcf7-list-item {
    border-left: 1px solid #CCCCCC;
    padding: 10px;
}

#nda-form #nda-souhait .wpcf7-list-item.first {
    border-left: 0px;
    padding: 10px;
}

#nda-form #nda-souhait label {
    flex-direction: column;
    width: 100%;
}

#nda-form .wpcf7-form-control-wrap {
    margin-bottom: 0 !important;
}

#nda-form .wpcf7-form-control-signature-global-wrap {
    justify-content: start;
}

#nda-form .wpcf7-form-control-signature-global-wrap[data-field-id="nda-signature"]{
    justify-content: center;
}

#nda-form .wpcf7-form-control-signature-body {
    border: 1px solid #d51006;
}

#nda-form #nda-preview {
    display: block;
    margin: auto;
    width: 25%;
    background-color: #CCC;
    color: #000000;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

#nda-form #nda-preview.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

#nda-form #nda-preview:hover, #nda-form #nda-preview:focus {
    background-color: #d51006;
    color: #FFFFFF;
}

#noNda-zone {
    text-align: center;
}

#noNda-zone img {
    display: block;
    margin: auto;
}

#noNda-zone .nonda-goto {
    display: inline-block;
    margin: 20px;
    padding: 30px;
    -webkit-box-shadow: 5px 5px 0px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 5px 5px 0px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 5px 5px 0px -3px rgba(0, 0, 0, 0.75);
}

#noNda-zone .nonda-goto:hover{
    background-color: #d51006;
    color :#FFFFFF;
}

#nda-form input[type="submit"]{
    float: none;
    margin: auto;
display: block !important;
margin-bottom: 50px;
margin-top: 50px;
}


#nda-form input.wpcf7-not-valid, #nda-form textarea.wpcf7-not-valid{
    border : 2px solid #d51006;
}

@media(max-width:1024px){

}

@media(max-width:767px){

    [type="radio"] + span:before{
        display: block;
        margin: auto;
    }

    [type="radio"] + span{
        text-align: center;
    }

    #nda-form p, #nda-form .wpcf7-form-control-signature-global-wrap{
        width: 100%;
    }

    #nda-form label, #nda-form .wpcf7-checkbox, #nda-form .wpcf7-form-control-signature-global-wrap{
        flex-direction: column;
    }

    #nda-form #nda-preview{
        width: 100%;
    }

}
