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

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

                #wpfront-notification-bar-open-button.bottom                {
                background-image: url(https://passerellescommunication.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 #C23C33;
            background-color: #C23C33;
            color: #C23C33;
            }
            #wpfront-notification-bar div.wpfront-close:hover            {
            border: 1px solid #C23C33;
            background-color: #C23C33;
            }
             #wpfront-notification-bar-spacer { display:block; }/* ============================= CONTENEUR BANDEAU ============================= */ body .wpfront-notification-bar { background-color:#f7f5f0 !important; border-bottom:3px solid #C23C33 !important; box-shadow:0 2px 6px rgba(0,0,0,0.10); display:block !important; width:100% !important; padding:24px 20px !important; box-sizing:border-box !important; z-index:9999 !important; } /* ============================= TEXTE BANDEAU ============================= */ .wpfront-message { font-family:"Gill Sans","Gill Sans MT",Arial,sans-serif !important; font-size:19px !important; line-height:1.5 !important; text-align:center !important; max-width:980px !important; margin:0 auto !important; white-space:normal !important; } /* ============================= LIEN mariannesubra.fr (retour ligne juste après) ============================= */ .wpfront-message a { display:inline !important; font-family:inherit !important; font-weight:600 !important; color:#C23C33 !important; } /* ============================= FORCER RETOUR LIGNE APRÈS LE LIEN ============================= */ .wpfront-message a::after { content:"\A"; white-space:pre; } /* ============================= FORCER RETOUR LIGNE APRÈS "passées." ============================= */ .wpfront-message { display:block !important; } /* ============================= BOUTON ============================= */ .wpfront-button { display:block !important; margin:14px auto 0 auto !important; font-family:"Gill Sans","Gill Sans MT",Arial,sans-serif !important; font-size:16px !important; padding:10px 22px !important; border-radius:22px !important; background-color:#BA8B00 !important; color:#ffffff !important; border:none !important; } /* ============================= HOVER ============================= */ .wpfront-button:hover { background-color:#C23C33 !important; } /* ============================= TABLETTE ============================= */ @media only screen and (max-width:1024px){ .wpfront-message{ font-size:17px !important; } } /* ============================= MOBILE ============================= */ @media only screen and (max-width:768px){ .wpfront-notification-bar{ padding:18px 14px !important; } .wpfront-message{ font-size:15px !important; text-align:center !important; } .wpfront-message a{ font-size:15px !important; } .wpfront-button{ margin-top:12px !important; } } body.admin-bar .wpfront-notification-bar, .wpfront-notification-bar { position:relative !important; }