@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
body {
  padding: 0;
  margin: 0;
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;
  color: black;
  background-color: #FCFFE7;
}

a {
  text-decoration: none;
  color: #BAD7E9;
}

table {
  width: 100%;
  border-radius: 16px;
  cursor: default;
  border-collapse: collapse;
}
table > thead > tr > th, table > tfoot > tr > th {
  text-align: left;
  font-weight: bold;
  padding: 0.5rem;
}
table td, table th {
  padding: 0.5rem;
  text-align: left;
  vertical-align: top;
  word-wrap: break-word;
}
table td.label, table th.label {
  width: 1px;
  min-width: 100px;
}
table td.label.expanded, table th.label.expanded {
  min-width: 180px;
}
table td.label.right, table th.label.right {
  text-align: right;
  padding-right: 15px;
  vertical-align: middle;
  position: relative;
  float: none;
}
table td.label.left, table th.label.left {
  text-align: left;
  float: none;
}
table td.md-icon, table th.md-icon {
  display: table-cell;
  padding: 0;
  width: 24px;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 500px) {
  table tbody {
    display: grid;
  }
  table tr {
    display: contents;
  }
  table th, table td {
    display: block;
  }
}

input[type=date],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
  box-sizing: border-box;
  padding: 4px;
  width: 100%;
  background-color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  border: none;
  border-bottom: 1px solid #DDDDDD;
  font-size: 1em;
}
input[type=date]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
  outline: none;
  border: none;
  border-bottom: 1px solid #EB455F;
}
input[type=date].small,
input[type=datetime].small,
input[type=email].small,
input[type=month].small,
input[type=number].small,
input[type=password].small,
input[type=range].small,
input[type=search].small,
input[type=tel].small,
input[type=text].small,
input[type=time].small,
input[type=url].small,
input[type=week].small,
select.small,
textarea.small {
  width: 75px;
}
input[type=date]:disabled,
input[type=datetime]:disabled,
input[type=email]:disabled,
input[type=month]:disabled,
input[type=number]:disabled,
input[type=password]:disabled,
input[type=range]:disabled,
input[type=search]:disabled,
input[type=tel]:disabled,
input[type=text]:disabled,
input[type=time]:disabled,
input[type=url]:disabled,
input[type=week]:disabled,
select:disabled,
textarea:disabled {
  background-color: #DDD;
}

input[type=checkbox] {
  display: none;
  visibility: hidden;
}
input[type=checkbox] + label {
  cursor: pointer;
  transition: 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
input[type=checkbox] + label:before {
  box-sizing: border-box;
  display: inline-block;
  content: "";
  vertical-align: middle;
  margin: 0px 6px 3px 0;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 2px solid #999;
  border-radius: 2px;
}
input[type=checkbox]:disabled + label:before {
  background-color: #BBB;
}
input[type=checkbox]:checked + label:before {
  background: #EB455F url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIwcHgiIGhlaWdodD0iMTVweCIgdmlld0JveD0iMCAwIDIwIDE1Ij4NCjxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iNy4xNDMsMTQuOTM4IDAsNy43OTYgMi4wMjEsNS43NzYgNy4xNDMsMTAuODk4IDE3Ljk3OSwwLjA2MiAyMCwyLjA4MiAiLz4NCjwvc3ZnPg0K") no-repeat 50% 50%;
  background-size: 11px auto;
  border-color: #EB455F;
}
input[type=checkbox]:checked:disabled + label:before {
  background: #BBB url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIwcHgiIGhlaWdodD0iMTVweCIgdmlld0JveD0iMCAwIDIwIDE1Ij4NCjxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iNy4xNDMsMTQuOTM4IDAsNy43OTYgMi4wMjEsNS43NzYgNy4xNDMsMTAuODk4IDE3Ljk3OSwwLjA2MiAyMCwyLjA4MiAiLz4NCjwvc3ZnPg0K") no-repeat 50% 50%;
  background-size: 11px auto;
  border-color: #999;
}

.center_parent {
  position: relative;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.center.screen {
  position: fixed;
}

.button {
  color: #FCFFE7;
  border: none;
  border-radius: 32px;
  text-align: center;
  text-decoration: none;
  font-size: 2em;
  padding: 16px 32px;
  width: 25vw;
  min-width: 250px;
  margin: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: #EB455F;
  box-shadow: inset 0px 0px 0px 3px #EB455F, 0px 0px 3px 3px #EB455F, 0px 0px 0px 3px #EB455F;
}
@media screen and (max-width: 500px) {
  .button {
    font-size: 1.2em;
    padding: 8px 16px;
  }
}
.button.small {
  font-size: 1.2em;
  width: auto;
  min-width: 125px;
  border-radius: 10px;
  margin: 8px 0px;
}
.button:hover {
  box-shadow: none !important;
  font-weight: bold;
}
.button.register {
  background-color: #2B3467;
  box-shadow: inset 0px 0px 0px 5px #2B3467, 0px 0px 5px 5px #2B3467, 0px 0px 0px 5px #2B3467;
}
.button.programme {
  background-color: #EB455F;
  box-shadow: inset 0px 0px 0px 5px #EB455F, 0px 0px 5px 5px #EB455F, 0px 0px 0px 5px #EB455F;
}
.button.block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.success {
  font-weight: bold;
  font-size: 1.2rem;
  color: #2B3467;
}

.error {
  font-weight: bold;
  color: #EB455F;
}

.banner {
  width: 100%;
  height: 60vh;
  min-height: 400px;
  padding: 0;
  margin: 0;
  background-image: url("/global/img/banner.png");
  background-position: center center;
  background-size: cover;
}
.banner.small {
  height: 25vh;
  min-height: 100px;
}
.banner.small h1 {
  font-size: 4em;
}
@media screen and (max-width: 500px) {
  .banner.small h1 {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .banner.small h1 {
    font-size: 2em;
  }
}
.banner .content {
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(5px);
  width: 100%;
  height: 100%;
  box-shadow: inset 0px 0px 75px 50px rgba(0, 0, 0, 0.5);
}
.banner h1 {
  margin: 0;
  color: #FCFFE7;
  font-weight: bold;
  font-size: 5em;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .banner h1 {
    font-size: 2em;
  }
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .banner h1 {
    font-size: 3em;
  }
}

.navbar {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 0 4px;
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
}
@media screen and (max-width: 500px) {
  .navbar {
    display: block;
  }
}
.navbar .button {
  margin: 16px 0px !important;
}
@media screen and (max-width: 500px) {
  .navbar .button {
    margin: 16px 16px !important;
  }
}

#main {
  box-sizing: border-box;
  padding: 0 32px;
  width: 100%;
  max-width: 1024px;
  margin: 32px auto 0;
}
@media screen and (max-width: 500px) {
  #main {
    padding: 0 4px;
  }
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  #main {
    padding: 0 16px;
  }
}
#main a {
  color: #EB455F;
}

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