.incompatible-section {
  display: none;
}

.compatible-browser {
  display: block;
}

#fr-content,
#fr-title,
#de-content,
#de-title,
#en-content,
#en-title {
  display: none;
}

/* IE10+ CSS */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .compatible-browser {
    display: none;
  }

  body {
    height: 100%;
  }

  .incompatible-section {
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
  }

  .available-browsers > .compatible-browsers {
    border: 1px solid #06529b;
    color: #06529b;
    font-weight: bolder;
    cursor: default;
    font-size: 15px;
    border-radius: 3px;
    padding: 8px 14px;
    display: inline-block;
  }
}



