#wpfront-notification-bar, #wpfront-notification-bar-editor            {
            background: #E5C466;
            background: -moz-linear-gradient(top, #E5C466 0%, #E5C466 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E5C466), color-stop(100%,#E5C466));
            background: -webkit-linear-gradient(top, #E5C466 0%,#E5C466 100%);
            background: -o-linear-gradient(top, #E5C466 0%,#E5C466 100%);
            background: -ms-linear-gradient(top, #E5C466 0%,#E5C466 100%);
            background: linear-gradient(to bottom, #E5C466 0%, #E5C466 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E5C466', endColorstr='#E5C466',GradientType=0 );
            background-repeat: no-repeat;
                        }
            #wpfront-notification-bar div.wpfront-message, #wpfront-notification-bar-editor.wpfront-message            {
            color: #000000;
                        }
            #wpfront-notification-bar a.wpfront-button, #wpfront-notification-bar-editor a.wpfront-button            {
            background: #4e8c74;
            background: -moz-linear-gradient(top, #4e8c74 0%, #4e8c74 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e8c74), color-stop(100%,#4e8c74));
            background: -webkit-linear-gradient(top, #4e8c74 0%,#4e8c74 100%);
            background: -o-linear-gradient(top, #4e8c74 0%,#4e8c74 100%);
            background: -ms-linear-gradient(top, #4e8c74 0%,#4e8c74 100%);
            background: linear-gradient(to bottom, #4e8c74 0%, #4e8c74 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e8c74', endColorstr='#4e8c74',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://www.fabianbroussoux.com/wp-content/plugins/wpfront-notification-bar/images/arrow_down.png);
                }

                #wpfront-notification-bar-open-button.bottom                {
                background-image: url(https://www.fabianbroussoux.com/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: #000000;
            }
            #wpfront-notification-bar div.wpfront-close:hover            {
            border: 1px solid #aaaaaa;
            background-color: #aaaaaa;
            }
            @media screen and (max-device-width: 640px) { #wpfront-notification-bar-spacer  { display:none; } }@media screen and (max-width: 640px) { #wpfront-notification-bar-spacer { display:none; } }.wpfront-button, .wpfront-button:link, .wpfront-button:visited { display: inline-block !important; background-color: #4E8C74 !important; /* vert signature */ color: #fff !important; font-weight: 600 !important; font-size: 17px !important; /* taille de police augmentée */ text-decoration: none !important; padding: 14px 32px !important; /* marges internes augmentées */ border-radius: 30px !important; /* coins arrondis */ transition: all 0.25s ease !important; } .wpfront-button:hover { background-color: #3c6f5d !important; color: #fff !important; }