<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.checkout {
  position: relative; }
  .checkout h2, .checkout .h2 {
    margin-top: 0; }
  .checkout .bloc {
    margin-bottom: 30px; }
    .checkout .bloc &gt; * {
      background: white;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
      padding: 30px;
      margin-bottom: 0; }
      .checkout .bloc &gt; *:first-child {
        padding-top: 20px; }
  @media (min-width: 992px) {
    .checkout .sidebar.sticky {
      position: sticky;
      top: 30px; } }
  .checkout .resume-caddie {
    position: sticky;
    top: 15px; }
</pre></body></html>