#widget_contact {
    position: fixed;
    z-index: 500;
    top: 200px;
    right: 0;
    width: 51px;
    overflow-x: hidden;
    cursor: pointer;
}


#widget_contact .btn_call {
    width: 183px;
    height: 183px;
    transform: rotate(-90deg);
    right: 0;;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 top;
    cursor: pointer;
}


#widget_dl .modal-content {
    padding: 0;
    border-radius: 0;
}

#widget_dl .modal-dialog {
    max-width: 730px;
    top: 0;
}

#widget_dl .topbar{
    background-color: #000;
    color: #5eccb2;
    font-size: 16px;
    padding: 15px 40px;
}

#widget_dl .topbar img{
    height: 40px;
    width: 40px;
    float: left;
    margin-right: 20px;
}

#widget_dl .topbar .titre{
    height: 40px;
    line-height: 40px;
}

#widget_dl .close {
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 18px;
    color: #fff;
    opacity:1;
    transform: rotate(0);
    transform-origin: 12px 1px;
    transition: .3s;
}

#widget_dl .close span{
    position: relative;
    display: block;
    height: 20px;
    width: 20px;
}


#widget_dl .close span:before,#widget_dl .close span:after{
    position: absolute;
    top: 9px;
    left: -2px;
    width: 25px;
    height: 1px;
    background: #fff;
    content: '';
}

#widget_dl .close span:before{
    transform: rotate(45deg);
}

#widget_dl .close span:after{
    transform: rotate(-45deg);
}


#widget_dl .modal-body{
    padding:50px 70px;
}

#widget_dl .modal-body .sstitre{
    font-size: 25px;
    font-weight: 600;
}

#widget_dl .modal-body .step{
    margin: 30px 0 20px;
    color: #dfdfdf;
    padding-bottom: 5px;
    width: 100%;
    border-bottom:1px solid #dfdfdf;
    font-style: italic;
    padding-left: 20px;
    position: relative;
}

#widget_dl .modal-body .step span{
    position: absolute;
    top: 1px;
    left: 0;
    display: inline-block;
    font-size: 8px;
    line-height: 13px;
    height: 14px;
    width: 14px;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
}

#widget_dl .autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
    padding: 0 60px;
    width: 100%;
}

#widget_dl input {
    border: 1px solid #000;
    background-color: #fff;
    padding: 10px;
    width: 100%;
    font-size: 13px;
}

#widget_dl .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 60px;
    right: 60px;
}
#widget_dl .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

#widget_dl .autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}
#widget_dl .autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: #000 !important;
    color: #ffffff;
}

#files_found{
    padding-left: 0;
    list-style: none;
    width: 100%;
}

#files_found li{
    display: inline-block;
    width: 33%;
    margin: 15px 0 0;
}

#files_found li a{
    font-size: 11px;
    position: relative;
    padding: 10px 10px 10px 30px;
}

#files_found li a:before{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 25px;
    width: 25px;
    top: 4px;
    position: absolute;
    content: '';
    left: 0;
}

#files_found .ex a:before{
    background-image: url(img/ex.jpg);
}

#files_found .nf a:before{
    background-image: url(img/nf.jpg);
}

#files_found .com a:before{
    background-image: url(img/com.jpg);
}

#files_found .fdes a:before{
    background-image: url(img/fdes.jpg);
}

#files_found .fds a:before{
    background-image: url(img/fds.jpg);
}

#files_found .ft a:before{
    background-image: url(img/ft.jpg);
}

#files_found .qce a:before{
    background-image: url(img/qce.jpg);
}


@media screen and (max-width: 991px) {

    #widget_dl .modal-dialog{
        top: 0;
        margin-top: 75px;
    }

    #widget_contact{
        left: 0;
        margin: auto;
        top: auto;
        bottom: 0;
        width: 183px;
        height: 51px;
    }
    #widget_contact .btn_call {
        transform: rotate(0);
    }

    #widget_dl .modal-body{
        padding: 20px;
    }

    #widget_dl .autocomplete{
        padding: 0;
    }
    #widget_dl .autocomplete-items{
        left: 0;
        right: 0;
    }
    #files_found li{
        width: 100%;
    }
}