/**
* 2022-12-21
* gaeldigard@gmail.com
*/
.modal-detail-BL{}

/**
* Override modals width on iPad
 */
@media (max-width: 810px) {
    .modal-detail-BL > .modal-dialog {
        max-width: 800px;
    }
}
body{
    scroll-behavior: smooth;
}