* {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul, li {
  list-style: none;
}

button, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

h1 {
  display: none;
}

.delighter.fadein.started {
  opacity: 1;
}

.delighter.fadein {
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.fadeLeft.started {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.delighter.fadeLeft {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.delighter.fadeRight.started {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.delighter.fadeRight {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.delighter.fadeTop.started {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.delighter.fadeTop {
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

html {
  scroll-behavior: smooth;
}

.containerBox {
  margin: auto;
  padding: 0 25px;
  width: 100%;
  max-width: 1280px;
}

.containerBox img {
  width: 100%;
}

.tableList table {
  min-width: 30%;
  margin: 5% auto;
  border-collapse: collapse;
  color: #fff;
}

.tableList table th {
  text-align: center;
  padding: 10px 0;
}

.tableList table td {
  padding: 10px 0;
  font-size: 15px;
}

@media (min-width: 996px) {
  .tableList table td {
    font-size: 17px;
  }
}

.tableList table td a {
  color: #fff;
}

.tableList table td a:hover {
  cursor: pointer;
  color: #ddd;
  text-decoration: underline;
}

.tableList .titleLeft {
  width: 30%;
}

.tableList .titleRight {
  width: 70%;
}

.tableList .bgStyle {
  background: #17161c;
}

.tableList__title {
  background: -webkit-gradient(linear, right bottom, left top, from(#6c186e), to(#1436a8));
  background: linear-gradient(to left top, #6c186e, #1436a8);
  width: 50%;
}

.tableList__plateform {
  text-align: center;
}

.tableList__name {
  text-align: left;
}
/*# sourceMappingURL=main.css.map */