/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */


/* Styles général */


.unkr-encart-blue {
  background-color: rgba(3, 72, 150, 0.7);
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 20px 10px;
}

.unkr-encart-orange {
  background-color: rgba(255, 149, 0, 0.7);
}

