#ontodownload[disabled] {cursor: not-allowed;pointer-events:auto;}
#ontodownload[disabled]:active {pointer-events:none;}
#downloadModal p,
#downloadModal h4,
#downloadModal *{color: #222222;}
#downloadModal .modal-dialog {padding-top:100px; max-width:600px;}
html:lang(fr) #downloadModal .modal-dialog {max-width:720px;}
html {overflow-x:hidden;}
#downloadModal .modal-body {
    background: #fff;
    padding: 20px 20px 5px 20px;
}
#downloadModal .modal-content {border-radius:0px; }
#downloadModal .modal-header {background: #ececec;border-bottom: 1px solid #dadada;}
#downloadModal .modal-header .modal-title {font-size: 1.1rem;color: #222222;}
#downloadModal .modal-header .close {opacity: .7;font-size:25px;}
#downloadModal .modal-footer {background: #fff;padding: 0 20px 20px 20px;margin-top: 0;border-top: none;}
#downloadModal .modal-footer .btn {
display: inline-block; font-weight: 400; color:#fff; background-color:#345381; border-color: #345381; text-align: center; vertical-align: middle;
 -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid #345381; padding: 0.85rem 1.25rem; font-size: 1rem; line-height: 1;
 border-radius: 0.2rem; -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
   -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
     transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
#downloadModal .modal-footer .btn:hover, #downloadModal .modal-footer .btn:focus, #downloadModal .modal-footer .btn:active {
    background-color: #127bb8;
border-color: #127bb8;
}
#downloadModal .modal-body p {margin-bottom:15px;}

