#customTab .tab {
  float: left;
  width: 25%;
}
@media (max-width: 991px) {
  #customTab .tab {
    float: none;
    width: 100%;
    display: flex;
  }
}
#customTab .tab button {
  display: block;
  font-size: 28px;
  font-weight: 400;
  padding: 20px 25px;
  background: none;
  border: none;
  line-height: 1;
  outline: none !important;
}
@media (max-width: 991px) {
  #customTab .tab button:first-child {
    padding-left: 12px;
  }
}
#customTab .tab button.active {
  color: #e02d0c;
}
#customTab .tabcontent {
  float: left;
  padding: 20px 12px;
  width: 75%;
  color: #9b9b9b;
  font-size: 20px;
  line-height: 1.4em;
}
@media (max-width: 991px) {
  #customTab .tabcontent {
    width: 100%;
    overflow-x: auto;
  }
}
@media (max-width: 991px) {
  #customTab {
    display: flex;
    flex-direction: column;
  }
}

#caract {
  color: #ffffff;
}

/*# sourceMappingURL=front.css.map */
