#_divNotif>div,.notificationAlert>div{position:fixed;right:20px;top:100px;background-color:#f2e8cf;padding:10px 15px;min-width:240px;box-sizing:border-box;text-align:right;color:#386641;border-right:2px solid #6a994e;border-radius:5px;overflow:hidden;font-weight:bold;box-shadow:0 0 10px #00000030;transform:translateX(250%);transition:.5s;z-index:4}#_divNotif.show>div,.notificationAlert.show>div{animation:showNotif 15s alternate both}#_divNotif>div::before,.notificationAlert>div::before{content:'';border:2px solid #8dc06e;position:absolute;top:0;right:0;opacity:0}#_divNotif.show>div::before,.notificationAlert.show>div::before{animation:animAlert 14s 1s alternate both}#_divNotif.error>div,#_divNotif.warning>div,#_divNotif.success>div,.notificationAlert.error>div,.notificationAlert.warning>div,.notificationAlert.success>div{top:calc(58px + 8px);right:calc(10% + 33px)}#_divNotif.warning>div,.notificationAlert.warning>div{background-color:#fff0a7;color:#746d48;border-right-color:#a39658}#_divNotif.warning>div::before,.notificationAlert.warning>div::before{border-color:#f3d43b}#_divNotif.error>div,.notificationAlert.error>div{background-color:#f2cfcf;color:#663838;border-right-color:#994e4e}#_divNotif.error>div::before,.notificationAlert.error>div::before{border-color:#c06e6e}@media only screen and (max-width:992px) and (min-width:0){#_divNotif.error>div,#_divNotif.warning>div,#_divNotif.success>div,.notificationAlert.error>div,.notificationAlert.warning>div,.notificationAlert.success>div{top:70px;right:10px}}@keyframes showNotif{0%,100%{transform:translateX(250%)}10%,90%{transform:translateX(0)}}