#wpfront-notification-bar, #wpfront-notification-bar-editor            {
            background: #a3c3fa;
            background: -moz-linear-gradient(top, #a3c3fa 0%, #a3c3fa 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3c3fa), color-stop(100%,#a3c3fa));
            background: -webkit-linear-gradient(top, #a3c3fa 0%,#a3c3fa 100%);
            background: -o-linear-gradient(top, #a3c3fa 0%,#a3c3fa 100%);
            background: -ms-linear-gradient(top, #a3c3fa 0%,#a3c3fa 100%);
            background: linear-gradient(to bottom, #a3c3fa 0%, #a3c3fa 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3c3fa', endColorstr='#a3c3fa',GradientType=0 );
            background-repeat: no-repeat;
                        }
            #wpfront-notification-bar div.wpfront-message, #wpfront-notification-bar-editor.wpfront-message            {
            color: #fcfcfc;
                        }
            #wpfront-notification-bar a.wpfront-button, #wpfront-notification-bar-editor a.wpfront-button            {
            background: #ffffff;
            background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffff));
            background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 100%);
            background: -o-linear-gradient(top, #ffffff 0%,#ffffff 100%);
            background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 100%);
            background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );

            background-repeat: no-repeat;
            color: #ffffff;
            }
            #wpfront-notification-bar-open-button            {
            background-color: #ffffff;
            right: 10px;
                        }
            #wpfront-notification-bar-open-button.top                {
                background-image: url(https://lyceesellier.fr/wp-content/plugins/wpfront-notification-bar/images/arrow_down.png);
                }

                #wpfront-notification-bar-open-button.bottom                {
                background-image: url(https://lyceesellier.fr/wp-content/plugins/wpfront-notification-bar/images/arrow_up.png);
                }
                #wpfront-notification-bar-table, .wpfront-notification-bar tbody, .wpfront-notification-bar tr            {
                        }
            #wpfront-notification-bar div.wpfront-close            {
            border: 1px solid #ffffff;
            background-color: #ffffff;
            color: #ffffff;
            }
            #wpfront-notification-bar div.wpfront-close:hover            {
            border: 1px solid #ffffff;
            background-color: #ffffff;
            }
             #wpfront-notification-bar-spacer { display:block; }.ntscrolling {overflow:hidden;} div.ntscrolling span {position:absolute;width:100%;height:100%;line-height:0;transform:translateX(100%);-moz-transform:translateX(100%);-webkit-transform:translateX(100%);-moz-animation: ntscrolling 30s linear infinite;-webkit-animation: ntscrolling 30s linear infinite;animation:ntscrolling 10s linear infinite;} @keyframes ntscrolling{0%{transform:translateX(100%);-moz-transform:translateX(100%);-webkit-transform:translateX(100%);}100%{transform:translateX(-100%);-moz-transform:translateX(-100%);-webkit-transform:translateX(-100%);}} @-moz-keyframes ntscrolling{0%{-moz-transform: translateX(100%);}100%{-moz-transform: translateX(-100%);}} @-webkit-keyframes ntscrolling{0%{-webkit-transform:translateX(100%);}100%{-webkit-transform:translateX(-100%);}}