/* Compatibility stylesheet for recovered static content. */

@media (min-width: 821px) {
  #content {
    box-sizing: border-box;
    padding: 0 10px;
  }

  #content *,
  #content *::before,
  #content *::after {
    box-sizing: border-box;
  }

  #content > .section.header {
    width: 100%;
    margin: 18px 0 24px;
    padding: 34px 40px 32px;
    clear: both;
    border: 1px solid #e3e3e3;
    background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 58%, #f0f1f2 100%);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.07);
    text-align: center;
  }

  #content > .section.header h2 {
    margin: 0 0 8px;
    color: #999;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  #content .pagetitle,
  #content .pagetitle.smaller {
    color: #151515;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.05;
  }

  #content > .section:empty {
    display: none;
  }

  #content > .section:has(> .number) {
    position: relative;
    width: calc(50% - 12px);
    min-height: 210px;
    float: left;
    clear: none;
    margin: 0 24px 24px 0;
    padding: 26px 28px 26px 86px;
    border: 1px solid #dedede;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
  }

  #content > .section:has(> .number):nth-of-type(2n + 1) {
    margin-right: 0;
  }

  #content > .section:has(> .number) > .number {
    position: absolute;
    top: 26px;
    left: 26px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #bf2227;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
  }

  #content > .section:has(> .number) > .picto {
    display: none;
  }

  #content > .section:has(> .number) > .text {
    width: 100%;
    float: none;
    color: #363636;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.42;
  }

  #content > .section:has(> .number) .title {
    margin: 0 0 12px;
    color: #151515;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
  }

  #content > .section:has(> .number) p {
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 1.45;
  }

  #content > .section:has(> .text):not(:has(> .number)):not(:has(> .reasons)):not(.header) {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 16px;
    padding: 22px 28px;
    border: 1px solid #e1e1e1;
    background: #fff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
  }

  #content > .section:has(> .text):not(:has(> .number)):not(:has(> .reasons)):not(.header) > .empty,
  #content > .section:has(> .text):not(:has(> .number)):not(:has(> .reasons)):not(.header) > .picto {
    display: none;
  }

  #content > .section:has(> .text):not(:has(> .number)):not(:has(> .reasons)):not(.header) > .text {
    width: 100%;
    float: none;
    color: #333;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
  }

  #content > .section:has(> .text):not(:has(> .number)):not(:has(> .reasons)):not(.header) .title,
  #content > .section:has(> .text):not(:has(> .number)):not(:has(> .reasons)):not(.header) h3 {
    margin: 0 0 10px;
    color: #151515;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
  }

  #content > .section:has(> .text):not(:has(> .number)):not(:has(> .reasons)):not(.header) p,
  #content > .section:has(> .text):not(:has(> .number)):not(:has(> .reasons)):not(.header) li {
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 1.5;
  }

  #content .main.corpo {
    width: 100%;
    float: left;
    padding: 24px 28px;
    border: 1px solid #e1e1e1;
    background: #fff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
  }

  #content .main.corpo .left {
    display: none;
  }

  #content .main.corpo .center,
  #content .main.corpo table,
  #content .main.corpo tbody,
  #content .main.corpo tr,
  #content .main.corpo td {
    max-width: 100%;
  }

  #content .main.corpo h1,
  #content > .pagetitle {
    margin: 0 0 18px;
    color: #151515;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.1;
  }

  #content .main.corpo p,
  #content .main.corpo td {
    color: #333;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
  }

  #content .main.corpo iframe,
  #content > iframe {
    max-width: 100%;
    border: 1px solid #ddd;
    background: #f5f5f5;
  }

  #content .btn {
    margin-top: 16px;
  }

  #content .btn a,
  #content .btn .dead-link {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 2px;
    background: #bf2227;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
  }

  #content .btn .dead-link {
    opacity: 0.55;
  }

  #content > .section:has(> .reasons) {
    width: 100%;
    float: left;
    clear: both;
    margin: 8px 0 0;
    padding: 0;
  }

  #content .reasons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    padding: 28px;
    border-left: 5px solid #bf2227;
    background: #f4f4f4;
    color: #202020;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.18;
  }

  #content .reasons .point {
    padding: 16px 18px;
    border: 1px solid #dedede;
    background: #fff;
  }

  #content .titlereasons {
    margin-bottom: 7px;
    color: #bf2227;
    font-size: 18px;
    font-weight: 700;
  }

  #content .textreasons {
    color: #444;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.42;
  }
}
