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

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

                #wpfront-notification-bar-open-button.bottom                {
                background-image: url(https://incluzive.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 #8a8a8a;
            background-color: #8a8a8a;
            color: #000000;
            }
            #wpfront-notification-bar div.wpfront-close:hover            {
            border: 1px solid #aaaaaa;
            background-color: #aaaaaa;
            }
             #wpfront-notification-bar-spacer { display:block; }@media screen and (max-width: 640px) { #wpfront-notification-bar-spacer { display:none; } }/* WPFront Notification Bar — typographie et formes (les couleurs sont gerees dans la section Couleur du plugin) */ #wpfront-notification-bar { border-bottom: 1px solid #f0d9bd !important; padding: 12px 0 !important; } #wpfront-notification-bar .wpfront-message { font-family: 'Poppins', sans-serif !important; font-size: 14.5px !important; line-height: 1.5 !important; } #wpfront-notification-bar .wpfront-message p { margin: 0 !important; padding: 0 !important; } #wpfront-notification-bar .wpfront-message p:first-child strong { display: block; font-family: 'Roboto Condensed', sans-serif !important; font-size: 16px !important; margin-bottom: 2px; } /* Bouton : rectangle a coins legerement arrondis, pour ne pas dupliquer la pilule "Entretien offert" du menu */ #wpfront-notification-bar .wpfront-button { border: none !important; border-radius: 4px !important; padding: 8px 22px !important; font-family: 'Poppins', sans-serif !important; font-size: 13.5px !important; font-weight: 600 !important; text-decoration: none !important; } @media (max-width: 767px) { #wpfront-notification-bar { padding: 10px 14px !important; } #wpfront-notification-bar .wpfront-message { font-size: 13px !important; } #wpfront-notification-bar .wpfront-message p:first-child strong { font-size: 14.5px !important; } }