@import url("../../assets/css/_font.css");
@import url("../../assets/css/_theme.css");
@import url("../../assets/css/_button.css");
@import url("../../assets/css/_label.css");
@import url("../../assets/css/_input.css");
@import url("../../assets/css/_default.css");
@import url("../../assets/css/_picker.css");
@import url("../../assets/css/_table.css");

@font-face {
  font-family: TTFirsNeue;
  src: url('../../assets/fonts/TTFirsNeue-Light.ttf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: TTFirsNeue;
  src: url('../../assets/fonts/TTFirsNeue-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: TTFirsNeue;
  src: url('../../assets/fonts/TTFirsNeue-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}


@font-face {
  font-family: TTFirsNeue;
  src: url('../../assets/fonts/TTFirsNeue-Medium.ttf');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: TTFirsNeue;
  src: url('../../assets/fonts/TTFirsNeue-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  src: url('../../assets/fonts/Montserrat-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  src: url('../../assets/fonts/Montserrat-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
}


@font-face {
  font-family: Montserrat;
  src: url('../../assets/fonts/Montserrat-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  src: url('../../assets/fonts/Montserrat-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
}

.main {
  width: 100%;
  display: flex;
  justify-content: center;
  .main-content {
    width: 70%;
  }
}
body {
  font-family: var(--montserra);
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none;
}

.title {
  font-family: "Montserrat", Roboto, serif;
}

.title--montserra {
  font-family: "Montserrat", Roboto, serif;
  font-size: 1.1em;
}

.header{
  img {
    width: 100%;
  }
  margin-bottom: 2rem;
}

.title{
  color: #4DAF27;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
.content {
  font-size: 1.1rem;
  margin-bottom: 1.3rem;
}
li{
  margin-top: 13px;
}
#plafond{
  thead{
    background-color: transparent;
    color: black;
    font-weight: normal;

    th{
      font-weight: normal;
      border: 1px solid;
      padding: 10px;
    }
  }
  tbody{
    td{
      border: 1px solid;
      padding: 10px;
    }
  }
}
