/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


.ld-bandeau-top {
  display:block;
  width:100%;
  padding:8px 12px;
  margin:10px 0 14px;
  border-radius:6px;
  font-weight:700;
  font-size:14px;
  line-height:1.2;
  text-transform:uppercase;
  color:#fff;
  box-shadow:0 2px 6px rgba(0,0,0,.12);
}
.ld-bandeau--nouveaute { background:#28a745; }   /* vert */
.ld-bandeau--compromis { background:#ff9800; }   /* orange */
