.dokumentation-new {

}

.technical_drawings .masque {
    display:none !important;
}

.dokumentation-new .clr,
.technical_drawings .clr{
    clear:both;
    height: 0;
}


.dokumentation-new form.filters {

    background-color: #dadada;
    height: 60px;
    width: 983px;
    box-sizing: border-box;
    padding:18px 15px;
    color: #000;
    font-size:17px!important;
    font-weight: bold;

}

.dokumentation-new form.filters .div_subject {
    width:450px;
    float:left;
}

.dokumentation-new form.filters .div_subject .js_subject{
    background-color: #FFF;
    font-size: 14px;
    padding: 5px;
    margin-left:25px;
    max-width:236px;
}

.div_nb_results {
    float:right;
    margin-right:15px;
    font-weight: normal;
    font-size: 16px;
}

.dokumentation-new form.filters .subject {
    font-size: 17px;
}

.dokumentation-new form.filters .div_new {
    float:left;

}



.div_new #see_new_docs:checked+.see_new_docs:before {
    background-image: url(../img/check-button.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: top 2px left 2px;
}

.div_new #see_new_docs {
    display: none;

}

label.see_new_docs:before {
    content:'';
    background-color: #fff;
    height:15px;
    width:15px;
    display:inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

label.see_new_docs {
    font-size: 17px;
    font-weight: bold;
    font-family: Verdana;
}


.dokumentation-new form.filters * {
    display: inline-block;
    valign:top;
}

.dokumentation-new form.filters select option {
    display:block;
}


.dokumentation-new form.filters .documentations {
    width:100%;
    background-color: #0E67A1;
}

.dokumentation-new .documentations {
    width:983px;
    background-color: #fafafa;
}

.dokumentation-new .documentations ul {
    font-size: 0px;
    padding-top: 40px;
    border: none;
}

.dokumentation-new .documentations ul li.doc {
    display: inline-block;
    list-style: none;
    margin: 0 0 50px;
    width: 327px;
    /*background-color:yellow;*/
    box-sizing: border-box;
    height: 150px;
    font-size: 10px;
}

.dokumentation-new .documentations ul li.doc .picture {
    position:relative;
    float:left;
    height:150px;
    width:133px;
    /*overflow: hidden; suppression pour faire apparaitre le new*/
}

.dokumentation-new .documentations ul li.doc .picture img {
    margin: 0 14px;
}

.dokumentation-new .documentations ul li.doc .picture .new {
    position: absolute;
    background-color: #5a1f79;
    width:auto;
    padding: 4px 15px;
    color:#FFFFFF;
    right: 14px;
    top:-24px;
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    border: 0px solid #000000;
    font-size: 13px;
    font-weight:bold;
}

.dokumentation-new .documentations ul li.doc .doc_info {
    float:left;
    height:150px;
    position: relative;
    width:190px;
    padding-top: 3px;
    box-sizing: border-box;

}

.dokumentation-new .documentations ul li.doc .doc_info .txt .short_text {
    margin-top:5px;
    color:#373737;
    font-size:13px;

}

.dokumentation-new .documentations ul li.doc .doc_info .txt a {
    color:#373737;
    text-decoration: none;
    font-weight:bold;
}

.dokumentation-new .documentations ul li.doc .doc_info .txt a h3 {
    font-size:12px;
    font-weight: bold;
}
.dokumentation-new .documentations ul li.doc .doc_info .txt a:hover {
    text-decoration: underline;
}

.dokumentation-new .documentations ul li.doc .doc_info .buttons{
    position: absolute;
    bottom: 0;
    left:0;
    width:100%;
}

.dokumentation-new .documentations ul li.doc .doc_info .buttons a {
    background-color: #E4780B;
    display:inline-block;
    color:#FFFFFF;
    padding: 6px 9px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 0px solid #000000;
    text-align: right;
    /*height: 19px;*/
    box-sizing: border-box;
    text-decoration: none;
    margin-top:4px;
    font-size:10px;
}

.dokumentation-new .documentations ul li.doc .doc_info .buttons a:hover {
    background-color: #D85710;
}

.dokumentation-new .documentations ul li.doc .doc_info .buttons .pdf,
.dokumentation-new .documentations ul li.doc .doc_info .buttons .edocument {
    display:inline-block;
}

.dokumentation-new .documentations ul li.doc .doc_info .buttons .small_font {
    font-size:9px !important;
}

.dokumentation-new .documentations ul li.doc .doc_info .buttons .pdf a:before  {
    content: '';
    background-image:url(../img/picto-download.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    width: 14px;
    vertical-align: middle;
}

.dokumentation-new .documentations ul li.doc .doc_info .buttons .edocument a:before  {
    content: '';
    background-image:url(../img/picto-edocument.png);
    background-repeat: no-repeat;
    display: inline-block;
    height:13px;
    width: 17px;
    vertical-align: middle;
}


/*
* TECHNICAL DRAWINGS
*/

.technical_drawings {

}



.technical_drawings .list{
    width:982px;

}

.technical_drawings .list li {
    list-style: none;

}

.technical_drawings .list .level1 {

}

.technical_drawings .list .level1 > li {
    /*background-color: #5b1f79;*/
    font-weight: bold;
    /*border: 1px solid black;*/
    display:block;

}

.technical_drawings .list .level1 > li a.category {
    display: block;
    width:100%;
    font-size:15px;
    color:#FFF;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 14px;
    /*height:40px;*/
    box-sizing: border-box;
    background-color: #5b1f79;
    text-align: center;
}

.technical_drawings .list .level2 {

}

.technical_drawings .list .level2 > li {
    background-color: #dadada;
    /*height:40px;*/
    color: #373737;
    /*padding: 5px;*/
    box-sizing: border-box;
    background-color: #f1f1f1;
    border-bottom: 1px solid #FFF;
}

.technical_drawings .list .level2 > li.opened {
    border-bottom:0;
}

.technical_drawings .list .level2 > li a.sous-categorie {
    background-color: #dadada;
    box-sizing: border-box;
    padding: 8px 0px 8px 10px;
    color: #373737;
    display:block;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    /*position: relative;*/
}

.technical_drawings .list .level2 > li a.sous-categorie:hover {
    text-decoration: underline;
}

.technical_drawings .list .level2 > li a.sous-categorie:after {
    content:'';
    display: inline-block;
    margin-left:15px;

    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #373737;
    /*
    position: absolute;
    top: 0px;
    left:0px;
    */
}

.technical_drawings .list .level2 > li.opened a.sous-categorie:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #373737;
    border-top:0;

    content:'';
    display: inline-block;
    margin-left:15px;
    /*
    position: absolute;
    top: 0px;
    left:0px;
    */
}

.technical_drawings .list .level2 .uls{
    transition: 500ms max-height ease;
    overflow: hidden;
    max-height: 0;
}

.technical_drawings .list .level2 > li.opened .uls {
    max-height: 1000px;
}


.technical_drawings .list .level3 {
    width:17%;
    display: inline-block;
    vertical-align: top;
    background-color: #f1f1f1;
    padding-top:10px;
}

.technical_drawings .list .level3 > li {
    margin: 0px 10px 10px 0;
}

.technical_drawings .list .level3 > li a.sous-sous-categorie {
    box-sizing: border-box;
    color: #373737;
    display:block;
    font-size: 12px;
    padding: 10px;
    /*border:1px solid black;*/
    background-color: #dadada;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.technical_drawings .list .level3 > li a.sous-sous-categorie:hover {
    text-decoration: underline;
}

.technical_drawings .list .level3 > li.opened a.sous-sous-categorie {
    position:relative;
}

.technical_drawings .list .level3 > li a.sous-sous-categorie:hover,
.technical_drawings .list .level3 > li a.sous-sous-categorie.opened,
.technical_drawings .list .level3 > li.opened a.sous-sous-categorie {
    background-color: #5b1f79;
    color: #FFF;
}

.technical_drawings .list .level3 > li.opened a.sous-sous-categorie:after {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 11px solid #f1f1f1;
    border-bottom: 7px solid transparent;
    content:'';
    position: absolute;
    top: 34%;
    right:0px;
}


.technical_drawings .list .files {
    width:82%;
    display: inline-flex;
    background-color: #f1f1f1;
    margin-top:10px;
    flex-wrap: wrap;
}

.technical_drawings .list .files .file {
    width:50%;
    display: inline-flex;
    /*border:1px solid red;*/
    box-sizing: border-box;
    margin:0px 0px 25px;

}

.technical_drawings .list .files .file img {
    display: inline-block;
}

.technical_drawings .list .files .file .infos {
    display: inline-block;
    vertical-align: top;
    position: relative;
    /*padding-left:5px;*/
    padding:0px 5px 0 10px;
    box-sizing: border-box;
}

.technical_drawings .list .files .file .infos h3 {
    font-weight: bold;
    margin: 0 0 5px;
    font-size:13px;
    color:#373737;
}

.technical_drawings .list .files .file .infos a {
    text-decoration: none;

}

.technical_drawings .list .files .file .infos a h3:hover {
    text-decoration: underline;
}


.technical_drawings .list .files .file .infos .desc {
    font-weight: normal;
    font-size:13px;
}

.technical_drawings .list .files .file .infos .btns {
    position: absolute;
    width:100%;
    bottom:0px;
    left:10px;
    font-size:11px;

}

.technical_drawings .list .files .file .infos .btns a {
    display:inline-block;
    color:#FFF;
    background-color: #E4780B;
    padding: 7px 10px 6px 10px;

    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 0px solid #000000;
    text-align: right;
    box-sizing: border-box;
    text-decoration: none;
    margin-top:4px;
    font-size:10px;
    cursor:pointer;
}

.technical_drawings .list .files .file .infos .btns a:hover {
    background-color: #D85710;
    text-decoration: underline;
}

.technical_drawings .list .files .file .infos .btns .pdf_btn:before,
.technical_drawings .list .files .file .infos .btns .dwg_btn:before {
    content: '';
    background-image:url(../img/picto-download.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    width: 14px;
    vertical-align: middle;
}


/*
* pop up
*/


.body-overlayed #sbox-window {
    background-color: #FFFFFF !important;
}

.mypop_up {
    /*
    height:300px;
    width:350px;
    */
    padding: 24px;
    background:#ffffff
}

.mypop_up {

}

.mypop_up .heading_connexion {
    color: #000000;
    font-weight: bold;
    font-size:19px;
}

/*
.mypop_up ::-webkit-input-placeholder,
.mypop_up ::-moz-placeholder,
.mypop_up :-ms-input-placeholder,
.mypop_up :-moz-placeholder,
.mypop_up ::placeholder{
    color: pink;
}
*/
.mypop_up input[type="input"]::-moz-placeholder,
.mypop_up input[type="input"]:-ms-input-placeholder,
.mypop_up input[type="input"]:-ms-input-placeholder,
.mypop_up input[type="input"]::-webkit-input-placeholder {
    color:#000000;
    opacity: 1;
}


.text_friend_mail #login{
    width: 326px;
    height:42px;
    box-sizing: border-box;
    background-color: #eaeaea;
    padding:5px 15px;
    font-size:15px;
}

.text_friend_mail #password{
    width: 326px;
    height:42px;
    box-sizing: border-box;
    background-color: #eaeaea;
    padding:5px 15px;
    font-size:15px;
}

.mypop_up .forget_passwd {
    text-align:right;
    margin: 10px 0 15px;
}

.mypop_up .forget_passwd a{
    font-size:14px;
}


.mypop_up .newsletter {
    margin: 0 6px 10px;
}

.mypop_up .buttons {

}

.mypop_up .buttons .submit{
    cursor: pointer;
}

.mypop_up .buttons .register{
    text-align: center;
    color:#E4780B;
    font-weight: bold;
    margin:15px 10px 10px 10px;
    display:inline-block;
    width:100%;
    text-decoration: none;
    font-size: 14px;
}

.mypop_up .buttons .register:hover {
    text-decoration: underline;
}

.mypop_up input.submit {
    width:100%;
    display:block;
    text-align: center;
    color:#FFFFFF;
    background-color: #E4780B;
    font-weight: bold;
    padding: 10px 0;
    text-transform: uppercase;
    font-size:14px;
}


.div_forms {
    background-color: #f1f1f1;
    padding:15px;
    box-sizing: border-box;
    width:764px;
    /*height: 483px;*/
}

.all_field_required {
    color:#E4780B;
    font-weight: bold;
    margin-left:15px;
}

#conteneur .content article .div_forms *{
    font-family: Arial!important;
}

.div_forms ul {
    margin-top: 15px;
    list-style: none;
}

.div_forms ul li {
    /* display:inline-block; */
    padding: 10px;
    float:left;
    list-style-type: none;
}

.div_forms ul li .checkboxes {

}

.div_forms ul li .checkboxes.first {
    margin-bottom: 3px;
}


.div_forms ul li input[type="text"],
.div_forms ul li input[type="password"]{
    width:338px;
    height:36px;
    box-sizing: border-box;
    padding: 5px 10px;
    font-size: 14px;
}

.div_forms ul li.cgu {
    font-size: 13px;
}

.div_forms ul li.cgu #cgu:checked+label:before,
.div_forms ul li.cgu #optin:checked+label:before {
    background-image: url(../img/check-button.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: top 2px left 2px;
}

.div_forms ul li.cgu #cgu,
.div_forms ul li.cgu #optin {
    display: none;

}
.div_forms ul li.cgu label {
    font-size:13px;
}

.div_forms ul li.cgu a{
    color:black;
}

.div_forms ul li.cgu label:before {
    content:'';
    background-color: #fff;
    height:15px;
    width:15px;
    display:inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.div_forms .buttons {
    /*border: 1px solid red;*/
    /*width:400px;*/
    text-align: right;
    margin: 15px 0;
    padding-right: 19px;

}

.div_forms .buttons .cancel {
    background-color: #c6c6c6;
    color: #414141;
    text-align:center;
    text-transform: uppercase;
    padding: 10px 30px;
    text-decoration: none;
    font-weight: bold;
    margin-right:15px;
}

.div_forms .buttons .submit {
    background-color: #E4780B;
    color: #FFFFFF;
    text-align:center;
    text-transform: uppercase;
    padding: 10px 30px;
    font-weight: bold;
    border:none;
}

#conteneur .content article .div_forms li.cgu {
    max-width: 338px;
}

/*
.div_forms input::-moz-placeholder,
.div_forms input:-ms-input-placeholder,
.div_forms input:-ms-input-placeholder,
.div_forms input::-webkit-input-placeholder {
    color:#000000;
    opacity: 1;
}
*/

body #sbox-window {
    /*position: relative !important;<*/
    background-color: red !important;
    z-index: 1000;
    overflow: visible;
}

body #sbox-btn-close {
    background: url(../images/lightbox/vmzinc-close.png) no-repeat center !important;
    width: 36px;
    height: 36px;
    right: -18px;
    top: -18px;
    border: none;
}


.my_pagination {
    width:100%;
    text-align: center;
}

.my_pagination .pagination {
    width: 983px;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
}

.my_pagination .pagination .nbr_page_previous {
    float:left;
}

.my_pagination .pagination .nbr_page_previous span,
.my_pagination .pagination .nbr_page_previous a,
.my_pagination .pagination .nbr_page_next span,
.my_pagination .pagination .nbr_page_next a {
    font-weight: normal;
    font-size: 18px;
}

.my_pagination .pagination .nbr_page_next {
    float:right;
}

.my_pagination .pagination .nbr_page_nb {
    font-size: 17px;
}

.my_pagination .pagination .nbr_page_nb a {
    font-weight: normal;
    font-size: 18px;
    text-decoration: none;
}

.my_pagination .pagination .nbr_page_nb span {
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    padding: 0px 7px;
}

.my_pagination .pagination .nbr_page_nb .nbr_page_select {
    font-weight:bold;
    padding: 0px 7px;
}

.register_registration {

}

.register_registration .moduletable_gros_titre {

}

.register_registration .moduletable_gros_titre .interne_h1 {
    margin-bottom: 15px;
}

.register_registration .moduletable_gros_titre .txt_ss_titre {
    font-size: 16px;
}

.register_registration .all_field_required {
    font-size: 12px;
}


.register_registration .buttons a,
.register_registration .buttons input {
    cursor: pointer;
}

.register_registration .div_forms {
    margin-top: 6px;
}

.register_registration .div_forms ul li {
    padding: 4px 12px;
}

.com_users_reset {
    width:980px;
}

.com_users_reset .errors {
    margin-top: 10px;
}

.com_users_reset .componentheading {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 15px;
}



.com_users_reset .description {
    font-size: 14px;
}

.com_users_reset .my_form {
    font-size: 16px;
    margin: 15px 0;
    padding: 16px 40px;
    background-color: #dadada;

}

.com_users_reset .my_form label {
    font-weight:bold;
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
    /*width: 60px;*/

}

.com_users_reset .my_form .ligne {
    margin: 10px 0;
    text-align: center;
}

.com_users_reset .my_form .submit {
    /*width: 60px;*/
    /*text-align: center;*/
    /*margin-left: 68px;*/
}

.com_users_reset .my_form #email {
    padding:8px 8px 8px 10px;
    margin-right: 15px;
    width: 250px;

}


.com_users_reset .my_form #password1,
.com_users_reset .my_form #password2{
    padding:8px 8px 8px 10px;
    margin-right: 15px;
    width: 250px;
}

.com_users_reset .my_form #token {
    padding:8px 8px 8px 10px;
    margin-right: 15px;
    width: 250px;
}

.com_users_reset.complete .my_form .submit {
    margin-left:110px;
}

.com_users_reset.complete .my_form label {
    width: 110px;
}

.com_users_reset .my_form .submit {
    background-color: #E4780B;
    color: #FFFFFF;
    text-align:center;
    text-transform: uppercase;
    padding: 10px 55px;
    font-weight: bold;
    border:none;
    cursor: pointer;
}

.moduletable block block--newsletter {
    clear:both!important;
}

body .nbr_page_previous img,
body .nbr_page_next img {
    vertical-align: bottom!important;
}

.technical_drawings .list .files .file img.landscape {
    margin-top: 22px;
    margin-left: 23px;
    margin-right: 23px;
}

.technical_drawings .list .files .file img.portrait {
    margin-left: 23px;
    margin-right: 22px;
}

.technical_drawings .list .files .file .rotateuse {
    transform: rotate(-90deg);
}

/*vmz_register_inscription_form*/

.vmz_register_inscription_form li {
    min-height: 52px;
}

.vmz_register_inscription_form .error {
    border:2px solid red;
}

.vmz_register_inscription_form input.chck_error {
    border:1px solid red;
}

.vmz_register_inscription_form div.chck_error label,
.vmz_register_inscription_form div.chck_error a,
.vmz_register_inscription_form div.chck_error a:hover,
.vmz_register_inscription_form div.chck_error a:visited,
.vmz_register_inscription_form div.chck_error a:active
{
    color:red !important;
}

.vmz_register_inscription_form .error_tip {
    visibility: hidden;
    color:red;
    margin-top:3px;
}

.vmz_register_inscription_form .error_tip.active {
    visibility: visible;
}
